@charset "UTF-8";

/* 
------------------------------------*/
.productsLayout .h2_wrap h2::after {
    content: "PRODUCT";
}
.productsAllLayout h4 {
    padding-left: 30px;
    position: relative;
    color: #604C3F;
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    align-items: center;
}
.productsAllLayout h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    border-radius: 20px;
    background-color: #EE5324;
}
.productsAllLayout h4 .en {
    color: #9A9A9A;
    font-size: 50%;
    display: inline-block;
    margin-left: 10px;
}
.productsAllLayout .cassette .inner {
    width: calc(96% - 40px);
    border-radius: 20px;
    background-color: #F8F7F7;
    padding: 60px 20px;
}
.productsAllLayout .products_li > li {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}
.productsAllLayout .products_li > li:not(:last-child) {
    margin-bottom: 30px;
}
.productsAllLayout .products_li > li .icon img {
    max-height: 40px;
}
.productsAllLayout .products_li > li .storage_txt span {
    font-size: 2.8rem;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
}
.productsAllLayout .products_li > li .btn01 {
    top: 0;
    border: none;
    padding: 12px 0;
  max-width: 250px;
  font-size: 1rem;
}
.productsAllLayout .products_li > li .btn01::after, .productsAllLayout .products_li > li .btn01 span::before {
    content: none;
}
.productsAllLayout .products_li > li .btn01 span::after {
    color: #fff;
}
.productsAllLayout .products_li > li .btn01:hover span::after {
    right: -10px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .productsAllLayout h4 {
                    font-size: 2.4rem;
                }
                .productsAllLayout .cassette .inner {
                    width: calc(96% - 80px);
                    border-radius: 30px;
                    padding: 60px 40px;
                    max-width: 1220px;
                }
                .productsAllLayout .products_li {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 60px 20px;
                }
                .productsAllLayout .products_li > li {
                    width: calc((100% - 180px) / 2);
                    padding: 40px;
                    border-radius: 30px;
                }
                .productsAllLayout .products_li > li:not(:last-child) {
                    margin-bottom: 0;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .productsAllLayout .products_li > li {
                    width: calc((100% - 280px) / 3);
                }
            }



/* productsAllLayout
------------------------------------*/
.productsAllLayout #c00 {
    padding: 0;
    position: sticky;
    top: 10px;
    z-index: 100;
    width: 85%;
}
.productsAllLayout #c00 .inner {
    width: 96%;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}
.productsAllLayout #c00 .ancker_box {
    border-radius: 15px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
}
.productsAllLayout #c00 table {
    border: none;
    background-color: transparent;
}
.productsAllLayout #c00 table img {
    max-height: 20px;
}
.productsAllLayout #c00 table td:not(:last-child) {
    border-right: 1px solid #bfbfbf;
}
.productsAllLayout #c00 table tr:nth-child(1) td {
    border-bottom: 1px solid #bfbfbf;
}
.productsAllLayout #c00 table td {
    padding: 0;
    width: calc(100% / 3);
    display: table-cell;
}
.productsAllLayout #c00 table a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px 4px 0;
    position: relative;
    min-height: 30px;
}
.productsAllLayout #c00 table a::after {
    position: absolute;
    content: "▼";
    transform: translateY(-50%) scale(1, 0.5);
    top: 50%;
    right: 4px;
    font-size: 0.8rem;
}
.productsAllLayout #product_cassette {
    position: relative;
    padding-top: 60px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .productsAllLayout #product_cassette {
                    padding-top: 50px;
                }
                .productsAllLayout #c00 .ancker_box {
                    border-radius: 15px;
                }
                .productsAllLayout.allElectricLayout #c00 .inner {
                    max-width: 600px;
                }
                .productsAllLayout #c00 table a::after {
                    right: 20px;
                }
                .productsAllLayout #c00 {
                    width: 95%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .productsAllLayout #c00 table img {
                    max-height: 30px;
                }
                .productsAllLayout #c00 table a {
                    padding: 12px 40px;
                }
                .productsAllLayout #c00 .inner {
                    max-width: 900px;
                }
                .productsAllLayout #c00 {
                    width: 100%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1400px) {
                .productsAllLayout #c00 {
                    top: 120px;
                }
            }




/* productsSingleLayout
------------------------------------*/
.productsSingleLayout .sub_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-top: 30px;
}
.productsSingleLayout .sub_img li {
    width: calc((100% - 20px) / 2);
}
.productsSingleLayout .sub_img .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 110px;
}
.productsSingleLayout .icon {
    margin-bottom: 20px;
}
.productsSingleLayout .icon img {
    margin: 0;
}
.productsSingleLayout #c02 .cassette_wrap > .w_box {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}
.productsSingleLayout #c02 .cassette_wrap > .w_box > div:not(:last-child) {
    margin-bottom: 40px;
}
.productsSingleLayout .s {
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.2;
}
.productsSingleLayout .ttl {
    color: #EE5324;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}
.productsSingleLayout .square_li {
    margin-bottom: 40px;
    counter-reset: num;
}
.productsSingleLayout .square_li > li {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
}
.productsSingleLayout .square_li > li::before {
    position: absolute;
    content: "■";
    color: #EE5324;
    left: 0;
    top: 0;
}
.productsSingleLayout .square_li > li:not(:last-child) {
    margin-bottom: 10px;
}
.productsSingleLayout .square_li > li > span {
    display: inline-block;
    padding-right: 20px;
}
.productsSingleLayout .square_li .caution_t span {
    position: absolute;
    counter-increment: num;
    padding-right: 11px;
    color: #1170DE;
    font-size: 40%;
}
.productsSingleLayout .square_li .caution_t span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: counter(num);
}
.productsSingleLayout .btn01 {
    margin-top: 60px;
}
.productsSingleLayout #c02 h4 {
    color: #604C3F;
    font-size: 1.6rem;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
}
.productsSingleLayout #c02 h4::before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #EE5324;
    width: 8px;
    border-radius: 20px;
    top: 0;
    left: 0;
}
.productsSingleLayout #c02 th {
    background-color: #FFF5D6;
    vertical-align: baseline;
}
.productsSingleLayout #c02 .table_box {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.productsSingleLayout #c02 .table_box table {
    border: none;
    background-color: transparent;
}
.productsSingleLayout #c02 .table_box th, .productsSingleLayout #c02 .table_box td {
    text-align: left;
}
.productsSingleLayout #c02 .feature_box {
    counter-reset: num;
}

