@charset "utf-8";
/* CSS Document */
.noro_t1 {
	color: #00446A;
	font-weight: bold;
	font-size: 20px !important;
}
ul.noro_items {
	display: flex;
	list-style: none;
	justify-content: space-between;
	padding-left: 0;
}
ul.noro_items li {
	list-style: none;
	width: 32%;
}
.noro_items a img:hover {
	opacity: 0.6;
	transition: 0.3s;
}
a.link {
	color: #009fe8;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}
ul.noro_point6 {
	display: flex;
	list-style: none;
	justify-content: space-between;
	padding-left: 0;
	flex-wrap: wrap;
}
ul.noro_point6 li {
	list-style: none;
	width: 32%;
	margin-bottom: 50px;
}
.aaa {
	font-size: 20px;
	background: #dbe4e2;
	padding: 10px;
	line-height: 1.4;
}
.mt20 {
	margin-top: 1.25rem !important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
@media (max-width: 800px) {
	ul.noro_items {
		display: block;
	}
	ul.noro_items li {
		list-style: none;
		width: 90%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	ul.noro_point6 {
		display: flex;
		list-style: none;
		justify-content: space-between;
		padding-left: 0;
		flex-wrap: wrap;
	}
	ul.noro_point6 li {
		width: 49%;
		margin-bottom: 30px;
		margin-top: 20px;
		display: inline-block;
	}
	.aaa {
		font-size: 16px;
		background: #dbe4e2;
		padding: 5px;
		line-height: 1.4;
		height: 60px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.noro_t1 {
		color: #00446A;
		font-weight: bold !important;
		font-size: 16px !important;
		line-height: 1.4;
	}
	h5 {
		text-align: center;
	}
	.block-page-block--contents-body-img-2column {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.nonenbe-sp {
		width: 80% !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: flex;
	}
}