
/* タイトル */
.title_content {
    background-color: #e9f3fa;
    color: #585858;
    border-bottom: 7px solid #e2f1cf;
}

.title_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.text-red {
    color: #b22222;
}

.list-inside{
    position:relative;
    list-style:none;
    padding-left:1.2em;
}

.list-inside::before{
    content:"・";
    position:absolute;
    left:0;
    top:0;
}

.url-box{

    margin-top:10px;

    font-size:15px;

    word-break:break-all;

}

.url-box span{

    display:inline-block;

    margin-right:8px;

    color:#666;

    font-weight:bold;

}
.url-box a{

    color:#005bac;

    text-decoration:underline;

    word-break:break-all;

}

.url-box a:hover{

    text-decoration:none;

}

.point-note{

    padding-left:1.2em;

    text-indent:-1.2em;

    line-height:1.8;

}

/* =====================================================
   Reset / Base
===================================================== */

*,
*::before,
*::after {

    box-sizing:border-box;

}


html {

    scroll-behavior:smooth;

}


body {

    margin:0;

    color:#333;

    background:#fff;

    font-size:15px;

    line-height:1.8;

}


img {

    max-width:100%;

    height:auto;

}


a {

    color:inherit;

    text-decoration:none;

}


ul,
ol {

    padding:0;

    margin:0;

    list-style:none;

}


button {

    font-family:inherit;

}





/* =====================================================
   Common Layout
===================================================== */


.container {

    width:960px;

    max-width:calc(100% - 40px);

    margin:0 auto;

}



.section {

    padding:55px 0;

}



.section + .section {

    border-top:1px solid #eee;

}


/* ======================================================
   HERO
====================================================== */


.hero-section{

    padding:70px 0;

    background:

        linear-gradient(
            135deg,
            #f7fbff 0%,
            #ffffff 70%
        );

}



.hero-wrapper{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:50px;

}



.hero-text{

    flex:1;

}



.hero-text h1{

    font-size:32px;

    line-height:1.5;

    color:#0b5d96;

    margin:0 0 25px;

    font-weight:bold;

}



.hero-text p{

    font-size:16px;

    line-height:1.9;

    color:#555;

    margin:0;

}





.hero-image{

    width:45%;

    text-align:center;

}



.hero-image img{

    width:100%;

    max-width:520px;

    height:auto;

}
@media screen and (max-width:1023px){


.hero-wrapper{

    gap:30px;

}



.hero-text h1{

    font-size:26px;

}



.hero-text p{

    font-size:15px;

}



.hero-image{

    width:40%;

}


}

@media screen and (max-width:767px){


.hero-section{

    padding:40px 0;

}



.hero-wrapper{

    flex-direction:column;

    gap:30px;

}



.hero-text{

    width:100%;

}



.hero-text h1{

    font-size:22px;

    line-height:1.6;

    margin-bottom:20px;

}



.hero-text p{

    font-size:14px;

    line-height:1.8;

}



.hero-image{

    width:100%;

    order:2;

}



.hero-image img{

    max-width:320px;

}


}

/* ======================================================
   PAGE TITLE
====================================================== */


.page-heading{

    padding:35px 0;

    background:#004ea2;

    box-shadow:0 3px 8px rgba(0,0,0,.12);

}



.page-heading h2{

    margin:0;

    text-align:center;

    color:#fff;

    font-size:28px;

    line-height:1.5;

    font-weight:bold;

}

@media screen and (max-width:767px){


.page-heading{

    padding:25px 15px;

}



.page-heading h2{

    font-size:18px;

    line-height:1.6;

}



}




/* =====================================================
   Section Heading
===================================================== */
.section-heading {
    margin-bottom:25px;
}
.section-heading span {
    display:block;
    width:5px;
    height:28px;
    background:#004ea2;
    float:left;
    margin-right:12px;
}

.section-heading h2 {
    margin:0;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
    font-size:22px;
    font-weight:700;
    line-height:1.4;
}

.section-text {
    margin-bottom:25px;
    line-height:2;
}

