@charset "utf-8";

/*******************************
linkArea
*******************************/
#linkArea .linkAreaBox02 {
	padding: 0 0 4rem;
}

#linkArea .linkAreaBox02 ul {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#linkArea .linkAreaBox02 ul li {
	width: 48%;
	font-weight: 700;
}

#linkArea .linkAreaBox02 ul li dl dt {
	color: #00336A;
	text-align: center;
	margin-bottom: 0.85em;
	white-space: nowrap;
}

#linkArea .linkAreaBox02 ul li dl dt strong {
	font-size: 137.5%;
}

#linkArea .linkAreaBox02 ul li dl dd a {
	display: block;
	box-shadow: 4px 4px 0 #7f7f7f;
	padding: 5px;
	background: #00336A;
	color: #fff;
	font-size: 212.5%;
	text-align: center;
}

#linkArea .linkAreaBox02 ul li dl dd a div {
	border: 1px solid #fff;
	padding: 1.5rem 2rem 1.5rem 0;
	background: url(/common/images/arrow_06.svg) 97% center no-repeat;
	background-size: 1.15em auto;
}

/*******************************
topic-common
*******************************/
#topic #main {
	display: flex;
	justify-content: space-between;
}

#topic #main #side {
	width: 20%;
}

#topic #main #side dl {
	margin-bottom: 2.5em;
}

#topic #main #side dl dt {
	font-size: 125%;
	font-weight: 700;
	color: #00336A;
	border-bottom: 1px solid #00336A;
	margin-bottom: 0.75em;
}

#topic #main #side dl dt i {
	margin-right: 0.2em;
	text-align: left;
}

#topic #main #side dl dd ul li:not(:last-child) {
	margin-bottom: 0.75em;
}

#topic #main #side dl dd ul li {
	background: url(/common2022/images/arrow_04.svg) no-repeat 0 55%;
	background-size: 0.75em;
	padding-left: 1.15em;
}

#topic #main #section {
	width: 75%;
}

/*******************************
topic-top
*******************************/
#topic #main #topicksList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#topic #main #topicksList li {
	width: 49%;
	margin-bottom: 30px;
}

#topic #main #topicksList li:hover {
	color: pointer;
	opacity: .6;
}

#topic #main #topicksList li .topic_img {
	width: 100%;
	height:250px;
}

#topic #main #topicksList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#topic #main #topicksList li .topic_txt {
	margin-top: 10px;
}

#topic #main #topicksList li .topic_date {
	opacity: 0.5;
	margin-right: 0.75em;
	font-size: 87.5%;
}

#topic #main #topicksList li .topic_cat {
		background: #00336A;
    padding: 0.25em 0.5em;
    font-size: 81.25%;
    color: #fff;
}

#topic #main #topicksList li h3 {
	margin-top: 5px;
}

#topic #main #topicksList .wp-pagenavi {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

/*******************************
topic-single
*******************************/
#topic #main .single #singleTitle {
	color: #012c63;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	background: #e5eff9;
	padding: 0.85em 1em;
	border-bottom: none;
}

#topic #main .single .date {
	color: #00336a;
	padding: 0.25em 0 0;
	text-align: right;
	margin-bottom: 1.5em;
}

#topic #main .single .articleArea img {
	height: auto;
}

#topic #main .single #pagingArea {
	display: flex;
	justify-content: center;
	background: #f5f3f2;
	margin-top: 2.5em;
}

#topic #main .single #pagingArea li.back {
	border-right: 1px solid #ddd;
}

#topic #main .single #pagingArea li a {
	display: block;
	padding: 0.25em 1em;
	color: #00336a;
}

#topic #main .single #pagingArea li.back a::before {
	content: "＜";
	padding-right: 0.35em;
}

#topic #main .single #pagingArea li.next a::after {
	content: "＞";
	padding-left: 0.35em;
}
