@charset "UTF-8";

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

.block__img02 {
    width: 100%;
}

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

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

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

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

.secAbout .blockList__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

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

.txt-red {
    color: #c2515c;
}

.txt-ppl {
    color: #8a63cc;
}

.txt-ble {
    color: #219ac6;
}

.txt-org {
    color: #ff6a13;
}


.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: none; */
    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;

}

.productIntroductionContents {
    padding-top: 0;
    margin-top: 0;
}

.pageSec {
    margin: 0;
}

.pageSec__body {
    padding-top: 0;
}

.headHdg {
    margin-top: 0;
    padding-top: 30px
}

@media (min-width: 768px) {
    .block__img02 {
        width: 75%;
        margin: 0 auto;
        display: block;
    }

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

    .block .block__name {
        font-size: 20px;
    }

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

    .secAbout .blockList {
        margin: 0;
        padding: 0 20px;
    }

    .secAbout .blockList__item {
        padding: 30px 30px;
        margin: 0;
    }

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

    .secAbout .blockList__item+.blockList__item::before {
        bottom: 0;
    }

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