/*
.gHeader .gHeader_logo img{
	max-height:60px;
}
*/

.searchResult_list .media_desc img {
    display: none;
}

.article_keywords {
    padding: 5px 0 0 15px;
}

.article .article_body {
    font-size: 1.6rem;
    line-height: 1.7;
}

.article .article_body img {
    max-width: 100%;
	 height:auto;
}
.article .article_btn {
	padding-bottom:30px;
	margin-bottom: 0px;
}
/*
.article .article_keywords {
	margin-bottom: 10px;
}
*/
/*
.banner img{
	width: 100%
}
*/

.hero .hero_content li img {
	width: 100%
}
.hero .hero_content li p.caption {
   text-align: center;
   font-size: 1.4rem;
}

.pager ol li:last-of-type {
    margin-bottom: 0.5em
}

.pager ol li:nth-last-of-type(2) {
    display: none;
}

.pager ol li.current {
    border: 1px solid #ddd;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0px;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px !important;
    width: 40px;
    text-align: center;
    background-color: #558ac5;
    border-color: #558ac5;
    color: #fff
}

.pager ol li.current+.pager ol li:nth-of-type(2) {
    display: block;
}
.pager ol li a{
    padding: 10px 0px;
    border-radius: 5px 5px 5px 5px !important;
    width: 40px;
    text-align: center;
}




.ad-overlay {
    display: none;
    left: 0;
    padding: 15px;
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 10001;
}

.ad-overlay .ad-overlay_inner {
    background-color: #fff;
    padding: 15px;
}

.ad-overlay .ad-overlay_body {
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.ad-overlay .ad-overlay_body img {
    margin: auto;
    height: auto;
    max-width: 100%;
}

.ad-overlay .ad-overlay_close {
    padding-top: 15px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
}


@media only screen and (max-width: 767px) {
    .ad-overlay .ad-overlay_close {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.ad-overlay .ad-overlay_close .fa {
    margin-right: 5px;
}

.article .article_body table thead th {
    white-space: nowrap;
}

.ad-gnavi-under {
    text-align: center;
    margin: 30px auto 0;
    width: 728px;
}

.ad-footer.only-pc {
    text-align: center;
    margin: 0 auto;
    width: 728px;
}

.ad-footer.only-sp {
    text-align: center;
    margin: 30px auto;
    width: 300px;
}

.ad-title-under.only-pc {
    text-align: center;
    margin: 30px auto 0;
    width: 728px;
}

.ad-body {
    text-align: center;
    margin: 30px auto;
    width: 300px;
}

.ad-title-under.only-sp {
    text-align: center;
    margin: 30px auto;
    width: 300px;
}

.ad-side.only-sp {
    text-align: center;
    margin: 30px auto;
    width: 300px;
}

.article .article_body {
    padding: 0 50px 20px;
}

.article .article_footer {
    padding: 20px 50px 0;
}

.article .readmore_btn {
    margin-bottom: 0;
}

.kv .kv_share {
    margin-top: 30px;
}

.keywords ol {
    flex-wrap: wrap;
}

.relate .relate_item figure img {
    height: 200px;
}

.share .share_list {
	flex-wrap: wrap;
}
.thumbnail .thumbnail_image {
	height:auto;
}

.thumbnail .thumbnail_image iframe {
	width:100%;
	max-height:214px;
}



.top_latest_item {
    margin-bottom: 30px;
    display: flex;
    -js-display: flex
}

.top_latest_item .pic {
    width: 120px
}

.top_latest_item .pic img {
    height: auto;
    max-width: 100%
}

.top_latest_item .text {
    padding-left: 15px;
    padding-top: 5px;
    width: calc(100% - 120px)
}

.top_latest_item .name {
    /*color:#558ac5;*/
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.top_latest_item .name a {
    text-decoration: none;
}

.top_latest_item .name a:hover {
    text-decoration: underline;
}

.top_latest_item .desc p {
    font-size: 16px;
    font-size: 1.6rem
}

.topMessage {
    font-size: 16px;
    font-size: 1.6rem;
}

.pickup-large .pickup_image img{
	max-width:123px;
}

.ranking .ranking_num-6,.ranking .ranking_num-7,.ranking .ranking_num-8,.ranking .ranking_num-9,.ranking .ranking_num-10 {	background-color:#aaaaaa;}

.thumbnail .thumbnail_movie,
.kv .kv_movie{
	position:relative;
	width:100%;
}
.thumbnail .thumbnail_movie:before,
.kv .kv_movie:before{
	content:'';
	display:block;
	padding-top:56.25%;
}
.thumbnail .thumbnail_movie iframe,
.kv .kv_movie iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.fa-twitter:before{
	content: '𝕏';
	font-family: unset;
	font-weight: bold;
}
.sns .sns_item-twitter a:hover {
	background-color: #000;
}




/**************************
 * メディアクエリ
 * レスポンシブSP追加対応
***************************/

@media only screen and (max-width: 767px) {
    .kv .kv_share {
        margin-top: 10px;
    }
    .article .article_body {
        padding: 0 0 15px;
		  font-size:1.2rem;
    }
    .article .article_footer {
        padding: 15px 0 0;
    }
	 .article .article_keywords {
	 		margin-bottom: 10px
	 }
    .banners-side ol li {
        text-align: center;
    }
    .banners-side ol li a img {
        width: auto;
    }

.thumbnail .thumbnail_movie {
	float:left;
	width:30%;
}


    .top_latest_item .name {
        font-size: 14px;
        font-size: 1.4rem
    }
    .top_latest_item .desc p {
        font-size: 16px;
        font-size: 1.6rem
    }
    .top_latest_item .item {
        margin-bottom: 15px
    }
    .top_latest_item .pic {
        width: 90px
    }
    .top_latest_item .text {
        padding-top: 0;
        width: calc(100% - 90px)
    }
    .top_latest_item .name {
        font-size: 12px;
        font-size: 1.2rem
    }
    .top_latest_item .desc p {
        font-size: 14px;
        font-size: 1.4rem
    }
    .topMessage {
        font-size: 14px;
        font-size: 1.4rem;
    }

	.article .article_body p{
        font-size: 15px;
	}
	
}


/* media end */
