body {
  background-color: #E6F3FF;
  color: #26404D;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body * {
  box-sizing: border-box;
}

body>div {
  margin: auto;
  padding-bottom: 113px;
}

a {
  color: #0076E5;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

sup {
  font-size: 0.5rem;
  vertical-align: top;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width:767px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

.red {
  color: #CC0033;
}

._bg {
  position: absolute;
  z-index: 1;
}

#step>div._bgbox,
#faq>div._bgbox {
  position: static;
  z-index: 1;
}

#step ._bg:nth-of-type(2n-1) {
  right: 0;
}

#step ._bg:nth-of-type(2n) {
  left: 0;
}

#step ._bg:nth-of-type(1) {
  top: 47px;
}

#step ._bg:nth-of-type(2) {
  top: 14%;
}

#step ._bg:nth-of-type(3) {
  bottom: 37%;
}

#step ._bg:nth-of-type(4) {
  bottom: 15%;
}

#step ._bg:nth-of-type(5) {
  bottom: 0;
}

#faq ._bg:nth-of-type(2n-1) {
  left: 0;
}

#faq ._bg:nth-of-type(2n) {
  right: 0;
}

#faq ._bg:nth-of-type(1) {
  top: 41px;
}

#faq ._bg:nth-of-type(2) {
  top: 27%;
}

#faq ._bg:nth-of-type(3) {
  top: 47%;
}

#faq ._bg:nth-of-type(4) {
  bottom: 200px;
}

header {
  background-color: #FFFFFF;
}

header a {
  display: flex;
  padding: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin: auto;
}

header img {
  margin: 0;
}

header img:nth-of-type(1) {
  width: 62%;
  max-width: 220px;
}

header img:nth-of-type(2) {
  width: 29%;
  max-width: 100px;
}

section {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

section>div {
  width: 92%;
  margin: auto;
  max-width: 750px;
  position: relative;
  z-index: 2
}

section#faq>div {
  width: 100%;
}

#kv {
  background-color: #E6F3FF;
  padding-bottom: 80px;
}

#detail {
  background-color: #E7EDF2;
  padding: 64px 0;
}

#detail::before {
  content: '';
  background-image: url(../images/bg_dot_01.png);
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
}

#step {
  background-color: #B2DAFF;
  padding: 110px 0 72px;
  position: relative;
}

#step::before {
  content: '';
  background-image: url(../images/bg_dot_02.png);
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
}

#faq {
  background-color: #E7EDF2;
  padding: 64px 0 110px;
}

#faq::before {
  content: '';
  background-image: url(../images/bg_dot_03.png);
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
}

#nisa {
  background-color: #0076E5;
}

#nisa::before {
  content: '';
  background-image: url(../images/bg_dot_04.png);
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
}

#caution {
  background-color: #E7EDF2;
  padding: 48px 0;
}

h2 {
  margin: auto;
  position: absolute;
  top: -96px;
  left: 0;
  right: 0;
  margin: auto;
}

#detail h2 {
  width: 256px;
}

#detail h2+p {
  font-weight: bold;
  line-height: 1.667;
  text-align: center;
}

#step h2 {
  width: 246px;
  top: -145px;
}

#faq h2 {
  width: 283px;
  top: -90px;
}

#faq h2+p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#nisa h2 {
  width: 256px;
  top: -24px;
}

#nisa h2+p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.333;
}

#nisa h2+p+img {
  margin-top: 24px;
  width: 191px;
}

#nisa h2+p+img+.caution_list {
  margin-top: 24px;
}

#nisa>div {
  background-color: #FFFFFF;
  border: solid 2px #26404D;
  box-shadow: 4px 4px 0px 0px #26404D;
  width: 90%;
  margin: 0 auto;
  padding: 64px 20px 32px;
  position: relative;
  top: -38px;
}

.btn {
  cursor: pointer;
  background-color: #FFD500;
  border: solid 2px #26404D;
  box-sizing: border-box;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  max-width: 311px;
  height: 61px;
  position: relative;
  box-shadow: 4px 4px 0px 0px #26404D;
}

.btn.bg_red {
  background-color: #FFB5B2;
}

.btn_deco {
  position: absolute;
}

.btn a {
  display: block;
  color: #26404D;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn a.text-lg {
  font-size: 20px;
}

#kv .btn {
  margin-top: 40px;
}

#kv .btn .btn_deco {
  width: 72px;
  left: 8px;
  top: -22px;
}

