@charset "UTF-8";

/* 
------------------------------------*/
.productsLayout .h2_wrap {
    background-image: url("../img/products/h2_sp.png");
}
.productsLayout .h2_wrap::after {
    background-image: url("../img/products/products_h2.png");
    width: 260px;
  height: 127px;
}
.productsLayout .logo_h4 {
    border-bottom: none;
    color: #0164ab;
    text-align: center;
    margin-bottom: 40px;
}
.productsLayout .logo_h4 span {
    padding-left: 40px;
    position: relative;
    padding-bottom: 0;
}
.productsLayout .logo_h4::before {
    content: none;
}
.productsLayout .logo_h4 span::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../common/img/icon03a.png");
    width: 23px;
    height: 23px;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .productsLayout .h2_wrap {
                    background-image: url("../img/products/h2.png");
                }
                .productsLayout .h2_wrap::after {
                    width: 370px;
                    height: 167px;
                    bottom: -100px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .productsLayout .logo_h4 {
                    font-size: 2rem;
                    margin-bottom: 60px;
                }
            }



/* c01
------------------------------------*/
.productsLayout .btn_li {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
}
.productsLayout .btn_li > li {
    width: calc(98% / 2);
}
.productsLayout .btn_li > li a {
    display: block;
    text-align: center;
    padding: 10px 20px 10px 0;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #0163ab;
    position: relative;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 0.8rem;
}

.productsLayout .btn_li > li a::after {
    position: absolute;
    content: "＞";
    top: 50%;
    transform: translateY(-50%) scale(1, 1.5);
    right: 10px;
    font-size: 0.7rem;
}
.productsLayout .btn_li > li a:hover {
    background-color: #0163ab;
    color: #fff;
}
.productsLayout .works_li {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
}
.productsLayout .works_li > li a {
    transition: all 0.3s;
}
.productsLayout .works_li > li a:hover {
    opacity: 0.6;
}
.productsLayout .works_li > li {
    width: calc(96% / 2);
}
.productsLayout .works_li .info .img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.productsLayout .works_li .info .ttl {
    color: #0163ab;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.cat_box .cat_icon {
    display: inline-block;
    background-color: #bad0e1;
    border-radius: 50px;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    margin-right: 20px;
    font-size: 0.9rem;
    min-width: 100px;
}
.cat_box .cat_name {
    text-decoration: underline;
    color: #0163ab;
}
.modaal-container h4 {
    margin-bottom: 40px;
}
.img_b {
    margin-bottom: 30px;
}
.img_b img {
    border-radius: 10px;
}
.modaal-container{
    border-radius: 20px;
}
.modaal-content-container {
  padding: 30px 30px 60px 30px;
    border-radius: 20px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .productsLayout .btn_li {
                    gap: 20px 2%;
                }
                .productsLayout .btn_li > li {
                    width: calc(96% / 3);
                }
                .productsLayout .works_li {
                    gap: 60px 4%;
                }
                .productsLayout .works_li > li {
                    width: calc(92% / 3);
                }
                .productsLayout .works_li .info .img {
                    height: 220px;
                }
                .modaal-container h4 {
                    margin-bottom: 60px;
                }
                .cat_box {
                    display: flex;
                    align-items: flex-start;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .productsLayout .btn_li > li {
                    width: calc(94% / 4);
                }
                .productsLayout .works_li > li {
                    width: calc(88% / 4);
                }
                .productsLayout .works_li .info .img {
                    height: 260px;
                }
                .modaal-inner-wrapper {
                    padding-left: 255px;
                }
            }



/* productsAllLayout
------------------------------------*/
.productsAllLayout #c02 .btn {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 15px rgba(210, 210, 210, 0.8);
    max-width: 400px;
    text-align: center;
}



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

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



/* productsSingleLayout
------------------------------------*/
.productsSingleLayout .btn {
    margin-left: auto;
    margin-right: auto;
}

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

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



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


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

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



/* 
------------------------------------*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

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

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