@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:50px 15px;
}

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

.sub_top_icon {
	text-align: center;
}

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

.sub_top_text {
	max-width:100%;
	margin:0 auto;
	line-height:1.7em;

}

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

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

}

.message_box {
	background-image:none;
	background:#fff;
	width:auto;
	height:auto;
	margin:0 15px;
}

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

.message_text {
	line-height:36px;
	padding:15px;

}

.under_line {
	border-bottom:dotted 1px #5C5D5D;
	padding-bottom:10px;
}

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

.message_text2 {
	text-align:center;
	padding-bottom:30px;
	padding-top:10px;
	line-height:1.4em;
}

#top {
	padding-top:50px;
}