@charset 'UTF-8';
/* base */
/* =========================== */
.sprtWrap {
  overflow: hidden;
}

@media (min-width: 768px) {
  .sprtWrap__in {
    max-width: 1600px;
    min-width: 1140px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .sprtWrap .only--pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sprtWrap .only--sp {
    display: none !important;
  }
}

/* key */
/* =========================== */
.sprtKey {
  position: relative;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .sprtKey {
    margin-bottom: 125px;
  }
  .sprtKey__spimg {
    min-height: 250px;
    max-height: 400px;
    background: url('/feature/support/images/pic_sprtkey01_sp.jpg') 50% 50% no-repeat;
    background-size: cover;
  }
  .sprtKey__spimg::before {
    content: '';
    display: block;
    padding-top: 66.66667%;
    box-sizing: border-box;
  }
}

.sprtKey__img {
  position: relative;
}

@media (min-width: 768px) {
  .sprtKey__img {
    max-height: 454px;
    margin-bottom: 65px;
    background: url('/feature/support/images/pic_sprtkey01.jpg') 50% 50% no-repeat;
    background-size: cover;
  }
  .sprtKey__img::before {
    content: '';
    display: block;
    padding-top: 33.23572%;
  }
}

@media (min-width: 768px) {
  .sprtKey__img__in {
    position: absolute;
    right: 50%;
    bottom: 0;
    padding-bottom: 55px;
    width: 1080px;
    transform: translate(50%, 0);
  }
}

@media (max-width: 767px) {
  .sprtKey__img__in {
    position: relative;
    margin: 0 20px;
  }
}

.sprtKey__img__ttl {
  margin-bottom: 7px;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: -.05em;
  line-height: 1.15;
  text-shadow: 2px 2px 12px rgba(255, 255, 255, .3);
}

.sprtKey__img__ttl > span {
  display: block;
  padding-left: 5px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .sprtKey__img__ttl {
    position: absolute;
    top: -35px;
    margin-bottom: 0;
    font-size: 10.66667vw;
    transform: translate(0, -100%);
  }
  .sprtKey__img__ttl > span {
    font-size: 40%;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .sprtKey__img__ttl {
    font-size: 57.6px;
  }
}

.sprtKey__img__txt {
  padding-left: 5px;
  font-size: 17px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .sprtKey__img__txt {
    padding: 20px 0 22px;
    line-height: 1.29412;
  }
  .sprtKey__img__txt > span {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .sprtKey__img__arrow {
    position: absolute;
    left: 0;
    bottom: -228px;
    width: 15px;
    height: 258px;
    background: url('/feature/support/images/pic_sprtkey_arrow01.png') 50% 50% no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .sprtKey__img__arrow {
    display: none;
  }
}

.sprtKey__txt {
  padding-top: 35px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .sprtKey__txt {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sprtKey__txt {
    margin: 0 20px 30px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .sprtKey__arrow {
    position: absolute;
    left: 50%;
    top: 0;
    width: 15px;
    height: 258px;
    margin-left: -540px;
    background: url('/feature/support/images/pic_sprtkey_arrow01.png') 50% 50% no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .sprtKey__arrow {
    display: none;
  }
}

.sprtKey__mn {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 0 120px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sprtKey__mn {
    width: auto;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .sprtKey__mn__ls {
    float: left;
  }
}

.sprtKey__mn__ls + ul {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .sprtKey__mn__ls + ul {
    margin: 20px 0 0 0;
  }
}

.sprtKey__mn__ls li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .sprtKey__mn__ls li + li {
    margin-top: 20px;
  }
}

.sprtKey__mn__ls li a {
  display: block;
  position: relative;
  min-height: 30px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px 5px 40px;
  box-sizing: border-box;
  transition: font-weight 200ms ease 0ms;
}

@media (min-width: 768px) {
  .sprtKey__mn__ls li a:hover {
    font-weight: 700;
  }
}

.sprtKey__mn__ls li a > span.ic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #efa627;
}

.sprtKey__mn__ls li a > span.ic > span {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
  font-size: 14px;
  font-weight: 400 !important;
  font-family: 'Arial', sans-serif;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .sprtKey__mn__ls li a {
    padding: 0 28px 0 48px;
  }
  .sprtKey__mn__ls li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 9px;
    margin-top: -8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
  .sprtKey__mn__ls li a > span.ic {
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
  }
  .sprtKey__mn__ls li a > span.ic > span {
    font-size: 16px;
  }
  .sprtKey__mn__ls li a > span.txt {
    display: table;
    height: 36px;
  }
  .sprtKey__mn__ls li a > span.txt > span {
    display: table-cell;
    vertical-align: middle;
  }
}

/* q */
/* =========================== */
.sprtQ::after {
  content: '';
  display: block;
  clear: both;
}

.sprtQ + .sprtQ {
  margin-top: 225px;
}

@media (max-width: 767px) {
  .sprtQ + .sprtQ {
    margin-top: 125px;
  }
}

@media (min-width: 768px) {
  .sprtQ__inf {
    width: 50%;
  }
}

.sprtQ__inf__hd {
  position: relative;
}

@media (max-width: 767px) {
  .sprtQ__inf__hd {
    padding: 0 85px 0 20px;
  }
}

.sprtQ__inf__hd::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #131b3a;
  z-index: 1;
}

.opt-q1 .sprtQ__inf__hd::before,
.opt-q3 .sprtQ__inf__hd::before,
.opt-q5 .sprtQ__inf__hd::before,
.opt-q7 .sprtQ__inf__hd::before {
  left: 0;
}

.opt-q2 .sprtQ__inf__hd::before,
.opt-q4 .sprtQ__inf__hd::before,
.opt-q6 .sprtQ__inf__hd::before,
.opt-q8 .sprtQ__inf__hd::before {
  right: 0;
}

@media (max-width: 767px) {
  .sprtQ__inf__hd::before {
    width: 100%;
  }
}

.sprtQ__inf__hd__ic {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #efa627;
  z-index: 3;
}

.sprtQ__inf__hd__ic > span {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
  font-size: 26px;
  font-family: 'Arial', sans-serif;
  color: #fff;
}

@media (max-width: 767px) {
  .sprtQ__inf__hd__ic {
    top: -19px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}

.sprtQ__inf__hd__ttl {
  position: relative;
  width: 500px;
  padding: 25px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.58333;
  color: #fff;
  z-index: 2;
}

@media (max-width: 767px) {
  .sprtQ__inf__hd__ttl {
    width: auto;
    padding: 17px 0;
    font-size: 20px;
    line-height: 1.3;
  }
  .sprtQ__inf__hd__ttl > span {
    display: inline-block;
  }
}

@media (max-width: 374px) {
  .sprtQ__inf__hd__ttl {
    font-size: 5.33333vw;
  }
}

.sprtQ__inf__ans {
  width: 540px;
  padding-top: 55px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sprtQ__inf__ans {
    width: auto;
    padding-top: 0;
  }
}

.sprtQ__inf__ans__ttl {
  font-weight: 700;
  color: #131b3a;
}
.sprtQ__inf__ans__ttl sup {
  display: inline-block;
  margin: 0 2px 0 2px;
  font-size: 75%;
  vertical-align: text-top;
}

@media (min-width: 768px) {
  .sprtQ__inf__ans__ttl {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.54167;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .sprtQ__inf__ans__ttl {
    margin-bottom: 0;
    padding: 17px 20px 18px;
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 374px) {
  .sprtQ__inf__ans__ttl {
    font-size: 5.33333vw;
  }
}

@media (min-width: 768px) {
  .sprtQ__inf__ans__spimg {
    display: none;
  }
}

@media (max-width: 767px) {
  .sprtQ__inf__ans__spimg {
    width: 100%;
    margin-bottom: 17px;
    background: 50% 50% no-repeat;
    background-size: cover;
  }
  .sprtQ__inf__ans__spimg::before {
    content: '';
    display: block;
  }
}

@media (max-width: 767px) {
  .sprtQ__inf__ans__desc {
    padding: 0 20px;
  }
}

.sprtQ__inf__ans__desc__txt {
  font-size: 16px;
  line-height: 1.75;
}

.sprtQ__inf__ans__desc__txt b {
  font-weight: 700;
}

.sprtQ__inf__ans__desc__txt sup {
  display: inline-block;
  margin: 0 2px 0 2px;
  font-size: 75%;
  vertical-align: text-top;
}

.sprtQ__inf__ans__desc__nt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  .sprtQ__inf__ans__desc__nt {
    line-height: 1.64286;
  }
}

.sprtQ__inf__ans__desc__nt li {
  overflow: hidden;
}

.sprtQ__inf__ans__desc__nt li span {
  display: block;
  overflow: hidden;
}

.sprtQ__inf__ans__desc__nt li span:nth-child(1) {
  float: left;
}

.sprtQ__inf__ans__desc__tt {
  line-height: 1.1;
}

.sprtQ__inf__ans__desc__tt > span {
  display: inline-block;
  padding: 5px 10px;
  background: #131b3a;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  vertical-align: top;
}

@media (max-width: 767px) {
  .sprtQ__inf__ans__desc__tt > span {
    padding: 4px 8px;
    font-size: 15px;
  }
}

.sprtQ__inf__ans__tp {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sprtQ__inf__ans__tp {
    margin: 0 20px 35px;
  }
}

.sprtQ__inf__ans__tp__tt {
  line-height: 1.1;
}

.sprtQ__inf__ans__tp__tt > span {
  display: inline-block;
  padding: 5px 10px;
  background: #3e5e35;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  vertical-align: top;
}

@media (max-width: 767px) {
  .sprtQ__inf__ans__tp__tt > span {
    padding: 4px 8px;
    font-size: 15px;
  }
}

.sprtQ__inf__ans__tp__bd {
  padding: 15px 20px;
  border: 1px solid #3e5e35;
}

@media (max-width: 767px) {
  .sprtQ__inf__ans__tp__bd {
    padding: 12px 20px;
  }
}

.sprtQ__inf__ans__tp__bd > p {
  font-size: 16px;
  line-height: 1.75;
}

.sprtQ__pic {
  box-sizing: border-box;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sprtQ__pic {
    width: 50%;
  }
}

.sprtQ__pic__img {
  background: 50% 50% no-repeat;
  background-size: contain;
}

.sprtQ__pic__img::before {
  content: '';
  display: block;
}

.sprtQ__pic__nt {
  overflow: hidden;
  padding: 10px 20px 0;
  font-size: 14px;
  line-height: 1.5;
}

.sprtQ__pic__nt span {
  display: block;
  overflow: hidden;
}

.sprtQ__pic__nt span:nth-child(1) {
  float: left;
}

.sprtQ__pic__nts {
  overflow: hidden;
  padding: 10px 20px 0;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sprtQ__pic__nts span {
    display: block;
    overflow: hidden;
  }
  .sprtQ__pic__nts span:nth-child(1) {
    float: left;
  }
}

.sprtQ__pic__col__box {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

@media (max-width: 767px) {
  .sprtQ__pic__col__box {
    display: block;
    overflow: hidden;
  }
  .sprtQ__pic__col__box + .sprtQ__pic__col__box {
    margin-top: 25px;
  }
}

.sprtQ__pic__col__box__pic {
  display: inline-block;
  vertical-align: top;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.sprtQ__pic__col__box__pic::before {
  content: '';
  display: block;
}

@media (max-width: 767px) {
  .sprtQ__pic__col__box__pic {
    float: left;
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .sprtQ__pic__col__box__in {
    overflow: hidden;
    padding-right: 20px;
    text-align: left;
  }
}

.sprtQ__pic__col__box__ttl {
  margin: 10px 0 4px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sprtQ__pic__col__box__ttl {
    margin: 0 0 8px;
    line-height: 1.375;
  }
  .sprtQ__pic__col__box__ttl > span {
    display: inline-block;
  }
}

.sprtQ__pic__col__box__txt {
  font-size: 14px;
  line-height: 1.53571;
}

.sprtQ__dtl {
  clear: both;
  padding-top: 45px;
}

@media (max-width: 767px) {
  .sprtQ__dtl {
    padding-top: 60px;
  }
}

.sprtQ__dtl__ttl {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .sprtQ__dtl__ttl {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .sprtQ__dtl__ttl {
    font-size: 4.26667vw;
  }
}

.sprtQ__dtl__pic {
  margin: 0 auto;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.sprtQ__dtl__pic::before {
  content: '';
  display: block;
}

.sprtQ__dtl__txt {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.71429;
  text-align: center;
}

@media (max-width: 767px) {
  .sprtQ__dtl__txt {
    padding: 0 20px;
    text-align: left;
  }
}

.sprtQ__dtl__ls {
  margin: 0 11px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sprtQ__dtl__ls {
    margin: -55px 0 0 0;
  }
}

@media (min-width: 768px) {
  .sprtQ__dtl__ls > li {
    float: left;
    width: 33.33333%;
    padding: 0 19px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .sprtQ__dtl__ls > li + li {
    margin-top: 55px;
  }
}

.sprtQ__dtl__ls__pic {
  background: #eee 50% 50% no-repeat;
  background-size: cover;
}

.sprtQ__dtl__ls__pic::before {
  content: '';
  display: block;
  padding-top: 50%;
}

.sprtQ__dtl__ls__txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .sprtQ__dtl__ls__txt {
    margin: 0;
    padding: 12px 20px 0;
    line-height: 1.625;
  }
}

.sprtQ__more {
  padding-top: 60px;
  text-align: center;
  clear: both;
}

@media (max-width: 767px) {
  .sprtQ__more {
    margin: 0 20px;
  }
}

.sprtQ__more__btn {
  display: inline-block;
  position: relative;
  width: 478px;
  height: 140px;
  border: 1px solid #131b3a;
  box-sizing: border-box;
  vertical-align: top;
  transition: background-color 200ms ease 0ms, border-color 200ms ease 0ms;
}

@media (max-width: 767px) {
  .sprtQ__more__btn {
    display: block;
    width: auto;
    height: auto;
    padding: 12px 20px;
  }
}

.sprtQ__more__btn::before,
.sprtQ__more__btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 8px;
  height: 8px;
}

.sprtQ__more__btn::before {
  background: #131b3a;
  transition: background-color 200ms ease 0ms;
}

.sprtQ__more__btn::after {
  margin: 1px 1px 0 0;
  border-left: 1px solid #131b3a;
  border-bottom: 1px solid #131b3a;
  transition: border-color 200ms ease 0ms;
}

@media (min-width: 768px) {
  .sprtQ__more__btn__in {
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateY(50%) translateX(50%);
  }
}

.sprtQ__more__btn__in > span {
  display: block;
  font-size: 15px;
  color: #000;
  transition: color 200ms ease 0ms;
}

@media (min-width: 768px) {
  .sprtQ__more__btn__in > span {
    line-height: 1.86667;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .sprtQ__more__btn__in > span {
    line-height: 1.33333;
  }
  .sprtQ__more__btn__in > span > span {
    display: inline-block;
  }
}

@media (max-width: 374px) {
  .sprtQ__more__btn__in > span {
    font-size: 4vw;
  }
}

.sprtQ__more__btn__in > span.opt-em {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sprtQ__more__btn__in > span.opt-em {
    margin-top: 5px;
    line-height: 1.38889;
  }
}

@media (max-width: 374px) {
  .sprtQ__more__btn__in > span.opt-em {
    font-size: 4.8vw;
  }
}

@media (min-width: 768px) {
  .sprtQ__more__btn:hover {
    background: #0074c1;
    border-color: #0074c1;
  }
  .sprtQ__more__btn:hover::before {
    background: #fff;
  }
  .sprtQ__more__btn:hover::after {
    border-color: #fff;
  }
  .sprtQ__more__btn:hover span {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-type1 .sprtQ__inf {
    float: right;
  }
  .sprtQ.opt-type1 .sprtQ__inf__hd {
    margin-left: -70px;
  }
  .sprtQ.opt-type1 .sprtQ__inf__hd__ic {
    top: -25px;
    left: -20px;
  }
  .sprtQ.opt-type1 .sprtQ__inf__hd__ttl {
    padding-left: 110px;
  }
  .sprtQ.opt-type1 .sprtQ__inf__ans {
    padding-left: 35px;
  }
  .sprtQ.opt-type1 .sprtQ__pic {
    float: left;
    padding: 55px 40px 0 0;
  }
  .sprtQ.opt-type1 .sprtQ__pic__nt {
    float: left;
  }
  .sprtQ.opt-type1 .sprtQ__pic__col {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-type2 .sprtQ__inf {
    float: left;
  }
  .sprtQ.opt-type2 .sprtQ__inf__hd {
    margin-right: -70px;
  }
  .sprtQ.opt-type2 .sprtQ__inf__hd__ic {
    top: -25px;
    right: -20px;
  }
  .sprtQ.opt-type2 .sprtQ__inf__hd__ttl {
    width: 530px;
    margin: 0 80px 0 auto;
  }
  .sprtQ.opt-type2 .sprtQ__inf__ans {
    width: 540px;
    padding-right: 10px;
    margin: 0 0 0 auto;
  }
  .sprtQ.opt-type2 .sprtQ__pic {
    float: right;
    padding: 55px 0 0 40px;
  }
  .sprtQ.opt-type2 .sprtQ__pic__nt {
    float: right;
  }
  .sprtQ.opt-type2 .sprtQ__pic__col {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-type3 .sprtQ__inf {
    width: 100%;
  }
  .sprtQ.opt-type3 .sprtQ__inf__hd {
    width: 860px;
    margin: 0 auto;
  }
  .sprtQ.opt-type3 .sprtQ__inf__hd__ic {
    top: -25px;
    left: -20px;
  }
  .sprtQ.opt-type3 .sprtQ__inf__hd__ttl {
    width: auto;
    padding-left: 100px;
  }
  .sprtQ.opt-type3 .sprtQ__inf__ans {
    width: auto;
  }
  .sprtQ.opt-type3 .sprtQ__inf__ans__ttl {
    width: 860px;
    margin: 0 auto;
    padding-left: 100px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q1 .sprtQ__pic__img {
    background-image: url('/feature/support/images/pic_sprtq1_pic01.jpg');
  }
  .sprtQ.opt-q1 .sprtQ__pic__img::before {
    padding-top: 58.44961%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q1 .sprtQ__inf__ans__spimg {
    background-image: url('/feature/support/images/pic_sprtq1_pic01_sp.jpg');
  }
  .sprtQ.opt-q1 .sprtQ__inf__ans__spimg::before {
    padding-top: 46.66667%;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q1 .sprtQ__dtl__pic {
    width: 960px;
    background-image: url('/feature/support/images/pic_sprtq1_dtl01.png');
  }
  .sprtQ.opt-q1 .sprtQ__dtl__pic::before {
    padding-top: 14.58333%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q1 .sprtQ__dtl__pic {
    margin: 0 20px;
    background-image: url('/feature/support/images/pic_sprtq1_dtl01_sp.png');
  }
  .sprtQ.opt-q1 .sprtQ__dtl__pic::before {
    padding-top: 169.25373%;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q2 .sprtQ__pic__img {
    background-image: url('/feature/support/images/pic_sprtq2_pic01.jpg');
  }
  .sprtQ.opt-q2 .sprtQ__pic__img::before {
    padding-top: 60.15504%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q2 .sprtQ__inf__ans__spimg {
    background-image: url('/feature/support/images/pic_sprtq2_pic01_sp.jpg');
  }
  .sprtQ.opt-q2 .sprtQ__inf__ans__spimg::before {
    padding-top: 61.33333%;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q3 .sprtQ__dtl {
    padding-top: 50px;
  }
}

.sprtQ.opt-q3 .sprtQ__dtl__ls > li:nth-child(1) .sprtQ__dtl__ls__pic {
  background-image: url('/feature/support/images/pic_sprtq3_dtl01.jpg');
}

.sprtQ.opt-q3 .sprtQ__dtl__ls > li:nth-child(1) .sprtQ__dtl__ls__pic::before {
  padding-top: 60.4878%;
}

.sprtQ.opt-q3 .sprtQ__dtl__ls > li:nth-child(2) .sprtQ__dtl__ls__pic {
  background-image: url('/feature/support/images/pic_sprtq3_dtl02.jpg');
}

.sprtQ.opt-q3 .sprtQ__dtl__ls > li:nth-child(2) .sprtQ__dtl__ls__pic::before {
  padding-top: 60.4878%;
}

.sprtQ.opt-q3 .sprtQ__dtl__ls > li:nth-child(3) .sprtQ__dtl__ls__pic {
  background-image: url('/feature/support/images/pic_sprtq3_dtl03.jpg');
}

.sprtQ.opt-q3 .sprtQ__dtl__ls > li:nth-child(3) .sprtQ__dtl__ls__pic::before {
  padding-top: 60.4878%;
}

@media (min-width: 768px) {
  .sprtQ.opt-q4 .sprtQ__pic {
    padding: 30px 0 0 25px;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q4 .sprtQ__pic {
    margin-top: 30px;
  }
}

.sprtQ.opt-q4 .sprtQ__pic__col__box:nth-child(1) .sprtQ__pic__col__box__pic {
  background-image: url('/feature/support/images/pic_sprtq4_pic01.jpg');
}

.sprtQ.opt-q4 .sprtQ__pic__col__box:nth-child(2) .sprtQ__pic__col__box__pic {
  background-image: url('/feature/support/images/pic_sprtq4_pic02.jpg');
}

.sprtQ.opt-q4 .sprtQ__pic__col__box:nth-child(1) .sprtQ__pic__col__box__pic::before,
.sprtQ.opt-q4 .sprtQ__pic__col__box:nth-child(2) .sprtQ__pic__col__box__pic::before {
  padding-top: 68.19672%;
}

@media (min-width: 768px) {
  .sprtQ.opt-q4 .sprtQ__pic__col {
    padding-left: 10.85271%;
  }
  .sprtQ.opt-q4 .sprtQ__pic__col__box:nth-child(1) {
    width: 43.41085%;
  }
  .sprtQ.opt-q4 .sprtQ__pic__col__box:nth-child(2) {
    width: 48.06202%;
  }
  .sprtQ.opt-q4 .sprtQ__pic__col__box:nth-child(1) .sprtQ__pic__col__box__pic,
  .sprtQ.opt-q4 .sprtQ__pic__col__box:nth-child(2) .sprtQ__pic__col__box__pic {
    width: 95.3125%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q4 .sprtQ__pic__col__box .sprtQ__pic__col__box__pic {
    width: 32%;
    background-position: 50% 0;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q5 .sprtQ__pic__nt {
    float: none;
    padding-top: 15px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q5 .sprtQ__pic__nts {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q5 .sprtQ__pic {
    margin-top: -10px;
    padding: 0 95px 0 0;
  }
  .sprtQ.opt-q5 .sprtQ__pic__img {
    background-image: url('/feature/support/images/pic_sprtq5_pic01.jpg');
  }
  .sprtQ.opt-q5 .sprtQ__pic__img::before {
    padding-top: 68.47458%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q5 .sprtQ__pic {
    margin-top: 30px;
  }
  .sprtQ.opt-q5 .sprtQ__pic__img {
    background-image: url('/feature/support/images/pic_sprtq5_pic01_sp.jpg');
    margin: 0 20px;
  }
  .sprtQ.opt-q5 .sprtQ__pic__img::before {
    padding-top: 66.26866%;
  }
  .sprtQ.opt-q5 .sprtQ__pic__nt {
    text-align: left;
  }
}

.sprtQ.opt-q5 .sprtQ__dtl {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .sprtQ.opt-q5 .sprtQ__dtl__pic {
    width: 950px;
    background-image: url('/feature/support/images/pic_sprtq5_dtl01.png');
  }
  .sprtQ.opt-q5 .sprtQ__dtl__pic::before {
    padding-top: 45.78947%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q5 .sprtQ__dtl__pic {
    margin: 0 20px;
    background-image: url('/feature/support/images/pic_sprtq5_dtl01_sp.png');
  }
  .sprtQ.opt-q5 .sprtQ__dtl__pic::before {
    padding-top: 48.35821%;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q6 .sprtQ__pic__img {
    background-image: url('/feature/support/images/pic_sprtq6_pic01.jpg');
  }
  .sprtQ.opt-q6 .sprtQ__pic__img::before {
    padding-top: 60.15504%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q6 .sprtQ__inf__ans__spimg {
    background-image: url('/feature/support/images/pic_sprtq6_pic01_sp.jpg');
  }
  .sprtQ.opt-q6 .sprtQ__inf__ans__spimg::before {
    padding-top: 46.66667%;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q7 .sprtQ__pic__img {
    background-image: url('/feature/support/images/pic_sprtq7_pic01.jpg');
  }
  .sprtQ.opt-q7 .sprtQ__pic__img::before {
    padding-top: 67.28682%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q7 .sprtQ__inf__ans__spimg {
    background-image: url('/feature/support/images/pic_sprtq7_pic01_sp.jpg');
  }
  .sprtQ.opt-q7 .sprtQ__inf__ans__spimg::before {
    padding-top: 46.66667%;
  }
}

.sprtQ.opt-q7 .sprtQ__dtl {
  max-width: 950px;
  margin: 0 auto;
  padding: 70px 0 0;
}

@media (max-width: 767px) {
  .sprtQ.opt-q7 .sprtQ__dtl {
    padding: 45px 0 0;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q7 .sprtQ__dtl__pic {
    background-image: url('/feature/support/images/pic_sprtq7_dtl01.jpg');
  }
  .sprtQ.opt-q7 .sprtQ__dtl__pic::before {
    padding-top: 54.73684%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q7 .sprtQ__dtl__pic {
    margin: 0 20px;
    background-image: url('/feature/support/images/pic_sprtq7_dtl01_sp.jpg');
  }
  .sprtQ.opt-q7 .sprtQ__dtl__pic::before {
    padding-top: 54.72637%;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q7 .sprtQ__dtl .sprtQ__inf__ans__ttl {
    text-align: center;
  }
}

.sprtQ.opt-q7 .sprtQ__dtl .sprtQ__inf__ans__desc__txt {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .sprtQ.opt-q7 .sprtQ__more__btn {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q7 .sprtQ__more__btn__in > span.opt-em {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .sprtQ.opt-q8 .sprtQ__pic__img {
    background-image: url('/feature/support/images/pic_sprtq8_pic01.jpg');
  }
  .sprtQ.opt-q8 .sprtQ__pic__img::before {
    padding-top: 60.15504%;
  }
}

@media (max-width: 767px) {
  .sprtQ.opt-q8 .sprtQ__inf__ans__spimg {
    background-image: url('/feature/support/images/pic_sprtq8_pic01_sp.jpg');
  }
  .sprtQ.opt-q8 .sprtQ__inf__ans__spimg::before {
    padding-top: 46.66667%;
  }
}

/* end */
/* =========================== */
.sprtEnd {
  position: relative;
}

.sprtEnd::before {
  content: '';
  display: block;
}

@media (min-width: 768px) {
  .sprtEnd {
    max-height: 535px;
    margin-top: 150px;
    background: url('/feature/support/images/pic_sprtend01.jpg') 100% 70% no-repeat;
    background-size: cover;
  }
  .sprtEnd::before {
    padding-top: 39.16545%;
  }
}

@media (max-width: 767px) {
  .sprtEnd {
    margin-top: 125px;
  }
  .sprtEnd::before {
    padding-top: 56%;
    max-height: 350px;
    box-sizing: border-box;
    background: url('/feature/support/images/pic_sprtend01_sp.jpg') 100% 70% no-repeat;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .sprtEnd__in {
    position: absolute;
    bottom: 50%;
    left: 30px;
    width: 489px;
    height: 280px;
    margin-bottom: -140px;
    background: rgba(255, 255, 255, .8);
  }
}

@media (min-width: 768px) {
  .sprtEnd__in2 {
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateY(50%) translateX(50%);
    white-space: nowrap;
  }
}

.sprtEnd__ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.625;
}

@media (max-width: 767px) {
  .sprtEnd__ttl {
    margin: 15px;
    font-size: 17px;
  }
}

.sprtEnd__lnk {
  text-align: center;
  clear: both;
}

@media (max-width: 767px) {
  .sprtEnd__lnk {
    margin: 0 20px;
  }
}

.sprtEnd__lnk__btn {
  position: relative;
  border: 1px solid #0074c1;
  background: #0074c1;
  box-sizing: border-box;
  vertical-align: top;
  transition: background-color 200ms ease 0ms;
}

@media (min-width: 768px) {
  .sprtEnd__lnk__btn {
    display: inline-block;
    width: 287px;
    height: 76px;
  }
}

@media (max-width: 767px) {
  .sprtEnd__lnk__btn {
    display: block;
    height: 80px;
  }
}

.sprtEnd__lnk__btn::before,
.sprtEnd__lnk__btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
}

.sprtEnd__lnk__btn::before {
  background: #fff;
  transition: background-color 200ms ease 0ms;
}

.sprtEnd__lnk__btn::after {
  margin: 1px 1px 0 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: border-color 200ms ease 0ms;
}

.sprtEnd__lnk__btn__in {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  transition: color 200ms ease 0ms;
}

@media (max-width: 767px) {
  .sprtEnd__lnk__btn__in {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .sprtEnd__lnk__btn:hover {
    background: #fff;
  }
  .sprtEnd__lnk__btn:hover::before {
    background: #0074c1;
  }
  .sprtEnd__lnk__btn:hover::after {
    border-color: #0074c1;
  }
  .sprtEnd__lnk__btn:hover span {
    color: #0074c1;
  }
}

/* link */
/* =========================== */
@media (min-width: 768px) {
  .sprtLink {
    padding: 200px 0 100px;
  }
}

@media (max-width: 767px) {
  .sprtLink {
    padding: 100px 0 30px;
  }
}

.sprtLink__ls {
  max-width: 1090px;
  margin: 0 auto;
  overflow: hidden;
}

.sprtLink__ls > li {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .sprtLink__ls > li {
    float: left;
    width: 535px;
  }
  .sprtLink__ls > li + li {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .sprtLink__ls > li + li {
    margin-top: 20px;
  }
}

.sprtLink__ls > li.opt-itm01 {
  background-image: url('/feature/support/images/pic_sprtlink01.jpg');
}

.sprtLink__ls > li.opt-itm02 {
  background-image: url('/feature/support/images/pic_sprtlink02.jpg');
}

.sprtLink__ls > li a {
  display: block;
  position: relative;
  height: 180px;
  background: rgba(0, 0, 0, .75);
  transition: background 200ms ease 0ms;
}

@media (min-width: 768px) {
  .sprtLink__ls > li a:hover {
    background: black;
  }
}

.sprtLink__ls__in {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
  white-space: nowrap;
  color: #fff;
}

.sprtLink__ls__in > span {
  display: block;
  text-align: center;
}

.sprtLink__ls__nm {
  font-size: 14px;
  font-family: 'VeneerClean', 'NotoSansCJKjp', sans-serif;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .1em;
}

.sprtLink__ls__ttl {
  margin: 18px 0 15px;
  font-size: 27px;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'NotoSansCJKjp', sans-serif;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 374px) {
  .sprtLink__ls__ttl {
    font-size: 7.2vw;
  }
}

.sprtLink__ls__cp {
  font-size: 14px;
  font-family: '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'NotoSansCJKjp', sans-serif;
  font-weight: 700;
  line-height: 20px;
}
