  .contents_body {
	color: #1A1A1A;
}

.contents_body h2 {
	padding-bottom: 39px;
	margin-bottom: 57px;
}

.contents_body .block-wrap a {
	margin-top: 20px;
	color: #0099D9;
	font-weight: bold;
	list-style-type: disc;
}
.contents-list li {
    margin-bottom: 0.5em;
    padding-left: 0em;
    margin-left: 1.5em;
    list-style: disc;
}
.contents_body .row .img img {
	display: block;
	margin-bottom: 18px;
}

.contents_body .block-wrap p.mb {
	margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.contents_header h1 {
		padding-top: 10px;
		line-height: 1.65;
	}

	.contents_header {
		padding-bottom: 11px;
		margin-bottom: 28px;
	}

	.contents_body .block-mv {
		margin-bottom: 31px;
	}

	.contents_body h2 {
		padding-bottom: 24px;
		margin-bottom: 29px;
	}

	.contents_body h3 {
		padding-bottom: 27px;
		margin-bottom: 28px;
		font-size: 17px;
		line-height: 1.7;
	}


	.contents_body .row .col:nth-of-type(2) {
		margin-top: 27px;
	}

	.contents_body .row .img {
		margin-bottom: 0;
	}

	.contents_body .row .img img {
		margin-bottom: 14px;
	}
}


.max-img{
	margin:1em 0;
	text-align:center;
}
.max-img img {
	max-width: 800px;
}

@media screen and (max-width: 767px) {
	.max-img img {
	max-width: 100%;
}
}
.block-wrap h3 {
    font-weight: bold;
    margin: 2.5em 0 1em 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.normal_ol{
	list-style-type: decimal;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.normal_ol li{
	margin-bottom: 1em;
	line-height: 1.8;
}


/* HERO Table Styles */
.table-responsive {
	overflow-x: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-overflow-scrolling: touch;
}

.hero-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px;
}

.hero-table th,
.hero-table td {
	padding: 15px 20px;
	border: 1px solid #E6E6E6;
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}

.hero-table th {
	background-color: #004F99;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}

.hero-table td {
	color: #4D4D4D;
}

.hero-table tr:nth-child(even) td {
	background-color: #FAFAFA;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.hero-table {
		min-width: 500px;
	}
	.hero-table th,
	.hero-table td {
		padding: 12px 15px;
		font-size: 13px;
	}
}

.no-border{ 
	border-bottom: none !important;
}