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

.container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 80px auto;
    padding: 0 70px;
    box-sizing: border-box;
}
.art_content{
    width: 70%;
    padding-right: 20px;
    box-sizing: border-box;
}
.sec_news{
    margin-left: 30px;
    padding-bottom: 140px;
}
.post .sec_news{ padding-bottom: 70px;}
.post{ margin-bottom: 70px;}


.sec_news .art_ttl{
    margin: 0 0 35px -30px;
    padding: 0 0 10px 20px;
    color: #333;
    border-bottom: 5px solid #E41B5B;
}
.sec_news p{
    line-height: 2.1;
    font-size: 1.6rem;
    color: #333;
}

.sec_news p+p{ margin-top: 1em;}

.sec_news .aligncenter{
    display:block;
    margin:0 auto;
}

.sec_news .alignright{
	float:right;
    margin-left: 20px;
}

.sec_news .alignleft{
	float:left;
    margin-right: 20px;
}

.sec_news .date_release{
    margin-bottom: 25px;
}
.sec_news h4{
    margin: 45px 30px 15px 0;
    padding-left: 10px;
    font-size: 1.6rem;
    color: #1B1464;
    border-bottom: 1px solid #1B1464;
}
.sec_news p img{
    padding-left: 10px;
    vertical-align: bottom;
    box-sizing: border-box;
}

.pager{
    position: relative;
    clear: both;
}
.pager a{
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    background-color: #E41B5B;
    border-radius: 10px;
}

.pager a.next{ float: right;}
.pager a.prev{ float: left;}

.btn_box{
    padding-top: 40px;
    text-align: center;
    border-top: 2px dotted #E41B5B;
}
.btn_box .btn_prev,
.btn_box .btn_next{
    display: inline-block;
    width: 263px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    background-color: #E41B5B;
    border-radius: 10px;
}
.btn_box .btn_prev{ float: left;}
.btn_box .btn_next{ float: right;}

.sidebar{
    width: 30%;
    margin: 45px 0 35px;
    padding: 25px 0 0 10px;
    border-left: 1px solid #000000;
    box-sizing: border-box;
}
.sec_side{
    margin-bottom: 50px;
}
.sec_side .side_ttl{
    margin: 0 0 10px;
    padding-bottom: 15px;
    font-size: 1.6rem;
    color: #333;
    background: url(../img/phrchase_info/line_side01.png) 0 100% no-repeat;
}
.sec_side .side_ttl:before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-right: 15px;
    vertical-align: middle;
    background: no-repeat;
    background-size: contain;
}
.sec_side .ttl01:before{
    background-image: url(../img/phrchase_info/ico_key01.png);
}
.sec_side .ttl02:before{
    background-image: url(../img/phrchase_info/ico_key02.png);
}
.sec_side .ttl03:before{
    background-image: url(../img/phrchase_info/ico_key03.png);
}
.sec_side ul{
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 2.1;
    list-style-type: none;
    color: #333;
}
.sec_side .info_stock li{
    padding-left: 1em;
    text-indent: -1em;
    border-bottom: 1px dashed #736357;
}

@media screen and (max-width: 767px) {
    .container{
        display: block;
        margin: 8% auto;
        padding: 0;
    }
    .art_content{
        width: 100%;
        padding-right: 0;
    }
    .sec_news{
        margin-left: 0;
        padding-bottom: 15%;
    }

    .post .sec_news{ padding-bottom: 7%;}
    .post{ margin-bottom: 14%;}

    .sec_news .alignright,
    .sec_news .alignleft{
        display: block;
        float:none;
        margin:0 auto;
    }


    .sec_news .art_ttl{
        margin: 0 0 5%;
        padding: 0 0 2%;
        line-height: 1.3;
        border-bottom: 3px solid #E41B5B;
        font-size: 1.6rem;
    }
    .sec_news .date_release{
        margin-bottom: 5%;
    }
    .sec_news h4{
        margin: 5% 0 3%;
    }
    .sec_news p img{
        padding-left: 0;
    }

.pager a{
    display: block;
    width: 110px;
    font-size: 1.4rem;
}

    .btn_box{
        padding-top: 8%;
    }
    .btn_box .btn_next{
        width: 70%;
        height: 40px;
        line-height: 40px;
        font-size: 1.8rem;
    }
    .sidebar{
        width: 100%;
        margin: 30% 0;
        padding: 0;
        border: none;
    }
    .sec_side .side_ttl{
        margin-bottom: 3%;
        padding-bottom: 2%;
        background-position: 50% 100%;
        background-repeat: repeat-x;
    }
    .sec_side ul{
        margin-left: 1em;
        line-height: 1.7;
    }
    .sec_side .info_stock li{
        margin-bottom: 2%;
        padding-bottom: 2%;
    }
}
@media screen and (max-width: 360px) {

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