@charset "utf-8";


#top_01 {
width:					100%;
height:					700px;
text-align:				center;
background-color:		#ffffff;
background-image:		url(../images/top_main_01.png);
background-repeat:		no-repeat;
background-position:	center top;
}

#top_02 {
margin-top:				40px;
width:					100%;
height:					280px;
text-align:				center;
}


#top_04 {
display:				none;
}

#top_06 {
margin:					0px auto;
margin-top:				50px;
width:					1000px;
line-height:			30px;
}

.top_07 {
margin:					0px;
font-weight:			bold;
color:					#cc0000;
}

.top_08 {
margin:					20px;
font-size:				300%;
font-weight:			bold;
color:					#cc0000;
text-align:				center;
}

#top_09 {
margin-top:				120px;
width:					100%;
text-align:				center;
}

.top_11 {
display:				none;
}

.top_12 {
margin:					0px auto;
margin-top:				30px;
width:					60%;
line-height:			30px;
}

.top_13 {
font-weight:			bold;
color:					#cc0000;
}


.headline_01 {
margin:					0px auto;
width:					100%;
font-size:				160%;
font-weight:			bold;
text-align:				center;
position:				relative;
padding-bottom:			.5em;
border-bottom:			2px solid #cccccc;
}

.headline_01::after {
position:				absolute;
bottom:					-2px;
left:					0;
z-index:				2;
content:				'';
width:					40%;
height:					2px;
background-color:		#cc0000;
}

/* 800px以下の場合 */
@media screen and (max-width: 800px) {


	#top_01 {
	width:					100%;
	height:					100%;
	text-align:				center;
	background-image:		none;
	}

	#top_02 {
	display:				none;
	}

	#top_04 {
	margin-top:				-50px;
	width:					100%;
	display:				block;
	background-color:		#ffffff;
	}

	#top_06 {
	margin:					0px auto;
	margin-top:				10px;
	width:					94%;
	line-height:			30px;
	}

	.top_07 {
	float:					none;
	margin-top:				0px;
	padding:				0;
	width:					100%;
	line-height:			30px;
	}

	.top_08 {
	float:					none;
	margin:					0px auto;
	padding:				20px 0px 20px 0px;
	width:					94%;
	font-size:				160%;
	}

	#top_09 {
	margin-top:				40px;
	width:					100%;
	height:					100%;
	padding:				0px 0px 30px 0px;
	}

	.top_10 {
	display:				none;
	}

	.top_11 {
	display:				block;
	}










}
/* 800px以下の場合 */

