@charset "utf-8";


/*--------------------------
	common
--------------------------*/
.l-c-col-3-3 .col-3-3-block:nth-child(n + 4) {
    margin-top: 0px;
}


.font1 {
    font-size: 18px;
    text-align: center;
	margin-top: 19px;
    margin-bottom: 33px;
	font-weight: bold;
}

.font2 {
    font-size: 18px;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 8px;
    font-weight: bold;
}


.text01 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ee7800;
	padding: 10px;
}


.text02 {
    font-size: 18px;
    text-align: center;
}


.l-c-btn-green {
    background: #06C755 ;
    border: 1px solid #06C755;
    color: #fff;
}


.l-c-txt {
        font-size: 15px;
        font-size: 1rem;
    }

	
    .l-c-ac-btn a {
        font-size: 20px;
        font-size: 1.8rem;
        padding: 20px;
    }





/*-------------------------------
676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
/*--------------------------
	common
--------------------------*/

.text01 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ee7800;
    padding: 10px;
}	
	
.text02 {
    font-size: 16px;
    text-align: center;
}	
	
.l-c-ac-btn a {
    font-size: 20px;
    font-size: 1.4rem;
    padding: 20px;
}	
	
}