.step_list>li:nth-of-type(1) .btn::after,
.step_list>li:nth-of-type(2) .btn::after,
.step_ahamo .btn::after,
.btn_cautionouter._after .btn::after {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../images/btn_vector_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

.quizwrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 285px;
}

.quizwrap .btn .btn_deco,
.modal_answer .modal_content .btn .btn_deco {
  width: 72px;
  left: 8px;
  top: -22px;
}

.quizwrap .btn_cautionouter {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -64px;
}

.quizwrap .quiz_btnwrap:not(._active)+.btn_cautionouter._before .btn {
  pointer-events: none;
}

.quizwrap .btn_cautionouter._after {
  display: none;
}

.btn_cautionouter._before .btn_caution {
  font-weight: bold;
}

.step_list li:last-of-type .btn>img {
  width: 185px;
  position: absolute;
  left: 8px;
  top: -22px;
}

.monex_detail+.btn_cautionouter {
  margin: 52px auto 0;
  max-width: 291px;
}

.monex_detail+.btn::after {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../images/btn_vector_up.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

.monex_detail+.btn_cautionouter .btn_deco {
  width: 72px;
  left: 8px;
  top: -22px;
}

.btn_caution {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}

.detail_list {
  background-color: #FFFFFF;
  margin-top: 24px;
  padding: 16px;
}

.detail_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.detail_list li:nth-of-type(1) {
  border-bottom: solid 2px #E7EDF2;
  padding: 6px 0 14px;
}

.detail_list li:nth-of-type(2) {
  padding: 12px 0 6px;
}

.detail_list li img:nth-of-type(1) {
  width: 48px;
  margin: 0;
}

.detail_list li p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-left: 12px;
}

.detail_list li:nth-of-type(2) p {
  letter-spacing: -1px;
}

.detail_list li img:nth-of-type(2) {
  width: 70px;
  margin-left: auto;
  margin-right: 0;
}

.step_list {}

.step_list>li {
  background-color: #FFFFFF;
  border: solid 2px #26404D;
  margin-bottom: 32px;
  box-shadow: 4px 4px 0px 0px #26404D;
}

.step_list>li:nth-of-type(2)>div:nth-of-type(2) {
  background-color: #F5F8FA;
}

.step_list li:last-of-type {
  margin-bottom: 0;
}

.step_list li>div:first-of-type {
  background-color: #26404D;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  padding: 6px 0 10px;
  text-align: center;
}

.step_list li>div:nth-of-type(2) {
  padding: 32px 13px 40px;
}

.step_list li>div:nth-of-type(2) h3 {
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.step_list li:nth-of-type(2)>div:nth-of-type(2) h3 {
  margin-bottom: 32px;
}

.step_list li>div:nth-of-type(2) h3 span {
  font-size: 16px;
  color: #0076E5;
  display: inline-block;
  position: relative;
  padding: 0 18px;
}

.step_list li>div:nth-of-type(2) h3 span::before,
.step_list li>div:nth-of-type(2) h3 span::after {
  content: '';
  width: 2px;
  height: 1.1em;
  background-color: #0076E5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.step_list li>div:nth-of-type(2) h3 span::before {
  left: 3px;
  transform: rotate(-30deg);
}

.step_list li>div:nth-of-type(2) h3 span::after {
  right: 3px;
  transform: rotate(30deg);
}

.step_caution {
  background-color: #F5F8FA;
  font-size: 14px;
  font-weight: bold;
  margin-top: 32px;
  padding: 8px 10px 8px 38px;
  line-height: 1.5;
  position: relative;
}

.btn_cautionouter+.step_caution {
  margin-top: 24px;
}

.step_caution::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 6px;
}

.step_ahamo+.accordion {
  margin-top: 48px;
}

.step_ahamo+.step_accordion .accordion_inner>div:first-of-type {
  background-color: #0076E5;
  color: #FFFFFF;
  width: 52px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}

.step_ahamo+.step_accordion .accordion_inner>p {
  font-size: 12px;
}

.scroll_wide {
  margin-top: 10px;
  overflow-x: scroll;
}

.scroll_wide img {
  max-width: 836px;
}

.step_ahamo+.accordion .accordion_inner .caution_list {
  margin-top: 10px;
}

.quizwrap {
  margin-top: 90px;
  position: relative;
}

.quizwrap>img {
  position: absolute;
  left: 0;
  right: 0;
  top: -64px;
  max-width: 315px;
  width: 100%;
  margin: auto;
}

