/*--------------------------------------------------------------------------
   Voice
---------------------------------------------------------------------------*/
#Content {
  max-width: 100%;
  padding-top: 0;
}

#VoiceDetail #Main {
  position: relative;
  background-color: #FFFFFF;
  margin-top: 50px;
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Main {
    margin-top: 0;
    padding-top: 0;
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
}
#VoiceDetail #Main .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Main .inner {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
#VoiceDetail #Main .inner .pic {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Main .inner .pic {
    margin-bottom: 20px;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
  #VoiceDetail #Main .inner .pic:after {
    content: "";
    width: 100%;
    height: 25px;
    background-image: url("../../images/common/bg_box_top.png");
    background-repeat: no-repeat;
    background-size: 100% 25px;
    background-position: center top;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#VoiceDetail #Main .inner .ttl {
  font-size: 130%;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Main .inner .ttl {
    margin-bottom: 15px;
  }
}
#VoiceDetail #Main .inner .ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #333333;
}
#VoiceDetail #Main:before {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../../images/common/bg_box_top.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FAE7E1;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Main:before {
    display: none;
  }
}
#VoiceDetail #Article {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Article {
    padding-top: 30px;
    margin-bottom: 50px;
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
}
#VoiceDetail #Article:after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../../images/common/bg_box_bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: center bottom;
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: #FAE7E1;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Article:after {
    background-size: 100% 25px;
    height: 25px;
    bottom: -25px;
  }
}
#VoiceDetail #Article .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Article .inner {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    padding-bottom: 25px;
  }
}
#VoiceDetail #Article .inner .entry-content img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  #VoiceDetail #Article .inner .entry-content img {
    width: 100%;
  }
}
#VoiceDetail #Article .inner .ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Article .inner .ttl {
    margin-bottom: 10px;
  }
}
#VoiceDetail #Article .inner .col2 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Article .inner .col2 {
    display: block;
  }
}
#VoiceDetail #Article .inner .col2 .pic {
  width: 49%;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Article .inner .col2 .pic {
    width: 100%;
    margin-bottom: 10px;
  }
}
#VoiceDetail #Article .inner .col2 .txt {
  width: 49%;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Article .inner .col2 .txt {
    width: 100%;
  }
}
#VoiceDetail #Related {
  position: relative;
}
#VoiceDetail #Related .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#VoiceDetail #Related .ttl dt {
  max-width: 91px !important;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Related .ttl dt {
    max-width: 68px !important;
  }
}
#VoiceDetail #Related .list {
  width: 100%;
}
#VoiceDetail #Related .list a:hover .pic {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
#VoiceDetail #Related .list dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Related .list dl {
    display: block;
    margin-bottom: 25px;
  }
}
#VoiceDetail #Related .list dl dt {
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Related .list dl dt {
    padding-right: 0;
  }
}
#VoiceDetail #Related .list .cate {
  display: none;
}
#VoiceDetail #Related .list .ttl {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Related .list .ttl {
    margin-top: 5px;
    max-width: 100%;
  }
}
#VoiceDetail #Related .list .txt {
  width: 100%;
  max-width: 670px;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Related .list .txt {
    margin-top: 5px;
    max-width: 100%;
  }
}
#VoiceDetail #Related .list .date {
  display: none;
}
#VoiceDetail #Related .list .pic {
  width: 100%;
  max-width: 270px;
  border-radius: 10px;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Related .list .pic {
    max-width: 100%;
  }
}
#VoiceDetail #Related .bt {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Related .bt {
    margin-top: 20px;
  }
}
#VoiceDetail #Bnr {
  max-width: 709px;
  margin: 0 auto;
  margin-top: 60px;
}
#VoiceDetail #Bnr .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #VoiceDetail #Bnr {
    margin-top: 30px;
    max-width: 335px;
  }
}
#VoiceDetail #Bnr a {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
#VoiceDetail #Bnr a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