/* =====================================================
   Bank Card
===================================================== */


.bankcard-lead{

    line-height:1.8;

    margin-bottom:25px;

}



.replacement-card-box{

    background:#f7f7f7;

    border-left:5px solid #004ea2;

    padding:18px 20px;

    margin-bottom:30px;

    line-height:1.8;

}



/* Card Grid */

.card-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    margin-top:30px;

}




.card{

    border:1px solid #ddd;

    background:#fff;

    transition:.3s;

    display:flex;

    flex-direction:column;

}



.card:hover{

    transform:translateY(-3px);

}


.card figure{

    margin:0;

    height:260px;

    padding:25px;

    background:#fafafa;

    display:flex;

    justify-content:center;

    align-items:center;

}



.card figure img{

    width:100%;

    height:100%;

    max-width:320px;

    object-fit:contain;

}




.card-body{

    padding:20px;

    text-align:center;

    flex:1;

    display:flex;

    flex-direction:column;

    justify-content:center;

}


.card-body h3{

    margin:0 0 12px;

    font-size:18px;

    line-height:1.5;

}


/* small */

.card-body small{

    display:inline-block;

    width:fit-content;

    margin:0 auto;

    padding:5px 14px;

    background:#eef6ff;

    border-radius:20px;

    color:#2563a8;

    font-size:13px;

    font-weight:bold;

    line-height:1.4;

}


/* 注意事項 */

.notice-warning{

    background:#fff8e8;

    border:1px solid #e5d39a;

    padding:20px;

    margin-top:35px;

}



.notice-warning p{

    font-size:14px;

    line-height:1.8;

    margin:0 0 12px;

}



.notice-warning p:last-child{

    margin-bottom:0;

}

@media screen and (max-width:767px){


.bankcard-lead{

    font-size:14px;

}



.replacement-card-box{

    font-size:14px;

    padding:15px;

}



.card-grid{

    grid-template-columns:1fr;

    gap:20px;

}



.card figure{

    padding:20px;

}



.card-body{

    padding:15px;

}



.card-body h3{

    font-size:16px;

}



.notice-warning{

    padding:15px;

}



.notice-warning p{

    font-size:13px;

}


}
@media(max-width:767px){

    .card-grid{

        grid-template-columns:1fr;

        gap:20px;

    }


    .card figure{

        height:220px;

        padding:20px;

    }


    .card-body{

        padding:18px;

    }


    .card-body h3{

        font-size:17px;

    }


    .card-body small{

        font-size:12px;

        padding:5px 12px;

    }

}

/* =====================================================
   ETC Mileage
===================================================== */


.etc-mileage-lead{

    line-height:1.8;

    margin-bottom:25px;

}



.info-box{

    padding:30px;

    border:1px solid #ddd;

}



.info-box--blue{

    background:#eef7fd;

    border-color:#d3e4ef;

}



.info-box h3{

    margin:0 0 15px;

    font-size:18px;

    font-weight:bold;

    color:#245b7a;

}



.etc-mileage-section{

    line-height:1.8;

}



.etc-mileage-section p{

    margin-bottom:15px;

}




/* URL */

.etc-url a{

    color:#0066cc;

    text-decoration:underline;

    word-break:break-all;

}



/* 区切り */

.contact-section{

    border-top:1px solid #cbdde8;

    margin-top:30px;

    padding-top:25px;

}




.company-name{

    font-weight:bold;

}



/* 問い合わせ */

.contact-list{

    margin:0;

    padding-left:20px;

}



.contact-list li{

    margin-bottom:10px;

    line-height:1.7;

}



.contact-list a{

    color:#0066cc;

    font-weight:bold;

    text-decoration:none;

}
@media screen and (max-width:767px){


.etc-mileage-lead{

    font-size:14px;

    line-height:1.8;

}



.info-box{

    padding:18px 15px;

}



.info-box h3{

    font-size:16px;

}



.etc-mileage-section{

    font-size:14px;

}



.contact-section{

    margin-top:25px;

    padding-top:20px;

}



.contact-list{

    padding-left:18px;

}



.contact-list li{

    font-size:14px;

}



.etc-url{

    font-size:13px;

}


}


