@charset "utf-8";

/*--------------------------
	common
--------------------------*/

.text01 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 80px;
    letter-spacing: 0.1px;
}

.text02 {
    font-size: 20px;
    /* line-height: 2; */
    text-align: center;
    margin: 19px auto 14px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

/*--------------------------
	common
--------------------------*/
.text01 {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 0px;
    letter-spacing: 0.1px;
}
.text02 {
    font-size: 14px;
}
}