@charset "UTF-8";
header{
	position: relative;
	background-image: url("../images/new.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 250px;
	text-align: center;
	align-items:center;
	justify-content: center;
	display: flex;
}
header .new-title{
	background-color:white;
  	color: black;
  	font-size:40px;
  	font-weight: bold;
	mix-blend-mode: screen;
	margin: 0 auto;
  	padding: 3px;
	width: 200px;
	z-index: 2;
	letter-spacing:0.04em;
}
header:after{
	position: absolute;
	background:black;
	opacity: .3;
	z-index: 1;
	content: "";
	top:0;
	height: 100%;
	width: 100%;
}
main{
	padding-bottom: 40px;
}
.new{
	padding: 10px;
}
.new .news-right{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
	color:hsla(233,100%,53%,1.00);
}
.new h2{
	text-decoration: underline;
	display:inline-block;
	margin-bottom: 20px;
}
.new dt{
	width: 100%;
	position: relative;
	font-weight: bold;
	color: hsla(0,0%,15%,1.00);
	padding-bottom: 3px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}	
.new dt .right{
	position: absolute;
	right: 5px;
	font-size: 70%;
	border-radius: 6px;
	background: hsla(203,91%,75%,1.00);
	color:white;
	padding: 4px 6px;
}
.new dl{
	border-bottom: solid 1px hsla(0,0%,65%,1.00);
	padding-bottom: 10px;
	margin: 10px 0;
}
.new dd{
	padding-right: 70px;
/*	cursor: pointer;*/
}
.new dd a{
	color: black;
}
.new dd:hover{
	text-decoration:underline;
}
.new .active{
	color: red;
	text-decoration: underline;
}
.new dt.active{
	text-decoration: none;
}
.news-right{
	padding: 10px;
	display: none;
}
.news-right a{
	text-decoration: underline;
	font-style: italic;
}
.news-right h4{
	font-size: 140%;
	text-align: center;
	color:red;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.news-right h5{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 105%;
	font-style: italic;
}
.news-right p{
	font-family:Verdana, Geneva, "sans-serif";
	margin: 6px 0;
}
@media Screen and (min-width:768px){
	header{
		height: 350px;
	}
	header .new-title{
		font-size: 58px;
		width: 300px;
		letter-spacing:0.05em;
	}
	.new{
		width: 40%;
		max-width: 500px;
		float: left;
		padding-bottom: 50px;
	}
	.news-right{
		float: right;
		width:53%; 
		padding-bottom: 50px;
	}
	#contact{
		clear: both;
	}
	main{
		position: relative;
		width: 93%;
		margin: auto;
		padding-top: 30px;
	}
	.news-right h4{
		text-align: left;
		padding-top: 30px;
		font-size: 150%;
		margin-bottom: 15px;
	}
	.new dl{
		margin: 15px 0;
	}
}