<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-title {
  padding-top: 38px;
}

.page-title__area {
  text-align: center;
}

.page-title__sub {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #8C7459;
}

.page-title__main {
  font-size: 32px;
  letter-spacing: 0.3em;
  font-weight: 500;
}

.page-title__summary {
  margin-top: 20px;
}

.section-title__area {
  text-align: center;
}

.section-title--lv3 {
  font-size: 28px;
  font-weight: 500;
  color: #8C7459;
}

.section-title--lv4 {
  text-align: center;
  font-weight: 500;
}

.section-title__summary {
  margin-top: 20px;
}

a.btn-base {
  background-color: #373738;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  text-align: center;
  min-height: 84px;
  -webkit-transition: 0.3s background-color,color,border ease-in;
  transition: 0.3s background-color,color,border ease-in;
}

a.btn-base:hover {
  background-color: #ddd;
  color: #373738;
  border: 2px solid #373738;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.contact-faq {
  margin-top: 84px;
}

.faq-contents {
  margin-top: 52px;
}

.faq-contents__item {
  padding: 16px 25px;
  border-top: 1px solid #333333;
  -webkit-transition: 0.3s background-color ease-in;
  transition: 0.3s background-color ease-in;
}

.faq-contents__item:last-child {
  border-bottom: 1px solid #333333;
}

.faq-contents__item:hover {
  background-color: rgba(140, 116, 89, 0.1);
  -webkit-transition: 0.3s background-color ease-in;
  transition: 0.3s background-color ease-in;
}

a.faq-contents__link {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.faq-contents__link .question-number {
  color: #8C7459;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-right: 10px;
}

.contact-faq-other {
  margin-top: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9D9D9D;
}

.contact-faq-other p {
  text-align: center;
}

.faq-other-contents {
  margin-top: 20px;
}

.faq-other-contents__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-other-contents__item {
  width: calc(100% / 5 - 13px);
  margin-left: 13px;
}

.faq-other-contents__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guid {
  margin-top: 100px;
}

.guid-menu {
  margin-top: 40px;
}

.guid-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.guid-menu__item {
  width: calc(100% / 4 - 15px);
  margin-left: 15px;
}

.guid-menu__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-guid {
  margin-top: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9D9D9D;
}

.other-guid__contents {
  margin-top: 40px;
}

.other-guid__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -52px;
}

.other-guid__item {
  width: calc(100% / 3 - 52px);
  margin-left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guid-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guid-detail__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guid-detail__title {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}

.guid-detail__list {
  margin-top: 20px;
  margin-left: 20px;
}

.guid-detail__item {
  list-style: disc;
}

.guid-detail__btn-area {
  margin-top: 40px;
}

.guid-detail__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.select-form {
  margin: 100px 0;
}

.select-form__contents {
  margin-top: 40px;
}

.select-form__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -34px;
}

.select-form__item {
  width: calc(100% / 3 - 34px);
  margin-top: 20px;
  margin-left: 34px;
}

.select-form__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
</pre></body></html>