*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
}
img,
svg,
video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
input,
select,
textarea {
  background-color: transparent;
  outline: none;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}
body {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  background-color: #fff;
  min-height: 100vh;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

.site-main {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section {
  display: none;
  margin-bottom: 60px;
}

.section-00 {
  display: block;
}

.section-final {
  margin-bottom: 0;
}

.bounce {
  display: block;
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}
@keyframes bounce {
  20%,
  53%,
  80%,
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

video.vcl02 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.btn-next {
  text-align: center;
  margin-top: 15px;
}

.btn-next img {
  cursor: pointer;
}

.txt_note {
  text-align: right;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 15px;
}

.btnLink {
  padding: 30px 0;
  margin: 0 auto;
}

.btnLink.last {
  background: #fff8d5;
  padding: 30px 0 80px;
}

.btnLink > a {
  display: block;
}

.btnLink > a img {
  width: 90%;
}

.mgt10{
  margin-top: 10px;
}

.nFooter-Inner {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .el_checklist ul {
    padding: 0 20px;
  }

}

 .check-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 4px 0 0;
  text-align: center;
  gap: .9em;
  align-items: center;
  justify-content: center;
}

 .check-list ul li {
  display: block;
  width: 100%
}

.check-list ul>li>label {
  background-color: #fff;
  border: solid 3px #f66f07;
  display: block;
  padding: 0.5em 1.5em;
  font-weight: bold;
  border-radius: 5em;
  transition: .2s;
  color: #000;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 30px;
}

.check-list ul>li>input:checked+label {
  background-color: #f66f07;
  border-color: #fff;
  box-shadow: 3px 3px 3px rgba(64, 64, 64, 0.4);
  color: #fff;
}

.check-list.q4 li {
  width: 100%;
}

input {
  display: none;
}

.check-list {
  margin: 0 20px;
}

@media (max-width: 767px) {
   .check-list ul>li>label {
    padding: 0.5em 1em;
    font-size: .975em;
  }

   .check-list ul>li>label p {
    font-size: .925em;
  }
}

.radio-list ul {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  margin: 20px 0 0;
}

 .radio-list ul>li>label {
  background-color: #fff;
  border: solid 3px #f66f07;
  display: block;
  padding: 1em 0;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.4);
  transition: .2s;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  font-size: 36px;
  color: #f66f07;
}

 .radio-list ul>li>input:checked+label {
  background-color: #f66f07;
  box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.4);
  color: #fff;
}

 .radio-list ul>li {
  width: 48%;
  display: table-cell;
  text-align: center;
}


.radio-list input {
  display: none;
}

.text-right {
  text-align: right;
}

.text-12 {
  font-size: 12px;
}

.text-4682b4 {
  color: #4682b4;
}

.mr-20 {
  margin-right: 20px;
}

.fv-check {
  padding: 48px 0 0;
}

.fv-check-list {
  margin: 40px 30px 0;
}
.fv-check-item {
  margin-bottom: 20px;
  text-align: center;
}
.fv-check-item:last-child {
  margin-bottom: 0;
}
.fv-check-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 3px solid #8b8a8b;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.fv-check-icon::after {
  content: '';
  display: block;
  width: 40px;
  height: 39px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(img/ic_check.png);
  background-size: 100% 100%;
}

.fv-check-item strong {
  font-weight: bold;
}

.d-none,
.d-none2 {
  display: none;
}

.site-main {
  padding-bottom: 0;
}
.tokuinfo_wrap {
  margin: 10px auto 0;
  max-width: 683px;
}
.tokuinfo-h {
  position: relative;
  cursor: pointer;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  box-sizing: border-box;
  transition-delay: 400ms;
}
.tokuinfo-h.on {
  border-radius: 0;
  transition-delay: 0ms;
}
.tokuinfo-h::before {
  content: "";
  width: 5px;
  height: 35px;
  background-color: #FFFFFF;
  position: absolute;
  right: 39px;
  top: 26px;
  z-index: 9;
}
.tokuinfo-h.on::before {
  display: none;
}
.tokuinfo-dtl {
  display: none;
}
/* ctaBnr */
.ctaBnr_wrap {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: min(1.333vw, 10px) min(4.667vw, 35px) min(2.667vw, 20px);
  bottom: 0;
  text-align: center;
  z-index: 9999;
}
.ctaBnr_wrap a {
  display: inline-block;
}
#cta-bnr {
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
}
#cta-bnr.is-show {
  opacity: 1;
  pointer-events: auto;
}
.fvTap_txt {
    margin-top: 35px;
    text-align: center;
}
.fvTap_txt .txt {
    color: #f66f07;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 0 60px;
    position: relative;
    line-height: 1;
}
.fvTap_txt .txt::before,
.fvTap_txt .txt::after {
    content: "";
    position: absolute;
    background: url(img/icn_fv.svg) no-repeat center / 100% auto;
    width: 37px;
    height: 29px;
    top: 0;
}
.fvTap_txt .txt::before {
    left: 0;
}
.fvTap_txt .txt::after {
    right: 0;
}
.fv-check .txt_center {
    margin-bottom: 40px;
}
.fv-check .txt_center img {
    width: 100%;
    height: auto;
}
.fv-check .check-list {
    margin: 0 30px;
}
.bFooterNav-Wrapper {
    padding: 0 0 50px;
}
.nFooter-copyright.cta-active {
  padding: 16px 0 min(175px,21.867vw);
}
@media (min-width: 768px) {
  .fv-check-item {
    font-size: 30px;
  }
  .tokuinfo-h:hover {
    opacity: .8;
  }
  .ctaBnr_wrap a img {
    transition: all 0.6s;
  }
  .ctaBnr_wrap a:hover img {
    filter: brightness(0.85);
  }
  .nFooter {
    margin: 40px 0 0;
  }
}
@media (max-width: 750px) {
  .tokuinfo_wrap {
    margin: 1.333vw auto 0;
    max-width: 91.067vw;
  }
  .tokuinfo-h::before {
    width: 0.667vw;
    height: 4.667vw;
    right: 5.2vw;
    top: 3.467vw;
  }
  .tokuinfo-h {
    border-radius: 0 0 2.133vw 2.133vw;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  .section {
    margin-bottom: 40px;
  }
  .section-final {
    margin-bottom: 0;
  }
  .fv-check {
    padding: 24px 0 30px;
  }
  .fv-check-item {
    margin-bottom: 15px;
  }
  .fv-check-icon {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 12px;
  }
  .fv-check-icon::after {
    width: 16px;
    height: 15px;
  }
  .radio-list ul>li>label {
    padding: .75rem 0;
    font-size: 1.4em;
  }
  .radio-list ul>li>label p {
    font-size: 1.1em;
  }
  .btnLink.last {
    padding: 30px 0 50px;
  }
  .fv-check .txt_center {
    margin-bottom: 30px;
  }
  .fv-check .check-list {
    margin: 0 20px;
  }
  .fvTap_txt .txt {
    font-size: max(5vw, 20px);
    padding: 0 30px;
  }
  .fvTap_txt .txt::before,
  .fvTap_txt .txt::after {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .lContainer1 {
    padding: 30px 0 0;
  }
  .bFooterNav-Wrapper {
    padding: 0 0 30px;
  }
}