@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;
}




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

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

#sub_top {
	padding:50px 15px 0 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;
	color:#EF8055;
	padding:25px 0;
	text-align: center;
	line-height:1.4em;
}

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

}

/*------------------------------------FEATURES*/

.features_cont {
	display:flex;
	width:90%;
	flex-direction: column;
	margin:25px auto 0 auto;
	padding:15px;
	background:#fff;
	box-sizing: border-box;
}

.features_title {
	font-size:22px;
	text-align: center;
	line-height: 1.7em;
	padding-bottom:25px;
}

.features_number {
	font-size:25px;
	padding:0;
	text-align: center;
	line-height:1.5em;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}

.features_text {
	font-size:18px;
	line-height: 1.7em;
}

.mushiba_accent {
	color:#EF8055;
	font-size:23px;
	letter-spacing: 0.05em;
}

.featuers_text02 {
	font-size:20px;
	text-align: center;
	line-height: 1.7em;
	padding:25px 0;
}

/*------------------------------------REASON*/

#reason {
	background-color:rgba(255,236,142,0.15);
	padding:50px 0 0 0;
}

.reason_title {
	font-size:20px;
	text-align: center;
	line-height: 1.7em;
	
}

.reason_text {
	padding:15px;
	line-height: 1.7em;
}

.reason_img {
	text-align: center;
	padding-bottom:50px;
}


/*FOOD*/

.food {
	width:auto;
	margin:0 auto;
	position: relative;
}

.food_title {
	background-color:rgba(255,236,142,0.6);
	padding:10px;
	font-size:22px;
	text-align: center;
	margin:0 auto;
}

.food_text {
	line-height:1.7em;
	padding:15px 15px 50px 15px;
}

.food_img01 {
	position:absolute;
	top:-25px;
	left:15px;
}

.food_img02 {
	position:absolute;
	top:-25px;
	right:15px;
}

.reason_flexbox {
	display:flex;
	flex-direction: column;
	width:auto;
	margin:0 auto;
	padding:0px;
	justify-content: space-between;
}

/*TEETH,BACTERIA flexbox*/

.teeth,.bacteria {
	width:auto;
	position: relative;
}

.teeth_title,.bacteria_title {
	padding:10px;
	font-size:22px;
	text-align: center;
	margin:0 auto;
}

.teeth_title {
	background-color:rgba(174,215,243,0.6);
}

.bacteria_title {
	background-color:rgba(245,173,130,0.6);
}

.teeth_text,.bacteria_text {
	padding:15px 15px 50px 15px;
	line-height: 1.7em;
}

.teeth_img01 {
	position:absolute;
	right:15px;
	top:-25px;
}

/*-----------------------------MUSHIBA POINT*/

#mushiba_point {
	padding:25px 0 50px 0;
}

.mushiba_point_cont {
	background:#fff;
	padding:15px;
	width:auto;
	margin:0 15px;
	border:2px solid rgba(245,173,130,0.6);
}

.mushiba_point_img {
	text-align: center;
}

.mushiba_point_title {
	width:auto;
	font-size:24px;
	margin:0 auto;
	text-align: center;
	border-bottom:solid 10px rgba(245,173,130,0.6);
	padding-top:20px;
	padding-bottom:10px;
}

.mushiba_point_flexbox {
	display:flex;
	flex-direction: column;
	width:auto;
	padding:25px 0 0 0;
	margin:0 auto;
	justify-content: space-between;
	line-height: 1.7em;
}

.mushiba_point_box01 {
	padding-right:0px;
	padding-bottom:25px;
}

.box_title {
	font-size:20px;
	text-align: center;
	color:#EF8055;
	padding-bottom:15px;
	line-height: 1.4em;
}

.yobou_btn {
	text-align:center;
	padding-top:25px;
}

.yobou_btn img {
	width:230px;
}
