@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*------------------------------------------------------------*/
#sec01 h4 {
	margin-bottom: 15px;
	font-family: "NotoSansBold";
	font-size:18px;
	color:#092164;
}
#sec01 h4 span.red {
	color:#e60012;
}
#sec01 h4 span.s {
	font-size:16px;
}
#sec01 figure {
	margin-top: 10px;
	text-align: center;
}
#sec01 figure img {
	width: 280px;
	height: auto;
}

.table_basic th {
	width: 18%;
}
