@charset "UTF-8";



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

intro

----------------------------------------------------------  */
.feature-intro {
    margin-bottom: 10rem;
}
.feature-intro p {
    text-align: center;
    margin-bottom: 3rem;
}
.feature-intro figure:nth-of-type(1) {
    width: 80rem;
    margin: 0 auto 3rem auto;
}
.feature-intro figure:nth-of-type(2) {
    padding-right: 10rem;
}
@media screen and (max-width: 768px) {
    .feature-intro {
        padding: 0 3rem;
    }
    .feature-intro p {
        text-align: left;
    }
    .feature-intro figure:nth-of-type(1) {
        width: auto;
    }
    .feature-intro figure:nth-of-type(2) {
        padding-right: 0;
    }
}



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

safe

----------------------------------------------------------  */
.feature-safe {
    margin-bottom: 10rem;
}
.feature-safe p {
    text-align: center;
    margin-bottom: 2rem;
}
.feature-safe figure {
    width: 64rem;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .feature-safe {
        padding: 0 3rem;
    }
    .feature-safe p {
        text-align: left;
    }
    .feature-safe figure {
        width: auto;
    }
}



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

safe

----------------------------------------------------------  */
.feature-manufacture > p {
    text-align: center;
}
.feature-manufacture p {
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    .feature-manufacture {
        padding: 0 3rem;
    }
    .feature-manufacture > p {
        text-align: left;
    }
    .feature-manufacture p {
        margin-bottom: 2rem;
    }
}

/* specification */
.specification {
    text-align: center;
}
.specification figure {
    display: inline-block;
}
.specification img {
    max-width: 50%;
    height: auto;
}

/* feature-safe */
.feature-safe {
    text-align: center;
}
.feature-safe figure {
    display: inline-block;
}
.feature-safe img {
    max-width: 30%;
    height: auto;
}
