<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.sec_foreign02{
    margin-top: 70px;
}

.info_list{
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    border: 1px solid #B3B3B3;
}
.info_list li{
    border-bottom: 2px dashed #CCCCCC;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.info_list a{
    display: block;
    color: #333;
}
.info_list a:hover{
    text-decoration: none;
    transition: 0.4s;
    opacity: 0.7;
}
.info_list .ico{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 25px;
    vertical-align: middle;
    border: 1px solid #E41B5B;
    border-radius: 14px;
    box-sizing: border-box;
}
.info_list .ico:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    border-right: 2px solid #E41B5B;
    border-bottom: 2px solid #E41B5B;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.info_list .date{
    margin-right: 1em;
    vertical-align: middle;
}
.info_list .ttl{
    vertical-align: middle;
}
.info_list .ico_new{
    display: inline-block;
    margin-left: 20px;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 1.6rem;
    background-color: #E41B5B;
    border-radius: 7px;
    color: #fff;
}
.sec_foreign02 .info_list .ico{
    background-color: #E41B5B;
}
.sec_foreign02 .info_list .ico:after{
    border-color: #fff;
}
.sec_foreign02 .info_list .ico_new{
    color: #E41B5B;
    background-color: #fff;
    border: 1px solid #E41B5B;
}

@media screen and (max-width: 767px) {
    .sec_foreign02{
        margin-top: 10%;
    }

    .info_list{
        padding: 0 0 3%;
    }
    .info_list a{
        padding: 3%;
    }
    .info_list .ico{
        width: 20px;
        height: 20px;
        margin-right: 0.5em;
    }
    .info_list .ico:after{
        width: 7px;
        height: 7px;
        margin-left: -2px;
    }
    .info_list .ttl{
        display: block;
    }
    .info_list .ico_new{
        margin-left: 0;
        padding: 0 3%;
        font-size: 1.2rem;
    }
}

