/*after*/

.after_area {
	padding-top: 50px;
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
}

.after_area h3 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 0.5em;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: rgba(130, 191, 37, 0.8);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 153, 68, 0.9);
	background-image: url("../images/kaeru_ttl_side.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.after_read {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	color: #000;
	padding-right: 6%;
	padding-left: 6%;
	text-align: center;
}

.after_box {
	margin-bottom: 40px;
	margin-top: 10px;
}

.after_tx {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	color: #000;
	padding-right: 6%;
	padding-left: 6%;
	margin-top: 3%;
}

.after_tx2 {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	color: #000;
	padding-right: 16%;
	padding-left: 16%;
	text-align: center;
}

.after_tx2_m {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 5px;
	color: #000;
	padding-right: 6%;
	padding-left: 6%;
	text-align: center;
}

.after_ttl {
	font-size: 36px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
}





/*テーブル*/
.n_table {
	font-size: 16px;
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}

.n_table th {
	width: 25%;
	background-color: #F2F2F2;
}

.n_table td {
	width: 75%;
	background-color: #fff;
}

.n_table th,
.n_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}



@media (max-width: 1200px) {}


@media (max-width: 992px) {}



@media (max-width: 768px) {}


@media (max-width: 468px) {}