.quiz_btnwrap {
  background-color: #FFFFFF;
  padding: 64px 0 52px;
}

.quiz_btnwrap>ul {
  max-width: 315px;
  margin: auto;
  padding: 0 16px;
}

.quiz_btnwrap._correct {
  padding: 64px 0 40px;
}

.quiz_btnwrap._correct>ul {
  padding: 0 32px;
}

.quiz_btnwrap>ul>li {
  cursor: pointer;
  background-color: #FFFFFF;
  border: solid 2px #FFD500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 49px;
  box-shadow: 4px 4px 0px 0px #26404D;
  position: relative;
}

.quiz_btnwrap>ul>li:last-of-type {
  margin-bottom: 0;
}

.quiz_btnwrap>ul>li::before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}

.quiz_btnwrap>ul>li:nth-of-type(1)::before {
  background-image: url(../images/icon-quiz_01-1.png);
}

.quiz_btnwrap>ul>li:nth-of-type(2)::before {
  background-image: url(../images/icon-quiz_02-1.png);
}

.quiz_btnwrap>ul>li:nth-of-type(3)::before {
  background-image: url(../images/icon-quiz_03-1.png);
}

.quiz_btnwrap>ul>li::after {
  content: '';
  background-image: url(../images/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

.quiz_btnwrap>ul>li._active {
  border-color: #26404D;
  background-color: #FFF1A6;
  box-shadow: none;
  width: calc(100% + 4px);
}

.quiz_btnwrap>ul>li._fixed {
  pointer-events: none;
}

.quiz_btnwrap>ul>li._active:nth-of-type(1)::before {
  background-image: url(../images/icon-quiz_01-2.png);
}

.quiz_btnwrap>ul>li._active:nth-of-type(2)::before {
  background-image: url(../images/icon-quiz_02-2.png);
}

.quiz_btnwrap>ul>li._active:nth-of-type(3)::before {
  background-image: url(../images/icon-quiz_03-2.png);
}

.quiz_btnwrap>ul>li._active::after {
  background-image: url(../images/icon_checked.png);
}

.quiz_btnwrap>ul>li p {
  font-weight: bold;
}

.quiz_btnwrap .answer_correct {
  display: none;
  background-image: url(../images/bg_answer.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 16px;
  padding-top: 40px;
}

.quiz_btnwrap .answer_correct>div {
  padding: 0 16px;
}

.quiz_btnwrap .answer_correct>div>img {
  width: 58.666vw;
}

.quiz_btnwrap .answer_correct>div>p,
.modal_answer .modal_content>p {
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
}

.quiz_btnwrap .answer_correct .btn_cautionouter {
  position: relative;
  bottom: auto;
  margin-top: 36px;
}

.quiz_btnwrap .answer_correct>div>ul {
  margin-top: 16px;
}

.quiz_btnwrap .answer_correct>div>ul li,
.modal_answer .modal_content>ul li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
  padding: 8px 10px 8px 38px;
  background-color: #E7EDF2;
  position: relative;
}

.quiz_btnwrap .answer_correct>div>ul li::before,
.modal_answer .modal_content>ul li::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 6px;
}

.quiz_btnwrap .answer_correct>div>ul li:last-of-type,
.modal_answer .modal_content>ul li:last-of-type {
  margin-bottom: 0;
}

.quiz_btnwrap .answer_correct .answer_code,
.modal_answer .modal_content .answer_code {
  margin-top: 20px;
}

.quiz_btnwrap .answer_correct .answer_code>p,
.modal_answer .modal_content .answer_code>p {
  font-weight: bold;
  line-height: 1.667;
  text-align: center;
}

.quiz_btnwrap .answer_correct .answer_code>div,
.modal_answer .modal_content .answer_code>div {
  cursor: pointer;
  border: solid 2px #26404D;
  box-shadow: 4px 4px 0px 0px #26404D;
  margin: auto;
  margin-top: 8px;
  max-width: 208px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.quiz_btnwrap .answer_correct .answer_code>div::after,
.modal_answer .modal_content .answer_code>div::after {
  content: '';
  background-image: url(../images/icon_copy.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  position: absolute;
}

.quiz_btnwrap .answer_correct .answer_code>div span,
.modal_answer .modal_content .answer_code>div span {
  margin-bottom: 0.3em;
}

.quiz_btnwrap .answer_correct .answer_code+img,
.modal_answer .modal_content .answer_code+img {
  margin-top: 28px;
  margin-bottom: 16px;
}

.quiz_btnwrap .answer_incorrect {
  display: none;
  margin-top: 28px;
  padding: 0 16px;
}

.quiz_btnwrap .answer_incorrect>p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #0076E5;
}

.quiz_btnwrap .answer_incorrect>div:nth-of-type(1) {
  background-color: #E7EDF2;
  margin-bottom: 16px;
  padding: 24px 10px 16px;
  position: relative;
}

.quiz_btnwrap .answer_incorrect>div:nth-of-type(1)::before {
  content: '';
  background-image: url(../images/faq_answer.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  margin: auto;
}

.quiz_btnwrap .answer_incorrect>div:nth-of-type(1) p {
  line-height: 1.5;
}

.quiz_btnwrap .answer_incorrect>div:nth-of-type(1) p:nth-of-type(1) {
  margin-bottom: 8px;
  text-align: center;
}

.quiz_btnwrap .answer_incorrect>div:nth-of-type(1) p:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.333;
}

.quiz_btnwrap .answer_incorrect>div:nth-of-type(1) p:nth-of-type(2) span {
  background: linear-gradient(transparent 60%, #B2DAFF 40%);
  font-weight: bold;
}


.faq_list {
  width: 92%;
  margin: auto;
  max-width: 500px;
}

.faq_list>li {
  background-color: #FFFFFF;
  box-shadow: 4px 4px 0px 0px #26404D;
  margin-top: 60px;
  position: relative;
  padding: 8px 16px 24px;
}

.faq_list>li>img {
  width: 90px;
  position: absolute;
  top: -40px;
  right: 16px;
}

.faq_list>li .faq_flex>p {
  width: 70%;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  min-height: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.faq_list>li:nth-of-type(2n)>img {
  right: auto;
  left: 16px;
}

.faq_list>li:nth-of-type(2n) .faq_flex>p {
  margin-left: auto;
  justify-content: flex-end;
}

.faq_list .faq_detail {
  background-color: #F5F8FA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 16px 10px;
}

.faq_list .faq_detail span:not(.faq_caution) {
  color: #0076E5;
  font-size: 14px;
  padding: 0 12px;
  position: relative;
}

.faq_list .faq_detail span:not(.faq_caution):before,
.faq_list .faq_detail span:not(.faq_caution)::after {
  content: '';
  width: 2px;
  height: 1.1em;
  background-color: #0076E5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq_list .faq_detail span:not(.faq_caution)::before {
  left: 3px;
  transform: rotate(-20deg);
}

.faq_list .faq_detail span:not(.faq_caution)::after {
  right: 3px;
  transform: rotate(20deg);
}

.faq_list .faq_detail span.faq_caution {
  font-size: 11px;
  font-weight: normal;
}

.faq_list .faq_detail>p {
  font-weight: bold;
  line-height: 1.5;
}

.faq_list .faq_detail>img {
  margin: 0;
  width: 70px;
}

.monex_detail {
  background-color: #E7EDF2;
  margin-top: 32px;
  padding: 15px;
  position: relative;
}

.monex_detail::after {
  content: '';
  width: 110px;
  height: 110px;
  background-image: url(../images/ahamo_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -34px;
  top: -32px;
}

.monex_detail p {
  line-height: 1.667;
  font-weight: bold;
}

.monex_detail img {
  width: 261px;
  margin-top: 16px;
}

.monex_detail div {
  background-color: #FFFFFF;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 10px;
  padding: 10px;
}

.monex_detail div+p {
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
  text-align: center;
}

#caution>div .accordion {
  margin-top: 0;
}

.caution_inner {
  margin-bottom: 32px;
}

.caution_inner:last-of-type {
  margin-bottom: 0;
}

.caution_inner>p {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
}

.caution_inner dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.caution_inner dd {
  font-size: 12px;
  margin-bottom: 16px;
}

.caution_inner dd:last-of-type {
  margin-bottom: 0;
}

.caution_inner dd .dot_list li {
  font-size: 12px;
  margin-bottom: 10px;
}

.caution_inner dd .dot_list li:last-of-type {
  margin-bottom: 0;
}

.caution_inner dd .caution_list {
  margin-top: 6px;
}

.caution_inner dd ol .caution_list {
  margin-top: 10px;
}

.caution_inner ol>li {
  margin-bottom: 16px;
}

.caution_inner ol>li:last-of-type {
  margin-bottom: 0;
}

.caution_inner ol li>p:first-of-type {
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}

.caution_inner ol li>p:nth-of-type(2) {
  margin-bottom: 16px;
}

.caution_scroll {
  background-color: #FFFFFF;
  border: solid 2px #26404D;
  margin-top: 32px;
  padding: 16px 20px;
  height: 400px;
  overflow-y: scroll;
}

.caution_scroll .scroll_inner {
  padding: 16px 0;
}

.caution_scroll h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.5;
}

.caution_scroll h3+ul>li {
  margin-bottom: 24px;
}

.caution_scroll h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.5;
}

.caution_scroll h4+p {
  font-size: 14px;
  line-height: 1.5;
}

.caution_scroll h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
}

.caution_scroll h5+p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.caution_scroll h5+.dot_list,
.caution_scroll h4+.dot_list {
  margin-bottom: 16px;
}

.caution_scroll h5+.dot_list>li,
.caution_scroll h4+.dot_list>li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.caution_scroll h5+.dot_list>li:last-of-type,
.caution_scroll h4+.dot_list>li:last-of-type {
  margin-bottom: 0;
}




#schedule .caution_list,
#schedule .scroll_wide {
  margin-top: 8px;
}

