@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  padding-top: 0;
}

.l-main {
  font-size: 1.6rem;
}
.l-main img {
  width: 100%;
  height: auto;
}

.btn-cta {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 305px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (min-width: 650px) {
  .btn-cta {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .btn-cta {
    width: 460px;
  }
}
.mvCta .btn-cta {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-animation: 1s cta linear 1s infinite alternate running;
          animation: 1s cta linear 1s infinite alternate running;
  overflow: visible;
}
.mvCta .btn-cta::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(-135deg, #fff 3%, #000 3%, #000 97%, #fff 97%);
  -webkit-animation: 1s cta-shadow linear 1s infinite alternate running;
          animation: 1s cta-shadow linear 1s infinite alternate running;
  content: "";
  z-index: -1;
}
.btn-cta:hover {
  opacity: 0.75;
}

.rippleEffect {
  position: absolute;
  border-radius: 50%;
}

@-webkit-keyframes ripple-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50);
            transform: scale(50);
    opacity: 0;
  }
}

@keyframes ripple-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50);
            transform: scale(50);
    opacity: 0;
  }
}
.bg--base01 {
  background-image: url(/landingpage/vcl/img/background_grn.png);
}

@-webkit-keyframes cta {
  0% {
    top: 0;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  51% {
    top: 4px;
    left: 4px;
  }
  100% {
    top: 4px;
    left: 4px;
  }
}
@-webkit-keyframes cta-shadow {
  0% {
    top: 4px;
    left: 4px;
  }
  50% {
    top: 4px;
    left: 4px;
  }
  51% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes cta {
  0% {
    top: 0;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  51% {
    top: 4px;
    left: 4px;
  }
  100% {
    top: 4px;
    left: 4px;
  }
}
@keyframes cta-shadow {
  0% {
    top: 4px;
    left: 4px;
  }
  50% {
    top: 4px;
    left: 4px;
  }
  51% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
/* ==============================
MV
============================== */
@media (min-width: 768px) {
  .mvHeader {
    display: block;
    height: 38px;
  }
}
@media (min-width: 768px) {
  .mvHeader__inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
  }
}
.mvHeader__logo {
  display: none;
}
@media (min-width: 768px) {
  .mvHeader__logo {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: 33px;
    height: 33px;
  }
}
.mvImg {
  position: relative;
}
@media (min-width: 768px) {
  .mvImg {
    background-color: #000;
  }
}
@media (min-width: 768px) {
  .mvImg__inner {
    max-width: 960px;
    margin: 0 auto;
  }
}
.mvTxt {
  display: none;
}
@media (min-width: 768px) {
  .mvTxt {
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: #04344D;
  }
}
.mvTxt a {
  color: #04344D;
}
.mvCta {
  margin: -20px 0 0;
  padding: 15px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mvCta {
    margin: -3px 0 0;
  }
}
.mvCta__note > dt {
  background-color: #01E600;
  padding: 0.3em 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .mvCta__note > dt {
    display: none;
  }
}
.mvCta__note > dt a {
  color: #04344D;
}
.mvCta__note > dd {
  margin: 5px 22px 0;
  line-height: 1.45;
  font-size: 1.1rem;
  color: #04344D;
}
@media (min-width: 768px) {
  .mvCta__note > dd {
    max-width: 960px;
    margin: 8px auto 0;
  }
}
.mvCta__note > dd em {
  text-decoration: underline;
  font-weight: 700;
}

/* ==============================
診断
============================== */
.diagnosis {
  margin-top: 18px;
  padding: 30px 12px 30px;
}
@media (min-width: 768px) {
  .diagnosis {
    max-width: 1152px;
    margin: 40px auto 0;
    padding: 47px 10px 0;
  }
}
.diagnosis__ttl {
  text-align: center;
}
@media (min-width: 768px) {
  .diagnosis__ttl {
    max-width: 398px;
    margin: 0 auto;
  }
  .diagnosis__ttl img {
    border-radius: 14px;
  }
}
.diagnosis__content {
  background-color: #fff;
  padding: 24px;
}
@media (min-width: 768px) {
  .diagnosis__content {
    margin-top: -35px;
    padding: 55px 25px 30px;
  }
}
@media (min-width: 768px) {
  .diagnosis_form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 768px) {
  .diagnosis_form__inner > * {
    width: calc(33.333% - 5.3333px);
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .diagnosis_form__inner > *:last-child {
    margin-right: 0;
  }
}
.diagnosis .form__box {
  position: relative;
  background-color: #EBF0F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .diagnosis .form__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%;
    padding: 32px 15px;
  }
}
@media screen and (min-width: 1100px) {
  .diagnosis .form__box {
    padding: 40px 40px 32px;
  }
}
.diagnosis .form__box + .diagnosis .form__box {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .diagnosis .form__box + .diagnosis .form__box {
    margin-right: 8px;
  }
}
.diagnosis .form__name {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 92px;
          flex: 0 1 92px;
  margin: -0.5em 0;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .diagnosis .form__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    min-height: 50px;
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
  }
}
.diagnosis .form__name .note {
  display: inline-block;
  margin-top: 3px;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .diagnosis .form__name .note {
    display: block;
    font-size: 1.2rem;
  }
}
.diagnosis .form__inputBox__outer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .diagnosis .form__inputBox__outer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 230px;
            flex: 0 1 230px;
  }
}
.diagnosis .form__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .diagnosis .form__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
.diagnosis .form__unit input[type=number] {
  width: 137px;
  height: 48px;
}
@media (min-width: 768px) {
  .diagnosis .form__unit input[type=number] {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .diagnosis .form__unit input[type=text] {
    width: 100%;
    height: 48px;
  }
}
.diagnosis .form__section {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .diagnosis .form__section {
    margin-top: 0;
  }
}
.diagnosis .form__inputBox input[type=number],
.diagnosis .form__inputBox input[type=text] {
  width: 100%;
}
.diagnosis .form__inputBox input[type=number]::-webkit-input-placeholder, .diagnosis .form__inputBox input[type=text]::-webkit-input-placeholder {
  color: rgba(4, 52, 77, 0.5);
}
.diagnosis .form__inputBox input[type=number]::-moz-placeholder, .diagnosis .form__inputBox input[type=text]::-moz-placeholder {
  color: rgba(4, 52, 77, 0.5);
}
.diagnosis .form__inputBox input[type=number]:-ms-input-placeholder, .diagnosis .form__inputBox input[type=text]:-ms-input-placeholder {
  color: rgba(4, 52, 77, 0.5);
}
.diagnosis .form__inputBox input[type=number]::-ms-input-placeholder, .diagnosis .form__inputBox input[type=text]::-ms-input-placeholder {
  color: rgba(4, 52, 77, 0.5);
}
.diagnosis .form__inputBox input[type=number]::placeholder,
.diagnosis .form__inputBox input[type=text]::placeholder {
  color: rgba(4, 52, 77, 0.5);
}
@media screen and (max-width: 320px) {
  .diagnosis .form__inputBox input[type=number]::-webkit-input-placeholder, .diagnosis .form__inputBox input[type=text]::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .diagnosis .form__inputBox input[type=number]::-moz-placeholder, .diagnosis .form__inputBox input[type=text]::-moz-placeholder {
    font-size: 1.3rem;
  }
  .diagnosis .form__inputBox input[type=number]:-ms-input-placeholder, .diagnosis .form__inputBox input[type=text]:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .diagnosis .form__inputBox input[type=number]::-ms-input-placeholder, .diagnosis .form__inputBox input[type=text]::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .diagnosis .form__inputBox input[type=number]::placeholder,
  .diagnosis .form__inputBox input[type=text]::placeholder {
    font-size: 1.3rem;
  }
}
.diagnosis .form__selctList select {
  height: 48px;
  padding: 13px 28px 13px 15px;
  color: rgba(4, 52, 77, 0.5);
}
@media screen and (max-width: 320px) {
  .diagnosis .form__selctList select {
    font-size: 1rem;
  }
}
.diagnosis .form__selctList .form__selctList__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}
.diagnosis .form__selctList .form__selctList__item::after {
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #04344D;
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  margin: auto 0;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  content: "";
}
@media (min-width: 768px) {
  .diagnosis .form__selctList .form__selctList__item::after {
    right: 15px;
    width: 0.5em;
    height: 0.5em;
  }
}
.diagnosis__btn {
  margin-top: 24px;
  text-align: center;
}
.diagnosis__btn .btn-cta--shindan .valid {
  display: block;
}
.diagnosis__btn .btn-cta--shindan .invalid {
  display: none;
}
.diagnosis__btn .btn--inactive {
  background-color: transparent;
}
.diagnosis__btn .btn--inactive .valid {
  display: none;
}
.diagnosis__btn .btn--inactive .invalid {
  display: block;
}
.diagnosis .text-any {
  position: relative;
  top: -5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 2.5em;
          flex: 0 1 2.5em;
  display: inline-block;
  margin-left: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .diagnosis .text-any {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 3.5em;
            flex: 0 1 3.5em;
  }
}
@media screen and (min-width: 855px) {
  .diagnosis .text-any {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 2.5em;
            flex: 0 1 2.5em;
  }
}
.diagnosis .baloonBox__icon {
  display: inline-block;
  position: relative;
  top: 1px;
  right: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  cursor: pointer;
}
@media (min-width: 768px) {
  .diagnosis .baloonBox__icon {
    width: 20px;
    height: 20px;
  }
}
.diagnosis .error-input {
  border: 0;
  outline: 0;
  border-radius: 4px;
}
.diagnosis .error-input.form__box {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .diagnosis .error-input.form__box {
    padding-bottom: 32px;
  }
}
.diagnosis .error-input .error-comment {
  position: absolute;
  right: 16px;
  bottom: 0.7em;
  background-color: #EB0354;
  margin: 0 !important;
  padding: 0.3em;
  font-size: 1.2rem;
  color: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .diagnosis .error-input .error-comment {
    top: 10px;
    bottom: auto;
    font-size: 1.3rem;
  }
}

