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

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

}

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

.features_cont {
	display:flex;
	max-width:750px;
	margin:50px auto 0 auto;
	padding:40px 0;
	background:#fff;
}

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

.features_number {
	font-size:25px;
	padding:0 30px;
	line-height:57px;
	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:22px;
	text-align: center;
	line-height: 1.7em;
	padding:70px 0;
}

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

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

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

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


/*FOOD*/

.food {
	max-width:950px;
	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:25px 100px 50px 100px;
}

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

.food_img02 {
	position:absolute;
	top:70px;
	right:10px;
}

.reason_flexbox {
	display:flex;
	max-width:950px;
	margin:0 auto;
	padding:50px 0;
	justify-content: space-between;
}

/*TEETH,BACTERIA flexbox*/

.teeth,.bacteria {
	width:48%;
	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:25px 25px 0px 25px;
	line-height: 1.7em;
}

.teeth_img01 {
	position:absolute;
	right:0;
	top:200px;
}

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

#mushiba_point {
	padding:70px 0;
}

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

.mushiba_point_img {
	text-align: center;
}

.mushiba_point_title {
	width:410px;
	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;
	max-width:820px;
	padding:50px 0 0 0;
	margin:0 auto;
	justify-content: space-between;
	line-height: 1.7em;
}

.mushiba_point_box01 {
	padding-right:50px;
}

.box_title {
	font-size:23px;
	color:#EF8055;
	padding-bottom:20px;
	
}

.yobou_btn {
	text-align:right;
	padding-top:50px;
}

