@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

body{
	background: #fff;
}

.h-flat h1{
	font-size: 28px;
	margin: 30px 0 15px;
	border-left: 0;
    padding: 0;
}
.h-flat h2{
	font-size: 1.5em;
	margin: 30px 0 15px;
	border-left: 0;
    padding: 0;
}
.h-flat h3{
	font-size: 1.3em;
	margin: 30px 0 10px;
	border-left: 0;
    padding: 0;
}
.h-flat h4{
	font-size: 1.2em;
	margin: 30px 0 5px;
	border-left: 0;
    padding: 0;
}
.h-flat h5{
	font-size: 1em;
	margin: 30px 0 5px;
	border-left: 0;
    padding: 0;
    text-transform: none;
}
.h-flat h6{
	font-size: 18px;
	margin: 30px 0 15px;
	border-left: 0;
    padding: 0;
}
@media only screen and (max-width: 480px) {
  .h-flat h2{
  	font-size: 1.2em;
  	margin-bottom: 10px;
  }
  .h-flat h3{
  	font-size: 1.1em;
  	margin-bottom: 5px;
  }
  .h-flat h4{
  	font-size: 1em;
  	margin-bottom: 0px;
  }
  .h-flat h5{
  	font-size: 1em;
  	margin-bottom: 0px;
  }
  .h-flat h6{
  	font-size: 1em;
  }
}
/*引用タグ*/
.entry-content blockquote {
    font-size: 103%;
    padding: 25px;
    margin: .5em 0 1.5em;
    border: none;
    opacity: 1.0;
    background-color: #e8e8e8;
    border-radius: 15px;
}
.entry-content blockquote *:last-child {
    margin-bottom: 0;
}
.entry-content blockquote:before {
    content: url(/img/bq_bar.svg);
    left: 20px;
    top: -12px;
}
.entry-content blockquote:after {
    content: url(/img/bq_bar.svg);
    right: 20px;
    bottom: -12px;
}
.entry-content blockquote:before, .entry-content blockquote:after {
    background: none;
}
.entry-content blockquote a, .wp-block-table a{
	text-decoration: none;
}
.wp-block-table img{
	margin-bottom: 0;
}
iframe.wp-embedded-content {
    height: auto;
}
/*キャプション*/
.caption-wrap{
	display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .caption-wrap{
  	width: 100%;
	overflow: hidden;
	}
}

.caption-div{
    text-align: left;
    line-height: 1em;
}
.caption-text{
	font-size: .75em;
	display: inline-block;
    margin: 5px 5px 0 5px;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
/*ヘッダー*/
#container header > div#inner-header{
	border-top:5px solid #111 ;
	border-bottom: .1px solid #666;
	background: #36885b;
	color: #fff;
	height: 100px;
}

#inner-header > .logo {
	padding-top: 10px;
}

#inner-header > .logo p {
	text-align: center;
	margin: 0;
}

#inner-header > .logo img {
	width: 100px;
}

#inner-header > #g_nav {
	float: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
}

.nav > li > a {
	display: block;
	text-decoration: none;
	line-height: 1.3;
	padding: 15px 20px 7px;
}
#inner-content {
    display: block !important;
    box-shadow: none;
}

.inner-content-top {
  display: flex;
}

.navigation-search {
	width: 18px;
}

.pc-inner-header #sns{
	position: absolute;
	bottom: 6px;
	right: 50px;
	z-index: 100;
	margin: 1em 0 !important;
}

.pc-inner-header .logo {
	padding-top: 12px !important;
	text-align: left;
}

.pc-inner-header .logo img {
	width: 100px !important;
}







/* モバイルグロナビ
=================================== */
.g_mobile_nav ul {
	display: flex;
	margin: 0;
	padding: 8px;
	overflow: scroll;
}

.menu-item + .menu-item {
	margin-left: 20px;
}

.g_mobile_nav a {
	color: #666;
	white-space: nowrap;
	font-size: 16px;
	text-decoration: none;
}

#searchform-key {
	left: calc(50% - 300px);
	width: 600px !important;
}

/* カルーセル
=================================== */
#top_carousel {
	width: 770px;
	height: 460px;
}

.slick-dots {
	bottom: -40px !important;
}

.slick-dots li {
	width: 50px !important;
}

.slick-dots button {
	width: 50px !important;
}

.slick-dots button::before {
	width: 40px !important;
	height: 3px !important;
	content: '' !important;
	background-color: #36885b;
}


/* トップ記事一覧
=================================== */
.top-post-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 770px;
	height: max-content;
}

.top-post-list .post-list {
	width: 100%;
	max-width: 250px;
	margin: 0 10px 20px 0;
}

.top-post-list .post-list:nth-child(3n) {
	margin-right: 0;
}

.top-post-list-item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.top-post-list .post-list .eyecatch {
	width: 100%;
	height: 190px;
}

.top-post-list .post-list .entry-content {
	padding: 16px;
}


/* トップのボトムコンテンツ
=================================== */
.inner-content-bottom {
	display: flex;
}

.top-post-list .post-list a {
	padding: 0;
	border: 1px solid #f2f2f2 !important;
}

.entry-content-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.category-name {
	padding: 4px 20px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #01678d;
	border-radius: 20px;
}

.top-post-list .post-list .entry-content .entry-title {
	font-size: 18px;
	margin-top: 12px;
	background: unset;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* ページネーション
=================================== */
.pagination{
	margin: 40px auto;
	width: 100%;
}


/* サイドバー広告
=================================== */
.parts-sidebar {
  padding-left: 20px;
}

.parts-sidebar-section {
	margin-bottom: 20px;
}

.article-sidebar-section {
	margin-bottom: 20px;
  padding-left: 20px;
}


/* パンくずリスト
=================================== */
#breadcrumb {
	margin: 20px 0 0;
	padding: 0;
}


/* 記事ページ
=================================== */
.article-inner-box {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.article-updated-at {
	margin: 12px 0 0;
}

.article-title {
	margin: 12px 0;
	font-size: 26px;
}

.article-category {
	margin-top: 16px;
}

.article-category-name {
	padding: 6px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #01678d;
	border-radius: 20px;
}

.article-eyecatch {
	margin-top: 16px;
}

.article-content {
	line-height: 2;
}

.article-popular-tag {
/*	display: flex; */
}

.article-popular-tag > li + li{
	margin-left: 20px;
}

.article-popular-tag a {
	color: #186bcc;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.article-popular-tag a::before {
	content: '#';
}

.article-border {
	height: 1px;
	width: 100%;
	margin: 40px 0 0 0;
	background: gray;
}

.article-related-list {
	display: flex;
	flex-wrap: wrap;
}

.article-related-item {
	width: 48%;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
}

.article-related-item:nth-child(even) {
	margin-left: 2%;
}

.article-related-item a {
	text-decoration: none;
}

.article-related-item-eyecatch {
	width: 100%;
	height: 228px;
}

.article-related-item-eyecatch img {
	height: 228px;
}

.article-related-item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 108px;
	padding: 16px;
}

