/* reset */
*{
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
}
ul {
    list-style: none;
}
a:hover {
    opacity: 0.8;
}
/* 表示 */
.visible_pc {
    display: block;
}
.visible_sp {
    display: none;
}
@media screen and (max-width: 610px){
    .visible_pc {
        display: none;
    }
    .visible_sp {
        display: block;
    }
}

/* body */
body {
    background: #F2DBE7;
    font-family: 'Noto Sans JP', sans-serif;
    color: #024976;
    letter-spacing: 0.1em;
}
/* header */
header {
    z-index: -1;
    top: 0;
    position: relative;
}
header::before {
    content: '';
    width: 200px;
    height: 35px;
    display: block;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: 25px;
    left: 37px;
    z-index: 2;
    position: absolute;
}
.kv .visible_pc{
    min-height: 110vh;
    min-width: 100%;
    object-fit: cover;
    top: 0;
}
@media screen and (max-width: 610px){
    header::after,
    header::before {
        background-image: none;
    }
    body {
        background: #B0E0F5;
    }
}
@media screen and (min-width: 611px) and (max-width: 780px){
    header::before {
        width: 180px;
        left: 10px;
    }
}

/* main */
main{
    max-width: 610px;
    margin: auto;
    border-radius: 40px 40px 0 0;
    padding: 10px 0 0;
    background: #B0E0F5;
    margin-top: -12%;
    padding: 30px 0 0;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}
@media screen and (max-width: 610px){
    main{
        margin-top: 0;
    }
}

/* apply */
.apply {
    margin: 30px auto 0;
    width: 100%;
}
.apply_txt {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0;
    margin-left: 18px;
}
.apply_txt::before {
    content: '';
    width: 20px;
    height: 2.5px;
    background: #024976;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(55deg);
}
.apply_txt::after {
    content: '';
    width: 20px;
    height: 2.5px;
    background: #024976;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(-55deg);
}
.apply_box {
    width: 100%;
    margin: auto;
}
.apply_Button {
    width: 100%;
    background: #FC6B01;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding: 16px 0;
    border-radius: 10px;
    margin-top: 14px;
    letter-spacing: 0.04em;
}

.caption {
    line-height: 18px;
    font-size: 12px;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 32px;
    letter-spacing: 0;
}

/* comment */
.comment {
    background: #4392C4;
    border-radius: 16px 16px 0 0;
    position: relative;
    margin-top: 100px;
}
.comment::before {
    content: '';
    width: 180px;
    height: 93px;
    display: block;
    background-image: url(../img/txt_kodomoniha.png);
    top: -60px;
    position: absolute;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
}
.comment::after {
    content: '';
    width: 100%;
    height: 32px;
    display: block;
    background-image: url(../img/img_wave_blue.png);
    bottom: -30px;
    position: absolute;
    background-size: contain;
    background-repeat: repeat-x;
}
.comment_wrap {
    width: 95%;
    max-width: 540px;
    margin: auto;
}
.comment_wrap img:nth-of-type(1) {
    margin-top: 48px;
}
.comment_wrap img:nth-of-type(2) {
    margin-top: 40px;
}
/* about_service */
.about_service {
    width: 100%;
    margin: 100px auto 0;
}
.about_service .kyoiku_loan {
    width: 95%;
    max-width: 540px;
    background: #fff;
    border-radius: 30px;
    padding: 43px 0 20px;
    margin: 74px auto 40px;
    position: relative;
}
.about_service .kyoiku_loan::before {
    content: '';
    width: 300px;
    height: 80px;
    background: url(../img/txt_sonae.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    margin: auto;
}
.about_service .kyoiku_loan .kyoiku_loan_lead {
    font-size: 28px;
    line-height: 39px;
    font-weight: bold;
    text-align: center;
}
.about_service .kyoiku_loan .apply{
    margin-top: 16px;
}
.kinri_campaign {
    background: #EDE987;
    border-radius: 16px;
    padding: 32px 0 40px;
}
.kinri_campaign h2 {
    width: 95%;
    max-width: 540px;
    margin: auto;
    padding-bottom: 23px;
    /* border-bottom: 2px solid #024976; */
}
.kinri_campaign h2 span {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 6px;
}
.kinri_campaign h2 img {
    width: 287px;
    display: block;
    margin: auto;
}
.kinri_campaign .c-kinri-item {
    justify-content: space-between;
}
.kinri_campaign .c-kinri-item dl,
.kinri_campaign .c-kinri-item .c-kinri-item__inner {
    padding: 0 !important;
}
.kinri_campaign .c-kinri-box__less .c-kinri-item dl dt {
    font-size: 14px;
}
.kinri_campaign .c-kinri-item dl dd {
    font-size: 65px;
}
.kinri_campaign .c-kinri-item dl dd span {
    font-size: 40px;
}
.kinri_campaign .c-kinri-item dl dd span.kinri_note {
    color: #024976;
    font-size: 14px;
}
.kinri_campaign .c-kinri-item__inner p {
    font-size: 12px;
}
.kinri_campaign .indent01.text_shosai a,
.kinri_campaign .c-kinri-item__inner p a {
    color: #024976;
}
.kinri_campaign .c-box--point {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
}

/* kinri */
.kinri {
    width: 90%;
    margin: 47px auto 0;
}
.kinri_box01 {
    background: #EDE987;
    text-align: center;
    border-radius: 16px 16px 0 0;
    padding: 25px 0 30px;
}
.kinri_box01 p{
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    color: #0A2542;
}
.kinri_box01 img {
    width: 95%;
    max-width: 300px;
    margin-top: 23px;
} 
.kinri_box02 {
    background: #fff;
    text-align: center;
    padding: 34px 0;
    border-radius: 0 0 16px 16px;
}
.kinri_box02 dl dd {
    display: flex;
    justify-content: center;
    max-width: 337px;
    margin: 15px auto 0;
}
.kinri_box02 dl dd dl {
    width: 40%;
}
.kinri_box02 dl dd dl:nth-of-type(2) {
    margin-left: 10%;
    position: relative;
}
.kinri_box02 dl dd dl:nth-of-type(2)::before {
    content: '';
    width: 3px;
    height: 90px;
    display: block;
    background-image: url(../img/img_dot.png);
    top: 8px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -20px;
    margin: auto;
}
.kinri_box02 dl dd dl dt{
    font-weight: bold;
}
.kinri_box02 .kinri_before {
    position: relative;
}
.kinri_box02 .kinri_before::after {
    content: '';
    width: 56px;
    height: 58px;
    display: block;
    background-image: url(../img/icon_arrow.png);
    bottom: -80px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
}
.kinri_box02 .kinri_before > dt {
    color: #fff;
    background: #0A2542;
    width: fit-content;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    padding: 6px 34px;
}
.kinri_box02 .kinri_after > dt {
    color: #fff;
    background: #FC6B01;
    width: fit-content;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    padding: 6px 34px;
    margin-top: 103px;
}
.kinri_box02 dl dd dl dd {
    margin-top: 15px;
}
.kinri_box02 dl dd dl dd img {
    width: 100px;
}

/* kinri_other */
.kinri_other {
    margin: 48px auto 0;
    width: 90%;
    color: #0A2542;
}
.kinri_other_txt {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    width: fit-content;
    margin: auto;
}
.kinri_other_txt::before {
    content: '';
    width: 40px;
    height: 2.5px;
    background: #0A2542;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(55deg);
    position: absolute;
    bottom: 15px;
    left: -60px;
}
.kinri_other_txt::after {
    content: '';
    width: 40px;
    height: 2.5px;
    background: #0A2542;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(-55deg);
    position: absolute;
    bottom: 15px;
    right: -60px;
}
.kinri_other dl {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}
.kinri_other dl dt {
    width: 35%;
    height: 108px;
    background: #EDE987;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    border-radius: 16px 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02em;
}
.kinri_other dl dd {
    width: 65%;
    height: 108px;
    background: #fff;
    border-radius: 0 16px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.kinri_other dl dd img {
    width: 180px;
}
.kinri_other dl dd a {
    margin-top: 8px;
    color: #0A2542;
}

/* period */
.period {
    margin-top: 29px;
}
.period h3 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 22px;
}
.period img{
    width: 257px;
    margin: 65px auto 0;
    display: block;
}
.period_txt {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-top: 12px;
    letter-spacing: 0;
}
.period_txt span{
    font-size: 13px;
}
.period_txt > .period_txt_2 {
    font-size: 20px;
}
.period p:nth-of-type(2){
    text-align: center;
    font-size: 11px;
    margin-top: 9px;
    line-height: 17px;
    letter-spacing: 0;
    color: #4A4443;
}

/* cardloan */
.cardloan {
    background: #F5F5F5;
    padding: 34px 0 30px;
}
.cardloan .no_link {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    padding: 27px 0;
}

.cardloan .product_wrap li h4 {
    color: #FC6B01;
    letter-spacing: 0;
}
.cardloan .product_wrap li a {
    background: #84D4ED;
}
.cardloan .caption {
    width: 95%;
    max-width: 540px;
    margin: 24px auto 0;
}
.caption {
    margin-top: 24px;
}
.caption li{
    font-size: 12px;
}

.kinri_campaign .apply {
    margin-top: 41px;
}


/* apply */
.apply {
    width: 95%;
    max-width: 540px;
    margin: auto;
}
.apply img {
    margin-top: 20px;
}

.step_box {
    background: #F0F0F0;
    margin-top: 40px;
    padding: 24px;
}
.step_box h3{
   position: absolute;
   top: -40px;
}
.step_box h4 {
    font-size: 18px;
    font-weight: 500;
}
.step_box p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 24px;
}
.step_box .caption {
    margin-top: 12px;
}
.note {
    margin-top: 16px;
    padding: 32px 20px;
    background: #fff;
    border-radius: 20px;
}
.note h3{
    font-size: 18px;
    font-weight: 700;
    color: #FC6B01;
    text-align: center;
    line-height: 22px;
}
.note p {
    margin-top: 12px;
    color: #000000;
    font-size: 13px;
}
.note .caption{
    margin: 9px 0 0!important;
    color: #000000;
}

