@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;
}
aside {
	margin-bottom: 45px;
}
section {
	margin-bottom: 75px;
}
section h3 {
	background: url(../../../images/tit_h3.jpg) repeat;
    font-size: 140%;
    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 > ul > li {
	position: relative;
    margin: 0 0 10px 20px;
}
section .section_contents > ul > li::before {
	display: block;
    content: '';
    position: absolute;
    top: .65em;
    left: -1em;
    width: 6px;
    height: 2px;
    background-color: #d60c19;
}
section .section_contents > ul > li ul {
	margin: 10px 0;
}
section .section_contents > ul > li ul li {
	margin: 20px 0;
	padding-left: 1.5em;
    text-indent: -1.5em;
}
section .invoice {
	width: 200px;
    padding: 1em;
    margin: 10px 0;
    display: block;
    color: #333 !important;
    background: #fff;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
    font-weight: 500;
}
section .invoice:after {
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #d60c19;
    border-right: solid 2px #d60c19;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 180px;
    margin-top: 5px;
}
section .section_contents > ul > li ul li span {
	font-family: 'Montserrat', sans-serif;
    color: #9f9f9f;
    font-weight: bold;
    padding-right: 10px;
}
section .center_url {
	color: blue;
	text-decoration: underline;
}
section .center_url:hover {
	color: #0CF;
}
section .privacy_link {
    float: left;
    width: 70%;
}
section .privacy_link li {
	position: relative;
    padding-left: 15px;
    margin: 10px 0 10px 10px;
	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 {
	color: #000;
	text-decoration: underline;
}
section .privacy_link li a:hover {
	color: #c3c3c3;
}
section.clearfix img {
    float: right;
    width: 20%;
    margin-top: -10%;
}

@media (max-width: 812px) {
.under_contents h2 {
	font-size: 180%;
	line-height: 140%;
}
.under_contents h2:before {
	bottom: -15px;
}
section h3 {
    margin-bottom: 20px;
	font-size: 130%;
}
section .section_contents {
	margin: 0 10px 45px 10px;
}
section {
    margin-bottom: 45px;
}
section aside {
	margin-bottom: 20px;
}
section .privacy_link {
    float: none;
    width: 100%;
}
section.clearfix img {
    float: none;
    width: 20%;
    margin-top: 0;
}
}
@media (max-width: 480px) {
.under_contents h2 {
    font-size: 140%;
    font-weight: bold;
}
section h3 {
	font-size: 110%;
}
section.clearfix img {
    float: none;
    width: 30%;
    margin-top: 0;
}
}
