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

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

}

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

#features {
	padding-top:70px;
}


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


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

.pro_title {
	font-size:20px;
	background: linear-gradient(transparent 60%, #FFEC8E 60%);
	width:640px;
	margin:0 auto;
	text-align: center;
	letter-spacing: 0.1em;
}

#feature_01 .pro_img {
	position: absolute;
	top:102px;
	right:52px;
}

#feature_02 .pro_img {
	position: absolute;
	top:-20px;
	left:70px;
}

#feature_03 .pro_img {
	position: absolute;
	top:130px;
	right:40px;
}

.accent_size {
	font-size:27px;
}


.features_cont {
	max-width:800px;
	margin:50px auto 0 auto;
	padding:30px 50px;
	background:#fff;
	box-sizing: border-box;
	position:relative;
}

.features_number {
	font-size:25px;
	border-bottom:solid 1px #5C5D5D;
	padding-bottom:15px;
	margin-bottom:15px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}


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

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

/*----------------------------------HOME*/

#home {
	padding: 70px 0;
    background-color: rgba(204,227,246,0.46);
    margin-bottom: 70px;
}

.home_title {
	font-size:20px;
	background: linear-gradient(transparent 60%, #AED7F3 60%);
	width:370px;
	margin:0 auto;
	text-align: center;
	letter-spacing: 0.1em;
}

.home_care_title {
	font-size:24px;
	text-align:center;
	padding:50px 0;
	
}

.tool_title {
	font-size:24px;
	color:#1B8FC7;
	padding-top:25px;
}

.tool_text {
	padding-top:25px;
	width:83%;
}

.home_care_flexbox {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width:850px;
	margin:0 auto;
	line-height:1.7em;
	box-sizing: border-box;
}

.tool_01,.tool_02,.tool_03 {
	width:50%;
	position:relative;
	box-sizing: border-box;
}

.tool_01_img {
	position:absolute;
	top:200px;
	left:20px;
}

.tool_02_img {
	position:absolute;
	top:200px;
	left:20px;
}

.tool_03_img {
	position:absolute;
	top:200px;
	left:20px;
}

.tool_01,.tool_02,.tool_03 {
	background-repeat:no-repeat;
	background-position:150px 0px;
	height:255px;
	padding-left:80px;
}

.tool_01,.tool_02 {
	background-image:url("../images/yobou/yobou_back_white.png");
}

.tool_03 {
	background-image:url("../images/yobou/yobou_back_blue.png");
	margin-top:50px;
}

.yobou_message_cont {
	font-size:24px;
	color:#E47C54;
	line-height:1.7em;
	text-align: center;
	padding-top:100px;
}

.yobou_message {
	position:relative;
	max-width: 900px;
	margin:0 auto;
}

.yobou_message_img {
	position:absolute;
	top:35px;
	left:0;

}




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

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

.yakuwari_subtitle {
	color:#EF8055;
	font-size:20px;
	text-align:center;
	padding:50px 0;
}

.yakuwari_text {
	line-height: 1.7em;
}

.tooth_img {
	text-align:center;
}

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

.yakuwari_box {
	position: relative;
}

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

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

.shoni_accent {
	color:#EF8055;
}

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


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

.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: center;
	padding:50px 0;
}

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

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

.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;
	justify-content: space-between;
	max-width:900px;
	margin:50px auto 0 auto;
	
}

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

.kids_box_01 {
	margin-right:50px;
}



