@charset "UTF-8";

main {
  line-height: 1.8;
}

body[data-path3="japanese"] #container,
body[data-path3="english"] #container,
body[data-path3="asia"] #container,
body[data-path3="child_care"] #container,
body[data-path3="human_formation"] #container,
body[data-path3="psychology"] #container,
body[data-path3="social_welfare"] #container,
body[data-path2="social"] #container {
  padding-bottom: 0;
}

/*見出し
----------------------------------------*/

.page_ttl {
  height: 220px;
  text-align: center;
  background: url(../img/common/bg-h1.jpg) center center;
  background-size: cover;
}
.page_ttl h1 {
  font-size: 3.4rem;
  font-weight: 500;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  color: #101010;
}
.page_ttl h1 .en_ct {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 798px) {
  .page_ttl {
	height: 100px;
	margin-bottom:40px;
  }
  .page_ttl h1 {
	padding: 0 5%;
	font-size: 2.2rem;
  }
  .page_ttl h1 .en_ct {
	font-size: 11px;
  }
}


/*見出し 背景出し分け ------------------------ */

/* 受験生の方 */
body[data-path1="examinee"] .page_ttl {
  background: url(../img/common/bg-h1_examinee.jpg) center center;
  background-size: cover;
}
/* 在学生の方 */
body[data-path1="student"] .page_ttl {
  background: url(../img/common/bg-h1_student.jpg) center center;
  background-size: cover;
}
/* 卒業生の方 */
body[data-path1="obog"] .page_ttl {
  background: url(../img/common/bg-h1_obog.jpg) center center;
  background-size: cover;
}
/* 保護者の方 */
body[data-path1="parent"] .page_ttl {
  background: url(../img/common/bg-h1_parent.jpg) center center;
  background-size: cover;
}
/* 地域・企業の方 */
body[data-path1="worker"] .page_ttl {
  background: url(../img/common/bg-h1_worker.jpg) center center;
  background-size: cover;
}
/* 大学紹介 */
body[data-path1="about"] .page_ttl {
  background: url(../img/common/bg-h1_about.jpg) center center;
  background-size: cover;
}
/* 講演会・イベントのご案内 */
body[data-path1="event"] .page_ttl,
body[data-path1$="_form"] .page_ttl{
  background: url(../img/common/bg-h1_event.jpg) center center;
  background-size: cover;
}
/* 学部・大学院 */
body[data-path1="education"] .page_ttl {
  background: url(../img/common/bg-h1_education.jpg) center center;
  background-size: cover;
}
/* 入学試験 */
body[data-path1="entrance"] .page_ttl {
  background: url(../img/common/bg-h1_entrance.jpg) center center;
  background-size: cover;
}
/* 就職・進路情報 */
body[data-path1="job"] .page_ttl {
  background: url(../img/common/bg-h1_job.jpg) center center;
  background-size: cover;
}
/* 学生生活 */
body[data-path1="life"] .page_ttl {
  background: url(../img/common/bg-h1_life.jpg) center center;
  background-size: cover;
}
/* 国際交流 */
body[data-path1="international"] .page_ttl {
  background: url(../img/common/bg-h1_international.jpg) center center;
  background-size: cover;
}
/* 社会連携 */
body[data-path1="lifelong"] .page_ttl {
  background: url(../img/common/bg-h1_lifelong.jpg) center center;
  background-size: cover;
}
/* 入学手続き */
body[data-path1="procedure"] .page_ttl {
  background: url(../img/common/bg-h1_procedure.jpg) center center;
  background-size: cover;
}
/* 重要なお知らせ */
body[data-path1="notice"] .page_ttl {
  background: url(../img/common/bg-h1_notice.jpg) center center;
  background-size: cover;
}
/* お知らせ */
body[data-path1="news"] .page_ttl {
  background: url(../img/common/bg-h1_news.jpg) center center;
  background-size: cover;
}
/* 各学科からのお知らせ */
body[data-path1="department_information"] .page_ttl {
  background: url(../img/common/bg-h1_department_information.jpg) center center;
  background-size: cover;
}
/* シラバス */
body[data-path1="syllabus"] .page_ttl {
  background: url(../img/common/bg-h1_syllabus.jpg) center center;
  background-size: cover;
}
/* お問い合わせ */
body[data-path1="contact"] .page_ttl {
  background: url(../img/common/bg-h1_contact.jpg) center center;
  background-size: cover;
}
/* 採用情報 */
body[data-path1="recruitment"] .page_ttl {
  background: url(../img/common/bg-h1_recruitment.jpg) center center;
  background-size: cover;
}
/* 教員情報 */
body[data-path1="scholarship"] .page_ttl {
  background: url(../img/common/bg-h1_scholarship.jpg) center center;
  background-size: cover;
}

/* h2調整 */
body[data-path4="major_subject"] .ttl_h2,
body[data-path4="courses"] .ttl_h2,
body[data-path4="minor"] .ttl_h2,
body[data-path1="job"][data-path2="voice"] .ttl_h2 {
  display: none;
}
body[data-path4="major_subject"] .contents .ttl_h2,
body[data-path4="courses"] .contents .ttl_h2,
body[data-path4="minor"] .contents .ttl_h2 {
    display: block;
}

.ttl_h2,
.contents .ttl_h2 {
  /* スタイル */
  max-width: 1000px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto 60px;
  padding: 0;
  text-align: center;
  background: none;
  /* 回り込み防止 */
  overflow: hidden;
}

.ttl_h2::after,
.contents .ttl_h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #6f3861;
  margin: 25px auto 0;
}
@media screen and (max-width: 798px) {
  .ttl_h2,
  .contents .ttl_h2 {
	/* スタイル */
	font-size: 2rem;
	margin: 0 0 40px;
	padding: 0 3%;
  }

  .ttl_h2::after,
  .contents .ttl_h2::after {
	width: 70px;
	height: 3px;
	margin: 15px auto 0;
  }
}


.ttl_h2_02 {
  /* スタイル */
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 50px;
  padding: 0 0 22px;
  background: url(../img/common/bg-oblique_line-01.png) repeat-x left bottom;
  background-size: auto 3px;
  /* 回り込み防止 */
  overflow: hidden;
  position: relative;
}
.contents .ttl_h2_02 {
  /* スタイル */
  margin: 0 -20px 50px;
}
.ttl_h2_02::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #6f3861;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ttl_h2_02.icon_gakubu {
	margin-bottom: 10px;
}
.ttl_h2_02.icon_gakubu::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
	background: url(../img/common/icon-gakubu.png) no-repeat;
	margin: 0 10px;
	vertical-align: -6px;
}
.ttl_h2_02.icon_ryoiki {
	margin-bottom: 10px;
}
.ttl_h2_02.icon_ryoiki::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 31px;
	background: url(../img/common/icon-ryoiki.png) no-repeat;
	margin: 0 10px;
	vertical-align: -6px;
}
.ttl_h2_02.icon_shimei {
	margin-bottom: 10px;
}
.ttl_h2_02.icon_shimei::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
	background: url(../img/common/icon-shimei.png) no-repeat;
	margin: 0 10px;
	vertical-align: -6px;
}
.ttl_h2_02.icon_country {
	margin-bottom: 10px;
}
.ttl_h2_02.icon_country::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/common/icon-country.png) no-repeat;
	margin: 0 10px;
	vertical-align: -6px;
}
.ttl_h2_02.icon-ryugaku_season {
	margin-bottom: 10px;
}
.ttl_h2_02.icon-ryugaku_season::before {
	content: "";
	display: inline-block;
	width: 31px;
	height: 31px;
	background: url(../img/common/icon-ryugaku_season.png) no-repeat;
	margin: 0 10px;
	vertical-align: -6px;
}
.ttl_h2_02.icon-ryugaku_kubun {
	margin-bottom: 10px;
}
.ttl_h2_02.icon-ryugaku_kubun::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/common/icon-ryugaku_kubun.png) no-repeat;
	margin: 0 10px;
	vertical-align: -6px;
}

@media screen and (max-width: 798px) {
	.ttl_h2_02 {
		/* スタイル */
		font-size: 2.2rem;
		margin: 40px 0 25px;
		padding: 0 0 12px;
		background: url(../img/common/bg-oblique_line-01.png) repeat-x left bottom;
		background-size: 2px;
		}
	.contents .ttl_h2_02 {
		/* スタイル */
		margin: 40px -10px 25px;
	}

	.ttl_h2_02::after {
		width: 100px;
		height: 2px;
	}

	.ttl_h2_02.icon_gakubu::before {
		width: 25px;
		height: 25px;
		background: url(../img/common/icon-gakubu.png) no-repeat;
		background-size:25px 25px;
	}

	.ttl_h2_02.icon-ryugaku_season::before {
		width: 25px;
		height: 25px;
		background: url(../img/common/icon-ryugaku_season.png) no-repeat;
		background-size:25px 25px;
	}

	.ttl_h2_02.icon-ryugaku_kubun::before {
		width: 24px;
		height: 24px;
		background: url(../img/common/icon-ryugaku_kubun.png) no-repeat;
		background-size:24px 24px;
	}

	.ttl_h2_02.icon_country::before {
		width: 24px;
		height: 24px;
		background: url(../img/common/icon-country.png) no-repeat;
		background-size:24px 24px;
	}
}

.ttl_h3,
.contents .ttl_h3 {
  /* スタイル */
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 60px 0 50px;
  padding: 0 0 22px;
  background: url(../img/common/bg-oblique_line-01.png) repeat-x left bottom;
  background-size: auto 3px;
  /* 回り込み防止 */
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.contents .ttl_h3 {
  margin: 60px -20px 50px;
}
.ttl_h3:first-child,
.contents .ttl_h3:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}
.ttl_h3::after,
.contents .ttl_h3::after {
  content: "";
  display: block;
  width: 196px;
  height: 3px;
  background: #6f3861;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 798px) {
  .ttl_h3,
  .contents .ttl_h3 {
	/* スタイル */
	font-size: 2rem;
	margin: 40px 0 25px;
	padding: 0 0 12px;
	background: url(../img/common/bg-oblique_line-01.png) repeat-x left bottom;
	background-size: 2px;
  }
  .contents .ttl_h3 {
	margin: 40px -10px 25px;
  }
  .ttl_h3::after,
  .contents .ttl_h3::after {
	width: 100px;
	height: 2px;
  }
}

main .ttl_h3_02 {
  /* スタイル */
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 -0 32px;
  padding: 9px 20px 10px;
  background: url(../img/common/bg-oblique_line-09.png) repeat;
  border-radius: 5px;
  /* 回り込み防止 */
  overflow: hidden;
}

@media screen and (max-width: 798px) {
	main .ttl_h3_02 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 5px 15px;
  }

}

/*ローカルナビ
----------------------------------------*/
.lnav {
  width: 1000px;
  margin:0 auto 60px;
}
.lnav ul li {
  float: left;
  margin: 0 1px 1px 0;
  width: 249px;
  padding: 0;
}
.lnav ul li::before {
  content: none;
}
.lnav ul li:nth-child(4n) {
  margin: 0 0 1px 0;
}
.lnav ul:after {
	content:"";
	display:block;
	clear:both;
}
.lnav ul li a {
  display: block;
  background: url(../img/common/bg-oblique_line-02.png) repeat;
  padding: 14px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  transition: 0.3s;
  height: 100%;
  box-sizing: border-box;
  color: #222222;
  font-weight: 500;
}
.lnav ul li.current a,
.lnav ul li a:hover {
  background: #6f3861;
  color: #fff;
}
/* 日本語・日本文学科 */
body[data-path3="japanese"] .lnav ul li.current a,
body[data-path3="japanese"] .lnav ul li a:hover {
  background: #af5485;
}

