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

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

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

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

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

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

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

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

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

.l-content .em {
    color: #dd0000;
}

.l-content .mv {
    width: 950px;
    height: 200px;
    background-image: url(/maker/misumi/mech/product/titanium/img/bg_mv.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.l-content .mv .ttl {
    line-height: 80px;
    color: #decf95;
}

.l-content .mv .sub {
    padding: 6px 10px 2px 10px;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.l-content .h2Ttl {
    position: relative;
    border-bottom: 1px solid #cccccc;
    font-size: 21px;
    font-weight: bold;
    padding: 8px 0;
}

.l-content .h2Ttl span {
    display: block;
    padding: 0 0 0 10px;
    line-height: 30px;
    border-left: 8px solid #000000;
}

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

.l-content .m-btnList--center {
    margin: 2rem auto 0;
}

.l-content .nav .nav__item .m-btn--down {
    width: 220px;
}

.l-content .problem {
    margin: auto;
    padding: 20px 50px;
    width: 660px;
    background-color: #f1f1f1;
}

.l-content .problem .flex {
    display: flex;
    align-items: center;
}

.l-content .solutionTtl {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 7px solid #ffcc00;
    display: inline-block;
}

.l-content .solution {
    margin: auto;
    padding: 30px 0;
    width: 760px;
    background-color: #fffae5;
}

.l-content .solution .flex {
    display: flex;
    align-items: center;
}

.l-content .new .itemTtl {
    font-size: 17px;
    font-weight: bold;
    color: #0f218b;
}

.l-content .new .item {
    margin: auto;
    padding: 15px 0;
    width: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fffae5;
}

.l-content .new .tableWrapper {
    margin: auto;
    width: 840px;
}

.l-content .new .m-table .bg {
    background-color: #fffae5;
}

.l-content .new .m-table .border {
    border-top: 3px solid #dd0000;
    border-bottom: 3px solid #dd0000;
}

.l-content .new .m-table .borderLeft {
    border-top: 3px solid #dd0000;
    border-bottom: 3px solid #dd0000;
    border-left: 3px solid #dd0000;
}

.l-content .new .m-table .borderRight {
    border-top: 3px solid #dd0000;
    border-right: 3px solid #dd0000;
    border-bottom: 3px solid #dd0000;
}

.l-content .new .m-table .m-btn--conversion {
    width: 145px;
}

.l-content .feature .tableWrapper {
    margin: auto;
    width: 520px;
}

.l-content .feature .m-table .bg {
    background-color: #fffae5;
}

.l-content .feature .m-table .border {
    border-right: 3px solid #dd0000;
    border-left: 3px solid #dd0000;
}

.l-content .feature .m-table .borderTop {
    border-right: 3px solid #dd0000;
    border-left: 3px solid #dd0000;
    border-top: 3px solid #dd0000;
}

.l-content .feature .m-table .borderBottom {
    border-right: 3px solid #dd0000;
    border-left: 3px solid #dd0000;
    border-bottom: 3px solid #dd0000;
}

.l-content .lineup .category .ttl {
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #f1f1f1;
}

.l-content .lineup .itemList {
    display: flex;
    gap: 14px 7.5px;
    flex-wrap: wrap;
}

.l-content .lineup .itemList .item {
    padding: 15px 10px;
    width: 180px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.l-content .lineup .itemList .item .name {
    font-weight: bold;
    color: #004098;
}

.l-content .lineup .itemList .item .btn a {
    width: 150px;
}

.l-content .lineup .itemList .item.box_hover {
    cursor: pointer;
    opacity: .75;
}

.l-content .m-asideSubBox__ttl {
    padding: 0.75rem 1rem;
}

.l-content .m-asideSubBox__main {
    padding: 1.25rem;
}

.l-content .m-asideSubBox__main .m-btnWin--strong {
    padding: 11px 12px;
    width: 300px;
    font-size: 15px;
}