@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: #f10082;
	margin: 0 0 20px 0;
}

/* !Section sec02
---------------------------------------------------------- */
#sec02 h2 {
	background: #49b330;
	margin: 25px 0 20px 0;
}

/* !Section sec03
---------------------------------------------------------- */
#sec03 h2 {
	background: #fa9200;
	margin: 25px 0 20px 0;
}
