/* CSS Document */
div.faq_wrap{
  padding-top: var(--headerHeight);
  background-color: #e5f6f5;
}
div.question_box{
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.question_box{
  padding: calc(var(--headerHeight) / 2) 7vw;
}
body[wc-view-type="tb"] div.question_box{
  padding: calc(var(--headerHeight) / 2) 7.5vw;
}
body[wc-view-type="tb-l"] div.question_box{
  padding: calc(var(--headerHeight) / 2) 10vw;
}
body[wc-view-type="pc"] div.question_box{
  width: 800px;
  margin: 0 auto;
  padding: calc(var(--headerHeight) / 2) 0;
}
[swipemenu][menu-type="tab"]{
  background-color: #e5f6f5 !important;
}
div.question_box > dl{
  background-color: #fff;
  margin-bottom: 1rem;
}
div.question_box > dl > dt,
div.question_box > dl > dd{
  position: relative;
  z-index: 1;
}
div.question_box > dl > dt{
  border-bottom:2px solid #e5f6f5;
  font-weight: 700;
  color: #333;
  padding: 1rem 2.5rem 1rem 3rem;
  box-sizing: border-box;
}
div.question_box > dl > dt::after{
  content: "";
  right: 1rem;
  position: absolute;
  top: 1.5rem;
  transform: translate3d(0,0,0);
  width: 1rem;
  height: 0.8rem;
  background-color: #fc5959;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all ease 400ms;
}
div.question_box > dl > dt.wcactive::after{
  transform: rotate(-180deg) translate3d(0,0,0);
}
div.question_box > dl > dd{
}
div.question_box > dl > dd div.q_text{
  padding: 1rem 1rem 1rem 3rem;
  box-sizing: border-box;
}
div.question_box > dl > dt::before,
div.question_box > dl > dd::before{
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
div.question_box > dl > dd div.btn{
  margin-top: 0.5rem;
}
div.question_box > dl > dt::before{
  content: "Q";
  color: #00a79e;
}
div.question_box > dl > dd::before{
  content: "A";
  color: #fc5959;
}
div.question_box > dl > dd > dl.list{
  margin-top: 0.5rem;
}
div.question_box > dl > dd > dl.list > dt{
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}
div.question_box > dl > dd > div.q_text > dl.list > dd{
}
div.question_box > dl > dd > div.q_text > dl.list > dd ul{
  list-style-position: outside;
  padding-left: 1.5rem;
}
div.question_box > dl > dd > div.q_text > dl.list > dd ul li{
  margin-bottom: 0.25rem;
}
div.question_box > dl > dd > div.q_text > dl.list > dd ul li::marker{
  font-size: 0.8rem;
  color: #333;
}
div.question_box > dl > dd > div.q_text > dl.contact{
  margin-top: 0.5rem;
}
div.question_box > dl > dd > div.q_text > dl.contact > dt{
}
div.question_box > dl > dd > div.q_text > dl.contact > dt > span{
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #00a79e;
  display: table;
  padding: 0 1rem 0.25rem 1rem;
}
div.question_box > dl > dd > div.q_text > dl.contact > dd{
  padding-top: 0.5rem;
}
div.question_box > dl > dd > div.q_text > dl.contact > dd div.tel{
  display: table;
  margin-left: 0;
  margin-right: auto;
}
div.question_box > dl > dd > div.q_text > dl.contact > dd div.tel a{
  display: table;
  padding-left: 1.8rem;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 1.1rem;
  color: #00a79e;
}
body:not([wc-view-type="sp"]) div.question_box > dl > dd > div.q_text > dl.contact > dd div.tel a{
  pointer-events: none;
}
div.question_box > dl > dd > div.q_text > dl.contact > dd div.tel a::before{
  content: "";
  background-color: #00a79e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.question_box > dl > dd > div.q_text > dl.contact > dd div.mail{
}
div.question_box > dl > dd > div.q_text > dl.contact > dd div.mail div.btn{
  margin-left: 0;
}
div.question_box > dl > dd > div.q_text > dl.contact > dd div.mail div.btn a{
  font-size: 1rem;
  padding: 0.35rem 2.5rem 0.35rem 0.75rem;
  border-radius: 0.5rem;
}
div.question_box > dl > dd > div.q_text > div.case > dl.case_box{
  margin-top: 0.5rem;
}
div.question_box > dl > dd > div.q_text > div.case > dl.case_box dt{
  font-weight: 700;
  color: #00a79e;
  border-bottom: dashed 1px #00a79e;
  padding: 0.25rem;
  box-sizing: border-box;
}
div.question_box > dl > dd > div.q_text > div.case > dl.case_box dt span{
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}
div.question_box > dl > dd > div.q_text > div.case > dl.case_box dd{
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  font-size: 0.9rem;
}
dl.hosoku{
  margin-top: 0.5rem;
}
dl.hosoku dt{
}
dl.hosoku dt span{
  font-weight: 700;
  color: #333;
  padding: 0.25rem 0.5rem;
  display: table;
  line-height: 1em;
  border: solid 1px #00a79e;
  border-bottom: none;
}
dl.hosoku dd{
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  border: solid 1px #00a79e;
  font-size: 0.9rem;
}
ul.notitle_list{
  padding-left: 0.8rem;
  box-sizing: border-box;
  list-style-position: outside;
}
ul.notitle_list li{
  margin-bottom: 0.25rem;
}
ul.notitle_list li::marker{
  font-size: 0.8rem;
  color: #333;
}
span.yohaku{
  padding-left: 0.25rem;
}
div.number_block{
}
div.number_block dl.number_box{
  margin-top: 0.25rem;
}
div.number_block dl.number_box dt{
  display: flex;
  font-weight: 700;
}
div.number_block dl.number_box dt span{
  display: table;
  margin-right: 0.25rem;
  font-weight: 700;
}
div.number_block dl.number_box dd{
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
}
span.underline{
  background: linear-gradient(transparent 75%, #ecca5d 75%);
  font-weight: 700;
}
ul.number_list{
  list-style: none;
  list-style-position: outside;
}
ul.number_list li{
  padding-left: 1.25rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
ul.number_list li > span{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}