@charset "UTF-8";
.sec-sub-mv{
    background:url(../../img/license/bg_mv.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}

/*---------- howto ----------*/
.howto-con{
    margin-top:-100px;
}
.howto-con-inn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:40px;
}
.howto-con-inn + p{
    font-size: 1.8rem;
}
.con-txt{
    font-size: 1.8rem;
    font-weight: 700;
}
.howto-con .con-txt{
    width:50%;
    margin-top:80px;
}
.howto-image{
    width:46%;
}
.route-con{
    margin:70px 0 0;
}
.route-con .con-txt{
    text-decoration: underline;
}
.route-image{
    margin:50px 0 20px;
}
/*---------- summary ----------*/
.sec-sub-summary{
    padding:100px 0;
}
.summary-box{
    background: #fff;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.25);
    padding:40px 0;
    margin:40px 0 30px;
}
.box-ttl{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color:#fff;
    background:#CF001C;
    padding:0 30px 0 40px;
    display: inline-block;
    border-radius: 0 50px 50px 0;
}
.summary-box dl{
    padding:0 40px;
    margin-top:20px;
    display: flex;
    align-items: flex-start;
}
.summary-box dl dt{
    background: #1A2C61;
    color:#fff;
    width:132px;
    text-align: center;
    margin-right:30px;
}
.summary-box dl dd{
    width:calc(100% - 132px - 30px);
}
.summary-box dl dd ul li{
    text-indent:-1em;
    padding-left: 1em;
    margin-bottom:10px;
}

.summary-table{
    margin-bottom:70px;
}
.summary-table table{
    width:100%;
}
.summary-table tr th,
.summary-table tr td{
    border: 1px solid #231815;
    white-space: nowrap;
    vertical-align: middle;
}
.summary-table tr th{
    background: #DD664B;
    color:#fff;
    padding:10px;
    text-align: center;
    font-weight: 700;
}
.summary-table tr td{
    font-size: 1.4rem;
    background: #fff;
    padding: 20px;
}
.summary-table tr td.bg-or{
    background: #F9E1D6;
}

@media (max-width: 768px){
    .sec-sub-mv{
        background:url(../../img/license/bg_mv_sp.png) no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .howto-con{
        margin-top:0;
    }
    .howto-con-inn{
        flex-wrap: wrap;
        margin-bottom:5vw;
    }
    .howto-con-inn + p{
        font-size: 3.7vw;
    }
    .con-txt{
        font-size: 3.9vw;
    }
    .howto-con .con-txt{
        width:100%;
        margin:0 0 5vw;
    }
    .howto-image{
        width:100%;
    }
    .route-con{
        margin:10vw 0 0;
    }
    .route-image{
        margin:5vw 0 2vw;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .route-image img {
        width:150vw;
        height:auto;
        display: block;
    }
    .scroll{
        position: relative;
        font-size: 3.9vw;
        font-weight: 700;
        text-align: right;
        margin-bottom:3vw;
    }
    .scroll::after{
        content:'';
        display: inline-block;
        background: url(../../img/common/icon_arrow_en_r.svg) no-repeat;
        background-size: 100%;
        width:3.5vw;
        height:3.5vw;
        vertical-align: -0.15em;
        margin-left: 1vw;
    }
    .sec-sub-summary{
        padding:10vw 0;
    }
    .summary-box{
        padding:5vw 0;
        margin:5vw 0 7vw;
    }
    .box-ttl{
        font-size: 4.7vw;
        padding:0 5vw 0 5vw;
        border-radius: 0 7vw 7vw 0;
    }
    .summary-box dl{
        padding:0 5vw;
        margin-top:3vw;
        flex-direction: column;
        font-size: 3.7vw;
    }
    .summary-box dl dt{
        width:30vw;
        margin-right:0x;
        margin-bottom:2vw;
        padding:.5vw 0;
    }
    .summary-box dl dd{
        width:100%;
    }
    .summary-box dl dd ul li{
        margin-bottom:3vw;
    }

    .summary-table{
        margin-bottom:3vw;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .summary-table table{
        width: auto;
    }
    .summary-table tr th{
        padding:1.5vw;
        font-size: 3.5vw;
    }
    .summary-table tr td{
        font-size: 3.5vw;
        padding: 5vw;
    }
    .summary-table+.scroll{
        margin-bottom:10vw;
    }
}