#news-form {
	width: 100%;
}

.news_head{
	padding:30px 20px 30px 20px;
}

.pre_btn{
	float:left;
	color:#003e88;
}

.pre_btn img{
	width:20px;
	margin-right:10px;
	vertical-align: middle;
}
.pre_btn a{
	color:#003e88;
}
.sns_list{
	float:right;
}

.clearfix:after{
	content: "";
	clear:both;
	height:0px;
	width:0px;
	line-height:0px;
	font-size:0px;
}

.news_cont{
	margin-left:15px;
	margin-right:15px;
	background:#eeeeee;
}

.news_cont_head{
	background:#000;
	text-align:center;
	padding:10px;
	font-size:1.2rem;
	color:#fff;
	line-height:1.5rem;
}

.pdt0px{
	padding-top:0px;
}

.news_cont_inner{
	background:#fff;
	margin:15px 15px 0 15px;
	padding:35px;
}

.news_cont_data span{
	background:#cccccc;
	display:inline-block;
	margin-right:10px;
	color:#fff;
	font-size:0.8rem;
	padding:0px 30px 0px 30px;
	border-radius: 20px;
}

.news_article_area figure{
	margin-right:0px;
	margin-left:0px;
	border-bottom:1px solid #bfbfbf;
	padding-bottom:40px;
	margin-bottom:25px;
}

.news_article_area figure img{
	width:100%;
	height:auto;
}

.news_article_taxtarea{
	width: 660px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
}
 @media screen and (max-width: 768px) {
.news_article_taxtarea{
	width: 100%;
	font-size: 1.2rem;
    line-height: 1.8rem;
}
}
.news_article_taxtarea h2{
	border-bottom:4px solid #bf9c48;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight: bold;
	font-size: 1.33rem;
}
.news_article_taxtarea h3{
	border-left:4px solid #bf9c48;
	padding-left:15px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight: bold;
	font-size: 1.2rem;
}
.news_article_taxtarea h4{
	font-size: 1.1rem;
}
.news_article_taxtarea a{
	position: relative;
    color: #003e88;
    display: inline-block;
}
.news_article_taxtarea .txt_link_external {
    color: #e60039;
    margin-right: 22px;
}
.news_article_taxtarea .txt_link_external::after {
    background: #e60039;
}
.news_article_taxtarea .txt_link_external::before {
    background: url(../img/common/icon_external_red.png) no-repeat center center;
    background-size: cover;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: -20px;
    bottom: 0.25vw;;
    margin: auto;
}
.news_article_taxtarea .txt_link_external.external_btn:before {
	content:none;
}

.news_article_taxtarea .txt_link_external.external_btn::before {
    background: url(../img/common/icon_external_red.png) no-repeat center center;
    background-size: cover;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 30px;
    bottom: 11px;
    margin: auto;
}

.news_article_taxtarea .txt_link_external.external_btn:hover:before {
    background: url(../img/common/icon_external_white.png) no-repeat center center;
    background-size: cover;
}
.news_article_taxtarea a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #003e88;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.news_article_taxtarea a.internal_btn:after,.news_article_taxtarea a.external_btn:after,.news_article_taxtarea .imgBigLink a:after {
    content: none;
}
.news_article_taxtarea a:hover:after {
    transform: scale(0, 1);
}
.news_article_taxtarea .btn a:after {
	height: 0;
}
.news_article_taxtarea p{
	padding-bottom:20px;
	clear: both;
}
.news_article_taxtarea p > .news_article_image.is-nocheck{
	display: block;
	margin-bottom: 10px;
}
.news_article_taxtarea p > .news_article_image.is-left{
	float: left;
	margin-right: 20px;
}
.news_article_taxtarea p > .news_article_image.is-right{
	float: right;
	margin-left: 20px;
}
.news_article_taxtarea .imgBigLink a {
    display: block;
    padding: 35px 0;
    margin: 0 auto;
}

@media screen and (max-device-width: 768px){
	.news_article_taxtarea p > .news_article_image.is-nocheck{
		display: block;
		margin: 1rem 0;
	}
	.news_article_taxtarea p > .news_article_image.is-left{
		float: none;
		display: block;
		margin: 1rem 0;
	}
	.news_article_taxtarea p > .news_article_image.is-right{
		float: none;
		display: block;
		margin: 1rem 0;
	}
	.news_article_taxtarea .imgBigLink a {
	    display: block;
	    padding: 25px 0;
	}

}

.btn_type1{
	border:1px solid #003e88;
	padding:10px 30px 10px 30px;
	border-radius: 30px;
	color:#003e88;
	display:inline-block;
}

.bottom_btn_area{
	text-align:center;
	padding-top:20px;
}

.sns_bottom_area{
	background:#eeeeee;
	margin-top:60px;
	padding-bottom:30px;
}

.sns_bottom_area h3{
	padding:40px 30px 30px 30px;
	text-align:center;
	color:#003e88;
	font-size:1.3rem;
}

.sns_bottom_area ul{
	width:90%;
	max-width:760px;
	margin-left:auto;
	margin-right:auto;
}

.sns_bottom_area ul li{
	width:49%;
	margin-right:1.3333%;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:1.5%;
}

.sns_bottom_area ul li:nth-child(2n){
	margin-right:0px;
}

.sns_bottom_area ul li a{
	color:#fff;
	font-size:0.9rem;
}

.tw{
	background:#13aee7;
}