/* =====================================================
   ETC Disability Discount
===================================================== */


.etc-discount-box{

    background:#fff;

    border:1px solid #ddd;

    padding:30px;

    line-height:1.8;

}



.etc-discount-box p{

    margin-bottom:20px;

}



.etc-step{

    background:#f7f7f7;

    padding:20px;

    margin:25px 0;

}



.etc-step h5{

    font-size:17px;

    margin:0 0 15px;

    font-weight:bold;

}



.etc-url{

    margin-top:15px;

}



.etc-url a{

    color:#0066cc;

    word-break:break-all;

    text-decoration:underline;

}




/* 注意 */

.attention-warning{

    background:#fff4f4;

    border-left:5px solid #d9534f;

    padding:15px 20px;

    color:#b22222;

    font-weight:bold;

    line-height:1.8;

}
@media screen and (max-width:767px){


.etc-discount-box{

    padding:18px 15px;

    font-size:14px;

}



.etc-step{

    padding:15px;

    margin:20px 0;

}



.etc-step h5{

    font-size:15px;

}



.etc-url{

    font-size:13px;

}



.attention-warning{

    padding:12px 15px;

    font-size:13px;

}


}

/*=============================
ETCマイレージ
==============================*/
.notice-lead{
    margin-bottom:32px;
    line-height:2;
    font-size:17px;
    font-weight:700;
}

.notice-section:last-of-type{

    border-bottom:1px solid #dcdcdc;
}

.notice-section h3{

    margin:0 0 20px;

    font-size:22px;

    color:#005baa;
}

.notice-section{

    background:#FFFCD5;
    border:1px solid #DDD29A;
    border-radius:6px;

    padding:24px 28px;
    margin-bottom:24px;
}

.notice-list{

    list-style:decimal !important;
    list-style-position:outside !important;

    padding-left:1.8em !important;
    margin:0;
}

.notice-list li{

    display:list-item !important;
    list-style:decimal !important;

    padding:0;
    margin-bottom:16px;
    line-height:2;
}

.notice-list li::before{

    content:none !important;
}

.notice-url{

    margin-top:8px;
}

.notice-url a{

    color:#005baa;

    word-break:break-all;
}

.notice-contact{

    display:grid;

    grid-template-columns:110px 1fr;

    row-gap:14px;
}

.notice-contact dt{

    font-weight:700;
}

.notice-contact dd{

    margin:0;

    line-height:1.8;
}

.notice-note{

    margin-top:24px;

    font-size:15px;

    color:#666;

    line-height:1.9;
}

.notice-lead{

    margin-bottom:30px;
    padding:18px 22px;

    background:#f7f9fb;
    line-height:2;
    font-size:16px;
}


@media (max-width:767px){

.notice-lead{

    font-size:15px;
}

.notice-section h3{

    font-size:18px;

    margin-bottom:16px;
}

.notice-list{

    padding-left:20px;
}

.notice-list li{

    line-height:1.8;
}

.notice-contact{

    grid-template-columns:1fr;
}

.notice-contact dt{

    margin-top:12px;
}

.notice-contact dt:first-child{

    margin-top:0;
}

.notice-note{

    font-size:14px;
}

}

/* 説明 */

.notice-lead{

    line-height:2;
    margin-bottom:16px;
}

/* 強調文 */

.notice-important{

    margin-bottom:28px;
    padding:14px 18px;

    background:#f7f9fb;

    border-left:4px solid #005baa;

    font-weight:700;
    line-height:1.8;
}

/* 支払い例 */

.payment-example{

    background:#FFFCD5;

    border:1px solid #DDD29A;

    border-radius:6px;

    padding:22px 26px;

    margin-bottom:28px;
}

.payment-list{

    list-style:none;
    margin:0;
    padding:0;
}