.sec_foreign02 .inner{
    padding: 0 70px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.sec_foreign02 .h_center{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0;
    font-weight: normal;
    background-color: #1B1464;
}
.sec_foreign02 .h_center .ttl_inner{
    display: block;
    width: 100%;
}
.sec_foreign02 .h_center .ttl01{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
}
.sec_foreign02 .h_center .ttl02{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .sec_foreign02 .inner{
        padding: 0;
        margin-bottom: 8%;
    }
    .sec_foreign02 .h_center{
        height: 80px;
        padding: 0 3%;
    }
    .sec_foreign02 .h_center .ttl01{
        font-size: 2.0rem;
    }
    .sec_foreign02 .h_center .ttl02{
        font-size: 1.2rem;
    }
}

.content01{
    margin: 37px 0 50px;
}
.content01 .inner{
    justify-content: space-between;
    padding: 42px 120px 0 90px;
    background: url(../img/sale/line_sale01.png) 50% 0 no-repeat;
    box-sizing: border-box;
}
.content01 .txt_box{
    width: 550px;
    margin-bottom: 50px;
}
.content01 .txt_box .p01{
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #333;
    background: url(../img/sale/line_sale02.png) 0 100% no-repeat;
}
.content01 .txt{
    font-size: 1.6rem;
    color: #333;
}

@media screen and (max-width: 767px) {
    .content01{
        margin: 8% 0;
    }
    .content01 .inner{
        display: block;
        padding: 5% 0 0;
        background-size: 100% auto;
    }
    .content01 .txt_box{
        width: auto;
        margin-bottom: 8%;
    }
    .content01 .txt_box .p01{
        padding-bottom: 3%;
        margin-bottom: 3%;
        line-height: 1.2;
        font-size: 1.6rem;
        background-size: 100% auto;
    }
    .content01 .img_box{
        margin: 0 20% 10%;
    }
    .content01 .txt{
        line-height: 1.5;
        font-size: 1.4rem;
    }
}

.content02 .inner{
    padding: 0 90px;
    box-sizing: border-box;
}
.content02 .txt01{
    margin-bottom: 20px;
    font-size: 2.0rem;
    color: #333;
}
.content02 .list_merit{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
    padding: 0;
    list-style-type: none;
}
.content02 .list_merit li{
    width: 300px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #E41B5B;
}
.content02 .list_merit .ttl_merit{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #E41B5B;
}
.content02 .list_merit .ttl_merit .ttl_inner{
    line-height: 1.5;
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
}
.content02 .list_merit .txt_merit{
    padding: 8px 13px 30px;
    line-height: 2;
    font-size: 1.6rem;
    color: #333;
}
.content02 .txt02{
    font-size: 1.6rem;
    color: #333;
}

@media screen and (max-width: 767px) {
    .content02 .inner{
        padding: 0;
    }
    .content02 .txt01{
        margin-bottom: 3%;
        line-height: 1.5;
        font-size: 1.6rem;
    }
    .content02 .list_merit{
        display: block;
        margin-bottom: 5%;
    }
    .content02 .list_merit li{
        width: auto;
        margin-bottom: 5%;
    }
    .content02 .list_merit .ttl_merit{
        height: 60px;
    }
    .content02 .list_merit .ttl_merit .ttl_inner{
        line-height: 1.2;
        font-size: 1.6rem;
    }
    .content02 .list_merit .txt_merit{
        padding: 3%;
        line-height: 1.5;
        font-size: 1.4rem;
    }
    .content02 .txt02{
        line-height: 1.5;
        font-size: 1.4rem;
    }
}

.content03{
    margin-top: 45px;
}
.content03 .inner{
    padding: 0 90px;
    box-sizing: border-box;
}
.content03 .txt{
    margin-bottom: 15px;
    font-size: 1.6rem;
    color: #333;
}
.content03 .lg{
    font-size: 2.0rem;
}
.content03 .txt_cover{
    margin-bottom: 40px;
    padding: 15px;
    border: 1px solid #333333;
    border-radius: 8px;
}
.content03 .txt_cover:last-child{
    margin-bottom: 55px;
}
.content03 .txt_cover .txt:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .content03{
        margin-top: 8%;
    }
    .content03 .inner{
        padding: 0;
    }
    .content03 .txt{
        margin-bottom: 0.8em;
        line-height: 1.5;
        font-size: 1.4rem;
    }
    .content03 .lg{
        font-size: 1.8rem;
    }
    .content03 .txt_cover{
        margin-bottom: 5%;
        padding: 3%;
    }
    .content03 .txt_cover:last-child{
        margin-bottom: 10%;
    }
}

.content04 .inner{
    margin-bottom: 130px;
    padding: 0 90px;
    box-sizing: border-box;
}
.content04 .ttl{
    width: 800px;
    margin-bottom: 25px;
}
.content04 .ttl:before{
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 10px;
    background: url(../img/sale/line_sale03.png) no-repeat;
}
.content04 .ttl:after{
    content: "";
    display: block;
    height: 6px;
    margin-top: 10px;
    background: url(../img/sale/line_sale03.png) no-repeat;
}
.content04 .ttl .ttl_inner{
    padding-left: 15px;
    font-size: 1.8rem;
    color: #333;
}
.content04 .txt{
    line-height: 2.0;
    font-size: 1.6rem;
    color: #333;
}

@media screen and (max-width: 767px) {
    .content04 .inner{
        margin-bottom: 20%;
        padding: 0;
    }
    .content04 .ttl{
        width: auto;
        margin-bottom: 5%;
    }
    .content04 .ttl:before{
        height: 3px;
        margin-bottom: 0;
        background-size: 100% auto;
    }
    .content04 .ttl:after{
        height: 3px;
        margin-top: 0;
        background-size: 100% auto;
    }
    .content04 .ttl .ttl_inner{
        display: block;
        padding: 3%;
        line-height: 1.5;
        font-size: 1.5rem;
    }
    .content04 .txt{
        padding: 0 3%;
        line-height: 1.5;
        font-size: 1.4rem;
    }
}</pre></body></html>