@charset "UTF-8";
.contents {
  overflow: hidden;
}

.main-img {
  padding-top: 280px;
  padding-bottom: 280px;
  background: url(/100th/images/faq/bg.jpg) no-repeat center center/cover;
}
.main-img .copy-text {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}

.sec-box {
  padding-top: 30px;
  border-top: 1px solid #231815;
}
.sec-box.first {
  border-top: 0;
}

.head-boxab {
  position: relative;
}

.textsliderbox {
  width: 100%;
  z-index: 2;
  position: relative;
}
.textsliderbox p {
  font-size: 9vw;
  line-height: 1;
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
  font-weight: 700;
  padding-bottom: 0;
}
.textsliderbox img {
  max-height: 156px;
  width: auto;
  display: block;
  vertical-align: bottom;
}
.textsliderbox.ex .d-demo__item {
  width: 200vw;
}
.textsliderbox.ex p {
  padding-left: 12%;
  padding-right: 12%;
}
.textsliderbox.ex2 .d-demo__item {
  width: 233.3333333333vw;
}
.textsliderbox.ex2 p {
  padding-left: 16%;
  padding-right: 16%;
}

.h-copy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}

/*.textsliderbox .slick-slide{
	width: 180%!important;
}*/
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 155s infinite linear 0s both;
          animation: infinity-scroll-left 155s infinite linear 0s both;
}

.d-demo__item {
  width: 110vw;
}

.d-demo__item > img {
  width: 100%;
}

.head-boxab {
  margin-bottom: 14px;
}

.sub-copy {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.71;
  font-size: 35px;
  font-weight: 400;
}

.note-tex {
  font-size: 12px;
}

.ttl-obi {
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 25px;
  background: #595757;
}

.mini-ttl {
  text-align: center;
  margin-bottom: 36px;
  line-height: 1;
  font-size: 22px;
}
.mini-ttl.ptn1 {
  color: #00749F;
}
.mini-ttl.ptn2 {
  color: #498068;
}

.faq-box {
  margin-bottom: 30px;
}
.faq-box.last {
  margin-bottom: 70px;
}
.faq-box.last2 {
  margin-bottom: 40px;
}
.faq-box .question {
  padding: 8px 17px;
  border-radius: 10px;
  width: 90%;
  max-width: 854px;
  position: relative;
  z-index: 2;
  margin-top: -20px;
  top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-box .question dt {
  width: 22px;
}
.faq-box .question dd {
  width: calc(100% - 30px);
  font-size: 15px;
  line-height: 1.66;
}
.faq-box .answer {
  padding: 35px 17px 25px;
  width: 95%;
  margin-left: 5%;
  position: relative;
  z-index: 1;
}
.faq-box .answer dl {
  display: flex;
  justify-content: space-between;
}
.faq-box .answer dt {
  width: 22px;
}
.faq-box .answer dd {
  width: calc(100% - 30px);
  font-size: 15px;
  line-height: 1.66;
  padding-top: 5px;
}
.faq-box.ptn1 .question {
  background: #DFEAF8;
}
.faq-box.ptn1 .question::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -15px;
  left: 80px;
  width: 0;
  height: 0;
  border-top: 25px solid #DFEAF8;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-30deg);
}
.faq-box.ptn1 .answer {
  border: 2px solid #00749F;
}
.faq-box.ptn2 .question {
  background: #F0F6DE;
}
.faq-box.ptn2 .question::after {
  content: "";
  position: absolute;
  margin: 0;
  bottom: -15px;
  left: 80px;
  width: 0;
  height: 0;
  border-top: 25px solid #F0F6DE;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-30deg);
}
.faq-box.ptn2 .answer {
  border: 2px solid #3A7B66;
}