.payment-list li{

    position:relative;
    padding-left:38px;
    margin-bottom:16px;
    line-height:1.9;
}

.payment-list li::before{

    content:"✓";

    position:absolute;
    left:0;
    top:2px;

    width:22px;
    height:22px;

    border-radius:50%;

    background:#005baa;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:13px;
    font-weight:700;
}

.payment-list li:last-child{

    margin-bottom:0;
}

/* 注意 */

.payment-caution{

    margin:28px 0;

    padding:18px 20px;

    border:1px solid #f0d7d7;

    background:#fff8f8;

    border-radius:6px;
}

.payment-caution p{

    margin:0 0 12px;

    line-height:1.9;
}

.payment-caution p:last-child{

    margin-bottom:0;
}

.payment-caution strong{

    color:#c40000;
}

/* 最後の案内 */

.payment-guide{

    margin-top:24px;

    padding:18px 22px;

    background:#f7f9fb;

    border-radius:6px;
}

.payment-guide p{

    margin:0;

    line-height:1.9;
}

@media (max-width:767px){

.notice-lead{

    font-size:15px;
}

.notice-important{

    padding:14px;
    margin-bottom:20px;
}

.payment-example{

    padding:18px 16px;
}

.payment-list{

    padding-left:1.3em;
}

.payment-list li{

    font-size:15px;
}

.payment-caution{

    padding:16px;
}

.payment-guide{

    padding:16px;
}

}

/* =================================
 ETCマイレージ お問い合わせ
================================= */

.etc-mileage-contact{

    margin-top:5px;

}


.etc-mileage-contact-row{

    display:flex;

    border-bottom:1px solid #e5e5e5;

}


.etc-mileage-contact-row:last-child{

    border-bottom:none;

}


.etc-mileage-contact-label{

    width:100px;

    padding:16px;

    font-weight:bold;

}


.etc-mileage-contact-value{

    flex:1;

    padding:16px;

    line-height:1.8;

}


.etc-mileage-contact-value a{

    color:#005baa;

    font-size:18px;

    font-weight:bold;

    text-decoration:none;

}


.etc-mileage-contact-time{

    display:block;

    margin-top:5px;

    font-size:14px;

    color:#555;

}


.etc-mileage-contact-note{

    margin:16px 0 0;

    font-size:14px;

    line-height:1.8;

    color:#b22222;

}


/* スマホ */

@media screen and (max-width:767px){


.etc-mileage-contact-row{

    display:block;

}


.etc-mileage-contact-label{

    width:auto;

    padding:10px 14px;

    font-size:14px;

}


.etc-mileage-contact-value{

    padding:14px;

    font-size:15px;

}


.etc-mileage-contact-value a{

    font-size:17px;

}


.etc-mileage-contact-time{

    font-size:13px;

}


.etc-mileage-contact-note{

    font-size:13px;

}

}

/* =====================================================
   Vpass
===================================================== */


.vpass{

    background:#fafafa;

}


.vpass-description{

    margin:20px 0;

    line-height:1.8;

}



/* box */

.vpass__inner{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

    background:#fff;

    border:1px solid #ddd;

    padding:35px;

}




/* text */

.vpass__text{

    flex:1;

}

.check-list{

    margin:0;

    padding-left:30px;

}



.check-list li{

    display:list-item !important;

    list-style-type:decimal !important;

    margin-bottom:18px;

    padding-left:8px;

    line-height:1.8;

}



/* 既存CSS対策 */

.check-list li::before{

    content:none !important;

}



.check-list li::marker{

    color:#2d7a39;

    font-weight:bold;

}


.vpass__logo{

    width:220px;

    flex-shrink:0;

    text-align:center;

}



.vpass__logo img{

    width:100%;

    max-width:220px;

    height:auto;

    display:block;

}


@media screen and (max-width:1023px){


    .vpass__inner{

        flex-direction:column;

        align-items:stretch;

        padding:25px;

        gap:30px;

    }


    .vpass__logo{

        width:200px;

        margin:0 auto;

    }


}

