/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/faq/pagetit_bg.jpg) center;
  background-size: cover;
}

.bg_grad {
  padding: 140px 0 144px;
}

@media screen and (max-width: 810px) {
  #pagetit {
    background: url(../img/faq/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
  .bg_grad {
    padding: 70px 0 70px;
  }
}
/* ---------------------------------------------------
		faq_sec
------------------------------------------------------ */
.faq_sec .sec_tit {
  margin-bottom: 32px;
}
.faq_sec .sec_tit .en {
  text-transform: capitalize;
}
.faq_sec .faq_list dt {
  position: relative;
  padding: 22px 64px 22px 108px;
  border-bottom: 1px solid #afafaf;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
.faq_sec .faq_list dt::after {
  content: "";
  position: absolute;
  right: 48px;
  top: 0;
  bottom: 0;
  display: block;
  background: url(../img/common/icon_arrow_btm.svg) no-repeat left center;
  background-size: 100%;
  width: 7px;
  height: 18px;
  margin: auto 0;
}
.faq_sec .faq_list dt.open::after {
  transform: rotate(180deg);
  margin-right: 5px;
}
.faq_sec .faq_list dd {
  display: none;
  position: relative;
  padding: 40px 120px 40px 108px;
  background: #ebf3f6;
}
.faq_sec .faq_list dd a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .faq_sec .faq_list dd a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.faq_sec .faq_list .q,
.faq_sec .faq_list .a {
  position: absolute;
  left: 32px;
  top: 28px;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Newsreader", serif;
  font-weight: 300;
}
.faq_sec .faq_list .a {
  top: 52px;
}
.faq_sec .faq_list .faq_a_close {
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media screen and (max-width: 810px) {
  .faq_sec .faq_list dt {
    padding: 16px 24px 16px 56px;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .faq_sec .faq_list dt::after {
    right: 10px;
  }
  .faq_sec .faq_list dd {
    padding: 16px 20px 40px 56px;
  }
  .faq_sec .faq_list .q,
  .faq_sec .faq_list .a {
    left: 16px;
    top: 24px;
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 1;
    font-family: "Newsreader", serif;
    font-weight: 300;
  }
}
/* ---------------------------------------------------
	sec
------------------------------------------------------ */
/* ---------------------------------------------------
	sec
------------------------------------------------------ */
/* ---------------------------------------------------
	sec
------------------------------------------------------ */