@charset "UTF-8";
/**----------アイコン付きアンカーリンクボタン-------------**/

.m-btn-icon-down {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    margin-bottom: 1px;
    padding: 11px 30px 9px;
    box-shadow: 0 1px 0 0 #b3b3b3;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    font-size: 14px;
    color: #333 !important;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-btn-icon-down {
    font-size: 18px;
    padding: 45px 30px 28px;
}

.m-btn-icon-down>span {
    display: inline-block;
    position: relative;
}

.m-btn-icon-down>span:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -60%;
    left: 47%;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #009ce5;
    border-right: 2px solid #009ce5;
    -webkit-transform: rotate( 135deg);
    -ms-transform: rotate(135deg);
    transform: rotate( 135deg);
}

.m-btn-icon-down>span:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -33px;
    left: 44%;
}

.m-btn-icon-down__mypage>span:before {
    background: url('/keiyaku/onetime/img/icon_mypage.svg')no-repeat;
}

.m-btn-icon-down__data>span:before {
    background: url('/keiyaku/onetime/img/icon_data.svg')no-repeat;
}

.m-btn-icon-down__login>span:before {
    background: url('/keiyaku/onetime/img/icon_login.svg')no-repeat;
    left: 42%;
}

@media screen and (max-width: 767px) {
    .m-btn-icon-down {
        font-size: 16px;
        padding: 16px 15px 28px;
    }
    .m-btn-icon-down>span {
        display: inline-block;
        position: relative;
        padding-left: 30px;
    }
    .m-btn-icon-down>span:after {
        bottom: -85%;
    }
    .m-btn-icon-down>span:before {
        top: -2px;
        left: -2%;
    }
    .m-btn-icon-down__login>span:before {
        left: -7%;
    }
}


/**-------------MV-------------**/

.m-mv {
    background: url('/keiyaku/onetime/img/img_mv_bg.png')no-repeat;
    background-size: cover;
    background-color: #FAFAFA;
    padding: 20px 30px 30px;
    position: relative;
}

.m-tab__body .m-mv {
    background: url('/keiyaku/onetime/img/img_mv_bg2.png')no-repeat;
    background-size: cover;
    background-color: #FAFAFA;
    padding: 20px 30px 30px;
    position: relative;
}

.m-mv h1 {
    font-size: 28px;
    font-weight: bold;
}

.m-mv h1>span {
    margin-bottom: 10px;
}

.m-mv-label {
    font-size: 18px;
    color: #0C9CE5;
    border: 2px solid #0C9CE5;
    font-weight: bold;
    border-radius: 5px;
    background-color: #fff;
    padding: 1px 13px;
    display: inline-block;
    margin-right: 10px;
}

.m-mv-subhead {
    font-size: 20px;
    color: #009CE5;
    font-weight: bold;
}

.m-mv-text {
    margin-top: 0px;
    max-width: 560px;
    margin-bottom: 16px;
}

.m-mv-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

@media screen and (max-width: 767px) {
    .m-mv {
        background: url('/keiyaku/onetime/img/img_mv_bg_sp.png')no-repeat;
        background-size: contain;
        background-color: #FAFAFA;
        background-position: bottom right;
        padding: 10px 14px 145px;
        position: relative;
    }

    .m-tab__body .m-mv {
        background: url('/keiyaku/onetime/img/img_mv_bg_sp.png')no-repeat;
        background-size: contain;
        background-color: #FAFAFA;
        background-position: bottom right;
        padding: 10px 14px 145px;
        position: relative;
    }
    .m-mv h1 {
        font-size: 22px;
    }
    .m-mv h1>span {
        margin-bottom: 3px;
    }
    .m-mv-label {
        font-size: 12px;
        border: 1px solid #0C9CE5;
        border-radius: 5px;
        padding: 1px 13px;
        margin-right: 8px;
    }
    .m-mv-subhead {
        font-size: 15px;
    }
    .m-mv-text {
        margin-top: 0px;
        max-width: 560px;
        margin-bottom: 16px;
    }
    .m-mv-icon {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 400px;
        width: 100%;
    }
    .img-wrapper {
        text-align: center;
        display: block!important;
    }
    .m-mypagebox .m-cols3 {
        display: block;
        margin-top: 0;
        margin-left: 0;
    }
    .m-mypagebox .m-cols3 .m-cols__col {
        padding: 0;
        width: 100%;
    }
}

/**----------------------------**/

.m-mypage {
    margin-top: 70px;
}

.m-tetsuzuki .m-cols3 {
    flex-wrap: wrap;
    margin-top: 10px;
}

.m-mypagebox .m-tbl {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.m-mypagebox .m-bdrbox {
    border: 5px solid #dcf0fa;
    border-radius: 5px;
}

.m-mypagebox .m-stepbox__simple {
    margin-top: 15px;
}

.m-stepbox__simple>li:after {
    border-top-color: #0FADFB;
}

.m-stepbox__simple .m-stepbox__item {
    display: flex;
}

.m-stepbox__simple .m-stepbox__item>dt {
    padding-right: 15px;
    padding-bottom: 0;
    border-right: 1px dashed #ccc;
    border-bottom: none;
    font-weight: bold;
    font-size: 18px;
    padding-left: 0;
}

.m-stepbox__simple .m-stepbox__item>dd {
    margin-top: 0px;
    padding-left: 15px;
    font-weight: bold;
}

.m-stepbox__simple .m-bdrbox {
    padding: 15px 20px;
}

@media screen and (min-width: 768px) {
    .m-tetsuzuki .m-cols__col:nth-child(n+4) {
        margin-top: 20px;
    }
    .g-pb-155-p {
        padding-bottom: 155px;
    }
}

@media screen and (max-width: 767px) {
    .m-mypage {
        margin-top: 32px;
    }
    .m-font-16 {
        font-size: 16px!important;
    }
    .g-mt-10-s {
        margin-top: 10px!important;
    }
    .m-mypagebox .m-tbl {
        margin-bottom: 8px;
    }
    .m-stepbox__simple .m-stepbox__item>dt {
        font-size: 14px;
    }
    .m-stepbox__simple .m-bdrbox {
        padding: 10px 15px;
    }
}

.m-card-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.m-card-title-icon {
    position: relative;
    padding: 5px 5px 5px 45px;
}

.m-card-title-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.m-card-title-icon--claim::before {
    background-image: url(/resources/img/icon_tetsuzuki.svg);
}
.m-card-title-icon--details::before {
    background-image: url(/resources/img/icon_contract.svg);
}
.m-card-title-icon--usage::before {
    background-image: url(/resources/img/icon_loan.svg);
}
.m-card-title-icon--cancel::before {
    background-image: url(/resources/img/icon_review.svg);
}
.m-card-title-icon--payment::before {
    background-image: url(/resources/img/icon_pmethod.svg);
}
.m-card-title-icon--certificate::before {
    background-image: url(/resources/img/icon_issue.svg);
}

@media screen and (max-width: 767px) {
    .m-card-title {
        margin-bottom: 5px;
    }

    .m-card-title-icon {
        padding-left: 38px;
    }

    .m-card-title-icon::before {
        width: 30px;
        height: 30px;
    }
}

.m-onetime--btn .m-btn--l {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
@media screen and (max-width: 767px) {
.m-onetime--btn .m-btn--l {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
}