.fb{
	background:#3c4890;
}

.gp{
	background:#f34a38;
}

.ls{
	background:#15d522;
}

.tw2 a{
	color:#13aee7;
}

.fb2 a{
	color:#3c4890;
}

.gp2 a{
	color:#f34a38;
}

.ls2 a{
	color:#15d522;
}

.sns_bottom_area ul li:last-child{
	margin-right:0px;
}

.sns_list li{
	display:inline-block;
	font-size:1.6rem;
	margin-left:20px;
}

 @media screen and (max-width: 768px) {
	 .news_head{
		 padding:20px 10px 20px 10px;
	 }
	 .news_cont{
		 margin-right:15px;
		 margin-left:15px;
	 }
	 .news_cont_inner{
		 margin:5px 5px 0px 5px;
		 padding-bottom:30px!important;
	 }
	 .news_cont_inner{
		 padding:15px 15px 0px 15px;
	 }
	 .news_article_area figure{
		 padding-bottom:20px;
		 margin-bottom:20px;
	 }
	 .news_article_taxtarea p,.news_article_taxtarea ul{
		 padding-bottom:30px;
	 }
	 .news_article_taxtarea h2{
		 font-size: 1.7rem;
	}
	 .news_article_taxtarea h3{
		 margin-top:1rem;
		 margin-bottom:1rem;
		 font-size: 1.5rem;
	 }
	.news_article_taxtarea h4{
		font-size: 1.3rem;
	}
	 .bottom_btn_area{
		 padding-top:10px;
	 }
	 .sns_bottom_area{
		 margin-top:30px;
	 }
	.btn_type1{
		padding-right:20px;
		padding-left:20px;
	}
	.news_article_area .btn a {
		font-size: 1.2rem;
	}
}

/* 0924 add-layout　1116に一部修正 */
.article_list_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.article_list_box a img{
	max-height: 80px;
    width: auto;
    text-align: center;
}
.news .article_list_box article >a{
	display:block;
	width:100%;
	background:#fff;
}
.news .article_list_box a img{
	max-height: 85px;
    width: auto;
    text-align: center;
}
.article_list_box article {
    width: 24%;
    margin: 0 1.3% 1.3% 0;
    text-align: center;
    background: #eee;
    box-sizing: border-box;
    padding: 5px;
}

.article_list_box article:nth-child(4n) {
    margin-right: 0px;
}

.article_list_box article figure a {
    display: block;
    padding-top: 150px;
}

.article_list_box article figure {
    margin: 0px;
}

.article_list_box article p {
    padding: 10px;
    font-size: 0.9rem;
    min-height: 100px;
    text-align: left;
}
.article_list_box article a {
    text-decoration: none;
    color: #222;
    font-weight: 400;
}
.article_list_box article a:after {
	content:none;
}

@media screen and (max-device-width: 768px){
.article_list_box article {
    width: 49%;
	margin-right: 0;
}
.article_list_box article:nth-child(odd) {
	margin-right: 2%;
}

	.news .article_list_box a img{
	max-height: 180px;
	}
}

/* 09241116 add-layout 「あなたにぴったりの観戦スタイルを選ぼう！」　*/

.news_article_taxtarea .box .link a:after {
	content:none;
}
.news_article_taxtarea p.news_bnr a:after {
	content:none;
}
.news_article_taxtarea p.news_bnr {
	text-align: center;
}
.fit-seat_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.fit-seat_box .fit-seat {
    width: 24%;
    margin: 0 1.3% 1.3% 0;
    padding: 5px;
    text-align: center;
    background: #eee;
    box-sizing: border-box;
    position: relative;
}
.fit-seat_box .fit-seat:nth-child(4n) {
    margin-right: 0px;
}
.news .fit-seat_box .fit-seat a{
	display: block;
	max-width: 100%;
	height: 100%;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.fit-seat_box .fit-seat a:after {
	content:none;
}
.fit-seat_box .fit-seat a.photo img {
    max-height: 90px;
    margin: 0;
}
.fit-seat_box .fit-seat .txt {
    min-height: 100px;
    padding: 90px 3px 3px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #222;
    text-align: left;
}
.fit-seat_box .fit-seat .seat-icon {
    padding: 0;
}
.fit-seat_box .fit-seat .seat-icon img {
	display: inline-block;
    max-width: 40px;
	margin: 0;
    padding: 7px 3px;
}



@media screen and (max-device-width: 768px){
	.fit-seat_box {
	    width: 100%;
	    margin: 0 auto;
	    display: flex;
	    flex-wrap: wrap;
	}
	.fit-seat_box .fit-seat {
	    width: 49%;
		margin-right: 2%;
	}
	.fit-seat_box .fit-seat:nth-child(even) {
		margin-right: 0;
	}
	.fit-seat_box .fit-seat a.photo img {
	    max-height: 100%;
	    margin: 0;
	}
	.fit-seat_box .fit-seat .txt {
		min-height: 10vw;
	    padding: 28vw 1vw 10px;
	    font-size: 2.8vw;
	    font-weight: bold;
	    color: #222;
	    text-align: left;
	    margin: 0 auto;
	}
	.fit-seat_box .fit-seat .seat-icon {
	    padding: 0;
	}
	.fit-seat_box .fit-seat .seat-icon img {
		display: inline-block;
	    max-width: 80px;
		margin: 0;
	    padding: 7px 3px;
	}

}