#page_title {
	background: url('../images/first-time/pagetitle.webp') no-repeat center center;
}

#section1 .iconlist_4column img {
	display: block;
	margin: 0 auto 10px;
}

#section1 .iconlist_5column img {
	display: block;
	margin: 0 auto 10px;
}


#section1 article p a img{
	width: 255px;
	height: 255px;
	object-fit: cover;
}

#section2 .iconlist_3column img {
	display: block;
	width: 190px;
	height: 167px;
	object-fit: contain;
	margin: 0 auto 10px;
}

#section3 figure {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}

#section3 figure .icon {
	width: calc(100% - 510px);
	flex: none;
	display: block;
}

#section3 figure img {
	display: block;
	margin: 0 auto;
}

#section3 figure figcaption {
	width: 470px;
	flex: none;
	border: 1px solid #999;
	border-radius: 35px;
	padding: 20px 40px;
	box-sizing: border-box;
	color: #2b80b7;
}

#section4 ul {
	color: #26a8e1;
	font-weight: bold;
	padding: 30px 0 30px 30px;
}