/* table03 */
#table03 {
    width: 70%;
}

#table03 th, #table05 td {
    text-align: center;
    width: 40px;
    /*  min-width: 50px; */
    padding: 10px;
    height: 50px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

#table03 th {
    background-color: #00d2fd;
    border-bottom: 1px solid black;
}

#table03 td {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 5px;
}

#table03 .head {
    background-color: #00d2fd;
}

/* tabtab */
@media only screen and (max-width: 768px) {
    #table03 {
        width: 100%;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }

    #table03 .fixed {
        position: sticky;
        left: 0;
    }

    #table05 .fixed:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        right: -1px;
        height: 100%;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
    }
}

/* ヘッダー */
.nj-header-top {
    display: none;
}

@media (min-width: 768px) {
    .nj-header-top {
        display: block;
        background: #3a9bfc;
    }

    .nj-header-top strong {
        padding: 4px;
        font-size: 16px;
        color: #fd9827;
    }
}

.ec-headerNaviRole {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    color: #ffffff;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 100%;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 100%;
}

.ec-headerNav .ec-headerNav__itemIcon {
    color: #ffffff;
}

.ec-headerNav .ec-headerNav__itemLink {
    padding: 2px 10px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.ec-cartNavi {
    min-width: auto;
    padding-top: 14px;
    color: #ffffff;
    background: transparent;
}

.ec-cartNavi__label {
    display: none;
}

.nj-header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1130px;
    margin: 0 auto;
    padding: 20px;
}

.nj-header-title-left {
    text-align: center;
}

.nj-header-title-right {
    display: none;
}

@media (min-width: 768px) {
    .nj-header-title {
        justify-content: space-between;
    }

    .nj-header-title-left {
        text-align: left;
    }

    .nj-header-title-right {
        display: block;
    }
}

.nj-header-title-blue,
.nj-header-title-red {
    display: inline-block;
    padding: 8px 10px;
}

.nj-header-title-red {
    color: #ffffff;
    background: #ca0813;
    border-radius: 4px;
}

.nj-header-products {
    display: none;
}