/* hosyo */
.hosyo {
    background: #FFFFFF;
    margin: 44px auto 0;
    border-radius: 16px;
    width: 90%;
    color: #0A2542;
}
.hosyo h2{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 16px 0 13px;
    border-bottom: 3px solid #0A2542;
    letter-spacing: 0.02em;
}
.hosyo_txt {
    padding: 16px;
    text-align: left;
}
.hosyo_txt p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.hosyo_txt p:nth-of-type(2) {
    background: #F0F0F0;
    font-size: 14px;
    padding: 16px;
    border-radius: 16px;
    margin-top: 25px;
    letter-spacing: 0;
}
.about_service .caption {
    font-size: 14px;
    width: 95%;
    max-width: 540px;
    margin: 24px auto 35px;
    line-height: 22px;
}

/* about_other_service */
.about_other_service {
    margin: 40px auto 0;
}
.about_other_service > p {
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    font-size: 18px;
    margin-top: 24px;
}
.about_other_service > p span {
    font-size: 12px;
}
.about_other_service .caption {
    font-size: 14px;
    width: 95%;
    max-width: 540px;
    margin: 29px auto 0;
} 
.about_other_service > .caption {
    text-align: center;
} 
.about_other_service .apply {
    margin-top: 40px;
}

@media screen and (max-width: 610px){
    .about_other_service > .caption {
        text-align: left;
    } 
}
.risoku_box {
    display: flex;
    justify-content: center;
    margin: 35px auto 0;
}
.risoku_box dl {
    width: 45%;
}
.risoku_box dl dt{
    padding: 13px 0;
    position: relative;
}
.risoku_box dl dt::before {
    content: '';
    width: 25px;
    height: 35px;
    background-image: url(../img/icon_arrow_bottom.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    bottom: -35px;
    margin: auto;
}
.risoku_box dl:nth-of-type(1) {
    position: relative;
}
.risoku_box dl:nth-of-type(1) dt{
    background: #E892C1;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
} 
.risoku_box dl:nth-of-type(1)::after {
    content: '';
    width: 39px;
    height: 44px;
    display: block;
    background-image: url(../img/icon_risoku01.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: -10px;
}

.risoku_box dl:nth-of-type(2) {
    margin-left: 15px;
    position: relative;
}
.risoku_box dl:nth-of-type(2) dt{
    background: #EDE987;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.risoku_box dl:nth-of-type(2)::after {
    content: '';
    width: 74px;
    height: 47px;
    display: block;
    background-image: url(../img/icon_risoku02.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: -10px;
}
.risoku_box dl dd{
    background: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 38px 0 46px;
    line-height: 32px;
    border-radius: 12px;
    margin-top: 26px;
}
/* risoku_example */
.risoku_example {
    margin: 107px auto 0;
    width: 95%;
    max-width: 540px;
    position: relative;
}
.risoku_example > dl > dt{
    background: #F0F0F0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 16px 16px 0 0;
    padding: 20px 0;
}
.risoku_example > dl > dt > span{
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: medium;
    line-height: 24px;
    letter-spacing: 0.1em;
}
.risoku_example > dl > dt:last-of-type {
    border-radius: 0 0 16px 16px;
}
.risoku_example > dl > dt:last-of-type > span {
    width: 95%;
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
}
.risoku_example > dl > dd {
    background: #fff;
    border-radius: 0;
}
.risoku_example dl dd dl {
    width: 95%;
    max-width: 540px;
    margin: auto;
}
.risoku_example dl dd dl dt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 28px;
}
.risoku_example dl dd dl:nth-of-type(1) {
    border-bottom: 2px solid #0A2542;
}
.risoku_example dl dd dl:nth-of-type(1) dt span{
    background: #E892C1;
    padding: 5px 20px;
    border-radius: 16px;
    margin-right: 12px;
    color: #fff;
}
.risoku_example dl dd dl dd {
    font-weight: bold;
    text-align: center;
    padding: 21px 0 28px;
}
.risoku_example dl dd dl dd p:nth-of-type(1){
    font-size: 18px;
}
.risoku_example dl dd dl dd img {
    width: 180px;
    margin-top: 18px;
}
.risoku_example dl dd dl dd p:nth-of-type(2){
    font-size: 14px;
    margin-top: 12px;
}
.risoku_example dl dd dl:nth-of-type(2) dt span{
    background: #EDE987;
    padding: 5px 20px;
    border-radius: 16px;
    margin-right: 12px;
}
.risoku_example::before {
    content: '';
    width: 140px;
    height: 78px;
    display: block;
    background-image: url(../img/txt_example.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    top: -60px;
    margin: auto;
}
.risoku_example dl dd dl dd p.money {
    color: #0f527c;
    font-size: 24px;
}
.risoku_example dl dd dl dd p.money span {
    font-size: 54px;
    font-family: Helvetica, sans-serif;
}
@media screen and (max-width:610px) {
    .risoku_example > dl > dt {
        font-size: 16px;
    }
}

/* support */
.support {
    width: 95%;
    max-width: 540px;
    margin: 24px auto 0;
}
.support > img {
    width: 244px;
    margin: auto;
    display: block;
}
.support_box {
    width: calc(100% - 12px);
    position: relative;
}
.support_box:first-child {
    margin-top: 10px;
}
.support_box:not(:first-child) {
    margin-top: 32px;
}
.support_box dt {
    background: #F2DBE7;
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border-radius: 16px 16px 0 0;
}
.support_box dt img{
    width: 60px;
    height: 60px;
}
.support_box dt p{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 32px;
    padding-left: 16px;
}
.support_box dd {
    background: #fff;
    padding: 20px 24px;
    border-radius: 0 0 16px 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.support_box dd .caption {
    width: 100%;
    margin: 9px auto 0;
    font-weight: initial;
}
.support_box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #4392C4;
    position: absolute;
    right: -12px;
    top: 12px;
    border-radius: 16px;
    z-index: -1;
}

/* usecase */
.usecase {
    background: #F2DBE7;
    margin-top: 80px;
    border-radius: 16px 16px 0 0;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}
.usecase > p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.08em;
    padding-top: 54px;
    position: relative;
    display: inline-block;
}
.usecase > p::before {
    content: '';
    width: 43px;
    height: 43px;
    background-image: url(../img/icon_sakura01.png);
    position: absolute;
    background-size: contain;
    left: -40px;
    top: 20px;
}
.usecase > p::after {
    content: '';
    width: 42px;
    height: 45px;
    background-image: url(../img/icon_sakura02.png);
    position: absolute;
    background-size: contain;
    right: -30px;
    bottom: -20px;

}
.usecase_wrap > li {
    width: 95%;
    max-width: 450px;
    margin: 40px auto 0;
    text-align: left;
    display: flex;
}
.usecase_wrap li img{
    width: 100px;
    display: block;
    margin: auto;
}
.usecase_wrap .usecase_txt {
    margin-left: 15px;
}
.usecase_wrap li p:nth-of-type(1){
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0.08em;
}
.usecase_wrap li p:nth-of-type(2){
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #0A2542;
    margin-top: 12px;
}
.usecase_wrap li .caption {
    font-size: 14px;
    margin-top: 27px;
    line-height: 22px;
}
.usecase::after {
    content: '';
    width: 100%;
    height: 32px;
    display: block;
    background-image: url(../img/img_wave_pink.png);
    bottom: -30px;
    position: absolute;
    background-size: contain;
    background-repeat: repeat-x;
}
.usecase::before {
    content: '';
    width: 153px;
    height: 80px;
    display: block;
    background-image: url(../img/txt_zituha.png);
    top: -43px;
    position: absolute;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
}

/* campaign */
.campaign {
    width: 100%;
    max-width: 540px;
    margin: 44px auto 0;
    text-align: center;
}
.campaign_txt {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
    display: inline-block;
}
.campaign_txt::before{
    content: '';
    width: 40px;
    height: 2.5px;
    background: #024976;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(55deg);
    position: absolute;
    bottom: 15px;
    left: -40px;
}
.campaign_txt::after {
    content: '';
    width: 40px;
    height: 2.5px;
    background: #024976;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(-55deg);
    position: absolute;
    bottom: 15px;
    right: -40px;
}
.campaign_txt span {
    display: block;
    text-align: center;
}
.campaign_box {
    border-radius: 16px;
    padding: 24px 28px 28px;
    margin-top: 25px;
    background: linear-gradient(0deg,#EDE987 0%,#EDE987 95%,#4392C4 95%,#4392C4 100%);
}
.campaign_box p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
    color: #4392C4;
}
.campaign_box img {
    width: 279px;
    display: block;
    margin: 16px auto 0;
}

.campaign .apply {
    width: 100%;
    margin-top: 36px;
}
@media screen and (max-width: 610px){
    .campaign {
        width: 95%;
    }
}

/* interest */
.interest {
    width: 95%;
    max-width: 540px;
    margin: 60px auto 0;
}
.interest h2 {
    width: 340px;
    margin: auto;
}
.interest_wrap {
    margin-top: 20px;
}
.interest_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.interest_box img {
    width: 50px;
    margin-top: 28px;
}
.interest_box.bank_clerk img{
    order: 2;
}
.interest_box .txt_box {
    padding: 20px;
    border-radius: 16px;
    margin-top: 17px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0.02em;
    position: relative;
    width: calc(100% - 50px - 20px);
}
.interest_box.customer .txt_box{
    background: #F2DBE7;
    margin-left: 20px;
}
.interest_box.customer .txt_box:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 12.5px 0 12.5px;
    border-color: #F2DBE7 transparent transparent transparent;
    position: absolute;
    top: 27px;
    left: -15px;
    margin: auto;
    transform: rotate(90deg);
}
.interest_box.bank_clerk .txt_box{
    order: 1;
    background: #fff;
    margin-right: 20px;
}
.interest_box.bank_clerk .txt_box:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 12.5px 0 12.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 27px;
    right: -15px;
    margin: auto;
    transform: rotate(-90deg);
}
.interest_box .txt_box .apply_Button.-store{
    font-size: 14px;
    margin-top: 40px;
}
.interest_box .txt_box .apply_Button.-loan{
    font-size: 14px;
    background: #4392C4;
}
.interest .apply {
    width: 100%;
}

