@charset "UTF-8";
.pc { display: block; }

@media (max-width: 1023px) { .pc { display: none; } }

.sp { display: none; }

@media (max-width: 1023px) { .sp { display: block; } }

.H2Area { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 30px auto 60px; width: 940px; }

@media screen and (max-width: 1023px) { .H2Area { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 2.4rem; position: relative; width: auto; } }

.H2Area:before { background-color: #707070; content: ""; height: 1px; width: 100%; }

@media screen and (max-width: 1023px) { .H2Area:before { background-color: #707070; display: block; left: 0; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; } }

.H2Area:after { background-color: #707070; content: ""; height: 1px; width: 100%; }

@media screen and (max-width: 1023px) { .H2Area:after { background-color: #707070; display: block; position: relative; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } }

.H2Area__title { color: #404040; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 2.8rem; font-weight: bold; padding: 0 50px; text-align: center; }

@media screen and (max-width: 1023px) { .H2Area__title { font-size: 2.4rem; padding: 0 25px; } }

.policy { margin: 32px auto; max-width: 940px; }

.policy__list { line-height: 1.8; margin-top: 8px; padding-left: 1em; text-indent: -1em; }

.policy__list:before { content: "・"; }
/*# sourceMappingURL=style.css.map */