@charset "utf-8";
.under_contents h2 {
	color: #d60c19;
	text-align: center;
	font-size: clamp(22px,5.2vw,35px);
	font-weight: bold; 
	margin-bottom: 75px;
	line-height: 120%;
}
.under_contents h3 {
	text-align: center;
	font-size: clamp(17px,4.4vw,28px);
	position: relative;
	margin-bottom: 2em;
	line-height: 130%;
}
.under_contents h3: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;
}
aside {
	margin-bottom: 45px;
	font-size: clamp(13px,2.8vw,16px);
	line-height: 1.5;
}
section {
	margin-bottom: 75px;
}
section h4 {
	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 h4:before {
	position: absolute;
    top: 25%;
    left: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #d60c19;
}
section h5 {
	position: relative;
    padding-left: 15px;
    margin: 0 0 10px 0;
	text-decoration: underline;
}
section h5 a {
	color: blue;
}
section h5::before {
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e8e8e8;
    top: 30%;
    left: 0;
}
section h5::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;
}
section .address {
	width: 60%;
	float: left;
	margin-left: 10px;
}
section .address p {
	margin-bottom: 15px;
}
section .address p a {
	text-decoration: underline;
	color: blue;
}
section ul li {
	position: relative;
    margin: 0 0 10px 20px;
}
section ul li:after {
	display: block;
    content: '';
    position: absolute;
    top: .65em;
    left: -1em;
    width: 6px;
    height: 2px;
    background-color: #d60c19;
}
section ul li br {
	display: none;
}
.contents_wrap section img {
	width: 30%;
	float: right;
}

.rule {
	margin-bottom: 80px;
	text-align: center;
}
.rule p {
	text-align: center;
	font-size: clamp(14px,3.8vw,21px);
	margin-bottom: 20px;
}
.rule-list {
	border: 1px #000 solid;
	padding: 15px 40px;
	display: inline-block;
	text-align: left;
}
.rule-list li {
	font-size: clamp(13px,2.8vw,16px);
	line-height: 1.8;
}
.rule-list li img {
	display: inline-block;
	width: auto;
	height: 25px;
    vertical-align: -6px;
    margin-right: 5px;
}

@media (max-width: 812px) {
.under_contents h2 {
	margin-bottom: 25px;
	line-height: 120%;
}
.under_contents h3 {
    line-height: 140%;
}
.under_contents h3:before {
	bottom: -15px;
}
section {
	margin-bottom: 45px;
}
section h4 {
	margin-bottom: 10px;
    font-size: 130%;
}
section .address {
	float: none;
    width: 90%;
}
.contents_wrap section img {
	width: 50%;
	float: none;
	margin: 0 auto;
}
.rule-list {
	padding: 15px;
}
}

@media (max-width: 480px) {
.under_contents h3 {
    font-weight: bold;
}
section h4 {
	font-size: 110%;
}
section ul li {
    font-size: 100%;
}
section ul li br {
	display: block;
}
.rule p {
	margin-bottom: 10px;
}
.rule-list li {
	padding-left: 1.5em;
    text-indent: -1.5em;
}
.rule-list li img {
	height: 20px;
    vertical-align: -4px;
}

}
