@charset "utf-8";

/* top */
#top_img {
	width: 100%;
	height: 500px;
	background-color: #047dbe;
}

#top_img_01 {
	margin: auto;
	height: 500px;
	background-image: url(../images/top_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.top_img_01_sp {
	display: none;
}

#top_img_02 {
	margin: auto;
	padding-top: 30px;
	width: 900px;
	font-size: 200%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 300;
	color: #ffffff;
	line-height: 50px;
}

#top_container {
	margin: auto;
	width: 1000px;
	overflow: hidden;
}

#top_container a:hover {
	opacity:				0.7;
}

.top_01_l a {
	float: left;
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 300px;
	height: 280px;
	font-size: 120%;
	text-align: center;
	line-height: 100px;
	background-image: url(../images/top_01.jpg);
	display: block;
}

.top_01_c a {
	float: left;
	margin: auto;
	margin-left: 50px;
	width: 300px;
	height: 280px;
	font-size: 120%;
	text-align: center;
	line-height: 100px;
	background-image: url(../images/top_02.jpg);
	display: block;
}

.top_01_r a {
	float: right;
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 300px;
	height: 280px;
	font-size: 120%;
	text-align: center;
	line-height: 100px;
	background-image: url(../images/top_03.jpg);
	display: block;
}

.top_02 {
	margin-top: 100px;
	width: 100%;
}

.top_02_l {
	float: left;
	width: 500px;
	height: 330px;
}

.top_02_r {
	float: right;
	width: 500px;
	height: 330px;
	background-color:#1284c8;
}

.top_02_headline {
	margin: auto;
	margin-top: 20px;
	width: 400px;
	font-size: 150%;
	color: #ffffff;
	line-height: 54px;
	border-bottom: solid 4px #ffffff;
}

.top_02_headline_02 {
	margin: auto;
	margin-top: 20px;
	width: 400px;
	font-size: 130%;
	color: #ffffff;
	line-height: 54px;
	border-bottom: solid 4px #ffffff;
}

.top_02_text {
	margin: auto;
	margin-top: 20px;
	width: 400px;
	color: #ffffff;
	line-height: 26px;
}

.top_02_span_01 {
	font-weight: bold;
}

.top_02_span_02 {
	font-size: 30%;
}

.top_02_span_03 {
	font-size: 80%;
}

.top_03_text {
	margin: auto;
	margin-top: 10px;
	width: 400px;
	color: #ffffff;
	text-align: center;
	padding: 0.5em;
	border: solid 2px #ffffff;
	border-radius: 0.5em;
}

.top_04_text {
	margin: auto;
	margin-top: 10px;
	width: 400px;
	font-size: 65%;
	color: #ffffff;
	line-height: 26px;
}

.top_05_text {
	margin: auto;
	margin-top: 40px;
	width: 650px;
	font-size: 90%;
	color: #666666;
	line-height: 26px;
}


/* top end */
