@charset "UTF-8";

main#news{
    padding-bottom: 120px;
    background: url(../img/section_bg4.webp)no-repeat top center;
}

main#news section.twoColumn{
    padding-top: 76px;
    background: none;
}

section.twoColumn .left_Column{
    max-width: 800px;
}

section.twoColumn .left_Column .ttl_block {
    width: 100%;
    margin-bottom: 33px;
    padding-bottom: 4px;
    border-bottom: 3px solid #B28500;
}
section.twoColumn .left_Column .ttl_block .date {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

section.twoColumn .left_Column .ttl_block p.cate a {
    margin-right: 10px;
    padding: 0px 8px;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
}
section.twoColumn .left_Column .ttl_block p.cate.news a {
    background: #FFA64D;
}
section.twoColumn .left_Column .ttl_block p.cate.purchase a {
    background: #59B200;
}

section.twoColumn .left_Column .ttl_block time {
    font-size: 1.6rem;
    color: #1F1F1F;
    display: block;
}

section.twoColumn .left_Column .ttl_block h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
}

section.twoColumn .left_Column .img_block {
    margin-bottom: 32px;
    width: 100%;
}
section.twoColumn .left_Column .img_block img{
    width: 100%;
    height: 100%;
}

section.twoColumn .left_Column .main_txt{
    padding: 0 10px;
}

section.twoColumn .left_Column .main_txt p {
    margin-bottom: 20px;
    padding-left: 10px;
    line-height: 1.6;
}

section.twoColumn .left_Column .main_txt h2 {
    margin-top: 46px;
    margin-bottom: 15px;
    padding: 0px 10px 5px 23px;
    color: #1F1F1F;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.6;
    border-bottom: 2px solid #613639;
    position: relative;
}
section.twoColumn .left_Column .main_txt h2:before{
    content: '';
    width: 6px;
    height: 96%;
    background: #613639;
    margin-right: 4px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 11px;
}

section.twoColumn .left_Column .main_txt h3,
section.twoColumn .left_Column .main_txt h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    padding-left: 10px;
    color: #1F1F1F;
    font-size: 2.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.6;
}
section.twoColumn .left_Column .main_txt h3:before{
    content: '';
    width: 23px;
    height: 23px;
    background: #613639;
    margin-right: 9px;
    border-radius: 2px;
    display: block;
}

section.twoColumn .left_Column .main_txt #prev_next {
    margin-top: 61px;
    padding: 21px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    border-top: 2px solid #B28500;
}

section.twoColumn .left_Column .main_txt .back_btn {
    width: 300px;
    text-align: center;
}
section.twoColumn .left_Column .main_txt .back_btn a{
    width: 100%;
    padding: 12px 0 13px;
    background: #C40100;
    color: #fff;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.twoColumn .left_Column .main_txt .back_btn a:after{
    content: '';
    background: url(../img/icon_arrow.png)no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}

section.twoColumn .left_Column .main_txt #prev_next .pn_btn.prev a:before,
section.twoColumn .left_Column .main_txt #prev_next .pn_btn.next a:after{
    display: inline-block;
    position: relative;    
}

section.twoColumn .left_Column .main_txt #prev_next .pn_btn.prev a:before{
    content: '＜';    
    margin-right: 8px;
}
section.twoColumn .left_Column .main_txt #prev_next .pn_btn.next a:after{
    content: '＞'; 
    margin-left: 8px;
}


@media screen and (max-width:768px){
    main#news{
        padding-bottom: 40px;
    }

    main#news section.twoColumn{
        padding-top: 46px;
    }
    section.twoColumn .left_Column .df{
        width: 100%;
    }
    section.twoColumn .left_Column .ttl_block p.cate a{
        padding: 0px 4px;
        font-size: 1.6rem;
    }
    
    section.twoColumn .left_Column .ttl_block h1{
        font-size: 2rem;
    }

    section.twoColumn .left_Column .ttl_block{
        margin-bottom: 14px;
    }

    section.twoColumn .left_Column .img_block img{
        height: 100%;
    }

    
    section.twoColumn .left_Column .main_txt{
        width: 100%;
        margin-bottom: 39px;
        padding: 0 0 30px;
    }

    section.twoColumn .left_Column .main_txt p{
        padding-left: 0;
    }
    
    section.twoColumn .left_Column .main_txt #prev_next{
        margin-top: 55px;
        font-size: 1.6rem;
    }
    section.twoColumn .left_Column .main_txt .back_btn{
        width: 150px;
        margin: 0 10px;
    }
    section.twoColumn .left_Column .main_txt .back_btn a{
        padding: 6px 0 5px;
    }

    section.twoColumn .left_Column .main_txt h2{
        margin-top: 26px;
        font-size: 2.0rem;
    }
    section.twoColumn .left_Column .main_txt h2:before{
        left: 3px;
    }

    section.twoColumn .left_Column .main_txt h3,
    section.twoColumn .left_Column .main_txt h4{
        margin-top: 26px;
        font-size: 2rem;
        padding-left: 0;
    }

    section.twoColumn .left_Column .main_txt #prev_next{
        padding: 11px 10px 0;
    }
}