@charset "utf-8";

/*--------------------------
	common
--------------------------*/

.example4 {
    width: 35%;
    margin: auto;
}


.text01 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 80px;
    letter-spacing: 0.1em;
}


.text02 {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    margin: 50px auto 40px;
    letter-spacing: 0.1em;
	font-weight: bold;
}

.text03 {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 9px;
    font-weight: bold;
}

.text04 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 10px;
}

.text05 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #ffb300;
}

.text06 {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    margin: 10px auto 2px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #f07f1c;
}


/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
.example4 {
    width: 100%;
    margin: auto;
}	
.text01 {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 80px;
    letter-spacing: 0.1em;
}
	
.text03 {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 9px;
    font-weight: bold;
}	
.text04 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 10px;
}	
.text06 {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin: 0px auto 9px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #f07f1c;
}	
	
	
}