.productsSingleLayout .caution_li {
    counter-reset: num;
    margin-bottom: 30px;
}
.productsSingleLayout .caution_li > li {
    position: relative;
    counter-increment: num;
    padding-left: 35px;
    color: #707070;
    font-size: 0.9rem;
}
.productsSingleLayout .caution_li > li::before {
    color: #1170DE;
    position: absolute;
    top: 0;
    left: 0;
    content: "※" counter(num);
}
.productsSingleLayout #c02 .feature_box h1 {
    position: relative;
    counter-increment: num;
    padding-left: 60px;
    padding-bottom: 15px;
    border-bottom: 5px solid #EE5324;
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
}
.productsSingleLayout #c02 .feature_box h1::before, .productsSingleLayout #c02 .feature_box h1::after {
    position: absolute;
}
.productsSingleLayout #c02 .feature_box h1::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #EE5324;
    top: 0;
    left: 0;
}
.productsSingleLayout #c02 .feature_box h1::after {
    content: counter(num, decimal-leading-zero);
    color: #EE5324;
    top: 7px;
    left: 11px;
    font-weight: 500;
    font-size: 1.2rem;
}
.productsSingleLayout #c02 .feature_box h2 {
    background-color: #EE5324;
    padding: 5px;
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: left;
}
.productsSingleLayout #c02 .feature_box h3 {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #604C3F;
    text-align: left;
    position: relative;
    padding-left: 20px;
}
.productsSingleLayout #c02 .feature_box h3::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #EE5324;
    border-radius: 20px;
    left: 0;
    top: 0;
}
.productsSingleLayout #c02 .feature_box h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #EE5324;
    margin-bottom: 20px;
    padding-left: 0;
}
.productsSingleLayout #c02 .feature_box h4::before {
    content: none;
}
.productsSingleLayout #c02 .feature_box h5 {
    color: #EE5324;
    border: 1px solid #EE5324;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    display: inline-block;
}
.productsSingleLayout #c02 .feature_box h6 {
    color: #604C3F;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.productsSingleLayout #c02 .feature_box ul > li, .productsSingleLayout #c02 .feature_box ol > li {
    margin-left: 25px;
    color: #EE5324;
}
.productsSingleLayout #c02 .feature_box ul > li {
    list-style-type: disc;
}
.productsSingleLayout #c02 .feature_box p:not(:last-of-type), .productsSingleLayout #c02 .feature_box ul:not(:last-of-type),
.productsSingleLayout #c02 .feature_box ol:not(:last-of-type) {
    margin-bottom: 30px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .productsSingleLayout .ttl {
                    font-size: 2rem;
                }
                .productsSingleLayout .square_li > li {
                    font-size: 2.2rem;
                    padding-left: 45px;
                }
                .productsSingleLayout #c02 .cassette_wrap > .w_box > div:not(:last-child) {
                    margin-bottom: 60px;
                }
                .productsSingleLayout #c02 h4 {
                    font-size: 2rem;
                }
                .productsSingleLayout #c02 .table_box th, .productsSingleLayout #c02 .table_box td {
                    padding: 20px 30px;
                }
                .productsSingleLayout #c02 .table_box th {
                    width: 25%;
                }
                .productsSingleLayout #c02 .table_box td {
                    width: 75%;
                }
                .productsSingleLayout #c02 .feature_box h1 {
                    font-size: 2rem;
                    padding-bottom: 10px;
                }
                .productsSingleLayout #c02 .feature_box h2 {
                    font-size: 1.8rem;
                }
                .productsSingleLayout #c02 .feature_box h3, .productsSingleLayout #c02 .feature_box h4 {
                    font-size: 1.6rem;
                }
                .productsSingleLayout #c02 .feature_box h5 {
                    font-size: 1.4rem;
                }
                .productsSingleLayout #c02 .feature_box h6 {
                    font-size: 1.2rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .productsSingleLayout .sub_img {
                    flex-wrap: nowrap;
                    justify-content: flex-start;
                }
                .productsSingleLayout .sub_img li {
                    width: calc((100% - 20px) / 4);
                }
                .productsSingleLayout .sub_img .img {
                    height: 120px;
                }
            }





/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }




/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }





/* 
------------------------------------*/

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }