@charset "utf-8";


/*--------------------------
	common
--------------------------*/
.l-c-col-3-3 .col-3-3-block:nth-child(n + 4) {
    margin-top: 0px;
}

.back01 {
    background: #fcfbf1;
}

.font1 {
    font-size: 23px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 2%;
    font-weight: bold;
    margin-top: 0%;
    color: #a588bd;
}

.font2 {
    font-size: 17px;
    text-align: center;
    line-height: 2;
}

.text03 {
    font-size: 23px;
    text-align: center;
    /* line-height: 1.3; */
    margin-bottom: 4%;
    font-weight: bold;
    margin-top: 5%;
    color: #a588bd;
}
.text04 {
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    line-height: 2;
    margin-bottom: 4%;
}
a.btn_03 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 74%;
    margin: auto;
    padding: 2%;
    font-weight: bold;
    border: 2px solid #a588bd;
    color: #a588bd;
    border-radius: 100vh;
    transition: 0.5s;
}

/*-------------------------------
676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
/*--------------------------
	common
--------------------------*/
.font1 {
        font-size: 16px;
        margin-bottom: 5%;
    }	
.font2 {
    font-size: 14px;
}	
.text03 {
        font-size: 20px;
	margin-top: 2%;
    }
.text04 {
    font-size: 15px;
    text-align: center;
    line-height: 2;
    margin-bottom: 4%;
}
	a.btn_03 {
     width: 100%;
}
}