/* qanda */
.qanda {
    width: 95%;
    max-width: 540px;
    margin: auto;
  }
  .qanda_inner{
    max-width: 1000px;
    margin: 50px auto;
  }
  .qanda_inner h2{
    font-size: 28px;
    text-align: center;
    margin-bottom: 36px;
    line-height: 34px;
  }
  .qanda dl {
    opacity: 1;
    transition: 0.15s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .06);
    border-radius: 16px;
    margin: 0 auto 16px;
    background-color: #fff;
    position: relative;
  }
  .qanda dl::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon_q.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  .qanda dl dt {
    padding: 20px 52px;
    font-size: 18px;
    text-align: left;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 20px;
    font-weight: bold;
  }
  .qanda dl dt:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    right: 26px;
    width: 4px;
    height: 20px;
    margin: auto;
    background-color: #024976;
    transition: 0.15s;
  }
  .qanda dl dt:after {
    content: "";
    display: block;
    position: absolute;
    top: 33px;
    right: 18px;
    width: 20px;
    height: 4px;
    margin: auto;
    background-color: #024976;
  }
  .qanda dl dt.open:before {
    height: 0px;
  }
  .qanda dl dd {
    width: 95%;
    max-width: 540px;
    margin: 0 auto;
    border-top: 1px  solid #DFDFDF;
    border-width: 95%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    display: none;
    box-sizing: border-box;
    letter-spacing: 0.02em;
  }
  .qanda dl dd span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-top: 11px;
  }
  /* flow */
  .flow {
    width: 95%;
    max-width: 540px;
    margin: 80px auto 0;
  }
  .flow h2{
    width: 300px;
    margin: auto;
  }
  .flow_box {
    display: flex;
    justify-content: flex-start;
    margin-top: 44px;
    position: relative;
  }
  .flow_box:not(:nth-of-type(4))::after {
    content: "";
    display: block;
    width: 32px;
    height: 20px;
    background-image: url(../img/icon_flow_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
  }
  .flow_img {
    background: #F2DBE7;
    width: 30%;
    border-radius: 16px 0 0 16px;
    padding: 30px 14px;
    display: flex;
  }
  .flow_img img{
    width: 62px;
    margin: auto;
  }
  .flow_txt {
    background: #fff;
    width: 100%;
    border-radius: 0 16px 16px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 20px;
  }
  .flow_txt dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
  }
  .flow_txt dd {
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
  }
  .flow .apply{
    width: 100%;
    margin-top: 40px;
  }

  /* app_download */
  .app_download {
    width: 95%;
    max-width: 540px;
    margin: 80px auto 0;
  }
  .app_download > p {
    background: #4392C4;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 24px 0 21px;
    border-radius: 16px 16px 0 0;
  }
  .app_txt {
    background: #fff;
    text-align: center;
    padding: 24px 50px 21px;
  }
  .app_txt p:nth-of-type(1) {
    background: #E892C1;
    color: #fff;
    border-radius: 40px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    max-width: 277px;
    margin: auto;
  }
  .app_txt p:nth-of-type(2) {
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
  }
  .app_txt img {
    width: 65%;
    min-width: 210px;
    max-width: 260px;
  }
  .app_txt p:nth-of-type(3) {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #595959;
  }
  .appDownload{
    background: #EDE987;
    border-radius: 0 0 16px 16px;
    padding: 16px;
  }
  .app_download h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .appDownload_inner {
    display: flex;
    margin-top: 17px;
  }
  .appDownload_item {
    display: flex;
    align-items: center;
  }
  .appDownload_item > img{
    width: 80px;
  }
  .appDownload_item.iosWrap .appDownload_text img{
    margin-top: 10px;
  }
  .appDownload_text > p{
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
  }
  .appDownload > p {
    color: #595959;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .appDownload .apply_Button {
    cursor: pointer;
  }
  @media screen and (min-width: 611px) {
    .appDownload .apply_Button:hover {
        opacity: 0.8;
    }
  }
  @media screen and (max-width: 610px){
    .appDownload_inner {
        margin-top: 5px;
    }
    .appDownload_item.iosWrap .appDownload_text img{
    margin-top: 5px;
    }
  }

  /* product */