.caution_list li {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 1.5em;
  position: relative;
}

.caution_list li:last-of-type {
  margin-bottom: 0;
}

.caution_list li::before {
  content: '＊';
  position: absolute;
  left: 0;
  top: 0;
}

.caution_list li._num {
  padding-left: 2em;
}

.caution_list ._num:nth-of-type(3)::before {
  content: '＊2';
}

.caution_list ._num:nth-of-type(4)::before {
  content: '＊3';
}

.caution_list ._num:nth-of-type(5)::before {
  content: '＊4';
}

.step_list>li:nth-of-type(2) .caution_list {
  margin-top: 10px
}

.dot_list li {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 1.5em;
  position: relative;
}

.dot_list li:last-of-type {
  margin-bottom: 0;
}

.dot_list li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.step_ahamo {
  background-color: #FFFFFF;
  margin-top: 72px;
  padding: 40px 13px 32px;
  position: relative;
}

.step_ahamo h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.step_ahamo>img {
  position: absolute;
  width: 285px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.detail_list+.caution_list {
  margin-top: 8px;
}

.accordion {
  margin-top: 24px;
  background-color: #FFFFFF;
  border-top: solid 2px #26404D;
  border-bottom: solid 2px #26404D;
  line-height: 1.5;
}

.accordion_head {
  cursor: pointer;
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.accordion_head::after,
.accordion_head::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #26404D;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.accordion_head::before {
  transform: rotate(90deg);
}

.accordion_head._active::before {
  transform: rotate(270deg);
}

.accordion_head._active::after {
  transform: rotate(90deg);
}

.accordion_inner {
  display: none;
  padding: 12px 15px 24px;
}

#faq .accordion_inner {
  padding: 12px 12px 16px;
}

