.l-content .fs-12 {
    font-size: 12px;
}

.l-content .fs-27 {
    font-size: 27px;
}

.l-content .emphasis {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-decoration-color: #ffe81b;
    text-decoration-line: underline;
    text-decoration-thickness: 15px;
    text-underline-offset: -3px;
    text-decoration-skip-ink: none;
}

.l-content .point {
    padding: 30px 30px 36px;
    width: 1200px;
    background-color: #fffde8;
    box-sizing: border-box;
}

.l-content .point > h2 {
    font-size: 41px;
    font-weight: bold;
}

.l-content .point > h2 > span {
    font-size: 57px;
    color: #ffcc00;
}

.l-content .point .flex {
    display: flex;
    justify-content: space-between;
}

.l-content .point .flex .item {
    padding: 20px 0;
    width: 360px;
    background-color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}

.l-content .point .flex .item .ttl {
    font-size: 39px;
    font-weight: bold;
    color: #dd0000;
}

.l-content .codeWrapper {
    margin: auto;
    width: 900px;
}

.l-content .codeWrapper .box {
    padding: 30px 0;
    border: 5px solid #0f218b;
    background-color: #f8fbff;
    box-sizing: border-box;
}

.l-content .codeWrapper .box .ttl {
    font-size: 35px;
    font-weight: bold;
    color: #0f218b;
    text-align: center;
    box-sizing: border-box;
}

.l-content .codeWrapper .box .code {
    margin: 30px auto 17px;
    padding-top: 5px;
    width: 500px;
    height: 110px;
    font-size: 45px;
    font-weight: bold;
    color: #dd0000;
    border: 2px solid #cccccc;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.l-content .h2Ttl {
    width: 1200px;
    padding-top: 3px;
    height: 65px;
    font-size: 25px;
    font-weight: bold;
    border-top: 3px solid #ffe81b;
    background-color: #fffde8;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

 .l-content .h3Ttl {
    padding-top: 3px;
    height: 30px;
    padding-left: 13px;
    border-left: 5px solid #ffe81b;
    font-size: 21px;
    font-weight: bold;
    box-sizing: border-box;
}

.l-content .sectionInner {
    margin: auto;
    width: 1160px;
}

 .l-content .note {
    margin-left: 15px;
    font-size: 15px;
    color: #dd0000;
}

.l-content .eligible .itemWrapper {
    padding: 20px 0;
    border: 1px solid #cccccc;
}

.l-content .eligible .m-btn--strong {
    padding: 12px;
    width: 360px;
    font-size: 17px;
}