.article-related-item-title {
	font-size: 16px;
	font-weight: bold;
	color: #3e3e3e;
	text-decoration: none;
	margin: 0;
}

.article-related-item-content time {
	color: #666666;
	font-size: 14px;
}

.article-sidebar {
	margin-top: 20px;
}

.article-pickup-wrapper {
	width: 320px;
	padding-left: 20px;
}

.article-pickup-title {
	padding-left: 0 !important;
}

.article-pickup-item {
	display: flex;
	width: 100%;
	text-decoration: none;
}

.article-pickup-eyecatch {
	flex-shrink: 0;
}

.article-pickup-eyecatch img {
	width: 55px;
	height: 55px;
}

.article-pickup-body {
	margin-left: 12px !important;
	color: #3e3e3e;
}

.article-pickup-title {
	margin: 0;
}

.article-sidebar-recommend {
	width: 320px;
	padding-left: 20px;
}

.title-rank a, .title-rank a:hover {
	color: #3e3e3e;
}


/* LOGLY
=================================== */
#logly-lift-widget-title {
	text-align: left !important;
	border-bottom: none !important;
	padding-left: 0 !important;
}


/* 新着記事一覧
=================================== */
.newlist-side {
	width: 320px;
	margin-top: 20px;
	padding-left: 20px;
}
.newlist-side a,.widget .newlist-side a{
    text-decoration: none;
    color: #186bcc;
    max-height: 36px;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
}
.newlist-side li {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}
.newlist-rink {
	text-align: right;
	margin: 10px 0 10px 20px;
}
.newlist-rink a,.widget .newlist-rink a{
	padding: 10px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: black;
}


/* カテゴリーページ
=================================== */
.archive-inner-content {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}


/* 検索結果ページ
=================================== */
.search-inner-content {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}


/* フッター
=================================== */
.footer-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #e3edd6;
	padding: 40px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}


/* PC広告
=================================== */
.pc-widget-in-top {
	width: 100%;
	margin-bottom: 40px !important;
}


/* smartphone
====== */
@media only screen and (max-width: 767px) {
	#top_carousel {
		width: 100%;
		height: 100%;
	}

	.inner-content-bottom {
		display: flex;
		margin-bottom: 20px;
	}

	.top-post-list {
    margin: 20px 0;
		justify-content: space-evenly;
	}

	.top-post-list-item {
		max-width: 100%;
	}

	.top-post-list-item .eyecatch {
		width: 120px;
		height: 90px;
	}

	.top-post-list .post-list {
		max-width: 170px;
    margin: 0 0 20px 0;
	}

	.ranktabs {
		width: 100% !important;
    padding: 0 !important;
    margin-top: 20px;
	}

	.article-header time {
		font-size: 12px;
	}

	.article-title {
		font-size: 20px;
	}

	.article-category-name {
		font-size: 14px;
	}

	.top-post-list-item {
		flex-direction: row;
	}

	.archive-inner-content {
		margin: 0;
	}

	.newlist-side {
		padding-left: 0;
	}

	.breadcrumb {
		margin-left: 8px !important;
	}

	.sp-home-section {
		margin-top: 20px;
	}

	.sp-new-list-section {
		margin-top: 40px;
	}

	.sp-top-post-list {
		margin: 20px 0;
		padding: 0 8px;
		display: block;
	}

	.sp-top-post-list-item {
		display: flex;
		text-decoration: none;
	}

	.sp-top-post-list-item > .eyecatch {
		width: 120px;
		height: 90px;
		flex-shrink: 0;
		overflow: hidden;
	}

	.sp-entry-title {
		margin: 0;
		font-size: 16px;
		color: #000;
	}

	.sp-entry-content {
		display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
	}

	.sp-entry-content-info {
		display: flex;
		justify-content: space-between;
		font-size: 12px;
		margin: 0;
	}

	.sp-category-name {
		color: #36885b;
	}

	.sp-content-update-date {
		color: #8b8b8b;
	}

	.sp-post-item {
		padding: 8px 0;
		border-top: 1px solid #e8e8e8;
	}

	.sp-post-item:nth-child(9) {
		border-bottom: 1px solid #e8e8e8;
	}

	.sp-pickup-section {
		margin-top: 20px;
	}

	.sp-archive-section {
		padding: 0 15px;
	}

	.sp-article-related-item {
		padding: 8px 0;
    border-top: 1px solid #e8e8e8;
	}

	.sp-article-related-item-eyecatch {
		width: 120px;
    height: 90px;
    flex-shrink: 0;
	}

	.sp-article-related-item-content {
		display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
	}

	.sp-article-related-link {
		display: flex;
    text-decoration: none;
	}
}


/* smartphone
====== */
@media only screen and (max-width: 320px) {
	.top-post-list .post-list {
		max-width: 150px;
	}
}