@media screen and (max-width:767px){


    .vpass-description{

        font-size:14px;

    }



    .vpass__inner{

        padding:20px 15px;

    }



    .check-list{

        padding-left:22px;

    }



    .check-list li{

        font-size:14px;

        line-height:1.7;

        margin-bottom:15px;

        padding-left:5px;

    }



    .vpass__logo{

        width:160px;

        margin:0 auto;

    }



}

/*==================================================
 ポイント
==================================================*/

.notice-lead{

    line-height:2;
    margin-bottom:24px;
}

.notice-lead strong{

    color:#c40000;
}

.point-deadline{

    background:#FFFCD5;
    border:1px solid #DDD29A;
    border-radius:6px;

    text-align:center;

    padding:20px;

    margin-bottom:24px;
}

.deadline-title{

    margin-bottom:6px;

    color:#666;
}

.deadline-date{

    margin:0;

    color:#c40000;

    font-size:30px;

    font-weight:700;
}

.notice-text{

    line-height:2;
}

.notice-text strong{

    color:#c40000;
}

/*==================================================
 ポイント交換方法
==================================================*/

.attention-category{

    margin-top:36px;
}

.attention-category h3{

    margin:36px 0 16px;

    font-size:20px;

    line-height:1.6;

    font-weight:700;
}

.attention-box{

    background:#fafafa;

    border:1px solid #e3e3e3;

    border-radius:6px;

    padding:24px 28px;

    margin-bottom:24px;
}

/* チェックリスト */

.attention-box ul{

    list-style:none;

    margin:0;

    padding:0;
}

.attention-box ul li{

    position:relative;

    padding-left:28px;

    margin-bottom:14px;

    line-height:1.9;
}

.attention-box ul li:last-child{

    margin-bottom:0;
}

.attention-box ul li::before{

    content:"✓";

    position:absolute;

    left:0;
    top:2px;

    color:#005baa;

    font-weight:700;

    font-size:17px;
}

/* URL */

.url{

    display:block;

    margin-top:8px;

    color:#005baa;

    font-weight:600;

    word-break:break-all;
}

/* ダイヤル手順 */

.dial-step{

    margin:18px 0 0;

    padding-left:22px;

    list-style:decimal;
}

.dial-step li{

    margin-bottom:10px;

    line-height:1.8;
}

/* スマホ */

@media screen and (max-width:767px){

.notice-lead{

    font-size:15px;
}

.point-deadline{

    padding:18px;
}

.deadline-date{

    font-size:24px;
}

.notice-text{

    font-size:15px;
}

.attention-category{

    margin-top:28px;
}

.attention-category h3{

    font-size:18px;

    margin:28px 0 14px;
}

.attention-box{

    padding:18px 16px;
}

.attention-box ul li{

    padding-left:24px;

    font-size:15px;
}

.attention-box ul li::before{

    font-size:15px;
}

.url{

    font-size:14px;
}

.dial-step{

    padding-left:20px;
}

.dial-step li{

    font-size:15px;
}

}


/* =====================================================
   Point Section
===================================================== */


.point-section{

    background:#fff;

}



.point-lead{

    line-height:1.9;

    margin-bottom:30px;

}



.point-alert-text{

    color:#c0392b;

    font-weight:bold;

}





/* 共通BOX */

.point-box,
.point-card{

    background:#fff;

    border:1px solid #ddd;

    padding:30px;

    margin-bottom:30px;

    line-height:1.8;

}



.point-box h3{

    margin:0 0 20px;

    color:#2f6f39;

    font-size:20px;

}





/* 手順 */

.point-step-list{

    padding-left:25px;

}



.point-step-list li{

    margin-bottom:25px;

    padding-left:10px;

}



.point-step-list strong{

    display:block;

    font-size:17px;

    margin-bottom:10px;

}



.point-step-list p{

    margin:8px 0;

}



.point-url a{

    color:#0066cc;

    word-break:break-all;

}





/* Vポイント */

.point-blue{

    background:#eef7fd;

    border-color:#d3e4ef;

}



