/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.main {
  width: 100%;
  margin: -60px auto 0px;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main img {
  width: 100%;
}
@media print, screen and (min-width: 1480px) {
  .main {
    width: 1200px;
  }
}
@media print, screen and (max-width:768px) {
  .main {
    margin: -40px auto 0.8rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.voice {
  width: 100%;
  background: url(../images/top/voice_bg_body.jpg) repeat-y;
  background-size: contain;
  position: relative;
}
.voice:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 170px;
  background-image: url(../images/top/voice_bg_head.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1200px) {
  .voice:before {
    height: 160px;
  }
}
@media print, screen and (max-width: 1100px) {
  .voice:before {
    height: 140px;
  }
}
@media print, screen and (max-width:768px) {
  .voice:before {
    height: 90px;
  }
}
.voice:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 112px;
  background-image: url(../images/top/voice_bg_foot.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width:1026px) {
  .voice:after {
    height: 72px;
  }
}
@media print, screen and (max-width:768px) {
  .voice:after {
    height: 65px;
  }
}
@media print, screen and (max-width: 640px) {
  .voice:after {
    height: 53px;
  }
}
@media print, screen and (max-width: 486px) {
  .voice:after {
    height: 43px;
  }
}
@media print, screen and (max-width: 400px) {
  .voice:after {
    height: 33px;
  }
}
.voice .inner_wrap {
  padding: 190px 0 140px;
  width: 920px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1200px) {
  .voice .inner_wrap {
    width: 82%;
  }
}
@media print, screen and (max-width:1026px) {
  .voice .inner_wrap {
    padding: 140px 0 80px;
    width: 82%;
  }
}
@media print, screen and (max-width:768px) {
  .voice .inner_wrap {
    padding: 8.5rem 0 6rem;
  }
}
@media print, screen and (max-width:480px) {
  .voice .inner_wrap {
    padding: 5rem 0 3rem;
  }
}
.voice .title {
  margin: 0 auto 60px;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .voice .title {
    margin: 0 auto 40px;
    width: 46%;
  }
  .voice .title img {
    width: 100%;
  }
}
@media print, screen and (max-width:768px) {
  .voice .title {
    width: 60%;
    margin: 0 auto 1rem;
  }
}
.voice .txtBox.flex {
  margin: 0 auto 60px;
}
@media print, screen and (max-width:1026px) {
  .voice .txtBox.flex {
    margin: 0 auto 40px;
  }
}
@media print, screen and (max-width:768px) {
  .voice .txtBox.flex {
    margin: 0 auto 1rem;
  }
}
.voice .txtBox.flex .txt {
  width: 75%;
}
@media print, screen and (max-width:768px) {
  .voice .txtBox.flex .txt {
    width: 100%;
  }
}
.voice .txtBox.flex .img {
  width: 23%;
  margin: -80px 0 0 0;
}
.voice .txtBox.flex .img img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .voice .txtBox.flex .img {
    width: 70%;
    margin: 0 auto 1rem;
  }
}
.voice .box:not(:last-child) {
  border-bottom: dotted 4px #BD2B28;
  margin: 0 0 40px;
  padding: 0 0 40px;
}
@media print, screen and (max-width:768px) {
  .voice .box .box_img {
    width: 100%;
  }
  .voice .box .box_img img {
    width: 100%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.content {
  width: 100%;
  margin: 0 auto 30px;
}
.content img {
  width: 100%;
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.note {
  margin: 60px auto;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*color: #ff0000;*/
  border: 4px solid #ff0000;
  font-size: clamp(16px, 1.7142857143vw, 24px);
  font-weight: 600;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .note {
    font-size: 1.6rem;
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .note {
    margin: 1rem auto 1.8rem;
    font-size: 1.3rem;
    padding: 1.4rem 5%;
  }
}
.note span {
  padding: 6px 16px;
  background: #ff0000;
  color: #fff;
  margin-right: 16px;
  font-size: 90%;
}
@media print, screen and (max-width:1026px) {
  .note span {
    margin-right: 10px;
  }
}
.note p {
  margin: 0;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.movie_contet {
  padding: 60px 0;
}
@media print, screen and (max-width:1026px) {
  .movie_contet {
    padding: 40px 0;
  }
}
@media print, screen and (max-width:768px) {
  .movie_contet {
    padding: 1.8rem 0;
  }
}
.movie_contet .movie_ttl {
  font-size: clamp(18px, 2.4285714286vw, 34px);
  font-weight: bold;
  color: #000;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
}
.movie_contet .movie_ttl:after {
  content: "";
  width: 110px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 55px);
}
.movie_contet .movie_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 60px;
}
.movie_contet .movie_content .col {
  width: 48%;
  margin: 0 0 20px;
}
@media print, screen and (max-width:768px) {
  .movie_contet .movie_content .col {
    width: 100%;
  }
}
.movie_contet .movie_content .m_title {
  font-weight: 500;
}
.movie_contet .movie_block {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0 40px;
}
@media print, screen and (max-width:1026px) {
  .movie_contet .movie_block {
    padding: 10px 0 20px;
  }
}
@media print, screen and (max-width:768px) {
  .movie_contet .movie_block {
    max-width: 94%;
    padding: 0rem 0 0.2rem;
  }
}
.movie_contet .movie__box {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.movie_contet .movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}