


/* ------------------------------ feature_head------------------------------ */
.feature_head {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 60px;
    display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.feature_head_info {
    flex:0 1 auto;
    width: 70%;
}

.feature_header_label {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 6px;
    padding: 4px 10px;
    background: #000000;
    color: #ffffff;
    display: inline-block;
}
.feature_head h1 {
    margin-bottom: 10px;
}
.feature_header_date {
    text-align: left;
}
.feature_header_mainimage {
    flex:0 1 auto;
    width: 30%;

    overflow: hidden;
    background: #ffffff;
    padding: 10px;
}
.feature_header_mainimage_noshade {
    background: none;
}
.feature_header_mainimage img {
    width:100%;
    border: 1px solid #d8d8d8;
    padding: 3px;
}

.special_header {
    margin-bottom: 50px;
}
.feature_header_sep {
    text-align: center;
    color: #cccccc;
    font-size: 2.0rem;
}

/* ------------------------------ feature body ------------------------------ */

.feature_body {
    margin-bottom: 80px;
    width: 100%;
}
.feature_pagenate {
    margin-bottom: 80px;
}

.feature_book .feature_body_mainimage {
    background: #333333;
}
.feature_bookshelf .feature_body_mainimage {
    display: none;
}
.feature_journalist .feature_body_mainimage {
    display: none;
}
.feature_manabiba .feature_body_mainimage {
    display: none;
}
.feature_tenki .feature_body_mainimage {
    display: none;
}
.feature_tvura .feature_body_mainimage {
    display: none;
}

.feature_body {
    margin-bottom: 80px;
    width: 100%;
}
.feature_writer {
    font-size: 1.6rem;
    text-align: left;
    margin: 2rem 1.6rem;
}
.feature_caution {
    font-size: 1.4rem;
    text-align: left;
    color: #888888;
    margin: 70px 0 20px 0;
}

/* ----------------  pagenator  ----------------  */


.feature_pagenate {
    margin: 20px 0;
    overflow: hidden;
}

.feature_pagenate_previous {
    width: 45%;
    float: left;
    text-align: left;
}
.feature_pagenate_next {
    width: 45%;
    float: right;
    text-align: right;
}
.feature_pagenate_previous a, .feature_pagenate_next a {
    display: inline-block;
    background: #009999;
    padding: 4px 10px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.75;
    font-weight: normal;
    margin: 10px 0 0 4px;
}




/* ------------------------------ redactor new ------------------------------ */



.feature_body h3 {
    clear: right;
	margin: 4rem 0 2rem 0;
    font-weight: normal;
	font-size: 2.2rem;
}


.feature_body table {
    margin: 2em 0!important;
}












/*  feature movie * */


.feature_body figure:has(iframe),
.feature_embed_movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.feature_body iframe,
.feature_embed_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature_embed_movie_set {
    overflow: hidden;
    width: 70%;
    margin: 20px auto;
}

.feature_embed_movie_small {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.feature_embed_movie_small iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* each kinds */

.feature_bookshelf img,
.feature_bookshelf .fig_center img {
    width :60%;
    max-height: none;
    border: 1px solid #e0e0e0;
    object-fit: cover;

    box-shadow: 3px 3px 8px 0 #cccccc;
}













@media screen and (max-width: 480px) {
    .feature_head {
        margin-bottom: 40px;
        display:block;
    }


    .feature_head_info {
        flex:none;
        width: 100%;
    }
    .feature_header_mainimage {
        flex:none;
        width: 100%;
    }
 
    
    .feature_bookshelf .feature_body img,
    .feature_bookshelf figure.fig_center img {
    width: 80%!important;

    object-fit:contain;
    border: 1px solid #cccccc;
    padding: 0;
    margin-bottom: 0;
}

}