.laser-in { width: 100%; max-width: 1040px; margin: 0 auto; }

.laser-ttl { margin-bottom: 20px; font-size: 3rem; text-align: center; font-weight: 700; }
@media screen and (max-width: 750px) { .laser-ttl { margin-bottom: 4.2857142857%; font-size: 1.8461538462rem; } }

.laser-in { max-width: 1000px; margin-inline: auto; }

.laser-btn { display: flex; justify-content: center; align-items: center; column-gap: 1rem; text-decoration: none; width: 100%; max-width: 600px; margin-inline: auto; min-height: 5rem; padding: 5px 30px; background: #07512e url("../img/common/ico_arrow.svg") no-repeat right 15px center; background-size: 15px auto; font-size: 2.0rem; font-weight: 700; text-align: center; color: #fff; }
@media screen and (max-width: 750px) { .laser-btn { padding-inline: 2rem; background-position: right 0.5rem center; background-size: 1rem auto; font-size: 1.6rem; } }
.laser-btn .ico-pdf { width: 2.8rem; }

.laser-about { padding: 50px 0; }
@media screen and (max-width: 750px) { .laser-about { padding: 6.25% 0 12.5%; } }
.laser-about p { margin-bottom: 30px; }
@media screen and (max-width: 750px) { .laser-about p { margin-bottom: 4.2857142857%; } }
.laser-about ul { display: flex; justify-content: space-between; gap: 0 4%; margin-bottom: 50px; }
@media screen and (max-width: 750px) { .laser-about ul { flex-direction: column; gap: 20px 0; width: 71.4285714286%; margin-inline: auto; } }
.laser-about ul li { flex: 1; }
.laser-about ul li figcaption { margin-top: 10px; text-align: center; }
@media screen and (max-width: 750px) { .laser-about ul li figcaption { margin-top: 1.6666666667%; } }
.laser-about .laser-about-lens .laser-about-lens-ttl { margin-bottom: 10px; font-size: 2.4rem; text-align: center; }
@media screen and (max-width: 750px) { .laser-about .laser-about-lens .laser-about-lens-ttl { font-size: 1.8461538462rem; } }
.laser-about .laser-about-lens .cmn-lens-table-wrap { display: flex; flex-direction: column; row-gap: 2rem; }
.laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(2), .laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(3), .laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(4) { width: 280px; font-size: 2.5rem; font-weight: 700; line-height: 1.2; vertical-align: middle; text-align: center; }
@media screen and (max-width: 1040px) { .laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(2), .laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(3), .laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(4) { width: 180px; } }
@media screen and (max-width: 750px) { .laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(2), .laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(3), .laser-about .laser-about-lens .cmn-lens-table thead tr th:nth-child(4) { width: 60%; font-size: 1.6rem; } }
@media screen and (max-width: 750px) { .laser-about .laser-about-lens .cmn-lens-table thead tr th { padding: 1rem 0.5rem; } }
.laser-about .laser-about-lens .cmn-lens-table tbody tr td { padding: 10px; font-size: 1.5rem; }

.laser-mycompass { padding-block: 60px; background-color: #f2e9e4; }
@media screen and (max-width: 750px) { .laser-mycompass { padding-block: 4rem; } }
.laser-mycompass .laser-mycompass-ttl { max-width: 600px; margin: 0 auto 60px; }
@media screen and (max-width: 750px) { .laser-mycompass .laser-mycompass-ttl { margin-bottom: 2rem; } }
.laser-mycompass .laser-mycompass-con { display: flex; align-items: center; column-gap: 3%; margin-bottom: 40px; }
@media screen and (max-width: 750px) { .laser-mycompass .laser-mycompass-con { flex-direction: column; row-gap: 2rem; } }
.laser-mycompass .laser-mycompass-con p { width: 47%; }
@media screen and (max-width: 750px) { .laser-mycompass .laser-mycompass-con p { width: 100%; } }
.laser-mycompass .laser-mycompass-con figure { flex: 1; }
.laser-mycompass .laser-mycompass-list { display: flex; flex-direction: column; row-gap: 40px; max-width: 800px; margin: 0 auto 70px; }
.laser-mycompass .laser-mycompass-list .laser-mycompass-list-ttl { margin-bottom: 20px; color: #fff; font-size: 3rem; text-align: center; }
@media screen and (max-width: 750px) { .laser-mycompass .laser-mycompass-list .laser-mycompass-list-ttl { padding-block: 0.5rem; font-size: 1.8461538462rem; } }
.laser-mycompass .laser-mycompass-list ul { display: flex; flex-direction: column; row-gap: 15px; }
.laser-mycompass .laser-mycompass-list ul li label { display: flex; align-items: flex-start; column-gap: 10px; }
@media screen and (max-width: 750px) { .laser-mycompass .laser-mycompass-list ul li label { column-gap: 5px; } }
.laser-mycompass .laser-mycompass-list ul li input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; width: 30px; aspect-ratio: 1 / 1; margin: 0 10px 0 0; padding: 0; border: none; border-radius: 0; background: #fff; outline: none; line-height: 1; vertical-align: middle; border: 1px solid #000; }
@media screen and (max-width: 750px) { .laser-mycompass .laser-mycompass-list ul li input[type="checkbox"] { width: 1.8em; } }
.laser-mycompass .laser-mycompass-list ul li input[type="checkbox"]:checked { background: #07512e; border: 1px solid #07512e; }
.laser-mycompass .laser-mycompass-list ul li input[type="checkbox"]:checked::after { content: ""; position: absolute; top: 50%; left: 0; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 20px; height: 10px; margin: -8px 0 0 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
@media screen and (max-width: 750px) { .laser-mycompass .laser-mycompass-list ul li input[type="checkbox"]:checked::after { width: 1em; height: 0.5em; margin: -0.5em 0 0 0.3em; } }
.laser-mycompass .laser-mycompass-list ul li p { flex: 1; font-size: 2rem; }
@media screen and (max-width: 750px) { .laser-mycompass .laser-mycompass-list ul li p { font-size: 1.6rem; } }
.laser-mycompass .laser-mycompass-list ._list01 .laser-mycompass-list-ttl { background-color: #07512e; }
.laser-mycompass .laser-mycompass-list ._list02 .laser-mycompass-list-ttl { background-color: #456d97; }
.laser-mycompass .laser-mycompass-list ._list02 input[type="checkbox"]:checked { background-color: #456d97; }
.laser-mycompass .laser-mycompass-list ._list03 .laser-mycompass-list-ttl { background-color: #736763; }
.laser-mycompass .laser-mycompass-list ._list03 input[type="checkbox"]:checked { background-color: #736763; }
.laser-mycompass .laser-mycompass-btn .laser-mycompass-btn-dl { margin-top: 45px; }
.laser-mycompass .laser-mycompass-btn .laser-mycompass-btn-dl p { margin-top: 10px; text-align: center; }

.laser-guideline { padding-block: 80px; background-color: #07512e; color: #fff; }
@media screen and (max-width: 750px) { .laser-guideline { padding-block: 4rem; } }
.laser-guideline .laser-ttl { margin-bottom: 0; }
.laser-guideline .laser-guideline-ttl { font-size: 2.4rem; font-weight: 700; text-align: center; }
@media screen and (max-width: 750px) { .laser-guideline .laser-guideline-ttl { font-size: 1.6rem; } }
.laser-guideline .laser-guideline-txt { margin-top: 40px; }
@media screen and (max-width: 750px) { .laser-guideline .laser-guideline-txt { margin-top: 2rem; } }
.laser-guideline .laser-guideline-sec { margin-top: 50px; }
@media screen and (max-width: 750px) { .laser-guideline .laser-guideline-sec { margin-top: 3rem; } }
.laser-guideline .laser-guideline-sec .laser-guideline-ttl { margin-bottom: 20px; }
@media screen and (max-width: 750px) { .laser-guideline .laser-guideline-sec .laser-guideline-ttl { margin-bottom: 1rem; font-size: 1.8461538462rem; } }
.laser-guideline .laser-guideline-sec .laser-guideline-box { display: flex; column-gap: 5%; margin-bottom: 35px; }
@media screen and (max-width: 750px) { .laser-guideline .laser-guideline-sec .laser-guideline-box { flex-direction: column; row-gap: 2rem; } }
.laser-guideline .laser-guideline-sec .laser-guideline-box:last-child { margin-bottom: 0; }
.laser-guideline .laser-guideline-sec .laser-guideline-box p { width: 50%; }
@media screen and (max-width: 750px) { .laser-guideline .laser-guideline-sec .laser-guideline-box p { width: 100%; } }
.laser-guideline .laser-guideline-sec .laser-guideline-box p strong { color: #f2eeb3; }
.laser-guideline .laser-guideline-sec .laser-guideline-box figure { flex: 1; }

.cmn-risk { background-color: #f2f2f2; }
.cmn-risk .cmn-risk-ttl { color: #000; }
@media screen and (max-width: 750px) { .cmn-risk .cmn-risk-ttl { margin-bottom: 2rem; } }

.cmn-no { padding-top: 0; background-color: #f2f2f2; }
.cmn-no .cmn-no-link { flex-direction: column; align-items: center; row-gap: 45px; }

/*# sourceMappingURL=laser.css.map */