.product {
    width: 95%;
    max-width: 540px;
    margin: 68px auto 0;
}
.product h2 {
    width: 254px;
    margin: auto;
}
.table02_block {
	overflow: auto;
	margin: 0 auto 25px;
}
.table02_block:last-child {
	margin-bottom: 0;
}
.table02_block table { 
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	table-layout: fixed;
    line-height: 1.3;
    margin-top: 28px;
}
.table02_block table th,
.table02_block table td {
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 14px 16px 16px;
}
.table02_block table th { 
	background: #F2DBE7;
	font-weight: bold;
	word-break: break-all;
	text-align: left;
    vertical-align: top;
}
.table02_block table td { 
	color: #000;
    line-height: 1.6;
	word-break: break-all;
	background: #fff;
}
.table02_block table + *,
.table02_block .sp_table_scroll + *{
	margin-top: 10px;
}
.table02_block table p {
    font-size: 15px;
}
.table02_block table ul li {
    list-style-type: "・";
    margin-left: 1em;
    font-size: 15px;
}
.table02_block table ul.caution {
    margin-top: 0;
}
.table02_block table ul.caution li {
    list-style-type: none;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    margin-left: 0;
}
.table03_block table {
    font-size: 12px;
}
.table03_block table th {
    padding: 10px 0;
    background: #F0F0F0;
    color: #000;
    font-weight: bold;
}
.table03_block table td {
    padding: 10px 0;
}
.product .asterisk > li {
	background: none ;
	text-indent: -1.0em !important;
	margin-left: 1em;
	margin-bottom: 5px;
	padding-left: 0!important;
	font-size: 12px;
}
.product .asterisk + p {
    font-size: 12px;
    text-align: right;
}

