@charset "utf-8";

/* ページコンテンツ---------------- */
#page-content{
	background: #E4F4FD;
	padding: 30px 0 50px;
}

#page-content h2{
	text-align: center;
	color: #009DDA;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.68;
	
	padding-bottom: 10px;
	margin-bottom: 50px;
	
	position:relative;
	background: url(../images/border-dotted.png) center bottom / 186px auto no-repeat;
}


#page-content h3{
	color: #3E3A39;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.68;
}

#page-content h3:not(:first-child){
	margin-top: 1.875em;
}

#page-content ol+p,
#page-content ul+p,
#page-content p+p{
	margin-top: 1.875em;
}

#page-content ol{
	list-style:decimal;
	margin-left:1em;
}
#page-content ul li{
	margin-left:1em;
	text-indent: -1em;
}

#page-content a img.file_icon-pdf{
	width:2em;
	margin-left: 0.5em;
}


#page-content ul.download{
	display: flex;
	flex-wrap:wrap;
	gap: 1em 5em;
}


#page-content table{
	margin: 15px 0;
	width: 100%;
}
#page-content table tr{
	border-top: 1px solid #9E9E9F;
	border-bottom: 1px solid #9E9E9F;
}
#page-content table td:not(:last-child){
	border-right: 1px solid #9E9E9F;
}
#page-content table td{
	padding: 10px;
}


#page-content .wp-columns{
	gap: 20px;
}

@media only screen and (max-width:860px){
	#page-content{
		padding: 00px 0 20px;
	}
	#page-content h2{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}

.page.sitemap ul{
	text-align: center;
}

.page.sitemap ul a{
	color: #3E3A39;
}



.news-index{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.news-index .post{
	background: #ffffff;
}
.news-index .post a{
	display: flex;
	padding: 15px 30px;
	width: 100%;
	text-decoration: none;
	gap: 5px 1em;
}

.news-index .post > span{
	display: flex;
	padding: 15px 30px;
	width: 100%;
	text-decoration: none;
	gap: 5px 1em;
}
.news-index .post .date{
	font-size: 0.8125em;
	font-weight: 500;
	color: #231815;
	line-height: 1.3rem;
}
.news-index .post .category{
	font-size: 0.8125em;
	font-weight: 500;
	line-height: 1.3rem;
}

.news-index .post .category span{
	color: #ffffff;
	background: #F8B62D;
	padding: 0 5px;
	text-decoration: none;
}

.news-index .post .title{
	font-size: 1em;
	font-weight: 400;
	color: #00A0E9;
	line-height: 1.3rem;
	flex: 1;
}

.news-index .post a:hover .title{
	text-decoration: underline;
}
.news-index .post.new .title:after{
	content:"NEW";
	font-size: 0.8125em;
	font-weight: 500;
	color: #E60012;
	line-height: 1.3rem;
	border: 1px solid #E60012;
	padding: 0 5px;
	text-decoration: none;
	margin-left: 10px;
}

.news-index .post.new a:hover .title:after{
	text-decoration: none;
}

@media only screen and (max-width:860px){



	.news-heading{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 20px auto 20px;
	}
	.news-heading .link-index a{
		position:relative;
		padding-left: 30px;
		font-size: 1em;
	}
	.news-heading .link-index a:before{
		content: "";
		position: absolute;
		left: 0 ;
		top: .0em;
		width: 22px;
		height: 22px;
		background: url(../images/arrow-orange.svg) center center / contain no-repeat;
	}
	.news-index{
		gap: 20px;
	}
	.news-index .post{
		background: #ffffff;
	}
	.news-index .post a{
		display: flex;
		flex-wrap: wrap;
		padding: 15px 30px;
		width: 100%;
		text-decoration: none;
		gap: 5px 1em;
	}
	.news-index .post:not(:last-child){
		border-bottom: 1px dashed #898989;
	}

	.news-index .post .date{
	}
	.news-index .post .category{
	}
	.news-index .post .title{
		width: 100%;
	}

	.news-index .post.new .category:after{
		content:"NEW";
		font-weight: 500;
		color: #E60012;
		line-height: 1.3rem;
		border: 1px solid #E60012;
		padding: 0 5px;
		text-decoration: none;
		margin-left: 10px;
	}

	.news-index .post.new a .title:after{
		display: none;
	}

}



.link-return{
	text-align: center;
	margin-top: 50px;
}
.link-return a{
	position:relative;
		padding-left: 30px;
	color: #595757;
	font-size: 1em;
}
.link-return a:before{
	content: "";
	position: absolute;
	left: 0 ;
		top: 2px;
		width: 22px;
		height: 22px;
	background: url(../images/arrow-orange.svg) center center / contain no-repeat;
}

@media only screen and (max-width:860px){

	.link-return {
		text-align: center;
		margin-top: 20px;
	}
	.link-return a{
		position:relative;
		padding-left: 30px;
		font-size: 1em;
	}
	.link-return a:before{
		content: "";
		position: absolute;
		left: 0 ;
		top:  2px;
		width: 22px;
		height: 22px;
		background: url(../images/arrow-orange.svg) center center / contain no-repeat;
	}
}


.link-return{
	text-align: center;
	margin-top: 50px;
}

.w5{
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
}