@charset "UTF-8";
/* ===================================================================
CSS information

file name  : template6.css
author     : Abilive
style info : テンプレート6
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_faq_int {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_faq_int {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_faq_int {
    max-width: calc(1100px * (17 / 14));
  }
}
@media only screen and (min-width: 1025px) {
  html[data-fsz="large"] .con_faq_int {
    max-width: none;
    width: calc(100% - 5%*1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faq_int {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_faq_int {
    width: calc(700 / 767 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_faq_int {
    margin-bottom: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq_int {
    margin-bottom: 0.96rem;
  }
}
.con_faq_int > .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1007px;
  margin-right: auto;
  margin-left: auto;
  width: 92%;
}
@media only screen and (max-width: 1024px) {
  .con_faq_int > .inner {
    width: 100%;
  }
}
.con_faq_int .box_text {
  width: calc(565 / 830 * 100%);
  order: 1;
}
.con_faq_int .box_text .tmp_text {
  letter-spacing: .1em;
  text-align: center;
  margin-top: 0.75em;
}
.con_faq_int .img_man, .con_faq_int .img_woman {
  position: relative;
  position: relative;
  width: calc(132 / 832 * 100%);
}
.con_faq_int .img_man img, .con_faq_int .img_woman img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.con_faq_int .img_man::after, .con_faq_int .img_woman::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: calc(240 / 176 * 100%);
}
.con_faq_int .img_man img, .con_faq_int .img_woman img {
  left: 0;
}
.con_faq_int .img_woman {
  order: 0;
}
.con_faq_int .img_man {
  order: 2;
}

@media only screen and (min-width: 768px) {
  .box_fll {
    margin-top: 6.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_fll {
    margin-top: 3rem;
  }
}

.con_anchor_box {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_anchor_box {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_anchor_box {
    max-width: calc(1100px * (17 / 14));
  }
}
@media only screen and (min-width: 1025px) {
  html[data-fsz="large"] .con_anchor_box {
    max-width: none;
    width: calc(100% - 5%*1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_anchor_box {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box {
    width: calc(700 / 767 * 100%);
  }
}
.con_anchor_box .box_anc {
  width: 100%;
}
.con_anchor_box .box_anc > .inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner {
    flex-wrap: wrap;
    padding: 3rem 0;
  }
}
.con_anchor_box .box_anc > .inner .box_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc > .inner .box_title {
    width: calc(340 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_title {
    width: 100%;
  }
}
.con_anchor_box .box_anc > .inner .box_title > a, .con_anchor_box .box_anc > .inner .box_title > .pseudo_a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc > .inner .box_title > a, .con_anchor_box .box_anc > .inner .box_title > .pseudo_a {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_title > a, .con_anchor_box .box_anc > .inner .box_title > .pseudo_a {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc > .inner .box_title > a, .con_anchor_box .box_anc > .inner .box_title > .pseudo_a {
    min-height: 21.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_title .inner {
    width: 100%;
  }
}
.con_anchor_box .box_anc > .inner .box_title .img {
  position: relative;
  margin: auto;
}
.con_anchor_box .box_anc > .inner .box_title .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.con_anchor_box .box_anc > .inner .box_title .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: calc(91 / 74 * 100%);
}
@media only screen and (min-width: 1025px) {
  .con_anchor_box .box_anc > .inner .box_title .img {
    max-width: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_anchor_box .box_anc > .inner .box_title .img {
    max-width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_title .img {
    width: calc(120 / 700 * 100%);
  }
}
.con_anchor_box .box_anc > .inner .box_title .tmp_st_m {
  justify-content: center;
  margin-top: .5em;
}
.con_anchor_box .box_anc > .inner .box_title .tmp_st_m .jp {
  max-width: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc > .inner .box_title .tmp_st_m .jp {
    font-size: 1.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_title .tmp_st_m .jp {
    font-size: 1.54rem;
  }
}
[data-theme="white"] .con_anchor_box .box_anc > .inner .box_title .tmp_st_m .jp {
  color: #045ccf;
}
.con_anchor_box .box_anc > .inner .box_title .tmp_arr {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc > .inner .box_title .tmp_arr {
    margin-top: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_title .tmp_arr {
    margin-top: 1rem;
  }
}
.con_anchor_box .box_anc > .inner .box_det {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc > .inner .box_det {
    width: calc(670 / 1100 * 100%);
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_det {
    margin-top: 1.5rem;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_det li {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_det li {
    width: 100%;
  }
  .con_anchor_box .box_anc > .inner .box_det li:not(:first-child) {
    margin-top: 1.15rem;
  }
}
.con_anchor_box .box_anc > .inner .box_det li a {
  border-width: 0 0 2px 0;
  border-style: solid;
  display: block;
  text-decoration: none;
  padding: .5em 0;
  display: flex;
  align-items: center;
  font-weight: 700;
}
[data-theme="white"] .con_anchor_box .box_anc > .inner .box_det li a {
  border-color: #dcdcdc;
  color: #045ccf;
}
.con_anchor_box .box_anc > .inner .box_det li a .inner {
  display: block;
}
.con_anchor_box .box_anc > .inner .box_det li a .i {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc > .inner .box_det li a .i {
    font-size: 0.96rem;
  }
}
.con_anchor_box .box_anc > .inner .box_det li a[href^="/faq/"] .i, .con_anchor_box .box_anc > .inner .box_det li a[href^="/oversea_info/region/"] .i {
  transform: rotate(-90deg);
}
[data-theme="white"].mouse .con_anchor_box .box_anc > .inner .box_det li a:hover, [data-theme="white"] .con_anchor_box .box_anc > .inner .box_det li a.is-active, [data-theme="white"] .con_anchor_box .box_anc > .inner .box_det li a:focus, [data-theme="white"] .con_anchor_box .box_anc > .inner .box_det li a:focus-within, [data-theme="white"].touch .con_anchor_box .box_anc > .inner .box_det li a.touchstart {
  outline: none;
  border-color: #045ccf;
}
.touch .con_anchor_box .box_anc > .inner .box_det li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_anchor_box .box_anc > .inner .box_det li a.touchend {
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc > .inner .box_det:not(.col_1) li {
    width: calc(305 / 670 * 100%);
  }
  .con_anchor_box .box_anc > .inner .box_det:not(.col_1) li:nth-child(2n+2) {
    margin-left: calc(60 / 680 * 100%);
  }
  .con_anchor_box .box_anc > .inner .box_det:not(.col_1) li:nth-child(n+3) {
    margin-top: calc(10 / 680 * 100%);
  }
}
.con_anchor_box .box_anc > .inner .box_det.col_1 li {
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc.layout_s > .inner .box_title .inner {
    width: 100%;
  }
  .con_anchor_box .box_anc.layout_s > .inner .box_title .inner .img {
    width: calc(120 / 332 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_main .box_anc + .box_anc {
    margin-top: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_main .box_anc + .box_anc {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_main .box_anc > .inner .box_det {
    padding: 2rem 0;
  }
}
.con_anchor_box .box_sub {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_sub .box_anc {
    margin-top: calc(22 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_sub .box_anc {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_sub .box_anc {
    width: calc(352 / 1100 * 100%);
  }
  .con_anchor_box .box_sub .box_anc:not(:nth-of-type(3n+1)) {
    margin-left: calc(22 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_sub .box_anc {
    width: 48.5%;
  }
  .con_anchor_box .box_sub .box_anc:nth-child(even) {
    margin-left: 3%;
  }
}
.con_anchor_box .box_sub .box_anc > .inner .box_title {
  width: 100%;
}
.con_anchor_box .box_anc_mini {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc_mini {
    width: calc(352 / 1100 * 100%);
    margin-top: calc(22 / 1100 * 100%);
  }
  .con_anchor_box .box_anc_mini:not(:nth-of-type(3n+1)) {
    margin-left: calc(22 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .con_anchor_box .box_anc_mini {
    margin-top: 1.78rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_anchor_box .box_anc_mini {
    margin-top: 1rem;
  }
}

.con_anchor_box .box_anc_mini a > .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(280 / 345 * 100%);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc_mini a > .inner {
    padding: 2.14rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc_mini a > .inner {
    padding: 2rem 0;
  }
}
.con_anchor_box .box_anc_mini a > .inner .img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 5.28rem;
  margin-right: 1rem;
}
.con_anchor_box .box_anc_mini a > .inner .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.con_anchor_box .box_anc_mini a > .inner .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: calc(91 / 74 * 100%);
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc_mini a > .inner .img {
    width: 2.5rem;
  }
}
.con_anchor_box .box_anc_mini a > .inner .img::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: calc(91 / 74 * 100%);
}
.con_anchor_box .box_anc_mini a > .inner .tmp_st_m {
  justify-content: center;
  width: calc(100% - 5.28rem - 1rem);
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc_mini a > .inner .tmp_st_m {
    width: calc(100% - 2.5rem- 1rem);
  }
}
.con_anchor_box .box_anc_mini a > .inner .tmp_st_m .jp {
  max-width: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_anchor_box .box_anc_mini a > .inner .tmp_st_m .jp {
    font-size: 1.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor_box .box_anc_mini a > .inner .tmp_st_m .jp {
    font-size: 1.54rem;
  }
}
[data-theme="white"] .con_anchor_box .box_anc_mini a > .inner .tmp_st_m .jp {
  color: #045ccf;
}
.con_anchor_box .box_anc_mini a > .inner .txt {
  width: 100%;
  margin-top: 0.25rem;
}
.con_anchor_box .box_anc_mini .tmp_arr {
  position: absolute;
  right: 0;
  bottom: 0;
}

.con_faq {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_faq {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_faq {
    max-width: calc(1100px * (17 / 14));
  }
}
@media only screen and (min-width: 1025px) {
  html[data-fsz="large"] .con_faq {
    max-width: none;
    width: calc(100% - 5%*1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faq {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_faq {
    width: calc(700 / 767 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_faq {
    margin-top: 6.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .box_faq:nth-child(n+2) {
    margin-top: 6.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_faq dl {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box:nth-child(n+2) {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.box_faq dl .tmp_bdr_box .inn {
  width: calc(1000 / 1100 * 100%);
  margin-right: auto;
  margin-left: auto;
}
.box_faq dl .tmp_bdr_box .inn dt, .box_faq dl .tmp_bdr_box .inn dd {
  position: relative;
}
.box_faq dl .tmp_bdr_box .inn dt .txt_qa, .box_faq dl .tmp_bdr_box .inn dd .txt_qa {
  position: absolute;
}
.box_faq dl .tmp_bdr_box .inn dt .txt_qa.q, .box_faq dl .tmp_bdr_box .inn dd .txt_qa.q {
  color: #045ccf;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dt .txt_qa.q, .box_faq dl .tmp_bdr_box .inn dd .txt_qa.q {
    font-size: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dt .txt_qa.q, .box_faq dl .tmp_bdr_box .inn dd .txt_qa.q {
    font-size: 1.15rem;
  }
}
.box_faq dl .tmp_bdr_box .inn dt .txt_qa.a, .box_faq dl .tmp_bdr_box .inn dd .txt_qa.a {
  color: #e10955;
  font-weight: 700;
  left: 0;
  padding-left: 0.2em;
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dt .txt_qa.a, .box_faq dl .tmp_bdr_box .inn dd .txt_qa.a {
    font-size: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dt .txt_qa.a, .box_faq dl .tmp_bdr_box .inn dd .txt_qa.a {
    font-size: 0.96rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dt .txt_qa.a, .box_faq dl .tmp_bdr_box .inn dd .txt_qa.a {
    top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dt .txt_qa + span, .box_faq dl .tmp_bdr_box .inn dd .txt_qa + span {
    line-height: 1.8;
  }
}
.box_faq dl .tmp_bdr_box .inn dt {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dt {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dt {
    padding: 1.2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dt {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dt {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dt {
    padding-left: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dt {
    padding-left: 2rem;
  }
}
.box_faq dl .tmp_bdr_box .inn dt button {
  width: 100%;
  text-align: left;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: 700;
}
.box_faq dl .tmp_bdr_box .inn dt::after {
  content: "\f489";
  font-family: "Ionicons";
  font-weight: normal;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dt::after {
    font-size: 1.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dt::after {
    font-size: 0.96rem;
  }
}
.box_faq dl .tmp_bdr_box .inn dt.is-active::after {
  content: "\f462";
}
.box_faq dl .tmp_bdr_box .inn dd {
  display: none;
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dd {
    padding-left: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dd {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dd {
    padding-top: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dd {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dd {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dd {
    padding-bottom: 1.2rem;
  }
}
.box_faq dl .tmp_bdr_box .inn dd a {
  color: #045ccf;
}
.box_faq dl .tmp_bdr_box .inn dd .tmp_st_bd {
  display: block;
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dd .tmp_st_bd {
    line-height: 1.8;
  }
}
.box_faq dl .tmp_bdr_box .inn dd .c_block_txt {
  width: 100%;
  max-width: none;
  margin: 0;
}
.box_faq dl .tmp_bdr_box .inn dd .c_block_txt .aly_tx_xxl {
  display: block;
}
@media only screen and (min-width: 768px) {
  .box_faq dl .tmp_bdr_box .inn dd .c_block_txt .aly_tx_xxl {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq dl .tmp_bdr_box .inn dd .c_block_txt .aly_tx_xxl {
    font-size: 1.15rem;
  }
}
