<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_sale02{
    margin-top: 70px;
    margin-bottom: 140px;
}
.sec_sale02 .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.sec_sale02 .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: #027ABB;
}
.sec_sale02 .h_center .ttl_inner{
    display: block;
    width: 100%;
}
.sec_sale02 .h_center .ttl01{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
}
.sec_sale02 .h_center .ttl02{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

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

.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) {
    .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;
    }
}

</pre></body></html>