footer {
  background-color: #FFFFFF;
  font-size: 14px;
  padding: 16px;
  line-height: 1.5;
  text-align: center;
}

.btn_follow {
  box-shadow: none;
  background-color: #00000080;
  display: none;
  padding: 28px 0 8px;
  position: fixed;
  width: 100%;
  bottom: 0;
  max-width: none;
  z-index: 100;
}

.btn_follow .btn .btn_deco {
  width: 72px;
  left: 8px;
  top: -22px;
}

.btn_follow .btn_caution {
  margin-top: 0;
  color: #FFF;
  padding-top: 5px;
}

@media screen and (min-width: 600px) {
  .monex_detail p {
    text-align: center;
  }
}

@media screen and (max-width: 340px) {

  section>div,
  #nisa>div,
  .faq_list {
    width: 98%;
  }

  .detail_list {
    padding: 16px 12px;
  }

  .step_list li>div:nth-of-type(2) {
    padding: 32px 11px 40px;
  }

  .faq_list>li>.faq_flex>p {
    font-size: 13px;
  }

  .step_list>li:nth-of-type(2)>div:nth-of-type(2) {
    padding: 24px 11px 100px;
  }

  #nisa>div {
    padding: 64px 10px 32px;
  }

  .monex_detail::after {
    right: -12px;
  }
}


