@charset 'UTF-8';


.lift_up_program {
	margin-bottom: 50px;
}

.faqHowtoTtl{
	text-align: center;
	font-size: 2.5em;
	line-height: 1.2em;
}
.faqHowtoTtl span{
	font-size: 0.4em;
}
.faqHowtoTtl span span{
	font-size: 0.4em;
}

.howtoList01,
.howtoList02 {
	margin-bottom: 30px;
}

.howtoList01 li,
.howtoList02 li {
	width: 33.3%;
	float: left;
	padding: 0 0 10px;
}

.moreBtn {
	float : none;
	margin-top: 20px;
}

@media screen and  (max-width: 1279px) {



}





@media screen and (max-width: 767px) {

.faqHowtoTtl{
	font-size: 2em;
}
.howtoList01 li{
	width: 50%;
}

.howtoList02 li {
	width: 50%;
	min-height: 20em;
}


}