@charset "utf-8";

/* !Section Common
---------------------------------------------------------- */
h2 {
	box-sizing: border-box;
	text-align: left;
	padding: 15px 4.6%;
	line-height: 0.1em;
}
.inner01 p {
	font-size: 100%;
}
.section_wrap01__note {
	margin: 10px 0 0 0;
	font-size: 80%;
}

/* !Section sec01
---------------------------------------------------------- */
#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;
}
	#sec03 p img {
		display: block;
		margin: 10px auto 10px;
	}

	.commentary_figure {
		margin: 20px 0 0 0;
	}
		.commentary_figure p {
			padding: 0 0 0 2em;
			text-indent: -2em;
			font-size: 80%;
			color: #595959;
		}


/* !Section sec01
----------------------------------------------------------
#sec01 h2 {
	background: #e60012;
	margin: 0 0 20px 0;
}
	#sec01 h2 img {
		max-width: 72.3%;
	}
 */
/* !Section sec02
----------------------------------------------------------#sec02 h2 {
	background: #22ac38;
	margin: 25px 0 20px 0;
}
	#sec02 h2 img {
		max-width: 90%;
		margin: 0 auto 0;
	}
 */

/* !Section sec03
----------------------------------------------------------
#sec03 h2 {
	background: #f39800;
	margin: 25px 0 20px 0;
}
	#sec03 h2 img {
		max-width: 80%;
	}

 */