@media only screen and (max-width: 900px) {
  .main-img {
    padding-top: 19.3vw;
    padding-bottom: 19.5vw;
    background: url(/100th/images/faq/bg.jpg) no-repeat center center/cover;
  }
  .main-img .copy-text {
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
  .sec-box {
    padding-top: 3.65vw;
  }
  .head-boxab {
    position: relative;
  }
  .textsliderbox {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .textsliderbox p {
    font-size: 9vw;
    line-height: 1;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    font-weight: 700;
    padding-bottom: 0;
  }
  .textsliderbox img {
    max-height: 16vw;
    width: auto;
    display: block;
    vertical-align: bottom;
  }
  .textsliderbox.ex .d-demo__item {
    width: 233.3333333333vw;
  }
  .textsliderbox.ex p {
    padding-left: 12%;
    padding-right: 12%;
  }
  .textsliderbox.ex2 .d-demo__item {
    width: 333.3333333333vw;
  }
  .textsliderbox.ex2 p {
    padding-left: 16%;
    padding-right: 16%;
  }
  .h-copy-text {
    z-index: 3;
    font-size: 3.33vw;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .d-demo__item {
    width: 200vw;
  }
  .d-demo__item > img {
    width: 100%;
  }
  .head-boxab {
    margin-bottom: 3vw;
  }
  .sub-copy {
    margin-bottom: 7.2vw;
    text-align: center;
    line-height: 1.71;
    font-size: 3.65vw;
  }
  .text-box {
    padding-bottom: 8.3vw;
    text-align: center;
    line-height: 2.12;
  }
  .ttl-obi {
    margin-bottom: 4vw;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 3.3vw;
  }
  .mini-ttl {
    text-align: center;
    margin-bottom: 3vw;
    line-height: 1;
    font-size: 3.3vw;
  }
  .faq-box {
    margin-bottom: 2vw;
  }
  .faq-box.last {
    margin-bottom: 7.8vw;
  }
  .faq-box.last2 {
    margin-bottom: 4vw;
  }
  .faq-box .question {
    padding: 2.6vw 2.6vw;
    border-radius: 10px;
    width: 92%;
    max-width: none;
    position: relative;
    z-index: 2;
    margin-top: -2vw;
    top: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-box .question dt {
    width: 4.6vw;
  }
  .faq-box .question dd {
    width: calc(100% - 5.5vw);
    font-size: 2.7vw;
    line-height: 1.66;
  }
  .faq-box .answer {
    padding: 4.2vw 2.6vw 2.6vw;
    width: 92%;
    margin-left: 8%;
    position: relative;
    z-index: 1;
  }
  .faq-box .answer dl {
    display: flex;
    justify-content: space-between;
  }
  .faq-box .answer dt {
    width: 4.6vw;
  }
  .faq-box .answer dd {
    width: calc(100% - 5.5vw);
    font-size: 2.7vw;
    line-height: 1.66;
    padding-top: 1vw;
  }
  .faq-box.ptn1 .question {
    background: #DFEAF8;
  }
  .faq-box.ptn1 .question::after {
    content: "";
    position: absolute;
    margin: 0;
    bottom: -15px;
    left: 8vw;
    width: 0;
    height: 0;
    border-top: 25px solid #DFEAF8;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform: rotate(-30deg);
  }
  .faq-box.ptn2 .question {
    background: #F0F6DE;
  }
  .faq-box.ptn2 .question::after {
    content: "";
    position: absolute;
    margin: 0;
    bottom: -15px;
    left: 8vw;
    width: 0;
    height: 0;
    border-top: 25px solid #F0F6DE;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform: rotate(-30deg);
  }
}
.ex-notes {
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
  color: #00749f;
  margin-top: 35px;
  padding-bottom: 10px;
  border-bottom: 5px solid #dfeaf8;
}

@media only screen and (max-width: 900px) {
  .news-ttlimg {
    width: 12%;
    margin-bottom: 4.5vw;
    padding-top: 4vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .pc-inline {
    display: none;
  }
  .ex-notes {
    text-align: center;
    font-size: 2.7vw;
    line-height: 1.5;
    margin-top: 3.5vw;
    padding-bottom: 1vw;
    border-bottom: 5px solid #dfeaf8;
  }
}
/*# sourceMappingURL=faq.css.map */