@charset "utf-8";

/*--------------------------
	common
--------------------------*/

.example4 {
    width: 35%;
    margin: auto;
}

.text01 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 18px auto 68px;
}


.text02 {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    margin: 50px auto 40px;
    letter-spacing: 0.1em;
	font-weight: bold;
}

.text03 {
    font-size: 27px;
    line-height: 1.8;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.text04 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 34px;
    margin-top: 18px;
    font-weight: bold;
}
.text05 {
    font-size: 20px;
    text-align: center;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
.example4 {
    width: 100%;
    margin: auto;
}	


.text01 {
        font-size: 14px;
        line-height: 2;
        text-align: left;
        margin: 22px auto 37px;
        /* letter-spacing: 0.1em; */
    }
	
.text03 {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 9px;
    font-weight: bold;
}	
    .text04 {
		text-align: center;
        font-size: 18px;
    }
	
.text05 {
    font-size: 16px;
    text-align: center;
}	
}