/* vire more */
.view_more:hover {
    cursor: pointer;
}
.view_more p{
    width: 224px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    background: #E892C1;
    border-radius: 40px;
    position: relative;
    transition: all .5s;
}
.view_more p:before,
.view_more p:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
}
.view_more p:before {
    transform: rotate(45deg);
    right: 26px;
}
.view_more p:after {
    transform: rotate(-45deg);
    right:20px;
}
.grad-wrap.is-open .view_more p:before {
    transform: rotate(-45deg);
}
.grad-wrap.is-open .view_more p:after {
    transform: rotate(45deg);
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 730px;
}
.grad-item:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 188px;
    background: linear-gradient(to bottom, rgb(255, 255, 255,0) 0%, rgb(176, 224, 245,1) 100%);
    content: "";
    z-index: 1000;
}
.grad-wrap.is-open .grad-item {
    height: auto;
}
.grad-wrap.is-open .grad-item:before {
    display: none;
}

/* contact */
.contact {
    background: #4392C4;
	width: 100%;
	text-align: center;
    margin-top: 80px;
    background: #fff;
}

.contact h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 48px 0 20px;
    background: #4392C4;
}
.contact .contact_box {
    background: #4392C4;
	padding: 0;
    border-bottom: 1px solid #CCCCCC;
}

