/* 導入事例用css */


/* ------ old_css -------*/
@media (max-width: 1000px) {
  #voice_list .box {
    margin-top: 0px;
    display: block;
  }

  #voice_list dl {
    width: 90%;
    display: block;
    margin: 0 auto 20px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  }

  #voice_list .center {
    margin-top: 20px;
  }

  #voice_list .readmore a {
    margin-top: 0px;
  }
}

#voice_list .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#voice_list dl {
  width: 32%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 1%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  border-radius: 0px;
  background-color: #FFF;
}

#voice_list dl:nth-child(3n) {
  margin-right: 0;
}

#voice_list dl dt {
  position: relative;
  z-index: 0;
}

#voice_list dl dt img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

#voice_list dl dd {
  position: relative;
  margin-top: 0px;
  margin-left: 0;
  padding: 10px 15px;
  display: block;
}

#voice_list dl dd:last-child {
  padding-top: 20px;
  padding-bottom: 40px;
}

#voice_list dl dd span.tl {
  font-size: 0.8em;
  margin-bottom: -5px;
  display: block;
}

#voice_list dl dd b {
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: 0.5px;
}

#voice_list dl dd b a {
  text-decoration: none;
  color: #120F08;
}

#voice_list dl dd span.tag {
  font-size: 0.8em;
  margin-right: 2%;
  display: inline-block;
}



/* ------ new_css -------*/
#voice_list .section_sub_title,
#voice_list .section_title,
#voice_list .section_description {
  color: #333;
}

.cp_tab {
  color: #333;
}

#voice_list {
  padding: 113px 0 0;
  background-color: #eee;
}


#voice_list .voice_list_sec{
  max-width: 1000px;
  margin: 0 auto;
}

#voice_list .section_sub_title {
  border-top: 0.5px solid #333;
  border-bottom: none;
}

#voice_list .section_title {
  margin-top: 5px;
  padding-left: 8px;
  font-size: 58px;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  border-top: 0.5px solid #333;
}

#voice_list .section_description {
  margin-bottom: 30px;
  padding-left: 8px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #333;
}

#voice_list .box {
  margin-top: 30px;
  padding: 0 8px;
  box-sizing: border-box;
}

#voice_list dl {
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #555;;
}

#voice_list dl dd:last-child {
  padding: 15px 10px;
}

#voice_list dl:nth-child(2n) {
  margin: 0;
}

#voice_list dl dd b {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
}

.voice_space {
  padding: 8px;
  text-align: right;
  border-top: 0.5px solid #333;
}

#voice_list dl:nth-child(2n) {
  margin-bottom: 15px;
}

#voice_list .casestudy-image {
  border: none;
  border-bottom: 1px solid #555;
}

.voice_contact {
  margin: 40px 0 30px;
  padding: 0 8px ;
}
.voice_contact .button {
  margin: 0 auto;
}
@media (min-width: 481px) {
  #voice_list dl dt img {
    height: 200px;
  }

  #voice_list .box {
    justify-content: space-between;
  }

  #voice_list dl {
    width: calc((100% - 15px)/2);
    margin: 0 0 15px 0;
    height: 293px;
  }

  #voice_list dl:nth-child(3),
  #voice_list dl:nth-child(10),
  #voice_list dl:nth-child(16),
  #voice_list dl:nth-child(22) {
    margin: 0 0 15px 0;
  }
}

@media (min-width: 1000px) {

  #voice_list .section_sub_title {
    margin-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    border-top: 1px solid #333;
  }

  #voice_list .section_title {
    margin-top: 5px;
    margin-right: calc((100% - 1000px)/2);
    padding-left: calc((100% - 1000px)/2);
    font-size: 100px;
    letter-spacing: 0.05em;
    border-top: 1px solid #333;
  }

  #voice_list .section_description {
    margin-left: calc((100% - 1000px)/2);
    padding-right: calc((100% - 1000px)/2);
    padding-left: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
  }

  #voice_list {
    padding: 166px 0 0;
  }

  #voice_list .cp_tabpanels {
    margin-top: 50px;
  }

  #voice_list .box::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }

  #voice_list dl {
    width: 32%;
    height: 293px;
    margin-bottom: 2%;
    border: 1px solid #333;
  }

  #voice_list dl dd:last-child {
    padding: 15px 10px;
  }

  #voice_list .box {
    padding: 0;
    margin-top: 0px;
  }

  #voice_list dl dd b {
    font-size: 14px;
  }

  #voice_list dl dd {
    margin-bottom: 0;
  }

  .voice_space {
    padding: 12px 0;
    padding-left: calc((100% - 1000px)/2);
    margin-right: calc((100% - 1000px)/2);
    text-align: right;
    border-top: 1px solid #333;
  }
  #voice_list .casestudy-image {
    border-bottom: 1px solid #333;
  }

}
