@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 {
	margin-top: 1.5em;
	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 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;
}

.blog_impText {
	border-top: 1px solid #ddd;
	padding-top: 1.5em;
	margin-top: 2em;
}

/*******************************
linkFaculty
*******************************/
#linkFaculty {
  margin: 3em auto 0.5em; }

#linkFaculty h2 {
  background-color: #00336A;
  color: #fff;
  font-size: 137.5%;
  padding: 0.5em 0.5em 0.7em;
  font-weight: bold; }
  #linkFaculty h2 span {
    font-size: 70%; }
  #linkFaculty h2 i {
    margin-right: 0.2em; }

#linkFaculty ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

#linkFaculty ul li {
  width: 48.5%;
  margin-bottom: 1.75em; }

#linkFaculty ul li:nth-child(odd) {
  margin-right: 3%; }

#linkFaculty ul li a {
  display: block; }

#linkFaculty ul li .img01 {
  height: 17em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative; }

#linkFaculty ul li .img01 img {
  width: 100%; }

#linkFaculty ul li .img01 .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 51, 106, 0.9);
  padding: 0.5em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  height: 2em;
  display: flex;
  align-items: center; }

#linkFaculty ul li .class {
  font-weight: 500;
  color: #00336A;
  text-decoration: underline;
  margin-top: 0.5em; }

#linkFaculty ul li .txt01 {
  line-height: 1.4;
  margin-top: 0.35em; }

@media screen and (max-width: 768px) {
  #linkFaculty {
    margin: 3em auto 1.5em; }

  #linkFaculty h2 {
    font-size: 100%; }
    #linkFaculty h2 span {
      display: block;
      margin-left: 2em; }

  #linkFaculty ul li {
    width: 100%; }

  #linkFaculty ul li:nth-child(odd) {
    margin-right: 0; }

  #linkFaculty ul li a {
    font-size: 87.5%; }

  #linkFaculty ul li .img01 {
    height: 15em; }

  #linkFaculty ul li .img01 img {
    width: 110%;
    margin-left: -10%;
    max-width: 110%;
	}
}