@charset "UTF-8";
/* # =================================================================
 * # Header
 * # ================================================================= */
/* # =================================================================
 * # Content
 * # ================================================================= */
/* # =================================================================
 * # Footer
 * # ================================================================= */
/* # =================================================================
 * # TOP
 * # ================================================================= */
body {
  overflow-x: hidden;
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
}

/* ページトップへ */
.pagetop {
  width: 45px;
  height: 45px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  border: 1px solid #29ABE2;
  z-index: 2;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 180px;
  display: none;
  z-index: 4;
  border-radius: 50%;
}
@media screen and (min-width: 600px) {
  .pagetop {
    width: 75px;
    height: 75px;
    right: 10%;
    bottom: 160px;
  }
}
@media (orientation: landscape) and (min-width: 600px) and (max-width: 1024px) {
  .pagetop {
    bottom: 100px;
  }
}

.pagetop__arrow {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.pagetop__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border-top: #29ABE2 1px solid;
  border-right: #29ABE2 1px solid;
  transform: translate(-100%, -30%) rotate(-45deg);
}
@media screen and (min-width: 600px) {
  .pagetop__arrow::after {
    top: 52%;
    left: 53%;
    width: 25px;
    height: 25px;
  }
}

.pagetop:hover {
  opacity: 0.7;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.errMsg {
  color: #e2231a;
}

.overlay.open {
  display: block;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 250;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.p-modal {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  overflow: auto;
  z-index: 300 !important;
  width: 100%;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  max-height: 90vh;
}

.p-modal::-webkit-scrollbar {
  display: none;
}

.p-modal__wrapper {
  border-radius: 10px;
}

.p-modal__inner {
  padding: 60px;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 10px;
}

.p-modal__closeWrap {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  z-index: 300;
}

.p-modal__close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 26px;
  display: block;
}

.p-modal__close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: #1f67cc;
  display: block;
}

.p-modal__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-modal__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-modal .c-button--close {
  width: 240px;
  height: 50px;
  margin-top: 40px;
}

.p-modal__closeWrap {
  top: 30px;
}

.p-modal__close {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 768px) {
  .c-title02.c-title02--bigTitle {
    padding: 10px;
  }
  .c-qa__syb-text {
    font-size: 14px;
  }
  .c-listStyle08 ol {
    font-size: 14px;
  }
  .c-listStyle09 ul {
    font-size: 14px;
  }
  .p-column01__text-block--detail {
    font-size: 14px;
  }
  .p-column01__text-block--detail a {
    font-size: 14px !important;
  }
  .p-anchor__wrapper {
    margin-bottom: 60px;
    margin-right: 0;
  }
  .c-listStyle10 {
    font-size: 14px;
  }
  .p-modal__close {
    width: 22px;
    height: 22px;
  }
  .p-modal__closeWrap {
    right: 22px;
    top: 18px;
  }
}
.p-modal__wrapper-hidden {
  overflow-y: scroll;
  border-radius: 10px;
  background-color: #fff;
  border-radius: 10px;
  max-height: 90dvh;
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.p-modal__wrapper-hidden::-webkit-scrollbar {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 250;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.overlay.open {
  display: block;
}

.p-modal.open {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-modal__inner {
    padding: 30px;
  }
}
.c-title {
  display: block;
  line-height: 1.4;
  font-weight: 700;
}

.c-title--bottomBorder {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  text-align: left;
  position: relative;
}

.c-title--bottomBorder::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #59c3ea;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.c-title--bgcolor {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  background-color: #E6E6E6;
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
}

.c-listStyle02 {
  padding-left: 1.5em;
}

.c-listStyle02--left {
  text-align: left;
}

.u-mgt10 {
  margin-top: 10px;
}

.c-listStyle02--left li {
  font-size: 16px !important;
}

.c-listStyle02 li {
  position: relative;
  padding-bottom: 5px;
  font-size: 22px;
}

.c-title--bgcolor {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  background-color: #E6E6E6;
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
}

.u-mgt50sp30 {
  margin-top: 50px;
}

.c-text--modalmessage {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}

.u-attention {
  color: #e3007f;
}

.u-attention {
  font-weight: bold;
}

.u-error {
  color: #ff3333;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-button--main {
  text-decoration: none;
  border: 1px solid #e3007f;
  background-color: #e3007f;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding: 12px 0;
  max-width: 420px;
  text-align: center;
}

.u-mgt40 {
  margin-top: 40px;
}

a:visited {
  text-decoration: underline;
}

.js-newModal a {
  text-decoration: none !important;
}

.c-button--main.-disabled {
  pointer-events: none;
  border: 1px solid #999;
  background-color: #999;
  color: #c2c2c2;
}

.c-button--main.-animation {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.c-button--main span {
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.c-button--main::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: "";
  right: 14px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.c-button--main.-disabled::after {
  border-top: 2px solid #c2c2c2;
  border-right: 2px solid #c2c2c2;
}

.c-button--close {
  border: 1px solid #1f67cc;
  background-color: #1f67cc;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}

.p-modal .c-button--close {
  width: 240px;
  height: 50px;
  margin-top: 40px;
}

.c-title--new {
  min-height: 55px;
  padding: 11px 20px;
  background-color: #e6e6e6;
  font-size: 22px;
  font-weight: 400;
  margin-top: 30px;
}

.c-text--pdrl20 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 0 20px;
  margin-top: 20px;
}

.p-quesion-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 20px;
}

.p-quesion-select--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-quesion-select--wrapper + .p-quesion-select--wrapper {
  margin-left: 30px;
}

.p-quesion-select [type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}

.p-quesion-select label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  width: 200px;
  height: 50px;
  border: 2px solid #1f67cc;
  border-radius: 5px;
  padding: 0 15px 0 50px;
}

.p-quesion-select [type=radio]:checked + label {
  background-color: rgba(89, 195, 234, 0.4);
}

.p-quesion-select label::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  left: 15px;
}

.p-quesion-select label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
  border: 6px solid #1f67cc;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  left: 15px;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.p-quesion-select label:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-quesion-select [type=radio]:checked + label::after {
  opacity: 1;
}

