@charset "utf-8";


.hdL {
  letter-spacing: normal;
}

.img01 {
	margin-bottom: 35px;
}

.box01,
.box02 {
	margin-bottom: 50px;
}

.box01 ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0 20px;
}

.box01 ul li {
	width: 240px;
}

.box01 ul li p,
.box02 ul li p {
	text-align: center;
	margin-top: 10px;
}

.box02 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.box02 ul li {
	width: 310px;
}


.img02 {
	margin-bottom: 50px;
	padding-top: 30px;
}






@media screen and (max-width: 768px) {

.img01 {
	margin-bottom: 5vw;
}

.box01,
.box02 {
	margin-bottom: 10vw;
}

.box01 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5vw 0;
}

.box01 ul li {
	width: 47%;
}

.box01 ul li p,
.box02 ul li p {
	text-align: center;
	margin-top: 10px;
}

.box02 ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5vw 0;
}

.box02 ul li {
	width: 47%;
}

.img02 {
	margin-bottom: 10vw;
	padding-top: 6vw;
}

}