@charset "utf-8";

.contentsImg {
	background-image: url(../../img/contents-img4.jpg);
	background-position: center 60%;
}

.wrap01 p {
	margin-bottom: 15px;
	line-height: 2;
}

.wrap01 h2 {
	font-size: 1.12em;
	color: #003366;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin: 30px 0 15px;
}
.wrap01 h2:before {
	content: "\f0c8";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: #ff5c41;
}

.wrap01 table {
	width: 100%;
	margin-bottom: 20px;
}
.wrap01 table th,
.wrap01 table td {
	border: 1px solid #999;
	padding: 6px;
	font-size: 0.94em;
}
.wrap01 table th {
	text-align: center;
	background: #003366;
	color: #fff;
	font-weight: bold;
}
.wrap01 table tr:nth-child(2n+1) {
	background: #f6f6f6;
}
.wrap01 table .nw {
	white-space: nowrap;
}
.wrap01 .attention p {
	font-size: 0.8em !important;
	text-indent: -2.5em;
	padding-left: 2.5em;
	line-height: 1.4;
	margin-bottom: 0px;
}
/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {

}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.wrap01 p {
		line-height: 1.6;
	}
	.wrap01 h2 {
		font-size: 1em;
	}

}
