﻿/*=================================================
 * CSS for PC
 * ================================================= */

#news{	padding-top: 30px;}

.infobox{
	width: 1140px;
	margin: 0 auto 30px auto;
	padding: 30px;
	background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news_title{
	text-align: left;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 30px 0;
	padding: 0 0 12px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news_title h4{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 0 22px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.news_title h4 span{
	font-size: 20px;
	position: absolute;
	top: 2px;
	left: 0;
}
.news_title p{
	font-size: 12px;
	line-height: 18px;
	color: #ffa400;
}
.infobox_main{
	display: flex;
}
.infobox_main_in{
	width: calc(100% - 390px);
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.infobox_main_in:only-child{	width: 100%;}
.infobox_main .img{
	width: 360px;
	margin-right: 30px;
}
.infobox_main .img a{
	display: inline-block;
	vertical-align: top;
}
.infobox_main .img img{
	width: 100%;
	height: auto;
}


/** btm_bt **/

.btm_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 10px 0;
}
.btm_bt .bt_main{
	position: relative;
	flex-wrap: wrap;
	width: 260px;
	height: 60px;
	margin: 0 5px;
	border-radius: 0;
}
.btm_bt .bt_main span{
	width: 100%;
	font-family: "FontA";
	font-size: 22px;
	line-height: 26px;
}
.btm_bt .bt_main em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 14px;
}
.btm_bt .bt_prev:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: calc(50% - 5px);
	left: 20px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.btm_bt .bt_next:after{
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px){

	.infobox{
		width: auto;
		margin: 0 0 15px 0;
		padding: 15px;
	}
	.news_title{
		margin: 0 0 15px 0;
	}
	.infobox_main{
		display: block;
	}
	.infobox_main_in{
		width: auto;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}
	.infobox_main_in:only-child{	width: 100%;}
	.infobox_main .img{
		width: auto;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.infobox_main .img a{
		display: inline-block;
		vertical-align: top;
	}
	.infobox_main .img img{
		width: 80%;
		max-width: 600px;
		height: auto;
	}


	/** btm_bt **/
	.btm_bt{
		font-size: 0;
		line-height: 0;
		padding: 15px 5px;
	}
	.btm_bt .bt_main{
		flex-wrap: wrap;
		width: calc(100% / 2 - 10px);
		height: 60px;
		margin: 0 5px;
		border-radius: 0;
	}
	.btm_bt .bt_main span{
		font-size: 17px;
		line-height: 18px;
	}
	.btm_bt .bt_main em{
		font-size: 11px;
		line-height: 12px;
	}
	.btm_bt .bt_prev:after{	left: 10px;}
	.btm_bt .bt_next:after{	right: 10px;}

}