.top-bkmr {
	position: absolute;
    bottom: 0px;
    width: 98%;
    height: 20%;
    background-color: rgba(0,0,0,0.5);
}
.topbk-h2{
	font-size: 150%;
    margin: 0;
    padding: 2% 15px 5px;
    color: #fff;
    height: 100%;
    overflow: hidden;
}
/*一覧カラム変更*/
.home #content {
    margin-top: 0;
}
a img {
    -webkit-backface-visibility: unset;
    backface-visibility: unset;
}
.entry-content h2{
	padding: 0;
	box-shadow: none;
}
.top-tl{
	width: 95%;
	font-size: 1.15em;
	color: #111;
	font-weight: bold;
	padding-left: 5px;
}
.post-list-card .post-list {
    width: 48%;
    margin: 0 1% 2.5%;
    float: left;
    height: 320px;
}
.post-list-card .post-list .eyecatch {
    max-height: 190px;
    margin: -.6em -.6em .3em;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.post-list-card .post-list .entry-content .entry-title {
    font-size: 95%;
}
#main .article .eyecatch img {
    margin: 0;
    height: auto;
    width: 100%;
}
.post-list-card .post-list a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2.5em;
    background: none;
    position: absolute;
    bottom: 0;
}
.post-list-card .post-list a {
    box-shadow: none;
    border: 1px solid #D0D0D0;
}
.archivettl h2 {
    font-size: 1.1em;
    margin: 0 2% .8em -0.5%;
    padding: 0 0.1em 0.2em;
    border-bottom: 3px solid;
}
.archivettl h2 span {
    display: block;
    font-size: 10px;
    line-height: 1.3;
    font-weight: normal;
}
/*スライド（ピックアップ特集）*/
.entry-span{
	color: #fff;
	font-size: 95%;
	padding: 1.5em;
	position: absolute;
    z-index: 2;
    bottom: -15px;
}
/*ピックアップ特集・ニュース*/
.pik-bkmr {
    position: absolute;
    bottom: 0px;
		display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 98%;
		height: 66px;
		padding: 8px;
		background-color: rgba(0,0,0,0.5);
}
.pik-bkmr-info {
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.bkmr-h2 {
    font-size: 100%;
		margin: 0;
		height: 30px;
    color: #fff;
    overflow: hidden;
}
.bkmr-day{
	position: absolute;
    top: 0;
    left: 15px;
    color: #fff;
}
.bkmr-cat{
	position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
}
/*ウィジェットエリア*/
.widget {
    margin: 0;
}
.widget.widget_text img {
    margin-bottom: 0em;
}
.widget ul li {
    margin-bottom: 0;
}
.widgettitle {
    background: #fff;
    color: #111;
    font-size: 1.15em;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0.75em;
    overflow: hidden;
    border-bottom: 1px solid #95989A;/**/
    text-align: center;
}
#custom_html-2 .widgettitle {
	margin-bottom: 0;
}
.wpp-lst {
  counter-reset: ranking;
  list-style-type: none;
  border-top: 1px solid #95989A;
  padding-top: 20px;
  margin-top: -8px;
}
.wpp-lst li {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.wpp-lst li::before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  line-height: 1.5em;
  font-size: 14px;
}
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
.fwttl1{
	width: 50%;
}
.tabbed_sidebar{
	position: relative;
}
.tabbed_sidebar:after{
	content: "|";
	position: absolute;
	left: 50%;
	margin-top: 8px;
}
.wpp-date{
	font-weight: normal;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #666;
}
.lcp_catlist li{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
#tagrank li{
	float: left;
    margin: 0 10px 10px;
    background-color: #eee;
    padding: 5px 10px 3px 30px;
    border-radius: 3px;
    position: relative;
}
#tagrank li:before{
    content: url(https://www.surfnews.jp/img/Tag_icon.png);
    position: absolute;
    left: 10px;
}
#search{
	clear: both;
    text-align: center;
    background-color: #eee;
}
#search input[type="text"]{
    width: 90%;
	border: 3px solid #eee;
	padding: 10px 5%;
	border-radius: 10px;
	margin: 10px;
}
button{
	border-radius: 0;
}
#searchform{
	position: relative;
	display: inline-block;
	width: 80%;
}
.textin{
    border-radius: 5px 0 0 5px;
}
#searchsubmit{
	padding: 10px 25px;
    position: absolute;
    right: 10px;
    bottom: 14px;
    border-radius: 0 7px 7px 0;
    background: #111;
    background-image: url(https://www.surfnews.jp/img/search_icon.png);
    background-position: center;
    background-repeat: no-repeat;
}
#taghead{
  float: left;
	margin-bottom: 20px;
	border: 1px solid #95989A;
    padding: 1px;
    margin: 15px 5px;
}
#taghead h4{
	font-size: 1.15em; 
	border-bottom:1px solid #ccc; 
	text-align:center; 
	padding:10px; 
	margin: 10px 5%;
    width: 90%;
}
#taghead a{
	text-decoration: none;
}
#tagrank ul{
	padding:0 10px;
}
.home_widget {
    font-size: .88em;
    margin: 0 auto 1.9em;
    max-width: none;
    display: inline-block;
    width: 100%;
    padding-right: 3%;
}
.ad-tabb{
	float: left;
    padding-left: 13px;
    margin-bottom: 5px;
}
#custom_html-5{
    margin-bottom: 0;
    border: 1px solid #95989A;
    padding: 1px;
}
#custom_html-5 .widgettitle{
	margin: 10px 15px;
}

/*ピックアップ特集サイド*/
.pickup-side {
    position: relative;
    padding-bottom: 30px;
}
/*タブのスタイル*/
.picktab_item {
    width: calc(100%/2);
    height: 20px;
    border: 1px solid #dedede;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    color: #4a4a4a;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
}
.picktab_item:hover {
  opacity: 0.75;
}
input[name="picktab_item"] {
  display: none;
}
.picktab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.picktab_description ul{
	counter-reset: item;
	margin-top: 10px;
}
.pickup-list li{
	position: relative;
}
.pickup-list li .post-thumbnail{
	position: absolute;
    top: 0;
    left: 0;
}
#picktab1:checked ~ #picktab1_content,
#picktab2:checked ~ #picktab2_content{
  display: block;
}
.pickup-side input:checked + .picktab_item {
  background-color: #f5f5f5;
}
.pt1{
	position: absolute;
    bottom: 20px;
    left: 20%;
    width: 30%;
}
.pt2{
	position: absolute;
    bottom: 20px;
    right: 20%;
    width: 30%;
}
.widget .pt1,.widget .pt2{
    bottom: 10px;
}
.list-thbt {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    color: #111;
    font-size: 1.1em;
}
.pickup-list a{
	color: #111;
    font-weight: 500;
    text-decoration: none;
}
/*サイドSNS*/
.sns-side {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding:10px 15px 5px;
    margin-bottom: 10px;
}
.sns-side h5{
    margin: 0;
    font-weight: normal;
    line-height: 1;
    margin-left: 10px;
    position: relative;
}
.sns-side h5:before{
	content: url(/img/bar_sns.svg);
	position: absolute;
	top: -2px;
    left: -15px;
}
.icon-sns {
	text-align: center;
	padding: 10px 0 5px;
}
/*ウィジェット話題の*/
#topics{
	background-color: #eee;
	padding:0 10px;
	margin: 0;
	float: left;
}
#topics h4{
	text-align: left;
	border-bottom:1px dotted #ccc;
	padding: 0 10px 5px 10px;
	font-size: 1em;
	margin: 15px 0px 5px;
}
#topics h4 span {
    display: inline-block;
    padding: 0 0 0 .8em;
    border-left: 5px solid #f07012;
}
#topics .widget,#topics dl {
    margin: 0;
}
.n1,.n2,.n3{
    border-bottom: 1px dotted #ccc;
    padding: 0 0 5px 30px;
    position: relative;
    font-size: 90%;
    margin: 10px 0 0 5px;
}
.n1:before{
	content: "1";
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	left: 8px;
	top: -3px;
}
.n2:before{
	content: "2";
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	left: 8px;
	top: -3px;
}
.n3:before{
	content: "3";
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	left: 8px;
	top: -3px;
}
.tabtext-rink{
	margin: 5px 10px 10px 10px;
    font-size: 90%;
}
/*タブメニュー*/
.tab5 {
  width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
  min-width: 320px;
  margin: 20px 0;
  float: left;
}
.tab5 .tab-content {
  margin: 0 10px;
  text-align: center;
}
#tab-nav{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
  height: auto;
  white-space: nowrap;
}
#tab-nav::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}
.tab5 label{
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  background: #ddd;
  color: #777;
  margin-right: 2px;
}
.tab5 label.view {
  background: #111;
  color: white;
  border-top: 2px solid red;
}
.tab5 label:hover {
  opacity:0.7;
}
.tab5 input {
  display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4,
.tab5 #tab5-b5,
.tab5 #tab5-b6 {
  display: none;
  padding: 10px;
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4,
.tab5 #tab5-5:checked ~ #tab5-b5,
.tab5 #tab5-6:checked ~ #tab5-b6 {
  display: block;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  text-align: left;
}

