@charset "utf-8";

/*******************************
linkArea
*******************************/
#linkArea {
	margin-top: 30px;
}

#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;
}

/*******************************
departmentArea
*******************************/
#departmentArea {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 30px auto;
}

#departmentArea h2 {
	width: 100%;
	background-color: #00336A;
	color: #fff;
	font-size: 22px;
	margin-bottom: 30px;
	padding: 15px 20px;
	font-weight: bold;
}

#departmentArea a {
	width: 49%;
	margin-bottom: 15px;
}

#departmentArea a:not(:nth-of-type(2n)) {
	margin-right: 2%;
}

#departmentArea .departmentImg {
	position: relative;
	width: 100%;
	height: 250px;
}

#departmentArea .departmentImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#departmentArea .departmentImg .name {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 5px 1em;
	background: rgba(0, 51, 106, 0.9);
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
}

#departmentArea .name span {
	display: block;
	font-size: 85%;
}

#departmentArea .departmentClass {
	font-weight: 500;
	color: #00336A;
	text-decoration: underline;
	margin-top: 0.5em;
}

/*******************************
topic-common
*******************************/
#contents {
	padding-top: 0;
	width: 1200px;
	max-width: 94%;
	margin: 0 auto;
	padding-bottom: 1.5em;
}

#topic #main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#topic #main .txt_01 {
	width: 100%;
	margin-top: 1.25em;
	padding-bottom: 1.5em;
}

#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:150px;
}

#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 .txtCut {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 52px;
}

#topic #main #topicksList li h3 {
	color: #00336A;
	font-size: 125%;
	font-weight: 700;
	margin-bottom: 0.75em;
}

#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;
}

#topic #main .single .toTopic {
	margin-top: 1em;
	background: url(/common2022/images/icon_sankaku-gold02.svg) no-repeat 2.5% center #00336A;
	color: #fff;
	padding: 0.75em 0;
	text-align: center;
	font-size: 112.5%;
	display: block;
	background-size: 0.65em auto;
	text-decoration: none;
}

.single_new {
	border: 1px solid #EAEEF7;
	margin: 3em 0 2em;
}

.single_new h3 {
	font-size: 137.5%;
	padding: 0.5em 0.5em 0.7em;
	background: #EAEEF7;
	font-weight: 700;
	margin-bottom: 1.25em;
	color: #00336A;
}

.single_new h3 i {
	margin-right: 0.2em;
}

.single_new #archive {
	display: block;
	padding: 0 1.25em;
}

.single_new #archive li {
	width: auto;
	margin-bottom: 1.5em;
	position: relative;
}

.single_new #archive li:nth-child(2n+1) {
	margin-right: 0;
}

.single_new #archive li:not(:last-child) {
	border-bottom: 1px solid #EAEEF7;
	padding-bottom: 1.5em;
}

.single_new #archive li a {
	display: flex;
	justify-content: space-between;
}

.single_new #archive li a .photo {
	width: 33.8%;
	height: 9.375em;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.single_new #archive li a .photo img {
	width: auto;
	max-width: 1000%;
	height: 100%;
}

.single_new #archive li a .other {
	width: 63%;
}

.single_new #archive li a .box01 {
	display: flex;
	align-items: center;
}

.single_new #archive li a .box01 .day {
	opacity: 0.5;
	margin-right: 0.75em;
	font-size: 87.5%;
}

.single_new #archive li a .box01 .cat {
	background: #00336A;
	padding: 0.25em 0.5em;
	font-size: 81.25%;
	color: #fff;
}

.single_new #archive li a dl {
	margin-top: 0.5em;
}

.single_new #archive li a dt {
	font-size: 112.5%;
	font-weight: 700;
	color: #00336A;
}

.single_new #archive li a dl dd {
	margin-top: 0.7em;
	line-height: 1.7;
}

.single_new #archive li a dl dd .txtCut02 {
	position: relative;
	height: 55px;
	overflow: hidden;
}

.single_new #archive li .web-logo-font {
	position: absolute;
	top: 0;
	right: 0;
}

.single_new #archive li .web-logo-font li {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 0 0 0.5em;
}

ul.web-logo-font li.facebook-btn-icon {
	background-color: #3C5A99;
}

ul.web-logo-font li.twitter-btn-icon {
	background-color: #55ACEE;
	margin-right: 0.5em;
}

.icon-twitter:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e60d";
}

ul.web-logo-font li a span {
	display: flex;
	width: 1.5em;
	height: 1.5em;
	justify-content: center;
	align-items: center;
	padding-top: 0.1em;
	padding-left: 0.1em;
}