@charset "UTF-8";
.list_ico_f {
  display: flex;
  justify-content: center;
}

.list_ico_f + .list_ico_f {
  margin-top: 20px;
}

.list_ico_f li {
  text-align: center;
  margin: 0 20px;
  min-width: 8em;
}

.top_plus {
  position: relative;
}

.top_plus:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(/lp/partner/genki-passport/images/ico_plus.png) no-repeat center;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .top_plus .ttl-h3 {
    margin-top: 15px;
  }
}
.f_box {
  display: flex;
}

.f_box .f_box_circle {
  width: 88px;
  height: 88px;
  background-color: #0C3D8B;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f_box .f_box_circle span {
  color: #fff;
  text-align: center;
  display: block;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "Yu Gothic";
  font-weight: bold;
  line-height: 1.4;
}

.f_box .f_box_circle_txt {
  padding-left: 20px;
}

.max_w100 {
  max-width: 100%;
}

.btn_row2 {
  line-height: 2rem;
  padding-top: 1.3rem;
}

@media (max-width: 767px) {
  .btn_row2 {
    padding: 1.733vw 1.5vw;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .btn_row2 {
    line-height: 4.7vw;
  }
}
@media (max-width: 374px) {
  .btn_row2 {
    padding-left: 7rem;
  }
}
.btn.ico01:after {
  content: "";
  width: 32px;
  height: 42px;
  background-image: url(/lp/partner/genki-passport/images/ico01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
}

.btn.ico01:hover:after {
  background-image: url(/lp/partner/genki-passport/images/ico01h.svg);
}

.btn.ico02:after {
  content: "";
  width: 32px;
  height: 42px;
  background-image: url(/lp/partner/genki-passport/images/ico02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
}

.btn.ico02:hover:after {
  background-image: url(/lp/partner/genki-passport/images/ico02h.svg);
}

.box__ttl_c {
  display: inline-block;
  background-color: #B60081;
  height: 3.4rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.4rem;
  padding: 0 20px;
  border-radius: 17px;
  margin-right: 10px;
}

.btn._blank {
  background-image: url(/common/images/ico_blank.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
}

.btn._blank:hover {
  background-image: url(/common/images/ico_blank_white.svg);
}

.fs_18 {
  font-size: 1.8rem;
}

.pl30p {
  padding-left: 30%;
}

.-active .collapse__content.-ans {
  padding-left: 2rem;
}

.ans_ttl {
  padding-left: 4.2rem;
}

.ttl-h3_cp {
  display: inline-block;
  color: #B60081;
  background-color: #F7DCEE;
  padding: 0 5px;
  border-radius: 5px;
  margin: 0 5px;
  line-height: 1.7;
}

.ex_f {
  display: flex;
}

.ex_f_num {
  width: 45px;
  margin-right: 20px;
}

.ex_f_num span {
  display: block;
  background: #B60081;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
}

.ex_f_txt {
  width: calc(100% - 65px);
}

.mt0i {
  margin-top: 0 !important;
}

.box_ct {
  border: 2px solid #DE0000;
  border-radius: 5px;
  padding: 2rem;
}

.box_ct_ico span {
  display: inline-block;
  background-color: #DE0000;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  margin-bottom: 5px;
}

.collapse__ttl_ico {
  display: flex;
  align-items: center;
}

.collapse__ttl_ico span {
  display: inline-block;
  margin-right: 10px;
}

.box_f {
  display: flex;
  justify-content: space-between;
}

.ttl-h3_cp._blue {
  background-color: #C4DCFF;
  color: #073D8B;
}

.ttl-h3_cp._gray {
  background-color: #C9C9C9;
  color: #2E2E2E;
}

.table_b_r {
  border-right: 2px solid #fff;
}

.table tbody th.table_b_t_n {
  border-top: none;
}

.color-dblue {
  color: #073D8B;
}

.collapse_inner_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B60081;
  padding-bottom: 10px;
}

.collapse_inner_ttl span {
  display: inline-block;
  margin-right: 10px;
}

.pl0i {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .page-content-syosai .collapse__ttl {
    padding-left: 60px;
  }
  .page-content-syosai .collapse__ttl span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
  .list_ico_f {
    flex-wrap: wrap;
  }
  .list_ico_f li {
    min-width: inherit;
    margin: 6px 10px;
    width: calc(50% - 20px);
  }
  .list_ico_f li img {
    margin-bottom: 4px;
  }
  .f_box .f_box_circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .f_box .f_box_circle span {
    font-size: 1rem;
  }
  .f_box .f_box_circle_txt {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .ttl-h3_cp {
    margin: 0 2px;
  }
  .-active .collapse__content.-ans {
    padding-left: 1rem;
  }
  .ex_f_num {
    margin-right: 10px;
    width: 36px;
  }
  .ex_f_num span {
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
  }
  .ex_f_txt {
    width: calc(100% - 46px);
  }
  .box_ct {
    padding: 1rem;
  }
  .box_f {
    display: block;
    margin-bottom: 20px;
  }
  [class].img_sp_w {
    width: 850px;
    max-width: inherit;
  }
}
.step + .step {
  margin-top: 1.8rem;
}

.step:last-child .step__thumb {
  border-left: 0;
}

.step:last-child .step__thumb:after {
  display: none;
}

.step__head {
  display: flex;
  align-items: center;
  height: 5.1rem;
  border: 0.2rem solid #B60081;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .step__head {
    min-height: 14.9333333333vw;
    background: #B60081;
  }
}
.step__number {
  background: #B60081;
  color: #fff;
  font-size: 1.6rem;
  line-height: 5.1rem;
  font-weight: bold;
  text-align: center;
  width: 23.8095238095%;
}

@media (max-width: 767px) {
  .step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2666666667vw;
    line-height: 1.25;
    height: 100%;
    width: 20vw;
  }
}
@media (max-width: 479px) {
  .step__number {
    font-size: 1.6rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .step__number {
    height: 5.1rem;
    padding-top: 0.4rem;
  }
}
.step__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2E2E2E;
  line-height: 5.1rem;
  padding: 0.5rem 2rem;
}

@media (max-width: 767px) {
  .step__ttl {
    display: flex;
    align-items: center;
    font-size: 4.2666666667vw;
    line-height: 1.25;
    padding: 2vw 2vw 2vw 3.2vw;
    width: calc(100% - 20vw);
    height: 100%;
    background: #fff;
  }
}
@media (max-width: 479px) {
  .step__ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 374px) {
  .step__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .step__ttl {
    height: 5.1rem;
    padding: 0.3rem 2rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .step__ttl br {
    display: none;
  }
}
.step__main {
  display: flex;
}

.step__main .list-custom li {
  line-height: 2.8rem;
}

@media (min-width: 768px) {
  .step__p {
    margin-top: -1rem;
    padding-left: 2rem;
  }
}
.step__thumb {
  width: 14rem;
  margin-left: 2rem;
  border-left: 0.4rem solid #B60081;
  position: relative;
}

@media (max-width: 767px) {
  .step__thumb {
    width: 18.6666666667vw;
    margin-left: 1.8666666667vw;
  }
}
.step__thumb:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: -1.12rem;
  width: 2rem;
  height: 1.4rem;
  background: #fff url(/customer/payment/images/ico_triangle.svg) no-repeat;
  background-size: contain;
  background-position: center right;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .step__thumb:after {
    left: -1.2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .step__thumb:after {
    left: -12px;
  }
}
.step__content {
  padding-top: 1.6rem;
  padding-bottom: 1.7rem;
  width: calc(100% - 16rem);
}

@media (max-width: 767px) {
  .step__content {
    padding-left: 2.6666666667vw;
    width: calc(100% - 18.6666666667vw);
  }
}
@media (max-width: 767px) {
  .step__content.pl5 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .step__content p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.textlink {
  color: #B60081;
}

.flex_i_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_long {
  max-width: 800px;
  margin: 0 auto;
}

.btn_long .btn {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 2rem 2rem;
}

@media (min-width: 768px) {
  .hidden_pc {
    display: none;
  }
}
.f_bottom {
  align-items: flex-end;
}

.b_top {
  border-top: 1px solid #C9C9C9;
}

@media (max-width: 767px) {
  .sp_block {
    display: block;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .box_circle {
    position: relative;
  }
  .box_circle .f_box_circle {
    position: absolute;
    top: 0;
    left: 0;
  }
  .f_box .f_box_circle_txt {
    width: 100%;
    padding: 0;
  }
  .f_box .f_box_circle_txt p {
    padding-left: 60px;
    min-height: 55px;
  }
}
.lp-page {
  border-top: 1rem solid #b60081;
}

.lp-btn {
  max-width: 80rem;
  margin: auto;
}

.lp-btn .btn {
  max-width: 100%;
  font-size: 2rem;
  letter-spacing: 0.15rem;
}

.lp-btn .btn:before {
  width: 2rem;
  height: 2rem;
  left: 1.4rem;
}

.lp-btn .btn:after {
  content: "";
  width: 3.2rem;
  height: 4.4rem;
  background: url(/lp/partner/genki-passport/images/ico02.svg) no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8rem;
  margin: auto;
}

.lp-btn .btn:hover:after {
  background-image: url(/lp/partner/genki-passport/images/ico02h.svg);
}

.lp-link {
  color: #b60081;
  border-bottom: 1px solid #b60081;
  padding-bottom: 0.1rem;
}

.lp-link:hover {
  border-bottom-color: transparent;
}

@media (min-width: 768px) {
  .lp-btn .btn br {
    display: none;
  }
}
@media (max-width: 767px) {
  .lp-page {
    border-top-width: 2.667vw;
  }
  .lp-btn .btn {
    font-size: 5.333vw;
    letter-spacing: 0;
    line-height: 1.2;
    padding-left: 21.333vw;
  }
  .lp-btn .btn:before {
    width: 5.333vw;
    height: 5.333vw;
    left: 3.333vw;
  }
  .lp-btn .btn:after {
    width: 8.533vw;
    height: 12.667vw;
    left: 13.333vw;
  }
  .lp-page .copyright {
    margin-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lp-btn .btn:before {
    width: 20px;
    height: 20px;
  }
  .lp-btn .btn:after {
    width: 31px;
    height: 43px;
  }
  .lp-page .copyright {
    justify-content: inherit;
  }
  .lp-page .box__ttl_c {
    line-height: 4rem;
  }
  .lp-page .collapse__ttl.-ask:before,
  .lp-page .collapse__content.-ans:before {
    width: 24px;
    height: 24px;
  }
  .lp-page .ttl-h3_cp {
    padding: 5px 5px 0;
    line-height: 20px;
  }
  .lp-page .ex_f_num span {
    line-height: 42px;
  }
  .lp-page .box_ct_ico span {
    padding: 6px 5px 0;
    line-height: 21px;
  }
  .lp-link {
    padding-bottom: 0;
    line-height: 16px;
    display: inline-block;
  }
}
._mv a:hover {
  opacity: 0.8;
}

.cp_area.page-links {
  margin-top: 20px;
}

.cp_area.page-links a {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.page-links.anc a:before {
  width: 20px;
  height: 20px;
  left: inherit;
  right: 1rem;
}

.img_in_btn._wide {
  bottom: 4.5%;
  height: 15%;
}
@media (max-width: 767px) {
  .img_in_btn._wide {
    bottom: 3.9%;
    height: 13.6%;
    width: 91.5%;
  }
}

._mv_wide img {
  width: 100%;
}

.bg-blue {
  background-color: #E0ECFC;
}

@media (min-width: 768px) {
  br.hidden-pc {
    display: none;
  }
}
._c_blue {
  color: #005B9F;
}

.fs__16 {
  font-size: 1.6rem;
}

.fs__big {
  font-size: 2.2rem;
}

.head_h3 span._c_blue {
  color: #005B9F;
}

._color_blue .box {
  border-color: #005B9F;
}

._color_blue .box__ttl {
  background-color: #005B9F;
  color: #fff;
}

._color_blue .collapse__ttl:after {
  background-image: url(/lp/partner/genki-passport-wide/images/ico_plus.svg);
}

._color_blue .-active .collapse__ttl:after {
  background-image: url(/common/images/ico_minus.svg);
}

._color_blue .ttl-h2 {
  border-color: #005B9F;
}

._color_blue .ttl-h3_cp {
  background-color: #E0ECFC;
  color: #005B9F;
}

._color_blue .-scroll.-after:after {
  background-image: url(/lp/partner/genki-passport-wide/images/ico_scr.svg);
}

._color_blue .collapse__ttl.-ask:before {
  background-image: url(/lp/partner/genki-passport-wide/images/ico_q.svg);
}

._color_blue .collapse__content.-ans:before {
  background-image: url(/lp/partner/genki-passport-wide/images/ico_a.svg);
}

._color_blue .ex_f_num span {
  background: #005B9F;
}

._border_r {
  border-radius: 5px;
}

.bg-pink2 {
  background-color: #FFEBF9;
}

.ttl-h3_cp._pink {
  background-color: #FFE3F7;
  color: #B60081;
}

.ttl-h3_cp._yllw {
  background-color: #FFE2A0;
  color: #984C00;
}

.ttl-h3_cp._grn {
  background-color: #E4F5BD;
  color: #046500;
}

.btn.ico03._wide {
  height: 7.1rem;
  line-height: 7rem;
}
@media (max-width: 767px) {
  .btn.ico03._wide {
    line-height: 1.3;
    height: auto;
    padding: 1.5rem;
  }
}
.btn.ico03._wide:before {
  width: 2.6rem;
  height: 2.6rem;
  left: 2rem;
}
@media (max-width: 767px) {
  .btn.ico03._wide:before {
    width: 16px;
    height: 16px;
    left: 2vw;
  }
}

.head_h3 {
  font-size: 1.8rem;
}
.head_h3 span {
  color: #B60081;
}

.fs_normal {
  font-size: 1.6rem;
}

.txt_indent5 {
  text-indent: -5em;
  padding-left: 5em;
}

._txt_huge_num {
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}

._txt_huge_num2 {
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 767px) {
  ._txt_huge_num2 {
    font-size: 2rem;
  }
}

.btn--large {
  max-width: 41rem;
}

@media (min-width: 768px) {
  .colums-list02.colums03 .colums-list02__item {
    width: 33.3333333333%;
  }
  .btn.ico02.left6:after {
    left: 6%;
  }
  .btn.ico15.left6:after,
  .btn.ico16.left6:after {
    left: 6%;
  }
}
@media (max-width: 767px) {
  ._plus_small img {
    width: 3rem;
    height: 3rem;
  }
}
.page-tab._c_blue {
  border-color: #005B9F;
}
.page-tab._c_blue a.active {
  background-color: #005B9F;
}
.page-tab._c_blue a:hover {
  background-color: #005B9F;
}

.under_bubble {
  text-align: center;
}
.under_bubble_inner {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: solid 2px #005B9F;
  position: relative;
  display: inline-block;
  padding: 0 1rem 0.5rem;
}
.under_bubble_inner:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #005B9F transparent transparent transparent;
  border-width: 16px 10px 0 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}
.under_bubble_inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 16px 10px 0 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}

.anc_worries {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1rem;
  background: #E0ECFC url(/lp/partner/genki-passport-wide/images/arr_under_p.svg) no-repeat center right 2rem;
  padding: 3rem 7rem 3rem 12rem;
  width: calc(100% - 4rem);
  margin-left: 4rem;
  margin-top: 4rem;
  min-height: 120px;
}
@media (max-width: 767px) {
  .anc_worries {
    padding: 3rem 7rem 3rem 10rem;
    width: 100%;
    margin-left: 0;
    background-size: 2rem 2rem;
  }
}
.anc_worries + .anc_worries {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .anc_worries + .anc_worries {
    margin-top: 1.5rem;
  }
}
.anc_worries:hover {
  opacity: 0.6;
  color: inherit;
}
.anc_worries_image {
  position: absolute;
  left: -4rem;
}
@media (max-width: 767px) {
  .anc_worries_image {
    width: 8rem;
    height: 8rem;
    left: 1rem;
  }
}
.anc_worries_txt {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
}
.anc_worries_txt span {
  color: #005B9F;
}
@media (max-width: 767px) {
  .anc_worries_txt {
    font-size: 1.6rem;
  }
}

.page_to_btm {
  text-align: center;
  margin: 3.5rem auto;
}
@media (max-width: 767px) {
  .page_to_btm {
    margin: 2rem auto;
  }
  .page_to_btm img {
    width: 6rem;
    height: auto;
  }
}

.h_bold {
  text-align: center;
}
.h_bold span {
  font-weight: bold;
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}
.h_bold span:before {
  content: "";
  display: block;
  width: 2px;
  height: 2.4rem;
  background: #005B9F;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-20deg);
}
.h_bold span:after {
  content: "";
  display: block;
  width: 2px;
  height: 2.4rem;
  background: #005B9F;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(20deg);
}

.consider_logo {
  text-align: center;
  margin: 2rem auto;
}
.consider_txt {
  font-weight: bold;
  color: #005B9F;
  font-size: 2.2rem;
  text-align: center;
}
.consider_txt2 {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.8rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .consider_txt2 {
    text-align: left;
  }
}
.consider_detail {
  text-align: center;
  margin-top: 2rem;
}

.secur_detail_top {
  position: relative;
}
.secur_detail_top picture {
  margin-left: 80px;
}
@media (max-width: 767px) {
  .secur_detail_top picture {
    margin: 0;
    text-align: center;
  }
  .secur_detail_top picture img {
    display: block;
    margin: 0 auto;
  }
}
.secur_detail_top_txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.4rem;
  position: absolute;
  top: 6.5rem;
  left: 18rem;
}
@media (max-width: 767px) {
  .secur_detail_top_txt {
    font-size: 1.6rem;
    text-align: left;
    max-width: 18rem;
    top: 5.5rem;
    left: calc(50% - 12rem);
  }
  .secur_detail_top_txt br {
    display: none;
  }
}
.secur_detail_top_txt span {
  color: #005B9F;
}
.secur_detail_top_txt._p2 {
  top: 6rem;
}
@media (max-width: 767px) {
  .secur_detail_top_txt._p2 {
    top: 4rem;
    left: calc(50% - 12rem);
  }
}
.secur_detail_ttl {
  background: #005B9F;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
@media (max-width: 767px) {
  .secur_detail_ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.secur_detail_inner {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .secur_detail_inner {
    padding: 2.5rem 1rem;
  }
}
.secur_detail_inner .anchor-link a:hover {
  opacity: 0.6;
}
.secur_detail_bold {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (max-width: 767px) {
  .secur_detail_bold {
    font-size: 1.6rem;
  }
}
.secur_detail_bold ._label {
  background: linear-gradient(transparent 60%, #FFD62B 60%, #FFD62B 100%);
}
.secur_detail_bold ._c_b {
  color: #005B9F;
}
.secur_detail_bold2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .secur_detail_bold2 {
    font-size: 1.6rem;
  }
}
.secur_detail_bold2 span {
  color: #005B9F;
}
.secur_detail_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.secur_detail_list li {
  width: calc((100% - 30px) / 4);
  background: #F5F5F5;
  padding: 1rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .secur_detail_list li {
    width: calc(50% - 5px);
  }
}
.secur_detail_list li img {
  width: 36px;
  height: 36px;
}
.secur_detail_list li p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.secur_detail_list_plus {
  display: block;
  margin: 20px auto 10px;
}
.secur_detail_plan {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .secur_detail_plan {
    flex-direction: column;
    margin-top: 0;
  }
}
.secur_detail_plan > li {
  width: calc((100% - 30px) / 3);
}
@media (max-width: 767px) {
  .secur_detail_plan > li {
    width: 100%;
    margin-top: 3rem;
  }
}
.secur_detail_plan_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .secur_detail_plan_ttl {
    text-align: left;
  }
}
.secur_detail_plan_ttl span {
  color: #005B9F;
}
.secur_detail_plan_img {
  margin: 15px auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.secur_detail_plan_cost {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background: #E0ECFC;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .secur_detail_plan_cost {
    padding: 1rem;
  }
}
.secur_detail_plan_cost li {
  width: calc(50% - 2px);
  display: flex;
  align-items: center;
}
.secur_detail_plan_cost_age {
  background: #005B9F;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.2rem 0.4rem;
  line-height: 1.2;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .secur_detail_plan_cost_age {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.secur_detail_plan_cost_num {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .secur_detail_plan_cost_num {
    font-size: 2rem;
  }
}
.secur_detail_plan_cost_num span {
  font-size: 1rem;
}
.secur_detail_plan_link {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .secur_detail_plan_link {
    margin-top: 1rem;
  }
}
.secur_detail_plan_link a {
  color: #005B9F;
}
.secur_detail_plan_link a ._ico_arr {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.secur_detail_plan_link a ._ico_blank {
  width: 17px;
  height: auto;
  vertical-align: middle;
  margin-left: 10px;
}
.secur_detail_plan_link a:hover {
  text-decoration: underline;
}
.secur_detail_plan_capture {
  font-size: 1.2rem;
  margin-top: 1.8rem;
}
.secur_detail_info {
  display: flex;
  margin-top: 1.5rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .secur_detail_info {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.secur_detail_info > figure {
  width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  .secur_detail_info > figure {
    width: 100%;
    text-align: center;
  }
  .secur_detail_info > figure img {
    max-width: 24rem;
  }
}
.secur_detail_info_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  .secur_detail_info_txt {
    width: 100%;
  }
}
.secur_detail_info_txt p {
  background-color: #FEF8F8;
  padding: 3rem 2.5rem;
}
@media (max-width: 767px) {
  .secur_detail_info_txt p {
    padding: 1.5rem;
  }
}

.announce_detail {
  padding: 2.5rem 15rem 2.5rem 7rem;
  background-color: #E0ECFC;
  margin-top: 2.5rem;
  position: relative;
  border-radius: 8rem;
}
@media (max-width: 767px) {
  .announce_detail {
    border-radius: 3rem;
    padding: 2.5rem 2.5rem;
  }
}
.announce_detail + .announce_detail {
  margin-top: 1rem;
}
.announce_detail_wrap {
  counter-reset: number 0;
}
.announce_detail:before {
  counter-increment: number 1;
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #005B9F;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 1.5rem;
  line-height: 1;
  position: absolute;
  left: 3rem;
  top: 2.2rem;
}
@media (max-width: 767px) {
  .announce_detail:before {
    top: 0;
    left: 0;
  }
}
.announce_detail:after {
  content: "";
  display: block;
  width: 9.8rem;
  height: 9.8rem;
  background: url(/lp/partner/genki-passport-wide/images/img_no.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .announce_detail:after {
    margin: 0;
    top: 0.5rem;
    right: 0.5rem;
    bottom: inherit;
    width: 8rem;
    height: 8rem;
    background-size: 8rem 8rem;
  }
}
.announce_detail_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .announce_detail_ttl {
    padding-right: 8rem;
    font-size: 1.6rem;
  }
}
.announce_detail_ttl span {
  color: #005B9F;
}

.table-area._blue:not(.-noborder) {
  border-color: #005B9F;
}
.table-area._blue .table th {
  background-color: #E0ECFC;
}
.table-area._blue .table th.bg-pink {
  background-color: #FFE3F7;
  color: #B60081;
}
.table-area._blue .table th.bg-yllw {
  background-color: #FFE2A0;
  color: #984C00;
}
.table-area._blue .table th.bg-grn {
  background-color: #E4F5BD;
  color: #046500;
}
.table-area._blue .table tr:not(:last-child) td {
  border-color: #E0ECFC;
}
.table-area._blue .table:not(.table--vertical) td:not(:last-child) {
  border-color: #E0ECFC;
}

._hs_num {
  position: relative;
  padding: 0 7rem 0 4rem;
}
@media (max-width: 767px) {
  ._hs_num {
    padding: 0 0 0 4rem;
  }
}
._hs_num ._num {
  width: 3rem;
  height: 3rem;
  background: #005B9F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
._hs_num:after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url(/lp/partner/genki-passport-wide/images/img_no2.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  ._hs_num:after {
    content: none;
  }
}

.collapse__ttl ._label_blue {
  display: inline-block;
  background-color: #005B9F;
  color: #fff;
  padding: 0 1.2rem;
  line-height: 1.4;
  border-radius: 1.2rem;
}

._color_blue .collapse__content {
  border-color: #005B9F;
}
._color_blue .collapse__ttl {
  border-color: #005B9F;
}

.ttl_service {
  text-align: center;
  margin-bottom: 22px;
}
.ttl_service img {
  display: block;
  margin: 0 auto 2rem;
}
.ttl_service_inner {
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
  padding: 1rem 3rem;
  display: flex;
}
@media (max-width: 767px) {
  .ttl_service_inner {
    padding: 1rem;
    line-height: 1.4;
  }
}
.ttl_service_inner img {
  margin-right: 1rem;
}

.service_device {
  display: flex;
}
@media (max-width: 767px) {
  .service_device {
    flex-direction: column;
  }
  .service_device figure {
    text-align: center;
  }
}
.service_device_txt {
  padding-top: 1rem;
}
.service_device_txt .list-custom {
  line-height: 1.4;
}
.service_point {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service_point {
    flex-direction: column;
  }
}
.service_point figure {
  width: 47%;
}
@media (max-width: 767px) {
  .service_point figure {
    width: 100%;
  }
}
.service_point_txt {
  width: 51%;
}
@media (max-width: 767px) {
  .service_point_txt {
    width: 100%;
    margin-top: 2rem;
  }
  .service_point_txt > .fw__bold {
    text-align: center;
  }
}

.not_know {
  background: #fff;
  position: relative;
  padding: 7.5rem 5rem 5.5rem;
  margin-top: 13rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .not_know {
    padding: 6rem 1rem 2rem;
  }
}
.not_know_face {
  position: absolute;
  top: -8rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .not_know_face {
    top: -5rem;
  }
  .not_know_face img {
    width: 10rem;
    height: 10rem;
  }
}

@media (max-width: 767px) {
  ._sp_no_flex {
    display: block;
  }
  .sp_retv {
    position: relative;
    padding-top: 11rem;
  }
}
.plan_table {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .plan_table {
    margin-top: 0;
  }
}
.plan_table_top {
  display: flex;
}
@media (max-width: 767px) {
  .plan_table_top {
    flex-direction: column;
  }
}
.plan_table_top_logo {
  width: 35%;
  padding: 0 5px 5px 0;
}
@media (max-width: 767px) {
  .plan_table_top_logo {
    width: 100%;
    padding: 0;
  }
}
.plan_table_top_logo_inner {
  border: solid 2px #F5F5F5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .plan_table_top_logo_inner {
    padding: 1.5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: auto;
  }
}
.plan_table_top_logo_inner img {
  max-width: 230px;
}
.plan_table_top_logo_inner p {
  font-weight: bold;
  margin-top: 25px;
}
.plan_table_top_head {
  width: calc((65% - 4px) / 3);
  background: #F5F5F5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .plan_table_top_head {
    width: 100%;
    margin-top: 1.5rem;
    background: #fff;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.plan_table_top_head:not(:last-child) {
  margin-right: 2px;
}
.plan_table_top_head_ttl {
  padding: 0.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .plan_table_top_head_ttl {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
    padding: 0.2rem 1rem;
  }
}
.plan_table_top_head_ttl._plan_a {
  background-color: #FFE3F7;
  color: #B60081;
}
.plan_table_top_head_ttl._plan_b {
  background-color: #FFE2A0;
  color: #984C00;
}
.plan_table_top_head_ttl._plan_c {
  background-color: #E4F5BD;
  color: #046500;
}
.plan_table_top_head_img {
  text-align: center;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .plan_table_top_head_img {
    width: 45%;
    padding: 0;
  }
  .plan_table_top_head_img img {
    width: 100%;
  }
}
.plan_table_top_head_txt {
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  line-height: 1.4;
  min-height: 6rem;
}
@media (max-width: 767px) {
  .plan_table_top_head_txt {
    min-height: inherit;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.plan_table_top_head_detail {
  padding: 0 1rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .plan_table_top_head_detail {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .plan_table_top_head_inner {
    width: 50%;
  }
}
.plan_table_num {
  display: flex;
}
@media (max-width: 767px) {
  .plan_table_num {
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 5px;
    margin-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
.plan_table_num_head {
  width: 35%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: #fff solid 2px;
}
@media (max-width: 767px) {
  .plan_table_num_head {
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .plan_table_num_head + .plan_table_num_txt {
    padding-top: 1rem;
  }
}
.plan_table_num_head img {
  margin-right: 1rem;
}
.plan_table_num_head p {
  line-height: 1.4;
}
.plan_table_num_txt {
  width: 21.6666666667%;
  border-right: solid 2px #F5F5F5;
  border-bottom: solid 2px #F5F5F5;
}
@media (max-width: 767px) {
  .plan_table_num_txt {
    width: calc(100% - 3rem);
    border: none;
    margin: 0 auto;
    background: #fff;
    display: flex;
    padding: 0.5rem 1.5rem;
    align-items: center;
    justify-content: space-between;
  }
  .plan_table_num_txt:last-child {
    padding-bottom: 1rem;
  }
}
.plan_table_num_txt p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .plan_table_num_txt p {
    padding: 0;
    width: calc(100% - 8rem);
    justify-content: end;
  }
}
.plan_table_num_txt p ._num {
  font-weight: bold;
}
.plan_table_num_txt p ._huge {
  font-size: 2.4rem;
  color: #005B9F;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .plan_table_num_txt p ._huge {
    line-height: 1;
  }
}
.plan_table_num_txt p ._no_txt {
  width: 20px;
  height: 2px;
  background-color: #A3A3A3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .plan_table_num_txt p ._no_txt {
    right: 6rem;
    left: inherit;
  }
}
@media (max-width: 767px) {
  .plan_table_num_txt p ._day {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .plan_table_num_txt ._label {
    width: 7.5rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .plan_table_num_txt ._label._plan_a {
    background-color: #FFE3F7;
    color: #B60081;
  }
  .plan_table_num_txt ._label._plan_b {
    background-color: #FFE2A0;
    color: #984C00;
  }
  .plan_table_num_txt ._label._plan_c {
    background-color: #E4F5BD;
    color: #046500;
  }
}

.plan_option li {
  display: flex;
}
@media (max-width: 767px) {
  .plan_option li {
    flex-direction: column;
    background: #F5F5F5;
    padding-bottom: 1.5rem;
    border-radius: 5px;
  }
}
.plan_option li + li {
  margin-top: 0.5rem;
}
.plan_option_ttl {
  width: 50%;
  display: flex;
  line-height: 1.4;
  background: #F5F5F5;
  padding: 1rem 1.5rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 767px) {
  .plan_option_ttl {
    width: 100%;
  }
}
.plan_option_ttl img {
  margin-right: 0.5rem;
}
.plan_option_detail {
  width: 50%;
  display: flex;
  border: solid 2px #F5F5F5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767px) {
  .plan_option_detail {
    width: calc(100% - 3rem);
    margin: 0 auto;
    border: none;
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
  }
}
.plan_option_detail p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.plan_option_detail p img {
  vertical-align: middle;
}
.plan_option_detail p span {
  vertical-align: middle;
}

.estimate_ttl {
  text-align: center;
}
.estimate_link {
  margin-top: 2rem;
}
.estimate_link li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .estimate_link li {
    text-align: center;
  }
}
.estimate_link li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #B60081;
  vertical-align: middle;
}
.estimate_link li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/common/images/ico_right.svg) no-repeat center/20px 20px;
  vertical-align: middle;
  margin-right: 1rem;
}
.estimate_link li:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 18px;
  background: url(/products/genki-passport/images/ico_pdf.svg) no-repeat center/13px 18px;
  vertical-align: middle;
  margin-left: 1rem;
}
.estimate_link li._no_pdf:after {
  content: none;
}
.estimate_link._c_black a {
  color: #2E2E2E;
}
.estimate_link._c_black a:hover {
  text-decoration-color: #2E2E2E;
}

@media (max-width: 767px) {
  .fee_table {
    position: relative;
    padding: 6.5rem 0 0;
    margin-top: 1rem;
  }
}
.fee_table_head {
  display: flex;
  padding-left: calc(15% + 2px);
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fee_table_head {
    padding: 0;
    display: block;
    margin-bottom: 1rem;
  }
  .fee_table_head:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5.5rem;
    height: 2px;
  }
}
.fee_table_head_item {
  width: calc((100% - 4px) / 3);
  background: #F5F5F5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fee_table_head_item {
    width: 100%;
    overflow: auto;
    border-radius: 0;
  }
}
.fee_table_head_item_ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.2rem;
}
@media (min-width: 768px) {
  .fee_table_head_item_ttl._plan_a {
    background-color: #FFE3F7;
    color: #B60081;
  }
  .fee_table_head_item_ttl._plan_b {
    background-color: #FFE2A0;
    color: #984C00;
  }
  .fee_table_head_item_ttl._plan_c {
    background-color: #E4F5BD;
    color: #046500;
  }
}
@media (max-width: 767px) {
  .fee_table_head_item_ttl {
    position: absolute;
    height: 5.5rem;
    width: calc((100% - 4px) / 3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 5.5rem;
    padding: 0;
    color: #fff;
    background: #C9C9C9;
  }
  .fee_table_head_item_ttl._plan_a {
    top: 0;
    left: 0;
  }
  .fee_table_head_item_ttl._plan_b {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .fee_table_head_item_ttl._plan_c {
    top: 0;
    right: 0;
  }
}
.fee_table_head_item_txt {
  padding: 1rem 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .fee_table_head_item_txt {
    display: none;
  }
  .fee_table_head_item_txt br {
    display: none;
  }
}
.fee_table_detail {
  display: flex;
  gap: 2px;
  margin-top: 2px;
}
.fee_table_detail_age {
  width: 15%;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .fee_table_detail_age {
    width: calc((100% - 4px) / 3);
  }
}
.fee_table_detail_item {
  width: calc((85% - 2px - 4px) / 3);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fee_table_detail_item {
    display: none;
    width: calc((100% - 4px) / 3 * 2);
  }
  .fee_table_detail_item._active {
    display: flex;
  }
}
.fee_table_detail_item > p {
  display: flex;
  width: calc(50% - 1px);
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
.fee_table_detail_item > p:first-child {
  color: #005B9F;
  background: #E0ECFC;
}
.fee_table_detail_item > p:last-child {
  color: #B60081;
  background: #EED9E8;
}
.fee_table_detail_item > p span {
  font-size: 2rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .fee_table._has_p_a .fee_table_head:before {
    background: #B60081;
  }
  .fee_table._has_p_a .fee_table_head_item:first-child .fee_table_head_item_txt {
    display: block;
  }
  .fee_table._has_p_a ._plan_a {
    background-color: #FFE3F7;
    color: #B60081;
  }
  .fee_table._has_p_a .fee_table_detail .fee_table_detail_item:nth-child(2) {
    display: flex;
  }
  .fee_table._has_p_b .fee_table_head:before {
    background: #984C00;
  }
  .fee_table._has_p_b .fee_table_head_item:nth-child(2) .fee_table_head_item_txt {
    display: block;
  }
  .fee_table._has_p_b ._plan_b {
    background-color: #FFE2A0;
    color: #984C00;
  }
  .fee_table._has_p_b .fee_table_detail .fee_table_detail_item:nth-child(3) {
    display: flex;
  }
  .fee_table._has_p_c .fee_table_head:before {
    background: #046500;
  }
  .fee_table._has_p_c .fee_table_head_item:last-child .fee_table_head_item_txt {
    display: block;
  }
  .fee_table._has_p_c ._plan_c {
    background-color: #E4F5BD;
    color: #046500;
  }
  .fee_table._has_p_c .fee_table_detail .fee_table_detail_item:nth-child(4) {
    display: flex;
  }
}

.btn.-many-txt:after, .btn.-many-txt:after {
  left: 6%;
}

.btn.ico02:after {
  left: 12%;
}

@media (max-width: 767px) {
  .btn.-many-txt:after, .btn.-many-txt:after {
    left: 4%;
  }
}
.link_bottom._wide {
  bottom: -78px;
}
.link_bottom._wide .link_bottom_links li {
  width: 100%;
}

@media (min-width: 768px) {
  .link_bottom._wide:hover {
    transform: translate(0, -76px);
  }
}
@media (max-width: 767px) {
  .link_bottom._wide {
    bottom: 0px;
  }
  .link_bottom._wide .link_bottom_md {
    height: 145px;
    padding: 3rem 1rem;
  }
}/*# sourceMappingURL=genki-passport.css.map */