
.l-inner { margin: 0 auto; color: #333; width: 100%;}
.l-heading { font-family: "Noto Sans JP", sans-serif; font-weight: bold;position: relative !important; font-size: 1.9rem !important; color: #333 !important; width: fit-content !important; text-align: center !important; line-height: 1.15 !important; margin: 2rem auto 1.5rem auto !important; }
/*.l-heading::after { content: ''; position: absolute; bottom: -18px; 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.15rem; line-height: 1.25; padding-left: 1.25rem; font-weight: bold; position: relative; }
.l-heading__middle::before { content: ""; display: inline-block; position: absolute; top: 13px; 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; }
.l-btn { max-width: 400px; margin: 2rem auto 0 auto; height: 60px; 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: 16px;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 span { display: block; font-size: .9rem; margin-bottom: 3px; }
.l-btn a:visited{
	color: #fff !important;
}
.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 span { display: block; font-size: .9rem; margin-bottom: 3px; }
.l-btn__single { margin: 0 auto; max-width: 320px; }
.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-left: .5em; 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; flex-direction: column; gap: 1.5rem; }
.link-btn-list__col3 li { width: 100%; }
.link-btn-list__col3 li.l-btn { margin-top: 0; }

.mt3rem { margin-top: 3rem; }

#contents_modifi { background: #FFFED5; margin-top: 68px; padding: 1px 15px 3rem 15px; }

.l-btn__bottom { margin: 2.5rem auto 0 auto; }

.block-link { max-width: 480px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 1rem; }
.block-link a { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: .8rem; background: #FFF; border-radius: 16px; position: relative; overflow: hidden; height: 100px; }
.block-link a::after { content: ""; display: block; height: 0; width: 0; position: absolute; bottom: 0px; right: 0px; border-left: 32px solid transparent; border-bottom: 32px solid #000; }
.block-link--icon { display: flex; justify-content: center; align-items: center; background: #FFE54B; width: 90px; height: 100%; }
.block-link--icon img { width: 70%; height: auto; }
.block-link--txt {padding-right: 1rem; }
.block-link--txt__heading { font-weight: bold; font-size: 1rem; text-align: center; padding-bottom: .45rem; position: relative; }
.block-link--txt__heading::after { background: #333; content: ""; display: inline-block; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; width: 95%; height: 1px; }
.block-link--txt__small { margin-top: .45rem; text-align: center; line-height: 1.4; font-size: .9rem; }

.qa { margin-top: 2rem; }
.qa-container dl { display: flex; flex-direction: column; gap: 1rem; }
.qa-container dt { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .8rem; position: relative; padding-bottom: 0.8rem; border-bottom: 1px solid #ddd; }
.qa-container dt::after { content: ''; display: inline-block; height: 9px; width: 9px; position: absolute; right: 10px; top: calc(50% - 4.5px); border-right: 2px solid #333; border-bottom: 2px solid #333; transform: translateY(-50%) rotate(45deg); transition: all 0.2s; }
.qa-container dt.open::after { transform: rotate(225deg); transition: all 0.2s; }
.qa-container dt .qa--txt { font-weight: bold; font-size: 1rem; padding-right: 1.5rem; }
.qa-container dd { display: none; }
.qa-container dd .qa-ac-container { display: grid; grid-template-columns: auto 1fr; gap: .8rem; }
.qa--q-heading { display: flex; justify-content: center; align-items: center; font-size: 1.25rem; height: 1.25em; width: 1.25em; padding-bottom: 3px; border-radius: 50%; background-color: #8B0000; color: #fff; font-weight: bold; }
.qa--a-heading { display: flex; justify-content: center; align-items: center; font-size: 1.25rem; height: 1.25em; width: 1.25em; padding-bottom: 3px; border-radius: 50%; background-color: #fff; color: #8B0000; border: 1px solid #8B0000; }
.qa--txt { line-height: 1.6; font-size: .9rem; }
.qa--txt__para { display: block; margin: 1rem 0 0 0; }
.qa--txt__para a { color: #005FC3; }
.qa--txt__blue a { color: #005FC3; }
.qa--img {max-width: 100%;height: auto;}
#contents h2 {
    padding: initial;
    background-color: initial;
}
#wrapper {
    background-image: none;
    background-color: #fff;
}
#contents {
    max-width: 100%;
    margin: auto;
    background-image: none;
}

