@charset "utf-8";
/*　sec1
---------------------------------------------------------*/
.sec1 {
    padding: 40px 0 105px;
    text-align: center;
}
.sec1_inner {}
.sec1_inner02 {}
.title_default {
    margin-bottom: 90px;
}
.sec1_lead {
    margin-bottom: 3.5em;
    text-align: left;
    letter-spacing: 0.05em;
}
.sec1_01 {
    text-align: left;
}
.sec1_01 h4 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid #d4849a;
}
.sec1_01 p {
    margin-bottom: 2em;
    padding-left: 15px;
}


@media screen and (max-width: 1100px) {
	/*　sec1
	---------------------------------------------------------*/
	.sec1 {}
	
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
    padding: 30px 0 65px;
	}
	.sec1_inner {}
	.sec1_inner02 {}
	.title_default {
    margin-bottom: 60px;
}
	.sec1_lead {
    font-size: 13px;
}
	.sec1_01 {}
	.sec1_01 h4 {
    font-size: 16px;
    margin-bottom: 8px;
}
	.sec1_01 p {
    font-size: 13px;
}

}