@media (min-width: 768px) {
    .nj-header-products {
        display: flex;
        justify-content: space-around;
        max-width: 1130px;
        margin: 0 auto;
        padding: 0 20px 20px 20px;
    }

    .nj-header-products-left {
        display: flex;
        max-width: 1014px;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .nj-header-products-left::-webkit-scrollbar {
        display: none;
    }

    .nj-header-products-left a {
        padding: 0 10px;
        text-align: center;
        color: #333333;
    }

    .nj-header-products-left a:first-child {
        padding-left: 0;
    }

    .nj-header-products-left img {
        display: block;
        margin: 0 auto;
    }

    .nj-header-products-right {
        display: flex;
        width: 116px;
    }

    .nj-header-products-right a {
        display: flex;
        align-items: center;
        margin-left: 10px;
        padding: 10px;
        white-space: nowrap;
        text-align: center;
        color: #333333;
        background: #efefef;
    }
}

.nj-header-search {
    display: none;
}

@media (min-width: 768px) {
    .nj-header-search {
        display: block;
        background: #efefef;
    }

    .nj-header-search-inner {
        display: flex;
        align-items: center;
        max-width: 1130px;
        margin: 0 auto;
        padding: 20px;
    }

    .nj-header-search-inner a {
        flex: 1;
        margin-right: 10px;
        padding: 8px 0;
        text-align: center;
        color: #ffffff;
    }

    .nj-header-search-new {
        background: #3a9bfc;
    }

    .nj-header-search-coupon {
        background: #72b8fc;
    }

    .nj-header-search-ranking {
        background: #c6a324;
    }

    .nj-header-search-recommend {
        background: #fecb2f;
    }

    .nj-header-search-history {
        background: #999999;
    }

    .ec-headerSearch__category {
        display: none;
    }

    .ec-headerSearch .ec-headerSearch__keyword {
        width: auto;
        border-color: #3a9bfc;
        border-radius: 0;
    }

    .ec-headerSearch .ec-headerSearch__keywordBtn {
        right: 0;
        height: 100%;
        margin-top: 2px;
        padding: 0 8px;
        background: #3a9bfc;
    }
}

/* フッター */
.nj-footer {
    background: #3a9bfc;
}

.nj-footer-top {
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px 20px;
}

@media (min-width: 768px) {
    .nj-footer-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.nj-footer-top-left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.nj-footer-top-left a {
    display: block;
    padding: 0 0 10px 0;
    color: #ffffff;
}

@media (min-width: 768px) {
    .nj-footer-top-left a {
        padding-right: 40px;
    }
}

.nj-footer-top-right {
    text-align: center;
}

.nj-footer-top-right a {
    display: block;
    padding: 0 0 10px 0;
}

.nj-footer-middle {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

@media (min-width: 768px) {
    .nj-footer-middle {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.nj-footer-middle-left {
    margin-bottom: 20px;
}

.nj-footer-middle-left a {
    font-size: 32px;
    color: #ffffff;
}

.nj-footer-middle-left-logo {
    margin-right: 20px;
}

.nj-footer-middle-right {
    margin-bottom: 20px;
}

.nj-footer-middle-right a {
    display: block;
    width: 330px;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #248efb;
    border: 1px solid #ffffff;
}

.nj-footer-bottom {
    color: #ffffff;
    background: #248efb;
}

.nj-footer-bottom a {
    display: inline-block;
    padding: 10px;
    color: #ffffff;
}

.nj-footer-bottom-inner {
    max-width: 1000px;
    margin: auto;
    padding: 10px 20px;
}

@media (min-width: 768px) {
    .nj-footer-bottom-inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.nj-footer-bottom-right {
    padding: 10px;
    text-align: center;
}

/* トップページ */
.slick-list {
    overflow: visible;
}

.slick-slide {
    filter: opacity(30%);
}

.slick-active {
    filter: opacity(100%);
}

.slick-dots li {
    width: 80px;
    margin: 0 3px;
}

.slick-dots li button::before {
    width: 80px;
    height: 8px;
    border-radius: 0;
}

/* トップ - バナー */
.nj-top-banner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.nj-top-banner a {
    margin: 0 10px 20px;
}

.nj-top-banner img {
    width: 100%;
}

/* トップ - エリア */
.nj-top-area {
    margin: 20px 20px 0;
    padding: 40px 0 0;
    text-align: center;
    background: url("/html/user_data/assets/img/top/area.png") no-repeat;
}

.nj-top-area.orange h2 {
    font-weight: bold;
    color: #F5A655;
    background: linear-gradient(transparent 70%, #FFD1A2 70%);
}

.nj-top-area.blue h2 {
    font-weight: bold;
    color: #3a9bfc;
    /* ブルーの色 */
    background: linear-gradient(transparent 70%, #AEEEEE 70%);
    /* ブルーのグラデーション */
}

.nj-top-area p {
    margin: 20px 0;
    font-size: 16px;
}

.nj-top-area a {
    display: inline-block;
    padding: 10px 60px;
    font-size: 18px;
    color: #ffffff;
    background: #F5A655;
    /* オレンジの背景 */
    border-radius: 6px;
}

.nj-top-area.blue a {
    background: #3a9bfc;
    /* ブルーの背景 */
}

.nj-top-area img {
    vertical-align: bottom;
    margin-right: 5px;
}

/* トップ - ピックアップ */
.nj-top-pickup {
    margin: 20px 20px 0;
    padding: 40px 0 0;
    text-align: center;
}

.nj-top-pickup h2 {
    font-weight: bold;
    color: #1069c9;
    background: linear-gradient(transparent 70%, #b8dcfd 70%);
}

.nj-top-pickup-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.nj-top-pickup-inner>div {
    margin: 0 10px 20px;
}

.nj-top-pickup-inner th {
    padding: 5px 10px;
    font-weight: normal;
}

.nj-top-pickup-inner td {
    text-align: right;
}

.nj-top-pickup-total {
    background: #efefef;
}

.nj-top-pickup-total th {
    text-align: center;
}

.nj-top-pickup-total strong {
    font-size: 24px;
}

.nj-top-pickup-original_price {
    background: #d3e9fe;
}

.nj-top-pickup-red {
    color: #ca0813;
}

.nj-top-pickup-discount {
    background: #fef6c5;
}

.nj-top-pickup-inner a {
    display: block;
    padding: 5px;
    color: #ffffff;
    background: #ca0813;
}

/* トップ - 商品カテゴリ */
.nj-top-category {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 0;
    text-align: center;
    background: #efefef;
}

.nj-top-category h2 {
    margin: 0 0 20px;
    font-weight: bold;
    color: #3a9bfc;
}

.nj-top-category small {
    display: block;
    margin: 10px 0 0;
    color: #333333;
}

.nj-top-category-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 20px;
}

.nj-top-category-inner a {
    margin: 10px;
    padding: 10px 20px;
    color: #333333;
    background: #ffffff;
    border-radius: 6px;
}

.nj-top-category-inner img {
    display: block;
}

.nj-top-category-inner strong {
    display: block;
    margin: 10px 0;
    font-size: 16px;
}

.nj-top-category-price {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ca0813;
}

.nj-top-category>a {
    display: inline-block;
    padding: 10px 60px;
    font-size: 18px;
    color: #ffffff;
    background: #3a9bfc;
    border-radius: 6px;
}

/* トップ - 新着商品 */
.nj-top-new_item {
    margin: 60px auto;
    text-align: center;
    background: url("/html/user_data/assets/img/top/new_item.png") no-repeat;
    background-size: 50px 50px;
    border-top: 3px solid #3a9bfc;
}

@media (min-width: 768px) {
    .nj-top-new_item {
        background-size: 100px 100px;
    }
}

.nj-top-new_item h2 {
    margin-bottom: 40px;
    font-weight: bold;
    color: #3a9bfc;
}

.nj-top-new_item small {
    display: block;
    margin: 10px 0 0;
    color: #333333;
}

.nj-top-new_item li {
    width: auto !important;
    padding: 16px !important;
    border: 1px solid #cccccc;
}

@media (min-width: 768px) {
    .nj-top-new_item li {
        width: 23% !important;
        margin: 0 10px;
    }

    .nj-top-new_item li:first-child {
        margin-left: 0;
    }

    .nj-top-new_item li:last-child {
        margin-right: 0;
    }
}

.nj-top-new_item dl {
    margin: 16px 0 0;
}

.nj-top-new_item .item_name {
    color: #3a9bfc;
    white-space: normal;
    /* 改行を許可する */
    word-wrap: break-word;
    /* 必要に応じて単語を折り返す */
}

.nj-top-new_item .item_price {
    font-weight: bold;
    color: #ca0813;
}

/* トップ - ランキング */
.nj-top-ranking {
    margin: 60px auto;
    padding: 0 0 30px;
    text-align: center;
    background: #efefef url("/html/user_data/assets/img/top/ranking.png") no-repeat;
    background-size: 50px 50px;
    border: 3px solid #c6a324;
}

@media (min-width: 768px) {
    .nj-top-ranking {
        background-size: 100px 100px;
    }
}

.nj-top-ranking h2 {
    margin-bottom: 40px;
    font-weight: bold;
    color: #c6a324;
}

.nj-top-ranking small {
    display: block;
    margin: 10px 0 0;
    color: #333333;
}

.nj-top-ranking .slick-arrow {
    top: 32px !important;
    height: 350px !important;
    background: rgba(204, 204, 204, .9) !important;
}

.nj-top-ranking .slick-arrow:before {
    top: 45% !important;
    border-width: 3px 0px 0px 3px !important;
}

.nj-top-ranking .item {
    height: 350px;
    margin-top: 32px !important;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.nj-top-ranking .name {
    color: #3a9bfc;
}

.nj-top-ranking .price {
    font-weight: bold;
    color: #ca0813;
}

.nj-top-ranking .ribbon {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    background: #c6a324;
}

.nj-top-ranking .ribbon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #c6a324;
    border-right: 20px solid #c6a324;
    border-bottom: 10px solid transparent;
}

.nj-top-ranking>a {
    display: inline-block;
    padding: 10px 50px;
    font-size: 18px;
    color: #ffffff;
    background: #c6a324;
    border-radius: 6px;
}

/* トップ - おすすめ */
.nj-top-recommend {
    margin: 60px auto;
    text-align: center;
    background: url("/html/user_data/assets/img/top/recommend.png") no-repeat;
    background-size: 50px 50px;
    border-top: 3px solid #fecb2f;
}

@media (min-width: 768px) {
    .nj-top-recommend {
        background-size: 100px 100px;
    }
}

.nj-top-recommend h2 {
    margin-bottom: 40px;
    font-weight: bold;
    color: #fecb2f;
}

.nj-top-recommend small {
    display: block;
    margin: 10px 0 0;
    color: #333333;
}

.nj-top-recommend .ec-shelfGrid__item {
    width: auto;
    border: 1px solid #cccccc;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    max-height: 200px;
}

@media (min-width: 768px) {
    .nj-top-recommend .ec-shelfGrid__item {
        width: 23%;
        margin: 0 10px;
    }

    .nj-top-recommend .ec-shelfGrid__item:first-child {
        margin-left: 0;
    }

    .nj-top-recommend .ec-shelfGrid__item:last-child {
        margin-right: 0;
    }
}

.nj-top-recommend .item_name {
    color: #3a9bfc;
}

.nj-top-recommend .item_price {
    font-weight: bold;
    color: #ca0813;
}

.nj-top-recommend>a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 50px;
    font-size: 18px;
    color: #ffffff;
    background: #fecb2f;
    border-radius: 6px;
}

/* トップ - 閲覧履歴 */
.nj-top-history {
    margin: 60px auto;
    padding: 0;
    text-align: center;
    border: 1px solid #cccccc;
}

.nj-top-history h2 {
    padding: 10px;
    font-size: 24px;
    color: #ffffff;
    background: #666666;
}

.nj-top-history .ec-shelfGrid {
    justify-content: center;
    padding: 20px;
}

.ec-shelfGrid {
    justify-content: space-around;
}

.nj-top-history .ec-shelfGrid__item {
    width: auto;
    margin: 0 10px 10px;
    padding: 16px !important;
    border: 1px solid #cccccc;
}

@media (min-width: 768px) {
    .nj-top-history .ec-shelfGrid__item {
        width: 23%;
    }
}

.nj-top-history .item_name {
    margin-top: 16px;
    color: #3a9bfc;
}

.nj-top-history .item_price {
    font-weight: bold;
    color: #ca0813;
}

/* トップ - 施工事例 */
.nj-top-example {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 0;
    text-align: center;
    background: url("/html/user_data/assets/img/top/example-back.png");
}

.nj-top-example h2 {
    margin: 0 0 20px;
    font-weight: bold;
    color: #ffffff;
}

.nj-top-example small {
    display: block;
    margin: 10px 0 0;
    color: #ffffff;
}

.nj-top-example-posts a {
    display: block;
    margin: 10px;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.nj-top-example-posts img {
    display: block;
    width: 100%;
    border: 6px solid #ffffff;
}

@media (min-width: 768px) {
    .nj-top-example-posts {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .nj-top-example-posts a {
        width: 25%;
    }
}

.nj-top-example>a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 50px;
    font-size: 18px;
    color: #3a9bfc;
    background: #ffffff;
    border-radius: 6px;
}

/* トップ - お客様の声 */
.nj-top-voice {
    padding: 40px 0;
    text-align: center;
}

.nj-top-voice h2 {
    margin: 0 0 20px;
    font-weight: bold;
    color: #3a9bfc;
}

.nj-top-voice small {
    display: block;
    margin: 10px 0 0;
    color: #333333;
}

.nj-top-voice-voices {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    font-size: 16px;
}

.nj-top-voice-voices>div {
    display: flex;
    align-items: flex-start;
    margin: 20px;
}

.nj-top-voice-voices img {
    min-width: 50px;
    margin-right: 20px;
    object-fit: scale-down;
}

.nj-top-voice-voices strong {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    color: #3a9bfc;
}

.nj-top-voice-voices p {
    max-width: 200px;
    margin: 0;
}

.nj-top-voice>a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 50px;
    font-size: 18px;
    color: #ffffff;
    background: #3a9bfc;
    border-radius: 6px;
}

/* トップ - お知らせ */
.nj-top-information {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px 0;
    text-align: center;
    background: #efefef;
}

.nj-top-information h2 {
    margin: 0 0 20px;
    font-weight: bold;
    color: #3a9bfc;
}

.nj-top-information small {
    display: block;
    margin: 10px 0 0;
    color: #333333;
}

.nj-top-information-posts {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
}

.nj-top-information-posts a {
    display: block;
    padding: 20px 0;
    color: #333333;
    border-bottom: 1px solid #ffffff;
}

.nj-top-information-posts time {
    display: inline-block;
    width: 130px;
    margin-right: 20px;
    padding: 8px 0 8px 30px;
    color: #ffffff;
    background: #3a9bfc;
}

.nj-top-information-posts strong {
    display: inline-block;
    margin-right: 10px;
}

.nj-top-information-posts p {
    display: inline-block;
    margin: 0;
}

.nj-top-information>a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 50px;
    font-size: 18px;
    color: #ffffff;
    background: #3a9bfc;
    border-radius: 6px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/*body {*/
/*    font-family: Arial, sans-serif;*/
/*    line-height: 2;*/
/*    margin: 0;*/
/*    padding: 20px;*/
/*}*/


.header img {
    width: 100%;
}

.header .reason {
    background-color: #0066CC;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
}

.products {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.product {
    width: 100%;
    text-align: center;
}

.product img {
    width: 100%;
    height: auto;
}


.explanation {
    border: 1px solid #F0F0F0;
    padding: 15px;
    margin-bottom: 20px;
}

.explanation h2 {
    text-align: center;
    font-size: 32px;
}

.section {
    background-color: #0066CC;
    color: white;
    padding: 10px;
    margin: 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.section p {
    border-left: 8px solid #ffa500;
    padding: 0 0 0 10px;
    margin: 0;
}

.content {
    padding: 10px;
    margin-bottom: 20px;
}


.highlight {
    color: #FF0000;
    font-weight: bold;

}

p.navitext {
    line-height: 25px
}

.header2 img {
    width: 100%;
    margin: 40px 0;
}

.yellow-circle {
    background-color: #ffff00;
    border-radius: 50%;
    padding: 5px 10px;
    display: inline-block;
}

.section2 {
    border: 1px solid #4169e1;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 30px 0;
    position: relative;
}

.section-header img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #4169e1;
}



.blue-bar {
    background-color: #4169e1;
    color: white;
    padding: 10px;
    margin: 20px 0;
}

.orange-bar {
    background-color: #ffa500;
    color: white;
    padding: 10px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
}

.fa-tools,
.fa-phone,
.fa-recycle {
    color: #4169e1;
}

.section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F4F9FF;
}

.section-header {
    display: flex;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 1.5em;
    position: absolute;
    top: -20px;
    left: 10px;
    background-color: #F4F9FF;

}

.section-content {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.product-image,
.warranty-image {
    width: 35%;
    height: 100%;
}

.text-content {
    width: 60%;
    text-align: left;
    line-height: 1.8;
}

.content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.worker-img {
    width: 40%;
    text-align: center;

}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
    }

    .section-content {
        flex-direction: column;
    }

    .text-content {
        width: 100%;
        padding: 10px 0;
    }

    .worker-img,
    .product-image,
    .warranty-image {
        width: 100%;

    }
}

.styled-heading-container {
    margin: 40px 0 20px 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #dfe2fa, #ffffff);
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.styled-heading {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.styled-heading-container .bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3366cc;
    margin-right: 10px;
}

/* トップ お知らせ */
.m-news {
    padding: 64px 0;
}

.m-news-posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.m-news-posts a {
    width: 255px;
    padding: 10px;
    font-size: 16px;
    color: #333333;
}

.m-news-posts img {
    display: block;
    width: 235px;
    height: 235px;
    object-fit: cover;
    margin: 0 0 10px;
}

.m-news-posts time {
    display: block;
}

.m-news-posts p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* トップ VIEW MORE ボタン */
.m-view_more {
    display: block;
    width: 200px;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    border: 1px solid #a3a3a3;
}

.m-view_more:after {
    content: "";
    display: block;
    position: relative;
    bottom: -8px;
    border-bottom: 3px solid #333333;
}

.content, .explanation, .point, .navitext {
    font-size: 1.8rem;
    line-height: 1.5;
}

hr {
    background-color: steelblue;
    height: 3px;
}

/* タグボタン */
.m-search-categories {
    text-align: center;
    margin-top: 25px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1px 0;
}

.m-search-categories a {
    font-size: +2;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

/* エラーコード */
.error_Code tbody {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

.error_code tbody {
    display: block;
    max-height: 600px;
    overflow-y: auto;
}

.error_code tr:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.error_code th {
    background: #3A9BFC;
    color: #FFF;
    text-align: center;
    padding: 16px 8px;
}

.error_code tr {
    border-bottom: 1px solid #999;
}

.error_code tr:nth-child(even) {
    background: #EFEFEF;
}

.error_code td {
    padding: 8px;
    vertical-align: top;
}

.manufacturer-links {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 32px;
}

.manufacturer-links a {
    color: #000;
    font-weight: bold;
}

.header-text {
    padding: 32px 64px;
}

.error-code-title {
    text-align: center;
}

/* 施工エリアページ */
.construction-area-description {
    display: flex;
    padding: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #3A9BFC;
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
}

.construction-area-map {
    width: 80%;
    margin: 0 auto;
}