.contact .contact_box h4{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.contact .contact_box .tel:before {
	display: inline-block;
	content: '';
    background-image: url(../img/icon_tel.png);
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position-y: 5px;
	width: 24px;
	height: 24px;
	padding-right: 4px;
}

.contact .contact_box .tel_container {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 20px;
	padding-top: 40px;
}
.contact .contact_box dd {
    color: #fff;
    line-height: 22px;
    letter-spacing: 0;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 13px;
}
.contact .contact_box .tel_container .tel_box dt {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	vertical-align: middle;
}
.contact .contact_box .tel_container .tel_box.inline dt {
	display: inline-block;
}
.contact .contact_box .tel_container .tel_box dd:nth-of-type(1) {
	display: inline-block;
	vertical-align: middle;
}

.contact .contact_box .tel_container .tel_box .tel-link {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.06rem;
    font-family: 'Helvetica Neue';
    line-height: 35px;
}
.contact .contact_box .tel_container .tel_box .tel-link a{
	color: #fff;
    text-decoration: none;
}
.contact .contact_box .tel_container dl{
	flex-basis: 78%;
    margin-top: 20px;
}
.contact .contact_box .tel_container{
	padding-bottom: 40px;
}
.contact .contact_box.style03 .tel_container:nth-of-type(1)  {
	padding-top: 0;
}

@media screen and (max-width: 610px){
	.contact .contact_box .tel_box {
		margin-top: 20px;
	}
	.contact .contact_box .tel_container .tel_box.inline dt {
		display: block;
		font-size: 14px;
	}
	.contact .contact_box .tel_container .tel_box .tel-link {
		font-size: 30px;
		line-height: normal;
	}
	.contact .contact_box dd {
		font-size: 14px;
		margin-top: 5px;
	}

	.contact .contact_box .tel_container h5{
		justify-content: center;
		border-right: none;
	}
	.contact .contact_box .tel_container h5:after{
		display: block;
		content: '';
		width: 40px;
		height: 2px;
		background: #F66B03;
		position: absolute;
		bottom: -9px;
		border-radius: 50px;
	}
	.contact .contact_box .tel_container {
		flex-flow: column;
		padding-top: 28px;
	}
	.contact .contact_box .tel_container dl {
		padding-left: 0px;
		padding-top: 0px;
	}
	/* contact style03 */
	.contact .contact_box.style03 .tel_container .mail_box {
		border-right: none;
	}
	.contact .contact_box.style03 .tel_container .qanda_box h4{
		margin-top: 20px;
	}
	.contact .contact_box .store_container div .c-rbutton__center-wrap:nth-of-type(2) .c-rbutton {
		margin-left: 0;
	}
}
/* footer */
.footer {
    background: #4392C4;
    color: #fff;
    text-align: center;
    padding: 33px 0;
    max-width: 610px;
    margin: auto;
}
.footer p{
    font-size: 12px;
}

/* nav */
.nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    background: #ffffff;
    max-width: 1300px;
    height: 413px;
    z-index: -1;
    border-radius: 40px;
    padding: 94px 50px 0 50px;
    box-sizing: border-box;
}
.nav::before {
    content: '';
    width: 270px;
    height: 104px;
    background: url(../img/icon_wank_ume01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 40px;
}
.nav::after {
    content: '';
    width: 136px;
    height: 73px;
    background: url(../img/icon_wank_ume02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    right: 0px;
}
.nav_apply {
    width: 300px;
    margin-right: 670px;
}
.nav_apply::before {
    content: '';
    width: 82px;
    height: 59px;
    background: url(../img/icon_ume01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: 10px;
}
.nav_apply img:nth-of-type(1) {
    width: 200px;
    display: block;
}
.nav_apply img:nth-of-type(2) {
    width: 250px;
    display: block;
    margin-top: 20px;
}
.nav_apply .apply {
    margin-top: 29px;
    margin-left: 0;
}
.nav_apply .apply .apply_txt{
    font-size: 13px;
    line-height: 21px;
    text-align: left;
}
.nav_apply .apply .apply_box {
    width: 256px;
    margin-left: 0;
}
.nav_apply .apply .apply_Button{
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.04em;
}
.nav_list::before {
    content: '';
    width: 30px;
    height: 42px;
    background: url(../img/icon_ume02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    right: 25px;
}
.nav_list li{
    position: relative;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 34px;
}
.nav_list li:not(:first-child) {
    margin-top: 15px;
}
.nav_list li::after{
    content: '';
    width: 180px;
    height: 4px;
    background: url(../img/bordar_nav.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.nav_list li a {
    text-decoration: none;
    color: #024976;
}
.nav_list ul {
    list-style: initial;
    color: #4392C4;
}
.visible_1280 {
    display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1300px){
    .nav {
        max-width: 1208px;
        padding: 94px 28px 0 28px;
    }
    .nav_apply .apply {
        width: 100%;
    }
    .nav_apply {
        width: 260px
    }
    .nav_apply img:nth-of-type(1) {
        width: 165px;
        margin: auto;
    }
    .nav_apply img:nth-of-type(2) {
        width: 214px;
        margin: 20px auto 0;
    }
    .nav_apply .apply .apply_box {
        width: 210px;
        margin-left: auto;
    }
    .nav_apply .apply_Button {
        
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px){
    main {
        left: 0;
        margin: -12% 0 0 8%;
    }
    .nav {
        padding: 40px 42px 0;
        height: 516px;
        max-width: 1140px;
    }
    .nav_apply {
        display: none;
    }
    .nav::before {
        display: none;
    }
    .nav_apply::before {
        display: none;
    }
    .nav_list {
        width: 265px;
        margin-left: 64%;
    }
    .nav_list ul {
        margin-top: 20px;
        margin-left: 50px;
    }
    .nav_list img:nth-of-type(1) {
        width: 113px;
        margin-left: 30px;
    }
    .nav_list img:nth-of-type(2) {
        width: 161px;
        display: block;
        margin-top: 10px;
        margin-left: 30px;
    }
    .nav_list .apply {
        width: 100%;
        margin-top: 40px;
    }
    .nav_list .apply .apply_txt {
        font-size: 13px;
        line-height: 21px;
        text-align: left;
        margin-left: 20px;
    }
    .nav_list .apply_Button {
        font-size: 17px;
        padding: 10px 0;
    }
    .visible_1280 {
        display: block;
    }

}
@media screen and (min-width: 1025px) and (max-width: 1140px){
    main {
        margin: -12% 0 0 6%;
    }
    .nav {
        max-width: 1020px;
    }
    .nav_list {
        margin-left: 68%;
    }
}
@media screen and (max-width: 1024px){
 .nav {
    display: none;
 }
}


/* ncbinfo */
.ncbinfo {
  margin: 2em auto 1em;
  padding: 0 1em;
  text-align: center;
  line-height: 1.5;
  font-size: 0.85em;
  color: #fff;
}
.ncbinfo .ncb_info p {
  margin-bottom: 0.5em;
}
.ncbinfo .ncb_info .ncb_logo {
  width: 204px;
  margin: 0 auto 0.5em;
}
.ncbinfo .ncb_info .ncb_logo img {
  width: 100%;
}
.ncbinfo .ncb_copy {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .ncbinfo {
    font-size: 0.75em;
  }
}

/* 特別金利 */
.kinri_campaign {
    background: #FFF;
    padding: 0;
}
.kinri_campaign .l-kinri {
    border-radius: 16px;
}
.kinri_campaign .l-kinri .period p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 16px;
}
.kinri_campaign .l-kinri .period p:nth-of-type(2) > span {
    color: #E60012;
    font-weight: bold;
}
.kinri_campaign .c-list__kinri .c-kinri-box {
    padding-bottom: 10px;
}
.c-list__kinri.-min .c-kinri-box {
    flex-basis: 100%;
    border: none;
    margin-bottom: 0;
}
.kinri_campaign .c-kinri-ttl h3 {
    font-size: 23px;
}
.kinri_campaign .c-kinri-ttl p {
    font-size: 12px;
}
.kinri_campaign .c-kinri-box__ttl {
    margin-top: 16px;
    margin-bottom: 8px;
}
.kinri_campaign .c-kinri-box__ttl span {
    font-size: 18px;
}
.kinri_campaign  .c-kinri-box__ttl p {
    color: #4A4443;
    font-weight: 500;
}
.kinri_campaign .c-list__kinri .c-kinri-item {
    width: 100%;
}
.kinri_campaign .c-list__kinri .c-kinri-item dl dt {
    font-size: 10px;
}
.kinri_campaign .c-list__kinri .c-kinri-item__less .c-kinri-item dl dt {
    font-size: 18px;
}
.kinri_campaign .c-list__kinri .c-kinri-item dl dd {
    font-size: 50px;
}
.kinri_campaign .c-list__kinri .c-kinri-item dl dd span {
    font-size: 27px;
}
.kinri_campaign .c-list__kinri .c-kinri-item dl dd span.c-kinri-item__note {
    font-size: 11px;
}
.kinri_campaign .c-kinri-note__body,
.kinri_campaign .c-kinri-note__list {
    color: #2F2F2F;
}
.kinri_campaign .caption {
    padding-left: 20px;
    padding-right: 20px;
}
.kinri_campaign .l-kinri + p {
    text-align: right;
    font-size: 13px;
    color: #4A4443;
}
.kinri_campaign .l-kinri + p > a {
    color: #F07800;
}
@media screen and (max-width: 767px) {
    .kinri_campaign .c-list__kinri {
        display: block;
    }
    .kinri_campaign .l-kinri .period p:nth-of-type(2) {
        font-size: 12px;
    }
    .kinri_campaign .c-list__kinri .c-kinri-item dl dt {
        font-size: 12px;
    }
    .kinri_campaign .c-list__kinri .c-kinri-item dl dd {
        font-size: 53px;
    }
    .kinri_campaign .c-list__kinri .c-kinri-item dl dd span {
        font-size: 29px;
    }
}

.p-modal__wrap,.p-modal__bg {
    width: 100%;
    height: 100vh;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    overflow-y: auto;
}
.p-modal__wrap {
    position: fixed;
    top: 0;
    left: 0;
}
.p-modal__wrap.on {
    visibility: visible;
    opacity: 1;
}
.p-modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
    padding: 0 0 2em;
}
.p-modal__bg.on {
    visibility: visible;
    opacity: 1;
}
.p-modal {
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    left: 0;
    top: 3%;
    margin: auto;
    width: 90%;
    max-width: 1115px;
    max-height: 85vh;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
    border-radius: 10px;
}
.p-modal.on {
    visibility: visible;
    opacity: 1;
}
.p-modal .p-modal__close {
    width: 25px;
    height: 25px;
    transition: 0.15s;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 25px;
    z-index: 12;
}
.p-modal .p-modal__close span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.p-modal .p-modal__close span:before,
.p-modal .p-modal__close span:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background: #024976;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.p-modal .p-modal__close span:after {
    transform: rotate(-45deg);
}
.p-modal h2 {
    color: #FD5F23;
    font-size: 23px;
    line-height: 1.5;
}
.p-modal h2 span {
    display: block;
}
.p-modal__sup_text--m {
    color: #FD5F23;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.p-modal__sup_text--s {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
.p-modal__hajimete,.p-modal__zougaku {
    position: relative;
    z-index: 11;
}
.p-modal__inner {
    width: 90%;
    margin: 40px auto;
}
.p-modal__tab {
    display: flex;
    align-items: flex-end;
}
.p-modal__tab--item {
    width: 50%;
    color: #C1C1C1;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #F5F5F5;
    padding: 15px 0;
    margin-top: 0;
    cursor: pointer;
    border-bottom: 1px solid #DDD;
}
.p-modal__tab--item.is-active {
    color: #FC6B01;
    background: #FFF;
    border-top: 5px solid #FC6B01;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 0;
}
.p-modal__content {
    background: #FFF;
    border: 1px solid #DDD;
    border-top: 0;
    padding: 20px;
    display: none;
}
.p-modal__content.on {
    display: block;
}
.p-modal__content--item {
    display: none;
    background: #FFF;
}
.p-modal__content--item.is-active {
    display: block;
}
.p-modal__content--lead {
    font-size: 20px;
    font-weight: bold;
}
.p-modal__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.p-modal__btn-wrap .apply_Button {
    display: inline-block;
    width: 256px;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 30px;
}
.p-modal__btn-wrap .qr {
    width: 100px;
}
/* modal hajimete */
.p-modal__hajimete {
    display: none;
}
.p-modal__hajimete.on {
    display: block;
}

/* modal zougaku */
.p-modal__zougaku {
    display: none;
}
.p-modal__zougaku.on {
    display: block;
}
.p-modal__zougaku-btn {
    display: none;
}

@media screen and (max-width: 610px) {
    .p-modal {
        max-width: 100%;
        height: auto;
        padding: 0;
        top: 5%;
        background: transparent;
    }
    .p-modal .p-modal__close {
        top: 0;
        right: 0;
    }
    .p-modal .p-modal__close span:before,
    .p-modal .p-modal__close span:after {
        background: #FFF;
    }
    .p-modal .p-modal__close--text {
        font-size: 16px;
    }
    .p-modal__sup_text--m {
        line-height: 1.5;
        margin-top: 8px;
    }
    .p-modal h2 {
        font-size: 20px;
    }
    .p-modal__sup_text--s {
        font-size: 12px;
        text-align: left;
        padding: 0 1rem;
    }
    
    .p-modal__zougaku-btn {
        display: block;
        text-align: center;
        margin-top: 50px;
    }
    .p-modal__zougaku-btn a {
        border-radius: 30px;
        background: #FD5F23;
        max-width: 290px;
        width: 100%;
        height: 60px;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        line-height: 60px;
        display: inline-block;
        text-decoration: none;
    }
    .p-modal__inner {
        width: 100%;
        margin: 0;
    }
    .p-modal__tab {
        margin-top: 25px;
    }
    .p-modal__tab--item {
        font-size: 12px;
    }
    .p-modal__content {
        
    }
    .p-modal__content h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .p-modal__item {
        padding: 20px 15px 20px 15px;
        column-gap: 20px;
    }
    .p-modal__item p {
        font-size: 20px;
    }
    .p-modal__item span {
        font-size: 16px;
    }
    .p-modal__item img {
        width: 60px;
    }
    .p-modal__content--lead {
        font-size: 16px;
    }
    .p-modal__btn-wrap .qr {
        display: none;
    }
}
.p-faq-slide {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1000px;
    margin: 15px auto;
}
.p-modal__zougaku .p-faq-slide {
    justify-content: center;
    column-gap: 50px;
}
.p-faq-slide-item {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p-faq-slide-img {
    height: auto;
}
#apphas .p-faq-slide-item {
    max-width: 535px;
}
#apphasno .p-faq-slide {
    margin-bottom: 30px;
    justify-content: space-around;
}
#apphasno .p-faq-slide-item {
    flex-shrink: 0;
}
#apphasno .p-faq-slide-item:first-of-type {
    width: 320px;
}
#apphasno .p-faq-slide-item:last-of-type {
    width: 550px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#apphasno .p-faq-slide-item:last-of-type p {
    width: 100%;
}
#apphasno .p-faq-slide-item:last-of-type figure {
    width: 50%;
    position: relative;
}
#apphasno .p-faq-slide-item:last-of-type figure:first-of-type:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid #c1c1c1;
    border-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
}
#apphasno .p-faq-slide-img {
    max-width: 274px;
}
.p-faq-slide-img {
    width: 100%;
}
.p-faq-slide-item p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    flex-grow: 1;
}
.p-faq-slide-item p span {
    display: block;
    width: 80px;
    height: 26px;
    padding: 0px 14px;
    margin: 0 auto 20px;
    font-size: 16px;
    color: #FD5F23;
    line-height: 26px;
    border-radius: 25px;
    border: 1px solid #FD5F23;
    background: #fff;
    position: relative;
}
.p-faq-slide-item p span::before {
    content: '';
    width: 320px;
    height: 1px;
    background: #FD5F23;
    position: absolute;
    left: -110px;
    top: 13px;
    z-index: -1;
}
#apphasno .p-faq-slide-item:last-of-type p span:before {
    width: 550px;
    left: -220px;
}
.p-faq-slide-item:not(:last-child):after {
    position: absolute;
    content: '';
    width: 12px;
    height: 36px;
    right: -24px;
    top: clamp(1px, 15vw, 90px);
    background: center/contain no-repeat url(../img/icon_next.png);
}
.p-faq-slide-item.-atm:not(:last-child):after {
    top: clamp(1px, 7.2vw, 72px);
}
.p-faq-slide-item.-netbank:not(:last-child):after {
    top: clamp(1px, 7.2vw, 45px);
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button {
    -webkit-appearance: none;
    border: none;
    background: #D0D0D0;
    font-size: 0px;
    width: 9px;
    height: 9px;
    border-radius: 4.5px;
}
.slick-dots .slick-active button {
    background: #fe6b01;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
    #apphasno .p-faq-slide {
        overflow-x: scroll;
        justify-content: flex-start;
        column-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .p-faq-slide {
        display: block;
        margin: 15px 0;
        position: relative;
    }
    
    .p-faq-slide.-hideScrollable:after {
        opacity: 0;
    }
    .p-modal__hajimete .p-faq-slide-item:first-of-type p span {
        margin-bottom: 10px;
    }
    .p-faq-slide-item:not(:last-child):after {
        top: 130px;
        background: center/contain no-repeat url(../img/icon_next.png);
    }
    .p-faq-slide-item.-atm:not(:last-child):after {
        top: 72px;
    }
    .p-faq-slide-item.-atm {
        width: 240px;
    }
    .p-faq-slide-item.-netbank {
        width: 280px;
    }
    #apphasno .p-faq-slide-img {
        max-width: 100%;
    }
    #apphasno .p-faq-slide-item:first-of-type{
        width: 100%;
    }
    #apphasno .p-faq-slide-item:last-of-type {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    #apphasno .p-faq-slide-item:last-of-type p span:before {
        width: 300%;
        left: -100%;
    }
    #apphasno .p-faq-slide-item:last-of-type figure {
        width: 100%;
    }
    #apphasno .p-faq-slide-item:last-of-type figure:first-of-type {
        margin-bottom: 20px;
    }
    #apphasno .p-faq-slide-item:last-of-type figure:first-of-type:after {
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 20px solid #c1c1c1;
        top: auto;
        left: 0;
        right: 0;
        bottom: -45px;
    }
}

