@charset "utf-8";
/*=======================
facilitystandards
=======================*/
.standards__list {
    padding: 80px 10.4% 100px;
}

.standards__item {
    margin-top: 80px;
}

.standards__item:first-of-type {
    margin-top: 0;
}

.standards__title {
    font-size: 2.2rem;
    font-weight: 500;
    padding-left: 0.8em;
    margin-bottom: 20px;
    position: relative;
}

.standards__title:before {
    position: absolute;
    content: '';
    left: 0;
    border: 3px solid #00AB98;
    height: 100%;
    border-radius: 50px;
}

.standards__txt {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.standards__circle {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 16px 2%;
    border-radius: 3px;
    background-color: #f8f8f8;
}

/* facilitystandards tb */
    @media screen and (max-width: 1080px) {
    .standards__list {
        padding: 70px 4.2% 100px;
    }
}/* tb 1080px */

/* facilitystandards sp */
    @media screen and (max-width: 769px) {
    .standards__list {
        padding: 30px 4.2% 40px;
    }

    .standards__item {
        margin-top: 40px;
    }

    .standards__item:first-of-type {
        margin-top: 0;
    } 

    .standards__title {
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 0;
    }

    .standards__txt {
        margin-top: 10px;
        font-size: 1.5rem;
    }

    .standards__circle {
        font-size: 1.5rem;
    }
}/* sp 769px */