@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;
}
.table_contents aside {
	margin-bottom: 45px;
}
.table_contents .clause {
	margin-bottom: 45px;
}
.table_contents .clause li span,
.reference ul li span {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #d92328;
	padding-right: 10px; 
}
section .section_contents {
	margin: 0 10px 45px 10px;
}
section h3 {
	background: url(../../../images/tit_h3.jpg) repeat;
    font-size: 150%;
    position: relative;
    padding: 12px 0 12px 20px;
    color: #fff;
    margin-bottom: 30px;
	line-height: 120%;
}
section h3:before {
	position: absolute;
    top: 25%;
    left: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #d60c19;
}
.section_contents .items {
	width: 90%;
	margin: 0 auto;
}
.section_contents .items > li {
	float: left;
    width: 48%;
    margin: 0 1%;
}
.section_contents .items > li ul li {
	line-height: 200%;
}
.reference ul {
	padding-left: 10px;
}
.standard_reference section h3 {
	background: url(../../../images/tit_h3.jpg) repeat;
	font-size: 150%;
    position: relative;
    padding: 12px 0 12px 20px;
	color: #fff;
	margin-bottom: 30px;
}
.standard_reference section h3::before {
	position: absolute;
    top: 25%;
    left: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #d60c19;
}
.reference ul {
	list-style-position: inside;
}
.reference ul li {
	padding-left: 2em;
    text-indent: -2em;
	line-height: 180%;
}
.reference h4 {
	position: relative;
	padding-left: 15px;
	margin: 10px 0 10px 10px;
}
.reference h4::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #e8e8e8;
	top: 30%;
	left: 0;
}
.reference h4::after {
	content: "";
	position: absolute;
	top: 30%;
	left: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 0;
	border-color: transparent #d60c19 transparent transparent;
}
.reference table {
	width: 50%;
	text-align: left;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
	margin: 25px 0 10px 10px;
}
.reference table th {
	border-bottom: 1px solid #000;
	width: 45%;
	padding: 10px 0 10px 10px;
}
.reference table td {
	border-bottom: 1px solid #dcdcdc;
	width: 55%;
	padding: 10px 0 10px 30px;
}
.reference .table_audio {
	width: 60%;
	border: 1px #000 solid;
}
.reference .table_audio td {
	padding: 10px 0 10px 10px;
	width: 80%;
}
.reference .table_audio .no_border {
	border: none;
}
.reference .table_audio .color {
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}
.reference p {
	padding-left: 10px;
	margin-bottom: 30px;
}

.standard-nav ul li.snav-reference 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_contents .items > li {
	padding: 5px;
}

.section_contents .items {
    width: 100%;
}
.reference table {
	width: 100%;
	text-align: left;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
	margin: 20px 0;
}
.reference table th {
	width: 50%;
}
.reference table td {
	width: 50%;
}
.reference .table_audio {
	width: 100%;
}
	
}

@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%; 
}
.section_contents .items > li {
    padding: 0;
}

}
