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

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

}

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

#features {
	padding:0;
}

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

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

.features_number {
	font-size:25px;
	padding:0 30px;

	box-sizing: border-box;
	letter-spacing: 0.1em;
}

#feature_01 .features_number {
	line-height:50px;
	text-align:center;
}

#feature_02 .features_number,#feature_03 .features_number {
	line-height:50px;
	text-align:center;
}

#feature_04 .features_number {
	line-height:50px;
	text-align:center;
}

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

/*----------------------------------YAKUWARI*/

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

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

.yakuwari_subtitle {
	color:#EF8055;
	font-size:20px;
	text-align:center;
	padding:25px 0;
	line-height: 1.4em;
}

.yakuwari_text {
	line-height: 1.7em;
}

.tooth_img {
	text-align:center;
}

.yakuwari_flexbox {
	display:flex;
	flex-wrap: wrap;
	width:auto;
	margin:0 auto;
	justify-content: space-around;
	padding:25px 15px 0 15px;
}

.yakuwari_box {
	position: relative;
	margin-bottom:25px;
}

.yakuwari_back {
	border-radius: 150px;
	width:140px;
	height:140px;
	background:#FFEC8E;
	margin:0 auto;
}

.yakuwari_text {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 150px;
	line-height:1.7em;

}

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

.shoni_accent {
	color:#EF8055;
}

.delicate {
	padding:15px;
	background:#fff;
	width:auto;
	margin:0 15px;
	margin-top:25px;
	line-height:1.7em;
}


#kids {
	padding:50px 15px;
	background-color:rgba(204,227,246,0.46);
	margin-bottom:50px;
}

.delicate_title {
	font-size:20px;
	padding-bottom:30px;
	text-align:center;
}

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

.kids_subtitle {
	text-align: left;
	padding:15px 0;
	line-height:1.4em;
}

.kids_flexbox {
	display:flex;
	flex-direction:column-reverse;
	max-width:830px;
	margin:0 auto;
}

.kids_textside {
	line-height:1.7em;
	padding-top:15px;
	padding-right:0px;
}

.kids_imgside {
	text-align: center;
}

.kids_box_title {
	color:#EF8055;
	font-size:20px;
	text-align: center;
}

.kids_box_text {
	line-height:1.7em;
	padding-top:25px;
}

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

.kids_box_01,.kids_box_02 {
	padding:25px;
	background:#fff;
	width:auto;
}

.kids_box_01 {
	margin-right:0px;
	margin-bottom:25px;
}