/* ==============================
faq
============================== */
@media (min-width: 768px) {
  .faqBlock {
    max-width: 960px;
    margin: 50px auto 0;
  }
}
.faqBlock + .faqBlock {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .faqBlock + .faqBlock {
    margin-top: 50px;
  }
}
.faqBlock:last-child {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .faqBlock:last-child {
    padding-bottom: 50px;
  }
}
.faqBlock__header {
  position: relative;
}
.faqBlock__header__anchor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .faqBlock__header__anchor {
    right: 21.5%;
    text-align: right;
  }
}
.faqBlock__content {
  background-color: #fff;
  margin: 12px 10px 10px;
}
@media (min-width: 768px) {
  .faqBlock__content {
    margin: 16px 0 0;
  }
}
.faqBlock__content__inner {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .faqBlock__content__inner {
    max-width: 833px;
    margin: 0 auto;
  }
}
.faqBlock__content.is-open .faqBlock__content__inner {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .faqBlock__content.is-open .faqBlock__content__inner {
    padding-bottom: 43px;
  }
}
.faqAcc__header {
  position: relative;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .faqAcc__header {
    padding: 25px 0;
  }
}
.faqAcc__header .ballon {
  position: relative;
  background-color: #22AB55;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 7px;
  border-radius: 12px;
  font-size: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .faqAcc__header .ballon {
    padding: 0.5em 1em;
    margin: 0 0 10px;
    border-radius: 15px;
    font-size: 15px;
  }
}
.faqAcc__header .ballon::before {
  position: absolute;
  top: 18px;
  left: 25px;
  display: inline-block;
  background: url(/landingpage/vcl/img/icon_ballon_arrrow_01.png) no-repeat;
  background-size: auto 100%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  z-index: 1;
}
@media (min-width: 768px) {
  .faqAcc__header .ballon::before {
    width: 12px;
    height: 12px;
    top: 27px;
    left: 38px;
  }
}
.faqAcc__header button {
  display: block;
  width: 100%;
  text-align: left;
  color: #03344D;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media (min-width: 768px) {
  .faqAcc__header button {
    font-size: 2.4rem;
  }
}
.faqAcc__header button:hover {
  opacity: 0.75;
}
.faqAcc__header .iconArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #22AB55;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .faqAcc__header .iconArrow {
    width: 37px;
    height: 37px;
  }
}
.faqAcc__header .iconArrow:before {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
@media (min-width: 768px) {
  .faqAcc__header .iconArrow:before {
    width: 0.4em;
    height: 0.4em;
    border-width: 4px;
  }
}
.faqAcc__header.is-active .iconArrow::before {
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faqAcc__content {
  display: none;
}
.faqAcc__section {
  padding: 30px 7px 0;
  border-top: 1px solid #8EA2AE;
}
@media (min-width: 768px) {
  .faqAcc__section {
    padding: 25px 0 0;
  }
}
.faqAcc__section + .faqAcc__section {
  padding-top: 30px;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .faqAcc__section + .faqAcc__section {
    padding-top: 36px;
    margin-top: 32px;
  }
}
.faqAcc__section .primaryColor {
  color: #00AB55;
  font-weight: 700;
}
.faqAcc__section .underline {
  border-bottom: 1px solid currentColor;
}
.faqAcc__section .fontPalt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.faqAcc__section sup {
  vertical-align: 0;
  font-size: 0.6em;
}
.faqTtl {
  position: relative;
  margin: 0 0 47px;
  line-height: 1.27;
  text-align: center;
  letter-spacing: 0.05em;
  color: #03344D;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .faqTtl {
    margin: 0 0 66px;
    line-height: 1.3;
    font-size: 3.2rem;
  }
}
.faqTtl:not(:first-of-type) {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .faqTtl:not(:first-of-type) {
    margin-top: 48px;
  }
}
.faqTtl::before {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  background-color: #00AB55;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  content: "";
}
@media (min-width: 768px) {
  .faqTtl::before {
    bottom: -35px;
    width: 32px;
  }
}
.faqSttl {
  margin: 0 0 16px;
  line-height: 1.3;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #03344D;
}
@media (min-width: 768px) {
  .faqSttl {
    margin: 24px 0 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .faqMedia .faqSttl {
    margin-top: 0;
    text-align: left;
  }
}
.faqTxt {
  margin: 27px 0 0;
  line-height: 1.55;
  color: #03344D;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .faqTxt {
    margin: 24px 0 0;
    line-height: 1.7;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .faqStep__list .faqTxt {
    margin: 0;
  }
}
.faqExample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqExample__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48px;
          flex: 0 1 48px;
  width: 48px;
  height: 48px;
  padding: 1em;
  margin-right: 12px;
  border: 1px solid #00AB55;
  border-radius: 50%;
  line-height: 1;
  font-size: 1.6rem;
  color: #00AB55;
}
@media (min-width: 768px) {
  .faqExample__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 64px;
            flex: 0 1 64px;
    width: 64px;
    height: 64px;
    margin-right: 16px;
    font-size: 2rem;
  }
}
.faqExample__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 700;
  color: #03344D;
}
@media (min-width: 768px) {
  .faqExample__txt {
    font-size: 2.4rem;
  }
}
.faqImg {
  text-align: center;
}
@media (min-width: 768px) {
  .faqImg {
    margin: 0 auto;
  }
}
.faqImg__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .faqImg__list {
    font-size: 2.4rem;
  }
}
.faqImg__list.col2 > li {
  width: calc(50% - 4px);
  margin-right: 8px;
}
@media (min-width: 768px) {
  .faqImg__list.col2 > li {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
}
.faqImg__list.col2 > li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .faqImg01 {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .faqImg02 {
    margin-top: 24px;
  }
}
.faqNote {
  margin: 20px 0 0;
  text-indent: -1em;
  padding-left: 1em;
  color: #03344D;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .faqNote {
    margin: 48px 0 0;
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}
.faqNote + .faqNote {
  margin-top: 0.3em;
}
.faqTxt + .faqNote, .faqTable + .faqNote {
  margin-top: 0.8em;
}
.faqNote > li {
  margin: 0;
}
.faqCondition {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .faqCondition {
    margin: 0;
  }
}
.faqCondition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -7px;
}
@media (min-width: 768px) {
  .faqCondition__list {
    margin: 0 0 -16px;
  }
}
.faqCondition__list > li {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .faqCondition__list > li {
    margin-bottom: 16px;
  }
}
.faqCondition__list > li:first-child, .faqCondition__list > li:nth-child(2) {
  width: calc(50% - 3.5px);
  margin: 0 7px 7px 0;
}
@media (min-width: 768px) {
  .faqCondition__list > li:first-child, .faqCondition__list > li:nth-child(2) {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
}
.faqCondition__list > li:nth-child(2) {
  margin-right: 0;
}
.faqCondition__list > li:last-child {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .faqCondition__list > li:last-child {
    margin-top: 32px;
  }
}
.faqCondition__box {
  position: relative;
  background-color: #F5F7F8;
  height: 100%;
  padding: 16px;
}
@media (min-width: 768px) {
  .faqCondition__box {
    padding: 44px 32px;
  }
}
.faqCondition__box01, .faqCondition__box02, .faqCondition__box03 {
  padding-top: 37px;
}
@media (min-width: 768px) {
  .faqCondition__box01, .faqCondition__box02, .faqCondition__box03 {
    padding-top: 44px;
  }
}
.faqCondition__box01::before, .faqCondition__box02::before, .faqCondition__box03::before {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  content: "";
}
@media (min-width: 768px) {
  .faqCondition__box01::before, .faqCondition__box02::before, .faqCondition__box03::before {
    width: 80px;
    height: 80px;
  }
}
.faqCondition__box01 {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .faqCondition__box01 {
    padding-bottom: 44px;
  }
}
.faqCondition__box01::before {
  top: 90px;
  background-image: url(/landingpage/vcl/img/bg_conditon_01.png);
}
@media (min-width: 768px) {
  .faqCondition__box01::before {
    top: 0;
    right: 32px;
    left: auto;
    bottom: 0;
    margin: auto 0;
  }
}
.faqCondition__box02 {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .faqCondition__box02 {
    padding-bottom: 44px;
  }
}
.faqCondition__box02::before {
  top: 100px;
  background-image: url(/landingpage/vcl/img/bg_conditon_02.png);
}
@media (min-width: 768px) {
  .faqCondition__box02::before {
    top: 0;
    right: 32px;
    left: auto;
    bottom: 0;
    margin: auto 0;
  }
}
.faqCondition__box03 {
  padding-top: 28px;
}
@media (min-width: 768px) {
  .faqCondition__box03 {
    padding-top: 44px;
  }
}
.faqCondition__box03::before {
  top: 16px;
  left: auto;
  right: 16px;
  background-image: url(/landingpage/vcl/img/bg_conditon_03.png);
  margin: 0;
}
@media (min-width: 768px) {
  .faqCondition__box03::before {
    right: 32px;
  }
}
.faqCondition__box03 .faqNote {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .faqCondition__box04 {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .faqCondition__box05 {
    padding: 30px 32px;
  }
}
.faqCondition__box__ttl {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  color: #03344D;
}
@media (min-width: 768px) {
  .faqCondition__box__ttl {
    font-size: 1.8rem;
  }
}
.faqCondition__box__ttl.iconCaution::before {
  display: inline-block;
  background: url(/landingpage/vcl/img/icon_caution_01.png) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  margin-right: 5px;
  content: "";
}
@media (min-width: 768px) {
  .faqCondition__box__ttl.iconCaution::before {
    width: 32px;
    height: 32px;
  }
}
.faqCondition__box__ttl__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.faqCondition__box02 .faqCondition__box__ttl__wrapper {
  margin-top: -0.7em;
}
@media (min-width: 768px) {
  .faqCondition__box02 .faqCondition__box__ttl__wrapper {
    margin-top: 0;
  }
}
.faqCondition__box__ttl__wrapper .conditionNum {
  background-color: #03344D;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40px;
          flex: 0 1 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  margin-right: 5px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .faqCondition__box__ttl__wrapper .conditionNum {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 56px;
            flex: 0 1 56px;
    height: 56px;
    margin-right: 15px;
    font-size: 1.2rem;
  }
}
.faqCondition__box__ttl__wrapper .conditionNum em {
  font-family: "Roboto", serif;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .faqCondition__box__ttl__wrapper .conditionNum em {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .faqCondition__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .faqCondition__media__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 372px;
            flex: 0 1 372px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .faqCondition__media__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.faqCondition__media__body .faqTxt {
  margin-top: 16px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .faqCondition__media__body .faqTxt {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .faqMedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .faqStep__list .faqMedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .faqMedia__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 392px;
            flex: 0 1 392px;
    margin-right: 48px;
  }
}
@media (min-width: 768px) {
  .faqMedia__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.faqTable {
  margin: 24px 0 0;
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .faqTable {
    margin-top: 25px;
  }
}
.faqTable caption {
  margin-bottom: 8px;
  text-align: left;
  color: #03344D;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .faqTable caption {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
}
.faqTable th,
.faqTable td {
  text-align: left;
  font-size: 1.3rem;
  color: #03344D;
}
@media (min-width: 768px) {
  .faqTable th,
  .faqTable td {
    font-size: 1.6rem;
  }
}
.faqTable.tableType01 tbody th,
.faqTable.tableType01 tbody td {
  padding: 1em;
  border: 1px solid #8EA2AE;
}
.faqTable.tableType01 tbody th {
  background-color: #EBF0F2;
  width: 40%;
  border-left: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .faqTable.tableType01 tbody th {
    width: 25%;
  }
}
.faqTable.tableType01 tbody td {
  border-right: 0;
}
.faqModal__btn {
  margin: 15px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .faqModal__btn {
    margin: 32px 0 0;
  }
}
.faqModal__btn a {
  position: relative;
  display: inline-block;
  width: 247px;
  max-width: 100%;
  padding: 12px 2.7em;
  line-height: 1.3;
  border: 2px solid #00AB55;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #00AB55;
}
@media (min-width: 768px) {
  .faqModal__btn a {
    width: 380px;
    padding: 17px 2.7em;
    border-radius: 45px;
    font-size: 2rem;
  }
}
.faqStep__list > li {
  position: relative;
}
.faqStep__list > li + li {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .faqStep__list > li + li {
    margin-top: 90px;
  }
}
.faqStep__list > li + li::before {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background-color: #82e650;
  display: inline-block;
  width: 32px;
  height: 16px;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
}
@media (min-width: 768px) {
  .faqStep__list > li + li::before {
    top: -58px;
    width: 48px;
    height: 24px;
  }
}
.faqStep__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  color: #22AB55;
}
@media (min-width: 768px) {
  .faqStep__num {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.faqStep__num em {
  display: inline-block;
  margin-left: 3px;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .faqStep__num em {
    font-size: 2.6rem;
  }
}
.faqCta {
  display: none;
  margin: 24px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .faqCta {
    margin: 53px 0 0;
  }
}
.faqBlock__content.is-open + .faqCta {
  display: block;
  margin: 24px 24px 0;
}
@media (min-width: 768px) {
  .faqBlock__content.is-open + .faqCta {
    margin: 40px 0 0;
  }
}

/* ==============================
footer流用
============================== */
.footer__inner {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .footer__inner {
    padding-bottom: 130px;
  }
}

.footer__bnList2 {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__bnList2 {
    width: 315px;
  }
}

.loan {
  padding-bottom: 0;
}

.ctaBtm {
  margin: 24px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ctaBtm__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .ctaBtm__list > li {
    width: 360px;
  }
}
.ctaBtm__list > li + li {
  margin-top: 13px;
}
@media (min-width: 768px) {
  .ctaBtm__list > li + li {
    margin: 0 0 0 35px;
  }
}
@media (min-width: 768px) {
  .ctaBtm__list > li a {
    width: 100%;
    height: 82px;
  }
}

.pageTopBtm {
  position: relative;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .pageTopBtm {
    display: none;
  }
}
.pageTopBtm a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
}
.pageTopBtm .iconArrow {
  position: relative;
  background-color: #22AB55;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 50%;
}
.pageTopBtm .iconArrow:before {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}

/* ==============================
/sp/css/simulation.css を転記
============================== */
.diagnosis_result__ttl {
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .diagnosis_result__ttl {
    max-width: 395px;
  }
}
@media screen and (min-width: 768px) and (max-height: 878px) {
  .diagnosis_result__ttl {
    max-width: 300px;
  }
}
.diagnosis_result__ttl img {
  border-radius: 10px;
}
.diagnosis_result__sttl {
  position: relative;
  margin-top: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .diagnosis_result__sttl {
    margin-top: 32px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 878px) {
  .diagnosis_result__sttl {
    margin-top: 20px;
    font-size: 3rem;
  }
}
.diagnosis_result__sttl::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  background-color: #00AB55;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  content: "";
}
@media (min-width: 768px) {
  .diagnosis_result__sttl::after {
    bottom: -32px;
    width: 32px;
  }
}
.diagnosis_result__wrap {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.diagnosis_result__wrap__inner {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.diagnosis_result__inner {
  position: relative;
}
@media (min-width: 768px) {
  .diagnosis_result__inner {
    max-width: 832px;
    margin: 0 auto;
    height: 100%;
  }
}
.diagnosis_result__content {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  text-align: center;
  z-index: 99;
}
@media (min-width: 768px) {
  .diagnosis_result__content {
    max-width: 960px;
    width: 100%;
    padding: 30px 0;
  }
}
.diagnosis_result__txt {
  background-color: #EBF0F2;
  padding: 24px 16px;
  line-height: 1.45;
  font-size: 1.4rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .diagnosis_result__txt {
    padding: 48px 0;
    font-size: 2.2rem;
  }
}
#diagnosis_result_p .diagnosis_result__txt {
  background-color: transparent;
  background-image: url(/landingpage/vcl/img/icon_result_01.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 96px;
  text-align: center;
  padding: 16px;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  #diagnosis_result_p .diagnosis_result__txt {
    background-image: url(/landingpage/vcl/img/icon_result_01_pc.png);
    padding: 40px 0;
    height: 128px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 878px) {
  #diagnosis_result_p .diagnosis_result__txt {
    padding: 30px 0;
    height: 100px;
    font-size: 2.5rem;
  }
}
.diagnosis_result__retry {
  margin-top: 24px;
}
.diagnosis_result__retry__txt {
  font-size: 1.6rem;
  color: #096bcc;
  font-weight: 300;
}
.diagnosis_result__note {
  margin: 24px 0 0;
  text-align: left;
  color: #03344D;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .diagnosis_result__note {
    margin-top: 32px;
    font-size: 1.4rem;
  }
}
.diagnosis_result__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
}
.diagnosis_result__card {
  background: #fff;
  width: 100%;
  margin: 10px auto 0;
  padding: 4px 10px;
}
@media (min-width: 768px) {
  .diagnosis_result__card {
    min-width: 220px;
    width: auto;
    margin: 0;
    padding: 7px 15px;
  }
}
@media (min-width: 768px) {
  .diagnosis_result__card__wrapper {
    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;
    max-width: 650px;
    margin: 30px auto 0;
  }
}
.diagnosis_result__card__txt {
  margin: 15px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #04344D;
}
@media (min-width: 768px) {
  .diagnosis_result__card__txt {
    margin: 0 24px 0 0;
    font-size: 1.6rem;
  }
}
.diagnosis_result__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -24px;
  right: -14px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .diagnosis_result__close {
    top: -15px;
    right: -35px;
    width: 30px;
    height: 30px;
  }
}
.diagnosis_result__close span {
  visibility: hidden;
}
.diagnosis_result__close::before, .diagnosis_result__close::after {
  position: absolute;
  background-color: #00AB55;
  display: block;
  width: 3px;
  height: 18px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: "";
}
@media (min-width: 768px) {
  .diagnosis_result__close::before, .diagnosis_result__close::after {
    width: 5px;
    height: 30px;
  }
}
.diagnosis_result__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.diagnosis_result__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.diagnosis_result__close:hover::before, .diagnosis_result__close:hover::after {
  background-color: #1B1B1B;
}
.diagnosis_result__apply {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .diagnosis_result__apply {
    margin: 32px 0 0;
  }
}
.diagnosis_result_p_content {
  background-color: #DEFCC9;
  padding: 16px;
}
@media (min-width: 768px) {
  .diagnosis_result_p_content {
    padding: 20px 0 37px;
  }
}
@media screen and (min-width: 768px) and (max-height: 878px) {
  .diagnosis_result_p_content {
    padding: 15px 0;
  }
}
.diagnosis .baloonBox__icon img {
  width: 100%;
}

#diagnosis_result {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
#diagnosis_result_p {
  margin-top: 34px;
}
@media (min-width: 768px) {
  #diagnosis_result_p {
    margin-top: 66px;
  }
}
#diagnosis_result_p_nam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 4.4rem;
  font-weight: 700;
  font-family: "Roboto", serif;
  color: #00a54e;
}
@media screen and (max-width: 320px) {
  #diagnosis_result_p_nam {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  #diagnosis_result_p_nam {
    font-size: 5.6rem;
  }
}
#diagnosis_result_p_nam::after {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-left: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  content: "万円";
}
@media screen and (max-width: 320px) {
  #diagnosis_result_p_nam::after {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  #diagnosis_result_p_nam::after {
    font-size: 2.8rem;
  }
}
#diagnosis_result_p_nam .symbol {
  display: inline-block;
  padding: 0 0.2em;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  #diagnosis_result_p_nam .symbol {
    font-size: 2.8rem;
  }
}
#diagnosis_result_n-01 {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #diagnosis_result_n-01 {
    margin-top: 56px;
  }
}

