.container_section a {
	text-decoration: underline;
}
.container_section a:hover {
	text-decoration: none;
}
/****************************
PC
****************************/
@media screen and (min-width: 769px) {
.container_section {
	width: 120rem;
	margin: auto;
 	font-size: 1.4rem;
}
.ttl_h2 {
    margin-top: 12rem;
    margin-bottom: .7em;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.75;
}
.ttl_h3 {
    margin-top: 2em;
    margin-bottom: .5em;
    font-weight: bold;
}
#policy p {
    margin: 1em 0;
    line-height: 1.75;
}
}
/****************************
SP
****************************/
@media screen and (max-width: 768px) {
.container_section {
	width: 100%;
	padding: 0 2rem;
 	font-size: 1.3rem;
}
.ttl_h2 {
    margin-top: 10rem;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.75;
}
.ttl_h3 {
    margin-top: 2em;
    margin-bottom: .5em;
    font-weight: bold;
}
#policy p {
    margin: 1em 0;
    line-height: 1.75;
}
}