@charset "UTF-8";

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

.flexbox {
    display: flex;
    flex-direction: column;
}

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



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

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

.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 .product-selection-category {
    text-align: center;
    font-size: 16px;
    margin: 10px 15px 15px 5px;
    padding: 10px 10px 8px 10px;
    letter-spacing: 0.1em;
    background: #a69164;
    /* background: linear-gradient(-190deg, #ddc983 0%, #b3a465 100%); */
    position: relative;
    /* border-radius: 30px; */
    color: #fff;
    border-radius: 10px;
}

.product-selection-header .product-selection-category.yellow-bar {
    background: #d7a75f;
}

.product-selection-header .product-selection-category.yellow-bar span {
    color: #d7a75f;
}

.product-selection-header .product-selection-category.yellow-bar::before {
    color: #d7a75f;
}



.product-selection-header .product-selection-category span {
    background-color: #ead997;
    margin-right: .5rem;
    color: #e1b875;
    padding: 0 7px 0 10px;
}

.product-selection-header .product-selection-category span {
    background-color: #fffef9;
    color: #a69164;
}

.product-selection-header .product-selection-category::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    vertical-align: middle;
    color: #a69164;
    /* color: #e2b976; */
    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;
}



.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;
    max-width: 400px;
}

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



.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;
}

.txt-yel {
    color: #a69264;
}

.txt-red {
    color: #ec5093;
}

@media (min-width: 768px) {
    .flexbox {
        flex-direction: row;
    }

    .product-selection-category .icon-img {
        width: 40px;
        margin-right: 1rem;
        margin-top: -6px;
    }

    .product-selection-header .product-selection-description {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .product-selection-header .product-selection-category {
        margin: 0 auto;
        max-width: 1000px;
        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 {
        padding: 0px 0;
        gap: 5px;
        margin: 5px 0;
    }

    .secAbout .blockList.separate-box.column01 {
        grid-template-columns: 1fr;
    }

    .secAbout .blockList.separate-box.column01 .block__img {
        width: 40%;
    }

    .secAbout .blockList.separate-box.column01 .block__content {
        width: calc(60% - 40px);
        margin-left: 40px;
    }

    .secAbout .blockList.separate-box.column02-01 {
        grid-template-columns: 2fr 1fr;
    }

    .secAbout .blockList.separate-box.column02 {
        grid-template-columns: 1fr 1fr;
    }

    .secAbout .blockList.separate-box.column02-01 .big-column .block__img {
        width: 50%;
    }


    .secAbout .blockList__item {
        margin: 0;
        width: auto;
        justify-items: center;
    }

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

    .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 {
        margin: 0 0 20px;
    }
}