/* 英語学科 */
body[data-path3="english"] .lnav ul li.current a,
body[data-path3="english"] .lnav ul li a:hover {
  background: #64a8c4;
}

/* アジア文化学科 */
body[data-path3="asia"] .lnav ul li.current a,
body[data-path3="asia"] .lnav ul li a:hover {
  background: #bf5b50;
}

/* 初等教育・保育専攻 幼児保育コース */
body[data-path3="child_care"] .lnav ul li.current a,
body[data-path3="child_care"] .lnav ul li a:hover {
  background: #737bae;
}

/* 初等教育・保育専攻 初等教育コース */
body[data-path3="human_formation"] .lnav ul li.current a,
body[data-path3="human_formation"] .lnav ul li a:hover {
  background: #917caf;
}

/* 心理・社会福祉専攻 発達臨床心理コース */
body[data-path3="psychology"] .lnav ul li.current a,
body[data-path3="psychology"] .lnav ul li a:hover {
  background: #4ba582;
}

/* 心理・社会福祉専攻 発達臨床心理コース */
body[data-path3="social_welfare"] .lnav ul li.current a,
body[data-path3="social_welfare"] .lnav ul li a:hover {
  background: #79a863;
}


/* 現代社会学部 */
body[data-path2="social"] .lnav ul li.current a,
body[data-path2="social"] .lnav ul li a:hover {
  background: #4d7aa4;
}


.lnav ul li a span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.lnav_block {
  color: #183143;
  font-feature-settings : "palt";
  background: url(../img/common/bg-lnav.png) no-repeat center center;
  background-size: cover;
}

.lnav_block .lnav_bg{
	padding: 40px 0 39px;
	background: url(../img/common/bg-lnav_polygon.png) no-repeat center top;
}

