@charset "UTF-8";
@import "../common/main.css";
@import "style.css";

.mainImg {
	background-image: url(mainImg.jpg);
}

.mainImg h3 {
	letter-spacing: 3px;
	text-indent: 0px;
}


h2.naika {
	display: inline-block;
	position: relative;
	top: 150px;
	padding: 2px 15px;
	background: #30479e;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}

h3.naika {
	box-sizing: border-box;
	position: relative;
	top: 80px;
	display: block;
	height: 150px;
	width: 580px;
	padding-top: 1em;
	margin: 0 auto;
	border: 1px solid #30479e;
	background: rgba(255, 255, 255, 0.8);
	font-size: 38px;
	color: #30479e;
	letter-spacing: 8px;
	text-indent: 8px;
	line-height: 1em;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
	.mainImg {
		background-position: 30% 0%;
		background-size: cover;
	}

	h2.naika {
		display: inline-block;
		position: relative;
		top: 95px;
		padding: 2px 15px;
		font-size: 12px;
		font-weight: 500;
		color: #fff;
	}

	 h3.naika {
		top: 16px;
		height: 80px;
		width: 50%;
		padding-top: 15px;
		margin: 0 auto;
		font-size: 16px;
		letter-spacing: 3px;
		text-indent: 3px;
	}
	
}
