@charset "utf-8";

/*--------------------------
	common
--------------------------*/
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

.back01 {
    background: #f9f9f9;
}

.l-c-col-2-1 .col-2-1-block img.example1  {
    width: 19%;
}
.example4 {
    width: 77%;
    margin: auto;
	margin-top: 3%;
}
/*--------------------------
	文字
--------------------------*/
.text01 {
    font-size: 53px;
    text-align: center;
    line-height: 1.3;
	font-family: "Sawarabi Gothic";
}
.text02 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 27px 0 14px 0;
    color: #FF6F3C;
	font-family: "Sawarabi Gothic";
}
.text03 {
    font-size: 16px;
    text-align: center;
    margin-top: 29px;
    color: #8a8a8a;
    letter-spacing: 0.1em;
	font-family: "Sawarabi Gothic";
}
.text04 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 13px;
    font-family: "Sawarabi Gothic";
}



/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
	
.example4 {
    width: 100%;
    margin: auto;
}
/*--------------------------
	文字
--------------------------*/
.text01 {
    font-size: 26px;
}
.text02 {
    font-size: 14px;
}
.text03 {
    font-size: 13px;
    margin-top: 20px;
    color: #8a8a8a;
}
.text04 {
    font-size: 17px;
}
}