/*タブ内容*/
.tabtext-tl{
	font-size: 1.0em;
    position: relative;
}
.tabtext-dt{
	font-weight: normal;
	position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.9em;
    color: #666;
}
.tabtext-rink a{
	text-decoration: none;
	font-size: 0.9em;
}
.tagtext-new{
	position: relative;
	margin-left: 15px;
}
.tagtext-new:after{
	content: url(https://www.surfnews.jp/img/whatsnew_icon.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
/*アコーディオン*/
.accordion_dl {
    position: relative;
}
.accordion_dl dt .acdn {
    display: inline-block;
    color: #111;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8em;
}
 
.accordion_dl dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40px;
  right: 9px;
  width: 6px;
  height: 6px;
  margin-top: -10px;
  background: #111;
}
 
.accordion_dl dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40px;
  right: 9px;
  width: 6px;
  height: 6px;
  margin-top: -12px;
  background: #eee;
}
 
.accordion_dl dt.active:before {
  margin-top: -8px;
}
 
.accordion_dl dt.active:after {
  margin-top: -6px;
}

/*人気ニュースランキング*/
.ranktabs{
	width: 340px;
	padding-left: 20px;
}
.cat-box {
	position: relative;
	width: 100%;
	margin-bottom: 1px;
}
.cat-box-default {
	position: absolute;
	width: 100%;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	background: #333;
	color: #fff;
	text-align: center;
	pointer-events: none;
}
.cat-dropdown {
	width: 100%;
	height: 26px;
	z-index: 2;
	cursor: pointer;
}
.ranktab_item {
    width: calc(100%/2);
    height: 26px;
    border: 1px solid #333;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    color: #cdcdcd;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
}
.ranktab_item:hover {
  opacity: 0.75;
}
input[name="ranktab_item"] {
  display: none;
}
.ranktab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
#month:checked ~ #month_content,
#week:checked ~ #week_content{
  display: block;
}

.ranktabs input:checked + .ranktab_item {
  background-color: #333;
  color: #fff;
}
.title-rank{
    line-height: 1.3;
    font-size: 15px;
    margin: 0;
    height: 33px;
    overflow: hidden;
    font-weight: normal;
}
.post-rank{
    line-height: 1.3;
    margin-left: 62px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}
li:last-child .post-rank{
    border-bottom: 0;
}
.date-rank{
	font-size: 12px;
    color: #999;
}
.ranktab_description ul{
	counter-reset: item;
}
.rank-list li{
	position: relative;
}
.rank-list li:before {
    counter-increment: item;
    content: counter(item)!important;
    position: absolute;
    z-index: 100;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 10px;
}
.widget .ranktab_description{
	padding-top: 15px;
}
.rank-list li .post-thumbnail{
	position: absolute;
    top: 0;
    left: 0;
}
.rank-thbt{
	color: #111;
    font-size: 1.1em;
}
/*人気ニュースランキング←ここまで*/

/*タイトル*/
.single-title, .page-title, .entry-title {
    margin: 2em 0 1em;
}
/*下層ヘッド*/
#main .article header {
    padding: 0;
    margin-bottom: 0.5em;
}
#main .article .eyecatch img {
	margin: 0;
	max-height: 600px;
	width: auto;
}
.byline .cat-name {
    color: #fff;
    padding: 0.2em 0.4em;
    margin-top: 0.3em;
    margin-left: 0;
    font-size: 0.85em;
    float: none;
}
.byline .date {
    font-size: .85em;
    opacity: unset;
    margin: 0 .6em;
}
.single .byline .cat-name {
	    position: static;
	    transform: none;
	    padding: .6em;
}

.page-links a {
  display: inline-block;
}

