@charset "UTF-8";

section.twoColumn .left_Column{
    max-width: 780px;
}

section.twoColumn .left_Column .ttl_block {
    width: 100%;
    margin-bottom: 33px;
    padding-bottom: 4px;
}
section.twoColumn .left_Column .ttl_block .date {
    margin-left: 51px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

section.twoColumn .left_Column .ttl_block p.cate a {
    margin-right: 10px;
    padding: 0px 12px;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    border-radius: 0 10px 10px 0;
}
section.twoColumn .left_Column .ttl_block p.cate.news a {
    background: #FFA54B;
}
section.twoColumn .left_Column .ttl_block p.cate.purchase a {
    background: #FFA54B;
}

section.twoColumn .left_Column .ttl_block time {
    font-size: 1.6rem;
    color: #FFA54B;
    display: block;
}

section.twoColumn .left_Column .ttl_block h1 {
    margin-bottom: 33px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    padding: 25px 47px;
    display: flex;
    background: linear-gradient(90deg, rgba(255, 148, 40, 1) 0%, rgba(255, 186, 118, 1) 100%);
    border: 5px solid #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 #bababaab;
}

section.twoColumn .left_Column .img_block {
    margin-bottom: 32px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
section.twoColumn .left_Column .img_block img{
    width: 100%;
    height: 100%;
}

section.twoColumn .left_Column .main_txt{
    max-width: 740px;
    margin: 0 auto;
}

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: 26px;
    margin-bottom: 30px;
    padding: 0px 10px 2px 23px;
    color: #1F1F1F;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: 2px solid #FFA54B;
    position: relative;
}
section.twoColumn .left_Column .main_txt h2:before{
    content: '';
    width: 8px;
    height: 100%;
    background: #FFA54B;
    margin-right: 4px;
    border-radius: 2px 2px 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

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;
    display: flex;
    align-items: center;
    line-height: 1.6;
}
section.twoColumn .left_Column .main_txt h3:before{
    content: '';
    width: 16px;
    height: 16px;
    background: #FFA54B;
    margin-right: 9px;
    display: block;
}

section.twoColumn .left_Column .main_txt h4{
    font-size: 2.0rem;
}


section.twoColumn .left_Column .main_txt #prev_next {
    margin-top: 61px;
    padding: 0 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
}

section.twoColumn .left_Column .main_txt .back_btn {
    width: 200px;
    text-align: center;
}
section.twoColumn .left_Column .main_txt .back_btn a{
    width: 100%;
    padding: 12px 0 13px;
    background: #eee;
    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-top: 35px;
    }

    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{
        margin-bottom: 14px;
    }
    section.twoColumn .left_Column .ttl_block h1{
        margin-bottom: 18px;
        padding: 12px 15px;
        font-size: 1.8rem;
    }
    section.twoColumn .left_Column .ttl_block .date{
        margin-left: 10px;
    }

    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 h3,
    section.twoColumn .left_Column .main_txt h4{
        margin-top: 26px;
        font-size: 2rem;
        padding-left: 0;
    }
    section.twoColumn .left_Column .main_txt h4{
        font-size: 1.6rem;
    }

    section.twoColumn .left_Column .main_txt #prev_next{
        padding: 11px 10px 0;
    }
}