@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- よくある質問（中国語）
---------------------------------------------------- */
/* スタイル上書き
--------------------------- */
#top_visual__nav_btn {
  display: none;
}

.faq .asnav {
  display: none;
}

@media screen and (max-width: 899px) {
  .faq .asnav {
    display: block;
  }
}

/* 横幅設定
--------------------------- */
.faq_wide {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/* アンカーリンク
--------------------------- */
.faq-al-top {
  padding-top: 30px;
  margin-top: -30px;
}

.faq-anker-nav {
  width: 100%;
}

.faq-anker-nav__box {
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
}

.faq-anker-nav__li {
  float: left;
  margin-bottom: 15px;
}

.faq-anker-nav__li:not(:last-child) {
  margin-right: 20px;
}

.faq-anker-nav__btn {
  position: relative;
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  border: 1px solid #565656;
  border-radius: 2px;
  padding: 13px 30px 13px 40px;
}

.faq-anker-nav__btn::before {
  position: absolute;
  top: 14px;
  left: 18px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #008cdc;
  border-right: 2px solid #008cdc;
  transform: rotate(135deg);
}

.faq-anker-nav__btn::after {
  position: absolute;
  top: 31px;
  left: 16px;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #008cdc;
}

@media screen and (min-width: 900px) {
  .faq-anker-nav__btn {
    transition: all 0.2s ease;
  }
  .faq-anker-nav__btn::before {
    transition: all 0.2s ease;
  }
  .faq-anker-nav__btn:hover {
    background-color: #f0fdfe;
    border: 1px solid #008cdc;
  }
  .faq-anker-nav__btn:hover::before {
    top: 17px;
  }
}

@media screen and (max-width: 899px) {
  .faq-al-top {
    padding-top: 15px;
    margin-top: -15px;
  }
  .faq-anker-nav__box {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-anker-nav__li {
    float: none;
    margin-bottom: 12px;
  }
  .faq-anker-nav__li:not(:last-child) {
    margin-right: 0;
  }
  .faq-anker-nav__btn {
    text-decoration: none;
    padding: 10px 30px 12px 36px;
  }
  .faq-anker-nav__btn::before {
    top: 11px;
    left: 15px;
  }
  .faq-anker-nav__btn::after {
    top: 27px;
    left: 13px;
  }
}

/* 見出し
--------------------------- */
.faq-ttl-h4 {
  position: relative;
  color: #222222;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
  background-color: #eef1f3;
  padding: 16px 15px 18px 22px;
  margin-bottom: 15px;
}

.faq-ttl-h4:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  width: 7px;
  height: calc(100% - 34px);
  background-color: #0086d9;
}

@media screen and (max-width: 899px) {
  .faq-ttl-h4 {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 14px 12px 22px;
  }
  .faq-ttl-h4:before {
    width: 6px;
    height: calc(100% - 24px);
  }
}

/* レイアウト
--------------------------- */
.faq-all-wrap {
  border-top: 1px solid #c6c6c6;
}

.faq-wrap {
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
}

.faq-wrap__q {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  cursor: pointer;
}

.faq-wrap__q-icon {
  position: absolute;
  top: 32px;
  right: 20px;
  width: 24px;
  height: 24px;
}

.faq-wrap__q-icon:before {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 11;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #008cdc;
}

.faq-wrap__q-icon:after {
  position: absolute;
  top: 0;
  left: 11px;
  z-index: 12;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #008cdc;
  transition: all 0.3s ease;
}

.faq-wrap__q-iconOn:after {
  height: 0;
  top: 11px;
}

.faq-wrap__q-box {
  display: flex;
  width: 100%;
}

.faq-wrap__q-box-l {
  width: 84px;
}

.faq-wrap__q-box-l span {
  display: block;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  width: 44px;
  height: 44px;
  background-color: #0a8fe0;
  border-radius: 50%;
  padding-top: 10px;
  margin-left: 20px;
}

.faq-wrap__q-box-r {
  width: calc(100% - 84px);
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 7px;
  padding-right: 70px;
}

.faq-wrap__a {
  display: none;
  padding-bottom: 39px;
}

.faq-wrap__a-box {
  display: flex;
  width: 100%;
}

.faq-wrap__a-box-l {
  width: 109px;
}

.faq-wrap__a-box-l span {
  display: block;
  color: #0a8fe0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #0a8fe0;
  padding-top: 8px;
  margin-left: 45px;
}

.faq-wrap__a-box-r {
  width: calc(100% - 109px);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 6px;
  padding-right: 70px;
}

@media screen and (min-width: 900px) {
  .faq-wrap__q .faq-wrap__q-box-r {
    transition: all 0.2s ease;
  }
  .faq-wrap__q:hover .faq-wrap__q-box-r {
    color: #0a8fe0;
  }
}

@media screen and (max-width: 899px) {
  .faq-wrap__q {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .faq-wrap__q-icon {
    top: 24px;
    right: 1px;
    width: 20px;
    height: 20px;
  }
  .faq-wrap__q-icon:before {
    top: 9px;
  }
  .faq-wrap__q-icon:after {
    left: 9px;
  }
  .faq-wrap__q-iconOn:after {
    top: 9px;
  }
  .faq-wrap__q-box-l {
    width: 50px;
  }
  .faq-wrap__q-box-l span {
    font-size: 20px;
    width: 36px;
    height: 36px;
    padding-top: 8px;
    margin-left: 0;
  }
  .faq-wrap__q-box-r {
    width: calc(100% - 50px);
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
    padding-right: 50px;
  }
  .faq-wrap__a {
    padding-bottom: 24px;
  }
  .faq-wrap__a-box-l {
    width: 50px;
  }
  .faq-wrap__a-box-l span {
    font-size: 20px;
    width: 36px;
    height: 36px;
    padding-top: 6px;
    margin-left: 0;
  }
  .faq-wrap__a-box-r {
    width: calc(100% - 50px);
    font-size: 15px;
    line-height: 26px;
    padding-top: 6px;
    padding-right: 40px;
  }
}

/* 太文字
--------------------------- */
.faq-bold {
  font-weight: 700;
}

/* リスト
--------------------------- */
.faq-list1 {
  counter-reset: section;
}

.faq-list1__li {
  position: relative;
  padding-left: 26px;
}

.faq-list1__li:not(:last-child) {
  padding-bottom: 7px;
}

.faq-list1__li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: counter(section) ".";
  counter-increment: section;
  font-size: 1em;
  padding-left: 4px;
}

.faq-list2__li {
  position: relative;
  padding-left: 22px;
}

.faq-list2__li:not(:last-child) {
  margin-bottom: 7px;
}

.faq-list2__li::before {
  position: absolute;
  top: 12px;
  left: 5px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #3e3e3e;
  border-radius: 50%;
}

@media screen and (max-width: 899px) {
  .faq-list1__li {
    padding-left: 20px;
  }
  .faq-list1__li:not(:last-child) {
    padding-bottom: 6px;
  }
  .faq-list1__li::before {
    padding-left: 4px;
  }
  .faq-list2__li {
    padding-left: 20px;
  }
  .faq-list2__li:not(:last-child) {
    margin-bottom: 6px;
  }
  .faq-list2__li::before {
    top: 10px;
    left: 5px;
    width: 5px;
    height: 5px;
  }
}

/* マージン
--------------------------- */
.faq-mb10 {
  margin-bottom: 10px !important;
}

.faq-mb20 {
  margin-bottom: 20px !important;
}

.faq-mb30 {
  margin-bottom: 30px !important;
}

.faq-mb40 {
  margin-bottom: 40px !important;
}

.faq-mb50 {
  margin-bottom: 50px !important;
}

.faq-mb60 {
  margin-bottom: 60px !important;
}

.faq-mb70 {
  margin-bottom: 70px !important;
}

.faq-mb75 {
  margin-bottom: 75px !important;
}

.faq-mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 899px) {
  .faq-mb10 {
    margin-bottom: 7px !important;
  }
  .faq-mb20 {
    margin-bottom: 13px !important;
  }
  .faq-mb30 {
    margin-bottom: 17px !important;
  }
  .faq-mb40 {
    margin-bottom: 21px !important;
  }
  .faq-mb50 {
    margin-bottom: 25px !important;
  }
  .faq-mb60 {
    margin-bottom: 30px !important;
  }
  .faq-mb70 {
    margin-bottom: 35px !important;
  }
  .faq-mb75 {
    margin-bottom: 38px !important;
  }
  .faq-mb80 {
    margin-bottom: 40px !important;
  }
}

