@charset "utf-8";
/* CSS Document */

body {
	
}

li {
	list-style: none;
	
}


/*------------------------------------HEADER*/

.header_info {
	background:#fff;
}

.header_flexbox {
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	align-items:center;
	background:#fff;
	padding:20px 0;
	max-width:1024px;
}

.header_flexbox img {
	padding-top:10px;
}

#sub_wrap {
	background-image:url("../images/mushiba/mushiba_back.jpeg");
}

/*------------------------------------TOP*/

#sub_top {
	padding:70px 0;
}

.sub_top_title {
	font-size:28px;
	text-align: center;
	padding-bottom:25px;
}

.sub_top_icon {
	text-align: center;
}

.sub_top_subtitle {
	font-size:22px;
	color:#EF8055;
	padding:50px 0;
	text-align: center;
	line-height:1.7em;
}

.sub_top_text {
	max-width:600px;
	margin:0 auto;
	line-height:1.7em;

}

/*-----------------------------------SHINBI*/

#message {
	background-color: rgba(255,236,142,0.15);
    padding: 70px 0;

}

.message_box {
	background-image:url("../images/shinbi/message_back.png");
	background-repeat:no-repeat;
	background-position: center;
	width:695px;
	height:344px;
	margin:0 auto;
}

.message_title {
	font-size:20px;
	line-height:36px;
	border-bottom:solid 2px #5C5D5D;
	width:130px;
	text-align: center;
	padding-top:30px;
	margin:0 auto;
}

.message_text {
	line-height:37px;
	padding:20px 100px 30px 100px;
}

.under_line {
	padding-bottom:10px;
}

.message_accent {
	color:#EF8055;
	font-size:22px;
}

.message_text2 {
	text-align:center;
	padding-bottom:30px;
}

#top {
	padding-top:70px;
}