@charset "utf-8";

/*--------------------------
	common
--------------------------*/
.example4 {
    width: 70%;
    margin: auto;
	margin-bottom: 3%;
}
/*--------------------------
	文字
--------------------------*/
.text01 {
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    color: #4DA8DA;
    margin-bottom: 3px;
}

.text02 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 2%;
}

.text03 {
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
}

.text04 {
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dashed #4DA8DA;
    margin-top: 4%;
}

.text05 {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    margin-top: 4%;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

.example4 {
    width: 100%;
}
	
/*--------------------------
	文字
--------------------------*/
 .text01 {
    font-size: 20px;
    }
	
	.text02 {
    font-size: 14px;
	margin-bottom: 4%;
	}	
		
    .text03 {
    font-size: 13px;
	line-height: 1.6;
    }
	
	.text04 {
    font-size: 20px;
    margin-top: 9%;
}
.text05 {
    font-size: 14px;
    line-height: 1.8;
}	
	
}