@charset "utf-8";

/* ------------------------------------ */
/* IRに関するよくあるご質問ページ
/* ------------------------------------ */


.faqBl {
  padding: 36px 0 0 0;
}

.faq_select_cate {
  position: relative;
  width: fit-content;
  transition: all .5s;
  margin: 37px 0 50px;
}

.faq_select_cate:hover {
  opacity: 0.4;
}

.faq_select_cate::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 27px;
  top: 14px;
}

.faq_select_cate_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: #c5d147 1px solid;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: .55em 3em .55em 1.5em;
  transition: all 0.5s;
  cursor: pointer;
  color: #000;
}

.faq_select_option {
  background-color: #fff;
  border: #c5d147 1px solid;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 0;
}

.faq_tab {
  margin: 0 auto 0;
}

.faq_tab_ul+.faq_tab_list {
  margin-top: 80px;
}

.faq_tab_list_inr {
  margin: 0 auto 30px;
}

.faq_tab_list_inr.active {
}

.faq_tab_list_inr h2 {
  font-size: calc(36 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.8;
  margin: 2em 0 1em;
}

.faq_wrap  {
  margin: 0 0 5em;
}

.faq_dl {
}

.faq_dl+.faq_dl {}

.faq_dl_dt {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
  padding: 30px 45px 30px 80px;
  position: relative;
  transition: all 0.5s;
  background-color: #f6f9d5;
  cursor: pointer;
}

.bg-w {
  background-color: #ffffff;
}

.faq_dl_dt:hover {
  color: #c5d147;
}

.faq_dl_dt::before {}

.faq_dl_dt::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #c5d147;
  border-right: 2px solid #c5d147;
  transform: rotate(135deg);
  position: absolute;
  top: 38px;
  right: 33px;
  transition: all 0.2s ease-in-out 0s;
}

.faq_dl_dt.open::after {
  transform: rotate(-45deg);
  top: 38px;
}

.faq_dl_dt_q {
  font-family: "Montserrat", serif;
  font-size: 2.6rem;
  font-weight: normal;
  width: 45px;
  height: 45px;
  padding: 0 0 0.05em 0;
  background-color: #c5d147;
  border-radius: 50%;
  border: 1px solid #c5d147;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out 0s;
}

.faq_dl_dt:hover .faq_dl_dt_q {
  opacity: .7;
}

.faq_dl_dd {
  display: none;
  padding: 16px 35px 25px 80px;
  position: relative;
  background-color: #f2f2f2;
}

.faq_dl_dd p {
  font-size: 1.8rem;
  line-height: 1.875;
  letter-spacing: 0;
}

.faq_dl_dd p img {
  padding: 0 3px;
  width: 16px;
  height: auto;
}

.faq_dl_dd p a {
  text-decoration: underline
}

.faq_dl_dd dl {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
  display: flex;
  flex-wrap: wrap;
}

.faq_dl_dd dl+p,
.faq_dl_dd p+dl {
  margin-top: 10px;
}

.faq_dl_dd dl dt {
  width: 6em;
  box-sizing: border-box;
}

.faq_dl_dd dl dd {
  width: calc(100% - 6em);
  box-sizing: border-box;
}

 .faq_tab_list_inr ul {
  list-style: none;
}

 .faq_tab_list_inr ul li {
  font-size: 1.8rem;
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: .3em;
}

 .faq_tab_list_inr ul li::before {
  content: '・';
}



@media screen and (max-width: 1200px) {

}



@media (max-width: 1000px) {

}



@media (max-width: 767px) {
  .faqBl {
    padding: 0;
    margin-top: -5px;
  }
  
  .faq_select_cate {
    margin: 15px 0 30px;
  }

  .faq_select_cate:hover {
    opacity: 1;
  }

  .faq_select_cate::after {
    width: 4px;
    height: 4px;
    right: 10px;
    top: 11px;
  }

  .faq_select_cate_btn {
    font-size: 1.3rem;
    padding: .3em 1.9em .3em .7em;
  }

  .faq_tab {
    margin: 17px auto 0;
  }

  .faq_tab_ul+.faq_tab_list {
    margin-top: 20px;
  }
  
  .faq_tab_list_inr h2 {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  
  .faq_wrap  {
    margin: 0 0 3em;
  }
  
  .faq_dl_dt {
    font-size: 1.6rem;
  }
  
  .faq_dl_dt:hover {
    color: #000000;
  }
  
  .faq_dl_dt::after {
    right: 25px;
  }
  
  .faq_dl_dt_q {
    font-size: 2.2rem;
  }
  
  .faq_dl_dt:hover .faq_dl_dt_q {
    opacity: 1;
  }
  
  .faq_dl_dd {
    padding: 14px 35px 23px 80px;
  }
  
  .faq_dl_dd p {
    font-size: 1.5rem;
  }
  
  .faq_dl_dd p img {
    width: 15px;
  }

  .faq_tab_list_inr ul li {
    font-size: 1.5rem;
    line-height: 1.4;
  }

}