.sns {
    margin: 0 10px;
    text-align: center;
    margin-top: -5px;
}
.sns li a .count {
    font-size: 10px;
    margin-left: 10px;
}
.sns li {
    float: right;
    width: 80px;
}
.article-header .sns {
    margin-right: 50px;
    margin-top: -22px;
}
.left-sn .sns li {
    float: left;
}
.sns li a {
    font-size: 0.8em;
    padding: 3px 2px;
    text-shadow: none;
}
.sns li a:hover {
    -webkit-transform: none;
    -moz-transform: translate3d(0px, 3px, 1px);
    transform: none;
    box-shadow: none;
    opacity: 0.7;
}
.sns li a .text {
    font-weight: normal;
}
.sns li a:before, .sns li a i {
    margin-right: 0.2em;
    margin-left: 0.2em;
    font-size: 1.1em;
}
.sns .facebook a {
    background: #1f6aba;
    box-shadow: none;
}
.sns .facebook a:hover {
    background: #1f6aba;
    box-shadow: none;
}
.sns .twitter a {
    background: #00acee;
    box-shadow: none;
}
.sns .twitter a {
    background: #00acee;
    box-shadow: none;
}
.page-links{
	margin-bottom: 30px;
}
/*下層関連タグ*/
.article-footer {
    padding: 10px 0px 30px;
    border-bottom: 1px solid #95989A;
}
.single-tg {
    font-size: 1.15em;
    color: #111;
    font-weight: bold;
    margin-bottom: 0px;
}
.article-footer .tags1 {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.article-footer .tags1 a {
	color: #186bcc;
    padding: 0 15px 0 10px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.article-footer .tags1 a:before {
    content: "#";
    position: absolute;
    left: 0;
}

/*投稿者プロフィール*/
.profile {
	background: #f0f0f0;
	padding: 5px;
}
.single .authorbox .profile img {
    width: unset;
    float: left;
    margin: 1.5% 2% 1.5% 1.5%;
    border: 0;
    box-shadow: none;
    border-radius: 50%;
}
.single .authorbox .profile .profile_description {
    font-size: 15px;
    padding-left: 0;
}
.single .authorbox .profile .name {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 0;
}
/*関連記事*/
.single .related-box .h_ttl span {
    font-size: 1.6em;
	color: #111;
    font-weight: bold;
    padding-left: 5px;
}
.single .related-box .h_ttl {
    padding: 0;
}
.eyecatch .cat-name {
    display: none;
}
.related-box li {
    width: 31.5%;
    margin: 0 1.5% 1.5% 0;
    float: left;
    position: relative;
    font-size: .9em;
    border: 1px solid #eee;
}
.related-box li:first-child,.related-box li:nth-child(2) {
	width: 48%;
	height: 330px;
}

.related-box li:nth-child(3),.related-box li:nth-child(4),.related-box li:nth-child(5),.related-box li:nth-child(6),.related-box li:nth-child(7),.related-box li:nth-child(8){
	height: 275px;
}
.related-box li a {
	height: auto;
	padding-bottom: 20px;
}
.related-box li .eyecatch {
    height: auto;
    max-height: 180px;
    overflow: hidden;
    text-align: center;
    background: #ddd;
}
.related-box li:first-child .eyecatch,.related-box li:nth-child(2) .eyecatch {
    max-height: 250px;
}
.related-box li .eyecatch img {
	width: 100%;
    overflow: hidden;
}
.related-box li .ttl {
    margin: 0;
    font-size: 1em;
    padding: 5px;
}
.related-box li .date {
    font-size: .8em;
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: 10px;
    font-weight: normal;
    color: #999;
}
.cat-span{
    font-size: .8em;
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 10px;
    font-weight: normal;
    color: #999;
}
/*アイコン*/
.new-icon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.eyecatch-sub:before{
    content: url(/img/PICKUP.svg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
.byline .cat-name:before {
	display: none;
}
.byline .date:before, .byline .writer:before {
	display: none;
}
#next {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 10px;
}
/*広告調整*/
.ad-flce{
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.add.titleunder{
	width: 728px;
	margin: 0 auto;
}
.infeed-div{
	border: .6px solid #D0D0D0;
	overflow: hidden;
	height: 320px;
}
.infeed-div:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
/*コメント消す*/
.comment-respond {
    display: none;
}
.font98{
	font-size: .8em;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #999;
}
/* is_search()): */
.cat-sch a{
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
}
.cat-schd{
	text-decoration: underline;
	color: #186bcc;
	font-weight: bold;
}
.cat-subtl{
	margin-left: 10px;
	color: #333;
    font-size: 14px;
}
#searchform-key {
    position: relative;
    display: inline-block;
    width: 50%;
}
.search input[type="text"]{
	background: #dbdbdb;
	border-radius:5px 0 0 5px;
	height: 34px;
	border: none;
	padding-left: 40px;
}
#searchform-key:before{
	content:"";
	background-image: url(/news/img/search_icon_gry.svg);
	background-size: 18px;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
    top: 7px;
    left: 15px;
}
#keysubmit {
	width: 20%;
    position: absolute;
    right: 0px;
    bottom: 14px;
    border-radius: 0 5px 5px 0;
    background: #c4c4c4;
    height: 34px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
}


/* ==========================================================================
layout style
========================================================================== */

#inner-content{
	background: #ffffff;
/* 	box-shadow: 0 0 1px #dddddd; */
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
#main{
	background: none;
}
#scrollfix {
  width: 100%;
}

.follow {
  border: 1px solid #95989a;
  margin-bottom: 15px;
}
.follow a,
.follow a:link,
.follow a:visited,
.follow a:hover,
.follow a:active {
  display: block;
  padding: 15px 15px;
  background: none;
  text-decoration: none;
}
.follow .block {
  display: flex;
  width: auto;
  max-width: 190px;
  margin: 0 auto;
  align-items: center;
}
.follow a .block img {
  width: 30px;
  height: 30px;
  margin-right: 17px;
  display: block;
  vertical-align: middle;
}
.follow a .block span {
  display: block;
  width: auto;
  flex-grow: 1;
  line-height: 30px;
  wordbreak: keep-all;
}

/* smartphone
====== */
@media only screen and (max-width: 767px) {
	#inner-content{
		width: 100%;
	  display: block;
	}
	#main{
	  width: 100%;
		padding: 1em;
	}
	#sidebar1{
	  width: 100%;
		padding: 1em;
	}
	#sns {
		position: absolute;
		bottom: 20px;
    right: 20px;
    margin: 0;
	}
	#sns li:nth-child(2) {
		display: none;
	}
	.follow .block {
    max-width: 205px;
  }
}

/* tablet
====== */
@media only screen and (min-width: 768px) {
  #inner-content {
    margin-top: 10px;
  }
	.page-full #main{
		width: 798px;
		max-width:100%;
		margin: auto;
		float: none;
		margin-top: 35px;
	}
	.page-full.wide #main{
		width:100%;
		margin-top: -35px;
	}
	.page-full #main .article-footer{
		margin-top:3em;
	}
	.page-full #main .article-footer,
	.page-full #main .fb-likebtn,
	.page-full #main .sharewrap,
	.page-full #main .cta-wrap,
	.page-full #main .np-post,
	.page-full #main .related-box,
	.page-full #main .authorbox{
		max-width: 728px;
		margin-right: auto;
		margin-left: auto;
	}
	.page-full .entry-content {
		padding: 0;
	}
}

/* pc
====== */
@media only screen and (min-width: 1166px) {
	#inner-content{
	  width: auto;
	  max-width: 1166px;
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	#main{
		width: 798px;
	}
	#sidebar1{
		width: 336px;
	}
	.footer.bgnormal{
		margin-bottom: 2em;
	}
	.footer .inner,
	#footer-top .inner{
		padding: 0 35px;
	}
	#footer-top .inner{
		padding-right: 20px;
	}
}

