#page_title {
	background: url('../images/visit_nc/page_title.webp') no-repeat top center;
}

#subnav ul {
	border: 2px solid #3bb8c4;
}

#subnav ul li a {
	color: #3bb8c4;
	background: url('../images/common/arrow_subnav_blue.svg') no-repeat left center;
}

main section h3 {
	background: #c4eaed;
}

.comment_photo {
	display: flex;
	gap: 100px;
	position: relative;
}

.comment_photo figure {
	width: 300px;
	flex: none;
}

.comment_photo .comment {
	width: calc(100% - 400px);
	position: relative;
	flex: none;
}

main section table {
	width: 100%;
	border-top: 1px solid #ccc;
}

main section th,
main section td {
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
}

main section th {
	white-space: nowrap;
}

#news dl {
	display: flex;
	gap: 60px;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
}

#news dl:first-child {
	border-top: 1px solid #ccc;
}

#news dl dt {
	white-space: nowrap;
}


#contents1 dl{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
/* 	justify-content: center; */
	align-items: center;
	border-top: 1px solid #ccc;
	padding: 10px;
}

#contents1 > article > dl:nth-child(2){
	margin: 20px 0 0;
}

#contents1 > article > dl:nth-child(5){
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
}

#contents1 dl dt{
	width: 200px;
}

#contents5 article{
	column-count: 2;
}

#contents5 article > ol >li{
	margin: 0 0 2em 0;
}