@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	šøÓÃ¥¯¥é¥¹
----------------------------------------------------*/
.container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
/*¥ì¥¹¥Ý¥ó¥·¥Ö*/
.hide {
  display: none;
}

.pc {
  display: inline;
}

.pc.block {
  display: block;
}

.pc.inline-block {
  display: inline-block;
}

.pc_hide {
  display: none;
}

.pc_hide.block {
  display: none;
}

.pc_hide.inline-block {
  display: none;
}

.sp {
  display: none;
}

.sp.block {
  display: none;
}

.sp.inline-block {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: inline;
  }

  .sp.block {
    display: block;
  }

  .sp.inline-block {
    display: inline-block;
  }

  .sp_hide {
    display: none;
  }

  .sp_hide.block {
    display: none;
  }

  .sp_hide.inline-block {
    display: none;
  }

  .pc {
    display: none;
  }

  .pc.block {
    display: none;
  }

  .pc.inline-block {
    display: none;
  }

  .pc_hide {
    display: inline;
  }

  .pc_hide.block {
    display: block;
  }

  .pc_hide.inline-block {
    display: inline-block;
  }
}
/* flexbox */
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex.flex--justify {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--jcenter {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

/* btn */
a.btn {
  display: inline-block;
  color: #fff;
  width: 10rem;
  background: #072f80;
  text-align: center;
  padding: 14px 0.5rem;
  text-decoration: none;
  border: 1px solid #072f80;
}
a.btn:hover {
  background: #fff;
  color: #072f80;
}
a.btn.btn--orange {
  background: #112758;
  border: 1px solid #112758;
}
a.btn.btn--orange:hover {
  color: #112758;
  background: #fff;
}
a.btn.btn--wt {
  background: #fff;
  color: #072f80;
}
a.btn.btn--wt:hover {
  color: #fff;
  background: #072f80;
}
a.btn.btn--small {
  padding: 4px 0.5rem;
}
a.btn.btn--large {
  min-width: 40%;
  padding: 20px 0.5rem;
  font-size: 1.25rem;
}
a.btn.btn--100per {
  width: 100%;
}

@media (max-width: 767px) {
  a.btn {
    padding: 10px 0.5rem;
  }
  a.btn.btn--large {
    width: 90%;
    font-size: 1rem;
  }
}
/*align*/
.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

/* ¥ª¥Ö¥¸¥§¥¯¥ÈÔO¶¨ */
embed,
iframe,
object {
  max-width: 100%;
}

/*&#49;&#56;&#56;&#20307;&#32946;&#24179;&#21488;*/
.fz-13 {
  font-size: 0.87em;
}

.fz-17 {
  font-size: 1.13em;
}

.fz-19 {
  font-size: 1.27em;
}

.fz-21 {
  font-size: 1.4em;
}

.fz-23 {
  font-size: 1.53em;
}

.fz-30 {
  font-size: 2em;
}

/*¥Ñ¥Ç¥£¥ó¥°*/
.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .pt-60 {
    padding-top: 50px;
  }

  .pt-80 {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .pt-60 {
    padding-top: 40px;
  }

  .pt-80 {
    padding-top: 50px;
  }
}
/*¥Þ©`¥¸¥ó*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 50px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .mb-60 {
    margin-bottom: 40px;
  }

  .mb-80 {
    margin-bottom: 50px;
  }
}
/*¥¢¥Ë¥á©`¥·¥ç¥ó•r²î*/
.dl01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dl02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dl03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dl04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dl05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dl06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.dl07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.dl08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.dl09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.dl1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.dl15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.dl2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.dl25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.dl3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.dl35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.dl4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.dl45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.dl5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.dl55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.dl6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.dl65s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.dl7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.dl75s {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.dl8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.dl85s {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.dl9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.dl95s {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

/*display table*/
.dis_t {
  display: table;
  width: 100%;
}

.dis_cell {
  display: table-cell;
  vertical-align: middle;
}

/*youtube*/
.ytube {
  position: relative;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*table*/
.base_t {
  width: 100%;
  margin-bottom: 30px;
}
.base_t tr th {
  background: #b8c1d4;
  padding: 14px 0.75em;
  border: 1px solid #fff;
  font-weight: bold;
}
.base_t tr td {
  padding: 8px 0.75em;
  border: 1px solid #fff;
  background: #e7eaf1;
}

@media (max-width: 767px) {
  .base_t {
    font-size: 0.8125rem;
    margin-bottom: 18px;
  }
  .base_t tr th {
    padding: 12px 0.75rem;
  }
  .base_t tr td {
    padding: 8px 0.75rem;
  }
}
/* ÒŠ³ö¤· */
.ttl01 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
}

.ttl02 {
  font-size: 1.25rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  padding: 0 0.5rem;
  font-weight: bold;
}

.ttl02nn {
  font-size: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
  padding: 0 0.5rem;
  font-weight: bold;
}

.ttl03 {
  font-size: 1rem;
  padding: 0 1.5rem;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
.ttl03:before {
  content: '';
  position: absolute;
  left: 0.4rem;
  top: 0.75rem;
  width: 10px;
  height: 3px;
  background: #217fc4;
}

.ttl04 {
  background: url(/sis/admission/images/bg_ttl04.gif) repeat center center;
  padding: 4px 0.75rem;
  margin-bottom: 20px;
}

.ttl05 {
  font-weight: bold;
  margin-bottom: 1rem;
}

/* ¥ì¥¤¥¢¥¦¥È */
.flex--col02 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex--col02 .txt {
  width: 59%;
}
.flex--col02 .pic {
  width: 37.5%;
}

@media (max-width: 767px) {
  .flex--col02 .txt {
    width: 100%;
    order: 2;
  }
  .flex--col02 .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    order: 1;
  }
}
/* ¥«¥é©` */
.fc-blue {
  color: #217fc4;
}

/* ----------------------------------------------------------------------
 WordPress ¥×¥ê¥»¥Ã¥È¥¹¥¿¥¤¥ë
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright {
  float: right;
}

.post_content .alignleft {
  float: left;
}

.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.post_content blockquote.alignleft, .post_content img.alignleft {
  margin: 7px 24px 7px 0;
}

.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.post_content blockquote.alignright, .post_content img.alignright {
  margin: 7px 0 7px 24px;
}

.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* text and headline */
.post_content p {
  line-height: 2.4;
  margin: 0 0 2em 0;
}

.post_content h3 {
  font-size: 130%;
  padding-top: 20px;
}

.post_content h4 {
  font-size: 120%;
}

.post_content h5 {
  font-size: 110%;
}

.post_content h6 {
  font-size: 100%;
}

/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img {
  height: auto;
  max-width: 100%;
}

/* list */
.post_content li, .post_content dt, .post_content dd {
  line-height: 2.2;
}

.post_content ul, .post_content ol, .post_content dl {
  margin-bottom: 24px;
}

.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.post_content li > ul, .post_content li > ol {
  margin-bottom: 0;
}

.post_content dt {
  font-weight: bold;
}

.post_content dd {
  margin-bottom: 1em;
}

/* table */
.post_content table {
  margin: 0 0 24px 0;
  /*width:100% !important;*/
}

.post_content td, .post_content th {
  border: 1px solid #bbb;
  padding: 10px 15px;
  line-height: 2.2;
}

.post_content th {
  background: #eee;
  font-weight: normal;
}

/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}

.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}

/* block quote */
.post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
  position: relative;
}

.post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.post_content .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

.post_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

/* gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: -webkit-calc(9.4% - 0px);
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
  display: none;
}

/* etc */
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.post_content pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px;
  background: url(/sis/admission/oc2025/img/common/pre.gif) repeat left top;
  padding: 0 17px;
  overflow: auto;
}

.post_content .mejs-container {
  margin: 12px 0 25px;
}

/*----------------------------------------------------
	Ò»ÓE¥Ú©`¥¸
----------------------------------------------------*/

#sub #main #top_topics .flex .tit {
  width: 17%;
  background: url(/sis/admission/images/top/tit_tri.gif) no-repeat left top;
  background-size: contain;
  padding: 40px 0 0 40px;
}
#sub #main #top_topics .flex .tit h2 {
  font-size: 1.5rem;
  font-weight:bold;
}
#sub #main #top_topics .flex .list {
  width: 80%;
  padding-top: 70px;
}
#sub #main #top_topics .flex .list ul li {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
}
#sub #main #top_topics .flex .list ul li .date {
  padding-right: 1rem;
}
#sub #main #top_topics .flex .list ul li .cat span {
    display: inline-block;
    width: 6rem;
    text-align: center;
    background: #ccc;
    color: #fff;
    font-size: 0.6875rem;
    padding: 2px 0.4rem;
    margin-right: 1.2rem;
}
#sub #main #top_topics .flex .list ul li .cat span.blue {
  background: #217fc4;
}
#sub #main #top_topics .flex .list ul li .cat span.green {
  background: #73a62e;
}
#sub #main #top_topics .flex .list ul li .cat span.orange {
  background: #f57a00;
}
#sub #main #top_topics .flex .list ul li .cat span.red {
  background: #E5574A;
}
#sub #main #top_topics .flex .list ul li .cat span.purple {
  background: #8E68BA;
}
#sub #main #top_topics .flex .list ul li .ttl {
	padding: 0 1.2rem 0  0;
	flex: 1;
}
#sub #main #top_topics .flex .list ul li a{
  flex: 1;
}
#sub #main #top_topics .flex .list ul li .ttl a {
  text-decoration: none;
  color: #333;
}
#sub #main #top_topics .flex .list ul li .ttl a:hover {
  opacity: 0.7;
  text-decoration:underline;
}

#message .textbox{
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	#sub #main #top_topics h2{
		margin-bottom: 0;
		text-align: left;
	}
	#sub #main #top_topics .flex {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#sub #main #top_topics .flex .tit {
		width: 100%;
		padding: 20px 0 10px 20px;
	}
	#sub #main #top_topics .flex .list {
		width: 100%;
		padding-top: 40px;
	}
	#sub #main #top_topics .flex .list ul {
		padding: 0 4%;
	}
	#sub #main #top_topics .flex .list ul li {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#sub #main #top_topics .flex .list ul li .ttl {
		width: 100%;
		padding: 0;
		margin-top: 8px;
		flex: auto;
	}
	#sub #main #top_topics .flex .list ul li a{
		flex: auto;
	}
}