/*メディア情報ブログここから*/
.media_entry_body {white-space: normal;}
#root.media_entry #media_flame {width: 100%; margin: 0 auto;}
#root.media_entry #media_flame .media_blog_box,
#root.media_entry  #media_flame .no-wrap{white-space: nowrap;}
#root.media_entry #media_flame .media_box_inner>ul>li:first-child{margin:0;}
#root.media_entry #media_flame .is_1per1 div{margin: 0 auto; text-align:center;height: 0;padding-bottom: 63%;position: relative;overflow: hidden;}
#root.media_entry #media_flame .is_1per1 div img{max-height: 98%;
    max-width: 98%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
box-shadow: 0 0 0 1px #333;
}
#root.media_entry #media_flame .is_1per2 li {width:49%;height: 0;padding-bottom:30%;position: relative;margin: 0 auto;}
#root.media_entry #media_flame .is_1per2 li:nth-child(1) {margin-right:1%;}
#root.media_entry #media_flame .is_1per2 li:nth-child(2) {margin-left:1%;}
#root.media_entry #media_flame .is_1per2 li a {text-align:center;}
#root.media_entry #media_flame .is_1per2 li img {
    max-height: 96%; width: auto; max-width: 96%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
box-shadow: 0 0 0 1px #333;
}
#root.media_entry #media_flame .video {margin:10px auto;}
#root.media_entry #media_flame .media_audio_box {margin:10px auto; text-align:center;}
#root.media_entry #media_flame .article {padding:10px; box-sizing:border-box;}

@media screen and (max-width: 1024px){
#root.media_entry #media_flame {width: 98%;}
#root.media_entry #media_flame .media_audio_box,
#root.media_entry #media_flame .video {margin:2% auto;}
#root.media_entry #media_flame .article {padding:2%;}
}
@media screen and (max-width: 640px){
#root.media_entry #media_flame .is_1per1 div{padding:1% 1% 66.8% 1%;}
}
@media screen and (max-width: 480px){
#root.media_entry  #media_flame .no-wrap{display:block;margin: 0 2% 0 auto;width: 8em;}
}

/* YOUTUBE動画レスポンシブルここから */
.video {
    position: relative;
    height: 0px;
    overflow: hidden;
    padding: 10px 0px 60%;
}
.video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/* YOUTUBE動画レスポンシブルここまで */

/*拡大アイコンここから*/
#root.media_entry p.media_zoom,
#root.media_entry p.media_zoom2,
#root.media_entry p.media_zoom3 {
    max-height: 96%;max-width: 96%;
    position: absolute;
    left: 50%; top: 50%; z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
}
#root.media_entry p.media_zoom:after,
#root.media_entry p.media_zoom2:after,
#root.media_entry p.media_zoom3:after {
content:""; position:absolute; right:0; bottom:0; background:transparent url(../images/media_zoom.png) no-repeat scroll right 0;
background-size: auto 100%;
width: 78px; max-width: 50%;
height: 78px; max-height: 50%;
}
@media screen and (max-width: 640px){
#root.media_entry p.media_zoom:after,
#root.media_entry p.media_zoom2:after,
#root.media_entry p.media_zoom3:after { width: 39px; height: 39px;}
}
/*メディア情報ブログここまで*/