@charset "UTF-8";
/* =====================================
	safety
===================================== */

.fv{
    font-size: 2.6rem;
    line-height: 1.23;
    padding-bottom: 7.33%;
    text-align: center;
}

.fv h2{
    font-weight: bold;
    margin: 6.66% 5.33% 4.266%;
}

.bg01 h3, .bg02 h3, .bg03 h3{
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 6%;
}

.bg01 h3 span, .bg02 h3 span, .bg03 h3 span{
    font-size: 3.0rem;
    color: #2f2725;
    text-align: center;
}

.bg01 h3 span small, .bg02 h3 span small, .bg03 h3 span small{
    font-size: 1.8rem;
}

.bg01 img, .bg02 img, .bg03 img{
    padding: 0 5.33%;
    display: block;
}

@media screen and (max-width: 768px) {

.fv{
    font-size: 3.466vw;
    padding-bottom: 7.33%;
}

.fv h2{
    margin: 6.66vw 5.33vw 4.266vw;
}

.bg01 h3, .bg02 h3, .bg03 h3{
    font-size: 4.533vw;
    margin-bottom: 6vw;
}

.bg01 h3 span, .bg02 h3 span, .bg03 h3 span{
    font-size: 4vw;
}

.bg01 h3 span small, .bg02 h3 span small, .bg03 h3 span small{
    font-size: 2.4vw;
}

.bg01 img, .bg02 img, .bg03 img{
    padding: 0 5.33vw;
}

}