#promise .promiseContent {
  padding: 8rem 0;
  background: url(../img/100_index/bg_promise.jpg) no-repeat center center/cover;
}
#promise .promiseContent .__promise {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
#promise .promiseContent .__promise:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 2px;
  border-top: 2px solid #fff;
  content: "";
}
#promise .promiseContent .__promise:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 2px;
  border-top: 2px solid #fff;
  content: "";
}
#promise .promiseContent .__promise .__tit {
  position: absolute;
  top: -2rem;
  left: calc(50% - 14rem);
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
}
#promise .promiseContent .__promise .__tit:after {
  display: block;
  position: absolute;
  right: 34%;
  bottom: -6rem;
  width: 91px;
  height: 36px;
  background: url(../img/100_index/promise-ico.png) no-repeat center center/cover;
  content: "";
}
#promise .promiseContent .__promise .__txt {
  padding: 12rem 11rem 0;
}
#promise .promiseContent .__promise .__txt .__item {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 3.5rem;
  color: #fff;
  font-size: 2rem;
}
#promise .promiseContent .__promise .__txt .__item:before {
  display: block;
  position: absolute;
  top: 2px;
  left: -2px;
  width: 32px;
  height: 30px;
  background: url(../img/000_common/arrow2-right.png) no-repeat center center/contain;
  content: "";
}
#promise .promiseContent .__promise .__btn {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 4rem auto 8rem;
  padding: 1.5rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#f0f0f0));
  background-image: linear-gradient(to top, #e2e2e2 0%, #f0f0f0 100%);
  text-align: center;
}
#promise .promiseContent .__promise .__btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#promise .promiseContent .__promise .__btn__txt {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
#promise .promiseContent .__promise .__btn__txt:after {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
  width: 10px;
  height: 20px;
  background: url(../img/000_common/arrow-rightbk.png) no-repeat center center/cover;
  content: "";
}

@media (max-width: 960px) {
  #promise .promiseContent .__promise {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #promise .promiseContent {
    padding: 6rem 0;
  }
  #promise .promiseContent .__promise:before {
    width: 22%;
  }
  #promise .promiseContent .__promise:after {
    width: 22%;
  }
  #promise .promiseContent .__promise .__tit {
    left: calc(50% - 11rem);
    font-size: 3.2rem;
  }
  #promise .promiseContent .__promise .__txt {
    padding: 12rem 2rem 0;
  }
  #promise .promiseContent .__promise .__txt .__item {
    padding: 0 0 0 3rem;
    font-size: 1.8rem;
  }
  #promise .promiseContent .__promise .__btn {
    width: 90%;
    margin: 4rem auto;
  }
  #promise .promiseContent .__promise .__btn:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 544px) {
  #promise .promiseContent .__promise:before {
    width: 14%;
  }
  #promise .promiseContent .__promise:after {
    width: 14%;
  }
}
#temple .templeContent {
  padding: 8rem 0;
  background: url(../img/100_index/bg_monk.jpg) no-repeat center top/cover;
}
#temple .templeContent .__heading {
  text-align: left;
}
#temple .templeContent .__heading .__tit {
  position: relative;
  width: 66%;
  color: #1b3662;
  font-size: 4rem;
  line-height: 5rem;
}
#temple .templeContent .__heading .__tit:after {
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 80px;
  border-bottom: solid 1px #1b3662;
  content: "";
}
#temple .templeContent .__txt {
  width: 60%;
  margin: 6rem 0 0 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}
#temple .templeContent .__btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 4rem auto 0 0;
  padding: 1.5rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0f2044), color-stop(75%, #24416c), to(#355680));
  background-image: linear-gradient(to top, #0f2044 0%, #24416c 75%, #355680 100%);
  text-align: center;
}
#temple .templeContent .__btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#temple .templeContent .__btn__txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
#temple .templeContent .__btn__txt:after {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
  width: 10px;
  height: 20px;
  background: url(../img/000_common/arrow-right.png) no-repeat center center/cover;
  content: "";
}

@media (max-width: 960px) {
  #temple .templeContent .__heading .__tit {
    font-size: 3.2rem;
  }
  #temple .templeContent .__txt {
    width: 100%;
  }
}
@media (max-width: 544px) {
  #temple .templeContent {
    padding: 4rem 0;
  }
  #temple .templeContent .__btn {
    max-width: 540px;
    margin: 1rem auto 0;
  }
}
.m-module-qa.customerVoice .__each dt::before {
  background-image: url(../img/000_common/voice-men.png);
}
.m-module-qa.customerVoice .__each dt .__q-ineer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.m-module-qa.customerVoice .__each dt .__q-ineer p {
  margin-bottom: 0;
}