@charset "UTF-8";

.inner__small__banner{
	margin: 40px auto;
	display: flex;
	gap:40px;
}

.inner__small__bannerbox{
	width: 520px;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	box-sizing: border-box;
}

.inner__small__bannerbox:first-child{
	background:rgba(201,245,255,1.00);
	border: 6px solid #368BA5
}

.inner__small__bannerbox:first-child a{
	display: block;
	padding: 30px 0;
	color:#368BA5;
}
.inner__small__bannerbox:last-child{
	background:#F9FFCD;
	border: 6px solid #96997A
}

.inner__small__bannerbox:last-child a{
	display: block;
	padding: 30px 0;
	color:#96997A;
}


@media screen and (max-width:1024px) {
}
@media screen and (max-width:767px) {
.inner__small__banner{
	margin: 40px auto;
	flex-wrap: wrap;
	gap:20px;
}

.inner__small__bannerbox{
	width: 100%;
	font-size: 18px;
}
.inner__small__bannerbox:first-child a,
.inner__small__bannerbox:last-child a{
	padding: 15px 0;
}
}
