@charset "UTF-8";

/* CSS Document */
.w100img {
    width: 100%;
}

.block__ttl {
    margin: 10px 0 !important;
}

/* .block__img02 {
    width: 100%;
} */

.pageSec__body .pageSecContents__body {
    margin: 40px 0 0;
}

.secAbout .blockList {
    background-color: #fff;
    padding: 0 20px 20px;
    position: relative;
    display: grid;
}

.secAbout .blockList.separate-box {
    background-color: #ffffff00;
    padding: 0;
    margin: 0 0 10px;
    gap: 10px;
}

.secAbout .blockList__item.separate {
    background-color: #fff;
    padding: 20px;
    margin: 0 !important;
}



.block .block__name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 10px;
}

.block .block__name span {
    font-size: 12px;
}

/* .product-selection-header {
    background-color: #fff;
} */

.product-selection-header .product-selection-description {
    color: #3dbcbe;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2rem;
}

.product-selection-header .product-selection-category {
    text-align: center;
    font-size: 20px;
    margin: 10px 15px 15px 5px;
    padding: 8px 10px 10px 10px;
    letter-spacing: 0.2em;
    background-color: #3dbcbe;
    position: relative;
    /* border-radius: 30px; */
    color: #fff;
    border-radius: 10px;
}

.product-selection-header .product-selection-category::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: middle;
    color: #3dbcbe;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1em 1.2em;
    border-top-color: currentColor;
    border-bottom: 0;
    z-index: 2;
}

.secAbout .blockList__item {
    padding: 0;
    margin-bottom: 0;
    /* border-bottom: 1px solid #d6d6d6; */
}

/* .secAbout .blockList__item:last-child {
    border-bottom: none;
} */
.secAbout .blockList__item .block__ttl {
    letter-spacing: 0rem;
}

/* 
.txt-yel {
    color: #9e9010;
} */

.block__txt a {
    border: 1px solid #585564;
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.feature-point__text a:hover {
    background: #5e5e5e;
    color: #fff;
    transition: 0.5s;
}

/* .secAbout .blockList__item:last-child {
    border-bottom: 1px solid #d6d6d6;
}

.secAbout .blockList:last-child .blockList__item:last-child {
    border-bottom: none;
} */

.block__txt a:hover {
    background: #222;
    opacity: 0.7;
    color: #fff;

}

.separate-header {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    background: linear-gradient(90deg, #cfb36d 0%, #fff9e6 50%, #e0c279 100%);
    padding: 10px;
    margin-bottom: 10px;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.separate-header span {
    color: #ff4885;
}

.txt-yel {
    color: #fff49a;
}

.txt-gr {
    color: #3dbcbe;
}

@media (min-width: 768px) {

    /* .block__img02 {
        width: 75%;
        margin: 0 auto;
        display: block;
    } */
    .product-selection-header .product-selection-description {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .product-selection-header .product-selection-category {
        margin: 0 auto;
        max-width: 800px;
        font-size: 24px;
    }

    .pageSec__body .pageSecContents__body {
        margin: 40px 0 0;
    }

    .secAbout .blockList__item .block__ttl {
        margin: 25px 0 0;
        font-size: 17px;
        font-weight: bolder;
    }

    .block .block__name {
        font-size: 18px;
        margin-top: 25px;
    }

    .block .block__name span {
        font-size: 12px;
    }

    .secAbout .blockList {
        margin: 0;
        padding: 20px;
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;

    }

    .secAbout .blockList.separate-box {
		display: flex;
        padding: 3px 0;
        gap: 5px;
    }

	.secAbout .blockList.separate-box li{width: 50%;}	

    .secAbout .blockList__item {
        margin: 0;
        width: auto;
    }

    .separate-header {
        font-size: 24px;
    }

    /* 
    .secAbout .blockList__item.separate {
        background-color: #fff;
        padding: 20px;
    } */

    .secAbout .blockList:first-child .blockList__item {
        margin-top: 20px;
    }

    .secAbout .blockList__item+.blockList__item::before {
        bottom: 0;
        background-color: #00000000;
    }

    .secAbout .blockList:last-child .blockList__item {
        /* border-bottom: none; */
        margin: 0 0 20px;
    }
}