@charset "UTF-8";

#fGlobalFooterLower {
    display: none;
}

h2,
h3,
h4,
p {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
}

.font_bold {
    font-weight: 700;
}
.font_jost {
    font-family: 'Jost', sans-serif;
}
.color_blue {
    color: #153d70;
}
@media only screen and (min-width: 769px) {
    .sp_only {
        display: none;
    }
    #dMain,
    .nosubnavi #dMainColumn,
    .popup #dMainColumn,
    .popup02 #dMainColumn {
        width: 100%;
    }
    .howtoapply {
        padding-top: 0;
    }
    .contents_inner {
        width: 100%;
        margin: 0 auto;
    }
    .transparent_hover {
        transition: opacity 0.4s;
    }
    .transparent_hover:hover {
        opacity:0.7;
    }
}
@media only screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }
    .popup #dKeyVisual h1 {
        /*font-size: 14px !important;*/
    }
    .dModBoxNormal.howtoapply {
        padding: 0;
    }
    .contents_inner {
        padding: 0;
    }
}

/* howtoapply_register */
#dMain h2.howtoapply_register_ttl span,
#dMain h2.howtoapply_step_accordion_ttl span{margin:0 !important; display:inline-block; font-size:inherit;}


.howtoapply_register {
    /*background-color: #dcf3ff;*/
    background-color:#edf2f5;
    border:solid 1px #ddd;
    border-radius:10px;
}
.howtoapply_register_figure {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.howtoapply_register_figure_target {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    border-radius:10px;
}
.howtoapply_register_figure_target::before,
.howtoapply_register_figure_target::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.howtoapply_register_figure_target::before {
    top: 100%;
    background-color: #749dc9;
}
.howtoapply_register_figure_target_2 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.howtoapply_register_figure_target_ttl,
.howtoapply_register_figure_target_ttl:link,
.howtoapply_register_figure_target_ttl:visited {
    position: relative;
    color: #153d70;
}
.howtoapply_register_figure_target_2 .howtoapply_register_figure_target_ttl::before,
.howtoapply_register_figure_target_detail_ttl::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.howtoapply_register_figure_target_detail_ttl,
.howtoapply_register_figure_target_detail_ttl:link,
.howtoapply_register_figure_target_detail_ttl:visited {
    display: block;
    position: relative;
    color: #153d70;
    background-color: #e8f7ff;
}
.howtoapply_register_figure_target_detail_ttl span{display:inline-block;}

.howtoapply_register_figure_target_detail_list {
    counter-reset: number 0;
}
.howtoapply_register_figure_target_detail_item::before {
    counter-increment: number 1;
    content: counter(number) " ";
    display: inline-block;
    color: #fff;
    font-family: 'Jost', sans-serif;
    text-align: center;
    background-color: #153d70;
    border-radius: 50%;
}
.howtoapply_register_figure_target_icon_or {
    position: absolute;
    top: 50%;
    color: #fff;
    text-align: center;
    background-color: #2bbbef;
    border-radius: 50%;
    transform: translateY(-50%);
}
.howtoapply_register_figure_procedure {
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #153d70;
    border-radius:10px;
}
.howtoapply_register_figure_procedure_txt_link,
.howtoapply_register_figure_procedure_txt_link:link,
.howtoapply_register_figure_procedure_txt_link:visited {
    color: #fff;
}
.howtoapply_register_notes_link,
.howtoapply_register_notes_link:link,
.howtoapply_register_notes_link:visited {
    color: #153d70;
}
.howtoapply_register_figure_target_2 .howtoapply_register_figure_target_ttl,
.howtoapply_register_figure_target_2 .howtoapply_register_figure_target_detail {
    width: 100%;
}
.howtoapply_register_figure_target_2 .howtoapply_register_figure_target_detail {
    text-align: center;
}



/*@media only screen and (min-width: 1200px) {*/
    .howtoapply_register {
        padding: 33px 40px 40px;
    }
    .howtoapply_register_ttl {
        font-size: 24px;
        margin-bottom: 24px;
        text-align:center;
    }
    .howtoapply_register_ttl span{display:inline-block; font-size: 24px;}


    h2.howtoapply_register_ttl:before{display:none;}
    .howtoapply_register_figure_target {
        padding: 27px 25px 30px;
        box-sizing:border-box;
    }
    .howtoapply_register_figure_target_1 {
        width: 61%;
    }
    .howtoapply_register_figure_target_2 {
        width: calc(40% - 80px);
    }
    .howtoapply_register_figure_target::before {
        width: 26px;
        height: 22px;
    }
    .howtoapply_register_figure_target::after {
        bottom: -40px;
        border-top: 24px solid #749dc9;
        border-left: 32px solid transparent;
        border-right: 32px solid transparent;
    }
    .howtoapply_register_figure_target_ttl {
        font-size: 18px;
        line-height: 1.56;
        margin-bottom: 15px;
    }
    .howtoapply_register_figure_target_1 .howtoapply_register_figure_target_ttl {
        text-align: center;
    }
    .howtoapply_register_figure_target_detail_wrap {
        display: flex;
        justify-content: space-between;
    }
    .howtoapply_register_figure_target_detail {
        width: 49%;
    }
    .howtoapply_register_figure_target_detail_ttl {
        font-size: 16px;
        padding: 9px 24px 9px 10px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }
    .howtoapply_register_figure_target_detail_ttl:hover {
        text-decoration: none;
    }
    .howtoapply_register_figure_target_2 .howtoapply_register_figure_target_ttl::before,
    .howtoapply_register_figure_target_detail_ttl::before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 9px solid #153d70;
    }
    .howtoapply_register_figure_target_2 .howtoapply_register_figure_target_ttl::before {
        top: 36px;
        right: 0;
    }
    .howtoapply_register_figure_target_detail_ttl::before {
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
    }
    .howtoapply_register_figure_target_detail_item {
        font-size: 16px;
    }
    .howtoapply_register_figure_target_detail_item + .howtoapply_register_figure_target_detail_item {
        margin-top: 6px;
    }
    .howtoapply_register_figure_target_2 .howtoapply_register_figure_target_detail_item {
        font-size: 18px;
    }
    .howtoapply_register_figure_target_detail_item::before {
        font-size: 14px;
        line-height: 24px !important;
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .howtoapply_register_figure_target_icon_or {
        left: -58px;
        font-size: 24px;
        line-height: 48px !important;
        width: 48px;
        height: 48px;
    }
    .howtoapply_register_figure_procedure {
        padding: 25px 0 29px;
        margin-top: 48px;
    }
    .howtoapply_register_figure_procedure_ttl {
        font-size: 28px;
        line-height: 1.5 !important;
        margin-bottom: 2px;
    }
    .howtoapply_register_figure_procedure_txt {
        font-size: 14px;
    }
    .howtoapply_register_notes {
        font-size: 14px;
        margin-top: 20px;
    }
/*}*/

@media only screen and (max-width: 1080px) {
  .howtoapply_register {
      padding: 30px;
  }
  .howtoapply_register_ttl {
      font-size: 21px;
      margin-bottom: 21px;
      text-align:center;
  }
  .howtoapply_register_ttl span{display:inline-block; font-size: 21px;}


  h2.howtoapply_register_ttl:before{display:none;}
  .howtoapply_register_figure_target_detail_list {
    margin-bottom:10px;
  }
  .howtoapply_register_figure_target {
      padding: 21px 21px 25px;
      box-sizing:border-box;
  }
  .howtoapply_register_figure_target_1 {
      width: 61%;
  }
  .howtoapply_register_figure_target_2 {
      width: calc(40% - 80px);
  }
  .howtoapply_register_figure_target::before {
      width: 26px;
      height: 22px;
  }
  .howtoapply_register_figure_target::after {
      bottom: -40px;
      border-top: 24px solid #749dc9;
      border-left: 32px solid transparent;
      border-right: 32px solid transparent;
  }
  .howtoapply_register_figure_target_ttl {
      font-size: 18px;
      line-height: 1.56;
      margin-bottom: 15px;
  }
  .howtoapply_register_figure_target_1 .howtoapply_register_figure_target_ttl {
      text-align: center;
  }
  .howtoapply_register_figure_target_detail_wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .howtoapply_register_figure_target_detail {
      width: 100%;
  }
  .howtoapply_register_figure_target_detail_ttl {
      font-size: 16px;
      padding: 9px 20px 9px 10px;
      margin-bottom: 15px;
  }
  .howtoapply_register_figure_target_detail_ttl:hover {
      text-decoration: none;
  }
  .howtoapply_register_figure_target_2 .howtoapply_register_figure_target_ttl::before,
  .howtoapply_register_figure_target_detail_ttl::before {
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 9px solid #153d70;
  }
  .howtoapply_register_figure_target_2 .howtoapply_register_figure_target_ttl::before {
      top: 36px;
      right: 0;
  }
  .howtoapply_register_figure_target_detail_ttl::before {
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
  }
  .howtoapply_register_figure_target_detail_item {
      font-size: 14px;
  }
  .howtoapply_register_figure_target_detail_item + .howtoapply_register_figure_target_detail_item {
      margin-top: 6px;
  }
  .howtoapply_register_figure_target_2 .howtoapply_register_figure_target_detail_item {
      font-size: 16px;
  }
  .howtoapply_register_figure_target_detail_item::before {
      font-size: 13px;
      line-height: 22px !important;
      width: 22px;
      height: 22px;
      margin-right: 10px;
  }
  .howtoapply_register_figure_target_icon_or {
      left: -58px;
      font-size: 21px;
      line-height: 42px !important;
      width: 42px;
      height: 42px;
  }
  .howtoapply_register_figure_procedure {
      padding: 25px 0 29px;
      margin-top: 48px;
  }
  .howtoapply_register_figure_procedure_ttl {
      font-size: 28px;
      line-height: 1.5 !important;
      margin-bottom: 2px;
  }
  .howtoapply_register_figure_procedure_txt {
      font-size: 14px;
  }
  .howtoapply_register_notes {
      font-size: 14px;
      margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {


    .howtoapply_register {
        padding: 20px;
    }

    .howtoapply_register_ttl {
        font-size: 18px;
        margin-bottom: 18px;
        text-align:center;
    }
    .howtoapply_register_ttl span{display:inline-block; font-size: 18px;}


    .howtoapply_register_ttl {
        font-size: 18px;
        text-align: center;
        line-height: 1.53 !important;
        margin-bottom: 20px;
    }
    .howtoapply_register_figure_target_ttl span{display:inline-block;}
    .howtoapply_register_figure_target_detail_list{text-align:center; margin:10px 0;}
    .howtoapply_register_figure_target {
        padding: 20px;
    }
    .howtoapply_register_figure_target_1 {
        width: 100%;
    }
    .howtoapply_register_figure_target_2 {
        width: 100%;
    }
    .howtoapply_register_figure_target::before {
        width: 17px;
        height: 16px;
    }
    .howtoapply_register_figure_target::after {
        bottom: -28px;
        border-top: 16px solid #749dc9;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }
    .howtoapply_register_figure_target.howtoapply_register_figure_target_1::after,
    .howtoapply_register_figure_target.howtoapply_register_figure_target_1::before{display:none;}

    .howtoapply_register_figure_target_ttl {
        font-size: 16px;
        text-align: center;
        line-height: 1.55 !important;
        margin-bottom: 10px;
    }
    .howtoapply_register_figure_target_detail + .howtoapply_register_figure_target_detail {
        margin-top: 17px;
    }
    .howtoapply_register_figure_target_detail_ttl {
        font-size: 14px;
        line-height: 1.5 !important;
        text-align: center;
        padding: 4px 0 18px;
        margin-bottom: 8px;
    }
    .howtoapply_register_figure_target_2{margin-top:50px;}
    .howtoapply_register_figure_target_2 .howtoapply_register_figure_target_ttl {
        padding-bottom: 15px;
    }
    .howtoapply_register_figure_target_2 .howtoapply_register_figure_target_ttl::before,
    .howtoapply_register_figure_target_detail_ttl::before {
        bottom: 0;
        top:auto;
        left: 50%;
        border-top: 6px solid #153d70;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        transform: translateX(-50%);
    }
    .howtoapply_register_figure_target_detail_item {
        position: relative;
        font-size: 14px;
        line-height: 1.4 !important;
        padding-left: 18px;
    }
    .howtoapply_register_figure_target_detail_item + .howtoapply_register_figure_target_detail_item {
        margin-top: 5px;
    }
    .howtoapply_register_figure_target_detail_item::before {
        position: static;
        display:inline-block;
        vertical-align:middle;
        top: 0;
        left: 0;
        font-size: 9px;
        line-height: 14px !important;
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .howtoapply_register_figure_target_icon_or {
        left: calc(50% - 16px);
        top:-25px;
        font-size: 16px;
        line-height: 32px !important;
        width: 32px;
        height: 32px;
    }
    .howtoapply_register_figure_procedure {
        padding: 17px 0 20px;
        margin-top: 36px;
    }
    .howtoapply_register_figure_procedure_ttl {
        font-size: 18px;
        line-height: 1.44 !important;
        margin-bottom: 7px;
    }
    .howtoapply_register_figure_procedure_ttl span{display:inline-block;}
    .howtoapply_register_figure_procedure_txt {
        font-size: 13px;
        line-height: 1.4 !important;
    }
    .howtoapply_register_notes {
        font-size: 13px;
        margin-top: 8px;
    }
    .howtoapply_register_figure_procedure_txt_link,
    .howtoapply_register_figure_procedure_txt_link:link,
    .howtoapply_register_notes_link,
    .howtoapply_register_notes_link:link
     {
        text-decoration: underline;
    }
}

/* howtoapply_notes */
.howtoapply_notes {
    background-color: #f5f5f5;
}
.howtoapply_notes_txt_indent {
    display: inline-block;
    padding-left: 1em;
}
@media only screen and (min-width: 769px) {
    .howtoapply_notes {
        padding: 35px 40px;
        margin: 40px 0 80px;
    }
    .howtoapply_notes_ttl {
        font-size: 20px;
        margin-bottom: 23px;
    }
    .howtoapply_notes_ttl:before{display:none;}
    .howtoapply_notes_txt,
    .howtoapply_notes_txt_indent {
        font-size: 14px;
        line-height: 1.71 !important;
    }
}
@media only screen and (max-width: 768px) {
    .howtoapply_notes {
        padding: 21px 20px 20px;
        margin: 35px 0 60px;
    }
    .howtoapply_notes_ttl {
        font-size: 16px;
        margin-bottom: 12px;
    }
    h2.howtoapply_notes_ttl:before{display:none;}

    .howtoapply_notes_txt,
    .howtoapply_notes_txt_indent {
        font-size: 13px;
        line-height: 1.6 !important;
    }
}

/* howtoapply_step */
.howtoapply_step {
    /*background: -webkit-linear-gradient(110deg, #e8f7ff, #c9ecff);
    background: linear-gradient(110deg, #e8f7ff, #c9ecff);*/
    border-radius: 10px;
    background:#edf2f5;
}
.howtoapply_step_accordion_btn {
    position: relative;
    text-align: center;
    background-color: #153d70;
    border-radius: 10px;
}
.howtoapply_step_accordion_btn_input {
    display: none;
}
.howtoapply_step_accordion_btn_icon {
    position: absolute;
    top: 50%;
    background-color: #2bbbef;
    border-radius: 50%;
    transform: translateY(-50%);
	transition: background-color 0.4s;
}
.howtoapply_step_accordion_btn_icon::before,
.howtoapply_step_accordion_btn_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
	transition: opacity 0.4s;
}
.howtoapply_step_accordion_btn_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.howtoapply_step_accordion_btn_input:checked + .howtoapply_step_accordion_btn_icon {
    background-color: #19589a;
}
.howtoapply_step_accordion_btn_input:checked + .howtoapply_step_accordion_btn_icon::after {
    opacity: 0;
}
.howtoapply_step_accordion_ttl,
.howtoapply_step_accordion_btn_txt {
    color: #fff;
}
.howtoapply_step_accordion_btn_case {
    display: inline-block;
    background-color: #fff;
}
.howtoapply_step_accordion_btn_case .strong {
    color: #2bbbef;
}
.howtoapply_step_introduction {
    text-align: center;
}
.howtoapply_step_introduction span{display:inline-block;}

.howtoapply_step_list {
    counter-reset: number 0;
}
.howtoapply_step_list_item {
    position: relative;
}
.howtoapply_step_list_item::before,
.howtoapply_step_list_item::after {
    content: "";
    position: absolute;
}
.howtoapply_step_list_item::before {
    height: 100%;
    background: -webkit-linear-gradient(0deg, #2bbbef, #153d70);
    background: linear-gradient(0deg, #2bbbef, #153d70);
}
.howtoapply_step_list_item::after {
    bottom: 0;
    width: 0;
    height: 0;
}
.howtoapply_step_list_item.last::before,
.howtoapply_step_list_item.last::after {
    display: none;
}
.howtoapply_step_ttl {
    position: relative;
}
.howtoapply_step_ttl::before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: 'Jost', sans-serif;
    text-align: center;
    background-color: #153d70;
    border-radius: 50%;
}
.howtoapply_step_txt_link,
.howtoapply_step_txt_link:link,
.howtoapply_step_txt_link:visited {
    color: #153d70;
}
.howtoapply_step_txt_indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.howtoapply_step_txt_indent2 {
    display: inline-block;
    text-indent: -0.5em;
    padding-left: 1.5em;
}

.howtoapply_step_txt_indent_down {
    display: inline-block;
    padding-left: 1em;
}
.howtoapply_step_btn,
.howtoapply_step_btn:link,
.howtoapply_step_btn:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #153d70;
}
.howtoapply_step_btn.inActive {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #bbb;
}

.howtoapply_step_btn:hover {
    text-decoration: none;
}
.howtoapply_step_btn_inner {
    display: inline-block;
    position: relative;
}
.howtoapply_step_btn_inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    display:none;
}
.howtoapply_step_tab {
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #153d70;
}
.howtoapply_step_tab_btn {
    text-align: center;
    line-height: 1.4;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    transition: color 0.4s, background-color 0.4s;
}
.howtoapply_step_tab_btn.is_selected {
    color: #fff;
    background-color: #153d70;
}
.howtoapply_step_tab_input,
.howtoapply_step_tab_content {
    display: none;
}
.howtoapply_step_tab_content.show {
    display: block;
}
.howtoapply_step_tab_content_inner {
    opacity: 0;
    transition: opacity 1.6s 0s;
}
.show .howtoapply_step_tab_content_inner {
    opacity: 1;
}
@media only screen and (min-width: 1081px) {
.howtoapply_step_list_item_txt_wrap {
    position: relative;
    width: 560px;
    box-sizing: border-box;
    padding-left: 50px;
}
.howtoapply_step_txt {
    font-size: 16px;
    line-height: 1.75 !important;
}
.howtoapply_step_list_item_img_wrap {
    width: 384px;
}
}
@media only screen and (min-width: 769px) {
    .howtoapply_step + .howtoapply_step {
        margin-top: 24px;
    }
    .howtoapply_step.howtoapply_step_4 {
        margin-top: 80px;
    }
    .howtoapply_step_accordion_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 146px;
        cursor: pointer;
    }
    .howtoapply_step_accordion_btn_wide {
        height: 174px;
    }
    .howtoapply_step_accordion_no_btn {
        cursor: auto;
    }
    .howtoapply_step_accordion_btn_icon {
        right: 40px;
        width: 64px;
        height: 64px;
    }
    .howtoapply_step_accordion_btn_icon::before,
    .howtoapply_step_accordion_btn_icon::after {
        width: 24px;
        height: 4px;
    }
    .howtoapply_step_accordion_ttl {
        font-size: 24px;
        text-align:center;
        padding-inline: 120px;
    }
    .howtoapply_step_accordion_ttl:before{display:none;}
    .howtoapply_step_accordion_btn_case {
        font-size: 20px;
        padding: 4px 16px;
        border-radius: 20px;
        margin: 6px auto 0;
    }
    .howtoapply_step_accordion_btn_txt {
        font-size: 14px;
        margin-top: 10px;
    }
    .howtoapply_step_accordion_content_inner {
        padding: 35px 40px 80px;
    }
    .howtoapply_step_introduction {
        font-size: 18px;
    }
    .howtoapply_step_ttl_movie {
        width: 760px;
        margin: 30px auto 0;
    }
    .howtoapply_step_list {
        margin-top: 60px;
    }
    .howtoapply_step_list_item + .howtoapply_step_list_item {
        margin-top: 5px;
    }
    .howtoapply_step_list_item::before {
        bottom: 9px;
        left: 19px;
        width: 3px;
        height: calc(100% - 50px);
    }
    .howtoapply_step_list_item::after {
        left: 14px;
        border-top: 10px solid #2bbbef;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }
    .howtoapply_step_ttl {
        font-size: 24px;
        padding-left: 55px;
        margin-bottom: 15px;
    }
    .howtoapply_step_ttl::before {
        top: 3px;
        font-size: 20px;
        line-height: 40px !important;
        width: 40px;
        height: 40px;
    }
    .howtoapply_step_list_item_detail {
        display: flex;
        justify-content: space-between;
        padding-bottom: 45px;
    }
    .howtoapply_step_list_item_txt_wrap {
        position: relative;
        width: 60%;
        box-sizing: border-box;
        padding-left: 50px;
    }
    .howtoapply_step_txt {
        font-size: 16px;
        line-height: 1.75 !important;
    }
    .howtoapply_step_list_item_img_wrap {
        width: 38%;
    }
    .howtoapply_step_btn {
        position:relative;
        font-size: 21px;
        width: 480px;
        height: 84px;
        border-radius: 48px;
        margin: 20px auto 0;
        padding:0 35px;
        box-sizing:border-box;
    }
    a.howtoapply_step_btn{text-decoration:none;}
    .howtoapply_step_btn:after{content:""; position: absolute; top: calc(50% - 9px); right: 30px; width: 12px; height: 18px; background-size: 12px 18px; background-image: url(/image/module/right_arrow_w.png);}

    .howtoapply_step_btn_inner {
        padding-left: 30px;
        padding:0;
    }
    .howtoapply_step_btn_inner::before {
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .howtoapply_step_btn_s {
        font-size: 16px;
        width: auto;
        max-width: 400px;
        height: 56px;
        padding: 5px 35px;
        margin-top: 40px;
        border-radius:40px;
        text-decoration:none;
        box-sizing:border-box;
        position:relative;
    }
    .howtoapply_step_btn_s:after{content:""; position: absolute; top: calc(50% - 6px); right: 20px; width: 8px; height: 12px; background-size: 8px 12px; background-image: url(/image/module/right_arrow_w.png);}
    a.howtoapply_step_btn_s{text-decoration:none;}
    .howtoapply_step_btn_s .howtoapply_step_btn_inner {
        /*padding-left: 18px;*/
        padding:0;
        text-decoration:none;
    }
    .howtoapply_step_btn_s .howtoapply_step_btn_inner::before {
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .howtoapply_step_tab {
        margin-top: 8px;
    }
    .howtoapply_step_tab li {
        /*width: 456px;*/
        width:50%;
    }
    .howtoapply_step_tab_btn {
        font-size: 18px;
        padding: 12px 0;
    }
    .howtoapply_step_list_underlayer {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 768px) {
    .howtoapply_step + .howtoapply_step {
        margin-top: 20px;
    }
    .howtoapply_step.howtoapply_step_4 {
        margin-top: 60px;
    }
    .howtoapply_step_accordion_btn {
        display: block;
        padding: 20px;
    }
    .howtoapply_step_accordion_btn_icon {
        right: 15px;
        width: 32px;
        height: 32px;
    }
    .howtoapply_step_accordion_btn_icon::before,
    .howtoapply_step_accordion_btn_icon::after {
        width: 12px;
        height: 2px;
    }
    .howtoapply_step_accordion_ttl {
        font-size: 16px;
        line-height: 1.44 !important;
        padding-right: 40px;
    }
    .howtoapply_step_accordion_ttl small{font-size:13px;}
    .howtoapply_step_accordion_ttl small span{display:inline-block;}

    h2.howtoapply_step_accordion_ttl:before{display:none;}
    .howtoapply_step_accordion_btn_case {
        font-size: 12px;
        padding: 3px 14px;
        border-radius: 12px;
        margin: 10px auto 0;
    }
    .howtoapply_step_accordion_btn_txt {
        font-size: 10px;
        line-height: 1.4 !important;
        margin-top: 13px;
    }
    .howtoapply_step_accordion_content_inner {
        padding: 26px 20px 60px;
    }
    .howtoapply_step_introduction {
        font-size: 14px;
        line-height: 1.43 !important;
    }
    .howtoapply_step_ttl_movie {
        width: 100%;
        margin: 25px auto 0;
    }
    .howtoapply_step_list {
        margin-top: 55px;
    }
    .howtoapply_step_list_item + .howtoapply_step_list_item {
        margin-top: 14px;
    }
    .howtoapply_step_list_item::before {
        bottom: 6px;
        left: 13px;
        width: 3px;
        height: calc(100% - 25px);
    }
    .howtoapply_step_list_item::after {
        left: 9.5px;
        border-top: 7px solid #2bbbef;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .howtoapply_step_ttl {
        font-size: 16px;
        line-height: 1.5 !important;
        padding-left: 36px;
        margin-bottom: 12px;
    }
    .howtoapply_step_ttl::before {
        top: -1px;
        font-size: 16px;
        line-height: 28px !important;
        width: 28px;
        height: 28px;
    }
    .howtoapply_step_list_item_detail {
        padding: 0 0 40px 36px;
    }
    .howtoapply_step_txt {
        font-size: 12px;
        line-height: 1.5 !important;
        margin-bottom: 23px;
    }
    .howtoapply_step_txt_link,
    .howtoapply_step_txt_link:link {
        text-decoration: underline;
    }
    /*
    .howtoapply_step_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 56px;
        border-radius: 4px;
        margin: 20px auto 0;
    }
    /*
    .howtoapply_step_btn_inner {
        font-size: 16px;
        line-height: 1.25 !important;
        padding-left: 20px;
    }*/
    /*
    .howtoapply_step_btn_inner::before {
        width: 11px;
        height: 11px;
        box-sizing: border-box;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }*/
    .howtoapply_step_btn {
        position:relative;
        font-size: 15px;
        width: 320px;
        min-height: 56px;
        border-radius: 48px;
        margin: 20px auto 0;
        padding:8px 30px;
        box-sizing:border-box;
    }
    a.howtoapply_step_btn{text-decoration:none;}
    .howtoapply_step_btn:after{content:""; position: absolute; top: calc(50% - 6px); right: 20px; width: 8px; height: 12px; background-size: 8px 12px; background-image: url(/image/module/right_arrow_w.png);}


    /*
    .howtoapply_step_btn_s {
        font-size: 14px;
        height: 48px;
        margin-top: 28px;
    }*/
    .howtoapply_step_btn_s {
        font-size: 13px;
        width: auto;
        max-width: 300px;
        min-height: 48px;
        padding: 8px 30px;
        margin-top: 40px;
        border-radius:60px;
        text-decoration:none;
        box-sizing:border-box;
        position:relative;
    }
    .howtoapply_step_btn_s:after{content:""; position: absolute; top: calc(50% - 6px); right: 20px; width: 8px; height: 12px; background-size: 8px 12px; background-image: url(/image/module/right_arrow_w.png);}
    a.howtoapply_step_btn_s{text-decoration:none;}

    .howtoapply_step_btn_s .howtoapply_step_btn_inner {
        padding-left: 18px;
        padding:0;
    }
    .howtoapply_step_btn_s .howtoapply_step_btn_inner::before {
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    #howtoapply_step_4_btn_small .howtoapply_step_btn_inner {
        font-size: 14px;
    }
    .howtoapply_step_tab {
        margin-top: 12px;
    }
    .howtoapply_step_tab li {
        width: 48.6%;
    }
    .howtoapply_step_tab_btn {
        font-size: 10px;
        padding: 10px 0;
    }
    .howtoapply_step_list_underlayer {
        margin-top: 30px;
    }
}

/* howtoapply_faq */
.howtoapply_faq {
    background-color: #e8f7ff;
}
.howtoapply_faq_ttl {
    text-align: center;
}
h2.howtoapply_faq_ttl:before{display:none;}

.howtoapply_faq_ttl_en {
    display: inline-block;
    line-height: 1 !important;
}
.howtoapply_faq_list {
    counter-reset: number 0;
}
.howtoapply_faq_list_item {
    background-color: #fff;
    box-shadow: 3px 3px 8px 0 rgba(0, 61, 116, 0.15);
}
.howtoapply_faq_accordion_btn {
    display: block;
    position: relative;
}
.howtoapply_faq_accordion_btn_input {
    display: none;
}
.howtoapply_faq_accordion_btn_icon {
    position: absolute;
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%) rotate(225deg);
    transition: transform 0.4s;
}
.howtoapply_faq_accordion_btn_input:checked + .howtoapply_faq_accordion_btn_icon {
    transform: translateY(-50%) rotate(45deg);
}
.howtoapply_faq_accordion_ttl::before {
    counter-increment: number 1;
    content: "Q"counter(number) " ";
    position: absolute;
    top: 50%;
    color: #fff;
    font-family: 'Jost', sans-serif;
    text-align: center;
    background-color: #153d70;
    border-radius: 50%;
    transform: translateY(-50%);
}
.howtoapply_faq_accordion_content_inner {
    position: relative;
}
.howtoapply_faq_accordion_content_txt_wrap {
    background-color: #e8f7ff;
}
.howtoapply_faq_accordion_txt_icon {
    position: absolute;
    color: #2bbbef;
}
.howtoapply_faq_accordion_content_txt_link,
.howtoapply_faq_accordion_content_txt_link:link {
    color: #153d70;
}
.howtoapply_faq_accordion_content_list_1 .howtoapply_faq_accordion_content_list_item {
    text-indent: -1em;
    margin-left: 1em;
}
.howtoapply_faq_accordion_content_list_2 .howtoapply_faq_accordion_content_list_item {
    text-indent: -2em;
    margin-left: 2em;
}
.howtoapply_faq_more_btn,
.howtoapply_faq_more_btn:link,
.howtoapply_faq_more_btn:visited {
    /*display: block;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #333;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    width: 400px;
    height: 56px;
    padding:0 30px;
    box-sizing:border-box;
    background: #333;
    border-radius:50px;
    position:relative;
}

.howtoapply_faq_more_btn:after{content:""; position: absolute; top: calc(50% - 6px); right: 20px; width: 8px; height: 12px; background-size: 8px 12px; background-image: url(/image/module/right_arrow_w.png);}
.howtoapply_faq_more_btn:before{display:none;}
a.howtoapply_faq_more_btn{text-decoration:none;}


.howtoapply_faq_more_btn:hover {
    text-decoration: none;
}
@media only screen and (min-width: 769px) {
    .howtoapply_faq {
        padding: 52px 40px 65px;
        margin-top: 80px;
    }
    .howtoapply_faq_ttl {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .howtoapply_faq_ttl_en {
        font-size: 20px;
        margin: 0 !important;
    }
    .howtoapply_faq_item + .howtoapply_faq_item {
        margin-top: 32px;
    }
    .howtoapply_faq_list_ttl {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .howtoapply_faq_list_item {
        border-radius: 8px;
    }
    .howtoapply_faq_list_item + .howtoapply_faq_list_item {
        margin-top: 15px;
    }
    .howtoapply_faq_accordion_btn_icon {
        right: 42px;
        width: 16px;
        height: 16px;
        box-sizing: border-box;
        border-top: 3px solid #003d74;
        border-left: 3px solid #003d74;
    }
    .howtoapply_faq_accordion_ttl {
        font-size: 20px;
        padding: 32px 80px;
        cursor: pointer;
    }
    .howtoapply_faq_accordion_ttl::before {
        left: 16px;
        font-size: 20px;
        line-height: 48px !important;
        width: 48px;
        height: 48px;
    }
    .howtoapply_faq_accordion_content_inner {
        padding: 10px 16px 16px;
    }
    .howtoapply_faq_accordion_txt_icon {
        top: 0;
        left: 26px;
        font-size: 32px;
        line-height: 1 !important;
    }
    .howtoapply_faq_accordion_content_txt_wrap {
        padding: 34px 40px;
        border-radius: 8px;
    }
    .howtoapply_faq_accordion_content_txt,
    .howtoapply_faq_accordion_content_list_item {
        font-size: 16px;
        line-height: 1.75 !important;
    }
    .howtoapply_faq_accordion_content_img {
        width: 744px;
        margin: 20px auto 0;
    }
    .howtoapply_faq_more_btn_wrap {
        /*padding: 20px 0;*/
        display:flex;
        justify-content: center;
    }

    .howtoapply_faq_more_btn {
        font-size: 20px;
        width: 240px;
        box-sizing: border-box;
        padding: 16px 0 16px 20px;
        border-radius: 8px;
        margin: 40px auto 0;
    }
    .howtoapply_faq_more_btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50px;
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translateY(-50%) rotate(45deg);
    }
}
@media only screen and (max-width: 768px) {
    .howtoapply_faq {
        padding: 52px 20px 60px;
        margin-top: 60px;
    }
    .howtoapply_faq_ttl {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .howtoapply_faq_ttl_en {
        font-size: 16px;
        margin: 3px 0 0 !important;
    }
    .howtoapply_faq_item + .howtoapply_faq_item {
        margin-top: 27px;
    }
    .howtoapply_faq_list_ttl {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .howtoapply_faq_list_item {
        border-radius: 4px;
    }
    .howtoapply_faq_list_item + .howtoapply_faq_list_item {
        margin-top: 20px;
    }
    .howtoapply_faq_accordion_btn_icon {
        right: 30px;
        width: 11px;
        height: 11px;
        box-sizing: border-box;
        border-top: 3px solid #003d74;
        border-left: 3px solid #003d74;
    }
    .howtoapply_faq_accordion_ttl {
        font-size: 14px;
        line-height: 1.29 !important;
        padding: 17px 50px 17px 60px;
    }
    .howtoapply_faq_accordion_ttl::before {
        left: 20px;
        font-size: 12px;
        line-height: 30px !important;
        width: 30px;
        height: 30px;
    }
    .howtoapply_faq_accordion_content_inner {
        padding: 10px 20px 22px;
    }
    .howtoapply_faq_accordion_txt_icon {
        top: 0;
        left: 26px;
        font-size: 20px;
        line-height: 1 !important;
    }
    .howtoapply_faq_accordion_content_txt_wrap {
        padding: 15px 20px;
        border-radius: 4px;
    }
    .howtoapply_faq_accordion_content_txt,
    .howtoapply_faq_accordion_content_list_item {
        font-size: 10px;
        line-height: 1.6 !important;
    }
    .howtoapply_faq_accordion_content_img {
        width: 100%;
        margin: 10px auto 0;
    }
    .howtoapply_faq_more_btn_wrap {
        /*padding: 20px 0;*/
        display:flex;
        justify-content: center;
    }
    /*
    .howtoapply_faq_more_btn {
        font-size: 16px;
        width: 100%;
        padding: 15px 0;
        border-radius: 4px;
        margin: 20px auto 0;
    }
    .howtoapply_faq_more_btn_inner {
        display: inline-block;
        position: relative;
        padding-left: 20px;
    }
    .howtoapply_faq_more_btn_inner::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 11px;
        height: 11px;
        box-sizing: border-box;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translateY(-50%) rotate(45deg);
    }*/

    .howtoapply_faq_more_btn {
        font-size: 13px;
        width: auto;
        max-width: 300px;
        height: 48px;
        padding: 5px 30px;
        margin-top: 40px;
        border-radius:40px;
        text-decoration:none;
        box-sizing:border-box;
        position:relative;
    }
    .howtoapply_faq_more_btn:after{content:""; position: absolute; top: calc(50% - 6px); right: 20px; width: 8px; height: 12px; background-size: 8px 12px; background-image: url(/image/module/right_arrow_w.png);}
    a.howtoapply_faq_more_btn{text-decoration:none;}

}

/* howtoapply_contact */
.howtoapply_contact_ttl,
.howtoapply_contact_web {
    text-align: center;
}
h2.howtoapply_contact_ttl:before{display:none;}

.howtoapply_contact_web{
  display:flex;
  justify-content: center;
  flex-direction: column;
}

.howtoapply_contact_web_btn,
.howtoapply_contact_web_btn:link,
.howtoapply_contact_web_btn:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background:#153d70;
  width:100%;
  max-width:320px;
}
.howtoapply_contact_web_btn:hover {
    text-decoration: none;
}
.howtoapply_contact_web_btn_inner {
    display: block;
}
@media only screen and (min-width: 769px) {
    .howtoapply_contact {
        padding-top: 72px;
    }
    .howtoapply_contact_ttl {
        font-size: 24px;
        margin-bottom: 28px;
    }
    .howtoapply_contact_detail {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .howtoapply_contact_phone_ttl {
        font-size: 16px;
    }
    .howtoapply_contact_phone_number {
        font-size: 48px;
        line-height: 1 !important;
        margin: 5px 0;
    }
    .howtoapply_contact_phone_time {
        font-size: 14px;
    }
    .howtoapply_contact_web {
        margin: 30px auto;
    }
    .howtoapply_contact_web_btn,
    .howtoapply_contact_web_btn:link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 1.4;
        width: 400px;
        height: 56px;
        box-sizing: border-box;
        padding: 0 30px;
        border-radius: 50px;
        position:relative;
    }
    .howtoapply_contact_web_btn:after{content:""; position: absolute; top: calc(50% - 6px); right: 20px; width: 8px; height: 12px; background-size: 8px 12px; background-image: url(/image/module/right_arrow_w.png);}
    a.howtoapply_contact_web_btn{text-decoration:none;}
    .howtoapply_contact_web_btn::before {
        /*content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translateY(-50%) rotate(45deg);*/
        display:none;
    }

}
@media only screen and (max-width: 768px) {
    .howtoapply_contact {
        text-align: center;
        padding: 55px 0 8px;
    }
    .howtoapply_contact_ttl {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .howtoapply_contact_phone_ttl {
        font-size: 12px;
    }
    .howtoapply_contact_phone_number {
        font-size: 24px;
        line-height: 1 !important;
        margin: 1px 0;
    }
    .howtoapply_contact_phone_time {
        font-size: 10px;
    }
    .howtoapply_contact_web {
        padding: 0 40px;
        margin-top: 21px;
        display: flex;
        justify-content: center;
        flex-direction: initial;
    }
    .howtoapply_contact_web_btn,
    .howtoapply_contact_web_btn:link {
        display: block;
        font-size: 16px;
        width: 100%;
        padding: 15px 0;
        border-radius: 4px;
    }
    .howtoapply_contact_web_btn_inner {
        display: inline-block;
        position: relative;
        padding-left: 20px;
    }
    .howtoapply_contact_web_btn_inner::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 11px;
        height: 11px;
        box-sizing: border-box;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translateY(-50%) rotate(45deg);
    }
    .howtoapply_contact_web_btn,
    .howtoapply_contact_web_btn:link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 1.4;
        width: 100%;
        max-width:320px;
        height: 48px;
        box-sizing: border-box;
        padding: 5px 30px;
        border-radius: 50px;
        position:relative;
    }
    .howtoapply_contact_web_btn:before{display:none;}
    .howtoapply_contact_web_btn:after{content:""; position: absolute; top: calc(50% - 6px); right: 20px; width: 8px; height: 12px; background-size: 8px 12px; background-image: url(/image/module/right_arrow_w.png);}
    a.howtoapply_contact_web_btn{text-decoration:none;}
    .howtoapply_contact_web_btn span{padding:0;}
    .howtoapply_contact_web_btn span::before {display:none;}
}

.input_box_2_table {
    margin-top:20px;
    width:100%;
    line-height:1.2;
    font-size:13px;
    word-break: break-all;
    border:solid 1px #ccc;
    border-collapse: collapse;
}
.input_box_2_table_font_s {
    font-size:12px;
}

.input_box_2_table colgroup col:nth-child(odd){
    background: #f4f9fc;
}
.input_box_2_table th,
.input_box_2_table td {
    border:solid 1px #ccc;
    border-collapse: collapse;
    padding: 10px 3px;
    text-align: center;
    vertical-align: middle;
    line-height:1.6!important;
}
.input_box_2_table.left td{text-align:left; padding:10px; background:#fff;}
.input_box_2_table.left td.ctr{text-align:center; padding:10px;}

.input_box_2_table th{background:#f3f5f7;}
.input_box_2_table .no_border_bottom {
    /*border-bottom: none;*/
}
.input_box_2_table .no_border th,
.input_box_2_table .no_border td {
    border-bottom: none;
}

.table_wrap table{min-width:600px; max-width:800px !important; white-space: normal;}
.table_wrap table table{width:auto; min-width:auto;}

.howtoapply_notice_wrap{
  max-width: 1180px;
  box-sizing: border-box;
  padding-left: var(--main-column-padding-x);
  padding-right: var(--main-column-padding-x);
  margin: 0 auto;
  width: auto !important;
}
.howtoapply_notice{
  margin:40px auto 0;
  padding:20px;
  box-sizing:border-box;
  border:double 3px #ddd;
  max-width: 1080px;
  width:100%;
}
.howtoapply_notice p{
  font-size:1.8rem;
  font-weight:700;
  color:#153d70;
}
.howtoapply_notice p span{display:inline-block;}

@media only screen and (max-width: 768px) {
  .howtoapply_notice{
    margin:30px auto 0;
  }
  .howtoapply_notice p{
    font-size:1.6rem;
    font-weight:700;
    color:#153d70;
  }
}

@media only screen and (max-width: 576px) {
  .howtoapply_notice{
    margin:20px auto 0;
    padding:15px;
  }
  .howtoapply_notice p{
    text-align:left;
    font-size:1.5rem;
    font-weight:700;
    color:#153d70;
  }
  .howtoapply_notice p span{display:inline;}
}


.popup-img{position:relative;}
.popup-img:before{content:""; display:block; position:absolute; right:0; bottom:0; width:36px; height:36px; background:url(/image/member/p/nacharge/howtoapply_new/zoom.png) 0 0 no-repeat; background-size:36px;}

@media only screen and (max-width: 576px) {
    .popup-img:before{content:""; display:block; position:absolute; right:0; bottom:0; width:24px; height:24px; background:url(/image/member/p/nacharge/howtoapply_new/zoom.png) 0 0 no-repeat; background-size:24px;}
}