@charset "UTF-8";
/* CSS Document */

#inkei01 .box01 {
	padding: 40px 20px 60px;
}

#inkei01 .box01 div {
	text-align: center;
	padding-top: 30px;
}

#inkei01 .box01 div img {
	width: 80%;
	height: auto;
}

#inkei01 .box02 {
	padding-bottom: 80px;
}

#inkei02 {
	padding-bottom: 20px;
}

#inkei02 > p {
	padding: 40px 20px 60px;
}

#inkei02 > ul {
	padding: 0 20px 60px;
}

#inkei02 > ul > li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

#inkei02 > ul > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

#inkei02 > ul > li::after {
	content: "";
	width: 51px;
	height: 19px;
	background-image: url("../../../images/yajirushi_sp.webp");
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

#inkei02 > ul > li:last-child::after {
	display: none;
}

#inkei02 > ul > li div {
	text-align: center;
}

#inkei02 > ul > li div img {
	width: 80%;
	height: auto;
}

#inkei02 > ul > li p {
	text-align: center;
	line-height: 1em;
	padding-top: 10px;
}

#inkei02 .box01 {
	padding: 0 0 60px;
}

#inkei02 .box01 .box {
	padding: 30px 20px 0;
}

#inkei02 .box01 .box div:first-of-type p.t01 {
	font-size:min(5vw,24px);
	color: #1e286e;
	line-height: 1.5em;
	font-weight: 600;
	padding-bottom: 35px;
	font-family: 'Noto Serif JP', sans-serif;
}

#inkei02 .box01 .box div:nth-of-type(2) {
	text-align: center;
	padding-top: 30px;
}

#inkei02 .box01 .box div:nth-of-type(2) img {
	width: 80%;
	height: auto;
}

#inkei02 .box01 h4 {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding-top: 60px;
}

#inkei02 .box01 > p {
	padding: 20px 20px 0;
}