@charset "UTF-8";
/* よくあるご質問
---------------------------------------------------------------------------------------*/
.faq_list .ac_active {
  color: #999;
}
.faq_list .ac_active:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_list .ac_active:after {
    right: 0;
  }
}
.faq_list .faq_block {
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .faq_list .faq_block {
    margin-bottom: 25px;
  }
}
.faq_list dt {
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.8rem;
  padding: 20px 50px 20px 0;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_list dt {
    padding: 12px 20px 12px 0;
    font-size: 1.4rem;
  }
}
.faq_list dt:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_list dt:after {
    right: 0;
  }
}
.faq_list dt .number {
  width: 30px;
  color: #d3ef06;
  line-height: 1;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .faq_list dt .number {
    width: 25px;
  }
}
.faq_list dt .inr {
  width: calc(100% - 30px);
  padding-left: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq_list dt .inr {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
.faq_list dt:hover {
  color: #999;
}
.faq_list dd {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .faq_list dd {
    padding: 12px 0;
    margin-top: 12px;
  }
}
.faq_list dd .inr {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}
.faq_list dd .inr .number {
  width: 30px;
  color: #d1d1c7;
  font-weight: bold;
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .faq_list dd .inr .number {
    width: 30px;
    text-align: center;
  }
}
.faq_list dd .inr .dd_inr {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.faq_list dd .inr .dd_inr a {
  text-decoration: underline;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .faq_list dd .inr .dd_inr {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
.faq_list .acMenu dd {
  display: none;
}