.p-modal__content .c-box-app__inner {
    display: flex;
    margin: 20px 0 10px;
    column-gap: 30px;
    justify-content: center;
}
.p-modal__content .c-box-app__item {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.p-modal__content .c-box-app__item > img {
    width: 70px;
    height: 70px;
}
.p-modal__content .c-box-app__text {
    width: 60%;
    min-width: 130px;
}
.p-modal__content .c-box-app__text p {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
}
.p-modal__content .c-box-app__text img {
    width: auto;
}
@media screen and (max-width: 610px) {
    .p-modal__content .c-box-app__inner {
        column-gap: 0;
    }
    .p-modal__content .c-box-app__text {
        min-width: auto;
        margin: 0;
        text-align: center;
    }
}


/* 割引ボックス */
.p-riritsu-wrap {
  width: 95%;
  max-width: 540px;
  background: #fff;
  border-radius: 30px;
  padding: 30px 0 20px;
  margin: 40px auto 40px;
}
.c-title--02 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: solid 3px #ccc;
}
.c-title--02::after {
	position: absolute;
	display: block;
	content: '';
	width: 5em;
	height: 3px;
	left: calc(50% - 2.5em);
	bottom: -3px;
	background: #E2385D;
}
.u-align--left {
	text-align: left;
}
.u-align--center {
	text-align: center;
}
.c-text--bold {
	font-weight: bold;
}
.u-mt-all--10 {
	margin-top: 10px;
}
.u-mt-all--30 {
	margin-top: 30px;
}
.u-mb-all--30 {
	margin-bottom: 30px;
}
.u-mb-all--50 {
	margin-bottom: 50px;
}
.c-list__item {
	font-size: 0.8em;
	padding-left: 1.25em;
	position: relative;
}
.c-list__item::after {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 736px){

	.u-visible--pc {
		display: none;
	}

}

