/* ===================================================

  10thanniversary

=====================================================*/
@font-face {
	font-family: あおぞら明朝 Medium;
	src: url('https://cdn.leafscape.be/aozoramincho/AozoraMinchoMedium_web.woff2') format("woff2");
}
body {
	text-align:center;
}
#header {
	padding:30px 0;
}
#header h1, #header h2{
	margin-bottom:20px;
}
#header h1 img, #header h2 img{
	max-width:100%;
}
#contents10th {
	padding-bottom:60px;
}
#contents10th h3 {
	font-family: あおぞら明朝 Medium;
	font-size:3rem;
	font-weight:normal;
    line-height: 1;
	letter-spacing:0.2em;
	position: relative;
	display: inline-block;
	margin: 30px auto 80px;
}
#contents10th h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #426ab2;
	border-radius: 2px;
}
#contents10th p {
	font-family: あおぞら明朝 Medium;
	font-size: 1rem;
	margin-bottom: 2em;
	line-height: 2rem;
}
#contents10th p.fs_large {
	font-size: 1.6rem;
	margin-bottom: 1.2em;
}
#contents10th .name {
	font-size: 2rem;
	font-size: 20px;
	margin-top: 60px;
}

@media screen and (max-width: 640px) {
	#header h1, #header h2{
		margin:0 auto;
	}
	#header h1{
		width:60%;
	}
	#header h2{
		width:80%;
	}
	#contents10th {
		padding:0 10px;
	}
	#contents10th h3 {
		font-size:1.4rem;
		margin: 20px auto 50px;
	}
	#contents10th p {
		font-size:0.8rem;
	}
#contents10th p.fs_large {
	font-size: 1.4rem;
	margin-bottom: 1.0em;
}
	#contents10th .br_sp {
		display: none;
	}
	#contents10th .name {
		font-size: 1.8rem;
		font-size: 18px;
	}
	footer #footer_info {
		width:auto;
		padding:20px 0;
	}
	footer #f_logo {
		margin-bottom:10px;
	}
	footer #f_logo, footer #f_info {
		width:auto;
		float:none;
		display:block;
	}

}
