@charset "UTF-8";

body {
  overflow: hidden;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans CJK JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #0E1213;
}


.header {
  position: relative;
  padding: 24px 68px 17px;
}

@media (max-width: 768px) {
  .header {
    padding: 19px 24px 10px;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header__item--logo img {
    width: 165px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .header__item--mypage::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #dbd9da;
    margin-right: 12px;
  }
}

.header__item--mypage img {
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__item--mypage img {
    width: 120px;
    height: auto;
  }
}

.header__menu {
  width: 177px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 24px rgba(14, 18, 19, 0.1);
  box-shadow: 0 2px 24px rgba(14, 18, 19, 0.1);
  padding: 24px;
  border-radius: 16px;
  position: absolute;
  z-index: 999;
  top: 92.4px;
  -webkit-animation: modal-fade-in 0.6s ease 0s forwards;
  animation: modal-fade-in 0.6s ease 0s forwards;
  -webkit-animation-name: modal-fade-in;
  animation-name: modal-fade-in;
}

@media (max-width: 768px) {
  .header__menu {
    right: 24px;
    top: 85px;
  }
}

.header__menu--hidden {
  display: none;
}

.header__menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.header__menuList::before {
  content: "";
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 5.5px 12px 5.5px;
}

.header__menuItem {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #edebec;
  padding-bottom: 24px;
}

.header__menuItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.header__menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0e1213;
  text-decoration: none;
  cursor: pointer;
}

