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

.wbase .title {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 40px;
}
.wbase .title > div:first-child {
	font-size: 32px;
	line-height: 1.6;
	font-weight: 500;
	color: #182987;
	letter-spacing: 2px;
	font-feature-settings: "palt";
}
.wbase .title > div:first-child .line {
	position: relative;
	z-index: 0;
}
.wbase .title > div:first-child .line::before {
	content: '';
	display: block;
	width: calc(100% + 10px);
	position: absolute;
	height: 20px;
	bottom: 0;
	left: -5px;
	z-index: -1;
	background-color: #f6ea00;
}
#about_wbase p {
	font-size: 20px;
	line-height: 1.8;
	color: #3e3a39;
}
#message_wbase .fblk > div:first-child {
	padding-right: 64px;
}
#message_wbase .title {
	border-bottom: 1px solid #c0c1c1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#message_wbase p {
	font-size: 18px;
	line-height: 1.8;
	color: #3e3a39;
	text-align: justify;
}
#message_wbase strong {
	display: flex;
	justify-content: flex-end;
	padding-top: 40px;
	font-size: 20px;
	line-height: 1.8;
	color: #182987;
}
#message_wbase strong p {
	font-size: 20px;
	line-height: 1.8;
	color: #182987;
}
#pfacility_wbase .fblk > div:first-child {
	width: 390px;
	font-size: 18px;
	line-height: 1.8;
	color: #3e3a39;
}


@media screen and (max-width: 1260px) {
	#about_wbase .fblk > div:last-child img {
		width: 320px;
		height: auto;
		margin-left: 20px;
	}
	#pfacility_wbase .fblk > div:last-child {
		width: calc(100% - 410px);
	}
	#pfacility_wbase .fblk > div:last-child img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 999px) {
	.wbase .title {
		flex-direction: column;
		padding-bottom: 0;
	}
	.wbase .title > div:first-child {
		font-size: 18px;
		text-align: center;
	}
	.wbase .title > div:last-child {
		text-align: center;
	}
	.wbase .title > div:last-child img {
		width: auto;
		height: 67px;
		margin: 20px auto;
	}
	#about_wbase p {
		font-size: 14px;
		padding-top: 40px;
		text-align: justify;
	}
	#about_wbase .fblk > div:last-child {
		padding: 30px 12px 0;
	}
	#about_wbase .fblk > div:last-child img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#message_wbase .fblk > div:first-child {
		padding-right: 0;
		width: 142px;
		margin: 0 auto 20px;
	}
	#message_wbase .fblk > div:first-child img {
		width: 100%;
		height: auto;
	}
	#message_wbase .title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#message_wbase p {
		font-size: 14px;
	}
	#message_wbase strong {
		font-size: 15px;
		padding-top: 30px;
	}
	#message_wbase strong p {
		font-size: 15px;
	}
	#pfacility_wbase .fblk > div:first-child {
		width: auto;
		font-size: 14px;
	}
	#pfacility_wbase .fblk > div:last-child {
		width: auto;
	}
	#pfacility_wbase .fblk > div:last-child img {
		width: 100%;
		height: auto;
		margin: 30px auto 0;
	}
}