#news > .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#news > .container:last-of-type {
    padding-bottom: 50px;
}
#news .column01 > section {
    margin-bottom: 40px;
}
#news .column01 {
    width: 72%;
    max-width: 900px;
}
#news .column02 {
	width: 27%;
	min-width: 300px;
	margin-left: 25px;
	position: sticky;
	top: 15px;
}
#news .column02 > section {
	margin-bottom: 15px;
}

#breadcrumb .container {
	background: #66AF7C !important;
}

#news a:hover {
	opacity: 0.8;
	transition:opacity .3s;
}
#newsWrap h1.ttl {
	background: #fff;
	background: linear-gradient(-45deg,
	#C3F1AB 25%,
	#fff 25%, #fff 50%,
	#C3F1AB 50%, #C3F1AB 75%,
	#fff 75%, #fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #777;
}

.newsMain {
	margin: 0;
	padding: 0;
}

.newsNav{
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
	margin-bottom: 8px;
	width: 100%;
	overflow-x: auto;
}
.newsNav ul{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.newsNav ul li{
	width: 100%;
	margin-right: 1vw;
}
.newsNav ul li.current a{
	cursor: auto;
}
.newsNav ul li:last-child{
	margin-right: 0;
}
.newsNav ul li span{
	text-align: center;
	padding: 2vh 0;
	min-height: 10px;
	border: 1px solid #66AF7C;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
	positoin: relative;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsNav ul li span {
	background: #C3F1AB;
}
.newsNav ul li.current span {
  transform: translateY(0);
	background: #fff;
  opacity: 1;
  z-index: 1;
}
.newsNav ul .current:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #66AF7C;
	z-index: 0;
}

.newsMain h2.ttl {
	font-size: 18px;
	color: #777;
	font-weight: bold;
	border-left: solid 5px #66AF7C;
	border-bottom: solid 1px #66AF7C;
	padding-left: 10px;
	margin-bottom: 5px;
}
.newsMain h3, .links h3 {
	width: 100%;
	font-size: 18px;
	padding: 7px 10px 7px 10px;
	border-radius: 0 20px 20px 0;
	margin-bottom: 20px;
	color: #fff;
	background: #66AF7C;
	font-weight: bold;
}
.newsMain .article {
	padding: 2%;
}
.newsMain .article.top .head{
	margin-bottom: 40px;
}
.newsMain .date {
	text-align: right;
	color: #777;
	border-top: 1px #777 solid;
	margin-top: auto;
	padding-top: 5px;
}
.newsMain .article.top .head .date{
	border-top: none;
}
.newsMain .article.top .media{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}
.newsMain .article.top .thumb,
.newsMain .article.top .thumb img
{
	width: 100%;
}
.newsMain .article.top .text{
	margin-top: 20px;
}
.newsMain .list-article {
	display: flex;
	flex-wrap: wrap;
}
.newsMain .article-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (min-width: 1025px){
	.newsMain .article-box .box-inner {
		width: 31.3%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.newsMain .article-box .box-inner:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px){
	.newsMain .article-box .box-inner {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 3%;
	}
	.newsMain .article-box .box-inner:nth-child(2n) {
		margin-right: 0;
	}
}
.newsMain .article-box .box-inner a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.newsMain .article-box .box-inner .text {
	margin: 10px 0px 20px 0;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.newsMain .article-box .box-inner .text .title{
	min-height: 3.5em;
	margin-bottom: 5px;
}
.newsMain .article-box .box-inner .image {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    border: 1px solid rgba(0, 0, 0, .1);
}
.newsMain .article-box .box-inner img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.newsMain .article-box.box-hidden{
	display: none;
}
.btn_area {
	margin-top: 20px;
	text-align: center;
}
#newsWrap .btn_area a {
	font-size: 20px;
	font-weight: bold;
	color: #bbb;
	border: 5px solid #bbb;
	padding: 10px 50px;
}
aside.column02 .link ul.col1
{
	margin: 0;
	padding: 0;
	width: 100%;
}
aside.column02 .link ul.col1 li{
	display: inline-block;
	margin-right: 2%;
	float: left;
	height: 100%;
	text-align: center;
	color: #fff;
	line-height: 3.5;
	margin-bottom: 2%;
	font-weight: bold;
}
aside.column02 .link ul.col1 li{
	width: 100%;
}
aside.column02 .link ul.col1 li img{
	width: 100%;
}
aside.column02 .link ul.col1 li.blue{
	background: #4799FF;
}
aside.column02 .link ul.col1 li.green{
	background: #66AF7C;
}
aside.column02 .link ul.col1 li.orange{
	background: #FFAB45;
}
aside.column02 .link ul.col1 li a{
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff;
}

aside.column02 .cont{
	clear: both;
}

/* Twitter */
.twCont {
	background: #fff4d6;
	padding: 2%;
	margin-bottom: 8px;
}
.twCont h3.ttl {
	color: #777;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #777;
}

#ads1.ads {
	/*margin-left: 22px;*/
	margin-bottom: 8px;
}
#ads2.ads {
	margin-bottom: 8px;
}

