@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;
}
section h3 {
	background: url(../../../images/tit_h3.jpg) repeat;
    font-size: 150%;
    position: relative;
    padding: 12px 0 12px 20px;
    color: #fff;
    margin-bottom: 20px;
	line-height: 120%;
}
section h3:before {
	position: absolute;
    top: 25%;
    left: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #d60c19;
}
section .section_contents {
	margin: 0 10px 45px 10px;
}
section .section_contents aside {
	margin-bottom: 45px;
}
section h3 {
	background: url(../../../images/tit_h3.jpg) repeat;
    font-size: 150%;
    position: relative;
    padding: 12px 0 12px 20px;
    color: #fff;
    margin-bottom: 20px;
	line-height: 120%;
}
section h3:before {
	position: absolute;
    top: 25%;
    left: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #d60c19;
}
section p {
	margin-bottom: 20px;
}
section p .jimaku {
	width: 20px;
    height: 17px;
    vertical-align: middle;
	display: inline;
}
.tv_guide {
	background: #d60c19;
	margin: 0 auto 75px auto;
	width: 240px;
}
.tv_guide a {
	color: #fff;
    position: relative;
    padding: 20px 50px;
    display: block;
}
.tv_guide a::after {
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}

.standard-nav ul li.snav-sc a {
    color: #d60c19;
}


@media (max-width: 812px) {
.under_contents h2 {
    font-size: 180%;
    line-height: 140%;
}
.under_contents h2:before {
	bottom: -15px;
}
section {
	margin-bottom: 45px;
}
section h3 {
	margin-bottom: 10px;
    font-size: 130%;
}
section .section_contents aside {
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {
.under_contents h2 {
    font-size: 140%;
    font-weight: bold;
}
section h3 {
	font-size: 110%;
}
.section_contents .items > li {
    float: none;
    width: 100%; 
}



}
