@charset "utf-8";
/*********************************************************************
 *
 *  For ブログ 詳細
 *
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap.sec_mv_wrap_event {
	padding-top: 140px;
	padding-bottom: 140px;
	color: #FFF;
	background-image: url(../img/mv_bg_2.jpg);
	background-position: center;
	background-size: cover;
}
@media (max-width: 767px) {
    .sec_mv_wrap.sec_mv_wrap_event {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* ---------------------------------------------------- */
/* sec_post_wrap */
/* ---------------------------------------------------- */
.sec_post_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec_post_wrap .clms_wrap {
    display: flex;
    justify-content: space-between;
}

.sec_post_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
    flex: none;
    width: 650px;
}

.sec_post_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
    flex: none;
    width: 250px;
}

.sec_post_wrap .date {
    display: table;
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 1;
    border-bottom: 1px solid #F1F1F1;
}

.sec_post_wrap .post_ttl {
    margin-bottom: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.sec_post_wrap .post_content {
    margin-bottom: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
}

.sec_post_wrap .post_content {
    margin-bottom: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
}



.post_content .blogColumn2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0;
}

.post_content .blogColumn2:last-child {
    margin-bottom: 0;
}

.blogColumn2 .blogColumn2-item {
    width: 49%;
    margin: 0;
}

.blogColumn2 .blogColumn2-item .itemImg {
    width: 100%;
    height: 340px;
}

.blogColumn2 .blogColumn2-item .itemText {
    margin-top: 12px;
    line-height: 1.8;
}

.post_content .blogImgText {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0;
}

.post_content .blogImgText:last-child {
    margin-bottom: 0;
}

.blogImgText .itemLeft {
    width: 49%;
    height: 340px;
}

.blogImgText .itemLeft .itemImg {
    width: 100%;
    height: 100%;
}

.blogImgText .itemRight {
    width: 49%;
    margin: 0;
}

.blogImgText .itemRight .itemText {
    line-height: 1.8;
}




@media (max-width: 767px) {
    .sec_post_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .sec_post_wrap .clms_wrap {
        display: block;
    }
    
    .sec_post_wrap .clms_wrap>.clm_wrap:nth-of-type(1) {
        width: auto;
    }
    
    .sec_post_wrap .clms_wrap>.clm_wrap:nth-of-type(2) {
        margin-top: 50px;
        width: auto;
    }
    
    .sec_post_wrap .post_ttl {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    
    .sec_post_wrap .post_content {
        margin-bottom: 20px;
        padding-bottom: 50px;
    }

    
    .blogColumn2 .blogColumn2-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .blogColumn2 .blogColumn2-item:last-child {
        margin-bottom: 0;
    }
    
    .blogColumn2 .blogColumn2-item .itemImg {
        height: 63vw;
    }
    
    .blogColumn3 .blogColumn3-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .blogColumn3 .blogColumn3-item:last-child {
        margin-bottom: 0;
    }
    
    .blogColumn3 .blogColumn3-item .itemImg {
        height: 63vw;
    }
    
    .post_content .blogImgText.reverse .itemLeft {
        order: 1;
    }
    
    .post_content .blogImgText.reverse .itemRight {
        order: 2;
    }
    
    .blogImgText .itemLeft {
        width: 100%;
        height: 63vw;
    }
    
    .blogImgText .itemRight {
        width: 100%;
    }
    
    .blogImgText .itemRight .itemText {
        margin-top: 12px;
    }


}