@charset "utf-8";
/* ---------------------------------------
   current-students
------------------------------------------ */
#title_area .main.bkstyle-03{
	background-image: url(../img/current-students/title.jpg);
	background-position: bottom;
}
.text-list01{ margin-top: 40px; }
.text-list01__item p{
	margin-top: 0.5em;
	line-height: 1.5;
	position: relative;
	padding-left: 2em;
}
.text-list01__item .nam{
	position: absolute;
	left: 0;
	top: 0;
}
.text-list01__item a{
	text-decoration: underline;
	color: var(--sky);
}
.text-list01__item a:hover{ text-decoration: none; }



.current-list .content_wrap { position: relative;}
.current-list .list a { display: block;}
.current-list .list a > div {
	position: relative;
	padding: 1.8em 0;
	overflow: hidden;
	align-items: center;
	display: flex;}
.current-list .list { border-bottom: solid 1px #eeeeee;}
.current-list .item { border-top: solid 1px #eeeeee;}
.current-list .day {
	padding-left: 20px;
	margin-right: 5vw;
	color: #9b9b9b;
	font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	white-space: nowrap;}
.current-list .list h2 {
	transition: .3s all;
	margin-right: 5em;
  line-height: 2;
	font-size: 14px;}
.current-list .list h2 span { border-bottom: 1px solid #fff;}
.current-list .arrow_r {
	border-color: transparent transparent transparent #c1c2c2;
  right: 24px;top: 50%;
	margin-top: -2px;}
.current-list .all_link {
  position: absolute;
  top: 54px; right: 5vw;}
.current-list .pager {
  position: relative;
	font-family: 'Noto Serif JP', serif;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 97px;}
.current-list .pager li {
  margin: 0 5px;}
.current-list .pager li > span, .current-list .pager li a {
  text-align: center;
  line-height: 40px;
  display: block;
  background: #f7f7f7;
  min-width: 40px;
  height: 40px;
  color: var(--main);}
.current-list .pager li > span {
  color: #fff;
  background: var(--main);}
.current-list .pager li.next {
  position: absolute;
  right: 0;}
.current-list .pager li.next a {
  padding-right: 24px;
  width: 100px;
  position: relative;}
.current-list .pager .arrow_r { right: 10px;}
.current-list .pager li.prev {
  position: absolute;
  left: 0;}
.current-list .pager li.prev a {
  padding-left: 24px;
  width: 100px;
  position: relative;}
.current-list .pager li.prev .arrow_r {
  left: 10px;
  border-width: 3px 9px 3px 0;
  border-color: transparent #c1c2c2 transparent transparent;}



/* -- :hover  -  pc : o / sp : x -- */
@media screen and (min-width:768px) {
  .current-list h1 a:hover { background: rgba(26,32,51,0.1);}
  .current-list .list a:hover { background: #f7f7f7;}
  .current-list .list  a:hover .arrow_r {	right: 20px; border-color: transparent transparent transparent #1d2739;}
  .current-list .list a:hover h2 span { border-bottom: 1px solid #343434;}
  .current-list .all_link a:hover::before { background: rgba(26,32,51,0.1);}
	.current-list .pager a:hover {background: #ddd;}}

/* -- max 768px  -  pc : x / sp : o -- */
@media screen and (max-width:768px) {
  .current-list .all_link { top: auto; right: 5vw; bottom: -60px;}
	.current-list .pager li { margin-bottom: 10px;}
	.current-list .pager li.next { position: relative;right: auto;}
	.current-list .pager li.prev { position: relative;right: auto;}}

/* -- max 480px  -  pc : x / sp : o -- */
@media screen and (max-width:480px) {
  .current-list .list a > div { padding: 1.5em 0; display: block;}
  .current-list .day { padding: 0 2vw;}
  .current-list .list h2 { padding: 2px 2vw 0; margin-right: 2em;}
  .current-list .arrow_r { right: 2vw;}}


/* ---------------------------------------
   A R T I C L E
------------------------------------------ */
/* --- arrow2 --- */
.all_item {
	padding: 10px 10px 10px 45px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;}
.arrow_circle {
	bottom: -1px;
  left: 15px;
	content: "";
  display: block;
  transform: rotate(90deg);
  position: absolute;
  width: 12px;
	height: 30px;}
.arrow_circle::before {
	position: absolute;
	content: "";
	border-right-width: 0;
  border-bottom-width: 1px;
  width: 8px;
	border-color: #1a0c42;
  height: 8px;
	transform: rotate(60deg);
  bottom: 2px;
	left: 0;
  border-style: solid;}
.arrow_circle::after {
	width: 1px;
	background: #1a0c42;
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
	left: -6px;
  right: 0;
	margin: auto;
	height: 100%;}
.all_item::before {
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	border: 1px solid #1a0c42;
	content: "";
	transition: .3s all;
	width: 16px; height: 16px;}
.current-list__article .pager {
	margin-top: -30px;
	text-align: right;}
.current-list__article .pager li {
	margin-left: 10px;
  display: inline-block;}
.current-list__article .pager li a {
	position: relative;
	text-align: left;
	padding-left: 40px;
  width: 125px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #f7f7f7;
	color: var(--main);
	font-family:  'Noto Serif JP', serif;
	font-size: 14px;}
.current-list__article .pager li.prev a {
	text-align: right;
	padding: 0 40px 0 0;
	color: #fff;
	background: var(--main);}
.current-list__article .pager li.prev .arrow_r {
	border-color: transparent transparent transparent #f7f7f7;
	right: 12px; top: 18px;}
.current-list__article .pager li.back .arrow_r {
	left: 12px; top: 18px;
	border-width: 3px 9px 3px 0;
  border-color: transparent #c1c2c2 transparent transparent;}
 .postcontents {
	margin-top: 2em;
	line-height: 2;}
.postcontents h2 {
	margin-top: 2em;
	color: var(--sky);
	font-size: 21px;
	font-family: 'Noto Serif JP', serif;}
.postcontents h3 {
  margin-top: 2em;
  color: var(--main);
  line-height: 2;
	text-decoration: underline;
  font-size: 18px;
	font-family: 'Noto Serif JP', serif;}
.postcontents h4 {
  margin-top: 2em;
  color: var(--main);
  line-height: 2;
  font-size: 16px;
	font-weight: bold;}
.postcontents h5 {
  margin-top: 2em;
  color: var(--main);
  line-height: 2;
  font-size: 14px;
	font-weight: bold;}
.postcontents h6 {
  margin-top: 2em;
  color: var(--main);
  line-height: 2;
  font-size: 14px;
	font-weight: bold;}
.postcontents p { margin-top: 1em;}
.postcontents p + p { margin-top: 2em;}
.postcontents hr {
	border: 0;
  border-bottom: 1px solid var(--main);
  margin: 2em 0;
  clear: both;}

/*画像設定*/
.postcontents .size-full, .postcontents .size-large, .postcontents .size-medium, .postcontents .size-thumbnail {
  max-width: 100%;
  height: auto;}
.postcontents .wp-block-image { margin-top: 2em;}
.postcontents .alignleft {
  float: left;
  margin: 0 10px 10px 0;}
.postcontents .aligncenter {
	text-align: center;
  display: block;
  margin: 0 auto 10px auto;}
.postcontents .alignright {
  float: right;
  margin: 0 0 10px 10px;}
.postcontents .wp-caption {
  margin-top: 20px;}
.postcontents .wp-caption a {
  display: block;}
.postcontents .wp-caption a:hover {
  border-bottom: none;}
.postcontents .wp-caption img {
  vertical-align: bottom;}
.postcontents .wp-caption-text {
  margin-top: 10px;
	text-align: center;}
.postcontents .wp-block-image figcaption {
	font-size: 14px;}

/*リスト*/
.postcontents ul, .postcontents ol {
  list-style: disc outside;
	font-size: 14px;
  margin-top: 2em;
	line-height: 1.6;
	margin-left: 1em;}
.postcontents ol { list-style: decimal outside;}
.postcontents ul ul, .postcontents ul ol, .postcontents ol ul, .postcontents ol ol {
	margin-top: 0;
	margin-left: 2em;}
.postcontents ul li, .postcontents ol li {
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;}
/*整形済みテキスト*/
.postcontents pre {
  margin-top: 2em;
  padding: 20px;
  background-color: #f4f4f4;
  border-left: solid 4px var(--main);
  overflow: auto;}
/*テーブル*/
.postcontents .wp-block-table { overflow: scroll;}
.postcontents table {
  margin-top: 20px;
	font-size: 14px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;}
.postcontents table th {
	text-align: center;
  padding: 10px 2em;
  background: #ebf0f9;
	font-weight: normal;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;}
.postcontents table td {
  padding: 10px 2em 10px 1em;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;}
.postcontents .wp-block-table figcaption { font-size:14px;}
/*引用*/
.postcontents blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 2em;
  padding: 10px 20px 10px 60px;
  background-color: #f4f4f4;}
.postcontents blockquote::before {
  position: absolute;
  top: 15px;
  left: 20px;
	content: "”";
  font-family: "icomoon";
  postcontents: "\e909";
  font-size: 80px;
	line-height: 1;
  color: #D9D9D9;}
.postcontents blockquote cite {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 20px 0 10px;}
.postcontents .has-small-font-size { font-size: 13px!important;}
.postcontents .has-regular-font-size,
.postcontents .has-normal-font-size { font-size: 14px!important;}
.postcontents .has-medium-font-size { font-size: 18px!important;}
.postcontents .has-large-font-size {font-size: 20px!important;}
.postcontents .has-larger-font-size,
.postcontents .has-huge-font-size { font-size: 28px!important;}
.postcontents .blocks-gallery-grid {
	margin: 0;
	display: flex;
	gap: 40px 20px;
	list-style: none;}
.postcontents .blocks-gallery-item__caption {
	color: #999;
	font-size: 13px;}
.postcontents .blocks-gallery-caption { text-align: center;}
.postcontents .wp-block-columns {
	gap: 20px 20px;
	display: flex;}


/* -- :hover  -  pc : o / sp : x -- */
@media screen and (min-width:768px) {
  a:hover.all_item::before { background: rgba(26,32,51,0.1);}
	.current-list__article .pager li.prev a:hover .arrow_r { right: 8px;}
	.current-list__article .pager li.back a:hover .arrow_r { left: 8px;}}


/* -- max 768px  -  pc : x / sp : o -- */
@media screen and (max-width:768px) {
.postcontents table th { padding: 10px 1em;}
.postcontents table td { padding: 10px 1em 10px 1em;}}


/* internship */
#internship .internship-table {
  margin-top: 20px;
	font-size: 14px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;}
#internship .internship-table th {
	text-align: center;
  padding: 10px 2em;
  background: #ebf0f9;
	font-weight: normal;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;}
#internship .internship-table td {
	min-width: 120px;
  padding: 10px 2em 10px 1em;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;}


/* ファイルへリンク */
.file-list__item{
	background: #f7f7f7;
	font-size: 14px;
	padding: 1em 1.5em;
}
.file-list__item:nth-child(n+2){ margin-top: 2px; }
.file-list__item a{
	color: var(--sky);
	text-decoration: underline;
	position: relative;
	display: block;
}
.file-list__item a:hover{ text-decoration: none; }
.file-list__item a .material-icons{
	vertical-align: middle;
	display: inline-block;
	margin-left: 4px;
	font-size: 14px;
}
.file-list__item .file-list-content{
	padding-top: 0.5em;
}
.file-list__item .file-list-content p{
	font-size: 0.875em;
}
#page-in p.textbox.read{ margin-top: 0; }


@media screen and (max-width:480px) {
.current-list__article .pager {
  margin-top: -100px;
  text-align: center;
  margin-bottom: 100px;}
  .pageback { margin-top: 120px;}

}
.t-type2 a{ text-decoration: underline; }
.t-type2 a:hover{ text-decoration: none; }

#kouki-support .text-list01__item p{ padding-left: 1.25em; }
.text-list01__item .text-list01{
  margin-bottom: 1em;
  margin-top: 0;
  padding-left: 1.25em; }

/* 赤文字 */
.red-info{
  margin-top: 20px;
	padding: 30px;
	border-left: solid 3px #e95d4e;
	border-radius: 4px;
	background: #f8efee;
}
.red-info p{ line-height: 2; }
.red-info p a{
	color: #e95d4e;
	text-decoration: underline;
}
.red-info p a:hover{ text-decoration: underline; }
@media screen and (max-width: 768px){
	.red-info{ padding: 20px;margin-top: 15px;}
}
