@charset "utf-8";

/* 私たちの取り組み用CSS
========================================*/

/* SPonly */
@media screen and (max-width:767px){
	#mainArea {
		padding:50px 6% 80px;
	}
	#mainArea h2 {
		color:#8d0404;
		font-size:178%;
		font-weight:bold;
		line-height:180%;
		text-align:center;
	}
	#mainArea h2:after {
		background:#8d0404;
		content:"";
		display:block;
		margin:30px auto 40px;
		height:2px;
		width:30px;
	}
	#mainArea .text {
		font-size:108%;
		line-height:200%;
		margin-bottom:25px;
	}
	#mainArea figure {
		margin:30px 0;
		text-align:center;
	}
	#mainArea figure img {
		width:265px;
	}
}

/* PConly */
@media screen and (min-width:768px){
	#mainArea {
		margin:0 auto;
		padding:50px 0 80px;
		width:800px;
	}
	#mainArea h2 {
		color:#8d0404;
		font-size:157%;
		font-weight:bold;
		line-height:180%;
		text-align:center;
	}
	#mainArea h2:after {
		background:#8d0404;
		content:"";
		display:block;
		margin:35px auto 45px;
		height:2px;
		width:30px;
	}
	#mainArea .text {
		font-size:107%;
		line-height:200%;
		margin-bottom:30px;
	}
	#mainArea figure {
		margin:40px 0;
		text-align:center;
	}
	#mainArea  figure img {
		width:400px;
	}
}
