@charset "utf-8";
.under_contents h2 {
    text-align: center;
    font-size: 200%;
    position: relative;
    margin-bottom: 2em;
    line-height: 130%;
}
.under_contents h2:before {
	content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 20px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d92328;
}
section {
	margin-bottom: 75px;
}
.contents_wrap section img {
	width: 200px;
	float: left;
	margin: -40px 50px 0 0;
}
section > div {
	width: 680px;
	float: left;
}
section h3 {
	font-size: 110%;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 140%;
}
section h3 br {
	display: none;
}
section h4 {
	margin-bottom: 10px;
}
section .right {
	text-align: right;
	margin-top: 15px;
}

.overview-nav ul li.snav-logo a {
    color: #d60c19;
}

@media (max-width: 812px) {
.under_contents h2 {
    font-size: 180%;
    line-height: 140%;
}
.under_contents h2:before {
	bottom: -15px;
}
.contents_wrap section img {
	width: 200px;
	float: none;
	margin: 0 auto 50px auto;
}
section > div {
	width: 100%;
	float: none;
}
section {
	margin-bottom: 45px;
}
section h3 {
    font-size: 130%;
	text-align: center;
}
section h3 br {
	display: block;
}
}

@media (max-width: 480px) {
.under_contents h2 {
    font-size: 140%;
    font-weight: bold;
}
section h3 {
    font-size: 120%;
	margin-bottom: 30px;
}
}