/* @media only screen and (min-width: 768px) and (max-width: 1165px) {
	#inner-content{
		padding: 25px;
	}
	#main{
		width:70%;
	}
	#sidebar1{
		width: 34%;
	}
} */



@media only screen and (min-width: 1166px){
	.header {
	    margin: 0;
	}
	#inner-content {
    margin-bottom: 2em;
	}
	.post-list-card .post-list {
	    width: 32.3%;
	    margin: 0 0.5% 2.5%;
	    float: left;
	    height: 320px;
	}
	.single #main .article {
	    margin-bottom: 1em;
	    margin-right: 1.5em;
	}	
	#topics{
		margin: 0 0.5%;
	  width: 98.5%;
	  padding-bottom: 10px;
	}
	.tab5 .tab-content {
    margin: 0 0.5%;
    margin-bottom: 30px;
	}	
	.pdlr20{
		padding: 0 50px;
	}
	.tab5 {
	  margin: 0;
	}
	.top-tl {
	    margin: 10px 0 5px;
	}
	.infeed-div{
		border: 1px solid #D0D0D0;
		overflow: hidden;
		height: 320px;
	}
	.sharewrap {
	   margin-left: 40px;
	}
}
@media only screen and (max-width: 1165px){
	.nav > li > a {
		padding: 15px 2em 7px;
	}
	.tab5 label:hover {
		opacity:1.0;
	}
	.tab5 label {
		font-size: 0.9em;
	}
	.tabtext-tl {
	    font-size: 0.9em;
	    position: relative;
	    border-bottom: 1px solid #eee;
	    padding-bottom: 25px;
	}
	.tagtext-new{
		content: url(/img/NEW2_2.svg);
		position: absolute;
		bottom: -1px;
		right: -10px;
		z-index: 100;
	}
	.tabtext-dt {
		left: 0;
	}
	.tagtext-new:after{
		content: ;
		display: none;
	}
	.tab5 #tab5-b1,
	.tab5 #tab5-b2,
	.tab5 #tab5-b3,
	.tab5 #tab5-b4,
	.tab5 #tab5-b5,
	.tab5 #tab5-b6 {
	  padding:5px 10px 0;
	}
}
@media only screen and (max-width: 1165px) and (min-width: 768px){
	#inner-content {
	    padding: 0px;
	}
	#main {
	  float: none;
    width: 55%;
    margin: 0;
    padding: 0;
	}
	#sidebar1 {
    width: 30%;
    min-width: 300px;
    margin: 0;
    padding: 0;
	}
}










