@charset "utf-8";
/*------------------------------------------------------------
	information
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/information/page_img.jpg);
}
#main .newsList {
	margin-bottom: 10rem;
}
#main .newsList li a {
	padding: 5rem 4.5rem 4.5rem 0;
	display: block;
	font-size: 1.8rem;
	border-bottom: 1px solid #c2ccd8;
	background: url(../common/img/icon16.png) no-repeat right 1.8rem top 9rem / 1rem;
}
#main .newsList li a time {
	margin-bottom: 1.3rem;
	display: block;
	color: #24479c;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-family: "Montserrat", sans-serif;
}
#main .newsList li a time span {
	margin-left: 1rem;
}
#main .newsList p {
	letter-spacing: 0.1em;
}
#main .newsList li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.comWhiteBg {
		margin-bottom: 13rem !important;
	}
	#main .newsList {
		margin-top: -5rem;
	}
}
@media all and (max-width: 896px) {
	#main .newsList {
		margin-bottom: 5rem;
	}
	#main .newsList li a {
		padding: 2rem 3rem 2rem 0;
		font-size: 1.4rem;
		background-position: right 1rem center;
		background-size: 0.7rem;
	}
	#main .newsList li a time {
		margin-bottom: 0.5rem;
		font-size: 1.2rem;
	}
}
/* detail */
#detail .comWhiteBg figure {
	margin-bottom: 4.7rem;
	border-radius: 0 6rem;
	overflow: hidden;
}
#detail .comWhiteBg figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#detail .comWhiteBg p {
	margin-bottom: 4.8rem;
	line-height: 1.75;
	word-break: break-all;
}
#detail .comWhiteBg .wpBox a {
	color: #24479c;
	text-decoration: underline;
}
#detail .comWhiteBg .wpBox a:hover {
	opacity: 0.7;
}
#detail .comWhiteBg .comBtn01 {
	margin: 7.5rem auto 0;
}
#detail .comWhiteBg .comBtn01 a {
	min-width: 26rem;
	letter-spacing: 0.2em;
	background-image: url(../common/img/icon17.png);
}
@media all and (min-width: 897px) {
	#detail .comWhiteBg .headLine02 {
		margin-bottom: 10rem;
	}
}
@media all and (max-width: 896px) {
	#detail .comWhiteBg figure {
		margin-bottom: 3rem;
		border-radius: 0 2rem;
	}
	#detail .comWhiteBg p {
		margin-bottom: 3rem;
	}
	#detail .comWhiteBg .comBtn01 {
		margin: 0 auto;
	}
	#detail .comWhiteBg .comBtn01 a {
		min-width: 17rem;
	}
}