/*.lnav_block::before {
  content: "";
  width: 1000px;
  height: 284px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/common/bg-lnav_polygon.png) no-repeat center top;
}*/
.lnav_block .lnav_ttl {
  text-align: center;
  letter-spacing: -1px;
  font-size: 3rem;
  margin-bottom: 38px;
  pointer-events: none;
  line-height: 1.4;
}
#container > .lnav_block:nth-last-child(2) {
  margin-bottom: -100px;
}
.lnav_block ul {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: -.4em;
}
.lnav_block ul li {
  width: 235px;
  border-bottom: solid 1px #814680;
  display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
  margin-left: 20px;
  margin-bottom: 21px;
  letter-spacing: normal;
	vertical-align: bottom;
	padding: 0 0 12px 0;
	height: auto;
}
.lnav_block ul li:nth-child(4n+1) {
  margin-left: 0;
}
.lnav_block ul li a {
	display: block;
  font-weight: 500;
	color: #183143;
	padding: 0 35px 0 0;
}
@media screen and (min-width: 799px) {
	.lnav_block ul li.height_c a {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.lnav_block ul li a::after {
  content: "";
  width: 20px;
  height: 9px;
  display: block;
  background: url(../img/common/icon-lnav_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  right: 9px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.lnav_block ul li a:hover::after {
  right: 0;
}

.contblock + .lnav_block {
  margin-top: 135px;
}

@media screen and (min-width: 799px) {
	.lnav_block ul {
		display:block !important;
	}
}

@media screen and (max-width: 798px) {
  .lnav {
	width: 93%;
	margin: 0 auto 40px;
  }
  .lnav ul li {
	float: left;
	margin: 0;
	width: 50%;
	padding: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
  }
  .lnav ul li:nth-child(4n) {
	margin: 0;
  }
  .lnav ul li:nth-child(2n) {
	border-right: none;
  }
  .lnav ul li a {
	padding: 12px 5px;
	font-size: 1.3rem;
  }
  .lnav_block {
	background: #bacbdd;
	background: -moz-linear-gradient(left, #bacbdd 0%, #d8e5f0 50%, #c3dbdd 100%);
	background: -webkit-linear-gradient(left, #bacbdd 0%,#d8e5f0 50%,#c3dbdd 100%);
	background: linear-gradient(to right, #bacbdd 0%,#d8e5f0 50%,#c3dbdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacbdd', endColorstr='#c3dbdd',GradientType=1 );
  }
  .lnav_block .lnav_bg{
	padding: 15px 6.5%;
	background: url(../img/common/bg-lnav_polygon_sp.png) no-repeat center top;
	background-size: 100% auto;
	}
  /*.lnav_block::before {
	width: 100%;
	height: 100%;
	background: url(../img/common/bg-lnav_polygon_sp.png) no-repeat center top;
  }*/
 .lnav_block .lnav_ttl {
	text-align: left;
	letter-spacing: .1px;
	margin-left: -4px;
	font-size: 2rem;
	padding-right: 22px;
	margin-bottom: 0;
	pointer-events: all;
  }
 .lnav_block .lnav_ttl::before {
	content: "";
	width: 17px;
	height: 2px;
	display: block;
	background: #814680;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
 .lnav_block .lnav_ttl::after {
	content: "";
	width: 2px;
	height: 17px;
	display: block;
	background: #814680;
	position: absolute;
	right: 7.5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
 .lnav_block .lnav_ttl.open::after {
	display: none;
  }
  #container > .lnav_block:nth-last-child(2) {
	margin-bottom: 0;
  }
  .lnav_block ul {
	width: auto;
	margin: 25px 0 -8px;
	display: none;
  }
  .lnav_block ul li {
	width: auto;
	height: auto!important;
	display: block;
	font-size: 1.3rem;
	margin-left: 0;
	margin-bottom: 14px;
	padding: 0 0 11px 0;
  }
  .lnav_block ul li a {
	padding: 0 30px 0 0;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  .lnav_block ul li a::after {
	content: "";
	width: 18.5px;
	height: 8.5px;
	right: 3.703%;
	bottom: 19px;
	background-size: 100% auto;
  }
  .lnav_block ul li a:hover {
	background: none;
  }

  .contblock + .lnav_block {
	margin-top: 50px;
  }
}

/*アンカーナビ
----------------------------------------*/
.anchor_nav {
	margin: 0 -8px 60px;
}
.anchor_nav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 8px;
	margin-bottom: 20px;
}
.anchor_nav ul li {
	display: table-cell;
	background: #6f3861;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	transition: 0.3s;
}
.anchor_nav ul li:hover {
	opacity: 0.6;
}
.anchor_nav ul li::before {
	content: none;
}
.anchor_nav ul li a {
	display: block;
	padding: 13px 10px 30px;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
}
.anchor_nav ul li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 17px;
	background: #fff url(../img/common/icon-anchor_arrow.png) no-repeat center bottom;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.anchor_nav ul li a[class]::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
}
.anchor_nav ul li .icon_gakubu::before {
	width: 19px;
	height: 19px;
	background: url(../img/common/icon-gakubu_wh.png) no-repeat;
	vertical-align: -2px;
}
.anchor_nav ul li .icon_ryoiki::before {
	width: 16px;
	height: 21px;
	background: url(../img/common/icon-ryoiki_wh.png) no-repeat;
	vertical-align: -3px;
}
.anchor_nav ul li .icon_shimei::before {
	width: 19px;
	height: 19px;
	background: url(../img/common/icon-shimei_wh.png) no-repeat;
	vertical-align: -2px;
}
@media screen and (max-width: 798px) {
	.anchor_nav {
		margin: 0 0 40px;
	}
	.anchor_nav ul {
		display: block;
		margin-bottom: 0;
	}
	.anchor_nav ul li {
		display: block;
		margin-bottom: 5px;
	}
	.anchor_nav ul li::before {
		content: none;
	}
	.anchor_nav ul li a {
		padding: 10px 25px 10px 15px;
		font-size: 1.5rem;
	}
	.anchor_nav ul li a::after {
		position: absolute;
		left: auto;
		right: 20px;
		top: 0;
		bottom: 10px;
		background: none;
    margin: auto 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	}
	.anchor_nav ul li a[class]::before {
		content: "";
		display: inline-block;
		margin-right: 10px;
	}
	.anchor_nav ul li .icon_gakubu::before {
		width: 19px;
		height: 19px;
		background: url(../img/common/icon-gakubu_wh.png) no-repeat;
		vertical-align: -3px;
	}
	.anchor_nav ul li .icon_ryoiki::before {
		width: 16px;
		height: 21px;
		background: url(../img/common/icon-ryoiki_wh.png) no-repeat;
		vertical-align: -4px;
	}
	.anchor_nav ul li .icon_shimei::before {
		width: 19px;
		height: 19px;
		background: url(../img/common/icon-shimei_wh.png) no-repeat;
		vertical-align: -3px;
	}
}

/*コンテンツブロック
----------------------------------------*/
.contblock {
  width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 798px) {
  .contblock {
	width: 93%;
	margin: 0 auto 30px;
  }
}

.textblock {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 798px) {
  .textblock {
	width: auto;
	padding: 0 10px;
  }
}

/*テキスト
----------------------------------------*/
/*キャッチコピー*/
.txt_midashi {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 798px) {
  .txt_midashi {
	font-size: 1.7rem;
	margin-bottom: 15px;
  }
}

.read_text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 798px) {
  .read_text {
	font-size: 1.5rem;
  }
}

/*注釈*/
.contents p.asterisk,
.contents ul.asterisk > li {
  font-size: 1.3rem;
  color: #444444;
  margin-left: 1em;
  padding: 0;
  overflow: visible;
	text-indent: -1em;
}
.contents ul.asterisk > li {
	margin-bottom: 7px;
}
.contents ul.asterisk > li::before {
	display: none;
}
.contents span.asterisk {
  font-size: 1.3rem;
  color: #444444;
}
@media screen and (max-width: 798px) {
  .contents p.asterisk,
  .contents ul.asterisk > li {
	font-size: 1.2rem;
  }
  .contents span.asterisk {
	font-size: 1.2rem;
  }
}

/*インデックスカラム
----------------------------------------*/
.col3_block,
.col2_block {
	margin-bottom: 50px;
}

.col2_block .col_box {
	float: left;
	width: 49%;
	margin: 0 2% 30px 0;
}

.col3_block .col_box {
	float: left;
	width: 31.25%;
	margin: 0 3.125% 30px 0;
}

.col3_block .col_box p {
  margin: 0;
}

.col3_block .col_box .img {
  text-align: center;
}

.col3_block .col_box:nth-child(3n),
.col2_block .col_box:nth-child(2n) {
  margin: 0 0 30px 0;
}

.col_box .col_box_ttl {
  padding: 18px 0 5px;
  color: #6292ac;
  font-size: 2.2rem;
  letter-spacing: -1px;
}
.col_box .col_box_text {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 798px) {
  .col3_block,
  .col2_block {
	margin-bottom: 30px;
  }
  .col3_block .col_box,
  .col2_block .col_box {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
  }
  .col3_block .col_box:nth-child(3n),
  .col2_block .col_box:nth-child(2n) {
	margin: 0 0 20px 0;
  }
  .col_box .col_box_ttl {
	padding: 5px 0;
	font-size: 1.5rem;
  }
  .col_box .col_box_text {
	font-size: 1.3rem;
  }
}

/*タブ
----------------------------------------*/
.tab_block {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #6f3861;
  margin-bottom: 50px;
}
.tab_block a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  padding: 6px 10px;
  background: #e0e0e0;
  color: #fff;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 400;
  word-break : break-all;
}
.tab_block a + a {
  border-left: 1px solid #fff;
}
.tab_block .current,
.tab_block a:hover {
  background: #6f3861;
}
@media screen and (max-width: 798px) {
  .tab_block {
	margin-bottom: 30px;
  }
  .tab_block a {
	height: 40px;
	font-size: 1.3rem;
  }
}

/*ページャー
----------------------------------------*/
.contents .pager {
	text-align: center;
	margin: 50px 0;
}

.contents .pager li {
	display: inline-block;
	width: 40px;
	padding: 0;
	margin: 0 6.5px;
}

.contents .pager li a {
	display: block;
	background: #fff;
	height: 40px;
	text-decoration: none;
	color: #252525 !important;
	font-size: 1.6rem;
  line-height: 40px;
  border: 1px solid #eeeeee;
  transition: 0.3s;
}

.contents .pager li.current a,
.contents .pager li a:hover {
	background: #eeeeee;
}

.contents .pager li:before {
	display: none;
}

.contents .pager li.next,
.contents .pager li.prev {
  width: 70px;
}

.contents .pager li.next {
	margin-left: 25px;
}

.contents .pager li.prev {
	margin-right: 25px;
}

.contents .pager li.next a,
.contents .pager li.prev a {
	border-radius: 20px;
  background: #9eb4c0;
  border: none;
  color: #fff !important;
}

.contents .pager li.next a:hover,
.contents .pager li.prev a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 798px) {
	.contents .pager {
	margin: 30px 0;
  }

  .contents .pager li {
	width: 28px;
	margin: 0 2px;
	}

  .contents .pager li a {
	height: 28px;
	font-size: 1.2rem;
	line-height: 30px;
	}

  .contents .pager li.next,
  .contents .pager li.prev {
	width: 48px;
	}

  .contents .pager li.next {
	margin-left: 8px;
	}

  .contents .pager li.prev {
	margin-right: 8px;
	}

  .contents .pager li.next a,
  .contents .pager li.prev a {
	border-radius: 15px;
	line-height: 2.4;
	}
}

/*ボタン
----------------------------------------*/
.contents .btn_block {
	text-align: center;
}
.contents .btn_block p,
.contents .btn_link {
	padding: 0 1%;
	margin: 0;
}
.contents .btn_block p a,
.contents .btn_link a {
	display: inline-block;
	min-width: 270px;
	text-align: center;
	padding: 18px 40px 18px 20px;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	border: none;
	color: #fff !important;
	background: #6f3861;
    box-sizing: border-box;
}
.contents .btn_block p.back a,
.contents .btn_link.back a {
    padding: 24px 40px 24px;
    background: #535353;
}
.contents p.btn_link.em a {
    padding: 24px 40px 24px;
    background: #983344;
}
.contents .btn_block p a:hover,
.contents .btn_link a:hover {
    opacity: 0.6;
    -webkit-opacity: 0.6;
}
.contents .btn_block p a::after,
.contents .btn_link a::after {
	content: "";
	display: block;
	width: 20px;
	height: 8px;
	background: url(../img/common/icon-btn_arrow_wh.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}
.contents .btn_block p a {
    padding: 18px 50px;
}
.contents .btn_block p a[target="_blank"]::after {
    background: url(../img/common/icon-external_s_wh.png) no-repeat right center;
}
/* 戻るボタン */
.contents .btn_block p.back a::before,
.contents .btn_link.back a::before {
    content: "";
    display: block;
    width: 20px;
    height: 8px;
    background: url(../img/common/icon-btn-return_arrow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.contents .btn_block p.back a::after,
.contents .btn_link.back a::after {
    display: none;
}
.contents .btn_block p.back.back_smart a {
	padding: 16px 70px 16px;
	font-size: 1.6rem;
	min-width: 280px;
}
.contents .btn_block p.back.back_smart a::before {
	left: 20px;
}

@media screen and (max-width: 798px) {
	.contents .btn_block p,
	.contents .btn_link {
        margin: 0 auto 20px;
        text-align: center !important;
	}
	.contents .btn_block p a,
	.contents .btn_link a {
		width: 90%;
		min-width: 90%;
	}
    .contents .btn_block p.back a,
    .contents .btn_link.back a {
        min-width: 280px;
        width: auto;
    }
	.contents .btn_block p.back.back_smart a {
		min-width: inherit;
	}
	.contents .btn_block p.back.back_smart a::before {
		left: 20px;
	}
}

/*リンクリスト
----------------------------------------*/
/*ボタン*/
.ttl_h2_02 + .link_box_list {
	margin-top: 30px;
}
.link_box_list::after {
	content:"";
	display:block;
	clear:both;
}
.link_box_list li {
	width: 33.3%;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.link_box_list.col4 li {
	width: 25%;
}
.link_box_list.col1 li {
	width: 100%;
	float: none;
	border-right: none;
}
.link_box_list li a {
	display: block;
	padding: 11px 25px 11px 20px;
	background: url(../img/common/bg-oblique_line-10.png) repeat;
	font-size: 1.6rem;
	color: #333;
	transition: 0.3s;
}
.link_box_list li a:hover {
	opacity: 0.6;
}
.link_box_list li:nth-child(even) a {
	background: url(../img/common/bg-oblique_line-11.png) repeat;
}

.link_box_list.normal li:nth-child(even) a {
	background: url(../img/common/bg-oblique_line-10.png) repeat;
}

.link_box_list li a::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #652154;
	border-right: 2px solid #652154;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.link_box_list li a .link_box_icon_img {
	vertical-align: middle;
	margin-right: 15px;
}
.link_box_list li a .link_box_icon_img_l {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: -7px;
}


@media screen and (max-width: 798px) {
	.link_box_list li {
		width: 100%;
		float: none;
		border-right: none;
	}
	.link_box_list.col4 li {
		width: 100%;
	}
	.link_box_list li a {
		display: block;
		padding: 6px 15px 6px 10px;
		background: url(../img/common/bg-oblique_line-10.png) repeat;
		font-size: 1.4rem;
	}
	.link_box_list li a:hover {
		opacity: 0.6;
	}
	.link_box_list li:nth-child(even) a {
		background: url(../img/common/bg-oblique_line-11.png) repeat;
	}
	.link_box_list li a::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto 0;
		width: 7px;
		height: 7px;
		border-top: 2px solid #652154;
		border-right: 2px solid #652154;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/*テキスト*/
.link_text_list {
	margin-bottom: 50px;
}
.link_text_list::after {
	content:"";
	display:block;
	clear:both;
}
.link_text_list li {
	float: left;
	width: 307px;
	margin-bottom: 10px;
	margin-right: 39px;
	border-bottom: 1px solid #dbdbdb;
}
.link_text_list li:nth-child(3n) {
	margin-right: 0;
}
.link_text_list li a {
	display: block;
	padding: 20px 20px 20px 10px;
	font-size: 1.5rem;
	color: #333;
	transition: 0.3s;
}
.link_text_list li a:hover {
	opacity: 0.6;
}
.link_text_list li a::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #652154;
	border-right: 2px solid #652154;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 798px) {
	.link_text_list {
		margin-bottom: 30px;
	}
	.link_text_list li {
		float: none;
		width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
		border-bottom: 1px solid #dbdbdb;
	}
	.link_text_list li a {
		display: block;
		padding: 10px 20px 10px 5px;
		font-size: 1.3rem;
	}
	.link_text_list li a::after{
		width: 7px;
		height: 7px;
	}
}

/*定義リスト
----------------------------------------*/
.dl_list {
	margin-bottom: 55px;
}
.dl_list dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #e7e7e7;
}
.dl_list dl dt {
	display: table-cell;
	padding: 20px 10px;
	width: 220px;
	vertical-align: middle;
	font-size: 2rem;
	color: #6f3861;
}
.dl_list dl dd {
	display: table-cell;
	padding: 20px 30px 20px 0;
	vertical-align: middle;
}
@media screen and (max-width: 798px) {
	.dl_list {
		margin-bottom: 30px;
	}
	.dl_list dl {
		display: block;
		margin-bottom: 15px;
		border-bottom: none;
	}
	.dl_list dl dt {
		display: block;
		padding: 0;
		margin-bottom: 5px;
		width: 100%;
		font-size: 1.6rem;
	}
	.dl_list dl dd {
		display: block;
		padding: 0;
	}
}

/*-------------------------------------------------------------------------------
　学科トップ共通
--------------------------------------------------------------------------------*/

/*メイン画像
----------------------------------------*/
.mainv {
  min-width: 1000px;
}
.mainv figure {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}

.main_text_block {
  margin-top: -165px;
  padding: 230px 0 90px;
}

.mainv .main_catch {
  line-height: 2;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 31px;
}
.mainv .main_txt {
  line-height: 2.75;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 798px) {
  .mainv {
	width: 100%;
	min-width: 0;
	margin: 0 auto;
  }
  .mainv figure {
	width: 100%;
  }

  /* メイン背景-------------　*/
  .main_text_block {
	margin-top: 0;
	padding: 45px 0;
  }

  .mainv .main_catch {
	font-size: 1.8rem;
	margin-bottom: 20px;
  }
  .mainv .main_txt {
	font-size: 1.4rem;
  }
}

/*インフォメーション
----------------------------------------*/
.information_block {
  padding: 53px 0 0;
  margin-bottom: 90px;
}
.information_inner {
  width: 1000px;
  margin: 0 auto;
}
.information_inner h3 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 67px;
  font-weight: 400;
}
.information_inner h3 .en {
  font-family: 'Crimson Text', serif;
  display: block;
  font-size: 5rem;
  line-height: 1.2;
}
@media screen and (max-width: 798px) {
  .information_block {
	padding: 25px 0 0;
	margin-bottom: 50px;
  }
  .information_block::before {
	content: none;
  }
  .information_inner {
	width: 93%;
  }
  .information_inner h3 {
	font-size: 1.1rem;
	margin-bottom: 30px;
  }
  .information_inner h3 .en {
	font-size: 4rem;
  }
}

.information_col3_block {
  margin-bottom: 45px;
}
.information_col3_block li {
  width: 333px;
  float: left;
}
.information_col3_block li a {
  display: block;
  color: #333;
  transition: 0.3s;
}
.information_col3_block li a figure,
.information_col3_block li .no-link figure {
	height: 222px;
	overflow: hidden;
}
.information_col3_block li a:hover {
  opacity: 0.6;
}
.information_col3_block li .text {
  padding: 10px 10px;
  font-size: 1.4rem;
}
.information_col3_block li .text .ttl {
  font-size: 1.6rem;
}
.information_col3_block li .text .time {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-style: italic;
	color: #446d99;
	margin-bottom: 5px;
}
.information_col3_block li .text .tag {
  display: none;
}
@media screen and (max-width: 798px) {
  .information_col3_block {
	margin-bottom: 0;
  }
  .information_col3_block li {
	width: 100%;
	float: none;
	margin-bottom: 25px;
  }
  .information_col3_block li figure,
  .information_col3_block li .no-link figure  {
	text-align: center;
  }
  .information_col3_block li .text {
	padding: 7px 5px 0;
	font-size: 1.3rem;
  }
  .information_col3_block li .text .ttl {
	padding-bottom: 15px;
  }
  .information_col3_block li .text .time {
	display: inline-block;
	font-size: 1.3rem;
  }
  /*.information_col3_block li .text .tag {
	display: inline-block;
	margin-left: 6px;
	font-size: 1.1rem;
	color: #fff;
	padding: 0 6px;
	line-height: 20px;
  }*/
  .tag.oshirase {
	background: #4375a4;
  }
}

.see_all_btn {
  text-align: center;
}
.see_all_btn a {
  display: inline-block;
  min-width: 270px;
  font-family: 'Crimson Text', serif;
  font-size: 2rem;
  font-style: italic;
  padding: 6px;
  border: 1px solid #6f3861;
  color: #4a4a4a;
  transition: 0.3s;
  border-radius: 26px;
  box-sizing: border-box;
  text-decoration: none !important;
}
.see_all_btn a::after {
  content: "";
  display: block;
  width: 16px;
  height: 7px;
  background: url(../img/common/icon-arrow_bla01.png)no-repeat;
  background-size: 100%;
  position: absolute;
  right: 18px;
  top: 18px;
}
.see_all_btn a:hover {
  opacity: 0.6;
}

.contblock .see_all_btn:last-child {
	margin-bottom:90px;
}

@media screen and (max-width: 798px) {
  .see_all_btn {
	margin-top: 5px;
  }
  .see_all_btn a {
	min-width: 160px;
	font-size: 2.2rem;
	padding-bottom: 0;
  }

  .contblock .see_all_btn:last-child {
	margin-bottom:50px;
	}
}

/*他の学科を見る
----------------------------------------*/
.other_wrapper {
  background-color: #f5f5f5;
  background-image: url(../img/common/bg-other_h.png),url(../img/common/bg-other_f.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left top, right bottom;
  padding: 50px 0;
}
.other_block {
  width: 1000px;
  margin: 0 auto;
}
.other_block h3 {
  font-size: 2.9rem;
  color: #8a2c72;
  font-weight: 400;
  margin-bottom: 35px;
}
.other_block h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #6f3861;
  margin-top: 18px;
}
.other_link_block {
  margin: 0 auto;
}
.other_link_block .col_box {
  width: 235px;
  float: left;
  margin-left: 20px;
}
.other_link_block .col_box:first-child {
  margin-left: 0;
}
@media screen and (max-width: 798px) {
  .other_wrapper {
	background-size: 200%, 200%;
	padding: 30px 0;
  }
  .other_block {
	width: 93%;
  }
  .other_block h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
  }
  .other_block h3::after {
	width: 30px;
	height: 2px;
	margin-top: 10px;
  }
  .other_link_block {
	width: auto;
	margin: 0 auto;
  }
  .other_link_block .col_box {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 0;
  }
}

.other_index_btn {
  padding: 15px 0;
  border-bottom: 1px solid #bacada;
}
.other_index_btn a {
  font-size: 1.7rem;
  transition: 0.3s;
  color: #252525;
  font-weight: 500;
}
.other_index_btn a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 9px;
  background: url(../img/common/icon-btn_arrow.png) no-repeat;
  background-size: 100%;
  vertical-align: 5px;
  margin-left: 10px;
  position: relative;
  right: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.other_index_btn a:hover::after {
  right: -10px;
}
@media screen and (max-width: 798px) {
  .other_index_btn {
	padding: 0;
  }
  .other_index_btn a {
	display: block;
	padding: 13px 40px 13px 15px;
	font-size: 1.4rem;
  }
  .other_index_btn a::after {
	content: "";
	display: block;
	width: 20px;
	height: 9px;
	background: url(../img/common/icon-btn_arrow.png) no-repeat;
	background-size: 100%;
	margin-left: 0;
	position: absolute;
	right: 20px;
	top: 20px;
  }
  .other_index_btn a:hover::after {
	right: 0;
  }
}

.other_link_block .col_box dl dt {
  padding: 15px 0;
  color: #252525;
  font-size: 1.7rem;
  pointer-events: none;
  border-bottom: 1px solid #bacada;
  font-weight: 500;
}
@media screen and (max-width: 798px) {
  .other_link_block .col_box dl dt {
	padding: 13px 40px 13px 15px;
	font-size: 1.4rem;
	pointer-events: all;
  }
  .other_link_block .col_box dl dt::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/common/icon-plus.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 23px;
  }
  .other_link_block .col_box dl .open::after {
	content: "";
	display: block;
	width: 14px;
	height: 3px;
	background: url(../img/common/icon-minus.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 23px;
  }
  .ttl_box span {
	position: static;
	-webkit-transform: none;
	transform: none;
  }
}

.other_link_block .col_box dl dd {
  padding: 20px 0 20px 0;
}
.other_link_block .col_box dl dd ul li {
  padding: 7px 0 7px 15px;
  line-height: 1.5;
}
.other_link_block .col_box dl dd ul li a {
  font-size: 1.4rem;
  color: #333;
}
.other_link_block .col_box dl dd ul li a:hover {
  text-decoration: underline;
}
.other_link_block .col_box dl dd ul li::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon-arrow_pur01.png)no-repeat;
  background-size: 100%;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 798px) {
  .other_link_block .col_box dl dd {
	padding: 18px 10px 30px 18px;
	display: none;
  }
  .other_link_block .col_box dl dd ul li a {
	font-size: 1.3rem;
  }
  .other_link_block .col_box dl dd ul li::before {
	top: 12px;
  }
}



/*My history
----------------------------------------*/
.contents .myhistory_box {
	background: #f3f3f3;
	padding: 20px 30px;
}
.contents .myhistory_box h4 {
	font-family: 'Crimson Text', serif;
	font-size: 3rem;
}
.contents .myhistory_box ul li::before {
	display: none;
}
.contents .myhistory_box ul li {
	margin-bottom: 30px;
	padding-left: 0;
}
.contents .myhistory_box ul li .myhistory_year {
	display: inline-block;
	vertical-align: top;
	max-width: 120px;
	margin-right: 40px;
}
.contents .myhistory_box ul li .myhistory_txt {
	display: inline-block;
	vertical-align: top;
	max-width: 730px;
}
.contents .myhistory_box ul li .myhistory_txt li {
	margin-bottom: 0;
	padding-left: 12px;
}
.contents .myhistory_box ul li .myhistory_txt li.myhistory_point {
	color:#ca679c;
	font-weight: bold;
	margin: 10px 0 0;
}
.contents .myhistory_box ul li .myhistory_txt li::before {
	display: block;
}
.contents .myhistory_box ul li .myhistory_txt li.myhistory_point::before {
	display: none;
}
/*キャリア支援
----------------------------------------*/
.contents .myhistory_box ul li .career_flow {
  max-width: 223px;
}
.contents .myhistory_box ul li .myhistory_txt {
  max-width: 590px;
}
/* 日本語・日本学科 */
body[data-path3="japnese"] .contents .myhistory_box ul li .myhistory_txt li.myhistory_point {
	color:#ca679c;
}
/* 英語学科 */
body[data-path3="english"] .contents .myhistory_box ul li .myhistory_txt li.myhistory_point {
	color:#3197bd;
}
/* アジア文化学科 */
body[data-path3="asia"] .contents .myhistory_box ul li .myhistory_txt li.myhistory_point {
	color:#dc6f50;
}
/* 初等教育・保育専攻 幼児保育コース */
body[data-path3="child_care"] .contents .myhistory_box ul li .myhistory_txt li.myhistory_point {
	color:#5c68af;
}
/* 初等教育・保育専攻 初等教育コース */
body[data-path3="human_formation"] .contents .myhistory_box ul li .myhistory_txt li.myhistory_point {
	color:#7656a1;
}
/* 心理・社会福祉専攻 発達臨床心理コース */
body[data-path3="psychology"] .contents .myhistory_box ul li .myhistory_txt li.myhistory_point {
	color:#22865f;
}
/* 心理・社会福祉専攻 社会福祉コース */
body[data-path3="social_welfare"] .contents .myhistory_box ul li .myhistory_txt li.myhistory_point {
	color:#518e34;
}
/* 現代社会学科 */
body[data-path2="social"] .myhistory_box ul li .myhistory_txt li.myhistory_point {
    color: #2471b8;
}
@media screen and (max-width: 798px) {
	.contents .myhistory_box h4 {
		font-size: 2.6rem;
	}
	.contents .myhistory_box ul li .myhistory_year {
		display: block;
		margin: 0 0 10px;
		max-width: 100px;
	}
  .contents .myhistory_box ul li .career_flow {
    max-width: 190px;
  }
}

/*---------------------------------------------------------------------
 カラー設定
--------------------------------------------------------------------- */

/*h1 見出し
----------------------------------------*/
/* 文学部 */
body[data-path1="education"][data-path2="literature"] .page_ttl {
  background: url(../img/common/bg-h1_education-literature.jpg) center center;
  background-size: cover;
}

/* 人間科学部 人間科学科 */
body[data-path1="education"][data-path2="human_sciences"] .page_ttl {
  background: url(../img/common/bg-h1_education-human_sciences.jpg) center center;
  background-size: cover;
}

/* 人間科学部 人間科学科 初等教育・保育専攻 */
body[data-path1="education"][data-path2="human_sciences"][data-path3="human_formation"] .page_ttl,
body[data-path1="education"][data-path2="human_sciences"][data-path3="child_care"] .page_ttl {
  background: url(../img/common/bg-h1_education-human_formation.jpg) center center;
  background-size: cover;
}

/* 人間科学部 人間科学科 心理・社会福祉専攻 */
body[data-path1="education"][data-path2="human_sciences"][data-path3="psychology"] .page_ttl,
body[data-path1="education"][data-path2="human_sciences"][data-path3="social_welfare"] .page_ttl {
  background: url(../img/common/bg-h1_education-psychology.jpg) center center;
  background-size: cover;
}

/* 現代社会学部 */
body[data-path1="education"][data-path2="social"] .page_ttl {
  background: url(../img/common/bg-h1_education-social.jpg) center center;
  background-size: cover;
}

/* 現代社会学部 */
body[data-path1="education"][data-path2="graduate_school"] .page_ttl {
  background: url(../img/common/bg-h1_education-graduate_school.jpg) center center;
  background-size: cover;
}

/* h2 見出し-------------------- */
/* 日本語・日本文学科 */
body[data-path3="japanese"] .ttl_h2::after {
  background: #af5485;
}
/* 文学部 英語学科 */
body[data-path3="english"] .ttl_h2::after {
  background: #64a8c4;
}
/* アジア文化学科 */
body[data-path3="asia"] .ttl_h2::after {
  background: #d55624;
}
/* 初等教育・保育専攻 幼児保育コース */
body[data-path3="child_care"] .ttl_h2::after {
  background: #7880ce;
}
/* 初等教育・保育専攻 初等教育コース */
body[data-path3="human_formation"] .ttl_h2::after {
  background: #8d78ce;
}
/* 心理・社会福祉専攻 発達臨床心理コース */
body[data-path3="psychology"] .ttl_h2::after {
  background: #27aa77;
}
/* 心理・社会福祉専攻 社会福祉コース */
body[data-path3="social_welfare"] .ttl_h2::after {
  background: #6db54d;
}
/* 現代社会学科 */
body[data-path2="social"] .ttl_h2::after {
  background: #397bb8;
}


/* メイン背景--------------------　*/
/* 日本語・日本文学科 */
body[data-path3="japanese"] .main_text_block {
  background: #f6e9f0 url(../img/education_japanese/bg-mainv.png) no-repeat center top;
  background-size: 100%;
}
/* 文学部 英語学科 */
body[data-path3="english"] .main_text_block {
  background: #dff4ff url(../img/education_english/bg-mainv.png) no-repeat center top;
  background-size: 100%;
}
/* アジア文化学科 */
body[data-path3="asia"] .main_text_block {
  background: #f8ecec url(../img/education_asia/bg-mainv.png) no-repeat center top;
  background-size: 100%;
}
/* 初等教育・保育専攻 幼児保育コース */
body[data-path3="child_care"] .main_text_block {
  background: #eaebf7 url(../img/education_child_care/bg-mainv.png) no-repeat center top;
  background-size: 100%;
}
/* 初等教育・保育専攻 初等教育コース */
body[data-path3="human_formation"] .main_text_block {
  background: #ede8f6 url(../img/education_human_fomaition/bg-mainv.png) no-repeat center top;
  background-size: 100%;
}
/* 心理・社会福祉専攻 発達臨床心理コース */
body[data-path3="psychology"] .main_text_block {
  background: #def6ed url(../img/education_psychology/bg-mainv.png) no-repeat center top;
  background-size: 100%;
}
/* 心理・社会福祉専攻 社会福祉コース */
body[data-path3="social_welfare"] .main_text_block {
  background: #e8f4e3 url(../img/education_social_welfare/bg-mainv.png) no-repeat center top;
  background-size: 100%;
}
/* 現代社会学科 */
body[data-path2="social"] .main_text_block {
  background: #e7eef6 url(../img/education_social/bg-mainv.png) no-repeat center top;
  background-size: 100%;
}

/* See All ボタン--------------------------- */
/* 日本語・日本文学科 */
body[data-path3="japanese"] .see_all_btn a {
  border: 1px solid #b76591;
}
body[data-path3="japanese"] .see_all_btn a::after {
  background: url(../img/education_japanese/icon-arrow.png) no-repeat;
  background-size: 100%;
}
/* 文学部 英語学科 */
body[data-path3="english"] .see_all_btn a {
  border: 1px solid #73b8ed;
}
body[data-path3="english"] .see_all_btn a::after {
  background: url(../img/education_english/icon-arrow.png) no-repeat;
  background-size: 100%;
}
/* アジア文化学科 */
body[data-path3="asia"] .see_all_btn a {
  border: 1px solid #cf5555;
}
body[data-path3="asia"] .see_all_btn a::after {
  background: url(../img/education_asia/icon-arrow.png) no-repeat;
  background-size: 100%;
}
/* 初等教育・保育専攻 幼児保育コース */
body[data-path3="child_care"] .see_all_btn a {
  border: 1px solid #858cd3;
}
body[data-path3="child_care"] .see_all_btn a::after {
  background: url(../img/education_child_care/icon-arrow.png) no-repeat;
  background-size: 100%;
}
/* 初等教育・保育専攻 初等教育コース */
body[data-path3="human_formation"] .see_all_btn a {
  border: 1px solid #9885d3;
}
body[data-path3="human_formation"] .see_all_btn a::after {
  background: url(../img/education_human_fomaition/icon-arrow.png) no-repeat;
  background-size: 100%;
}
/* 心理・社会福祉専攻 発達臨床心理コース */
body[data-path3="psychology"] .see_all_btn a {
  border: 1px solid #3cb284;
}
body[data-path3="psychology"] .see_all_btn a::after {
  background: url(../img/education_psychology/icon-arrow.png) no-repeat;
  background-size: 100%;
}
/* 心理・社会福祉専攻 社会福祉コース */
body[data-path3="social_welfare"] .see_all_btn a {
  border: 1px solid #7bbc5e;
}
body[data-path3="social_welfare"] .see_all_btn a::after {
  background: url(../img/education_social_welfare/icon-arrow.png) no-repeat;
  background-size: 100%;
}
/* 現代社会学科 */
body[data-path2="social"] .see_all_btn a {
  border: 1px solid #4c88bf;
}
body[data-path2="social"] .see_all_btn a::after {
  background: url(../img/education_social/icon-arrow.png) no-repeat;
  background-size: 100%;
}

/* 各学科トップのローカルナビ--------------------------- */
/* 日本語・日本文学科 */
body[data-path3="japanese"] .lnav_block {
  background: #c06081!important;
}
/* 文学部 英語学科 */
body[data-path3="english"] .lnav_block {
  background: #64a8c4!important;
}
/* アジア文化学科 */
body[data-path3="asia"] .lnav_block {
  background: #bf5b50!important;
}
/* 初等教育・保育専攻 幼児保育コース */
body[data-path3="child_care"] .lnav_block {
  background: #737bae!important;
}
/* 初等教育・保育専攻 初等教育コース */
body[data-path3="human_formation"] .lnav_block {
  background: #917caf!important;
}
/* 心理・社会福祉専攻 発達臨床心理コース */
body[data-path3="psychology"] .lnav_block {
  background: #4ba582!important;
}
/* 心理・社会福祉専攻 社会福祉コース */
body[data-path3="social_welfare"] .lnav_block {
  background: #79a863!important;
}
/* 現代社会学科 */
body[data-path2="social"] .lnav_block {
  background: #4d7aa4!important;
}

body[data-path3="japanese"] .lnav_block .lnav_bg,
body[data-path3="english"] .lnav_block .lnav_bg,
body[data-path3="asia"] .lnav_block .lnav_bg,
body[data-path3="child_care"] .lnav_block .lnav_bg,
body[data-path3="human_formation"] .lnav_block .lnav_bg,
body[data-path3="psychology"] .lnav_block .lnav_bg,
body[data-path3="social_welfare"] .lnav_block .lnav_bg,
body[data-path2="social"] .lnav_block .lnav_bg {
	background: none;
}
body[data-path3="japanese"] .lnav_ttl,
body[data-path3="english"] .lnav_ttl,
body[data-path3="asia"] .lnav_ttl,
body[data-path3="child_care"] .lnav_ttl,
body[data-path3="human_formation"] .lnav_ttl,
body[data-path3="psychology"] .lnav_ttl,
body[data-path3="social_welfare"] .lnav_ttl,
body[data-path2="social"] .lnav_ttl {
  color: #fff;
}
body[data-path3="japanese"] .lnav_block ul li,
body[data-path3="english"] .lnav_block ul li,
body[data-path3="asia"] .lnav_block ul li,
body[data-path3="child_care"] .lnav_block ul li,
body[data-path3="human_formation"] .lnav_block ul li,
body[data-path3="psychology"] .lnav_block ul li,
body[data-path3="social_welfare"] .lnav_block ul li,
body[data-path2="social"] .lnav_block ul li {
  border-bottom: solid 1px #fff;
}
body[data-path3="japanese"] .lnav_block ul li a,
body[data-path3="english"] .lnav_block ul li a,
body[data-path3="asia"] .lnav_block ul li a,
body[data-path3="child_care"] .lnav_block ul li a,
body[data-path3="human_formation"] .lnav_block ul li a,
body[data-path3="psychology"] .lnav_block ul li a,
body[data-path3="social_welfare"] .lnav_block ul li a,
body[data-path2="social"] .lnav_block ul li a {
  color: #fff;
}
body[data-path3="japanese"] .lnav_block ul li a::after,
body[data-path3="english"] .lnav_block ul li a::after,
body[data-path3="asia"] .lnav_block ul li a::after,
body[data-path3="child_care"] .lnav_block ul li a::after,
body[data-path3="human_formation"] .lnav_block ul li a::after,
body[data-path3="psychology"] .lnav_block ul li a::after,
body[data-path3="social_welfare"] .lnav_block ul li a::after,
body[data-path2="social"] .lnav_block ul li a::after {
  background: url(../img/common/icon-lnav_arrow_wh.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 798px) {
  body[data-path3="japanese"] .lnav_block .lnav_ttl::before,
  body[data-path3="english"] .lnav_block .lnav_ttl::before,
  body[data-path3="asia"] .lnav_block .lnav_ttl::before,
  body[data-path3="child_care"] .lnav_block .lnav_ttl::before,
  body[data-path3="human_formation"] .lnav_block .lnav_ttl::before,
  body[data-path3="psychology"] .lnav_block .lnav_ttl::before,
  body[data-path3="social_welfare"] .lnav_block .lnav_ttl::before,
  body[data-path2="social"] .lnav_block .lnav_ttl::before,
  body[data-path3="japanese"] .lnav_block .lnav_ttl::after,
  body[data-path3="english"] .lnav_block .lnav_ttl::after,
  body[data-path3="asia"] .lnav_block .lnav_ttl::after,
  body[data-path3="child_care"] .lnav_block .lnav_ttl::after,
  body[data-path3="human_formation"] .lnav_block .lnav_ttl::after,
  body[data-path3="psychology"] .lnav_block .lnav_ttl::after,
  body[data-path3="social_welfare"] .lnav_block .lnav_ttl::after,
  body[data-path2="social"] .lnav_block .lnav_ttl::after {
	background: #fff;
  }
}



/*-------------------------------------------------------------------------------
　講演会・イベントのご案内
--------------------------------------------------------------------------------*/
.contents .info_nav.event {
    margin: 0;
}
.contents .info_nav.event .tag {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.contents .info_nav.event .tag li {
    width: 180px;
    margin: 0 8.5px 15px;
    float: none;
    display: inline-block;
}
.contents .event_block {
	margin: 0 -20px 60px;
	padding-top: 6px;
}
.contents .event_block li {
	padding: 0;
	border-bottom: solid 1px #ededed;
}
.contents .event_block.info li {
	overflow: hidden;
}
.contents .event_block.info.info_txtlink li {
	padding: 25.5px 0;
}
.contents .event_block li::before {
	display: none;
}
.contents .event_block li > a,
.contents .event_block li > .no-link {
	display: block !important;
	padding-bottom: 30px;
	overflow: hidden !important;
	transition: 0.3s;
	text-decoration: none;
}
.contents .event_block.info li > a {
	overflow: visible;
}
.contents .event_block li > a:hover {
	opacity: .6;
}
.contents .event_block li + li > a,
.contents .event_block li + li > .no-link {
	padding-top: 25.5px;
}
.contents .event_block li figure {
	float: left;
	margin-right: 48px;
	height: 176px;
	width: 250px;
	overflow: hidden;
}
.contents .event_block li .time_box {
	float: left;
	margin: 0 48px 0 0;
	font-size: 2rem;
	font-family: 'Cormorant Garamond', serif;
	line-height: 1;
}
.contents .event_block li figure img {
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'
}
.contents .event_block li .text {
    display: inline-block;
    max-width: 700px;
}
.contents .event_block li .ttl {
	font-size: 1.7rem;
    font-weight: bold;
	margin: -5px 0 8px;
	overflow: hidden;
	word-break: break-word;
}
.contents .event_block li .time_box + .ttl {
	margin: 0 0 8px;
	text-decoration: underline;
}
.contents .event_block li .time_box + .ttl:hover {
	text-decoration: none;
}
.contents .event_block li .time {
	color: #333;
	overflow: hidden;
	margin: 0 0 9px;
}
.contents .event_block li .time:last-child {
	margin-bottom: -6px;
}
.contents .event_block.info li .time:last-child {
	margin: 0 0 9px;
}
.contents .event_block li .tag {
	font-size: 1.3rem;
	display: inline-block;
	background: #4375a4;
	color: #fff;
	margin: 0 3px;
	padding: 1px 14px 1px;
}
.contents .event_block li .tag.event,
.contents .entry_meta .tag.event {
	background: #d67162;
}
.contents .event_block li .tag.lecture,
.contents .entry_meta .tag.lecture {
	background: #4375a4;
}
.contents .event_block li .tag.international,
.contents .entry_meta .tag.international  {
	background: #4d8f95;
}

/* 各学科の色 */
.contents .event_block li .tag.social,
.contents .event_block li .tag.social_ct,
.contents .entry_meta .tag.social,
.contents .btn_department_block.social a.bgt-btn {
	background: #397bb8;
}
.contents .event_block li .tag.welfare,
.contents .event_block li .tag.welfare_ct,
.contents .entry_meta .tag.welfare,
.contents .btn_department_block.welfare a.bgt-btn {
	background: #6db54d;
}
.contents .event_block li .tag.child,
.contents .event_block li .tag.child_ct,
.contents .entry_meta .tag.child,
.contents .btn_department_block.child a.bgt-btn {
	background: #646da5;
}
.contents .event_block li .tag.japanese,
.contents .event_block li .tag.japanese_ct,
.contents .entry_meta .tag.japanese,
.contents .btn_department_block.japanese a.bgt-btn  {
	background: #b94f73;
}
.contents .event_block li .tag.english,
.contents .event_block li .tag.english_ct,
.contents .entry_meta .tag.english,
.contents .btn_department_block.english a.bgt-btn {
	background: #539fbe;
}
.contents .event_block li .tag.asia,
.contents .event_block li .tag.asia_ct,
.contents .entry_meta .tag.asia,
.contents .btn_department_block.asia a.bgt-btn {
	background: #c33b3b;
}
.contents .event_block li .tag.fomaition,
.contents .event_block li .tag.fomaition_ct,
.contents .entry_meta .tag.fomaition,
.contents .btn_department_block.fomaition a.bgt-btn  {
	background: #7d5baf;
}
.contents .event_block li .tag.psychology,
.contents .event_block li .tag.psychology_ct,
.contents .entry_meta .tag.psychology,
.contents .btn_department_block.psychology a.bgt-btn {
	background: #1d9667;
}
.contents .event_block li .tag:first-child {
	margin-bottom: 18px;
}
.contents .event_block li .hash_tag {
	overflow: hidden;
	margin: -38px 0 23px 300px;
}
.contents .event_block li .hash_tag a:hover {
	text-decoration: underline;
}
.contents .ttl_h2_02.news_ttl,
.contents .ttl_h2_02.event_ttl {
    font-weight: 600;
}
.contents .event_block.event .text p.apply {
	font-weight: bold;
	color: #ea7d12;
	background-color: #ffffff;
	border: 1px solid #ea7d12;
	padding: 0 6px 0 9px;
	margin-bottom: 8px;
}
.contents .event_block.event .text + .time {
	display: flex;
	position: relative;
}
.contents .event_block.event .text + .time p {
	padding-left: 80px;
	word-break: break-word;
}
.contents .event_block.event .text + .time::before {
	content: "";
	display: block;
	width: 64px;
	height: 24px;
	background: url(../img/common/icon-event.png) no-repeat;
	background-size: 100%;
	margin: 0 3px;
	padding-bottom: 5px;
	position: absolute;
}
.contents .event_btn {
	text-align: center;
	background: url(../img/index/bg-event_btn01.png) no-repeat left top,url(../img/index/bg-event_btn02.png) no-repeat right bottom;
	background-color: #f5f5f5;
	margin: 0 0 50px;
	padding: 30px;
	display: block;
}
.contents .event_btn p {
	vertical-align: middle;
	display: inline-block;
}
.contents .event_btn p:hover {
	opacity: 0.6;
	transition: opacity 0.3s;
}
.contents .event_btn a {
	color: #ffffff;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
	padding: 17px 85px;
	display: block;
	background-color: #6392ac;
}
.contents .event_btn a::after {
	content: "";
	display: block;
	width: 16px;
	height: 7px;
	background: url(../img/common/icon-btn_arrow_wh.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 45%;
	right: 20px;
}
.contents .event_btn p.closed a {
	background-color: #6f3861;
}

@media screen and (max-width: 798px) {
    .contents .info_nav.event .tag {
        float: none;
        margin: 20px -4px 20px;
        text-align: left;
        overflow: auto;
        white-space: nowrap;
    }
    .contents .info_nav.event .tag li {
        width: auto;
        min-width: 75px;
        white-space: normal;
        margin: 0 7px 0 0;
    }
    .contents .info_nav.event .tag li:last-child {
        margin-right: none;
    }
	.contents .event_block {
		margin: 0 0 30px;
		padding-top: 0;
	}
	.contents .event_block li a {
		padding-bottom: 15px;
	}
	.contents .event_block li + li a {
		padding-top: 20px;
	}
	.contents .event_block li figure {
		text-align: center;
		margin-right: 5%;
		width: 26%;
		height: 16.5vmin;
	}
	.contents .event_block li .time_box {
		float: none;
		margin: 0 0 10px;
	}
	.contents .event_block li .time:last-child {
		margin-bottom: 0;
	}
	.contents .event_block li .text {
		overflow: hidden;
		max-width: 64%;
	}
	.contents .event_block li .ttl {
		font-size: 1.3rem;
		line-height: 1.5;
		margin: 0 0 8px;
	}
	.contents .event_block li .time {
		font-size: 1.3rem;
		margin: 0 0 9px;
		padding-left: 0;
	}
	.contents .event_block li .tag {
		font-size: 1.1rem;
		margin: 0 3px;
		padding: 1px 6px;
		line-height: 20px;
	}
	.contents .event_block li .tag:first-child {
		margin-bottom: 8px;
	}
	.contents .event_block li .hash_tag {
		margin: -17px 0 15px 40%;
		padding-left: 10px;
	}
	.contents .event_block.info.info_txtlink li {
		padding: 15px 0;
	}
	.contents .event_block.event .text + .time {
		padding: 15px 0 0;
		width: 100%;
	}
	.contents .event_block.event .text + .time p {
		padding-left: 70px;
	}
	.contents .event_block.event .text + .time::before {
		width: 56px;
	}
	.contents .event_block.event .text p.apply {
		padding: 0 3px 0 6px;
	}
	.contents .event_btn {
		background-size: 50%;
		padding: 30px 10%;
	}
	.contents .event_btn p {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.contents .event_btn p a {
		padding: 5% 12% 5% 8%;
		letter-spacing: normal;
		line-height: 1.4;
		font-size: 1.3rem;
	}
	.contents .event_btn p a::after {
		right: 12px;
		height: 7px;
	}
	.contents .event_btn p.closed a::after {
		height: 7px;
	}
}


/*-------------------------------------------------------------------------------
　お知らせ
--------------------------------------------------------------------------------*/
.info_nav {
	margin: 5px -20px -30px;
}
.info_nav.department {
	margin-bottom: 40px;
}
.info_nav .select_year {
	width: 130px;
	height: 40px;
	border: solid 4px #dae7ef;
	float: right;
}
.info_nav .select_year .label {
	font-size: 1.6rem;
	padding: 1px 16px 3px;
	margin: 0;
	cursor: pointer;
}
.info_nav .select_year .label::before {
	content: "";
	display: block;
	width: 15px;
	height: 8px;
	position: absolute;
	right: 13px;
	top: 50%;
	left: auto;
	background: url(../img/info/icon-arrow_down.png) no-repeat;
	margin-top: -3px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.info_nav .select_year .label.open::before {
	transform: rotate(180deg);
	margin-top: -4px;
}
.info_nav .select_year ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -4px;
	right: -4px;
	margin: 0;
	font-size: 1.6rem;
	border: solid 4px #dae7ef;
	background: #fff;
	z-index: 100;
}
.info_nav .select_year li {
	margin: 0;
}
.info_nav .select_year li + li {
	border-top: solid 1px #ededed;
}
.info_nav .select_year ul a {
	display: block;
	padding: 5px;
}
.info_nav .select_year ul a:hover {
	text-decoration: underline;
}
.contents .info_nav ul li::before {
	display: none;
}
.info_nav .tag {
	float: left;
	margin: 0 0 0 47px;
}
.info_nav .tag li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 150px;
}
.info_nav.department .tag {
	text-align: center;
	margin: 0;
}
.info_nav.department .tag li {
	width: 180px;
	margin: 0 8.5px 15px;
	float: none;
	display: inline-block;
}
.info_nav.department .tag li:nth-child(4) {
	margin-right: 14px;
}
.info_nav.department .tag li:nth-child(1) {
	margin-left: 14px;
}
.info_nav .tag li a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	background: #68455f;
    color: #fff;
    height: 40px;
    font-size: 1.3rem;
	font-weight: 500;
    text-align: center;
    -webkit-transition: ease 300ms;
    transition: ease 300ms;
    box-sizing: border-box;
    text-decoration: none !important;
}
.info_nav.department .tag li.en a {
    background: #fff;
    color: #68455f;
    border: dotted 1px #68455f;
}
.info_nav.department .tag li.en_ct a {
    background: #68455f;
    font-family: 'Noto Sans JP', sans-serif;
}
.info_nav.department .tag li.en_ct a,
.info_nav .tag li.japanese_ct a,
.info_nav .tag li.english_ct a,
.info_nav .tag li.asia_ct a,
.info_nav .tag li.psychology_ct a,
.info_nav .tag li.welfare_ct a,
.info_nav .tag li.fomaition_ct a,
.info_nav .tag li.child_ct a,
.info_nav .tag li.social_ct a,
.info_nav .tag li.lecture_ct a,
.info_nav .tag li.event_ct a {
    color: #ffffff;
}
.info_nav .tag li a:hover {
	opacity: .6;
}
.info_nav .tag li.info a {
	background: #d9e3ed;
	color: #4374a4;
	border: dotted 1px #4374a4;
}
.info_nav .tag li.event a {
	background: #f7e3df;
	color: #d67161;
	border: dotted 1px #d67161;
}
.info_nav .tag li.event_ct a {
	background: #d67161;
}
.info_nav .tag li.lecture a {
	background: #dae8f6;
	color: #4375a4;
	border: dotted 1px #4375a4;
}
.info_nav .tag li.lecture_ct a {
	background: #4375a4;
}
.info_nav .tag li.international a {
	background: #dbe9ea;
	color: #4c8f95;
	border: dotted 1px #4c8f95;
}
.info_nav .tag li.japanese a {
	background: rgba(185, 79, 115, 0.3);
	color: #b94f73;
    border: dotted 1px #b94f73;
}
.info_nav .tag li.japanese_ct a {
	background: #b94f73;
}
.info_nav .tag li.english a {
	background: rgba(83, 159, 190, 0.3);
	color: #3e8eaf;
    border: dotted 1px #3e8eaf;
}
.info_nav .tag li.english_ct a {
	background: #3e8eaf;
}
.info_nav .tag li.asia a {
	background: rgba(195, 59, 59, 0.3);
	color: #c33b3b;
    border: dotted 1px #c33b3b;
}
.info_nav .tag li.asia_ct a {
	background: #c33b3b;
}
.info_nav .tag li.psychology a {
	background: rgba(39, 170, 119, 0.3);
	color: #1d9667;
    border: dotted 1px #1d9667;
}
.info_nav .tag li.psychology_ct a {
	background: #1d9667;
}
.info_nav .tag li.welfare a {
	background: rgba(109, 181, 77, 0.3);
	color: #5aa738;
    border: dotted 1px #5aa738;
}
.info_nav .tag li.welfare_ct a {
	background: #5aa738;
}
.info_nav .tag li.fomaition a {
	background: rgba(142, 117, 184, 0.3);
	color: #7d5baf;
    border: dotted 1px #7d5baf;
}
.info_nav .tag li.fomaition_ct a {
	background: #7d5baf;
}
.info_nav .tag li.child a {
	background: rgba(100, 109, 165, 0.3);
	color: #646da5;
    border: dotted 1px #646da5;
}
.info_nav .tag li.child_ct a {
	background: #646da5;
}
.info_nav .tag li.social a {
	background: rgba(57, 123, 184, 0.3);
	color: #397bb8;
    border: dotted 1px #397bb8;
}
.info_nav .tag li.social_ct a {
	background: #397bb8;
}
.info_nav .tag li a span {
    display: block;
    text-align: center;
    width: 100%;
}
.contents .label_month {
	font-family: 'Cormorant Garamond','Noto Sans JP',serif;
    font-size: 233%;
}
@media screen and (max-width: 798px) {
	.info_nav {
		margin: 0 0 -20px;
	}
	.info_nav.department {
		margin: 0;
	}
	.info_nav .select_year {
		margin: 0 -10px;
	}
	.info_nav .tag,
	.info_nav.department .tag {
		float: none;
		margin: 20px -4px 20px;
	  text-align: left;
	  overflow: auto;
	  white-space: nowrap;
	}
	.info_nav .tag::-webkit-scrollbar,
	.info_nav.department .tag::-webkit-scrollbar {
		display: none;
	}
	.info_nav .tag li,
	.info_nav.department .tag li,
	.info_nav.department .tag li:nth-child(1),
	.info_nav.department .tag li:nth-child(4) {
		margin: 0 7px 0 0;
	padding: 0;
	width: auto;
		min-width: 75px;
		float: none;
	display: inline-block;
	white-space: normal;
	}

	.info_nav.department .tag li,
	.info_nav.department .tag li:nth-child(1),
	.info_nav.department .tag li:nth-child(4) {
	width: auto;
		min-width: 75px;
	white-space: normal;
  }
  .info_nav .tag li:last-child {
		margin: 0 0 0 0!important;
	}

  .info_nav .tag li a {
	font-size: 1.2rem!important;
	line-height: 1.2;
	padding: 0 10px;
  }
}

/*-------------------------------------------------------------------------------
　教員情報
--------------------------------------------------------------------------------*/
.scholarship_block {
	margin: 0 -20px;
}
.scholarship_block a {
	text-decoration: underline;
}
.scholarship_block a:hover {
	text-decoration: none;
}
.contents .scholarship_block th,
.contents .scholarship_block td {
	padding-top: 16px;
	padding-bottom: 21px;
}
.contents .scholarship_block th.th01,
.contents .scholarship_block th.th02 {
	padding-top: 14px;
	padding-bottom: 14px;
}
.contents .scholarship_block th.th01 {
	/* width: 170px; */
}
.contents .scholarship_block td.td01 {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2;
}
.lnav.scholarship ul li a {
	min-height: 78px;
}
.txt_scholarship_name {
	font-size: 2rem;
	font-weight: bold;
}
.contents .scholarship_block .table_scroll .post-body {
	margin-bottom: 0;
}
@media screen and (max-width: 798px) {
	.scholarship_block {
		margin: 0;
	}
	.contents .scholarship_block th.th01,
	.contents .scholarship_block th.th02 {
		padding-top: 10px;
		padding-bottom: 10px;
		/* width: inherit; */
	}
	/*.contents .scholarship_block th.th01 {
        width: 235px;
	}
	.contents .scholarship_block th.th01 + .th02 {
        width: 305px;
	}*/
	.lnav.scholarship ul li a {
		min-height: 0;
	}
}

/*-------------------------------------------------------------------------------
　留学・研修現地レポート
--------------------------------------------------------------------------------*/
.report_list_block {
	margin-bottom: 50px;
}
.report_list_block::after {
	content: "";
	display: block;
	clear: both;
}
.report_list_block .report_box {
	float: left;
	width: 485px;
	margin-bottom: 30px;
	border: 4px solid #efefef;
}
.report_list_block .report_box:nth-child(even) {
	float: right;
}
.report_list_block .report_box a {
	display: block;
	transition: 0.3s;
}
.report_list_block .report_box a:hover {
	opacity: 0.6;
}
.report_list_block .report_box .ttl_box {
	padding: 10px 30px 10px 20px;
	color: #fff;
	background: url(../img/report/bg_report_ttl.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 1.6rem;
}
.report_list_block .report_box .ttl_box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	margin: auto 0;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.report_list_block .report_box .report_box_inner {
	padding: 24px 16px 16px;
}
.report_list_block .report_box .report_box_inner::after {
	content: "";
	display: block;
	clear: both;
}
.report_list_block .report_box .report_box_inner .thum_img {
	float: left;
	width: 127px;
	height: 127px;
	margin-right: 20px;
	overflow: hidden;
}
.report_list_block .report_box .report_box_inner .textwrap {
	overflow: hidden;
}
.report_list_block .report_box .report_box_inner .textwrap .profile::after {
	content: "";
	display: block;
	clear: both;
}
.report_list_block .report_box .report_box_inner .textwrap .profile figure {
	float: right;
	margin-left: 5px;
	width: 79px;
	height: 83px;
	overflow: hidden;
}
.report_list_block .report_box .report_box_inner .textwrap .profile figure img {
	width: 100%;
}
.report_list_block .report_box .report_box_inner .textwrap .profile .text {
	color: #333;
	line-height: 1.5;
}
.report_list_block .report_box .report_box_inner .textwrap .profile .text .gakka {
	font-size: 1.4rem;
}
.report_list_block .report_box .report_box_inner .textwrap .profile .text .name {
	font-size: 1.9rem;
}

.report_list_block .report_box .report_box_inner .textwrap .profile .text .name span {
	font-size: 1.9rem;
}

.report_list_block .report_box .report_box_inner .textwrap .profile .text .school {
	font-size: 1.4rem;
}

.report_list_block .report_box .report_box_inner .textwrap .meta {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #e8e8e8;
	vertical-align: middle;
}
.report_list_block .report_box .report_box_inner .textwrap .meta .en_cg {
	font-style: italic;
	font-size: 2rem;
}
.report_list_block .report_box .report_box_inner .textwrap .meta .en_cg::after {
	content: "/";
	display: inline-block;
	margin: 0 7px;
}
/* 過去のレポート一覧ボタン */
.report_list_block + .report_link_text {
	margin-top: -40px;
}
.report_link_text {
	margin: 0 auto 60px;
	text-align: center;
}
.report_link_text p {
	display: inline-block;
	border-bottom: 2px solid #68455f;
}
.report_link_text p a {
	display: inline-block;
	text-align: center;
	padding: 10px 30px;
	color: #4a4a4a;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	transition: opacity 300ms;
}
.report_link_text p a::before {
	content: "";
	display: inline-block;
	vertical-align: 3px;
	margin-right: 12px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #652154;
	border-right: 1px solid #652154;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.report_link_text p a:hover {
	opacity: .6;
}

@media screen and (max-width: 798px) {
	.report_list_block {
		margin-bottom: 30px;
	}
	.report_list_block .report_box {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		border: 2px solid #efefef;
	}
	.report_list_block .report_box:nth-child(even) {
		float: none;
	}
	.report_list_block .report_box .ttl_box {
		padding: 5px 25px 5px 10px;
		font-size: 1.4rem;
	}
	.report_list_block .report_box .ttl_box::after {
		right: 10px;
	}
	.report_list_block .report_box .report_box_inner {
		padding: 12px 8px 8px;
	}
	.report_list_block .report_box .report_box_inner .thum_img {
		width: 63px;
		height: 63px;
		margin-right: 10px;
	}
	.report_list_block .report_box .report_box_inner .textwrap .profile figure {
		display: none;
	}
	.report_list_block .report_box .report_box_inner .textwrap .profile .text .gakka {
		font-size: 1.3rem;
	}
	.report_list_block .report_box .report_box_inner .textwrap .profile .text .name {
		font-size: 1.8rem;
	}
	.report_list_block .report_box .report_box_inner .textwrap .profile .text .name span {
		font-size: 1.4rem;
	}
	.report_list_block .report_box .report_box_inner .textwrap .profile .text .school {
		font-size: 1.3rem;
	}
	.report_list_block .report_box .report_box_inner .textwrap .meta {
		margin-top: 5px;
		padding-top: 3px;
		font-size: 1.3rem;
	}
	.report_list_block .report_box .report_box_inner .textwrap .meta .en_cg {
		font-size: 1.5rem;
	}
	.report_list_block .report_box .report_box_inner .textwrap .meta .en_cg::after {
		margin: 0 5px;
	}
	/* 過去のレポート一覧ボタン */
	.report_list_block + .report_link_text {
		margin-top: 0;
	}
	.report_link_text {
		margin-bottom: 60px;
	}
	.report_link_text p a {
		font-size: 1.4rem;
	}
}

/*2カラム*/
.report_col2_block {
	margin: 65px 0 100px;
}
.report_col2_block::after {
	content: "";
	display: block;
	clear: both;
}
.report_col2_block .col_box {
	float: left;
	width: 465px;
}
.report_col2_block .col_box:nth-child(even) {
	float: right;
}
@media screen and (max-width: 798px) {
	.report_col2_block {
		margin: 35px 0 0;
	}
	.report_col2_block .col_box {
		float: none;
		width: 100%;
	}
	.report_col2_block .col_box:nth-child(even) {
		float: none;
	}
}

/* セレクトボックス */
.report_col2_block .select_box {
	display: block;
	border: 3px solid #ececec;
	border-radius: 5px;
	position: relative;
	margin: 30px 0 50px;
}
.report_col2_block .select_box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 5px;
	right: 20px;
	margin: auto 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #652154;
	border-right: 2px solid #652154;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.report_col2_block .select_box select {
	outline:none;
	text-overflow: '';
	background: none transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	padding: 13px 35px 13px 20px;
	width: 100%;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.report_col2_block .select_box select.no_choice {
	color: #999999;
}
.report_col2_block .select_box select::-ms-expand {
	display: none;
}
.report_col2_block .select_box select option {
	color: #333;
}

@media screen and (max-width: 798px) {
	.report_col2_block .select_box select {
		padding: 8px 35px 8px 13px;
		font-size: 1.3rem;
	}
}

/*.lnav_report ul li {
    width: 199px;
}
.lnav_report ul li a {
    background: url("../img/common/bg-stripe01.png") repeat;
}
.lnav_report ul li:nth-child(2n) a {
    background: url("../img/common/bg-stripe02.png") repeat;
}
.lnav_report ul li a:hover {
    background: url("../img/common/bg-stripe03.png") repeat;
}
*/
.contents .report_block {
	margin: 1px -20px 60px;
}
.contents .report_block li {
	padding: 0;
	margin-bottom: 10px;
}
.contents .report_block li::before {
	display: none;
}
.contents .report_block li a,
.contents .report_block li.bg {
	display: block;
	overflow: hidden;
	padding: 19px 27px 18px 176px;
	background: url(../img/common/bg-oblique_line-02.png);
	transition: 0.3s;
}
.contents .report_block li a::after {
	content: "";
	width: 30px;
	height: 12px;
	display: block;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -12px;
	background: url(../img/report/icon-arrow-01.png) no-repeat;
}
.contents .report_block li a:hover {
	opacity: .6;
}
.contents .report_block li h3 {
	width: 145px;
	height: 100%;
	float: left;
	background: url(../img/report/bg-report_ttl_h3.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	padding: 20px 10px;
	border-radius: 0;
	font-style: italic;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.contents .report_block li h3 span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contents .report_block li .report_block_inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.contents .report_block li .reporter_img {
	display: table-cell;
	vertical-align: middle;
	width: 135px;
}
.contents .report_block li figure {
	float: left;
	width: 100px;
	height: 105px;
	box-sizing: content-box;
	border:3px solid #fff;
	overflow: hidden;
}

.contents .report_block li figure img {
	width:100%;
	height:auto;
}

.contents .report_block li .text {
	display: table-cell;
	vertical-align: middle;
}
.contents .report_block li .text p {
	margin: 0;
}
.contents .report_block li .text .college {
	font-size: 1.4rem;
	color: #222;
	margin: 0;
}
.contents .report_block li .ttl {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .07px;
	font-weight: bold;
	margin: 0;
	padding-left: 2px;
	overflow: hidden;
}
.contents .report_block li .name {
	font-size: 1.4rem;
	color: #222;
	overflow: hidden;
}
.contents .report_block li .name span {
	font-size: 2rem;
}
.report_date {
	text-align: right;
	font-size: 1.5rem;
	margin: -20px 0 27px 0;
}
.contents .report_txt {
	margin: 0 -10px;
}
.contents .report_txt p {
	line-height: 2.15;
	margin: 2.1em 0;
}
.contents .report_img {
	text-align: center;
	padding-top: 4px;
	margin-bottom: 78px;
}
.contents .report_img figure {
	display: inline-block;
	margin: 0 14px;
}
@media screen and (max-width: 798px) {
	/*
    .lnav_report ul li {
        width: 100%;
		}
		*/
	.contents .report_block {
		margin: 0 -10px 30px;
	}
	.contents .report_block li a,
	.contents .report_block li.bg {
		padding: 6px 10px 8px 13px;
	}
	.contents .report_block li.bg {
		padding-left: 75px;
	}
	.contents .report_block li a::after {
		width: 20px;
		height: 8px;
		right: 15px;
		top: auto;
		bottom: 10px;
		margin-top: 0;
		background-size: 100% auto;
	}
	.contents .report_block li h3 {
		width: 70px;
		font-size: 1.6rem;
	}
	.contents .report_block li .reporter_img {
		width: 65px;
		padding-left:5px;
	}
	.contents .report_block li figure {
		width: 50px;
		height: 53px;
		box-sizing: content-box;
		border:3px solid #fff;
		overflow: hidden;
	}

	.contents .report_block li .text {
		padding-left:10px;
	}
	.contents .report_block li .college {
		font-size: 1.2rem;
	}
	.contents .report_block li .ttl {
		font-size: 1.3rem;
		line-height: 1.4;
		letter-spacing: 0;
		padding-left: 0;
		overflow: hidden;
	}
	.contents .report_block li .name {
		font-size: 1.2rem;
		line-height: 1.6;
		color: #222;
		margin: 2px 0 0;
		padding-left: 0;
		overflow: hidden;
		clear: both;
	}
	.contents .report_block li .name span {
		font-size: 1.6rem;
	}
	.report_date {
		font-size: 1.5rem;
		margin: -20px 0 27px;
	}
	.contents .report_txt {
		margin: 0;
	}
	.contents .report_txt p {
		line-height: 1.8;
		margin: 2.1em 0;
	}
	.contents .report_img {
		margin-bottom: 30px;
		padding: 0;
	}
	.contents .report_img figure {
		display: block;
		margin: 10px 0;
	}
}

/* entry_meta */
.entry_meta {
  margin: -23px -20px 40px;
}
.entry_meta::after {
  content:"";
	display:block;
	clear:both;
}
.entry_meta .time {
	color: #333;
	overflow: hidden;
	display: inline-block;
	margin: 1px 0 9px 10px;
	padding-left: 2px;
	vertical-align: top;
}
.contents .ttl_h2_02.event_ttl + .entry_meta .time {
	font-size: 120%;
	margin-top: 0;
}
.entry_meta .tag,
.entry_meta .tag:first-child {
	font-size: 1.3rem;
	display: inline-block;
	background: #4375a4;
	color: #fff;
	margin: 3px 6px 0 0;
	padding: 0 14px 1px;
	vertical-align: top;
}
/* SNSパーツ */
.entry_meta .sns_block {
  float: right;
  margin-top: 0;
}
.hash_block + .sns_block {
    margin-top: 0;
}
.sns_block {
  text-align: center;
  margin-top: 60px;
}
.sns_block .sns_box {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
}
.sns_block .fb_btn {
  margin-top: -7px;
}
@media screen and (max-width: 798px) {
  .entry_meta {
	margin: -15px -10px 25px;
  }
  .entry_meta .time {
	font-size: 1.3rem;
	margin: 0 0 9px;
	padding-left: 0;
	line-height: 20px;
  }
  .entry_meta .tag,
  .entry_meta .tag:first-child {
	font-size: 1.1rem;
	margin: 0 5px 0 0;
	padding: 0 6px;
	line-height: 20px;
  }
  /* SNSパーツ */
  .entry_meta .sns_block {
	float: none;
	margin-top: 0;
	text-align: right;
  }
  .sns_block {
	margin-top: 40px;
  }

  .sns_block .fb_btn {
	margin-top: -5px;
	}
	.contents .ttl_h2_02.event_ttl + .entry_meta .time {
		margin-bottom: 20px;
	}
}

/*-------------------------------------------------------------------------------
　公開講座
--------------------------------------------------------------------------------*/
/*.lecture_block {
	margin: 6px -20px 59px;
}
.lecture_block dt {
	position: absolute;
	left: 5px;
	letter-spacing: .9px;
	line-height: 1;
	font-size: 2.4rem;
	font-style: italic;
}
.lecture_block dd {
	padding: 1px 0 23px 123px;
	margin-bottom: 23px;
  border-bottom: solid 1px #ededed;
  line-height: 1.8;
}
.lecture_block dd a:hover {
	text-decoration: underline;
}
.lecture_block + .pager {
	margin-bottom: 91px;
}
.lecture_txt {
	margin: 0 -10px;
}
.contents .lecture_txt p {
	line-height: 2.15;
}
.lecture_txt .bgt-btn-container {
	margin-top: 50px;
	padding-bottom: 29px;
}
.lecture_txt .bgt-btn {
	width: 410px;
	padding: 17px 40px 19px 40px;
	letter-spacing: .2px;
	font-size: 1.6rem;
}
.lecture_txt .bgt-btn--link::after {
	right: 20px;
	margin-top: -2px;
}
.lecture_txt .bgt-download-file__link {
	width: 410px;
	line-height: 1.7;
	letter-spacing: .3px;
	padding: 15px 20px 15px 20px;
	border: 3px solid #6f3861;
	font-size: 1.6rem;
	margin: -8px 9px -15px;
}
@media screen and (max-width: 798px) {
	.lecture_block {
		margin: 0 0 30px;
	}
	.lecture_block dt {
		position: relative;
	left: auto;
	margin-bottom: 5px;
	}
	.lecture_block dd {
		padding: 3px 0 15px;
		margin-bottom: 15px;
	}
	.lecture_block + .pager {
		margin-bottom: 45px;
	}
	.lecture_txt {
		margin: 0 0 40px;
	}
	.contents .lecture_txt p {
		line-height: 1.8;
	}
	.lecture_txt .bgt-btn-container {
		margin-top: 25px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.lecture_txt .bgt-btn {
		width: 90%;
		padding: 17px 40px 19px 20px;
		letter-spacing: 0;
		font-size: 1.5rem;
	}
	.lecture_txt .bgt-link__icon {
		right: 10px;
	}
	.lecture_txt .bgt-download-file__link {
		width: 100%;
		min-width: 0;
		line-height: 1.7;
		letter-spacing: -.3px;
		padding: 15px 40px 15px 10px;
		font-size: 1.4rem;
		margin: 0 0 15px;
		border-width: 2px;
	}
}*/

[data-path="/lifelong/lecture/"] .contblock {
	width: 100%;
}
.contents .event_block.lecture_block .text p.apply {
	font-weight: bold;
	color: #ea7d12;
	background-color: #ffffff;
	border: 1px solid #ea7d12;
	padding: 0 6px 0 9px;
	margin-bottom: 8px;
}
.contents .event_block.lecture_block .text + .time {
	display: flex;
	position: relative;
}
.contents .event_block.lecture_block .text + .time p {
	padding-left: 80px;
	word-break: break-word;
}
.contents .event_block.lecture_block .text + .time::before {
	content: "";
	display: block;
	width: 64px;
	height: 24px;
	background: url(../img/common/icon-event.png) no-repeat;
	background-size: 100%;
	margin: 0 3px;
	padding-bottom: 5px;
	position: absolute;
}

@media screen and (max-width: 798px){
	.contents .event_block.lecture_block .text p.apply {
		padding: 0 3px 0 6px;
	}

	.contents .event_block.lecture_block .text + .time {
		padding: 15px 0 0;
		width: 100%;
	}
	.contents .event_block.lecture_block .text + .time p {
		padding-left: 70px;
	}
	.contents .event_block.lecture_block .text + .time::before {
		width: 56px;
	}
	.contents .event_block.lecture_block .text p.apply {
		padding: 0 3px 0 6px;
	}
}


/*-------------------------------------------------------------------------------
　検索結果一覧
--------------------------------------------------------------------------------*/
.contents .search_block {
	padding: 30px 0;
}
.contents .search-result strong:last-child {
    margin-left: 15px;
}
.contents .search_block .result-title {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 15px;
	padding-left: 16px;
	position: relative;
	overflow: hidden;
	color: #90437c;
}
.contents .search_block .result-title::before {
	content: "";
	display: block;
	width: 10px;
	height: 4px;
	background: #6f3861;
	position: absolute;
	left: 0;
	top: 12px;
}
.contents .search_block .result-title a {
	color: #333;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none !important;
}
.contents .search_block .result-title a:hover {
	opacity: .7;
	-webkit-opacity: .7;
}
.contents .search_block .result-body {
	margin: 0;
}
.contents .search-result strong:first-child,
.contents .search_block .result-title strong,
.contents .search_block .result-body strong {
	color: #ff442d;
}
.contents .search_block .result-link {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 30px;
	margin: 10px 0 30px;
}

@media screen and (max-width: 798px){
	.contents .search_block .result-title {
	    font-size: 1.6rem;
	    margin: 0 0 10px;
	    padding-left: 10px;
	}
	.contents .search_block .result-link {
		margin: 10px 0 25px;
		padding-bottom: 25px;
		line-height: 1.6;
	}
	.contents .search_block .result-body {
		line-height: 1.6;
	}
	.contents .search_block .result-title::before {
	    width: 6px;
	    height: 2px;
	    top: 12px;
	}
}


/*-------------------------------------------------------------------------------
 エラーメッセージ
--------------------------------------------------------------------------------*/
.contents .error {
    text-align: center;
    margin-bottom: 50px;
}

.contents .error span {
    font-weight: 700;
    color: #8a2c72;
    display: inline-block;
    font-size:180%;
    margin-bottom:30px;
}


/*-------------------------------------------------------------------------------
お知らせ　ハッシュタグ
--------------------------------------------------------------------------------*/
.contents .hash_block {
    background: url("../img/common/bg-check.png") repeat-x left top;
    margin: 60px auto 10px;
    padding: 20px 0;
}
.contents .hash_block ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.contents .hash_block ul li::before {
    display: none;
}
.contents .hash_block ul li a {
    font-size: 1.4rem;
}


@media screen and (max-width: 798px){
	.contents .hash_block {
		margin-top: 40px;
	}
	.contents .hash_block ul li {
		margin-bottom: 0;
	}
	.contents .hash_block ul li a {
	    font-size: 1.3rem;
	}
}
/*-------------------------------------------------------------------------------
お知らせ　関連記事
--------------------------------------------------------------------------------*/
.contents .relation_block {
    margin: 0 -20px;
}
.contents .relation_block h3 {
    margin-bottom: 45px;
}
.contents .relation_block ul li {
    width: 310px;
    padding: 0;
    margin: 0 30px 25px 0;
}
.contents .relation_block ul li:nth-child(3n) {
    margin-right: 0;
}
.contents .relation_block ul li::before {
    display: none;
}
.contents .relation_block ul li a {
    font-size: 1.5rem;
    color: #6292ac;
    text-decoration: none;
}
.contents .relation_block ul li a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.contents .relation_block ul li a .text{
	margin: 0;
	padding: 0;
}

.contents .relation_block ul li a .text p.en_cg {
    margin: 10px 0 0 0 !important;
	font-size: 1.8rem;
}

.contents .relation_block ul li a .text p.ttl {
    margin: 0 !important;
}

@media screen and (max-width: 798px){
    .contents .relation_block {
        margin: 0 auto;
    }
    .contents .relation_block h3 {
        margin-bottom: 10px;
    }
    .contents .relation_block ul li {
        width: 100%;
        padding: 20px 0 15px;
        margin: 0 auto;
        border-bottom: solid 1px #ededed;
    }
    .contents .relation_block ul li a figure {
		width: 40%;
		height: 25.4vmin;
		margin: 0 3% 0 0;
		display: inline-block;
    }
	.contents .relation_block ul li a .text{
		display: inline-block;
	    vertical-align: top;
	    overflow: hidden;
	    max-width: 55%;
	}

	.contents .relation_block ul li a .text p {
	    margin: 0;
	    font-size: 1.3rem;
	}

	.contents .relation_block ul li a .text p.en_cg {
		margin: 0 !important;
	}

}