@media only screen and (min-width: 768px){
	.header.headercenter #logo {
	    float: none;
	    display: block;
	    margin: .2em auto;
	    margin-top: 2em;
	}
	.nav_btn, .search_btn,#taghead {
		display: none;
	}
	.carouselwrap .eyecatch img {
	    height: 400px;
	    object-fit: cover;
	}
	#sns li{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
	}
	.header.headercenter #g_nav {
	    position: relative;
	}
	#layer {
	    display: none;  /* 初期表示は非表示 */
	    position: fixed;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background-color: black;
	    opacity: 0.7;
	    z-index: 10000;
	}
	#popup {
	    display: none;  /* 初期表示は非表示 */
	    position: absolute; 
	    width: 100%;
	    z-index: 99999;
	}
	#popup input[type="text"]{
		background: #dbdbdb;
		height: 40px;
		border: none;
		border-radius: 0;
		padding-left: 70px;
	}
	#searchform-key:before{
	    top: 11px;
    	left: 40px;
	}
	#popup #keysubmit {
		width: 20%;
	    position: absolute;
	    right: 0px;
	    bottom: 14px;
	    border-radius: 0;
	    background: #c4c4c4;
	    height: 40px;
	    color: #333;
	    font-size: 14px;
	    font-weight: bold;
	}
	.title-rank {
	    height: 35px;
	}
}
@media only screen and (max-width: 767px){
	#logo {
	    max-width: 68%;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 10px 10px 0;
	    height: auto;
	    min-height: 50px;
	    font-size: 1em;
	    position: static;
	}
	.related-box li a{
		height: auto;
		padding-bottom: 0;
	}
	.related-box li:first-child, .related-box li:nth-child(2), .related-box li:nth-child(3), .related-box li:nth-child(4), .related-box li:nth-child(5), .related-box li:nth-child(6), .related-box li:nth-child(7), .related-box li:nth-child(8) {
	    height: 165px;
	    overflow: hidden;
	}
	#page-top {
	    z-index: 999;
	}
	.sp-menuup{
		z-index: 999999;
	}
	.clone-nav {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 1000;
	  background: #000;
	  width: 100%;
	  padding: 12px 0 10px;
	  transition: .3s;
	  transform: translateY(-100%);
	  text-align: center;
	}
	.is-show {
	  transform: translateY(0);
	}
	.nav_btn {
		position: absolute;
	    bottom: unset;
	    right: 15px;
	    top: 0;
    	padding: 12px 0 8px;
	    left: unset;
	    width: auto;
	    height: auto;
	}
	.nav_btn:before{
		content: url(/img/search_icon_wht.svg);
	}
	.search_btn{
	    position: absolute;
	    right: unset;
	    left: 15px;
	    top: 0;
	    padding: 13px 0;
	}
	.search_btn:before{
		content: url(/img/menu.svg);
	}
	#nav-fx{
		background: #000;
		width: 100%;
		padding: 12px 0 6px;
		text-align: center;
		position: fixed;
    	top: 0;
		left: 0;
		z-index: 1000;
	}
	.nav-menu{
	    position: absolute;
	    left: 15px;
	    top: 0;
	    padding: 12px 0 9px;
	}
	.nav-w_btn{
	    position: absolute;
	    left: 15px;
	    top: 15px;
	    padding: 11px 0 4px;
	    color: #fff;
	    font-size: 10px;
	}
	.nav-menu:before{
		content: url(/img/menu_wht.svg);
	}
	.nav-w_btn:before{
		content:"";
		display: inline-block;
	    width: 25px;
	    height: 16px;
	    background-image: url(/img/back_icon.svg);
	    background-size: 25px;
	    position: absolute;
	    top: -5px;
	}
	#layer {
	    display: none;  /* 初期表示は非表示 */
	    position: fixed; 
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background-color: black;
	    opacity: 0.7;
	    z-index: 10000000;
	}
	#popup {
	    display: none;  /* 初期表示は非表示 */
	    position: absolute; 
	    width: 100%;
	    z-index: 10000000;
	}
	#popup input[type="text"]{
		background: #dbdbdb;
		height: 40px;
		border: none;
		border-radius: 0;
		padding-left: 40px;
		font-size: 16px;
	}
	#searchform-key:before{
	    top: 12px;
    	left: 20px;
	}
	#popup #keysubmit {
		width: 20%;
	    position: absolute;
	    right: 0px;
	    bottom: 14px;
	    border-radius: 0;
	    background: #c4c4c4;
	    height: 40px;
	    color: #333;
	    font-size: 14px;
	    font-weight: bold;
	}
	.navsp-head{
		background: #000;
		text-align: center;
		padding: 13px 0 10px;
		z-index: 9999999;
		position: relative;
	}
	.navsp-sns{
		color: #fff;
	    padding: 10px 5px 30px;
	    font-size: 90%;
	    background: #4d4d4d;
	    text-align: center;
	}
	.navsp-sns img{
		display: inline-block;
		margin: 10px 20px;
	}
	.menu-pickup{
	    border-bottom: 2px solid #e8e8e8;
	    padding: 5px 15px 0;
	}
	#linkback{
		text-align: center;
		padding: 10px;
	}
	#linkback a{
		text-decoration: none;
		font-weight: bold;
	}
	.menu-pickup a{
		display: block;
	    border-bottom: 1px solid #e8e8e8;
	    margin-bottom: 5px;
	    padding-bottom: 5px;
	    text-decoration: none;
	    position: relative;
	    min-height: 30px;
	}
	.menu-pickup a:last-child{
	    border-bottom: 0;
	}
	.menu-pickup a:after{
		content: url(/img/Arrow.svg);
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    transform: translateY(-50%);
	}
	.menupos-tl{
		position: absolute;
	    top: 0;
	    left: 0;
	    padding-right: 25px;
	    height: 16px;
	    overflow: hidden;
	    font-size: 13px;
	    margin: 5px 0;
	    word-break: break-all;
	}
	.menupos-img ~ .menupos-tl{
		margin: 0 0 0 62px;
		height: 55px;
    	overflow: hidden;
    	font-size: 14px;
    	line-height: 1.3;
	}
	.menupos-img ~ .menupos-tl .menupos-pore{
		height: 100%;
	    vertical-align: middle;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.accordion_menu{
		padding: 0 15px;
	}
	.accordion_menu .active {
	    border-bottom: 0;
	    padding-bottom: 10px;
	    margin-right: 7px;
	}
	.accordion_menu dt{
		font-size: 106%;
	    font-weight: bold;
	    padding: 10px 15px 10px 12px;
	    margin-right: 7px;
    	position: relative;
    	background: url(/img/Open.svg) no-repeat right center;
   	    border-bottom: 1px solid #e8e8e8;
	}
	.accordion_menu dt:before{
		content: url(/img/bar_blk.svg);
		position: absolute;
	    top: 12px;
	    left: 0;
	}
	.accordion_menu dt.active{
		background: url(/img/Close.svg) no-repeat right center;

	}
	.accordion_menu dt span{
	    font-size: 12px;
	    font-weight: normal;
	    margin-left: 10px;
	}
	.accordion_menu dd {
	    margin: 0 -15px;
    	background: #e8e8e8;
	}
	.accordion_menu dd a{
	    font-size: 100%;
	    text-decoration: none;
	    display: block;
	    margin: 0px 15px 0px 60px;
    	padding: 10px 0 8px;
	    position: relative;
	    border-bottom: 1px solid #fff;
	}
	.accordion_menu dd a:first-child{
	    border-top: 10px;
	}
	.accordion_menu dd a:last-child{
	    border-bottom: 0;
	}
	.accordion_menu dd a:after{
	    content: url(/img/Arrow.svg);
		position: absolute;
	    top: 50%;
	    right: 10px;
	    transform: translateY(-50%);
	}
	.aco-sub {
		padding: 10px 15px;
    	border-top: 1px solid #e8e8e8;
	}
	.aco-sub a{
		font-size: 14px;
	    text-decoration: none;
	    display: block;
	    margin: 5px 0;
	}
	.none768{
		display: none;
	}
	#sns-aco{
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	#sns-aco li{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
	}
	/* is_search()): */
	#container header > div#inner-header {
		display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
		height: 72px;
		border: none;
	}
	#inner-header > .logo {
		padding: 0;
	}
	#inner-header > .logo img {
		width: 192px;
	}
	.archivettl h1 {
	    font-size: 1.1em;
	    margin: 0;
	    padding: 10px 20px;
	    border-bottom: none;
	    background: #ebebeb;
	}
	#post-not-found {
	    padding:0 20px;
	}
	.key-st{
		border-bottom: 1px solid #ccc;
	    margin-bottom: 0;
	    padding-bottom: 20px;
	}
	#searchform-key {
	    width: 100%;
	}
	
	.widget {
	    margin: 0 0 1em;
	}
	#sidebar1 {
	    padding:1em;
	    /* float: left; */
	}
	.pdlr20{
		padding: 0 10px;
	}
	.ad-flce2{
	    text-align: center;
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.archivettl h2 {
	    font-size: 1.1em;
	    margin: 0 2% 0.2em;
	    padding: 0em;
	    border-bottom: 2px solid;
	}
	 .single-title {
	    margin: 1em 0 1em;
	}
	#main .article header {
	    margin-bottom: 15px;
	}
	.article-header .sns {
	    display: none;
	}
}
@media only screen and (max-width: 768px) and (min-width: 480px){
	.header.headercenter #logo img {
	    width: 280px;
	}
	.pcnav_btn {
	    right: -10px;
	}
	.carouselwrap .eyecatch img {
	    height: 300px;
	    object-fit: cover;
	}
	.topbk-h2 {
	    font-size: 125%;
	}
}
@media only screen and (max-width: 480px){
	#main {
	    padding: 0;
	    float: none;
	}
	#container {
	  width: 100%;
	  overflow-x: hidden;
	}
	.post-list-card .post-list {
	    width: 50%;
	    margin: 0;
	    float: left;
	    box-sizing: border-box;
	    height: 230px;
	}
	.post-list-card .post-list a {
	    display: block;
	    padding: .6em;
	    text-decoration: none;
	    color: #333;
	    background: #fff;
	    overflow: hidden;
	    position: relative;
	    border: .1px solid #D0D0D0;
	}
	.post-list-card .post-list .eyecatch {
	    max-height: 120px;
	}
	#main .article .eyecatch {
	    text-align: center;
	    overflow: hidden;
	    position: relative;
	}
	.caption-div{
	    padding: 0 .5em;
	}
	.post-list-card .post-list .entry-content .entry-title {
	    font-size: 0.9em;
	    height: 75px;
	    margin: 0;
	}
	.single #main .article {
	    margin-bottom: 0;
	    margin-right: 0.5em;
	    margin-left: 0.5em;
	}
	.entry-span{
		font-size: 0.8em;
		padding: 1.5em;
	}
	.top-tl{
		font-size: 1.1em;
		color: #111;
		font-weight: bold;
		padding: 0;
	    margin: 0 0 10px 15px;
	}
	.lcp_post a {
	    width: 65%;
	    font-size: .9em;
	}
	#topics {
	    padding: 0 5px;
	    margin: 20px 0;
	    width: 100%;
	}
	.related-box li:first-child, .related-box li:nth-child(2) {
	    width: 49%;
	}
	
	.related-box li:nth-child(7), .related-box li:nth-child(8) {
	    display: none;
	}
	.related-box li {
	    width: 49%;
	    margin: 1% 0.5%;
	    min-height: auto;
	    font-size: .9em;
	}
	.related-box li .date,.related-box li .cat-span {
		display: none;
	}
	.related-box li .eyecatch {
	    height: 100px;
	    overflow: hidden;
	    overflow: hidden;
	    text-align: center;
	    background: #ddd;
	}
	.single-tg,.single .related-box .h_ttl {
	    text-align: left;
	    margin-left: 10px;
	    line-height: 1;
	}
	.related-list{
		margin-bottom: 0em;
	}
	.wpp-date {
		font-size: .8em;
	}
	.wpp-post-title {
	    font-size: .9em;
	    height: 70px;
	    display: inherit;
	    overflow: hidden;
	}
	.font98{
		font-size: .8em;
		margin: 0px 10px 20px;
	}
	.entry-content h2 {
	    margin-left: 0;
	    margin-right: 0;
	}
	#sidebar1{
		background-image: url(https://www.surfnews.jp/img/bg-eee.jpg);
		background-repeat: repeat-x;
		background-position: 0 130px;
		background-size: 100% 700px;
	}
	#custom_html-2 .widgettitle,.fwTabTitle{
		background: #f1f1f1;
	}
	.wpp-lst li{
		height: 100px;
	}
	.related-box li .ttl {
	    font-size: .85em;
	}
	.single .authorbox {
	    border-radius: 4px;
	    margin-bottom: 0;
	}
	.single .related-box {
	    margin-left: -5px;
	    margin-right: -5px;
	}
	#footag{
	    padding: 10px 0px;
	}
	.article-footer {
	    padding: 10px 20px 20px;
	    border-bottom: 1px solid #95989A;
	    margin: 0 -0.5em 0;
	    border-top: none;
	}
	.widgettitle span {
	    padding: 1em 0 .75em;
	}
	.widgettitle {
		font-size: 1.06em;
	}
	#taghead h4 {
	    font-size: 1.1em;
	}
	._129-{
		display: none;
	}
	.move{
		position:relative;
		width:100%;
		padding-top:56.25%;
	}
	.move iframe{
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
	.sns li {
	    width: 25%;
	}
	.pik-bkmr {
	    width: 100%;
	}
	.top-bkmr {
	    width: 40%;
	    height: 100%;
	    right: 0;
	    bottom: 0;
	}
	.topbk-h2 {
	    font-size: 110%;
	    margin: 0;
	    padding: 5% 10px;
	    color: #fff;
	    height: 90%;
	    overflow: hidden;
	}
	.bkmr-day,.bkmr-cat{
		display: none;
	}
	.tabs {
	    margin-bottom: 0;
	}
	.tab5 {
	    margin-top: 0;
	}
	.single .authorbox .profile .name {
	    margin-top: 0;
	}
}
@media only screen and (min-width: 1144px){
	.pctopad-b{
		display: none;
	}
}
@media only screen and (max-width: 1144px){
	.pctopad-s{
		display: none;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 767px){
	.article-header .sns {
	    margin-right: 0px;
	    margin-top: -40px;
	}
}
@media only screen and (max-width: 840px) and (min-width: 768px){
	.lcp_catlist .no-icon{
	    width: 30%;
	}
	.widgettitle span {
	    display: block;
	    width: 100%;
	    height: 100%;
	    padding: .75em 0.4em;
	}
	.tabad-b{
		display: none;
	}
}
@media only screen and (min-width: 840px){
	.tabad-s{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.tabad-s{
		display: none;
	}
}
@media only screen and (min-width: 480px){
.rank-sp {
	    display: none;
	}
}
/* メルマガ（詳細ページ・サイドエリア） */
#meilmag {
    text-align: center;
    border: 1px solid #cecece;
    background-image: url(https://www.surfnews.jp/img/pc_mg-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.meilmaga-tl{
	text-align: left;
    background: #12191f;
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
    margin: 0 0 8px 0;
}
.meilmaga-p{
    margin:14px 10px;
    color: #111;
    font-weight: bold;
    font-size: 15px;
}
.meilmaga-a{
	display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}
@media only screen and (max-width: 767px){
#meilmag {
    background-image: url(https://www.surfnews.jp/img/mb_mg-bg.jpg);
    }
}
#meilside{
	text-align: center;
    border: 1px solid #cecece;
    background: #eeeeee;
    margin-bottom: 15px;
}
.meilside-tl{
	background: #0f0f0f;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    margin: 0 0 8px 0;
}
.meilside-a{
	background: #970d0d;
    border-radius: 25px;
    padding: 6px 20px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 25px;
    display: inline-block;
    width: 225px;
}


/* 20120/11/13 追加分 */

.header {
	min-width: 1340px;
    border-top: 5px solid #111;
    border-bottom: .1px solid #666;
    background: #2da891;
    color: #fff;
	padding-left: 20px;
	height: 105px;
}

.nav li {
  display: table-cell;
}

.nav {
  white-space: nowrap;
}

.nav > li {
		float: unset;
		position: relative;
    font-size: 0.9em;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: -10px;
}

.pc-inner-header {
	height: 78px !important;
}

.inner-header {
    position: relative;
    /*width: 100vw;*/
    text-align: left;
	font-size: small;
}

.inner-header p {
	margin: 0;
}

.inner-header-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px){
	.inner-header {
	    display: flex;
	    justify-content: center;
	    align-items: normal;
	    flex-direction: column;
	    height: 72px;
	    border: none;
		margin-left: -10px;
		margin-top: 15px;
	}
	.inner-header .logo img {
		width: 192px;
	}
}
