


/* ------------------------------ feature_head------------------------------ */
.feature_head {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}
.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;
    margin-bottom: 20px;
}
.feature_header_mainimage {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 40px auto;
    background: #e8e8e8;
    padding: 0;
}
.feature_header_mainimage_noshade {
    background: none;
}
.feature_header_mainimage img {
    max-height:500px;
    object-fit: contain;
}


/* ------------------------------ 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;
    font-family: sans-serif;
    text-align: right;
    margin: 2rem 1.6rem;
}
.feature_caution {
    font-size: 1.4rem;
    text-align: right;
    color: #666666;
    margin: 2rem 1.6rem;
}

/* ----------------  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-family: "Sawarabi Mincho", serif;
    font-weight: normal;
	font-size: 2.2rem;
}















/*  feature movie * */

.feature_embed_movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.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 .feature_body img,
.feature_bookshelf figure.fig_center img {
    width: 40%!important;

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



.feature_bookshelf figure {
    margin-top: 60px!important;
    border-top: 1px solid #e0e0e0;
    padding-top: 60px;
}


.feature_bookshelf figure:first-child {
    margin-top: 0!important;
    border-top:none;
    padding-top: 0;

}













@media screen and (max-width: 480px) {

    
}