.p-quesion-select--wrapper + .p-quesion-select--wrapper {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-quesion-select label {
    font-size: 14px;
    padding: 0 10px 0 50px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-quesion-select--wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-quesion-select--wrapper + .p-quesion-select--wrapper {
    margin-left: 11px;
  }
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 14px;
  }
  .c-text--secTitle {
    font-size: 24px;
  }
  .c-text--secTitleSmall {
    font-size: 24px;
  }
  .c-text--localTitle {
    font-size: 18px;
  }
  .c-text--text {
    font-size: 12px;
  }
  .c-text--longText {
    font-size: 11px;
  }
  .c-text--text02 {
    font-size: 16px !important;
  }
  .c-text--small {
    font-size: 14px;
    font-weight: 700;
  }
  .c-text--mgt10 {
    margin-top: 10px;
    font-size: 14px;
  }
  .c-text--day02 {
    font-size: 12px;
    padding-top: 5px;
  }
  .c-text--day03 {
    font-size: 12px;
    padding-top: 5px;
  }
  .c-text--day04 {
    font-size: 14px;
  }
  .c-text--light {
    font-size: 14px;
    padding: 0 10px;
  }
  .c-text--underLine {
    font-size: 14px;
    text-decoration: underline;
  }
  .c-text--day04 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
  .c-text--pdrl20 {
    font-size: 14px;
    padding: 0;
    line-height: 1.6;
    margin-top: 10px;
  }
  .c-text--modalmessage {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-title__primary {
    font-size: 34px;
  }
  .c-title__primary--small01 {
    font-size: 20px;
  }
  .c-title__primary--small02 {
    font-size: 24px;
  }
  .c-title__primary--small03 {
    font-size: 24px;
  }
  .c-title__primary--small04 {
    font-size: 24px;
  }
  .c-title__primary--strong {
    font-size: 34px;
  }
  .c-title__primary--strongSecond {
    font-size: 34px;
  }
  .c-title--secondary {
    font-size: 30px;
  }
  .c-title--tertiary {
    font-size: 28px;
  }
  .c-title--quaternary {
    font-size: 28px;
  }
  .c-title--fifth {
    font-size: 28px;
  }
  .c-title__commonBlack {
    font-size: 40px;
    color: #4A546F;
    line-height: 1.2;
  }
  .c-title__commonBlack--primary {
    font-size: 18px;
  }
  .c-title__commonBlack--primary02 {
    font-size: 20px;
  }
  .c-title__commonBlack--secondary {
    font-size: 24px;
  }
  .c-title__commonBlack--small {
    font-size: 30px;
  }
  .c-title__commonBlack--small02 {
    font-size: 24px;
  }
  .c-title__commonBlack--big {
    font-size: 72px;
  }
  .c-title__commonBlack--bigPink {
    font-size: 34px;
    color: #e3007f;
  }
  .c-title__commonBlack--bigBlue {
    font-size: 40px;
    color: #1f67cc;
  }
  .c-title__commonBlack--Pink {
    color: #e3007f;
  }
  .c-title__commonBlack--Blue {
    color: #1f67cc;
  }
  .c-title__commonBlack--big01 {
    font-size: 40px;
  }
  .c-title__commonBlack--big02 {
    font-size: 34px;
  }
  .c-title__commonBlack--big03 {
    font-size: 30px;
  }
  .c-title__commonBlack--big04 {
    font-size: 30px;
  }
  .c-title__commonBlack--top {
    margin-top: 10px;
    display: block;
  }
  .c-title__common {
    font-size: 40px;
    line-height: 1.2;
  }
  .c-title__common--primary {
    font-size: 20px;
  }
  .c-title__common--secondary {
    font-size: 24px;
  }
  .c-title__common--big {
    font-size: 34px;
  }
  .c-title__common--bigWhite {
    font-size: 30px;
  }
  .c-title__common--bigWhite2 {
    font-size: 40px;
  }
  .c-title__common--strong {
    font-size: 34px;
    color: #FAFF00;
  }
  .c-title__common03 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
  }
  .c-title__common03--primary {
    font-size: 18px;
  }
  .c-title__common03--secondary {
    font-size: 24px;
  }
  .c-title__common03--big {
    font-size: 34px;
  }
  .c-title__common03--bigWhite {
    font-size: 30px;
  }
  .c-title__common03--strong {
    font-size: 30px;
    color: #FAFF00;
  }
  .c-title__common02 {
    font-weight: 700;
    font-size: 30px;
  }
  .c-title--priceTitle {
    font-size: 20px;
    font-weight: 700;
  }
  .c-title--priceTitle02 {
    font-size: 20px;
  }
  .c-title--bottomBorder {
    font-size: 18px;
  }
  .c-title--bgcolor {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 16px;
    margin-top: 20px;
  }
  .c-title--new {
    min-height: 34px;
    padding: 5px 10px;
    font-size: 16px;
    margin-top: 30px;
  }
}
/* # =================================================================
 * # メイン
 * # ================================================================= */
.l-multi .-btnFlex.-fix {
  background-color: #F9F9F9;
  padding: 20px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  z-index: 100;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-multi .-btnFlex.-fix {
    gap: 20px;
    padding: 30px 0;
    flex-direction: row;
  }
}
.l-multi .-btnFlex.-fix .-btn {
  margin: 0;
}
.l-multi .c-inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .l-multi .c-inner {
    padding: 0;
  }
}
.l-multi .-insideInner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.l-multi .-txt {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .l-multi .-txt {
    line-height: 2;
  }
}
.l-multi .-fs20 {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .l-multi .-fs20 {
    font-size: clamp(16px, 2.5vw, 20px);
  }
}
.l-multi .-fs24 {
  font-size: 24px;
}
.l-multi .-fs32 {
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .l-multi .-fs32 {
    font-size: 32px;
  }
}
.l-multi .-fs40 {
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .l-multi .-fs40 {
    font-size: 40px;
  }
}
.l-multi .-secTtl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.525;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  .l-multi .-secTtl {
    font-size: 40px;
  }
}
.l-multi .-secTtl::before {
  content: "";
  width: 90px;
  height: 5px;
  background-color: #FFD900;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.l-multi .-secTtl_lv3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.525;
}
@media screen and (min-width: 600px) {
  .l-multi .-secTtl_lv3 {
    font-size: 40px;
  }
}
.l-multi .-secTtl_lv3::before {
  content: "";
  width: 90px;
  height: 5px;
  background-color: #29ABE2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.l-multi .-orange {
  color: #29ABE2;
}
.l-multi .-blue {
  color: #F6931A;
}
.l-multi .-purple {
  color: #626DAE;
}
.l-multi .-white {
  color: #fff;
}
.l-multi .-btn {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .l-multi .-btn {
    height: 55px;
    width: auto;
  }
}
.l-multi .-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .l-multi .-btn a {
    padding: 15px 45px 15px 15px;
  }
}
.l-multi .-btn a::before {
  content: "";
  background-image: url(../../assets/images/arrow_white.svg);
  width: 14px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-multi .-btn a::before {
    width: 10px;
    height: 6px;
    right: 20px;
  }
}
.l-multi .-btn.-pdf {
  display: block;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}