.banner-box {
	border: 1px solid #777;
	border-top: none;
	padding: 10px;
	margin-bottom: 10px;
}
.banner-box ul li {
	margin-bottom:10px;
}
.banner-box ul li:last-child {
	margin-bottom:0;
}
.banner-box img {
	width: 100%;
}
h3.sportscat {
	clear: both;
	margin-top: 5px;
	text-align: center;
	background: #ccc;
}
.links {
	display: flex;
	flex-wrap: wrap;
}

/* YDN */
@media screen and (min-width: 1025px){
	.adpc {
		width: 31.3%;
		margin-right: 3%;
		margin-bottom: 3%;
		margin-right: 0;
	}
}
@media screen and (max-width: 1024px){
	.adpc {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 3%;
		margin-right: 0;
	}
}
.yads_ad_item_res_s,
.yads_ad_info_res_s
{
	display:none;
}
.adpc .yads_ad.yads_ad_responsive_small{
	overflow:hidden;
}
.adpc .yads_ad.yads_ad_responsive_small a {
	color:#333;
	text-decoration: none;
	display:block;
}
.adpc .yads_ad_img_res_s {
	margin: 0;
	overflow: hidden;
	position: relative;
	padding-top: 56.25%;
	border: 1px solid rgba(0, 0, 0, .1);
}
.adpc .yads_ad_img_res_s > img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.adpc .yads_ad_title_res_s {
	padding:10px 0 0 0;
	min-height: 1.75em;
}
.adpc .yads_ad_desc {
	
}
.adpc .yads_ad_adv_res_s {
	padding:0 0 5px 0;
	min-height: 1.75em;
}
.adpc .yads_ad.yads_ad_item_1.yads_ad_responsive_small > .yads_ad_info_res_s {
	display:block;
	border-top: 1px #777 solid;
}
.adpc .yads_ad_info_res_s a {
	padding:5px 0px 0px 0px;
	text-align:right;
}
.adpc .yads_ad_info_res_s img {
	padding-top: 5px;
}
.adsp {
	display: none;
}

/*--- シェアボタン ---*/

article .entryHeader .share {
	display: flex;
	align-items: center;
	float:right;
}
article .entryHeader .share .shareTtl {
	margin-right: 0.5em;
}
article .entryHeader .share .shareTtl svg {
	margin-right: 0.3em;
}
article .entryHeader .share ul {
	display: flex;
	justify-content: center;
}
article .entryHeader .share li {
	margin-right: 5px;
}
article .entryHeader .share li:last-of-type {
	margin-right: 0;
}
article .entryHeader .share a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    transition: all 300ms ease-out;
}
article .entryHeader .share svg {
	transition: all 300ms ease-out;
}
article .entryHeader .share a:hover {
	opacity: .9;
}
article .entryHeader .share a:hover svg {
	transform:scale(1.1);
}
article .entryHeader .share a.facebook {
	background: #1877f2;
}
article .entryHeader .share a.twitter {
	background: #1DA1F2;
	background: #000;
}
article .entryHeader .share a.line {
	background: #00b900;
}
article .entryHeader span.deco,
article .entryHeader span.deco:before,
article .entryHeader span.deco:after {
	position: absolute;
	width: 30px;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #aaa;
	border-radius: 3px;
}
article .entryHeader span.deco:before,
article .entryHeader span.deco:after {
	content: "";
}
article .entryHeader span.deco {
	transform: rotate(90deg);
	top: -40px;
}
article .entryHeader span.deco:before {
	transform: translate(10px, -50px) rotate(38deg);
}
article .entryHeader span.deco:after {
	transform: translate(10px, 50px) rotate(-38deg);
}
article .entryHeader span.deco span:before,
article .entryHeader span.deco span:after {
	position: absolute;
	width: 25px;
	height: 2px;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	background: linear-gradient(to right, #aaa 25%,transparent 25%) repeat-x;
	background-size: 6px 100%;
	content: "";
	border-radius: 2px;
}
article .entryHeader span.deco span:before {
	transform: translate(4px, -25px) rotate(15deg);
}
article .entryHeader span.deco span:after {
	transform: translate(4px, 25px) rotate(-15deg);
}
article .entryContent {
	font-size: 14px;
	line-height: 1.6;
}
article .entryContent .block {
	max-width: 800px;
	margin: 0 auto 4em auto;
}
article .entryContent .block:last-of-type {
	margin: 0 auto;
}
article .entryContent .block:after {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
article .entryContent h2 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #b9a2e2;
	border-left: 10px solid #b9a2e2;
}
article .entryContent figure {
	max-width: 600px;
	margin: 0 auto 2em auto;
	position: relative;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
article .entryContent figure.fl {
	float: left;
	margin: 0 2em 2em 0;
	width: 40%;
}
article .entryContent figure.fr {
	float: right;
	margin: 0 0 2em 2em;
	width: 40%;
}
article .entryContent figure img {
	width: 100%;
}
article .entryContent figure figcaption {
	background: rgba(255, 255, 255, .9);
	padding: 5px 10px;
	position: absolute;
	max-width: 80%;
	right: -10px;
	bottom: -10px;
	font-size: 13px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}


/*--------------------
広告
--------------------*/

.ad {
	background: linear-gradient(
	-45deg, #F6F6F6 25%, #fff 25%,
	#fff 50%, #F6F6F6 50%,
	#F6F6F6 75%, #fff 75%,
	#fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 14px 0;
}
@media screen and (min-width: 1025px){
#ad4_5_wrap {
	display:flex;
	justify-content: center;
}
#ad4 {
	/* margin-right: 90px; */
}
}
@media screen and (min-width: 967px) and (max-width: 1024px){
#ad4_5_wrap {
	display:flex;
	justify-content: center;
}
#ad4 {
	/* margin-right: 40px; */
}
}
@media screen and (max-width: 967px){
#ad4_5_wrap {
	display:block;
	text-align: center;
}
#ad4 {
	/* margin-bottom: 15px; */
}
}

