@charset "utf-8";

/* !Section Common
---------------------------------------------------------- */
h2 {
	box-sizing: border-box;
	text-align: left;
	padding: 15px 4.6%;
	line-height: 0.1em;
}
ul {
	padding-left: 1em;
	text-indent: -1em;
}

/* !Section sec01
---------------------------------------------------------- */
#sec01 .p_caption {
	margin: 30px 0;
}
#sec01 h2 {
    background: #e60012;
    margin: 0 0 20px 0;
}
	#sec01 h2 img {
		max-width: 23.90%;
	}

/* !Section sec02
---------------------------------------------------------- */
#sec02 h2 {
	background: #22ac38;
	margin: 25px 0 20px 0;
}
	#sec02 h2 img {
		max-width: 31.56%;
	}

/* !Section sec03
---------------------------------------------------------- */
#sec03 h2 {
	background: #f39800;
	margin: 25px 0 20px 0;
}
	#sec03 h2 img {
		max-width: 55.62%;
	}
