@charset "utf-8";

/*--------------------------
	common
--------------------------*/

.text01 {
    font-size: 16px;
    line-height: 3;
    text-align: center;
    margin: 30px auto 80px;
    letter-spacing: 0.1px;
}

.text02 {
    font-size: 29px;
    line-height: 2;
    text-align: center;
    margin: 64px auto 0;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
    color: #d07262;
}
.text03 {
    font-size: 18px;
    line-height: 2.5;
    text-align: left;
	margin-top: 5%;
}

.mt60 {
    margin-top: 1px !important;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

/*--------------------------
	common
--------------------------*/
.text01 {
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
    margin: 30px auto 0px;
    letter-spacing: 0.1px;
}
.text02 {
    font-size: 22px;
    line-height: 2;
    text-align: center;
    margin: 44px auto 0;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
    color: #d07262;
}	
.text03 {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    /* margin-top: 5%; */
    margin-bottom: 5%;
}	
}