/* お問い合わせ
--------------------------- */
.faq_contact_block {
  background: #f0f3f5;
  padding: 24px 20px 25px 20px;
  margin-top: 60px;
  border-radius: 4px;
}

@media screen and (max-width: 899px) {
  .faq_contact_block {
    margin-top: 36px;
  }
}

@media screen and (max-width: 639px) {
  .faq_contact_block {
    width: 100%;
    padding: 24px 12px 12px 12px;
  }
}

.faq_contact_block > .ttl {
  margin: 0 0 25px 0;
  text-align: center;
  font-feature-settings: 'palt';
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 639px) {
  .faq_contact_block > .ttl {
    font-size: 16px;
  }
}

.faq_contact_block__desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq_contact_block__desc_item {
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 4px;
  padding: 16px 10px 16px 10px;
}

@media screen and (max-width: 639px) {
  .faq_contact_block__desc_item {
    width: 100%;
    padding: 16px 10px 16px 10px;
  }
}

@media screen and (max-width: 639px) {
  .faq_contact_block__desc_item:first-child {
    margin-bottom: 12px;
  }
}

.faq_contact_block__desc_item > dt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding: 0 0 12px 0;
  margin: 0 0 14px 0;
}

.faq_contact_block__desc_item > dd.contact {
  text-align: center;
}

.faq_contact_block__desc_item > dd.contact > a {
  position: relative;
  display: inline-block;
  background: #008cdc;
  background-size: 200% auto;
  width: 240px;
  padding: 11px 0 8px 0;
  box-shadow: 0px 4px 0px 0px #0079c7;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.2s ease-out,letter-spacing 0.2s ease-out;
  letter-spacing: 0.02em;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .faq_contact_block__desc_item > dd.contact > a {
    width: 200px;
  }
}

@media screen and (max-width: 639px) {
  .faq_contact_block__desc_item > dd.contact > a {
    width: 240px;
  }
}

.faq_contact_block__desc_item > dd.contact > a > span {
  position: relative;
  display: inline-block;
}

.faq_contact_block__desc_item > dd.contact > a > span::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0e0";
  margin-top: 1px;
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  z-index: 100;
  height: 1em;
  vertical-align: top;
}

.faq_contact_block__desc_item > dd.contact > a:hover {
  opacity: 0.8;
}

.faq_contact_block__desc_item > dd.call {
  text-align: center;
}

.faq_contact_block__desc_item > dd.call > em {
  display: inline-block;
  padding: 0 32px 0 0px;
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}

.faq_contact_block__desc_item > dd.call > em::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f095";
  color: #008cdc;
  font-weight: 900;
  font-size: 18px;
  z-index: 100;
  height: 1em;
  vertical-align: top;
  margin-right: 8px;
}

.faq_contact_block__desc_item > dd.call > span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
}
