
.l-inner { width: 1240px; padding: 0 20px 3rem 20px; margin: 0 auto; color: #333; }
@media screen and (max-width: 767px) { .l-inner { width: 100%; padding: 0 15px 3rem 15px; } }
@media screen and (min-width: 768px) { .l-inner__w { width: 1080px; margin: 0 auto; } }
.l-heading { font-family: "Noto Sans JP", sans-serif !important; font-size: 2.65rem!important; color: #333!important; width: fit-content; position: relative; margin: 1rem auto 3rem auto; font-weight: bold;}
/*.l-heading::after { content: ''; position: absolute; bottom: -22px; display: inline-block; width: 4rem; height: 3px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #8B0000; border-radius: 2px; }*/
.l-heading__middle { font-family: "Noto Sans JP",Sans-Serif; font-size: 1.2rem; font-weight: bold; padding-left: 1.5rem; position: relative; }
@media screen and (max-width: 767px) { .l-heading__middle { font-size: 1.15rem; line-height: 1.25; padding-left: 1.25rem; } }
.l-heading__middle::before { content: ""; display: inline-block; position: absolute; top: 50%; left: 0%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 16px; height: 16px; background-image: url("/include_html/toyu_re/img/circle.svg"); background-size: contain; background-repeat: no-repeat; }
@media screen and (max-width: 767px) { .l-heading__middle::before { top: 13px; } }
.l-btn { max-width: 400px; height: 70px; font-family: "Noto Sans JP", sans-serif; }
.l-btn a { display: flex; justify-content: center; align-items: center; flex-direction: column; border-radius: 40px; font-size: 18px;width: 100%; height: 100%; background: #979797;	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; color:#fff !important; position: relative; }
.l-btn a::after {
    content: "";
    position: absolute;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.l-btn a:hover{
	    opacity: 0.75;
    transition: 0.6s;
}
.l-btn__single { margin: 0 auto; max-width: 400px; }
.l-container-col2 { display: grid; grid-template-columns: 1fr 220px; gap: 0 54px; }
.l-main-col2 .l-heading { font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 2rem; border-radius: 2px; border-left: 4px solid #8B0000; padding: 0 0 2px 0.35em; margin: 0 0 2rem 0; }
.l-main-col2 .l-heading::after { display: none; }

.link-btn-list__col3 { margin-top: 3rem; display: flex; justify-content: center; gap: 0 2rem; }
@media screen and (max-width: 767px) { .link-btn-list__col3 { flex-direction: column; gap: 1rem; } }
.link-btn-list__col3 li { width: 300px; }
@media screen and (max-width: 767px) { .link-btn-list__col3 li { width: 100%; } }

.mt3rem { margin-top: 3rem; }

#contents_modifi { background: #FFFED5; margin-top: 0!important; padding: 130px 0 0 0; width: 100%!important;}
@media screen and (max-width: 767px) { #contents_modifi { padding-top: 105px; } }

.l-btn__bottom { margin: 2.5rem auto 0 auto; }

.terms-global .section-common { margin-top: 3rem; }
.terms-global img { width: 100%; height: auto; }
.terms-global .hdg3 { font-size: 1.4rem; margin-top: 3.75rem; margin-bottom: calc(60px - 0.6rem); padding-bottom: 0.5rem; border-bottom: 2px solid #B6B6B6; }
.terms-global .hdg4 { font-size: 1.25rem; margin-bottom: calc(30px - 0.5rem); padding-bottom: 0.5rem; margin-top: 40px !important;font-weight: bold;}
.terms-global .text__indent { text-indent: -1em; padding-left: 1em; }
.terms-global .summary-text { line-height: 1.5; margin-bottom: 1rem; }
.terms-global .summary-text.local { text-indent: 1em; }
