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

#plink a {
	margin-right: 50px;
}
#plink a.nm {
	margin-right: 0;
}
.wbase > strong {
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	color: #182987;
	padding-bottom: 25px;
	border-bottom: 1px solid #182987;
	margin-bottom: 25px;
}
.wbase > p {
	font-size: 18px;
	line-height: 1.8;
	color: #3e3a39;
	padding: 0 0 65px;
	text-align: justify;
	font-feature-settings: "palt";
}
.wbase > p a {
	text-decoration: underline;
	color: #2e7ce5;
}
.wbase > p.st {
	font-size: 16px;
	text-align: right;
	padding: 0 0 30px;
}
.wbase > p:last-child {
	padding: 0;
}
.cblk {
	margin: 0 0 5px 20px;
	border: 4px solid #182987;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.cblk > div:first-child {
	width: 440px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #182987;
}
.cblk > div:first-child p {
	font-size: 24px;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
}
.cblk > div:last-child {
	width: 547px;
	font-size: 21px;
	line-height: 1.5;
	color: #3e3a39;
	padding: 15px 0;
}
.cblk > div:last-child div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.cblk > div:last-child div p {
	font-size: 22px;
	line-height: 26px;
	margin: 12px 30px 0 0;
}
.cblk > div:last-child div p span {
	display: inline-block;
	color: #FFF;
	text-align: center;
	background-color: #9b9c9c;
	border-radius: 5px;
	width: 54px;
	font-size: 18px;
	line-height: 26px;
	margin-right: 10px;
}

@media screen and (max-width: 1260px) {
	.cblk > div:first-child {
		box-sizing: border-box;
		padding: 0 20px;
	}
	.cblk > div:last-child {
		padding: 15px;
	}
}
@media screen and (max-width: 999px) {
	#contents > .container {
		overflow: visible;
	}
	#plink a {
		margin-right: 0;
	}
	.wbase {
		margin: 20px 0 0;
	}
	.wbase > strong {
		font-size: 15px;
		line-height: 1.4;
		padding-bottom: 15px;
		margin-bottom: 17px;
	}
	.wbase > p {
		font-size: 14px;
		font-feature-settings: "palt";
		padding: 0 0 40px;
	}
	.wbase > p.st {
		font-size: 10px;
		text-align: center;
		padding-bottom: 20px;
	}
	.cblk {
		margin: 0 0 5px;
		border-width: 2px;
		flex-direction: column;
	}
	.cblk > div:first-child {
		width: 100%;
		padding: 10px 0;
	}
	.cblk > div:first-child p {
		font-size: 15px;
	}
	.cblk > div:first-child p span {
		font-size: 17px;
	}
	.cblk > div:last-child {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 14px 12px;
		font-size: 16px;
	}
	.cblk > div:last-child div p {
		font-size: 14px;
		line-height: 18px;
		margin: 10px 20px 0 0;
	}
	.cblk > div:last-child div p span {
		font-size: 12px;
		line-height: 18px;
		width: 33px;
		margin-right: 4px;
	}
}