.floatingCta {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 8px 0;
  text-align: center;
}
.floatingCta__btn {
  margin: 0;
}

/* ==============================
モーダル
============================== */
.modalTtl {
  position: relative;
  margin: 0 0 42px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .modalTtl {
    margin-bottom: 69px;
    font-size: 3.2rem;
  }
}
.modalTtl::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  background-color: #00AB55;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  content: "";
}
@media (min-width: 768px) {
  .modalTtl::after {
    bottom: -32px;
    width: 32px;
  }
}
.modalContent {
  background-color: #F6F7F8;
  padding: 18px 17px 20px;
}
@media (min-width: 768px) {
  .modalContent {
    max-width: 830px;
    margin: 0 auto;
    padding: 20px 17px 35px;
  }
}
.modalContent__ttl {
  margin: 0;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .modalContent__ttl {
    font-size: 2.2rem;
  }
}
.modalContent__ttl .underline {
  border-bottom: 2px solid #04344D;
}
.modalContent__ttl .note {
  font-size: 1.4rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .modalContent__ttl .note {
    font-size: 1.8rem;
  }
}
.modalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
  margin-bottom: -24px;
}
@media (min-width: 768px) {
  .modalList {
    max-width: 755px;
    margin: 24px auto 0;
  }
}
.modalList > li {
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .modalList > li {
    width: calc(33.333% - 10.666px);
    margin-bottom: 0;
  }
}
.modalList > li:nth-child(2) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .modalList > li:nth-child(2) {
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .modalList > li:last-child {
    margin-right: 0;
  }
}
.modalList > li figcaption {
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #04344D;
}
@media (min-width: 768px) {
  .modalList > li figcaption {
    font-size: 1.8rem;
  }
}
.modalList > li figcaption span {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .modalList > li figcaption span {
    font-size: 1.4rem;
  }
}
.modalBtn {
  margin: 24px 0 0;
  text-align: center;
}
.modalBtn a {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media (min-width: 768px) {
  .modalBtn a {
    width: 360px;
    font-size: 1.6rem;
  }
}
.modalBtn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 90%;
  display: block;
  background: url(/landingpage/vcl/img/icon_btn_01.png) no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 12px;
  margin: auto 0;
  content: "";
}
.modalBtn a:hover {
  opacity: 0.75;
}
.modalBtn__primary {
  background-color: #00ab55;
  padding: 14px 35px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .modalBtn__primary {
    padding: 18px 35px;
  }
}

.modaal-inner-wrapper {
  padding: 40px 16px;
}

.modaal-content-container {
  background-color: #fff;
  padding: 26px 8px;
}
@media (min-width: 768px) {
  .modaal-content-container {
    padding: 40px;
  }
}

.modaal-close {
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .modaal-close {
    width: 30px;
    height: 30px;
  }
}

.modaal-close:after,
.modaal-close:before {
  background-color: #00AB55;
  width: 3px;
  height: 18px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modaal-close:after,
  .modaal-close:before {
    width: 5px;
    height: 30px;
  }
}

.modal-target {
  display: none;
}