@charset 'utf-8';

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

#thought_slider{
	position: relative;
	z-index: 1;
}
#thought_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;
	opacity: 1 !important;
}
#thought_slider .slider div{
	width: 31.6%;
	max-width: 360px;
	margin-left: 2.6%;
}
#thought_slider .slider div:first-child{
	margin-left: 0;
}
#thought_slider .slider div .img{
	width: 100%;
}
#thought_slider .slider div .img img{
	width: 100%;
}
