/*-----------------------------------------
** news
-----------------------------------------*/
html,body{}
body{
	background: url("../img/bg_grid.png") repeat left top;
	background-size: 12px;
	font-family: "Zen Maru Gothic", serif;
}
#news{
	color: #000;
}
#news > section{
	padding: 40px 10px;
	background: none;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#news h1{
	color: #E40065;
	font-size: 46px;
  	margin-bottom: 20px;
	margin: 30px 0 0 0;
	border-bottom: dashed 2px #000;
	padding-bottom:15px;
	font-weight: 800;
	width: 100%;
	text-align: center
}
#news h1 > img{
	width: 143.02px;
}
#news h1 span{
	font-size: 13px;
	padding: 0 0 0 20px;
}
#news a {
	color: #E40065;
	transition: all .2s ease;
	text-decoration: underline;
}
#news a:hover {
    opacity: .8;
}
#news dl {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 30px 0;
	border-bottom: dashed 2px #000;
}
#news dl:nth-last-of-type(1) {
	border-bottom: none;
}
#news dl dt {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 15px 0;
    color: #E40065;
}
#news dl dd {
	margin: 0;
	line-height: 1.75;
	font-weight: 500;
}
#news dl dd:last-child {
	border-bottom: none;
}
#news dl dd ._column {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#news dl dd ._left {
	width: 30%;
	margin-right: 30px;
}
#news dl dd ._right {
	width: calc(70% - 30px);
}
#news dl dt span.day {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 0 0 10px 2rem;
	float: right;
	color: #000;
}
#news img {
	max-width:1000px;
	width: 100%;
	height:auto !important;
	vertical-align: top;
}
#news img.horizontal {
    max-width: 500px;
	display: block;
	margin: 0 auto;
}
#news .size_m {
	width: 49%;
}
#news .size_s {
	width: 32%;
}
#news .size_ss {
	width: auto;
	max-width: 100%;
}
#news img.size_m:nth-child(n+2) {
	margin-left: 1%;
}
#news img.size_s:nth-child(n+2) {
	margin-left: 1%;
}
#news p img{
	display: inline-block;
	vertical-align: middle;
}
#news p img + img {
	margin-left: 1%;
}
#news p{
	margin-bottom: 1em;
}
#news .button{
	display: none;
}
.youtube-win {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1em
}

.youtube-win iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

@media screen and (max-width:640px) {
	#news > section{
		padding: 20px 10px;
	}
	#news h1{
		font-size: 30px;
	}
	#news h1 > img{
		width: 129.68px;
	}
	#news dl {
		height:auto;
	}
	#news dl dt span {
		float: none;
		clear: both;
		padding: 0;
	}
	#news dl dd ._column {
	}
	#news dl dd ._left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#news dl dd ._right {
		width: 100%;
	}
	#news .size_s,
	#news .size_m{
		max-width:100%;
		width: 100%;
		margin: 0 auto 10px !important;
	}
	#news p * + * {
		margin-left: auto;
	}
	#news .button{
		display: block;
		margin: 30px auto 0;
		color: #E20CB9;
		background: #44007f;
		text-align: center;
		width: 250px;
		border-radius: 5px;
	}
	#news .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #FFF208;
		padding: 15px 0;
		text-decoration: none;
		transition: all .5s;
	}
	#news .button a:hover{
		background: #FFF208;
		opacity: 1;
	}
}
