@charset 'UTF-8';

/*
 common : /faq, /wedding/faq, /wwedding/online, /wedding/faq
******************************************************************************
*/
.inquiry-box {
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.inquiry-box-title {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.09em;
}
.inquiry-box-item {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 10px;
}
.inquiry-box-header_arrow_img {
  width: 16px;
}
.inquiry-box-header_q {
  position: absolute;
  top: 4%;
  left: 0;
  font-size: 18px;
  color: #756253;
  font-family: 'EB Garamond', serif;
}

.inquiry-box-header {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 40px 8px 26px;
  /* padding-left: 24px; */
  text-align: left;
  border-bottom: 1px solid #ccc;
  max-width: 653px;
  margin: 0 auto;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition-duration: 0.2s;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tab-inquiry-box-header.open {
  margin-bottom: 2px;
}

.inquiry-box-header_q:hover {
  opacity: .8;
}
.inquiry-box-header_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 0;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.3s;
}

.inquiry-box-header.open .inquiry-box-header_arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.inquiry-box_inner {
  display: none;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.inquiry-box_answer p{
  padding-top: 16px;
  margin-bottom: 23px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.inquiry-box-title-01 {
  margin-bottom: 56px;
}
@media screen and (min-width: 1024px) {
  .inquiry-box-title {
    font-size: 20px;
    letter-spacing: 0.074em;
  }
}
@media screen and (max-width: 1024px) {
  .qanda-faq-box .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 20px;
    height: 20px;
    margin-top: -15px;
  }
}
@media screen and (min-width: 767px) {
  .inquiry-box {
    padding: 68px 0 98px;
  }
  .qanda-faq-box .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  .inquiry-box-item {
    padding: 27px 20px 0px;
    margin-bottom: 1.5px;
  }
  .inquiry-box-header {
    padding: 9px 40px 8px 26px;
  }
  .inquiry-box_answer p{
    padding: 16px 46px 0;
    margin-bottom: 0;
  }
  .inquiry-box-header_arrow {
    top: 26px;
    right: 14px;
  }
  .inquiry-box-header_arrow_img {
    width: 18px;
  }
  .inquiry-box-title-01 {
    margin-bottom: 20px;
  }

}