h2.heading {
	margin-top: 1.8em !important;
	margin-bottom: 0px !important;
	font-size: 120% !important;
	margin-top:30px;
	border-left: solid 5px #66AF7C;
	border-bottom: dotted 1px #66AF7C;
	font-weight: bold;
	padding-left:10px;
	color:#666; 
}

p.caption {
	font-size: 90%;
	text-align: center;
}

.newsMain .article.top .article_img{
	text-align:center;
}

.newsMain .article.top .article_img img{
	margin-top: 20px;
	max-width: 100%;
}

.p-news_entry_nav__next,
.p-news_entry_nav__pegenum,
.p-news_side__ttl {
    text-align: center;
    padding-bottom: 5.0em
}
.p-news_entry_nav {
    background: 0 0
}
.p-news_entry_nav__next_link {
    font-size: 1.6rem;
    text-decoration: underline;
    color: #161616
}
.p-news_entry_nav__pegenums {
    display: inline-block;
    padding: 0.5em 0.7em;
    margin: 0 0.4em;
    line-height: 1;
    color: #161616;
    font-size: 1rem;
    font-weight: 700;
    position: relative
}
.p-news_entry_nav__pegenums--next::after,
.p-news_entry_nav__pegenums--prev::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 0.7em;
    margin-top: 0.7em
}
.p-news_entry_nav__pegenums--current {
    border-radius: 5px;
    background-color: #66AF7C;
    color: #fff
}
.p-news_entry_nav__pegenums--next {
    text-indent: -9999px;
    width: 2em
}
.p-news_entry_nav__pegenums--next::after {
    width: 0.7em;
    border-top: 2px solid #9d9d9d;
    border-right: 2px solid #9d9d9d;
    transform: rotate(45deg);
    transform-origin: top
}
.p-news_entry_nav__pegenums--prev {
    width: 2em;
    text-indent: -9999px
}
.p-news_entry_nav__pegenums--prev::after {
    width: 0.7em;
    border-bottom: 2px solid #9d9d9d;
    border-left: 2px solid #9d9d9d;
    transform: rotate(45deg);
    transform-origin: top;
    margin-left: -0.2em
}
@media screen and(min-width:768px) {
    .p-news_entry_nav__next_link:hover {
        text-decoration: none;
        color: #66AF7C
    }
    .p-news_entry_nav__next,
    .p-news_entry_nav__pegenum {
        margin-top: 30px
    }
    .p-news_entry_nav__pegenums:hover {
        border-radius: 5px;
        background-color: #66AF7C;
        color: #fff;
        text-decoration: none
    }
    .p-news_entry_nav__pegenums--next:hover,
    .p-news_entry_nav__pegenums--prev:hover {
        background: 0 0
    }
    .p-news_entry_nav__pegenums--next:hover::after,
    .p-news_entry_nav__pegenums--prev:hover::after {
        border-color: #66AF7C
    }
    .p-news_entry_nav__adsense {
        display: none
    }
}
@media screen and(max-width:767px) {
    .p-news_entry_nav__next,
    .p-news_entry_nav__pegenum {
        margin-top: 30px
    }
    .p-news_entry_nav__pegenums {
        margin: 0 0.1em
    }
    .p-news_entry_nav__adsense {
        margin-top: 30px
    }
}

/*--------------------
YouTube
--------------------*/

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
