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

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


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

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

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

}