@charset 'utf-8';

/* =========================================================
smile
========================================================= */
#smile{
	text-align: center;
	height: 620px;
}
#smile .inner{
	padding-top: 0;
	padding-bottom: 119px;
}
#smile .txt_area01{
	margin-bottom: 56px;
}
#smile .txt_area01 h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: -6px;
	margin-bottom: 27px;
	letter-spacing: 0;
	color: #222;
}
#smile .txt_area01 p{
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0;
	color: #222;
}


#smile_slider {
	position: relative;
	z-index: 1;
}
#smile_slider .slider{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
	opacity: 1 !important;
}
#smile_slider .slider div{
	width: 31.6%;
	max-width: 360px;
	margin-left: 2.6%;
}
#smile_slider .slider div:first-child{
	margin-left: 0;
}
#smile_slider .slider div .img{
	width: 100%;
}
#smile_slider .slider div .img img{
	width: 100%;
}
