b,
strong,
.bold {
    color: inherit;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
}

#main {
    font-size: 0.95rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.section__page-header {
    position: relative;
}

.section__page-header:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 50px);
    max-width: 1320px;
    border-bottom: 6px solid rgba(0, 117, 194, 1);
    border-left: 2.571px solid transparent;
    height: 0;
    transition: 0.2s ease;
}

.page-header__ttl {
    padding: 25px 0 20px;
    margin: 80px 0 40px 15px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.4;
    box-sizing: border-box;
}

.page-header__ttl .current.en {
    font-size: 2rem;
    font-weight: 700;
    display: block;
}

.page-header__ttl .jp {
    font-size: 1.3rem;
    display: block;
}

.page-header__ttl.child-page__ttl .parent.en {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}

.page-header__ttl.child-page__ttl .current.en {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "Anek Malayalam", sans-serif;
}

.page-header__ttl.child-page__ttl .jp {
    font-size: 1.3rem;
}

.w-state--large {
    width: calc(100% - 50px);
    max-width: 1320px;
    position: static;
    margin-right: auto;
    margin-left: auto;
}

.w-state--narrow {
    width: calc(100% - 50px);
    max-width: 900px;
    position: static;
    margin-right: auto;
    margin-left: auto;
}

.table-reg {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.table-reg__item {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    line-height: 1.6;
}

.table-reg__item dt {
    flex-basis: 100%;
    margin-bottom: 5px;
}

.table-reg__item dd {
    flex-basis: 100%;
}

.dl-style--table .ib {
    margin-right: 0.75em;
}

.dl-style--table .ib:last-child {
    margin-right: 0;
}

.ib {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .w-state--large {
        width: calc(100% - 80px);
    }
    .w-state--narrow {
        width: calc(100% - 80px);
    }
}

@media screen and (orientation: landscape) and (min-width: 1024px) {
    .page-header__ttl {
        position: relative;
        padding: 40px 0;
        margin: 100px 0 100px 30px;
    }
    .section__page-header:after {
        bottom: -7px;
        border-bottom: 7px solid rgba(0, 117, 194, 1);
        border-left: 3px solid transparent;
        width: calc(100% - 100px);
    }
    .page-header__ttl .current.en {
        font-size: 4rem;
    }
    .page-header__ttl .jp {
        font-size: 1.8rem;
    }
    .page-header__ttl.child-page__ttl .parent.en {
        font-size: 1.4rem;
    }
    .page-header__ttl.child-page__ttl .current.en {
        font-size: 3.2rem;
    }
    .page-header__ttl.child-page__ttl .jp {
        font-size: 1.5rem;
    }
    .w-state--large {
        width: calc(100% - 120px);
    }
    .w-state--narrow {
        width: calc(100% - 120px);
    }
    .table-reg__item {
        padding: 30px 0;
    }
    .table-reg__item dt {
        flex-basis: 30%;
        margin-bottom: 0;
    }
    .table-reg__item dd {
        flex-basis: 70%;
    }
}

@media screen and (min-width: 1281px) {
    #main {
        font-size: 1rem;
    }
}

.en {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.vertical-lr {
    writing-mode: vertical-lr;
}

@media screen and (max-width: 600px) {
    .l-header {
        background: #fff;
    }
}

#products-section {
    margin-bottom: 3rem;
}

.whatnew_date {
    font-size: 1.5rem;
}

.whatnew_title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.grid-item__description {
    font-weight: bold;
    font-size: 20px;
}