.point-list{

    padding-left:20px;

}



.point-list li{

    margin-bottom:15px;

}





/* iD WAON */

.point-card{

    background:#fafafa;

}





.waon-box{

    background:#fff;

    border:1px solid #ddd;

    padding:20px;

    margin:20px 0;

}



.waon-box h4{

    color:#2f6f39;

    margin:0 0 10px;

}



.waon-box .disabled{

    color:#c0392b;

    margin-top:20px;

}
@media screen and (max-width:767px){


.point-box,
.point-card{

    padding:18px 15px;

    margin-bottom:20px;

}



.point-lead{

    font-size:14px;

}



.point-box h3{

    font-size:17px;

}



.point-step-list{

    padding-left:20px;

}



.point-step-list li{

    margin-bottom:20px;

}



.point-step-list strong{

    font-size:15px;

}



.point-list{

    padding-left:18px;

}



.waon-box{

    padding:15px;

}



}

/* =====================================================
   Cancel Section
===================================================== */


.cancel-wrapper{

    background:#fff;

    border:1px solid #ddd;

    padding:30px;

}



/* block */

.cancel-block{

    padding:25px;

    background:#f7fbff;

    border-left:5px solid #6eba44;

    margin-bottom:25px;

    line-height:1.9;

}



.cancel-block:last-child{

    margin-bottom:0;

}




.cancel-block--green{

    background:#f6fbf3;

}





/* heading */

.cancel-heading{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:20px;

}



.cancel-heading span{

    display:block;

    width:6px;

    height:28px;

    background:#6eba44;

}



.cancel-heading h4{

    margin:0;

    font-size:20px;

    color:#184d39;

}





/* list */

.cancel-list{

    margin:20px 0;

    padding-left:20px;

}



.cancel-list li{

    margin-bottom:15px;

    line-height:1.8;

}


/* 注意 */

.cancel-note{

    background:#fff8e8;

    border:1px solid #e6d99a;

    padding:15px 20px;

    color:#755600;

    font-size:14px;

    line-height:1.8;

}

@media screen and (max-width:767px){


.cancel-wrapper{

    padding:15px;

}



.cancel-block{

    padding:18px 15px;

    font-size:14px;

}



.cancel-heading{

    gap:10px;

}



.cancel-heading span{

    width:5px;

    height:22px;

}



.cancel-heading h4{

    font-size:16px;

    line-height:1.6;

}



.cancel-list{

    padding-left:18px;

}



.cancel-list li{

    margin-bottom:12px;

}



.cancel-note{

    padding:12px 15px;

    font-size:13px;

}


}

/* =====================================================
   Responsive - Tablet
===================================================== */

@media screen and (max-width:1023px){

    .container{

        width:100%;
        padding:0 24px;

    }

    .hero__inner{

        flex-direction:column;
        align-items:flex-start;

    }

    .hero__content,
    .hero__image{

        width:100%;

    }

    .hero__image{

        text-align:center;

    }

    .card-grid{

        grid-template-columns:1fr;

    }

    .additional-grid{

        grid-template-columns:1fr;

    }

}


/* =====================================================
   Responsive - Mobile
===================================================== */

@media screen and (max-width:767px){

    body{

        font-size:14px;

    }

    .section{

        padding:40px 0;

    }

    .page-header{

        padding:20px 0;

    }

    .page-title{

        font-size:24px;

    }

    .hero{

        padding:30px 0;

    }

    .hero__content h2{

        font-size:24px;
        line-height:1.5;

    }

    .hero__label{

        font-size:12px;

    }

    .section-heading h2{

        font-size:20px;

    }

    .section-heading span{

        height:22px;

    }

    .detail-panel__content,
    .notice-box,
    .info-box,
    .attention-box{

        padding:18px;

    }


    .primary-button{

        width:100%;
        min-width:auto;
        font-size:16px;

    }

    .contact{

        padding:50px 0;

    }

    .contact-box{

        padding:30px 20px;

    }

    .contact-box__tel{

        font-size:30px;
        letter-spacing:1px;

    }

}