@media screen and (min-width:767px) {

  body>div {
    padding-bottom: 113px;
  }

  #step div ._bg:nth-of-type(1) {
    top: 110px;
  }

  #step div ._bg:nth-of-type(2) {
    top: 17.43%;
  }

  #step div ._bg:nth-of-type(3) {
    bottom: 33.7%;
  }

  #step div ._bg:nth-of-type(4) {
    bottom: 17.91%;
  }

  #faq ._bg:nth-of-type(1) {
    top: 88px;
  }

  #faq ._bg:nth-of-type(2) {
    top: 37.16%;
  }

  #faq ._bg:nth-of-type(3) {
    top: auto;
    bottom: 0;
  }

  header a {
    padding: 16px 0;
    max-width: 1020px;
  }

  header img:nth-of-type(1) {
    max-width: 273px;
  }

  header img:nth-of-type(2) {
    max-width: 114px;
  }

  section>div {
    max-width: 1020px;
  }

  section#faq>div {
    width: 100%;
  }

  #kv {
    padding-bottom: 88px;
  }

  #detail {
    padding: 96px 0;
  }

  #detail::before {
    height: 32px;
  }

  #step {
    padding: 120px 0 124px;
  }

  #step::before {
    height: 32px;
  }

  #faq {
    padding: 88px 0 192px;
  }

  #faq::before {
    height: 32px;
  }

  #nisa::before {
    height: 32px;
  }

  #caution {
    padding: 64px 0;
  }

  h1 {
    width: 100%;
    margin: auto;
  }

  h2 {
    top: -126px;
  }

  #detail h2 {
    width: 315px;
  }

  #step h2 {
    width: 315px;
    top: -160px;
  }

  #faq h2 {
    width: 315px;
    top: -116px;
  }

  #nisa h2 {
    width: 315px;
    top: -27px;
  }

  #nisa h2+p {
    font-size: 26px;
  }

  #nisa h2+p+img {
    margin-top: 32px;
    width: 336px;
  }

  #nisa>div {
    padding: 88px 64px 48px;
    top: -64px;
  }

  .btn {
    height: 57px;
  }

  .btn a {
    max-width: 311px;
  }

  #kv .btn {
    margin-top: 56px;
  }

  .kv_area {
    width: 100%;
    max-width: 100%;
  }

  .kv_area img {
    width: 589px;
  }

  .kv_area div:nth-of-type(1) {
    background-color: #26404D;
    padding: 6px 0;
  }

  .kv_area div:nth-of-type(1) img {
    width: 431px;
  }

  .kv_area h1 {
    background-image: url(../images/pc/kv_bg.png);
    background-size: cover;
    background-repeat: repeat;
    padding: 35px 0 58px;
  }

  .kv_area p {
    text-align: center;
    font-size: 16px;
    padding: 11px 0;
  }

  .kv_area div:nth-of-type(2) {
    position: relative;
    background-color: #FFF;
    height: 55px;
  }

  .kv_area div:nth-of-type(2) img {
    position: absolute;
    bottom: 13px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .monex_detail+.btn {
    max-width: 287px;
  }

  .detail_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 16px 32px;
  }

  .detail_list li {
    width: 50%;
  }

  .detail_list li:nth-of-type(1) {
    border-bottom: none;
    border-right: solid 2px #E7EDF2;
    padding: 0 32px 0 0;
  }

  .detail_list li:nth-of-type(2) {
    padding: 0 0 0 32px;
  }

  .detail_list li img:nth-of-type(1) {
    width: 55px;
    margin: 0;
  }

  .detail_list li p {
    font-size: 16px;
  }

  .detail_list li img:nth-of-type(2) {
    width: 58px;
    margin-left: auto;
    margin-right: 0;
  }

  .step_list {}

  .step_list>li {
    margin-bottom: 40px;
  }

  .step_list li>div:first-of-type {
    font-size: 26px;
  }

  .step_list li>div:nth-of-type(2) {
    padding: 40px 0;
  }

  .step_list li>div:nth-of-type(2) h3 {
    font-size: 26px;
  }

  .step_list li:nth-of-type(2)>div:nth-of-type(2) h3 {
    margin-bottom: 44px;
  }

  .step_list li>div:nth-of-type(2) h3 span {
    font-size: 18px;
  }

  .step_list>li:last-of-type,
  .step_ahamo {
    text-align: center;
  }

  .step_caution {
    display: inline-block;
    font-size: 16px;
    margin-top: 28px;
    padding: 8px 10px 8px 44px;
  }

  .step_caution::before {
    width: 20px;
    height: 20px;
    left: 16px;
    top: 10px;
  }

  .step_ahamo+.step_accordion .accordion_inner>div:first-of-type {
    background-color: #0076E5;
    color: #FFFFFF;
    width: 52px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
  }

  .step_ahamo+.step_accordion .accordion_inner>p {
    font-size: 12px;
  }

  .scroll_wide {
    margin-top: 16px;
    overflow-x: auto;
  }

  .scroll_wide img {
    max-width: 956px;
  }

  .step_ahamo+.step_accordion .accordion_inner .caution_list {
    margin-top: 16px;
  }

  .quizwrap {
    margin-top: 88px;
  }

  .quizwrap>img {
    max-width: 336px;
  }

  .quiz_btnwrap {
    padding: 93px 32px 69px;
  }

  .quiz_btnwrap._correct {
    padding: 93px 32px 40px;
  }

  .quiz_btnwrap>ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 0;
  }

  .quiz_btnwrap._correct>ul {
    padding: 0;
  }

  .quiz_btnwrap>ul>li {
    margin-bottom: 0;
    width: 30%;
    max-width: 256px;
    height: 49px;
  }

  .quiz_btnwrap>ul>li::before {
    width: 24px;
    height: 24px;
    left: 15px;
  }

  .quiz_btnwrap>ul>li::after {
    width: 15px;
    height: 15px;
    right: 17px;
  }

  .quiz_btnwrap>ul>li._active {
    width: 30%;
    max-width: 260px;
  }

  .quiz_btnwrap .answer_correct {
    background-image: url(../images/pc/bg_answer.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 44px;
    padding-top: 28px;
  }

  .quiz_btnwrap .answer_correct>div {
    padding: 0;
  }

  .quiz_btnwrap .answer_correct>div>img {
    max-width: 300px;
  }

  .quiz_btnwrap .answer_correct>div>p {
    margin-top: 24px;
  }

  .quiz_btnwrap .answer_correct .btn_cautionouter {
    margin-top: 36px;
  }

  .quiz_btnwrap .answer_correct>div>ul,
  .modal_answer .modal_content>ul {
    display: flex;
  }

  .quiz_btnwrap .answer_correct>div>ul li,
  .modal_answer .modal_content>ul li {
    text-align: left;
    width: 260px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 24px;
    padding: 16px 10px 16px 38px;
  }

  .quiz_btnwrap .answer_correct>div>ul li::before,
  .modal_answer .modal_content>ul li::before {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 16px;
  }

  .quiz_btnwrap .answer_correct>div>ul li:last-of-type,
  .modal_answer .modal_content>ul li:last-of-type {
    margin-right: 0;
  }

  .quiz_btnwrap .answer_correct>div>div:nth-of-type(2),
  .modal_answer .modal_content>.btn_cautionouter+div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .quiz_btnwrap .answer_correct .answer_code,
  .modal_answer .modal_content .answer_code {
    margin-top: 0;
  }

  .quiz_btnwrap .answer_correct .answer_code>p,
  .modal_answer .modal_content .answer_code>p {
    font-size: 18px;
  }

  .quiz_btnwrap .answer_correct .answer_code>div,
  .modal_answer .modal_content .answer_code>div {
    width: 240px;
    max-width: 240px;
    height: 57px;
  }


  .quiz_btnwrap .answer_correct .answer_code+img,
  .modal_answer .btn_cautionouter+div img {
    width: 318px;
    margin: 0 0 0 32px;
  }

  .quiz_btnwrap .answer_incorrect {
    margin-top: 40px;
  }

  .quiz_btnwrap .answer_incorrect>p {
    font-size: 22px;
    margin-bottom: 43px;
  }

  .quiz_btnwrap .answer_incorrect>div:nth-of-type(1) {
    padding: 24px 32px;
  }

  .quiz_btnwrap .answer_incorrect>div:nth-of-type(1) p:nth-of-type(2) {
    font-size: 16px;
    letter-spacing: -0.3px;
  }

  .faq_list {
    width: 92%;
    max-width: 1020px;
  }

  .faq_list>li {
    margin-top: 54px;
    padding: 32px 64px;
  }

  .faq_list>li:nth-of-type(1) {
    margin-top: 38px;
  }

  .faq_list>li>img {
    top: -38px;
    left: 80px;
    right: auto;
  }

  .faq_list>li .faq_flex {
    display: flex;
    align-items: stretch;
  }

  .faq_list>li .faq_flex>p {
    position: relative;
    background-color: #F5F8FA;
    width: 38.79%;
    font-size: 18px;
    min-height: auto;
    justify-content: flex-start;
    padding: 0 24px;
  }

  .faq_list>li:first-of-type .faq_flex>p {
    padding: 0 15px 0 24px;
  }

  .faq_list>li .faq_flex>p::after {
    content: '';
    width: 28px;
    height: 16px;
    background-image: url(../images/pc/faq_deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
  }

  .faq_list>li .faq_flex>.faq_detail {
    width: 61.21%;
  }

  .faq_list>li:nth-of-type(2n)>img {
    right: auto;
    left: 80px;
  }

  .faq_list>li:nth-of-type(2n) .faq_flex>p {
    justify-content: flex-start;
  }

  .faq_list .faq_detail {
    background-color: #E6F3FF;
    margin-top: 0;
    padding: 16px 24px;
  }

  .faq_list .faq_detail p {
    width: 412px;
    margin: auto;
    font-size: 20px;
    text-align: center;
  }

  .faq_list .faq_detail span:not(.faq_caution) {
    font-size: 16px;
  }

  .faq_list .faq_detail span.faq_caution {
    font-size: 12px;
  }

  .monex_detail {
    margin-top: 24px;
    padding: 24px 32px;
  }

  .monex_detail::after {
    width: 129px;
    height: 129px;
    right: -32px;
    top: -31px;
  }

  .monex_detail img {
    width: 250px;
    margin-top: 17px;
  }

  .monex_detail div {
    font-size: 14px;
    margin-top: 8px;
    padding: 12px 22px;
  }

  .monex_detail div+p {
    font-size: 12px;
    margin-top: 4px;
  }

  .caution_inner {
    margin-bottom: 35px;
  }

  .caution_inner>p {
    margin-bottom: 16px;
  }

  .caution_scroll {
    margin-top: 48px;
    padding: 32px 64px;
    height: 469px;
  }

  .caution_scroll .scroll_inner {
    padding: 0;
  }

  #schedule .caution_list,
  #schedule .scroll_wide {
    margin-top: 16px;
  }

  #schedule .caution_list:nth-of-type(1) {
    margin-top: 4px;
  }

  .caution_list li {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .step_list>li:nth-of-type(2) .caution_list {
    margin-top: 16px
  }

  .dot_list li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .step_ahamo {
    margin-top: 66px;
    padding: 40px 15px;
  }

  .step_ahamo h3 {
    font-size: 26px;
  }

  .detail_list+.caution_list {
    margin-top: 16px;
  }

  .accordion {
    margin-top: 32px;
  }

  .accordion_head {
    padding: 16px 50px;
    font-size: 18px;
  }

  .accordion_head::after,
  .accordion_head::before {
    width: 3px;
    height: 20px;
    right: 33px;
  }

  .accordion_inner {
    padding: 24px 32px 16px;
  }

  #faq .accordion_inner {
    padding: 0 32px 16px;
  }

  #faq .accordion_inner>div>div {
    background-color: #E7EDF2;
    padding: 24px 0;
  }

  #faq .accordion_inner>div p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
  }

  #faq .accordion_inner>div .caution_list {
    margin-top: 12px;
  }

  #faq .accordion_inner>div>div .caution_list {
    text-align: center;
  }

  #faq .accordion_inner>div>div .caution_list li {
    display: inline-block;
  }

  #faq .faq_list li:nth-of-type(1) .accordion_inner>div img {
    width: 322px;
  }

  #faq .faq_list li:nth-of-type(2) .accordion_inner>div img {
    width: 289px;
  }

  #faq .faq_list li:nth-of-type(3) .accordion_inner>div img {
    width: 274px;
  }

  #faq .faq_list li:nth-of-type(3) .accordion_inner>div>div+img {
    width: 40px;
    margin: 8px auto;
  }

  #faq .faq_list li:nth-of-type(3) .accordion_inner>div>div+img+div img {
    width: 249px;
  }

  footer {
    font-size: 16px;
    padding: 15px;
  }

  /* .btn_follow {
    padding: 36px 0 16px;
  }

  .btn_follow .btn .btn_deco {
    width: 232px;
    top: -22px;
    left: 8px;
  }
 */
}
 .notice {
  background-color:#ffffff ;
  padding: 10px 0;
  width: 100%;
  max-width: none;
  
 }
 .notice_text {
  margin: 1vw auto;
  text-align: center;
  font-weight: 700;
  color: #CC0033;
  line-height: 1.6;
 }
 .step_list>li:nth-of-type(1) {
  position: relative;
 }
 .step_list li .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
 }
 .overlay .notice_text {
  margin: auto;
  color:#ffffff ;
  font-size: 24px;
 }
