/*     */
/*  ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
    archive_page_wrap
==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
.page_content_box{
    position: relative;
}

/*  ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
        archive_page_wrap
==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
.archive_page_wrap{
margin-top: 30px;
margin-bottom: 30px;

display: -moz-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}



/*  ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
        post_archive_wrap
==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/*  ==== post_archive_wrap ==== ==== ==== ==== ==== ==== ==== ==== */
/*  --- post_archive_wrap --- --- */
.post_archive_wrap{
    width: 100%;
    margin-right: 4%;
    width: calc(100% - 4% - 300px );
    height: auto;

    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*  ==== post_content_box ==== ==== ==== ==== ==== ==== ==== ==== */
/*  --- post_content_box --- --- */
.post_content_box{
    width: 100%;
    height: auto;
}

/*  --- post_content_box --- --- */
.post_content_box:first-child .post_content{
    border-top: solid 1px #aaa;
}

.post_content{
    border-bottom: solid 1px #aaa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;

    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*  --- post_thumbnail --- --- */
.post_thumbnail{
    width: 300px;
    height: 200px;
}
.post_thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  --- post_text --- --- */
.post_text{
    margin-top: 30px;
    margin-left: 30px;
    width: calc(100% - 300px - 30px);
}
.post_text .post_time{
    margin: 0;
    margin-bottom: 20px;
    color: #2E395E;
    font-weight: 700;
}
.post_text .post_title{
    margin: 0;
}




/*  ==== レスポンシブ（800以下） ==== ==== ==== */
@media screen and (max-width:1000px) {
    /*  ==== post_archive_wrap ==== ==== ==== ==== ==== ==== ==== ==== */
    /*  --- post_archive_wrap --- --- */
    .post_archive_wrap{
        width: 100%;
        margin-right: 0%;
        height: auto;

    }
}

/*  ==== レスポンシブ（600以下） ==== ==== ==== */
@media screen and (max-width:600px) {

    /*  ==== post_content_box ==== ==== ==== ==== ==== ==== ==== ==== */
    /*  --- post_content_box --- --- */
    .post_content_box{
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }
    .post_content{
        border-bottom: solid 1px #aaa;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*  --- post_thumbnail --- --- */
    .post_thumbnail{
        width: 100%;
        height: 200px;
    }
    .post_thumbnail img{
        object-fit: contain;
    }

    /*  --- post_text --- --- */
    .post_text{
        margin-top: 10px;
        margin-left: 0px;
        width: 100%;
    }
    .post_text .post_title{
    }
    .post_text .post_time{
        margin-bottom: 10px;
    }
}


/*  ==== pager_wrap ==== ==== ==== ==== ==== ==== ==== ==== */
.pager_wrap{
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}
.nav-links{
    margin: 0 auto;
    width: 94%;
    max-width: 400px;
    height: auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav-links .page-numbers{
    border-radius: 50%;
    color: #2E395E;
    background-color: #FFF;
    width: 30px;
    height: 30px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0;
}
.page-numbers.current{
    background-color: #2E395E;
    color: #FFF;
}



/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
        single_content_outer
==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/*  ==== single_content_outer ==== ==== ==== ==== ==== ==== ==== ==== */
.single_content_outer{
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    background: linear-gradient(180deg, #2E395E 0px, #2E395E 200px, #E2E8F2 200px, #E2E8F2 100%);
}

/*  ==== single_breadcrumbs_wrap ==== ==== ==== ==== ==== ==== ==== ==== */
.single_breadcrumbs_wrap{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #2E395E;
}
.single_breadcrumbs_inner{
    margin: 0 auto;
    width: 94%;
    max-width: 1200px;

    color: #E2E8F2;

    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*  ==== single_content_wrap ==== ==== ==== ==== ==== ==== ==== ==== */
.single_content_wrap{
    margin: 0 auto;
    padding: 30px;
    width: 94%;
    max-width: 1200px;
    background-color: #FFF;

    position: relative;
}

/*  ==== single_content_box ==== ==== ==== ==== ==== ==== ==== ==== */
.single_content_box{
    margin-right: 30px;
    width: calc(100% - 230px);
    padding: 0px 20px;
}

/*  ==== single_the_content_innner ==== ==== ==== ==== ==== ==== ==== ==== */
.single_the_content_innner{
    width: 100%;
    height: auto;
}
/*  --- single_the_title --- --- */
.single_the_title{
    padding: 0.5em 1em;
    background-color: #2E395E;

    color: #FFF;
}
.single_the_title h1{
    margin: 0;
    font-size: 24px;
}
.single_deco_h2{
    border: solid 1px #2E395E;
    background-color: #EDF7FF;
    color: #2E395E;
    padding: 15px;
}
.single_deco_h3{
    border-bottom: solid 1px #2E395E;
    color: #2E395E;
}
/*  ==== single_other_posts ==== ==== ==== ==== ==== ==== ==== ==== */
.single_other_posts{
    margin-top: 60px;
}

/*  ==== レスポンシブ（1000以下） ==== ==== ==== */
@media screen and (max-width:1000px) {
    /*  ==== single_content_outer ==== ==== ==== ==== ==== ==== ==== ==== */
    .single_content_outer{
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    /*  ==== single_content_box ==== ==== ==== ==== ==== ==== ==== ==== */
    /*  --- single_content_box --- --- */
    .single_content_box{
        margin-right: 0px;
        width: calc(100%);
        padding: 0px;
    }

    /*  ==== single_other_posts ==== ==== ==== ==== ==== ==== ==== ==== */
    /*  --- single_other_posts --- --- */
    .single_other_posts{
        margin-top: 30px;
    }
}

/*  ==== レスポンシブ（600以下） ==== ==== ==== */
@media screen and (max-width:600px) {
    /*  ==== single_breadcrumbs_wrap ==== ==== ==== ==== ==== ==== ==== ==== */
    .single_breadcrumbs_inner{
        display: none;
    }
}

/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
        single_side_menu_wrap
==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/*  ==== single_side_menu_wrap ==== ==== ==== ==== ==== ==== ==== ==== */
.single_side_menu_wrap{
    width: 200px;
    min-height: 300px;
    display: inline-block;

    position: absolute;
    top: 30px;
    left: calc(100% - 230px);
}

/*  --- scroll_pos_pc --- --- */
.single_side_menu_wrap .side-contents.scroll_pos_pc{
    position: fixed;
    top: 100px;
}

/*  ==== レスポンシブ（1000以下） ==== ==== ==== */
@media screen and (max-width:1000px) {
    /*  ==== single_side_menu_wrap ==== ==== ==== ==== ==== ==== ==== ==== */
    .single_side_menu_wrap{
        padding: 0px;
        width: 100%;
        min-height: 0px;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
    }
    .single_side_menu_wrap .side-contents.scroll_pos_pc{
        margin: 0;
        width: 100%;
        padding: 30px 20px;
        position: relative;
        top: 0;
        left: 0;
    }
}







/* ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
        side_content_box
==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/*  ==== side_content_box ==== ==== ==== ==== ==== ==== ==== ==== */
/*  --- side_content_box --- --- */
.side_content_box{
    position: absolute;
    top: 30px;
    right: 0px;
    width: 300px;
    height: auto;
}
.scroll_pos_pc{
    position: fixed;
    top: 100px;
}

/*  --- category_box  archives_box --- --- */
.category_box{
    margin-bottom: 20px;
}
.category_box,
.archives_box{
    width: 100%;
    height: auto;
}

.category_box ul,
.archives_box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.category_box h2,
.archives_box h2{
    margin: 0;
}


/*  ==== レスポンシブ（1000以下） ==== ==== ==== */
@media screen and (max-width:1000px) {
/*  ==== side_content_box ==== ==== ==== ==== ==== ==== ==== ==== */
/*  --- side_content_box --- --- */
    .scroll_pos_pc,
    .side_content_box{
        margin-top: 30px;
        width: 100%;
        height: auto;

        position: relative;
        top: 0px;
        right: 0px;
    }
    .side-contents{
        width: 100%;
        height: auto;

        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /*  --- category_box archives_box --- --- */
    .category_box,
    .archives_box{
        width: 48%;
        height: auto;
    }
}


/*  ==== レスポンシブ（400以下） ==== ==== ==== */
@media screen and (max-width:400px) {
    .category_box h2,
    .archives_box h2{
        font-size: 18px;
    }
}