/* =====================================================
   Hover Effects
===================================================== */

.card,
.additional-card,
.button,
.primary-button{

    transition:
        .25s ease;

}

.card:hover{

    transform:translateY(-3px);

    border-color:#004ea2;

}

.additional-card:hover{

    transform:translateX(4px);

}

.button:hover,
.primary-button:hover{

    opacity:.92;

}



/* =====================================================
   Fade Animation
===================================================== */

.fade-up{

    opacity:0;

    transform:translateY(35px);

    transition:

        opacity .7s ease,
        transform .7s ease;

}

.fade-up.show{

    opacity:1;

    transform:none;

}

/* =====================================================
   Utility
===================================================== */

.text-center{

    text-align:center;

}

.mt-20{

    margin-top:20px;

}

.mt-30{

    margin-top:30px;

}

.mt-40{

    margin-top:40px;

}

.mb-20{

    margin-bottom:20px;

}

.mb-30{

    margin-bottom:30px;

}



/* =====================================================
   Print
===================================================== */

@media print{

    .button,
    .primary-button{

        display:none;

    }

}
/* ===================================
 提携カード
=================================== */

.business-card-page{

    padding:50px 20px 70px;

}


.section-inner{

    max-width:960px;

    margin:auto;

}


.section-description{

    margin-bottom:35px;

    line-height:2;

    color:#444;

}



/* カード一覧 */

.card-list{

    display:flex;

    flex-direction:column;

    gap:24px;

}



/* 商品カード */

.business-card-item{

    display:flex;

    align-items:center;

    gap:35px;

    padding:28px;

    background:#fff;

    border:1px solid #ddd;

    border-radius:8px;

}



/* 画像 */

.card-image{

    width:260px;

    flex-shrink:0;

    margin:0;

    text-align:center;

}


.card-image img{

    width:100%;

    max-width:240px;

}



/* 内容 */

.card-content{

    flex:1;

}



.card-title{

    margin:0 0 18px;

    font-size:20px;

    line-height:1.6;

    color:#005baa;

    font-weight:700;

}


.card-title span{

    font-size:12px;

    color:#555;

    font-weight:normal;

}



/* 特徴 */

.card-feature-list{

    list-style:none;

    margin:0;

    padding:0;

}



.card-feature-list li{

    position:relative;

    padding-left:26px;

    margin-bottom:12px;

    line-height:1.8;

}



.card-feature-list li:last-child{

    margin-bottom:0;

}


.card-feature-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#005baa;

    font-weight:bold;

}



/* 注意 */

.section-note{

    margin-top:28px;

    color:#666;

    font-size:14px;

    line-height:1.8;

}



/* =========================
スマホ
========================= */

@media(max-width:767px){


.business-card-page{

    padding:35px 16px 50px;

}


.section-description{

    font-size:15px;

}


.business-card-item{

    display:flex;

    flex-direction:column;

    gap:18px;

    padding:20px;

}


.card-image{

    width:100%;

}


.card-image img{

    max-width:220px;

}


.card-title{

    font-size:18px;

}


.card-title span{

    display:block;

    font-size:14px;

    margin-top:5px;

}


.card-feature-list li{

    font-size:15px;

    line-height:1.8;

}


}


/* ==========================================================
   Contact
========================================================== */

.contact-section{

    background:#fff;

}

.contact-box{

    background:#fffdd8;

    border:2px solid #ddd49d;

    padding:30px 40px;

    text-align:center;

    border-radius:10px;

}

.contact-box h2{

    font-size:40px;

    color:#555;

}

.contact-phone{

    color:#e30000;

    font-size:50px;

    font-weight:700;

    margin:25px 0;

}

.contact-time{

    font-size:22px;

    font-weight:bold;

}

.contact-note{

    margin-top:25px;

    color:#666;

    font-size:15px;

}

.tel-link{
    color: inherit;
    text-decoration: none;
}