.p-waribiki-box {
	padding: 0 1em;
	text-align: center;
}
.p-waribiki-box__head {
	position: relative;
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 1.6em;
	font-weight: bold;
}
.p-waribiki-box__head::before, 
.p-waribiki-box__head::after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 1.5em;
	bottom: 0.25em;
	background: #999;
}
.p-waribiki-box__head::before {
	left: -1em;
	transform: rotate(-30deg);
}
.p-waribiki-box__head::after {
	right: -1em;
	transform: rotate(30deg);
}
.p-waribiki-box__head > span {
	display: inline-block;
	padding: 0 0.15em;
	font-size: 2em;
	color: #E2385D;
}
.p-waribiki-box__head > span > span {
	font-size: 0.65em;
}
.p-waribiki-box__table {
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 0.9em;
}
.p-waribiki-box__table th,
.p-waribiki-box__table td {
	padding: 1em 1.5em;
	border: solid 1px #ccc;
}
.p-waribiki-box__table th {
	background: #F5F5F5;
}
.p-waribiki-box__table td {
	position: relative;
}
.p-waribiki-box__table td::after {
	content: 'おトク！';
	position: absolute;
	display: block;
	width: 5em;
	line-height: 5em;
	bottom: calc(100% - 2.8em);
	left: calc(100% - 2.2em);
	border-radius: 2.5em;
	font-size: 0.8em;
	background: #E2385D;
	color: #fff;
	letter-spacing: -0.1em;
}
.p-waribiki-box__transiton {
	display: flex;
	gap: 3em;
	font-size: 1.25em;
	font-weight: bold;
}
.p-waribiki-box__transiton span {
	font-size: 2em;
}
.p-waribiki-box__transiton > div:last-of-type {
	position: relative;
	color: #E2385D;
}
.p-waribiki-box__transiton > div:last-of-type::before,
.p-waribiki-box__transiton > div:last-of-type::after {
	content: '';
	position: absolute;
	display: block;
}
.p-waribiki-box__transiton > div:last-of-type::before {
	width: 25px;
	height: 10px;
	background: #333;
	left: -42px;
	top: calc(50% - 5px);
}
.p-waribiki-box__transiton > div:last-of-type::after {
	width: 0;
	height: 0;
	left: -22px;
	top: calc(50% - 12px);
	border-left: 15px solid #333;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

@media only screen and (max-width: 736px){

	.p-waribiki-box__head {
		margin-bottom: 0.25em;
		font-size: 1.3em;
	}
	.p-waribiki-box__table {
		font-size: 0.75em;
	}
	.p-waribiki-box__table th,
	.p-waribiki-box__table td {
		padding:0.5em;
	}
	.p-waribiki-box__table td::after {
		font-size: 0.5em;
		white-space: nowrap;
		letter-spacing: -0.2em;
	}
	.c-list__item {
		font-size: 0.7em;
	}
	.p-waribiki-box__transiton span {
	font-size: 1.5em;
	}

}

/* 金利ボックス */
/* kinri box */
.c-box--pointwrap {
  padding: 0 1em;
}
.p-power .kinri_box_sel .kinri_box-item {
    width: 280px;
}

.p-power .kinri_box_sel {
    text-align: center;
    padding: 28px 1em;
    background: #f5f5f5;
}
.p-power .kinri_box_sel h3 {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 24px;
}
.p-power .kinri_box_sel .kinri_box-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
}
.p-power .kinri_box_sel .kinri_box-item {
    width: 280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #FFF;
    padding: 16px 24px;
    border: 1px solid #CCC;
    position: relative;
}
/* .p-power .kinri_box_sel .kinri_box-item:nth-child(odd) {
    margin-right: 24px;
}
.p-power .kinri_box_sel .kinri_box-item:nth-child(-n+2) {
    margin-bottom: 16px;
} */
.p-power .kinri_box_sel .kinri_box-item:before,
.p-power .kinri_box_sel .kinri_box-item:after {
    display: inline-block;
    content: "";
    position: absolute;
}
.p-power .kinri_box_sel .kinri_box-item:before {
    width: 24px;
    height: 24px;
    background: #E2385D;
    border-radius: 50%;
    left: -12px;
    top: -12px;
}
.p-power .kinri_box_sel .kinri_box-item:after {
    width: 4px;
    height: 8px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg);
    left: -4px;
    top: -7px;
}
.p-power .kinri_box_sel .kinri_box-item p {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.p-power .kinri_box_sel .kinri_box-item p.kinri_box-value {
    color: #E2385D;
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 30px;
}
.p-power .kinri_box_sel .kinri_box-item p.kinri_box-value span {
    font-size: 30px;
    font-weight: bold;
}

@media screen and (min-width: 520px) and (max-width: 736px){

	.p-power .kinri_box_sel .kinri_box-item {
			width: 220px!important;
	}


}
@media only screen and (max-width: 736px){

	.p-power .kinri_box_sel .kinri_box-item {
			width: 152px;
			flex-direction: column;
			padding: 20px 8px 8px;
	}
	.p-power .kinri_box_sel .kinri_box-item-wrap {
		gap: 16px 8px;
	}
	.p-power .kinri_box_sel .kinri_box-item:before {
		left: -8px;
		top: -8px;
	}
	.p-power .kinri_box_sel .kinri_box-item:after {
		left: 1px;
		top: -3px;
}

}