@charset "utf-8";

.common_under .flexCont.txtCont{
	margin-top: 30px;
}

.common_under .container .benefitsBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 60px 40px;
	margin-top: 40px;
}

.benefitsBox > li{
	width: calc(100% / 2 - 20px);
}

.benefitsBox > li .ttl{
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	color: #003289;
}

@media screen and (max-width: 1023px){
	.benefitsBox > li.li04 br{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.common_under .container .benefitsBox{
		flex-direction: column;
		gap: 40px;
	}
	.benefitsBox > li{
		width: 100%;
	}
}