@charset "UTF-8";
/* ベース幅 */
/* ひしがたのアイキャッチ */
/* ページ_タイトル */
/* ページ_サブタイトル */
/* トップ_セクションタイトル */
/* トップ_セクションサブタイトル */
/* Viewport768-1200 fontsize 12-16 */
/*  */
.page__ttl {
  background: url(../images/contact/page_ttl.webp) center center no-repeat;
  background-size: cover;
}

.faq__box {
  padding: 130px 10px;
}
@media only screen and (max-width: 767px) {
  .faq__box {
    padding: 64px 10px;
  }
}
.faq__box .faq__box__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.faq__box .faq__box__inner > .ttl__box {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner > .ttl__box {
    margin-bottom: 30px;
  }
}
.faq__box .faq__box__inner > .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  padding-left: 45px;
  font-size: 3.6rem;
  display: block;
}
.faq__box .faq__box__inner > .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner > .ttl__box span {
    font-size: 2.4rem;
    padding-left: 42px;
  }
}
.faq__box .faq__box__inner > .ttl__box span::after, .faq__box .faq__box__inner > .ttl__box span::before {
  width: 24px;
  height: 24px;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner > .ttl__box span::after, .faq__box .faq__box__inner > .ttl__box span::before {
    width: 18px;
    height: 18px;
    bottom: -1px;
  }
}
.faq__box .faq__box__inner .section__box .section__ttl {
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .section__ttl {
    padding-bottom: 16px;
  }
}
.faq__box .faq__box__inner .section__box .section__ttl span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  font-size: 2.4rem;
  padding-left: 30px;
  padding-bottom: 0;
  display: block;
}
.faq__box .faq__box__inner .section__box .section__ttl span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .section__ttl span {
    font-size: 1.8rem;
    padding-left: 25px;
  }
}
.faq__box .faq__box__inner .section__box .section__ttl span::after, .faq__box .faq__box__inner .section__box .section__ttl span::before {
  width: 12px;
  height: 12px;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .section__ttl span::after, .faq__box .faq__box__inner .section__box .section__ttl span::before {
    width: 10px;
    height: 10px;
    bottom: -1px;
  }
}
.faq__box .faq__box__inner .section__box .one__box + .one__box {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box + .one__box {
    margin-top: 20px;
  }
}
.faq__box .faq__box__inner .section__box .one__box .question__box {
  background: #f6f3ec;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 24px 72px 24px 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .question__box {
    font-size: 1.4rem;
    padding: 16px 48px 16px 10px;
    margin-bottom: 15px;
  }
}
.faq__box .faq__box__inner .section__box .one__box .question__box::before {
  content: "Q";
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 700;
  color: #b6a377;
  padding-right: 16px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .question__box::before {
    font-size: 1.8rem;
    padding-right: 10px;
  }
}
.faq__box .faq__box__inner .section__box .one__box .question__box .btn {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .question__box .btn {
    right: 10px;
  }
}
.faq__box .faq__box__inner .section__box .one__box .question__box .btn .btn__inner {
  position: relative;
  display: block;
  height: 28px;
}
.faq__box .faq__box__inner .section__box .one__box .question__box .btn .btn__inner::before, .faq__box .faq__box__inner .section__box .one__box .question__box .btn .btn__inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background: #333;
  transition: 0.3s all;
}
.faq__box .faq__box__inner .section__box .one__box .question__box .btn .btn__inner::before {
  width: 21px;
  height: 1px;
}
.faq__box .faq__box__inner .section__box .one__box .question__box .btn .btn__inner::after {
  width: 1px;
  height: 21px;
}
.faq__box .faq__box__inner .section__box .one__box .question__box .btn.open .btn__inner::before, .faq__box .faq__box__inner .section__box .one__box .question__box .btn.open .btn__inner::after {
  transform: rotate(-45deg);
}
.faq__box .faq__box__inner .section__box .one__box .anser__box {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
  padding-left: calc(32px + 1em);
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box {
    padding-left: calc(25px + 1em);
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box.open {
  height: auto;
  opacity: 1;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .text__box {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .text__box {
    padding: 0;
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .text__box p {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .text__box p {
    font-size: 1.4rem;
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .text__box p + p {
  margin-top: 2.24rem;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .text__box p a {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  font-weight: 300;
  text-decoration: underline;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .text__box p a:hover {
    color: #666;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .text__box p a {
    font-size: 1.4rem;
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .text__box ul {
  margin: 2.24rem 0;
  padding-left: 2em;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .text__box ul li {
  font-size: 1.6rem;
  line-height: 1.45;
  color: #333;
  font-weight: 300;
  list-style: decimal;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .text__box ul li {
    font-size: 1.4rem;
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box {
  margin: 2.24rem 0;
  overflow-x: auto;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box::-webkit-scrollbar {
  height: 12px;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .table__box {
    margin: 1.96rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner {
    width: 700px;
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c0c0c0;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table {
    margin-bottom: 10px;
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table th,
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table td {
  padding: 16px 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.45;
  color: #333;
  font-weight: 400;
  border-right: 2px solid #c0c0c0;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table th,
  .faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table td {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table th:last-child,
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table td:last-child {
  border-right: none;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table th {
  font-weight: 700;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table td {
  background: #fff4f4;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table thead tr th,
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table thead tr td {
  background: #fff4f4;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table tbody tr th,
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table tbody tr td {
  border-top: 2px solid #c0c0c0;
  background: #fff4f4;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table tfoot tr th,
.faq__box .faq__box__inner .section__box .one__box .anser__box .table__box .table__box__inner table tfoot tr td {
  border-top: 2px solid #c0c0c0;
  background: #f7f7f7;
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .img__box {
  margin: 2.24rem auto;
  max-width: 860px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner .section__box .one__box .anser__box .img__box {
    margin: 1.96rem auto;
  }
}
.faq__box .faq__box__inner .section__box .one__box .anser__box .img__box img {
  width: 100%;
  height: auto;
}
.faq__box .faq__box__inner section + section .section__box {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .faq__box .faq__box__inner section + section .section__box {
    margin-top: 64px;
  }
}/*# sourceMappingURL=contact_faq.css.map */