/** @format */

@charset "utf-8";
/*  static.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */

/* common */
#static #pagehead .pagehead__ttl::before {
	color: #606060;
}
#static #pagehead .pagehead__ttl span::before {
	background-color: #606060;
}

/* static_wrap */
#static_wrap .inner {
	margin: 60px auto;
	padding: 10px 5% 70px;
	background: #f4f4f4;
	border-radius: 20px;
}

/* person */
#static_wrap .inner .content {
	padding-top: 60px;
}

#static_wrap .inner .content h2 {
    font-size: 2rem;
    font-weight: 700;
}

#static_wrap .inner .content p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}

/* terms */
.terms-section .indent-1 {
    margin-left: 20px;
}

.terms-section .indent-2 {
    margin-left: 40px;
}

.terms-section .indent-3 {
    margin-left: 60px;
}

.terms-section .text-red {
    color: red;
}