@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 aside {
	margin-bottom: 45px;
}
section p {
	margin: 0 0 45px 0;
}
section .margin_other {
	margin-bottom: 15px;
}
section ul {
	margin: 10px 0 30px 0;
}
section ul li {
	padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 180%;
}
section ul li span {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #d92328;
    padding-right: 10px;
}
section .privacy_link li {
	position: relative;
    margin: 10px 0 10px 0;
	text-indent: inherit;
}
section .privacy_link li::before {
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e8e8e8;
    top: 30%;
    left: 0;
}
section .privacy_link li::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 .privacy_link li a {
	text-decoration: underline;
}
section .privacy_link li a:hover {
	color: #c3c3c3;
}

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

@media (max-width: 480px) {
.under_contents h2 {
    font-size: 140%;
    font-weight: bold;
}
}