.header__menuLink::after {
  content: "";
  display: inline-block;
  background-image: url(/quick/hosho/cp251101/images/btn_arrow.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}

.hosho_mv {
  background: -o-linear-gradient(top, #f3f2f2 600px, #FFFFFF 560px);
  background: linear-gradient(to bottom, #f3f2f2 600px, #FFFFFF 560px);
}
@media (max-width: 768px) {
  .hosho_mv {
    border-radius: 16px 16px 0 0;
    margin-top: -11px;
    overflow: hidden;
  }
}

.nav-bar {
  position: relative;
  padding: 16px 0 16px 22px;
  z-index: 0;
}

.hosho_bg01 {
  position: relative;
  background: url(/quick/hosho/cp250401/images/mv_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 930px auto;
  padding: 24px 0 0 0;
  background-position: -190px 0;
}

@media screen and (min-width: 769px) {
  .hosho_bg01 {
    background: #FFFFFF url(/quick/hosho/cp250401/images/mv_bg_pc.png) top no-repeat;
    background-size: auto 676px;
    padding: 56px 0 0;
  }

  .hosho_bg01::after {
    display: none;
  }
}

.hosho_ttlWrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto 40px;
}

@media screen and (min-width: 769px) {
  .hosho_ttlWrap {
    margin: 0 auto;
  }
}

.cp_btnWrap {
  padding: 0 24px;
  margin: 0 0 40px;
}

.btnBox1 {
  width: 322px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.btnBox1.btnBox-flow{
  width: 100%;
}

.cp_btn {
  border: none;
  display: block;
  background: #FFED66;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: center;
  color: #0e1213;
  margin: 0 auto;
  width: 100%;
  padding: 9px 10px;
  border-radius: 999px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .cp_btn {
    padding: 16px 0px;
  }
}

.cp_btn.btn-gra {
  background: -o-linear-gradient(45deg, #E65220, #E65220);
  background: linear-gradient(45deg, #E65220, #E65220);
  color: #FFFFFF;
}

.cp_btn .arw {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 20px;
}

@media not all and (min-width: 769px) {
  .cp_btn .arw {
    font-size: 17px;
    letter-spacing: 0.15em;
  }
}

.cp_btn:hover {
  opacity: .8;
}

.contentBox {
  padding: 56px 24px;
}

@media screen and (min-width: 769px) {
  .contentBox {
    margin: 0 auto;
    max-width: 832px;
    width: 90%;
    padding: 72px 0;
  }
}

.contentBox.contentBox-top {
  max-width: none;
  width: auto;
  -webkit-box-shadow: 0px 12px 30px -10px #0E121333;
  box-shadow: 0px 12px 30px -10px #0E121333;
}

@media screen and (min-width: 769px) {
  .contentBox.contentBox-top {
    margin-top: 80px;
    -webkit-box-shadow: 0px 40px 30px -30px #0E121333;
    box-shadow: 0px 40px 30px -30px #0E121333;
  }
}
@media (max-width: 768px) {
  .contentBox.contentBox-top {
    padding-top: 87px;
  }
}

@media screen and (min-width: 769px) {
  .contentBox_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 832px;
    margin: 0 auto;
  }
}


@media screen and (min-width: 769px) {

  .contentBox_2col .contentBox_2col_left,
  .contentBox_2col .contentBox_2col_right {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .contentBox_2col.first .contentBox_2col_left .imgBox {
    width: 100%;
    margin: 48px 25px 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .contentBox_2col.first .contentBox_2col_right .textBox {
    margin-left: auto;
    width: 376px;
  }
}

@media screen and (min-width: 769px) {
  .contentBox_2col.second .contentBox_2col_left {
    width: 376px;
  }
}

@media screen and (min-width: 769px) {
  .contentBox_2col.second .contentBox_2col_left .imgBox {
    width: 261px;
    margin: 48px auto 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .contentBox_2col.second .contentBox_2col_right {
    width: 376px;
    margin-top: 48px;
    margin-left: auto;
  }
}

.Box-conditions {
  padding: 56px 24px;
}

@media screen and (min-width: 769px) {
  .Box-conditions {
    margin: 0 auto;
    max-width: 832px;
    width: 90%;
    padding: 72px 0;
  }
}

.Box-conditions .Box_innner-conditions {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #CCCACB;
}

@media screen and (min-width: 769px) {
  .Box-conditions .Box_innner-conditions {
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
}

.contentBox-out {
  padding: 56px 24px;
  background: #F8F6F7;
}

@media screen and (min-width: 769px) {
  .contentBox-out {
    padding: 72px 24px;
  }
}

@media screen and (min-width: 769px) {
  .Box-step1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .Box-step1 .Box-step1_innerLeft {
    width: 336px;
    border: solid 1px #FA6820;
    padding: 32px 30px 41px 30px;
    border-radius: 18px;
  }

  .Box-step1 .Box-step1_innerLeft .textBox-line {
    border-top: 0;
    margin-top: 0;
  }

  .Box-step1 .Box-step1_innerRight {
    width: 383px;
    padding-left: 56px;
  }
}

.point_bg,
.point_bg-strong {
  background: #fff;
  border-radius: 16px;
  padding: 64px 56px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 6px 25px rgba(14, 18, 19, 0.06);
  box-shadow: 0px 6px 25px rgba(14, 18, 19, 0.06);
}

.point_bg .textBox_text,
.point_bg-strong .textBox_text {
  letter-spacing: 0.064em;
}

@media screen and (min-width: 769px) {

  .point_bg,
  .point_bg-strong {
    margin: 0 auto;
    max-width: 832px;
    width: 100%;
    padding: 72px 0;
  }
}

.point_bg-strong {
  -webkit-box-shadow: 0px 10px 9px rgba(14, 18, 19, 0.13);
  box-shadow: 0px 10px 9px rgba(14, 18, 19, 0.13);
}

.Box-bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #CCCACB;
}

@media screen and (min-width: 769px) {
  .Box-bank {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.Box-bank .textBox {
  padding-left: 24px;
}

@media screen and (min-width: 769px) {
  .Box-bank .textBox {
    padding-left: 0;
  }
}

.Box-bank .textBox_text {
  margin-top: -8px;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 769px) {
  .Box-bank .textBox_text {
    font-size: 23px;
    text-align: center;
    margin-top: 15px;
  }
}

.Box-bank .textBox_text span {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.088em;
}

@media screen and (min-width: 769px) {
  .Box-bank .textBox_text span {
    font-size: 14px;
  }
}

.Box-bank .cp_btnWrap {
  margin-top: 20px;
  padding: 0 24px 0 0;
}

@media screen and (min-width: 769px) {
  .Box-bank .cp_btnWrap {
    padding: 0;
  }
}

.Box-bank .cp_btn {
  font-size: 13px;
  width: 108px;
}

@media screen and (min-width: 769px) {
  .Box-bank .cp_btn {
    font-size: 16px;
    width: 140px;
    margin-top: 33px;
  }
}

.Box-check {
  background: url(/quick/hosho/cp250401/images/bg_check.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 32px 32px 60px;
  margin: auto;
  margin-top: 32px;
  max-width: 271px;
}

@media screen and (min-width: 769px) {
  .Box-check {
    background: url(/quick/hosho/cp250401/images/bg_check_pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-width: 296px;
    max-width: none;
    padding: 32px 0 94px;
  }
}

@media screen and (min-width: 769px) {
  .Box-check_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 569px;
    margin: 40px auto 0;
  }
}

.Box-note {
  padding: 56px 24px;
}

@media screen and (min-width: 769px) {
  .Box-note {
    margin: 0 auto;
    max-width: 832px;
    width: 90%;
    padding: 72px 0;
  }
}

.Box-note .Box_innner-note {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #CCCACB;
}

.imgBox.imgBox1 {
  margin: auto;
  width: auto;
  max-width: 322px;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox1 {
    width: 206px;
  }
}

.imgBox.imgBox2 {
  width: 270px;
  margin-left: auto;
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox2 {
    width: 283px;
    margin-top: 62px;
  }
}

.imgBox.imgBox3 {
  margin: auto;
  width: auto;
  max-width: 280px;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox3 {
    width: 206px;
  }
}

.imgBox.imgBox4 {
  margin: 24px auto auto;
  width: auto;
  max-width: 322px;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox4 {
    width: 308px;
    margin: 0 auto;
  }
}

.imgBox.imgBox5 {
  width: 314px;
  margin-left: auto;
  margin-top: 48px;
}

.imgBox.imgBox6 {
  width: 176px;
  margin-left: auto;
  margin-top: 32px;
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox6 {
    position: absolute;
    right: 0;
    bottom: 24px;
  }
}

.imgBox.imgBox7 {
  width: 176px;
  margin-left: auto;
  margin-top: 32px;
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox7 {
    position: absolute;
    right: 0;
    bottom: 24px;
  }
}

.imgBox.imgBox8 {
  width: 252px;
  margin-left: auto;
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox8 {
    margin: 32px auto;
  }
}

.imgBox.imgBox-bank {
  width: 96px;
  height: 96px;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox-bank {
    margin: auto;
    width: 120px;
    height: 120px;
    margin-top: 42px;
  }
}

.imgBox.imgBox-check {
  width: 111px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .imgBox.imgBox-check {
    width: 150px;
    margin: 28px auto 0;
  }
}

.titleBox.titleBox-sep {
  padding: 48px 0;
  background: #0E1213;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-sep {
    padding: 72px 0;
  }
}

.titleBox.titleBox-sep .titleBox_text {
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  width: 289px;
  margin: auto;
  letter-spacing: 0.168em;
}

.titleBox.titleBox-sep .titleBox_text.long {
  width: 352px;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-sep .titleBox_text {
    font-size: 26px;
    line-height: 1.65;
    letter-spacing: 0.088em;
  }
}

.titleBox.titleBox-sep .titleBox_text::before,
.titleBox.titleBox-sep .titleBox_text::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
}

@media screen and (min-width: 769px) {

  .titleBox.titleBox-sep .titleBox_text::before,
  .titleBox.titleBox-sep .titleBox_text::after {
    width: 26px;
    height: 75px;
    top: -13px;
  }
}

.titleBox.titleBox-sep .titleBox_text::before {
  border: solid #848686 1px;
  border-right: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-sep .titleBox_text::before {
    left: -88px;
  }
}

.titleBox.titleBox-sep .titleBox_text::after {
  border: solid #848686 1px;
  border-left: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-sep .titleBox_text::after {
    right: -80px;
  }
}

.titleBox.titleBox-step {
  position: relative;
  width: 90%;
  margin: auto;
  text-align: center;
}

.titleBox.titleBox-step::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
  top: -62px;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step::before {
    width: 53px;
    height: 53px;
  }
}

.titleBox.titleBox-step.titleBox-step1 {
  margin-top: 62px;
  width: 100%;
}

.titleBox.titleBox-step.titleBox-step1::before {
  background: url(/quick/hosho/cp250401/images/icon_step1.png);
  background-size: contain;
}

.titleBox.titleBox-step.titleBox-step2 {
  margin-top: 50px;
  width: 90%;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step.titleBox-step2 {
    margin-top: 80px;
    letter-spacing: 0.088em;
  }
}

.titleBox.titleBox-step.titleBox-step2::before {
  background: url(/quick/hosho/cp250401/images/icon_step2.png);
  background-size: contain;
  top: -54px;
}

.titleBox.titleBox-step.titleBox-step2 .titleBox_text {
  line-height: 1.4;
}

.titleBox.titleBox-step.titleBox-attention {
  margin-top: 80px;
  width: 90%;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step.titleBox-attention {
    margin-top: 40px;
    letter-spacing: 0.088em;
  }
}

.titleBox.titleBox-step.titleBox-attention::before {
  background: url(/quick/hosho/cp250401/images/attention.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 46px;
  top: -50px;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step.titleBox-attention::before {
    background: url(/quick/hosho/cp250401/images/attention_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 111px;
    height: 46px;
    top: -7px;
    left: -155px;
  }
}

.titleBox.titleBox-step.titleBox-attention .titleBox_text {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step.titleBox-attention .titleBox_text {
    font-size: 20px;
    margin-left: 132px;
  }
}

.titleBox.titleBox-step.no_icon::before {
  content: none;
}

.titleBox.titleBox-step .titleBox_text {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 0 3px;
  line-height: 1.4;
  letter-spacing: 0.088em;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step .titleBox_text {
    font-size: 30px;
    letter-spacing: 0.064em;
    margin-left: -7px;
  }
}

.titleBox.titleBox-step .titleBox_text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 100%;
  background: url(/quick/hosho/cp250401/images/title-line.png) left center;
}

.titleBox.titleBox-step .titleBox_text .titleBox_text-sub {
  font-size: 15px;
  position: relative;
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step .titleBox_text .titleBox_text-sub {
    font-size: 18px;
  }
}

.titleBox.titleBox-step .titleBox_text .titleBox_text-sub::before,
.titleBox.titleBox-step .titleBox_text .titleBox_text-sub::after {
  position: absolute;
  display: block;
  content: "";
  background: #000000;
  width: 20px;
  height: 1px;
  bottom: 8px;
}

@media screen and (min-width: 769px) {

  .titleBox.titleBox-step .titleBox_text .titleBox_text-sub::before,
  .titleBox.titleBox-step .titleBox_text .titleBox_text-sub::after {
    width: 25px;
  }
}

.titleBox.titleBox-step .titleBox_text .titleBox_text-sub::before {
  left: -22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step .titleBox_text .titleBox_text-sub::before {
    left: -35px;
  }
}

.titleBox.titleBox-step .titleBox_text .titleBox_text-sub::after {
  right: -24px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-step .titleBox_text .titleBox_text-sub::after {
    right: -32px;
  }
}

.titleBox.titleBox-step .titleBox_text .titleBox_text-subLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #FFED66));
  background: -o-linear-gradient(transparent 50%, #FFED66 0%);
  background: linear-gradient(transparent 50%, #FFED66 0%);
}

.titleBox.titleBox-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.titleBox.titleBox-conditions .titleBox_text {
  border-bottom: dashed 1px #000000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-conditions .titleBox_text {
    font-size: 28px;
  }
}

.titleBox.titleBox-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.titleBox.titleBox-note .titleBox_text {
  border-bottom: dashed 1px #000000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .titleBox.titleBox-note .titleBox_text {
    font-size: 28px;
  }
}

.hosho_ttl {
  width: 322px;
  margin: auto;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.77;
  text-align: center;
  color: #0E1213;
  position: relative;
  -webkit-box-shadow: 0px 3px 25px #0E121314;
  box-shadow: 0px 3px 25px #0E121314;
  border-radius: 12px;
}

@media screen and (min-width: 769px) {
  .hosho_ttl {
    max-width: 832px;
    width: 80%;
  }
}

.textBox .note-mark {
  font-size: 11px;
  position: relative;
  top: -6px;
}

.textBox.textBox-gray {
  background: #F8F6F7;
  padding: 16px;
  border-radius: 7px;
  margin-top: 32px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .textBox.textBox-gray {
    border-radius: 0;
  }
}

.textBox .textBox_text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.textBox .text-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #FFED66));
  background: -o-linear-gradient(transparent 50%, #FFED66 0%);
  background: linear-gradient(transparent 50%, #FFED66 0%);
}

.textBox.textBox-line {
  margin-top: 32px;
  padding: 8px 0;
  border-top: solid 1px #FA6820;
  border-bottom: solid 1px #FA6820;
}

@media screen and (min-width: 769px) {
  .textBox.textBox-line {
    padding: 2px 0;
  }
}

.textBox.textBox-line .textBox_text {
  text-align: center;
  color: #FA6820;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .textBox.textBox-line .textBox_text {
    font-size: 16px;
  }
}

.textBox .textBox_pointList {
  margin-top: 8px;
}

.textBox .textBox_pointList li {
  line-height: 1.8;
}

.textBox .textBox_text-info {
  font-size: 11px;
  color: #4D5051;
  position: relative;
  margin-top: 51px;
}

@media screen and (min-width: 769px) {
  .textBox .textBox_text-info {
    text-indent: 0;
    margin-top: 60px;
    font-size: 12px;
  }
}

.textBox .textBox_text-info::before {
  position: absolute;
  display: block;
  content: "";
  background: url(/quick/hosho/cp250401/images/icon_info.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0px;
  top: -25px;
}

@media screen and (min-width: 769px) {
  .textBox .textBox_text-info::before {
    width: 22px;
    height: 20px;
    top: -24px;
  }
}

.textBox.textBox-check .textBox_text {
  margin-top: 24px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .textBox.textBox-check .textBox_text {
    font-size: 17px;
  }
}

.textBox.textBox-note {
  font-size: 11px;
  color: #4D5051;
}

.textBox.textBox-note.conditions {
  margin-left: -22px;
}

@media screen and (min-width: 769px) {
  .textBox.textBox-note {
    margin-top: 32px;
  }

  .textBox.textBox-note .textBox_text .pc-only {
    display: inline;
  }
}

.textBox .textBox_text-form a {
  color: #0E1213;
  text-decoration: underline;
}

.textBox .textBox_text-formNote {
  margin-top: 8px;
  font-size: 14px;
}

.list-check {
  margin-top: 24px;
  padding-left: 20px;
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .list-check {
    margin-top: 0;
  }
}

.list-check li {
  position: relative;
  font-weight: bold;
  font-size: 13px;
}

.list-check li+li {
  margin-top: 4px;
}

@media screen and (min-width: 769px) {
  .list-check li {
    margin-top: 3px;
    font-size: 16px;
  }
}

.list-check li::before {
  position: absolute;
  display: block;
  content: "";
  background: url(/quick/hosho/cp250401/images/mark_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 11px;
  left: -20px;
  top: 7px;
}

.box_right {
  border-top: 1px dotted #707070;
}

@media screen and (min-width: 769px) {
  .box_right {
    border-left: 1px dotted #707070;
    border-top: none;
    margin-left: 40px;
    padding-left: 40px;
  }
}

.box_right_title {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  margin-top: 77px;
}

.box_right_title::before {
  position: absolute;
  display: block;
  content: "";
  background: url(/quick/hosho/cp250401/images/check_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 74px;
  height: 38px;
  left: 0;
  top: -45px;
}

@media screen and (min-width: 769px) {
  .box_right_title {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .box_right_list {
    margin-top: 8px;
  }
}

.box_right_list li {
  font-size: 13px;
}

.box_right_list li+li {
  margin-top: 6px;
}

@media screen and (min-width: 769px) {
  .box_right_list li {
    font-size: 16px;
  }
}

.list-add {
  margin-top: 10px;
}

.list-add li {
  position: relative;
  list-style: none;
  padding-left: 30px;
}

.list-add li::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 24px;
  left: 4px;
  top: 1px;
}

.list-add li:first-child::after {
  background: url(/quick/hosho/cp250401/images/icon_1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-add li:nth-child(2):after {
  background: url(/quick/hosho/cp250401/images/icon_2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-add li:last-child::after {
  background: url(/quick/hosho/cp250401/images/icon_3.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.list-add li:not(:first-child) {
  margin-top: 16px;
}

.list-note li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}

.list-note li span {
  color: #D25B8D;
  font-weight: bold;
}

.list-note li a {
  text-decoration: underline;
  color: #0E1213;
}

.list-note li ul {
  padding-left: 10px;
}

.list-note li ul li:not(:first-child) {
  margin-top: 8px;
}

.list-note li:not(:first-child) {
  margin-top: 16px;
}

.header_202010.scrolled {
  z-index: 300;
}

.hosho_logoWrap {
  border-top: 1px solid #CCCACB;
  background: #FFFFFF;
  padding: 24px 24px 24px 77px;
}

@media not all and (min-width: 769px) {
  .hosho_logoWrap {
    padding: 28px 24px 24px;
  }
}

.hosho_logoWrap .hosho_logoBtn {
  display: inline-block;
}

.hosho_logoBlock {
  display: block;
  text-align: center;
}

.hosho_logoBlock img {
  max-width: 427px;
  width: 100%;
}

@media not all and (min-width: 769px) {
  .hosho_logoBlock img {
    max-width: 256px;
  }
}

.hosho_logo {
  text-align: center;
  display: block;
  margin: 0 auto 31px;
  max-width: 180px;
}

@media not all and (min-width: 769px) {
  .hosho_logo {
    margin: 0 auto 30px;
  }
}

.hosho_txt {
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #0e1213;
  margin-bottom: 15px;
  font-weight: bold;
}

@media not all and (min-width: 769px) {
  .hosho_txt {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.hosho_ttl .text-underLine {
  border-bottom: 1px dashed #0E1213;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 17px;
  letter-spacing: 9px;
}

.hosho_ttl .text-underLine .pc-only {
  display: inline-block;
}

@media not all and (min-width: 769px) {
  .hosho_ttl .text-underLine {
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 7px;
  }

  .hosho_ttl .text-underLine .pc-only {
    display: none;
  }
}

@media not all and (min-width: 769px) {
  .hosho_ttl {
    line-height: 1.25;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.4em;
  }
}

.contactWrap {
  padding: 0 24px;
}

.point_list {
  list-style: none;
  margin-bottom: 40px;
}

.point-flow {
  padding: 48px 56px 48px;
}

@media not all and (min-width: 769px) {
  .point-flow {
    padding: 40px 28px;
  }
}

.point-flow.point-flow1 {
  position: relative;
}

@media screen and (min-width: 769px) {
  .point-flow.point-flow1::after {
    position: absolute;
    display: block;
    content: "";
    width: 176px;
    height: 82px;
    background: url(/quick/hosho/cp250401/images/flow1_img_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    right: 20px;
    bottom: 16px;
  }
}

.point-flow.point-flow2 {
  margin-top: 66px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .point-flow.point-flow2 .textBox_text {
    letter-spacing: 0.064em;
  }
}

.point-flow.point-flow2::before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 18px;
  background: url(/quick/hosho/cp250401/images/icon_arw.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  top: -36px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .point-flow.point-flow2::before {
    width: 39px;
    height: 24px;
    top: -42px;
  }
}

@media screen and (min-width: 769px) {
  .point-flow.point-flow2::after {
    position: absolute;
    display: block;
    content: "";
    width: 179px;
    height: 53px;
    background: url(/quick/hosho/cp250401/images/flow2_img_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    right: 20px;
    bottom: 23px;
  }
}

.point-flow.point-flow3 {
  margin-top: -20px;
}

.point-flow.point-flow3 .textBox_text {
  letter-spacing: 0.064em;
}

.point-flow .point_flexDesc.point_flexImageRight {
  max-width: none;
}

.point-flow .cp_btnWrap {
  margin-bottom: 0;
}

.point-flow .point_flexDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media not all and (min-width: 769px) {
  .point-flow .point_flexDesc {
    display: block;
  }
}

.point-flow .point_flexDesc .point_ttl-input {
  max-width: 225px;
  text-align: center;
}

@media not all and (min-width: 769px) {
  .point-flow .point_flexDesc .point_ttl-input {
    max-width: none;
  }
}

.point-flow .point_flexDesc .point_ttl-input .point_ttlSpace::before {
  width: 10px;
  height: 10px;
  left: 22px;
  bottom: 27px;
}

@media not all and (min-width: 769px) {
  .point-flow .point_flexDesc .point_ttl-input .point_ttlSpace::before {
    left: -20px;
    bottom: -5px;
    width: 18px;
    height: 18px;
  }
}

.point-flow .point_flexDesc .point_ttl-input .point_ttlSpace::after {
  width: 10px;
  height: 10px;
  right: 30px;
  bottom: 27px;
}

@media not all and (min-width: 769px) {
  .point-flow .point_flexDesc .point_ttl-input .point_ttlSpace::after {
    width: 18px;
    height: 18px;
    right: -20px;
    bottom: -5px;
  }
}

.point-flow .point_flexDesc .cp_btnWrap {
  width: 228px;
  padding: 0;
}

@media not all and (min-width: 769px) {
  .point-flow .point_flexDesc .cp_btnWrap {
    width: auto;
  }
}

.point-flow .point_flexDesc .txtsWrap-warn {
  max-width: 202px;
}

@media not all and (min-width: 769px) {
  .point-flow .point_flexDesc .txtsWrap-warn {
    max-width: none;
    padding-bottom: 0;
  }
}

.footer-area {
  padding: 0;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-area .foot_detail {
  background-color: #F8F6F7;
  padding: 0 24px;
}

@media not all and (min-width: 769px) {
  .footer-area .foot_detail {
    padding: 0;
  }
}

.footer-area .foot_detail .declaration {
  color: #A69FA2;
  font-size: 10px;
  padding: 27px 0 14px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.footer-area .foot_detail .nav {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}

@media not all and (min-width: 769px) {
  .footer-area .foot_detail .nav {
    width: 95%;
  }
}

.footer-area .foot_detail .nav a {
  color: #A69FA2;
  text-decoration: none;
}

.footer-area .foot_detail .nav .arw_black {
  margin-right: 30px;
  font-size: 12px;
}

.footer-area .foot_detail .nav .arw_black:before {
  top: 40%;
  right: -25%;
  width: 6px;
  height: 1px;
  background: #4a4a4a;
}

.footer-area .foot_detail .nav .arw_black:after {
  top: 61%;
  right: -25%;
  width: 6px;
  height: 1px;
  background: #4a4a4a;
}

.footer-area .foot_detail .nav .arw_black:nth-child(2):before {
  right: -10%;
}

.footer-area .foot_detail .nav .arw_black:nth-child(2):after {
  right: -10%;
}

.copyright {
  max-width: 1150px;
  margin: 0 auto;
  border-top: 0;
}

.copyright .wrap {
  max-width: 1150px;
  padding: 0 5px;
}

.copyright .wrap .foot_link {
  display: block;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  color: #0e1213;
  opacity: 0.5;
}

.last_exam {
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  bottom: -104px;
  width: 100%;
  position: fixed;
}

.last_exam.set {
  bottom: 0;
  position: relative;
}

.last_exam .left_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 426px;
}

@media not all and (min-width: 769px) {
  .last_exam .left_logo {
    width: 47%;
  }
}

.last_exam .left_logo .scenery_img {
  width: 100%;
  display: block;
  text-align: left;
  max-width: 340px;
}

@media not all and (min-width: 769px) {

  .last_exam .left_logo .scenery_img source,
  .last_exam .left_logo .scenery_img img {
    max-width: 120px;
  }
}

@media not all and (min-width: 769px) {
  .last_exam .left_logo {
    margin-right: 3%;
  }
}

.last_exam .last_box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.last_exam .last_box .right_btn {
  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;
}

@media not all and (min-width: 769px) {
  .last_exam .last_box .right_btn {
    width: 55%;
  }
}

.last_exam .last_box .right_btn .btn {
  display: block;
  background: #FFED66;
  color: #0E1213;
  border-radius: 45px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: none;
  margin: 0;
  padding: 16px 10px;
  width: 314px;
  text-align: center;
}

@media not all and (min-width: 769px) {
  .last_exam .last_box .right_btn .btn {
    width: 100%;
    padding: 13px 10px;
  }
}

.last_exam .last_box .right_btn .btn .preface {
  font-size: 10px;
  display: block;
  line-height: 1.2;
}

@media not all and (min-width: 769px) {
  .last_exam .last_box .right_btn .btn .preface {
    font-size: 9px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    white-space: nowrap;
  }
}

@media not all and (min-width: 430px) {
  .last_exam .last_box .right_btn .btn .preface {
    -webkit-transform: scale(0.8) translate(-0.8em);
    -ms-transform: scale(0.8) translate(-0.8em);
    transform: scale(0.8) translate(-0.8em);
  }
}

.last_exam .last_box .right_btn .btn .arw {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.4;
}

@media not all and (min-width: 769px) {
  .last_exam .last_box .right_btn .btn .arw {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}

.arw_black {
  position: relative;
}

.arw_black::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 42%;
  right: 5%;
  width: 13px;
  height: 4px;
  background: #fff;
}

.arw_black::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 53%;
  right: 5%;
  width: 13px;
  height: 4px;
  background: #fff;
}

.line-top {
  padding-top: 64px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgOCAzIj4NCiAgPGRlZnM+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMyIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9IuODquODlOODvOODiOOCsOODquODg+ODiV8xNDkiIGRhdGEtbmFtZT0i44Oq44OU44O844OI44Kw44Oq44OD44OJIDE0OSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk4LjY0OCAtMzkuNjY4KSI+DQogICAgICA8Y2lyY2xlIGlkPSLmpZXlhoblvaJfNzE4NyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgNzE4NyIgY3g9IjEuNSIgY3k9IjEuNSIgcj0iMS41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTguNjQ4IDM5LjY2OCkiIGZpbGw9IiNjY2NhY2IiLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K) top left repeat-x;
  border-radius: 0;
}

@media not all and (min-width: 769px) {
  .line-top {
    padding-top: 48px;
  }
}

@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  .hosho_lp .pr_area_logo img {
    width: 100%;
  }
}

.hosho_bg01 .txtsWrap-warn {
  max-width: 832px;
  border-bottom: dotted 2px #707070;
}

@media not all and (min-width: 769px) {
  .hosho_bg01 .txtsWrap-warn {
    width: 327px;
    margin: 0 auto 32px;
    text-align: left;
  }
}

.txtsWrap-warn {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.txtsWrap-warn.txtsWrap-warn-inner {
  margin-top: 16px;
}

@media not all and (min-width: 769px) {
  .txtsWrap-warn.txtsWrap-warn-inner {
    margin-bottom: 0;
  }
}

@media not all and (min-width: 769px) {
  .txtsWrap-warn {
    margin: 0 auto 32px;
    text-align: left;
  }
}

.txtsWrap-warn .txts-warn {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 10px;
  color: #707070;
  letter-spacing: 0.02em;
}

.txtsWrap-warn .txts-warn.txts-warn-inner {
  color: #4D5051;
  text-align: left;
}

@media not all and (min-width: 769px) {
  .txtsWrap-warn .txts-warn.txts-warn-inner {
    text-align: left;
  }
}

@media screen and (min-width: 1550px) {
  .hosho_lp .hosho_bg01 {
    background: rgba(255, 255, 255, 0) url(/quick/hosho/cp250401/images/mv_bg_pc.png) top no-repeat;
    background-size: auto 676px;
    padding: 56px 0 0;
  }

  .hosho_mv {
    background: -o-linear-gradient(top, #f5f6f5 676px, #FFFFFF 676px);
    background: linear-gradient(to bottom, #f5f6f5 676px, #FFFFFF 676px);
  }
}

@media screen and (min-width: 769px) {

  .btnBox1,
  .btnBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.btnBox1 {
  max-width: 832px;
  margin: 24px auto 0;
  -webkit-filter: drop-shadow(0px 3px 25px #0E121314);
  filter: drop-shadow(0px 3px 25px #0E121314);
}

@media screen and (min-width: 769px) {
  .btnBox1.btnBox-mv {
    width: 433px;
    margin-top: 56px;
  }

  .btnBox1.btnBox-mv img {
    width: 433px;
  }
}

@media screen and (min-width: 769px) {
  .btnBox1.btnBox-flow {
    width: 270px;
    height: 74px;
    margin: auto;
    margin-top: 62px;
    margin-bottom: 28px;
  }
}

.btnBox1 .cp_btnWrap {
  width: 252px;
  padding: 0;
  margin: 195px auto 0;
}

.btnBox1 .cp_btnWrap:last-child {
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .btnBox1 .cp_btnWrap:last-child {
    margin: 0;
    margin-left: 32px;
    margin-top: 0;
  }
}

.btnBox2 {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .btnBox2 {
    width: 337px;
    height: 64px;
    margin: auto;
    margin-top: 62px;
    margin-bottom: 28px;
  }
}

.hide {
  display: none;
}

.box-mvNote {
  position: relative;
  z-index: 2;
  padding: 20px 24px 40px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .box-mvNote .textBox-note {
    margin-top: 0;
  }

  .box-mvNote .textBox-note .textBox_text.small {
    font-size: 10px;
  }
}

.flexbox {
  display: block;
}

@media screen and (min-width: 769px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flexbox .textBox-note {
  width: 428px;
  display: none;
}

@media screen and (min-width: 769px) {
  .flexbox .textBox-note {
    margin-top: 0;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .flexbox .imgBox8 {
    margin-top: 0;
  }
}

.u-fs14 {
  font-size: 14px;
}

.u-fwn {
  font-weight: normal !important;
}

.bnr_logo {
  width: 100%;
}

.bnr_logo img {
  max-width: 768px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .bnr_logo img {
    max-width: none;
  }
}

/* header-mypage */

.header {
  position: relative;
  padding: 24px 68px 17px;
}

@media (max-width: 768px) {
  .header {
    padding: 19px 24px 10px;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header__item--logo img {
    width: 165px;
    height: auto;
  }
}

.header-mypage .header__item--mypage {
  margin-top: -11px;
  max-width: 126px;
  margin-right: 0px;
}

@media (min-width: 769px) {
  .header-mypage .header__item--mypage {
    margin-top: -11px;
    max-width: 152px;
  }
}

@media (max-width: 768px) {
  .header__item--mypage::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #dbd9da;
    margin-right: 12px;
  }
}

.header__item--mypage img {
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__item--mypage img {
    width: 120px;
    height: auto;
  }
}

.header__menu {
  width: 177px;
  background-color: #fff;
  box-shadow: 0 2px 24px rgba(14, 18, 19, 0.1);
  padding: 24px;
  border-radius: 16px;
  position: absolute;
  z-index: 999;
  top: 92.4px;
  right: -200px;
  animation: modal-fade-in 0.6s ease 0s forwards;
  animation-name: modal-fade-in;
}

@media (max-width: 768px) {
  .header__menu {
    right: -142px;
    top: 85px;
  }
}

.header__menu--hidden {
  display: none;
}

.header__menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.header__menuList::before {
  content: "";
  position: absolute;
  top: -36px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 5.5px 12px 5.5px;
}

.header__menuItem {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #edebec;
  padding-bottom: 24px;
}

.header__menuItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.header__menuItem .header__menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0e1213;
  text-decoration: none;
  cursor: pointer;
}

.header__menuLink::after {
  content: "";
  display: inline-block;
  background-image: url(/quick/hosho/cp251101/images/btn_arrow.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* header-mypage end */

.u-mt8 {
  margin-top: 8px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

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

.u-mb32-pc {
  margin-top: 32px !important;
}

.u-pb64-pc {
  padding-bottom: 64px !important;
}

.u-pt0-pc {
  margin-top: 0 !important;
}

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

@media not all and (min-width: 769px) {
  .u-mt24 {
    margin-top: 24px !important;
  }

  .u-mt48 {
    margin-top: 48px !important;
  }

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

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

  .u-pb64-pc {
    padding-bottom: 0 !important;
  }

  .u-mb32-pc {
    margin-top: 0 !important;
  }
}

.u-mt24-48 {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .u-mt24-48 {
    margin-top: 48px;
  }
}

.u-mt32-0 {
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .u-mt32-0 {
    margin-top: 0;
  }
}

.u-mt8-16 {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .u-mt8-16 {
    margin-top: 16px;
  }
}

.u-text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.last_exam.fixed,
.last_exam.fixed2,
.last_exam.fixed3 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.last_exam.fixed {
  -webkit-box-shadow: 0px -8px 16px #0B0F0F14;
  box-shadow: 0px -8px 16px #0B0F0F14;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}



@media (min-width: 769px) {
  .header__item .header__menu {
    right: -143px;
  }
}

@media (min-width: 769px) {
  .header__item.header__item--mypage {
    order: 0;
  }
}
.header__menu::before {
  content: none;
}




/* ---------------------------
  ヘッダー
--------------------------- */
.header {
  position: relative;
  padding: 24px 68px 17px;
  z-index: 1001;
  background: #FFFFFF;
  @media (min-width: 769px) {
    display: flex;
    aline-atems: center;
    justify-content: center;
    padding: 21px 68px;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 19px 24px 10px;
  }
}

.header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (min-width: 769px) {
    max-width: 1224px;
    width: 100%;
  }
}
.header__item--logo {
  @media (min-width: 769px) {
    width: 204px;
  }
}

@media (max-width: 768px) {
  .header__item--logo img {
    width: 165px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .header__item--mypage::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #dbd9da;
    margin-right: 12px;
  }
}

.header__item--mypage img {
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__item--mypage img {
    width: 120px;
    height: auto;
  }
}

.header__menu {
  width: 177px;
  background-color: #fff;
  box-shadow: 0 2px 24px rgba(14, 18, 19, 0.1);
  padding: 24px;
  border-radius: 16px;
  position: absolute;
  z-index: 999;
  top: 92.4px;
  animation: modal-fade-in 0.6s ease 0s forwards;
  animation-name: modal-fade-in;
}

@media (max-width: 768px) {
  .header__menu {
    right: 24px;
    top: 85px;
  }
}

.header__menu--hidden {
  display: none;
}

.header__menuList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.header__menuList::before {
  content: "";
  position: absolute;
  top: -36px;
  transform: translateX(-50%);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 5.5px 12px 5.5px;
}

.header__menuItem {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #edebec;
  padding-bottom: 24px;
}

.header__menuItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.header__menuLink {
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.header__menuLink::after {
  content: "";
  display: inline-block;
  background-image: url(/quick/hosho/cp251101/images/btn_arrow.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__item.header__item--mypage {
  max-width: unset;
  width: 152px;
}

@media (min-width: 769px) {
  .header__item--logo {
    width: 204px;
  }
  .header__item--logo img {
    width: 100%;
  }
}
.pagelink {
  display: flex;
  gap: 0 28px;
  @media (max-width: 768px) {
    display: none;
  }
}

.pagelink__item__link {
  font-size: 14px;
  font-weight: bold;
  color: #0e1213;
  text-decoration: none;
  cursor: pointer;
}

/* .active {
  .pagelink__item__link {
    position: relative;
    color: var(--color-main-green);
  }
} */





.c-titleArea {
  background: #6fba2c;
  padding: 13px 16px 25px 38px;
}

@media (min-width: 769px) {
  .c-titleArea {
    padding: 15px 16px 15px 121px;
  }
}


.c-titleArea__title {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}

@media (min-width: 769px) {
  .c-titleArea__title {
    max-width: 1273px;
    margin: auto;
    line-height: 1;
  }
}

.c-titleArea__title::before {
  position: absolute;
  display: block;
  content: "";
  background: url(/quick/hosho/cp251101/images/icon_title_top_sp.png);
  background-size: contain;
  width: 18px;
  height: 18px;
  top: -3px;
  bottom: 0;
  left: -26px;
  margin: auto;
}

.mypagemenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 74px;
  padding: 14px 0;
  background: #FFFFFF;
  z-index: 10000;
}

@media (min-width: 769px) {
  .mypagemenu {
    display: none;
  }
}
.active .pagelink__item__link {
  position: relative;
  color: #6fba2c;
}

.mypagemenu__item {
  width: calc(100%/5);
  position: relative;
  font-size: 9px;
  color: #A8A8A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mypagemenu__item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  z-index: -1;
}

.mypagemenu__item:nth-child(1)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_result.png);
  width: 25px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item:nth-child(2)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_loan.png);
  width: 26px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item:nth-child(3)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_sim.png);
  width: 22px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item:nth-child(4)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_cp.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item:nth-child(5)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_useful.png);
  width: 21px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
}

.mypagemenu__item.active:nth-child(1)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_result-active.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item.active:nth-child(2)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_loan-active.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item.active:nth-child(3)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_sim-active.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item.active:nth-child(4)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_cp-active.png);
  width: 21px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item.active:nth-child(5)::before {
  background-image: url(/quick/hosho/cp251101/images/icon_mpnav_useful-active.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mypagemenu__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  color: #0e1213;
  text-decoration: none;
  cursor: pointer;
}
.mypagemenu__item.active .mypagemenu__item__link p{
  color: #6fba2c;
}

.c-btn {
  font-family: Hiragino Kaku Gothic ProN;
  display: block;
  cursor: pointer;
  border-radius: 8px;
  padding: 16px 0;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  background: #f37e00;
  box-shadow: 0 2px 0 0 #E15F00;
}
.c-btn:hover {
  color: #FFFFFF;
}
@media (min-width: 769px) {
  .c-btn {
    min-width: 337px;
  }
}


.header__item.header__item--mypage {
  margin-right: 0;
}


/*# sourceMappingURL=../../../../_maps/quick/hosho/cp250401/css/style.css.map */