.tel-link:hover{
    text-decoration: underline;
}
/* ---------- contact -----------------*/
@media screen and (max-width:767px){
    .contact-box{

        padding:35px 20px;

    }

    .contact-box h2{

        font-size:28px;

    }

    .contact-phone{

        font-size:34px;
        line-height:1.3;

    }

    .contact-time{

        font-size:12px;

    }

    .contact-note{

        font-size:14px;

    }
}





/* =====================================================
   ETC
===================================================== */
.info-box{
    background:#f6fbff;
    border-radius:18px;
    padding:45px;
}

.etc-mileage-section{

    position:relative;

    background:#fff;

    border-radius:14px;

    padding:35px;

    box-shadow:
        0 8px 30px rgba(0,0,0,.05);
}

.etc-mileage-section + .etc-mileage-section{

    margin-top:30px;
}

.etc-mileage-section::before{

    content:"";

    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:6px;

    border-radius:14px 0 0 14px;
}
.etc-mileage-section h3{

    margin:0 0 22px;

    display:flex;
    align-items:center;
    gap:14px;

    font-size:24px;

    color:#1b4f72;
}

.step{

    background:linear-gradient(
        135deg,
        #0096d6,
        #0069b4
    );

    color:#fff;

    border-radius:50px;

    padding:7px 18px;

    font-size:13px;

    letter-spacing:.1em;

    font-weight:bold;

    text-transform:uppercase;
}
.contact-box{

    margin-top:24px;
}

.contact-phone-area{

    margin:10px 0;

    font-size:34px;

    font-weight:700;

    color:#005baa;
}

.contact-phone-area a{

    color:inherit;

    text-decoration:none;
}

.contact-phone-area a:hover{

    opacity:.8;
}
.note{

    margin-top:25px;

    background:#fffdf5;

    border-radius:10px;

    padding:18px 20px;

    color:#555;
}
@media (max-width:767px){

.info-box{
    padding:18px 16px;
    border-radius:10px;
}

.etc-mileage-section{
    background:none;
    box-shadow:none;
    border-radius:0;
    padding:0;
}

.etc-mileage-section + .etc-mileage-section{
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #d9e4ec;
}

.etc-mileage-section::before{
    display:none;
}

.etc-mileage-section h3{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:18px;
    margin-bottom:16px;
}

.step{
    font-size:12px;
    padding:4px 10px;
}

.contact-box{
    margin-top:18px;
    padding:16px;
}

.contact-phone-area{
    font-size:22px;
    line-height:1.2;
}

.contact-phone-area a{
    display:block;
    padding:6px 0;
}

.note{
    padding:14px;
    font-size:14px;
}

}

/* =====================================================
   「筑波銀行ビジネスカード for Owners」
===================================================== */
.etc-discount-box{

    border:1px solid #d9e3ea;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
}

/* 1・2 */

.etc-step{

    padding:28px 32px;
}

.etc-step + .etc-step{

    border-top:1px solid #e5e5e5;
}

/* 見出し */

.etc-step h3{

    margin:0 0 18px;
    font-size:22px;
    font-weight:700;
    color:#333;
    line-height:1.5;
}

/* 本文 */

.etc-step p{

    margin:0 0 14px;
    line-height:2;
    color:#444;
}

/* Vpass部分 */

.etc-note{

    margin-top:18px;
    padding:16px 18px;

    background:#fcfeff;
    line-height:1.9;
}

.etc-note a{

    color:#005baa;

    word-break:break-all;
}

.etc-note a:hover{

    text-decoration:underline;
}


/*************************
スマホ
**************************/

@media screen and (max-width:767px){

    .etc-step{

        padding:20px 18px;
    }

    .etc-step h3{

        font-size:18px;
        line-height:1.6;
        margin-bottom:14px;
    }

    .etc-step p{

        font-size:15px;
        line-height:1.9;
    }

    .etc-note{

        margin-top:14px;
        padding:14px;
        font-size:14px;
    }

    .etc-note a{

        display:inline-block;
        margin-top:6px;
    }

}