.l-multi .-btn.-pdf a {
  color: #333;
  border: 1px solid #CCC;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
}
.l-multi .-btn.-pdf a::before {
  content: "";
  background-image: url(../../assets/images/arrow_black.svg);
  right: 19px;
  width: 9px;
  height: 13px;
}
.l-multi .-btn.-pdf a img {
  padding-left: 10px;
}
.l-multi .-btn.-btnWhite {
  max-width: 255px;
  width: 100%;
  margin: 30px auto 0;
  display: block;
}
.l-multi .-btn.-btnWhite a {
  background-color: #fff;
  color: #F6931A;
  border-radius: 5px;
  border: 1px solid #F6931A;
  font-weight: 500;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .l-multi .-btn.-btnWhite a {
    padding: 0;
  }
}
.l-multi .-btn.-btnWhite a::before {
  background-image: url(../../assets/images/arrow_orange.svg);
  width: 8px;
  height: 13px;
  right: 19px;
}
.l-multi .-btn.-btnBlue a {
  box-shadow: 2px 2px 0px 0 rgba(112, 112, 112, 0.5);
  background-image: linear-gradient(#f6931a, #ed6714);
}
.l-multi .-btn.-btnBlue2 {
  display: block;
  max-width: 440px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .l-multi .-btn.-btnBlue2 {
    width: 48%;
  }
}
.l-multi .-btn.-btnBlue2 a {
  background: linear-gradient(#19caff, #006bb8);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  flex-direction: column;
  border-radius: 50px;
  padding: 7px 0 12px 0;
}
.l-multi .-btn.-btnBlue2 a::before {
  background-image: url(../../assets/images/arrow_white2.svg);
  width: 8px;
  height: 13px;
  right: 15px;
}
@media screen and (min-width: 600px) {
  .l-multi .-btn.-btnBlue2 a::before {
    right: 30px;
  }
}
@media screen and (min-width: 600px) {
  .l-multi .-btn.-btnBlue2 a {
    font-size: 32px;
    font-size: clamp(24px, 2.5vw, 32px);
  }
}
.l-multi .-btn.-btnBlue2 a .-fs20 {
  margin-top: 3px;
  font-weight: 400;
}
.l-multi .-btn.-btnRed {
  display: block;
  max-width: 440px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .l-multi .-btn.-btnRed {
    width: 48%;
  }
}
.l-multi .-btn.-btnRed a {
  background-image: linear-gradient(#f64d1a, #cb0e0e);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  flex-direction: column;
  border-radius: 50px;
  padding: 7px 0 12px 0;
}
.l-multi .-btn.-btnRed a::before {
  background-image: url(../../assets/images/arrow_white2.svg);
  width: 8px;
  height: 13px;
  right: 15px;
}
@media screen and (min-width: 600px) {
  .l-multi .-btn.-btnRed a::before {
    right: 30px;
  }
}
@media screen and (min-width: 600px) {
  .l-multi .-btn.-btnRed a {
    font-size: clamp(24px, 2.5vw, 32px);
  }
}
.l-multi .-btn.-btnRed a .-fs20 {
  margin-top: 3px;
  font-weight: 400;
}
.l-multi .-btn.-btnPurple {
  display: block;
  max-width: 256px;
}
.l-multi .-btn.-btnPurple a {
  background-color: #626DAE;
}
.l-multi .-btn.-btnPurple a::before {
  background-image: url(../../assets/images/arrow_white2.svg);
  height: 13px;
  width: 8px;
}
.l-multi .-btn.-btnPurple2 {
  display: block;
  max-width: 256px;
}
.l-multi .-btn.-btnPurple2 a {
  background-color: #fff;
  color: #626DAE;
  border: 1px solid #626DAE;
}
.l-multi .-btn.-btnPurple2 a::before {
  background-image: url(../../assets/images/arrow_purple.svg);
  height: 13px;
  width: 8px;
}
.l-multi .-btn.-bgOrange {
  display: block;
  max-width: 256px;
  width: 100%;
  height: 60px;
  margin: 0;
}
.l-multi .-btn.-bgOrange a {
  background-color: #29ABE2;
  border: 1px solid #29ABE2;
  border-radius: 30px;
  padding: 15px;
}
.l-multi .-btn.-bgOrange a::before {
  content: none;
}
.l-multi .-btn.-btnOrange {
  display: block;
  max-width: 256px;
  width: 100%;
  height: 60px;
  margin: 0;
}
.l-multi .-btn.-btnOrange a {
  background-color: #fff;
  border: 1px solid #29ABE2;
  color: #29ABE2;
  border-radius: 30px;
  padding: 15px;
}
.l-multi .-btn.-btnOrange a::before {
  content: none;
}
.l-multi .details {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.l-multi .details-summary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg, #2ac0ff, #0082b9);
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .l-multi .details-summary {
    height: 55px;
  }
}
.l-multi .details-summary .btn {
  position: absolute;
  top: 24%;
  right: 20px;
  width: 16px;
  height: 16px;
  transform-origin: center center;
  transition-duration: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .l-multi .details-summary .btn {
    width: 24px;
    height: 24px;
    top: 25%;
  }
}
.l-multi .details-summary .btn:before, .l-multi .details-summary .btn:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 4px;
  transform-origin: center center;
}
@media screen and (min-width: 600px) {
  .l-multi .details-summary .btn:before, .l-multi .details-summary .btn:after {
    width: 24px;
    top: 13px;
    left: 0;
  }
}
.l-multi .details-summary .btn:before {
  width: 2px;
  height: 16px;
  top: 4px;
  left: 11px;
}
@media screen and (min-width: 600px) {
  .l-multi .details-summary .btn:before {
    height: 24px;
    top: 2px;
  }
}
.l-multi .details-summary.is-active .btn:before {
  content: none;
}
.l-multi__mainV {
  background-color: #29ABE2;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .l-multi__mainV {
    padding-bottom: 60px;
  }
}
.l-multi__mainV .-fs20 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .l-multi__mainV .-fs20 {
    margin-top: -10px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
.l-multi__mainV h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 600px) {
  .l-multi__mainV h2 {
    font-size: 55px;
    line-height: 1.45;
  }
}
.l-multi__link .-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .l-multi__link .-link {
    flex-wrap: nowrap;
    padding: 20px 0 45px;
  }
}
.l-multi__link .-link li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #333333;
}
.l-multi__link .-link li:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 600px) {
  .l-multi__link .-link li {
    width: 12.5%;
    height: 96px;
    border-right: 1px solid #333;
    border-bottom: none;
  }
}
.l-multi__link .-link li:last-of-type {
  border-right: none;
}
.l-multi__link .-link li a {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 0;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .l-multi__link .-link li a {
    justify-content: center;
    font-size: 12px;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__link .-link li a {
    font-size: 16px;
  }
}
.l-multi__link .-link li a::before {
  content: "";
  background-image: url(../../assets/images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-multi__link .-link li a::before {
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }
}
.l-multi__point {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F69319;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .l-multi__point {
    padding-bottom: 70px;
  }
}
.l-multi__point::before {
  content: "";
  background-image: url(../../assets/images/bg_02.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center center;
}
@media screen and (min-width: 1025px) {
  .l-multi__point .-secTtl::after {
    content: "";
    background-image: url(../../assets/images/woman.svg);
    width: 181px;
    height: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    right: 100px;
  }
}
.l-multi__point .-pointBox {
  margin-top: 50px;
  background-color: #E9F9FF;
  border-radius: 10px;
  padding: 0 10px 20px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox {
    padding: 0 20px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__point .-pointBox {
    margin-top: 115px;
    border-radius: 20px;
    padding: 0 0 40px;
  }
}
.l-multi__point .-pointBox .-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #29ABE2;
  width: 222px;
  height: 44px;
  border-radius: 35px;
  border: 2px solid #29ABE2;
  background-color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  transform: translateY(-25px);
  box-shadow: 3px 3px 0px 0 rgb(41, 171, 226);
  padding-top: 5px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-ttl {
    font-size: 40px;
    width: 350px;
    height: 70px;
    transform: translateY(-35px);
  }
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-ttl .-fs32 {
    padding-right: 5px;
  }
}
.l-multi__point .-pointBox .-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-flex {
    flex-direction: row;
  }
}
.l-multi__point .-pointBox .-flex h3 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-flex h3 {
    font-size: 40px;
  }
}
.l-multi__point .-pointBox .-flex .-sub {
  font-size: 16px;
  line-height: 1.5;
}
.l-multi__point .-pointBox .alC {
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .alC {
    line-height: 1.7;
  }
}
.l-multi__point .-pointBox .-txtFlex {
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-txtFlex {
    padding-left: 100px;
    margin-bottom: 30px;
  }
}
.l-multi__point .-pointBox .-targetList {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .l-multi__point .-pointBox .-targetList {
    flex-direction: row;
    margin-bottom: 10px;
  }
}
.l-multi__point .-pointBox .-targetList li {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
  padding: 10px 0;
  margin: 0 auto 10px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-targetList li {
    max-width: 450px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__point .-pointBox .-targetList li {
    width: 33%;
    max-width: 280px;
    flex-direction: column;
    padding: 25px 30px;
    align-items: center;
    margin: 0;
  }
}
.l-multi__point .-pointBox .-targetList li .-fs20 {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-targetList li .-fs20 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.l-multi__point .-pointBox .-targetList li .-flex {
  align-items: baseline;
  flex-direction: row;
  padding-left: 8px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-targetList li .-flex {
    padding-left: 0;
  }
}
.l-multi__point .-pointBox .-percent {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-percent {
    font-size: 32px;
  }
}
.l-multi__point .-pointBox .-Box {
  margin-top: 40px;
  background-color: #fff;
  border: 2px solid #29ABE2;
  text-align: center;
  padding: 20px 0 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-Box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.l-multi__point .-pointBox .-Box .-mtMinus {
  display: block;
  background-color: #29ABE2;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.43;
  font-weight: 700;
  color: #fff;
  padding: 4px 25px;
  margin: -50px auto 0;
  width: 260px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-Box .-mtMinus {
    width: 450px;
    border-radius: 18px;
    font-size: 20px;
    margin: -35px auto 0;
  }
}
.l-multi__point .-pointBox .-kome {
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox .-kome {
    margin-bottom: 30px;
    text-align: center;
  }
}
.l-multi__point .-pointBox.-point1 {
  margin-top: 100px;
  position: relative;
}
.l-multi__point .-pointBox.-point1::before {
  content: "";
  background-image: url(../../assets/images/woman.svg);
  width: 99px;
  height: 125px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .l-multi__point .-pointBox.-point1::before {
    content: none;
  }
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox.-point1 {
    margin-top: 115px;
  }
}
.l-multi__point .-pointBox.-point2 .-txtFlex {
  padding-left: 0;
}
.l-multi__point .-pointBox.-point2 .-kome {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox.-point2 .-targetList {
    margin-bottom: 25px;
  }
}
.l-multi__point .-pointBox.-point2 .-targetList li {
  max-width: 320px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox.-point2 .-targetList li {
    max-width: 500px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__point .-pointBox.-point2 .-targetList li {
    max-width: 435px;
    width: 48%;
  }
}
.l-multi__point .-pointBox.-point3 .-txtFlex {
  padding-left: 0;
}
.l-multi__point .-pointBox.-point3 .-Box {
  margin-top: 10px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox.-point3 .-Box {
    margin-top: 30px;
    padding: 25px;
  }
}
.l-multi__point .-pointBox.-point3 .-Box .-fs20 {
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .l-multi__point .-pointBox.-point3 .-Box .-percent {
    margin-top: 10px;
  }
}
.l-multi__point .-pointBox.-point4 .-txtFlex {
  padding-left: 0;
}
.l-multi__point .-pointBox.-point4 .details-content h4 {
  border: 1px solid #F6931A;
  font-size: 20px;
  font-weight: 500;
  color: #F6931A;
  text-align: center;
  padding: 3px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.l-multi__point .-pointBox.-point5 .-txtFlex {
  margin-bottom: 20px;
  padding-left: 0;
}
.l-multi__WEB {
  padding: 20px 0 40px;
  background-color: #F9F9F9;
}
.l-multi__WEB .-fs32 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}
.l-multi__WEB .-btnFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-multi__WEB .-btnFlex {
    flex-direction: row;
  }
}
.l-multi__WEB .-flex {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 30px;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-multi__WEB .-flex {
    flex-direction: row;
  }
}
.l-multi__WEB .-flex .-linkTxt {
  width: auto;
}
@media screen and (min-width: 600px) {
  .l-multi__WEB .-flex .-linkTxt {
    width: 48%;
  }
}
.l-multi__WEB .-flex .-linkTxt a {
  text-decoration: underline;
}
.l-multi__WEB .details {
  max-width: none;
  width: 100%;
}
.l-multi__WEB .details-summary {
  background-image: none;
  background-color: #fff;
  border: 1px solid #333333;
  color: #333;
  border-radius: 10px;
}
.l-multi__WEB .details-summary .btn::before, .l-multi__WEB .details-summary .btn::after {
  background-color: #29ABE2;
}
.l-multi__WEB .details-content {
  padding: 15px 0;
}
@media screen and (min-width: 600px) {
  .l-multi__WEB .details-content {
    padding: 15px;
  }
}
.l-multi__WEB .details-content ul li {
  font-size: 16px;
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
}
.l-multi__user {
  padding-top: 50px;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) {
  .l-multi__user {
    padding-top: 0;
    margin-bottom: 125px;
  }
}
.l-multi__user .-secTtl {
  display: inline;
  color: #333;
  line-height: 1.4;
  background: linear-gradient(transparent 82%, #FFD900 82%);
}
@media screen and (min-width: 600px) {
  .l-multi__user .-secTtl {
    background: linear-gradient(transparent 70%, #FFD900 70%);
  }
}
.l-multi__user .-secTtl::before {
  content: none;
}
.l-multi__user .-imgFlex {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 8px;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-imgFlex {
    margin-top: 45px;
    margin-bottom: 100px;
  }
}
.l-multi__user .-box {
  margin-top: 55px;
  border: 1px solid #333333;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-box {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__user .-box {
    margin-top: 75px;
    padding: 75px 0 30px;
  }
}
.l-multi__user .-box .-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-box .-flex {
    gap: 0;
    flex-direction: row;
  }
}
.l-multi__user .-box .-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-box .-container {
    width: 31%;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__user .-box .-container {
    width: 33%;
    max-width: 272px;
  }
}
.l-multi__user .-box .-container figure {
  max-width: 110px;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-box .-container figure {
    max-width: none;
  }
}
.l-multi__user .-box .-container h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-multi__user .-box .-container .-txt {
  border-top: 1px solid #707070;
  padding-top: 10px;
  line-height: 1.5;
}
.l-multi__user .-box .-container .-txt a {
  text-decoration: underline;
}
.l-multi__user .-box .details {
  max-width: none;
  width: 100%;
  border: 2px solid rgba(112, 112, 112, 0.5);
  border-width: 0 2px 2px 0;
  border-radius: 8px;
}
.l-multi__user .-box .details-summary {
  font-size: 20px;
  height: 40px;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-box .details-summary {
    font-size: 32px;
    height: 70px;
  }
}
.l-multi__user .-box .details .-flex {
  background-color: #E9F9FF;
  padding: 20px 15px;
  align-items: center;
  justify-content: center;
  gap: 15px 50px;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-box .details .-flex {
    padding: 20px;
  }
}
.l-multi__user .-box .details .-flex figure {
  max-width: 60px;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-box .details .-flex figure {
    max-width: none;
  }
}
.l-multi__user .-box .details .-flex ul {
  max-width: 624px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-multi__user .-box .details .-flex ul {
    width: 70%;
  }
}
.l-multi__user .-box .details .-flex ul li {
  line-height: 1.875;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.l-multi__user .-box .details .-flex ul li a {
  text-decoration: underline;
}
.l-multi__user .-box .details .-flex ul li .-whiteBox {
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-multi__flow {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow {
    padding-bottom: 100px;
  }
}
.l-multi__flow__step {
  margin-top: 45px;
  background-color: #E9F9FF;
  border: 5px solid #29ABE2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 25px 30px 30px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step {
    padding: 33px 0 45px;
  }
}
.l-multi__flow__step:first-of-type {
  margin-top: 65px;
}
.l-multi__flow__step .-step {
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #29ABE2;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 1025px) {
  .l-multi__flow__step .-step {
    align-items: center;
    padding: 23px 17px;
    flex-direction: column;
  }
}
.l-multi__flow__step .-step .-en {
  font-size: 17px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step .-step .-en {
    font-size: 21px;
  }
}
.l-multi__flow__step .-step .-ja {
  font-size: 27px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step .-step .-ja {
    font-size: 33px;
  }
}
.l-multi__flow__step h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 13px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step h4 {
    font-size: 34px;
    line-height: 1.05;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.l-multi__flow__step .-txt {
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step .-txt {
    line-height: 2;
    text-align: center;
  }
}
.l-multi__flow__step .-txt a {
  text-decoration: underline;
}
.l-multi__flow__step.-step02 .-flex {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step.-step02 .-flex {
    align-items: center;
  }
}
.l-multi__flow__step.-step02 .-flex .-optional {
  background-color: #29ABE2;
  color: #fff;
  display: block;
  width: 56px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step.-step02 .-flex .-optional {
    font-size: 18px;
    width: 62px;
  }
}
.l-multi__flow__step.-step02 .-flex .-txt {
  width: 73%;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step.-step02 .-flex .-txt {
    width: auto;
  }
}
.l-multi__flow__step.-step02 .-flowFlex {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step.-step02 .-flowFlex {
    flex-direction: row;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__flow__step.-step02 .-flowFlex {
    gap: 0;
    width: 800px;
    padding: 0;
  }
}
.l-multi__flow__step.-step02 .-flowFlex .-box {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #29ABE2;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step.-step02 .-flowFlex .-box {
    width: 30%;
    border-radius: 10px;
    max-width: 250px;
  }
}
.l-multi__flow__step.-step02 .-flowFlex .-box::before {
  content: "";
  background-image: url(../../assets/images/arrow_blue2.svg);
  width: 7px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -20px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step.-step02 .-flowFlex .-box::before {
    bottom: auto;
    width: 11px;
    height: 26px;
    right: -27px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-multi__flow__step.-step02 .-flowFlex .-box:last-of-type::before {
  content: none;
}
.l-multi__flow__step.-step02 .-flowFlex .-box.-bgOrange {
  background-color: #29ABE2;
  color: #fff;
}
.l-multi__flow__step.-step02 .-flowFlex .-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step.-step02 .-flowFlex .-box p {
    font-size: 22px;
  }
}
.l-multi__flow__step.-step05 {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow__step.-step05 {
    margin-bottom: 100px;
  }
}
.l-multi__flow .details {
  max-width: none;
  width: 100%;
}
.l-multi__flow .details-summary {
  font-size: 20px;
  height: 70px;
}
@media screen and (min-width: 600px) {
  .l-multi__flow .details-summary {
    font-size: clamp(22px, 2.5vw, 28px);
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__flow .details-summary {
    font-size: 32px;
  }
}
.l-multi__flow .details .-flex {
  background-color: #FFFAE5;
  padding: 20px;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
}
.l-multi__flow .details .-flex ul {
  max-width: 624px;
  width: 70%;
}
.l-multi__flow .details .-flex ul li {
  line-height: 1.875;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.l-multi__flow .details .-flex ul li a {
  text-decoration: underline;
}
.l-multi__flow .details .-flex ul li .-whiteBox {
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-multi__flow .spec-table {
  margin-top: 20px;
  margin-bottom: 40px;
}
.l-multi__flow .spec-table tr {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.l-multi__flow .spec-table tr:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.l-multi__flow .spec-table th {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 10px;
  background-color: #E9F9FF;
  width: 74px;
  line-height: 1.45;
}
@media screen and (min-width: 600px) {
  .l-multi__flow .spec-table th {
    line-height: 2;
    width: 172px;
    padding: 20px 38px;
  }
}
.l-multi__flow .spec-table td {
  padding: 20px 0 20px 25px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (min-width: 600px) {
  .l-multi__flow .spec-table td {
    line-height: 2;
    padding: 20px 30px;
  }
}
.l-multi__flow .spec-table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-multi__price {
  padding-top: 45px;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .l-multi__price {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
.l-multi__price .-pinkBox {
  margin-top: 55px;
  margin-bottom: 50px;
  background-color: #E9F9FF;
  border-radius: 10px;
  padding: 40px 20px 20px;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-pinkBox {
    border-radius: 20px;
    margin-top: 75px;
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.l-multi__price .-ttl_lv4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-ttl_lv4 {
    font-size: 32px;
  }
}
.l-multi__price .-ttl_lv4.-orange {
  display: inline-block;
  position: relative;
}
.l-multi__price .-ttl_lv4.-orange::before, .l-multi__price .-ttl_lv4.-orange::after {
  content: "";
  width: 2px;
  height: 20px;
  border-radius: 20px;
  background-color: #29ABE2;
  position: absolute;
  left: -15px;
  top: 55%;
  transform: translateY(-50%) rotate(-25deg);
}
@media screen and (min-width: 600px) {
  .l-multi__price .-ttl_lv4.-orange::before, .l-multi__price .-ttl_lv4.-orange::after {
    width: 4px;
    height: 30px;
    left: -30px;
  }
}
.l-multi__price .-ttl_lv4.-orange::after {
  left: auto;
  right: -15px;
  transform: translateY(-50%) rotate(25deg);
}
@media screen and (min-width: 600px) {
  .l-multi__price .-ttl_lv4.-orange::after {
    right: -30px;
  }
}
.l-multi__price .-whiteBox {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 65px;
  padding: 20px 20px 30px;
}
.l-multi__price .-whiteBox.mt40 {
  margin-top: 60px !important;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox.mt40 {
    margin-top: 40px !important;
  }
}
.l-multi__price .-whiteBox .-flex {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-flex {
    gap: 15px;
    flex-direction: row;
  }
}
.l-multi__price .-whiteBox .-imgBox {
  margin-top: -65px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-imgBox {
    margin-top: -75px;
    width: 19%;
  }
}
.l-multi__price .-whiteBox .-imgBox figure {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-imgBox figure {
    text-align: start;
  }
}
.l-multi__price .-whiteBox .-txtBox {
  max-width: 660px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-txtBox {
    width: 79%;
  }
}
.l-multi__price .-whiteBox .-txtBox h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-txtBox h5 {
    text-align: left;
    line-height: 2;
  }
}
.l-multi__price .-whiteBox .-txtBox h5 .-fs32 {
  font-size: 30px;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-txtBox h5 .-fs32 {
    font-size: 32px;
  }
}
.l-multi__price .-whiteBox .-txtBox .-txt {
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-txtBox .-txt {
    margin-top: 0;
    line-height: 2;
  }
}
.l-multi__price .-whiteBox .-list {
  margin-top: 10px;
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-list {
    margin-top: 0;
    padding: 20px;
  }
}
.l-multi__price .-whiteBox .-list li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-whiteBox .-list li {
    line-height: 2;
  }
}
.l-multi__price .-whiteBox .-list li .small {
  font-size: 14px;
}
.l-multi__price .-purpleBox {
  border: 1px solid #626DAE;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-purpleBox {
    padding: 50px 0;
  }
}
.l-multi__price .-purpleBox .-fs32 {
  line-height: 1.6;
}
.l-multi__price .-purpleBox .-btnPurple {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-purpleBox .-btnPurple {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.l-multi__price .-purpleBox .-bgPurple {
  background-color: #EFF0F7;
  border-radius: 5px;
  padding: 20px 10px;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-purpleBox .-bgPurple {
    border-radius: 10px;
    padding: 30px 35px;
  }
}
.l-multi__price .-purpleBox .-bgPurple .-txt {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .l-multi__price .-purpleBox .-bgPurple .-txt {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.l-multi__simulation {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #29ABE2;
  position: relative;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
@media screen and (min-width: 600px) {
  .l-multi__simulation {
    padding-top: 230px;
    padding-bottom: 100px;
  }
}
.l-multi__simulation::before {
  content: "";
  background-image: url(../../assets/images/bg_04.jpg);
  width: 100%;
  height: 40px;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(-180deg);
}
@media screen and (min-width: 600px) {
  .l-multi__simulation::before {
    background-image: url(../../assets/images/bg_03.png);
    height: 140px;
    transform: rotate(0);
  }
}
.l-multi__simulation .-secTtl_lv3 {
  margin-bottom: 75px;
}
.l-multi__simulation .-secTtl_lv3::before {
  background-color: #FFD900;
}
.l-multi__simulation__whiteBox {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation__whiteBox {
    padding: 50px 0;
  }
}
.l-multi__simulation__whiteBox .-bbY {
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #29ABE2;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation__whiteBox .-bbY {
    margin-bottom: 30px;
  }
}
.l-multi__simulation .tabs {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
.l-multi__simulation .tab_item {
  width: 50%;
  height: 60px;
  border-bottom: 1px solid #29ABE2;
  background-color: #E9F9FF;
  line-height: 1.5;
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
  color: #29ABE2;
  font-weight: 500;
  display: block;
  float: left;
  transition: all 0.2s ease;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .tab_item {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding-top: 0;
  }
}
.l-multi__simulation .tab_item:hover {
  opacity: 0.75;
}
.l-multi__simulation input[name=tab_item] {
  display: none;
}
.l-multi__simulation .tab_content {
  display: none;
  padding: 10px 0 0;
  clear: both;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .tab_content {
    padding: 30px 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__simulation .tab_content {
    padding: 30px 0 0;
  }
}
.l-multi__simulation #loan:checked ~ #loan_content,
.l-multi__simulation #refinancing:checked ~ #refinancing_content {
  display: block;
}
.l-multi__simulation .tabs input:checked + .tab_item {
  background-color: #29ABE2;
  color: #fff;
}
.l-multi__simulation .form-table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #CCCCCC; /* 外枠の水色 */
}
.l-multi__simulation .form-table tr {
  border-bottom: 1px solid #ddd;
}
.l-multi__simulation .form-table tr:last-child {
  border-bottom: none;
}
.l-multi__simulation .form-table th,
.l-multi__simulation .form-table td {
  text-align: left;
  vertical-align: middle;
  padding: 8px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  display: block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .form-table th,
  .l-multi__simulation .form-table td {
    display: table-cell;
    width: auto;
    padding: 14px 20px;
  }
}
.l-multi__simulation .form-table th {
  white-space: nowrap;
  background: #E9F9FF;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .form-table th {
    text-align: left;
    width: 418px;
    border-right: 1px solid #ccc;
  }
}
.l-multi__simulation .required {
  color: #e2231a;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 400;
}
.l-multi__simulation .input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-multi__simulation .input-row input[type=text] {
  flex: 1;
  max-width: 235px;
  padding: 8px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .input-row input[type=text] {
    max-width: 400px;
  }
}
.l-multi__simulation .input-row input[type=text]::placeholder {
  color: #b3b3b3;
}
.l-multi__simulation .unit {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 400;
}
.l-multi__simulation .note {
  line-height: 2;
}
.l-multi__simulation .details {
  margin-top: 30px;
  max-width: none;
  border: 1px solid #29ABE2;
  border-width: 1px 0 1px 0;
}
.l-multi__simulation .details-summary {
  background-image: none;
  color: #29ABE2;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .details-summary {
    font-size: 20px;
  }
}
.l-multi__simulation .details-summary .btn::before, .l-multi__simulation .details-summary .btn::after {
  background-color: #29ABE2;
}
.l-multi__simulation .details .check-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .details .check-table {
    min-width: 560px;
  }
}
.l-multi__simulation .details .check-table th,
.l-multi__simulation .details .check-table td {
  border: 1px solid #CCC;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .details .check-table th,
  .l-multi__simulation .details .check-table td {
    padding: 18px 16px;
  }
}
.l-multi__simulation .details .check-table th {
  background-color: #E9F9FF;
  color: #29ABE2;
  font-weight: bold;
  white-space: nowrap;
  width: 25%;
}
.l-multi__simulation .-btnFlex {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  margin: 20px auto;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-btnFlex {
    align-items: flex-start;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.l-multi__simulation .-result {
  border: 1px solid #29ABE2;
}
.l-multi__simulation .-result h5 {
  background-color: #29ABE2;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding: 12px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-result h5 {
    font-size: 32px;
  }
}
.l-multi__simulation .-result .-flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 1px solid #29ABE2;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-result .-flex {
    gap: 0;
    align-items: flex-start;
    flex-direction: row;
    padding: 20px 50px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__simulation .-result .-flex {
    padding: 20px 100px;
  }
}
.l-multi__simulation .-result .-flex.-bbNone {
  border-bottom: none;
}
.l-multi__simulation .-resultBox {
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-resultBox {
    padding: 30px 40px;
  }
}
.l-multi__simulation .-resultBox .-fs20 {
  font-size: 20px;
}
.l-multi__simulation .-resultBox .-fs32 {
  font-size: 32px;
}
.l-multi__simulation .-bgcream {
  background-color: #E9F9FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  line-height: 1.6;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-bgcream {
    flex-direction: row;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__simulation .-bgcream {
    padding: 10px 100px;
  }
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-bgcream .w20 {
    width: 20%;
  }
}
.l-multi__simulation .-resultBox2 {
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-resultBox2 {
    padding: 30px 40px;
  }
}
.l-multi__simulation .-resultBox2 .-fs20 {
  font-size: 20px;
}
.l-multi__simulation .-resultBox2 .-fs32 {
  font-size: 32px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-resultBox2 .-bgcream {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__simulation .-resultBox2 .-bgcream {
    padding: 10px 70px;
  }
}
.l-multi__simulation .-resultBox2 .-totalPrice {
  display: flex;
  border: 1px solid #29ABE2;
  margin-top: 30px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-resultBox2 .-totalPrice {
    flex-direction: row;
  }
}
.l-multi__simulation .-resultBox2 .-totalPrice p:first-of-type {
  font-size: 20px;
  font-weight: 700;
  background-color: #29ABE2;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-resultBox2 .-totalPrice p:first-of-type {
    width: 38%;
    font-size: 24px;
    padding: 26px 10px 20px;
  }
}
.l-multi__simulation .-resultBox2 .-totalPrice p:last-of-type {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-resultBox2 .-totalPrice p:last-of-type {
    justify-content: flex-start;
    font-size: 32px;
  }
}
.l-multi__simulation .-resultBox2 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 30px;
}
.l-multi__simulation .-resultBox2 h5 {
  background-color: #F6931A;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  padding: 12px;
  text-align: center;
}
.l-multi__simulation .-resultBox2 tr {
  border-bottom: 1px solid #29ABE2;
}
.l-multi__simulation .-resultBox2 tr:last-of-type {
  border-bottom: none;
}
.l-multi__simulation .-resultBox2 th {
  background-color: #E9F9FF;
}
.l-multi__simulation .-resultBox2 td {
  border-right: 1px solid #29ABE2;
}
.l-multi__simulation .-resultBox2 td:last-of-type {
  border-right: none;
}
.l-multi__simulation .-resultBox2 td,
.l-multi__simulation .-resultBox2 th {
  padding: 15px 5px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-resultBox2 td,
  .l-multi__simulation .-resultBox2 th {
    font-size: 20px;
    padding: 20px 16px;
  }
}
.l-multi__simulation .-resultBox2 td {
  vertical-align: middle;
}
.l-multi__simulation .-resultBox2 tr:first-child th {
  font-weight: bold;
  padding: 14px 16px;
  width: 103px;
}
@media screen and (min-width: 600px) {
  .l-multi__simulation .-resultBox2 tr:first-child th {
    width: 33%;
  }
}
.l-multi__simulation .-resultBox2 tr:first-child th:first-of-type {
  border-right: 1px solid #29ABE2;
  border-left: 1px solid #29ABE2;
}
.l-multi__simulation .-resultBox2 tr:first-child td:first-child {
  background: none;
}
.l-multi__faq {
  background-color: #29ABE2;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .l-multi__faq {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .l-multi__faq .-indent {
    padding-left: 3rem;
    text-indent: -3rem;
  }
}
.l-multi__faq .-secTtl_lv3 {
  margin-bottom: 75px;
}
.l-multi__faq .-secTtl_lv3::before {
  background-color: #FFD900;
}
.l-multi__faq .details {
  max-width: none;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.l-multi__faq .details-summary {
  background-image: none;
  color: #333;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 10px 35px 10px 60px;
  position: relative;
  height: auto;
}
@media screen and (min-width: 600px) {
  .l-multi__faq .details-summary {
    font-size: 20px;
    padding: 20px 65px;
  }
}
.l-multi__faq .details-summary::before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.l-multi__faq .details-summary .btn {
  top: 35%;
}
@media screen and (min-width: 600px) {
  .l-multi__faq .details-summary .btn {
    top: 25%;
  }
}
.l-multi__faq .details-summary .btn::before, .l-multi__faq .details-summary .btn::after {
  background-color: #29ABE2;
}
.l-multi__faq .details-summary .-q {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 35px;
  height: 35px;
  background-color: #29ABE2;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  padding-bottom: 5px;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .l-multi__faq .details-summary .-q {
    padding-bottom: 0;
  }
}
.l-multi__faq .details-content {
  padding: 15px 10px 20px 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .l-multi__faq .details-content {
    padding: 20px 65px 20px 20px;
  }
}
.l-multi__faq .details-content .-txtBox {
  line-height: 1.5;
  display: flex;
  gap: 0 30px;
}
@media screen and (min-width: 600px) {
  .l-multi__faq .details-content .-txtBox {
    line-height: 2;
  }
}
.l-multi__faq .details-content .-txtBox .-a {
  font-size: 24px;
  color: #29ABE2;
  font-weight: 700;
  line-height: 1.3;
}
.l-multi__faq .details-content a.-orange {
  color: #29ABE2;
  text-decoration: underline;
}

/* 内部の枠付きボックス（インターネットバンキングご登録の方） */
.inner-box {
  border: 2px solid #29abe2;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 10px;
}

.inner-box h3 {
  color: #29abe2;
  text-align: center;
  font-size: 16px;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #29abe2;
}

.inner-box p {
  margin: 0;
}

/* # =================================================================
 * # ヘッダー
 * # ================================================================= */
.l-header {
  width: 100vw;
}
.l-header .--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 77px;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .l-header .--flex {
    padding: 10px 25px 10px 10px;
  }
}
.l-header .--flex .--item:first-of-type {
  max-width: 200px;
}
.l-header .--flex .--item:nth-of-type(2) {
  max-width: 590px;
}

@media screen and (max-width: 1024px) {
  .l-header .--flex .--item:first-of-type {
    max-width: 200px;
  }
  .l-header .--flex .--item:nth-of-type(2) {
    max-width: 550px;
  }
  .w300 {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .l-header .--flex {
    height: 60px;
  }
  .l-header .w300 {
    max-width: 200px;
  }
  .l-header h1 {
    max-width: 140px;
  }
}
/* # =================================================================
 * # フッター
 * # ================================================================= */
.l-footer {
  padding-bottom: 180px;
}
@media screen and (min-width: 600px) {
  .l-footer {
    padding-bottom: 145px;
  }
}
.l-footer .line {
  border-top: 1px solid #707070;
  padding: 20px 20px;
  text-align: center;
}
.l-footer .line img {
  max-width: 148px;
  width: 100%;
}

/* # =================================================================
 * # Utility
 * # ================================================================= */
.spNone {
  display: none;
}
@media screen and (min-width: 1025px) {
  .spNone {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .pcNone {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .tabNone {
    display: none;
  }
}

.tabBlock {
  display: none;
}
@media screen and (min-width: 600px) {
  .tabBlock {
    display: block;
  }
}

/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr0 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* !Txt ------------------------------------------------------------------ */
.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.fwB {
  font-weight: 700;
}

.fwM {
  font-weight: 500;
}
