@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url(base_sp.css);




/*------#mv---------*/
#mv_title{
	
	background: -moz-linear-gradient(left, #ef8979, #6a9ce7);
	background: -webkit-gradient(linear, left top, right top, from(#ef8979), to(#6a9ce7));
}
main section{
	padding-bottom:50px;
}
main h3{
	font-size:1.5em;
	border-bottom:1px solid #f17e6c;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:normal;
	
}

main h4{
	position:relative;
	padding-left:15px;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:8px;


}
main h4:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/cmn/icon_arrow_concept.svg) 50% 50% no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	transform: rotate(-90deg);
}
main h5{
		font-size:1em;
	
}
main p{
	padding-bottom:20px;
}

main li{
	list-style: circle;
	list-style-position: inside;
}

/*800以下*/
@media screen and (max-width:800px){
	main h3{
	font-size:1.3em;
	
}

}