@charset "UTF-8";

/* --- event calendar --*/
.event {
  padding: 0 10px;
}
 .event .monthTitle {
  background-color: #92c7f2;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  border-radius: 28px;
}
.event .monthTitle .month {
  font-size: 23px;
}
.event #scheduleList {
  height: 538px;
  overflow-y: scroll;
  margin-top: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.event #scheduleList li:nth-child(even) {
  background-color: #eef9fd;
}
.event #scheduleList li {
  position: relative;
  display: flex;
  font-size: 12px;
  min-height: 20px;
  padding: 10px 0;
}
.event #scheduleList li a {
  color: #333;
  text-decoration: underline;
	display: block;
	margin-bottom: 10px;
}

.event #scheduleList li a:last-child {
	margin-bottom: 0;
}

.event #scheduleList li .scdate {
  width: 3em;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.event #scheduleList li .sctitle {
  padding-left: 4.5em;
  line-height: 1.7;
}
.event #scheduleList li .sctitle a:hover {
  text-decoration: none;
}
	#scheduleList .sun {
		color: #FF5757 !important;
	}
	#scheduleList .sat {
		color: #0B53D7 !important;
	}
/* schedule plugin css override */
div.scheduleMeta {
  font-size: 16px !important;
  text-align: left !important;
  margin: 50px 0 40px;
}

/*#Schedule .withSideWrap {
	float: none;
	width: 100% !important;
}
#Schedule .sideNav {
    float: none;
}

#Schedule #LeftColumn {
	width: 100% !important;
}*/

/* ----- table ----- */
.bge-contents table.table-fixed {
  table-layout: fixed;
}

.contents-body table,
  #ao .table-type-A {
    width: 100%;
    border-collapse: collapse;
  }

  .contents-body table th,
  .contents-body table td,
  #ao .table-type-A th,
  #ao .table-type-A td {
    /*height: 50px;*/
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid #d4dbde;
    padding: 8px;
    box-sizing: border-box;
  }

  .contents-body table th:first-child,
  #ao .table-type-A th:first-child {
    width: 27%;
  }

  .contents-body table th:nth-child(3),
  #ao .table-type-A th:nth-child(3) {
    width: 27%;
  }

  .contents-body table th,
  #ao .table-type-A th {
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
  }

  .contents-body table th[nowrap="nowrap"] {
    white-space: normal;
  }

  #ao .table-type-B {
    width: 100%;
    border-collapse: collapse;
  }

  #ao .table-type-B th,
  #ao .table-type-B td {
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #d4dbde;
    padding: 8px;
    line-height: 1.7143em;
  }

  #ao .table-type-B th {
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
    width: 27%;
  }

ul.ListStyle_01 {	
	margin-left: 20px;
}

ul.ListStyle_01 li {
	position: relative;
	background: none !important;
	padding-left: 0px !important;
	text-align: justify;
}

ul.ListStyle_01 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}


.one_year_contents p,.two_year_contents p,.three_year_contents p,.four_year_contents p {
	text-align: justify;
}
#Syusyoku p {
	text-align: justify;
}

.caption2 {
	color: #898989;
    font-size: 14px;
    margin-bottom: 10px;
	display: block;
    text-indent: -1em;
    padding-left: 1em !important;
	margin-left: 10px !important;
}

@media print, screen and (min-width:1130px) {
body {
	-webkit-print-color-adjust: exact;
}
	
	.SP_box {
		display: none;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
strong,
b {
  font-weight: bold;
}

#wrapper {
  *zoom: 1;
}
#wrapper:before {
  content: "";
  display: table;
}
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}

	#SP_menu {
		display: none;
	}
	
	
/* common
-------------------------*/
body {
  font-family: Helvetice, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-size: 14px;
  line-height: 1.7143em;
}

p {
  font-size: 14px;
  line-height: 1.7143em;
}

a:hover > img {
  opacity: 0.5;
}

img {
  vertical-align: bottom;
}


/*top
-------------------------------*/

.top0 {
  margin-top: 0;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.top70 {
  margin-top: 70px;
}

.top80 {
  margin-top: 80px;
}

.top90 {
  margin-top: 90px;
}

.top100 {
  margin-top: 100px;
}

.top110 {
  margin-top: 110px;
}

.top120 {
  margin-top: 120px;
}

.top130 {
  margin-top: 130px;
}

.top140 {
  margin-top: 140px;
}

.top150 {
  margin-top: 150px;
}

.top160 {
  margin-top: 160px;
}

.top170 {
  margin-top: 170px;
}

.top180 {
  margin-top: 180px;
}

.top190 {
  margin-top: 190px;
}

.top200 {
  margin-top: 200px;
}

/*bottom
-------------------------------*/
.bottom0 {
  margin-bottom: 0px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}
.bottom40 {
  margin-bottom: 40px;
}

.bottom50 {
  margin-bottom: 50px;
}

.bottom60 {
  margin-bottom: 60px;
}

.bottom70 {
  margin-bottom: 70px;
}

.bottom80 {
  margin-bottom: 80px;
}

.bottom90 {
  margin-bottom: 90px;
}

.bottom100 {
  margin-bottom: 100px;
}

.bottom110 {
  margin-bottom: 110px;
}

.bottom120 {
  margin-bottom: 120px;
}

.bottom130 {
  margin-bottom: 130px;
}

.bottom140 {
  margin-bottom: 140px;
}

.bottom150 {
  margin-bottom: 150px;
}

.bottom160 {
  margin-bottom: 160px;
}

.bottom170 {
  margin-bottom: 170px;
}

.bottom180 {
  margin-bottom: 180px;
}

.bottom190 {
  margin-bottom: 190px;
}

.bottom200 {
  margin-bottom: 200px;
}

/*right
-------------------------------*/

.right10 {
	margin-right:10px;
}

.right20 {
	margin-right:20px;
}

.right30 {
	margin-right:30px;
}

.right40 {
	margin-right:40px;
}

.right50 {
	margin-right:50px;
}

.right60 {
	margin-right:60px;
}

.right70 {
	margin-right:70px;
}

.right80 {
	margin-right:80px;
}

.right90 {
	margin-right:90px;
}

.right100 {
	margin-right:100px;
}

.right110 {
	margin-right:110px;
}

.right120 {
	margin-right:120px;
}

.right130 {
	margin-right:130px;
}

.right140 {
	margin-right:140px;
}

.right150 {
	margin-right:150px;
}

.right160 {
	margin-right:160px;
}

.right170 {
	margin-right:170px;
}

.right180 {
	margin-right:180px;
}

.right190 {
	margin-right:190px;
}

.right200 {
	margin-right:200px;
}

/*left
-------------------------------*/

.left10 {
	margin-left:10px;
}

.left20 {
	margin-left:20px;
}

.left30 {
	margin-left:30px;
}

.left40 {
	margin-left:40px;
}

.left50 {
	margin-left:50px;
}

.left60 {
	margin-left:60px;
}

.left70 {
	margin-left:70px;
}

.left80 {
	margin-left:80px;
}

.left90 {
	margin-left:90px;
}

.left100 {
	margin-left:100px;
}

.left110 {
	margin-left:110px;
}

.left120 {
	margin-left:120px;
}

.left130 {
	margin-left:130px;
}

.left140 {
	margin-left:140px;
}

.left150 {
	margin-left:150px;
}

.left160 {
	margin-left:160px;
}

.left170 {
	margin-left:170px;
}

.left180 {
	margin-left:180px;
}

.left190 {
	margin-left:190px;
}

.left200 {
	margin-left:200px;
}

.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.twoColumnLayout {
	display:flex;
}

/* width
-------------------------*/
.w50 {
	width: 50px;
}

.w100 {
	width: 100px;
}

.w123 {
	width: 123px;
}

.w130 {
	width: 130px;
}

.w137 {
	width: 137px;
}

.w150 {
	width: 150px;
}

.w180 {
	width: 180px;
}


.w200 {
	width: 200px;
}

.w210 {
	width: 210px;
}

.w230 {
	width: 230px;
}

.w250 {
	width: 250px;
}

.w280 {
	width: 280px;
}

.w300 {
	width: 300px;
}

.w310 {
	width: 310px;
}

.w320 {
	width: 320px;
}

.w330 {
	width: 330px;
}

.w340 {
	width: 340px;
}

.w350 {
	width: 350px;
}

.w360 {
	width: 360px;
}

.w370 {
	width: 370px;
}

.w380 {
	width: 380px;
}

.w390 {
	width: 390px;
}

.w400 {
	width: 400px;
}

.w410 {
	width: 410px;
}

.w420 {
	width: 420px;
}

.w430 {
	width: 430px;
}

.w440 {
	width: 440px;
}

.w450 {
	width: 450px;
}

.w470 {
	width: 470px;
}

.w480 {
	width: 480px;
}

.w490 {
	width: 490px;
}

.w500 {
	width: 500px;
}

.w510 {
	width: 510px;
}

.w520 {
	width: 520px;
}

.w530 {
	width: 530px;
}

.w540 {
	width: 540px;
}

.w550 {
	width: 550px;
}

.w560 {
	width: 560px;
}

.w570 {
	width: 570px;
}

.w580 {
	width: 580px;
}

.w590 {
	width: 590px;
}

.w600 {
	width: 600px;
}

.w610 {
	width: 610px;
}

.w620 {
	width: 620px;
}

.w630 {
	width: 630px;
}

.w640 {
	width: 640px;
}

.w650 {
	width: 650px;
}

.w660 {
	width: 660px;
}

.w670 {
	width: 670px;
}

.w680 {
	width: 680px;
}

.w690 {
	width: 690px;
}

.w700 {
	width: 700px;
}

.w725 {
	width: 725px;
}


.w1008 {
	width: 1008px;
}

/* font size
-------------------------*/

.font_250 {
	font-size:250%;
}

.font_240 {
	font-size:240%;
}

.font_230 {
	font-size:230%;
}

.font_220 {
	font-size:220%;
}

.font_210 {
	font-size:210%;
}

.font_200 {
	font-size:200%;
}

.font_190 {
	font-size:190%;
}

.font_180 {
	font-size:180%;
}

.font_170 {
	font-size:170%;
}

.font_160 {
	font-size:160%;
}

.font_150 {
	font-size:150%;
}

.font_140 {
	font-size:140%;
}

.font_130 {
	font-size:130%;
}

.font_120 {
	font-size:120%;
}

.font_110 {
	font-size:110%;
}

.font_100 {
	font-size:100%;
}

.font_90 {
	font-size:90%;
}

.font_80 {
	font-size:80%;
}

.font_70 {
	font-size:70%;
}

.font_60 {
	font-size:60%;
}

.font_50 {
	font-size:50%;
}

.font_40 {
	font-size:40%;
}

.font_30 {
	font-size:30%;
}

.p_bottom20 {
  padding-bottom: 20px;
}

.p_bottom25 {
  padding-bottom: 25px;
}

.p_bottom30 {
  padding-bottom: 30px;
}

.p_bottom35 {
  padding-bottom: 35px;
}

.p_bottom50 {
  padding-bottom: 50px;
}

/* #wrapper & common
-------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  width: 1130px;
  margin: 0 auto;
}

.postlink {
  float: right;
}
.postlink li {
  margin-left: 15px;
  float: left;
  padding-left: 20px;
}
.postlink li a {
  font-size: 13px;
  color: #000000;
}
.postlink .rss {
  background: url(../img/icon-rss.png) no-repeat 0 4px;
}

.postTitle {
  font-size: 12.7px;
  line-height: 19px;
  text-decoration: underline;
  color: #000000;
  overflow: hidden;
  /*width: 85%;*/
}
.postTitle a {
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.date {
  font-size: 11px;
  padding-left: 10px;
  margin-bottom: 5px;
}

/* header
-------------------------*/
.globalHeader {
  width: 100%;
  margin-bottom: 20px;
}
.globalHeader .headertop, .globalHeader .gnav, .globalHeader .subnav {
  width: 1130px;
  margin: 0 auto;
}
.globalHeader .headertop {
  margin-top: 15px;
  /*overflow: hidden;*/
  height: 60px;
}
.globalHeader .headertop .sitelogo {
  float: left;
}
	
.globalHeader .headertop .primaryArea {
  width: 375px;
  float: right;
}
.globalHeader .headertop .primaryArea .pm-wrap {
  /*overflow: hidden;*/
}
.globalHeader .headertop .primaryArea .pm-menu {
  float: left;
  width: 160px;
  overflow: hidden;
}
.globalHeader .headertop .primaryArea .pm-menu li {
  float: left;
}
.globalHeader .headertop .primaryArea .pm-menu li a {
  display: block;
  height: 19px;
  line-height: 19px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(../img/pm-menu.png);
}

.globalHeader .headertop .primaryArea .pm-menu li a:hover {
	opacity: .5;
}

.globalHeader .headertop .primaryArea .pm-menu #pm-menu01 {
  width: 92px;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu01 a {
  background-position: 0 0;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu02 {
  width: 67px;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu02 a {
  background-position: -92px 0;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu03 {
  width: 80px;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu03 a {
  background-position: -159px 0;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu04 {
  width: 70px;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu04 a {
  background-position: -239px 0;
}
.globalHeader .headertop .primaryArea .pm-sns {
  float: left;
  margin-top: -5px;
  margin-right: 5px;
}
.globalHeader .headertop .primaryArea .pm-sns li {
  float: left;
  padding-left: 5px;
}
.globalHeader .headertop .primaryArea .search {
  margin-top: 5px;
}
.globalHeader .headertop .primaryArea .search .searchBox {
  float: left;
  padding-left: 30px;
  width: 270px;
  height: 25px;
  border: 1px solid #dbdbdb;
  background: url(../img/icon-search.png) 10px 6px no-repeat #efefef;
}
.globalHeader .headertop .primaryArea .search .submit {
  margin-left: 5px;
  margin-top: 1px;
  float: right;
  border: 0px;
  width: 53px;
  height: 26px;
  background: url(../img/btn-search.png) left top no-repeat;
  margin-right: 10px;
}
.globalHeader .gnav {
  background-color: #e50012;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
}
.globalHeader .gnav ul {
  width: 1137px;
  margin: 0 auto;
}
.globalHeader .gnav ul li {
  float: left;
}
.globalHeader .gnav ul li a {
  display: block;
  height: 70px;
  line-height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(../img/gnav.png);
  width: 142px;
}


.globalHeader .gnav ul #gnav01 a {
  background-position: 0 0;
}
.globalHeader .gnav ul #gnav02 a {
  background-position: -142px 0;
}
.globalHeader .gnav ul #gnav03 a {
  background-position: -283.5px 0;
}
.globalHeader .gnav ul #gnav04 a {
  background-position: -423.75px 0;
}
.globalHeader .gnav ul #gnav05 a {
  background-position: -565px 0;
}
.globalHeader .gnav ul #gnav06 a {
  background-position: -707px 0;
}
.globalHeader .gnav ul #gnav07 a {
  background-position: -848.5px 0;
}
.globalHeader .gnav ul #gnav08 a {
  width: 142.25px;
  background-position: -988.75px 0;
}


.globalHeader .gnav ul li a:hover{
	text-decoration: none;  
	background-image: url(../img/gnav.png);
	background-repeat: no-repeat;   
}


.globalHeader .gnav ul #gnav01 a:hover,.globalHeader .gnav ul #gnav01 a.active { background-position: 0 -70px; }   
.globalHeader .gnav ul #gnav02 a:hover,.globalHeader .gnav ul #gnav02 a.active { background-position: -141.25px -70px; }  
.globalHeader .gnav ul #gnav03 a:hover,.globalHeader .gnav ul #gnav03 a.active { background-position: -283.5px -70px; }  
.globalHeader .gnav ul #gnav04 a:hover,.globalHeader .gnav ul #gnav04 a.active { background-position: -423.75px -70px; }  
.globalHeader .gnav ul #gnav05 a:hover,.globalHeader .gnav ul #gnav05 a.active { background-position: -565px -70px; }
.globalHeader .gnav ul #gnav06 a:hover,.globalHeader .gnav ul #gnav06 a.active { background-position: -706.25px -70px; }
.globalHeader .gnav ul #gnav07 a:hover,.globalHeader .gnav ul #gnav07 a.active { background-position: -848.5px -70px; }
.globalHeader .gnav ul #gnav08 a:hover,.globalHeader .gnav ul #gnav08 a.active { background-position: -988.75px -70px; }


/*.gnav ul li {
width: 141.25px;
background: url(../img/gnav_bg.png) right center no-repeat;
height: 70px;
}

.gnav ul li:last-child {
width: 142.25px;
}*/

.globalHeader .subnav {
  background-color: #efefef;
  overflow: hidden;
  width: 100%;
}
.globalHeader .subnav ul {
  width: 1134px;
  margin: 0 auto;
}
.globalHeader .subnav ul li {
  float: left;
}
.globalHeader .subnav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(../img/sub-gnav.png);
  width: 162px;
}
.globalHeader .subnav ul #subnav01 a {
  background-position: 0 0;
}
.globalHeader .subnav ul #subnav02 a {
  background-position: -162px 0;
}
.globalHeader .subnav ul #subnav03 a {
  background-position: -324px 0;
}
.globalHeader .subnav ul #subnav04 a {
  background-position: -485px 0;
}
.globalHeader .subnav ul #subnav05 a {
  background-position: -646px 0;
}
.globalHeader .subnav ul #subnav06 a {
  width: 160.42px;
  background-position: -808px 0;
}
.globalHeader .subnav ul #subnav07 a {
  width: 162.42px;
  background-position: -969px 0;
}

.globalHeader .subnav ul #subnav01 a:hover,.globalHeader .subnav ul #subnav01 a.active { background-position: 0 -52px; }   
.globalHeader .subnav ul #subnav02 a:hover,.globalHeader .subnav ul #subnav02 a.active { background-position: -162px -52px; }  
.globalHeader .subnav ul #subnav03 a:hover,.globalHeader .subnav ul #subnav03 a.active { background-position: -324px -52px; }  
.globalHeader .subnav ul #subnav04 a:hover,.globalHeader .subnav ul #subnav04 a.active { background-position: -485px -52px; }  
.globalHeader .subnav ul #subnav05 a:hover,.globalHeader .subnav ul #subnav05 a.active { background-position: -646px -52px; }
.globalHeader .subnav ul #subnav06 a:hover,.globalHeader .subnav ul #subnav06 a.active { background-position: -808px -52px; }
.globalHeader .subnav ul #subnav07 a:hover,.globalHeader .subnav ul #subnav07 a.active { background-position: -969px -52px; }

.homeHeader {
  position: relative;
  margin-bottom: 0;
}
.homeHeader .headertop {
  position: absolute;
  z-index: 1000;
  left: 50%;
  margin-left: -565px;
  height: 120px;
}
.headline {
  width: 1130px;
  height: auto;
  z-index: 1000;
  margin: 0 auto;
  margin-bottom: -20px;
  margin-top: 20px;
  padding-bottom: 10px;
  border: 2px solid #ffeb3e;
}
.headline h3 {
  padding-left: 25px;
  line-height: 40px;
  color: #e50012;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffeb3e;
}
.headline h3 span {
    padding-left: 30px;
    background: transparent url("../img/icon-exclamation.png") no-repeat scroll left center;
}
.headline ul {
    width: 47%;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}
.headline ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.7143em;
  padding-left: 15px;
  background: url(../img/arrow02.png) no-repeat 0 5px;
  display: block;
}
.headline ul li a:hover {
    color: #888888;
    text-decoration: none;
}

.headline ul.onecol {
    width: 100%;
    float: none;
}

.badge {
  z-index: 1000;
  position: absolute;
  top: 26px;
  right: 50%;
  margin-right: -681px;
}

.badge a:hover > img {
  opacity: initial !important;
}
.homeHeader .gnav {
  margin-top: 0;
}

/* contents
-------------------------*/
.pagetitle {
  font-size: 30px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid #e50012;
  margin-bottom: 50px;
  font-weight: normal !important;
}
.pagetitle .en {
  font-size: 14px;
}
.pagetitle .en:before {
  content: '／';
  margin: 0px 5px;
  color: #e50012;
}

.bread-crumbs {
  font-size: 11px;
  width: 100%;
  overflow: hidden;
}
.bread-crumbs li:first-child:before {
  content: none;
  color: #595757;
}
.bread-crumbs li:before {
  margin: 0 10px;
  content: ">";
  color: #595757;
}
.bread-crumbs li {
  float: left;
  color: #595757;
}
.bread-crumbs li a {
  text-decoration: underline;
  color: #595757;
}

.arrow02 {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 7px;
}
.arrow02 a {
  padding: 0 10px;
  font-weight: bold;
  color: #000000;
}
.arrow02 a:before {
  content: url(../img/arrow02.png);
  margin-right: 3px;
}

#GlobalIndex ul ul li,
.arrows li {
  font-size: 13px;
}
#GlobalIndex ul ul li a,
.arrows li a {
  line-height: 1.7143em;
  display: block;
  padding-left: 15px;
  color: #000000;
  background: url(../img/arrow02.png) no-repeat 0 5px;
}
	#GlobalIndex ul ul li ol {
		padding-left: 0 !important;
	}
	
	#GlobalIndex ul ul li ol li {
		padding-left: 20px;
	}
#GlobalIndex ul ul li ol li a {
  line-height: 1.7143em;
  display: block;
  padding-left: 15px;
  color: #000000;
  background: url(../img/hanyo_blt_gray_t.gif) left center no-repeat;
}
#GlobalIndex ul ul li a:hover,
.arrows li a:hover {
  text-decoration: underline;
}
	
#GlobalIndex ul li ul li {
	background: none !important;
}

.red {
  color: #e50012;
}

#home {
  overflow: hidden;
}
#home .wrap {
  overflow: hidden;
  margin-top: 50px;
}
#home .news {
  width: 845px;
  float: left;
  position: relative;
}
#home .news .tabMenu {
  position: absolute;
  right: 10px;
  top: 15px;
}
#home .news .tabMenu li {
  float: left;
  margin-left: 25px;
}
#home .news .tabMenu li a {
  display: block;
  width: 56px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
}
#home .news .tabMenu li a:hover {
  color: #FFF;
  background: #FFA0A0;
}
#home .news .tabMenu .current a {
  color: #FFF;
  background: #FFA0A0;
}
#home .news .newsList {
  overflow: hidden;
  margin-left: -10px;
}
#home .news .newsList li {
  border: solid 6px #ffa0a0;
  width: 263px;
  height: 281px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
#home .news .newsList li .postTitle {
  padding: 0 20px;
}
#home .news .newsList li .date {
  padding: 0 20px;
}
#home .news .newsList li .imageWrap {
  width: 223px;
  height: 152px;
  margin: 0 auto;
  position: relative;
  margin-top: 25px;
}
#home .news .newsList li .imageWrap a {
  width: 223px;
  height: 142px;
  display: block;
  overflow: hidden;
}
#home .news .newsList li .imageWrap .cat {
  position: absolute;
  top: -25px;
  right: -22px;
}
#home .news .postlink .list {
  background: url(../img/icon-list01.png) no-repeat 0 4px;
}
#home .event {
  width: 260px;
  float: right;
}
#home .event .eventList {
  border: solid 6px #92c7f0;
  overflow: hidden;
}
#home .event .eventList li {
  margin: 18px 20px 15px 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #92c7f0;
}
#home .event .eventList li .postTitle {
  margin: 0;
  padding-bottom: 5px;
}
#home .event .eventList li .date {
  margin-top: 2px;
  padding-left: 0;
}
#home .event .eventList li:last-child {
  border-bottom: none;
}
#home .event .postlink .list {
  background: url(../img/icon-list02.png) no-repeat 0 4px;
}
#home .special01 {
  width: 50%;
  float: left;
}
#home .special01 .list-type-A {
  margin-left: -40px;
}
#home .special01 .list-type-A li {
  line-height: 70px;
  margin-left: 40px;
  margin-bottom: 25px;
  width: 255px;
  height: 70px;
  float: left;
}
#home .special01 .list-type-A li .postTitle {
  float: left;
  font-weight: bold;
  line-height: 70px;
  vertical-align: middle;
  padding-left: 21px;
  background: url(../img/arrow01.png) no-repeat 0 27px;
}
#home .special01 .list-type-A li img {
  float: right;
}
#home .special02 {
  overflow: hidden;
  width: 50%;
  float: right;
}
#home .special02 .list-type-B {
  margin-left: -10px;
}
#home .special02 .list-type-B li {
  border: 1px solid #eaeaea;
  float: left;
  margin-left: 9px;
}

.menuWrap {
  width: 100%;
  border-top: solid 1px #e6e6e6;
  overflow: hidden;
}
.menuWrap .menu {
  width: 1130px;
  margin: 0 auto;
  margin-top: 20px;
}
.menuWrap .menu td {
  border-left: solid 1px #e6e6e6;
  text-align: center;
  float: left;
  width: 225px;
}
.menuWrap .menu td p {
  font-size: 9px;
}
.menuWrap .menu td:first-child {
  border-left: none;
}

a {
  text-decoration: none;
}
p.margin_not {
	margin: 0 !important;
}

/* sideNav
-------------------------*/
/* footer
-------------------------*/
.rotationTop {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background-color: #ebebeb;
}
.rotationTop .rotationWrap {
  position: relative;
  width: 1110px;
  margin: 0 auto;
}
.rotationTop .rotationWrap .arrowPrev {
  display: none !important;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -20px;
}
.rotationTop .rotationWrap .arrowNext {
  display: none !important;
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -20px;
}
.rotationTop .rotation {
  overflow: hidden;
  width: 1110px;
  margin-left: -20px;
}
.rotationTop .rotation div, .rotationTop .rotation .rotationBox {
  float: left;
}
.rotationTop .rotation .rotationBox {
  height: 236px;
  margin: 0 10px;
  width: 210px;
  background-color: #ffffff;
}
.rotationTop .rotation .rotationBox .postTitle {
  padding: 10px 20px;
  font-weight: bold;
}
.rotationTop .rotation .rotationBox .postTitle a {
  color: #808080;
  font-size: 90%;
}
.rotationTop .rotation .rotationBox p {
  font-size: 11px;
  color: #808080;
  padding: 0 20px !important;
	margin: 0 !important;
}

.rotationBottom {
  width: 100%;
  overflow: hidden;
  background-color: #fbb2b8;
}
.rotationBottom .container {
  overflow: hidden;
  width: 1130px;
  margin: 30px auto;
}

.globalfooter {
  width: 100%;
}
.globalfooter .footertop, .globalfooter .footerbottom {
  width: 1130px;
  margin: 0 auto;
}
.globalfooter .wrap {
  float: left;
  padding-top: 25px;
}
.globalfooter .footertop {
  height: 80px;
  overflow: hidden;
}
.globalfooter .footertop .footernav {
  overflow: hidden;
}
.globalfooter .footertop .footernav li {
  margin-left: 25px;
  float: left;
  text-decoration: none;
  font-size: 13px;
  background: url(../img/arrow03.png) no-repeat 0 center;
  padding-left: 15px;
}
.globalfooter .footertop .footernav li:first-child {
  margin-left: 0;
}
.globalfooter .footertop .footerSubnav {
  overflow: hidden;
  padding-top: 2px;
}
.globalfooter .footertop .footerSubnav li {
  float: left;
}
.globalfooter .footertop .footerSubnav li a {
  border-left: solid 1px #000000;
  text-decoration: underline;
  color: #e50012;
  font-size: 11px;
  padding: 0 9.5px;
}
.globalfooter .footertop .footerSubnav li:first-child a {
  padding-left: 0;
  border-left: none;
}
.globalfooter .footertop .goTop {
  float: right;
  /*padding-top: 10px;*/
}
.globalfooter .FooterSitemapContents .goTop {
  float: right;
  /*padding-top: 10px;*/
}
.globalfooter .footerbottom {
  width: 100%;
  background-color: #e50012;
  height: auto;
}
.globalfooter .footerbottom .footerbottomWrap {
  width: 1130px;
  margin: 0 auto;
  padding-top: 30px;
}
.globalfooter .footerbottom .footerbottomWrap .footerlogo {
  float: left;
}
.globalfooter .footerbottom .footerbottomWrap .text {
  float: left;
  padding-left: 40px;
  color: #ffffff;
}
.globalfooter .footerbottom .footerbottomWrap .text p {
  font-size: 11px;
}
.globalfooter .footerbottom .footerbottomWrap .snsbtn {
  padding-top: 5px;
  float: right;
}
.globalfooter .footerbottom .footerbottomWrap .snsbtn li {
  float: left;
  padding-left: 5px;
}
.globalfooter .footerLink,
.globalfooter .footerLink a {
    font-size: 12px;
    color: #ffffff;
}
.globalfooter .footerLink {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}
.globalfooter .footerLink .bcLogo {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 98px;
}

.globalfooter .footerLink ul {
	display: flex;	
}
	
.globalfooter .footerLink ul li {
	position: relative;
	margin: 0 20px;
	padding-left: 5px;
}
	
.globalfooter .footerLink ul li::after {
	 display: block;
  	content: '';
  	position: absolute;
  	top: 8px;
  	left: -1em;
  	width: 6px;
  	height: 6px;
  	border-right: 2px solid #fff;
  	border-bottom: 2px solid #fff;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
	
.globalfooter .footerLink ul li a {
	transition: color .3s;
	font-size: 13px;
}
	
.globalfooter .footerLink ul li a:link {color: #fff;}
.globalfooter .footerLink ul li a:visited {color: #fff;}
.globalfooter .footerLink ul li a:hover {color: #ff9090;}
.globalfooter .footerLink ul li a:active {color: #fff;}

/* ここから各html*/

.table_b_line {
	border-bottom: 4px solid #d4dbde !important;
}

.table-type-A {
  width: 830px;
  border-collapse: collapse;
}
.table-type-A th, .table-type-A td {
  height: 50px;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
  border: 1px solid #d4dbde;
}
.table-type-A th:first-child {
  width: 27%;
}
.table-type-A th:nth-child(3) {
  width: 27%;
}
.table-type-A th {
  background-color: #efefef;
  font-weight: bold;
}

.tabular {
  width: 830px;
  border-collapse: collapse;
}
.tabular th, .tabular td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular th {
	text-align: center;
}
.tabular th:first-child {
  width: 27%;
}
.tabular th:nth-child(3) {
  width: 27%;
}
.tabular th {
  background-color: #efefef;
  font-weight: bold;
}
	

.scheduleWrap {
		overflow: hidden;
	}
	.scheduleImg {
		float: right;
		margin: 0 0 20px 20px;
	}
	.scheduleImg img {
		width: 330px;
		height: auto;
	}
	.scheduleMeta {
		margin-bottom: 30px;
	}
	.schedulePeriod {
		background-color: #F3F3F3;
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	.scheduleCategories {
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	
	
	
	.EventCalender {
		color:#fff;
		cursor: pointer;
		text-decoration: none;
		font-weight: bold;
		padding: 15px 20px;
		font-size: 18px;
		white-space: pre-wrap;
		margin: 5px 0 0;
	}
	
	.EventCalender span {
		margin-left: 15px;
		font-size: 85%;
		color: #fff;
		font-family: 'Dancing Script', ;
	}
	.Jan {
		background: #e83828;
		border-top: 1px solid #a71d10;
		border-bottom: 1px solid #a71d10;
	}
	.Feb {
		background: #d9cf02;
		border-top: 1px solid #918a00;
		border-bottom: 1px solid #918a00;
	}
	.Mar {
		background: #a40b5d;
		border-top: 1px solid #690038;
		border-bottom: 1px solid #690038;
	}
	.Apr {
		background: #ec7276;
		border-top: 1px solid #b95f62;
		border-bottom: 1px solid #b95f62;
	}
	.May {
		background: #f7af3f;
		border-top: 1px solid #ee9100;
		border-bottom: 1px solid #ee9100;
	}
	.Jun {
		background: #8fc31f;
		border-top: 1px solid #6fa200;
		border-bottom: 1px solid #6fa200;
	}
	.Jul {
		background: #00a29a;
		border-top: 1px solid #00716b;
		border-bottom: 1px solid #00716b;
	}
	.Aug {
		background: #172a88;
		border-top: 1px solid #00105f;
		border-bottom: 1px solid #00105f;
	}
	.Sep {
		background: #00913a;
		border-top: 1px solid #006a2a;
		border-bottom: 1px solid #006a2a;
	}
	.Oct {
		background: #cf7124;
		border-top: 1px solid #904100;
		border-bottom: 1px solid #904100;
	}
	.Nov {
		background: #24688d;
		border-top: 1px solid #00466c;
		border-bottom: 1px solid #00466c;
	}
	.Dec {
		background: #b5a775;
		border-top: 1px solid #786933;
		border-bottom: 1px solid #786933;
	}
	
	.EventCalender .a_contents {
		padding: 0 !important;
	}
	
	.Schedule_wrap_01 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_01:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #e83828;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_02 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_02:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #d9cf02;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_03 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_03:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #a40b5d;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_04 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_04:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #ec7276;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_05 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_05:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #f7af3f;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_06 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_06:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #8fc31f;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_07 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_07:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #00a29a;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_08 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_08:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #172a88;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_09 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_09:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #00913a;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_10 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_10:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #cf7124;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_11 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_11:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #24688d;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_12 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_12:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #b5a775;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_img {
    	float: right;
    	width: 300px;
    	margin: 0 0 0 50px;
	}
	ul.Schedule_list_04 {
		
	}
	
	ul.Schedule_list_01 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_01 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #e83828;
	}
	
	ul.Schedule_list_02 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_02 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #d9cf02;
	}
	
	ul.Schedule_list_03 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_03 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #a40b5d;
	}
	
	ul.Schedule_list_04 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_04 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #ec7276;
	}
	
	ul.Schedule_list_05 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_05 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #f7af3f;
	}
	
	ul.Schedule_list_06 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_06 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #8fc31f;
	}
	
	ul.Schedule_list_07 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_07 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #00a29a;
	}
	
	ul.Schedule_list_08 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_08 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #172a88;
	}
	
	ul.Schedule_list_09 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_09 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #00913a;
	}
	
	ul.Schedule_list_10 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_10 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #cf7124;
	}
	
	ul.Schedule_list_11 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_11 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #24688d;
	}
	
	ul.Schedule_list_12 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_12 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #b5a775;
	}
	
	.ScheduleBox01 {
		border: 3px solid #e83828;
		padding: 15px;
	}
	.ScheduleBox02 {
		border: 3px solid #d9cf02;
		padding: 15px;
	}
	.ScheduleBox03 {
		border: 3px solid #a40b5d;
		padding: 15px;
	}
	.ScheduleBox04 {
		border: 3px solid #ec7276;
		padding: 15px;
	}
	.ScheduleBox05 {
		border: 3px solid #f7af3f;
		padding: 15px;
	}
	.ScheduleBox06 {
		border: 3px solid #8fc31f;
		padding: 15px;
	}
	.ScheduleBox07 {
		border: 3px solid #00a29a;
		padding: 15px;
	}
	.ScheduleBox08 {
		border: 3px solid #172a88;
		padding: 15px;
	}
	.ScheduleBox09 {
		border: 3px solid #00913a;
		padding: 15px;
	}
	.ScheduleBox10 {
		border: 3px solid #cf7124;
		padding: 15px;
	}
	.ScheduleBox11 {
		border: 3px solid #24688d;
		padding: 15px;
	}
	.ScheduleBox12 {
		border: 3px solid #b5a775;
		padding: 15px;
	}
	
	.ScheduleBox .a_item_N {
		padding: 0  !important;
		background: none !important;
		text-decoration: none !important;
	}
	
	.ScheduleBox .a_contents{
		display:none;
		padding:10px;
	}
	
	.ScheduleContents {
	}

	.ScheduleImage {
		margin-bottom: 20px;
	}
	
	.ScheduleText {
	}
	
	.ScheduleText h4 {
		color: #ec7276 !important;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ec7276;
		background: none !important;
	}

.scheduleWrap {
		overflow: hidden;
	}
	.scheduleImg {
		float: right;
		margin: 0 0 20px 20px;
	}
	.scheduleImg img {
		width: 330px;
		height: auto;
	}
	.scheduleMeta {
		margin-bottom: 30px;
	}
	.schedulePeriod {
		background-color: #F3F3F3;
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	.scheduleCategories {
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	
	
	
	.EventCalender {
		color:#fff;
		cursor: pointer;
		text-decoration: none;
		font-weight: bold;
		padding: 15px 20px;
		font-size: 18px;
		white-space: pre-wrap;
		margin: 5px 0 0;
	}
	
	.EventCalender span {
		margin-left: 15px;
		font-size: 85%;
		color: #fff;
		font-family: 'Dancing Script', ;
	}
	.Jan {
		background: #e83828;
		border-top: 1px solid #a71d10;
		border-bottom: 1px solid #a71d10;
	}
	.Feb {
		background: #d9cf02;
		border-top: 1px solid #918a00;
		border-bottom: 1px solid #918a00;
	}
	.Mar {
		background: #a40b5d;
		border-top: 1px solid #690038;
		border-bottom: 1px solid #690038;
	}
	.Apr {
		background: #ec7276;
		border-top: 1px solid #b95f62;
		border-bottom: 1px solid #b95f62;
	}
	.May {
		background: #f7af3f;
		border-top: 1px solid #ee9100;
		border-bottom: 1px solid #ee9100;
	}
	.Jun {
		background: #8fc31f;
		border-top: 1px solid #6fa200;
		border-bottom: 1px solid #6fa200;
	}
	.Jul {
		background: #00a29a;
		border-top: 1px solid #00716b;
		border-bottom: 1px solid #00716b;
	}
	.Aug {
		background: #172a88;
		border-top: 1px solid #00105f;
		border-bottom: 1px solid #00105f;
	}
	.Sep {
		background: #00913a;
		border-top: 1px solid #006a2a;
		border-bottom: 1px solid #006a2a;
	}
	.Oct {
		background: #cf7124;
		border-top: 1px solid #904100;
		border-bottom: 1px solid #904100;
	}
	.Nov {
		background: #24688d;
		border-top: 1px solid #00466c;
		border-bottom: 1px solid #00466c;
	}
	.Dec {
		background: #b5a775;
		border-top: 1px solid #786933;
		border-bottom: 1px solid #786933;
	}
	
	.EventCalender .a_contents {
		padding: 0 !important;
	}
	
	.Schedule_wrap_01 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_01:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #e83828;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_02 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_02:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #d9cf02;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_03 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_03:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #a40b5d;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_04 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_04:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #ec7276;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_05 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_05:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #f7af3f;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_06 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_06:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #8fc31f;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_07 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_07:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #00a29a;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_08 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_08:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #172a88;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_09 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_09:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #00913a;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_10 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_10:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #cf7124;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_11 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_11:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #24688d;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_12 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_12:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #b5a775;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_img {
    	float: right;
    	width: 300px;
    	margin: 0 0 0 50px;
	}
	ul.Schedule_list_04 {
		
	}
	
	ul.Schedule_list_01 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_01 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #e83828;
	}
	
	ul.Schedule_list_02 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_02 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #d9cf02;
	}
	
	ul.Schedule_list_03 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_03 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #a40b5d;
	}
	
	ul.Schedule_list_04 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_04 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #ec7276;
	}
	
	ul.Schedule_list_05 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_05 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #f7af3f;
	}
	
	ul.Schedule_list_06 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_06 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #8fc31f;
	}
	
	ul.Schedule_list_07 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_07 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #00a29a;
	}
	
	ul.Schedule_list_08 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_08 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #172a88;
	}
	
	ul.Schedule_list_09 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_09 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #00913a;
	}
	
	ul.Schedule_list_10 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_10 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #cf7124;
	}
	
	ul.Schedule_list_11 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_11 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #24688d;
	}
	
	ul.Schedule_list_12 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_12 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #b5a775;
	}
	
	.ScheduleBox {
		border: 3px solid #ec7276;
		padding: 15px;
	}
	
	.ScheduleBox .a_item_N {
		padding: 0  !important;
		background: none !important;
		text-decoration: none !important;
	}
	
	.ScheduleBox .a_contents{
		display:none;
		padding:10px;
	}
	
	.ScheduleContents {
		margin-bottom: 40px;
	}
	
	.ScheduleText h4 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		padding-bottom: 10px;
		background: none !important;
	}
	
	.ScheduleBox01 .ScheduleText h4 {
		color: #e83828 !important;
		border-bottom: 1px solid #e83828;
	}
	.ScheduleBox02 .ScheduleText h4 {
		color: #d9cf02 !important;
		border-bottom: 1px solid #d9cf02;
	}
	.ScheduleBox03 .ScheduleText h4 {
		color: #a40b5d !important;
		border-bottom: 1px solid #a40b5d;
	}
	.ScheduleBox04 .ScheduleText h4 {
		color: #ec7276 !important;
		border-bottom: 1px solid #ec7276;
	}
	.ScheduleBox05 .ScheduleText h4 {
		color: #f7af3f !important;
		border-bottom: 1px solid #f7af3f;
	}
	.ScheduleBox06 .ScheduleText h4 {
		color: #8fc31f !important;
		border-bottom: 1px solid #8fc31f;
	}
	.ScheduleBox07 .ScheduleText h4 {
		color: #00a29a !important;
		border-bottom: 1px solid #00a29a;
	}
	.ScheduleBox08 .ScheduleText h4 {
		color: #172a88 !important;
		border-bottom: 1px solid #172a88;
	}
	.ScheduleBox09 .ScheduleText h4 {
		color: #00913a !important;
		border-bottom: 1px solid #00913a;
	}
	.ScheduleBox10 .ScheduleText h4 {
		color: #cf7124 !important;
		border-bottom: 1px solid #cf7124;
	}
	.ScheduleBox11 .ScheduleText h4 {
		color: #24688d !important;
		border-bottom: 1px solid #24688d;
	}
	.ScheduleBox12 .ScheduleText h4 {
		color: #b5a775 !important;
		border-bottom: 1px solid #b5a775;
	}
	
	.ScheduleImage_Mattrix {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.ScheduleImage_Mattrix img {
		margin: 10px;
	}
	
	.GraduationAlbum {
	} 
	
	/*.GraduationAlbum .bgb-image1 {
		margin: 0 0 1.5em;
	} */
	
	.GraduationAlbum .bgb-image1 {
		width: 20%;
		float: left;
		padding: 0 20px 1.5em 0;
	}
	
	.GraduationAlbum .bgb-image1:nth-child(5n) {
		padding-right: 0 !important;
	}
	
	.GraduationAlbum .bgt-image__link .bgt-link__box, .bgt-trimmed-image__link .bgt-link__box {
		margin: 0;
	}
	
	.GraduationAlbum .bgt-image__link .bgt-box__image-container img {
		display: block;
		margin: 0 auto;
		width: 210px;
		height: 210px;
		background-size: cover;
		object-fit: cover;
	}
	
	.GraduationAlbum .bgt-box__image-container {
  		width: 100%;
  		overflow: hidden;
  		background-position: center center;
  		background-repeat: no-repeat;
  		background-size: cover;
	}
	
	.GraduationAlbum　h4 {
		font-size: 16px !important;
		font-weight: bold !important;
	}
	
	.EmergencyBox {
		border: 4px solid #058601;
		padding: 10px;
		text-align: center;
		background: #e8ffe8;
		width: 1130px;
  		height: auto;
  		margin: 15px auto;
		box-sizing: border-box;
	}
	.EmergencyBox a {
		font-size: 20px;
		color: #058601;
		line-height: 1.5;
	}
	.EmergencyBox a span {
		/*display: block;
		font-size: 80%;*/
	}
	
	.ButtonStyle_02 {
  		display: block;
  		width: 350px;
  		height: 54px;
  		text-align: center;
  		text-decoration: none;
  		line-height: 54px;
  		outline: none;
		margin: 0 auto;
	}
	a.ButtonStyle_02:link {
		color: #fff;
		text-decoration: none;
	}
	
	.ButtonStyle_02::before,
	.ButtonStyle_02::after {
  		position: absolute;
  		z-index: -1;
  		display: block;
  		content: '';
}
	.ButtonStyle_02,
	.ButtonStyle_02::before,
	.ButtonStyle_02::after {
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  		-webkit-transition: all .3s;
  		transition: all .3s;
	}
	
	.ButtonStyle_02 {
  		position: relative;
  		z-index: 2;
  		background-color: #e50012;
  		border: 2px solid #e50012;
  		color: #fff !important;
  		line-height: 50px;
	}
	
	.ButtonStyle_02:hover {
  		background-color: #fff;
  		border-color: #e50012;
  		color: #e50012 !important;
	}
	
	.ButtonStyle_02::before,
	.ButtonStyle_02::after {
  		top: 0;
  		width: 50%;
  		height: 100%;
  		background-color: #e50012;
	}
	
	.ButtonStyle_02::before {
  		right: 0;
	}
	.ButtonStyle_02::after {
  		left: 0;
	}
	.ButtonStyle_02:hover::before,
	.ButtonStyle_02:hover::after {
  		width: 0;
  		background-color: #e50012;
	}

	
.FlowList {
    list-style-type: none;
}
	
.FlowList li {
    position: relative;
    padding: 25px 0 20px 35px;
	list-style-type: none !important;
}

.FlowList li::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 6px solid #fe0129;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
	
.FlowList li::after {
    content: '';
    position: absolute;
    top: 49px;
    left: 12px;
    width: 4px;
    height: calc(100% - 19px);
    background: #fe0129;
}

.FlowList li:last-child::after {
    content: none;
}
	
.FlowContents {
	padding-left: 40px;
}
.StepNumber {
	font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
	font-style: italic;
	position: relative;	
	color:#8d8d8d;
	font-size: 26px !important;
	padding-left: 40px;
	font-weight: 300;
	margin-top: 5px !important;
}
	
.StepNumber span {
	margin-left: 15px;
	color: #909090;
	font-style: italic;
	font-size: 85%;
}

.StepNumber::before {
    content: " ";
    font-weight: bold;
    color: #8d8d8d;
    position: absolute;
    background: #8d8d8d;
    width: 30px;
    height: 1px;
    top: 40%;
    left: 0;
}
	
.FlowList li .FlowListContents {
	position: relative;
}
	
.FlowList li .FlowListContents::after {
	content: " ";
	display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    border-bottom: 4px solid #fe0129;
    border-right: 4px solid #fe0129;
    transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
	
.FlowList li .FlowListContents:last-child::after {
	content: " ";
	display: none;
}
	
.StepTitle {
	background: none !important;
	display: inline-block;
	padding: 0 0 4px;
	margin-bottom: 10px;
}
	
	.FlowListContents p {
		padding-left: 15px;
	}
    
    .BG_Blue {
        background: #e3f9ff;
        width: 100%;
        padding: 60px 0;
    }
    .BG_White {
        background: #fff;
        width: 100%;
        padding: 60px 0 0;
    }
    .BG_Gray {
        background: #f3f3f3;
        width: 100%;
        padding: 60px 0 0;
    }
    .BG_White .sec01, .BG_White .sec02, .BG_White .sec03,.BG_Gray .sec01, .BG_Gray .sec02, .BG_Gray .sec03 {
         margin: 0 !important;
    }
    ul.IndexListBtn {
        display: flex;
        justify-content: space-between;
    }
    
    ul.IndexListBtn li {
        background: none !important;
    }
    
    ul.IndexListBtn li img {
        filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.1));
    }
    h2.IndexTitle {
        font-size: 25px !important;
        padding-left: 0  !important;
        margin-bottom: 55px !important;
        border-left: 0px !important;
    }

#instagram {
	width: 410px;
	margin: 20px 0 0;
}
	
#instagram-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#instagram-list li {
	/*margin: 0 !important;*/
	padding: 0 !important;
}	
#instagram-list li a {
	width: 200px;
	height: 200px;
	
	
}	
#instagram-list li a {
	display: block;
	position: relative;
	overflow: hidden;
}
#instagram-list li a img {
	width: 100%;
	vertical-align: bottom;
	height: 100%;
	background-size: cover;
	object-fit: cover;
}
#instagram-list li a video {
	width: 100%;
	vertical-align: bottom;
	z-index: 1000;
}
#instagram-list li a div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.1rem;
	color: #000;
	font-size: 0.5rem;
	white-space: nowrap;
	background-color: #FFF;
	opacity: 0.7;
	z-index: 2000;
}

	.SNS_Title {
		margin: 30px 0 0;
	}



@media screen and (max-width: 600px) {
  table.tabular {
    display: block;
    position: relative;
  }
  table.tabular thead {
    display: block;
    float: left;
  }
  table.tabular tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  table.tabular th,
  table.tabular td {
    display: block;
  }
  table.tabular tr {
    display: inline-block;
  }
  table.tabular tbody tr {
    margin-right: -5px;
  }
}






.table-type-B {
  width: 830px;
  border-collapse: collapse;
}
.table-type-B th, .table-type-B td {
  vertical-align: middle;
  font-size: 13px;
  border: 1px solid #d4dbde;
  padding: 20px;
  line-height: 1.7143em;
}
.table-type-B th {
  background-color: #efefef;
  font-weight: bold;
  width: 100px;
}

.caution {
  color: #e50012;
  background-color: #fff0f1;
  padding: 10px 20px;
  border: 1px solid #ffd1d5;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

.notification {
  margin-top: 10px;
  font-size: 11px;
  color: #9b9a9a;
}

.sideNav {
  float: right;
}
.sideNav h3 {
  font-size: 18px;
  color: #e50012;
  margin-bottom: 10px;
}
.sideNav .arrows {
  border: 1px solid #e50012;
  width: 248px;
  overflow: hidden;
}
.sideNav .arrows li {
  vertical-align: middle;
  width: 208px;
  padding: 20px 20px;
  border-bottom: 1px dotted #e50012;
  margin: 0;
}
.sideNav .selected {
  background: #efefef;
}
.sideNav .selected a {
  color: #e50012;
}
.sideNav .current {
  background: #efefef;
}
.sideNav .current a {
  color: #e50012;
}

/************* 新1号館 みらい *************/

	.firstLeft {
		float: left;
		width: 380px;
	}
	.firstRight {
		float: right;
		width: 380px;
	}
	
	.tit_Future {
		font-weight: bold;
		font-size: 110%;
	}
	.firstContents {
		margin-bottom: 90px;
	}
	#StudentCommonsArea {
		position: relative;
		height: 945px;
	}
	#StudentCommonsArea p {
		margin-top: 5px !important;
	}
	.Future_Point01 {
		position: absolute;
		top: 40px ;
		left: 5px;
	}
	.Future_Point01_Visual {
		position: absolute;
		top: 15px ;
		right: 0;
	}
	.Future_Point01_Image {
		position: absolute;
		top: 535px;
		right: 0;
		display: flex;
		justify-content: space-around;
	}
	.Future_Point01_Image_1 {
		position: absolute;
		top: 560px ;
		left: 0;
	}
	.Future_Point01_Image_2 {
		position: absolute;
		top: 560px ;
		right: 0;
	}
	.Future_Point01_Tit {
		position: absolute;
		top: 210px ;
		left: 5px;
	}
	.Future_Point01_Text01 {
		position: absolute;
		top: 295px;
		left: 5px;
		width: 220px;
		z-index: 100;
	}
	.Future_Point01_Text02 {
		position: absolute;
		top: 430px;
		left: 5px;
		width: 380px;
		z-index: 100;
	}
	.Future_Point01_Text03 {
		position: absolute;
		top: 780px;
		left: 0px;
		width: 350px;
		z-index: 100;
	}
	
	#UniversalDesignArea {
		position: relative;
		height: 515px; 
	}
	#UniversalDesignArea p {
		margin-top: 5px !important;
	}
	.Future_Point02 {
		position: absolute;
		top: 40px ;
		left: 5px;
		z-index: 100;
	}
	.Future_Point02_Tit {
		position: absolute;
		top: 230px ;
		left: 5px;
		z-index: 100;
	}
	.Future_Point02_Tit img {
		width: 225px;
		height: auto;
	}
	.Future_Point02_Visual {
		position: absolute;
		top: 0;
		right: 0;
	}
	.Future_Point02_Text01 {
		position: absolute;
		top: 325px;
		left: 5px;
		width: 235px;
		z-index: 100;
	}
	.Future_Point02_Text02 {
		position: absolute;
		top: 400px;
		left: 5px;
		width: 335px;
		z-index: 100;
	}
	.Future_Point02_Info {
		margin-bottom: 100px;
	}
	.Future_Point02_Info p {
		margin-top: 5px !important;
	}
	.Future_Point02_Info ul {
		display: flex;
		justify-content: space-around;
	}
	.Future_Point02_Info ul li {
		background: none !important;
		padding-left: 0 !important;
		width: 258px;
	}
	.Future_Point02_Info ul li img {
		margin-bottom: 20px;
	}
	
	#EducationalEnvironmentArea {
		position: relative;
		height: 530px; 
	}
	#EducationalEnvironmentArea p {
		margin-top: 5px !important;
	}
	
	.Future_Environment_Tit {
		position: absolute;
		top: 0;
		left: 5px;
	}
	.Future_Environment_Contents01 {
		position: absolute;
		top: 93px;
		left: 0px;
		width: 397px;
		z-index: 100;
	}
	.Future_Environment_Contents02 {
		position: absolute;
		top: 93px;
		right: 0px;
		width: 397px;
		z-index: 100;
	}
	.Future_Environment_Contents01 img,.Future_Environment_Contents02 img {
		margin-bottom: 10px;
	}
	
	#Future_FloorMap {
		background: url(/theme/kumagaku/img/gakusei/facility/future/bg_floor_map.jpg) no-repeat top center;
		height: 2136px;
		padding-top: 1260px;
	}
	.FutureConceptArea {
		width: 515px;
		margin: 0 auto;
	}
	#Future_FloorMap .tit_Future {
		color: #40575f;
		margin-bottom: 20px;
		font-weight: normal;
	}
	dl.FutureConcept_text dt {
    	position: relative;
		float: left;
		width: 90px;
		text-indent: 1em;
		font-size: 100%;
		color: #40575f;
	}
	dl.FutureConcept_text dd {
    	font-size: 100%;
		padding: 5px 0;
		color: #40575f;
		line-height: 1.5;
		margin-left: 135px;
	}
	dl.FutureConcept_text_in dt {
    	position: relative;
		float: left;
		width: 40px;
		text-indent: 1em;
		font-size: 100%;
		color: #40575f;
	}
	dl.FutureConcept_text_in dd {
    	font-size: 100%;
		padding: 0 0 5px;
		color: #40575f;
		line-height: 1.5;
		margin-left: 40px;
	}
	
	.Title_Link a {
		color: #343434;
	}

/************* 新1号館 みらい *************/
	
/* LeftColumn
----------------------------------------------- */
#LeftColumn {
  width: 248px;
}

.withSideWrap {
  float: left;
  width: 830px;
}
.contents-body h1,
.withSideWrap .title-type-A {
  font-size: 21px;
  /*height: 35px;*/
  padding-bottom: 12px;
  padding-left: 10px;
  margin-bottom: 30px;
  background: url(../img/titleBg.png) 0 bottom no-repeat;
  font-weight: normal !important;
}

.list-type-A ul li {
  line-height: 1.7143em;
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 13px;
}

.base h1 {
  font-size: 18px;
  color: #343434;
  font-weight: bold;
}
.base h1 small {
  font-size: 12px;
}
.base h2 {
  font-size: 14px;
  color: #343434;
  font-weight: bold;
}
/*
	.base h3 {
  font-size: 12px;
  color: #343434;
  font-weight: bold;
}
*/
.base h4 {
  font-size: 12px;
  color: #343434;
}
.base h5 {
  font-size: 11px;
  color: #343434;
}
.base a {
  color: #0071bc;
}
.base a.blt-arrow {
  color: #343434;
  text-decoration: none;
  background: url(../img/hanyo_blt_link.gif) left center no-repeat;
  padding-left: 20px;
}
.base a.blt-square-arrow {
  color: #343434;
  text-decoration: none;
  background: url(../img/hanyo_blt_gray_t.gif) left center no-repeat;
  padding-left: 20px;
}
.base ul li {
  /* background: url(../img/hanyo_blt_link_gray_c.gif) left 4px no-repeat; */
  padding-left: 20px;
}
.base ul li ul li {
  background: url(../img/hanyo_blt_gray_t.gif) left center no-repeat;
  padding-left: 10px;
}
.base ul li.list-no-bg {
  background: none;
  padding: 0;
}
.base ol {
  padding-left: 20px;
  list-style: decimal;
}
.base ol li span {
  font-weight: normal;
  color: #343434;
}
	
a.ButtonStyle_02:link {
	color: #fff;
	text-decoration: none;
}

/*
.base table.tabular {
  border-spacing: 0;
}
.base table.tabular th {
  background: url(../img/hanyo_bg_pattern_red.gif) left top repeat;
  padding: 10px 0;
  text-align: center;
  color: #FFFFFF;
  border-left: #BDBDBD 1px dotted;
  border-bottom: #BDBDBD 1px dotted;
}
.base table.tabular th.firstChild {
  border-left: none;
}
.base table.tabular tr td {
  padding-left: 15px;
  padding-right: 15px;
}
.base table.tabular tr td.row-span {
  font-weight: bold;
  border-bottom: #BDBDBD 1px dotted;
}
.base table.tabular tr td.nest-line {
  border-left: #BDBDBD 1px dotted;
  padding-top: 5px;
  padding-bottom: 5px;
}
.base table.tabular tr td.nest-line-A {
  background: #E5E2CD;
  border-left: #BDBDBD 1px dotted;
  padding-top: 5px;
  padding-bottom: 5px;
}
.base table.tabular tr td.nest-line-B {
  background: #F0EFE2;
  border-left: #BDBDBD 1px dotted;
  padding-top: 5px;
  padding-bottom: 5px;
}
.base table.tabular tr.lastChild td {
  border-bottom: #BDBDBD 1px dotted;
}
*/
.base .box h4 {
  background: url(../img/hanyo_blt_link_red_s.gif) left center no-repeat;
  font-size: 12px;
  font-weight: bold;
  height: 21px;
  padding-left: 18px;
  padding-top: 0;
  margin-bottom: 10px;
}
.base .box tr td {
  padding: 15px 12px;
}
.base .box tr td.firstChild {
  border-right: #BDBDBD 1px dotted;
}
.base .box tr td.lastChild {
  border-left: #BDBDBD 1px dotted;
}

#about .pagetitle,
#Daigaku .pagetitle {
  background: url(../img/icon-logo.png) no-repeat left top;
  padding-left: 30px;
}
#about .boxWrap {
  overflow: hidden;
  margin-left: -50px;
}
#about .box_A {
  float: left;
  margin-bottom: 10px;
  margin-left: 50px;
  height: 590px;
  width: 342px;
}
#about .box_A img {
  border: solid 1px #efefef;
}
#about .box_A .BoxTitle {
  font-size: 16px;
  padding: 25px 0;
  border-bottom: solid 1px #e50012;
  font-weight: bold;
}

.pagetitle {
  background: url(../img/icon-adm.png) no-repeat left top;
  padding-left: 40px;
  line-height: 1em;
}
#Gakubu .pagetitle {
  background: url(../img/icon_gakubu.png) no-repeat left top;
}
#Gakusei .pagetitle {
  background: url(../img/icon_gakusei.png) no-repeat left top;
  padding-left: 55px;
}
#Syusyoku .pagetitle {
  background: url(../img/icon_syusyoku.png) no-repeat left top;
  padding-left: 45px;
}
#International .pagetitle {
  background: url(../img/icon_international.png) no-repeat left top;
}
#Gakujutsu .pagetitle {
  background: url(../img/icon_gakujutsu.png) no-repeat left top;
  padding-left: 55px;
}
#Community .pagetitle {
  background: url(../img/icon_community.png) no-repeat left top;
  padding-left: 50px;
}
.sec01, .sec02, .sec03 {
  margin: 50px 0;
}
.sec01 .NewInfoTitle {
  border-left: 1px solid #e50012;
  font-size: 21px;
  padding-left: 10px;
  margin-bottom: 30px;
}
.sec01 .newInfo {
  border-bottom: 1px solid #e5e5e5;
}
.sec01 .newInfo h3 {
	border-left: none;
}
.sec01 .newInfo img, .sec01 .newInfo .date, .sec01 .newInfo .newInfoTitle {
  float: left;
  vertical-align: middle;
  height: 56px;
  line-height: 56px;
}
.sec01 .newInfo li {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  background: none;
}
.sec01 .newInfo .newInfoTitle {
  margin-left: 25px;
}
.sec01 .newInfo .newInfoTitle a {
  font-size: 13px;
  text-decoration: underline;
  color: #000000;
}
.sec01 .postlink {
  padding-top: 10px;
}
.sec01 .postlink .list {
  background: url(../img/icon-list01.png) no-repeat 0 4px;
}
.sec02 .admContent {
  overflow: hidden;
  margin-left: -22px;
}
.sec02 .admContent li {
  margin-left: 22px;
  margin-bottom: 22px;
  float: left;
  width: 266px;
  height: 160px;
}
.sec02 .admContent li h3 {
  width: 238px;
  border-top: 4px solid #e50012;
  padding: 12px 14px;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  background: url(../img/arrow04.png) no-repeat 246px 12px #f1f1f1;
}
.sec03 .admBoxWrap {
  overflow: hidden;
  margin-left: -52px;
}
.sec03 .admBox {
  margin-left: 52px;
  margin-bottom: 50px;
  float: left;
  border-top: solid 1px #e50012;
  overflow: hidden;
  width: 342px;
}
.sec03 .admBox h3 {
  font-size: 16px;
  padding: 26px 0;
  border-bottom: 1px solid #dcdcdc;
}
.sec03 .first {
  height: 250px;
}
.sec03 .second {
  height: 140px;
}
.sec03 .highlight {
  background-color: #fff000;
}
.sec03 .file {
  position: relative;
}
/* .sec03 .new-icon:after */
.new-icon:after {
  content: url(../img/icon-new.png);
  vertical-align: -2px;
  padding-left: 10px;
}
.link-icon:after {
  content: url(../img/icon-link.png);
  vertical-align: -2px;
  padding-left: 10px;
}
.link-icon2:after {
  content: url(../img/icon-link2.png);
  vertical-align: -2px;
  padding-left: 10px;
}
.link-icon3:after {
  content: url(../img/icon-link3.png);
  vertical-align: -2px;
  padding-left: 10px;
}
.sec03 .file:after {
  content: url(../img/icon-file.png);
  position: absolute;
  top: -2px;
  padding-left: 10px;
}

.pdf-icon:after {
  content: url(../img/icn_pdf.gif);
  vertical-align: -2px;
  padding-left: 10px;
}

.icn-new:after {
  content: url(../img/icon-new.png);
  vertical-align: -2px;
  padding-left: 10px;
}

.icn-pdf:after {
  content: url(../img/icn_pdf.gif);
  vertical-align: -2px;
  padding-left: 10px;
}

.icn-word:after {
  content: url(../img/icn_word.gif);
  vertical-align: -2px;
  padding-left: 10px;
}

.icn-excel:after {
  content: url(../img/icn_xls.gif);
  vertical-align: -2px;
  padding-left: 10px;
}
/**/
.sec03 .innerIcon {
  margin-left: 5px;
}
.sec03 .innerIcon li {
  position: relative;
}
.sec03 .innerIcon li a {
  background: none;
}
.sec03 .innerIcon li a:before {
  content: "→";
  margin-right: 3px;
}
	
.a_item_N{
	color:#000; 
	/*padding:10px;*/
	cursor:pointer;
	text-decoration:underline;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 15px 5px;
	font-size: 16px;
	background: #fcecec;
	white-space: pre-wrap;
	margin: 5px 0;
}
	.icon_Q {
		font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
		font-style: italic;
		font-size: 150%;
		color: #000;
		margin-right: 10px;
	}
	.icon_A {
		color: #e50012;
		font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
		font-style: italic;
		font-size: 200%;
		margin-right: 10px;
	}
	.icon_A strong {
		background: #fcecec;
		padding: 4px;
		margin: 10px;
		display: inline-block;
	}
.a_contents{
	display:none;
	padding:10px;
}
.a_contents p{
	margin:10px 0;
}

#NewsHead .postlink li {
    border: none;
}
#NewsHead .postlink .list {
  background: url(../img/icon-list01.png) no-repeat 0 4px;
  padding-left: 20px;
}
#NewsHead .postlink .rss {
  background: url(../img/icon-rss.png) no-repeat 0 4px;
  padding-left: 20px;
}

#kikoku .pagetitle {
  background: url(../img/icon-adm.png) no-repeat left top;
  padding-left: 40px;
}
#kikoku .withSideWrap .sec01, #kikoku .withSideWrap .sec02, #kikoku .withSideWrap .sec03 {
  margin: 70px 0;
}
#kikoku .withSideWrap .sec03 table {
  border-collapse: collapse;
}
#kikoku .withSideWrap .sec03 table td {
  width: 205px;
  height: 50px;
  text-align: center;
  border: 1px solid #d4dbde;
  font-size: 13px;
}

#ao .pagetitle {
  background: url(../img/icon-adm.png) no-repeat left top;
  padding-left: 40px;
}
#ao section {
  margin-bottom: 50px;
}
#ao .articleNav {
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 3px solid #f4f4f4;
}
#ao .articleNav li {
  border-right: 1px solid #d4dbde;
  padding: 5px  10px;
  float: left;
}
#ao .articleNav li a {
  font-size: 12px;
  padding: 10px 20px 10px 30px;
  color: #000000;
}
#ao .articleNav li a {
  background: url(../img/arrow05.png) 10px 14px no-repeat;
}
#ao .each {
  margin: 50px 0;
}
#ao .each h3,
.base h3,
.contents-body h3 {
  color: #e50012;
  font-size: 18px;
  margin-bottom: 20px;
}
#ao .each .normalP {
  margin-top: 20px;
}
#ao .each .bold {
  font-weight: bold;
  margin: 10px 0;
}
#ao .table-style-change td {
  line-height: 20px;
}
#ao .table-style-change td:nth-child(2) {
  padding: 20px 10px;
}
#ao .table-style-change td:nth-child(3) {
  padding: 10px;
}
#ao .table-style-change th:first-child {
  width: 35%;
}

#entrance .sec01, #entrance .sec02 {
  margin: 50px 0;
}
.contents-body h2,
#entrance .sec01 .NewInfoTitle {
  border-left: 1px solid #e50012;
  font-size: 21px;
  padding-left: 10px !important;
  margin-bottom: 30px;
  font-weight:bold !important;
}

#News .contents-body h2,
#Event .contents-body h2,
#entrance .sec01 .NewInfoTitle {
	font-weight: bold !important;
}

#entrance .sec01 .newInfo {
  border-bottom: 1px solid #e5e5e5;
}
#entrance .sec01 .newInfo img, #entrance .sec01 .newInfo .date, #entrance .sec01 .newInfo .newInfoTitle {
  float: left;
  vertical-align: middle;
  height: 56px;
  line-height: 56px;
}
#entrance .sec01 .newInfo li {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
#entrance .sec01 .newInfo .newInfoTitle {
  margin-left: 25px;
}
#entrance .sec01 .newInfo .newInfoTitle a {
  font-size: 13px;
  text-decoration: underline;
  color: #000000;
}
#entrance .sec01 .postlink {
  padding-top: 10px;
}
#entrance .sec01 .postlink .list {
  background: url(../img/icon-list01.png) no-repeat 0 4px;
}
#entrance .sec02 .admBoxWrap {
  overflow: hidden;
  margin-left: -40px;
}
#entrance .sec02 .admBox {
  margin-left: 40px;
  height: 270px;
  margin-top: 50px;
  float: left;
  border-top: solid 1px #e50012;
  overflow: hidden;
  width: 342px;
}
#entrance .sec02 .admBox h3 {
  font-size: 16px;
  padding: 26px 0;
  border-bottom: 1px solid #dcdcdc;
}
#entrance .sec02 .highlight {
  background-color: #fff000;
}
#entrance .sec02 .new {
  position: relative;
}
#entrance .sec02 .file {
  position: relative;
}
#entrance .sec02 .new:after {
  content: url(../img/icon-new.png);
  position: absolute;
  top: -1px;
  padding-left: 10px;
}
#entrance .sec02 .file:after {
  content: url(../img/icon-file.png);
  position: absolute;
  top: -2px;
  padding-left: 10px;
}
#entrance .sec02 .arrows .innerIcon {
  margin-left: 5px;
}
#entrance .sec02 .arrows .innerIcon li {
  position: relative;
}
#entrance .sec02 .arrows .innerIcon li a:before {
  content: "→";
  margin-right: 3px;
}
/*-----2015/03/25 追記 ------*/
.sub-index-box td {
  border-left: #BDBDBD 1px dotted;
}
.sub-index-box h4 {
  background: url(../img/arrow02.png) left center no-repeat;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  padding-left: 18px;
  padding-top: 0;
  margin-bottom: 0;
}
#ContentsBody ul.box-kewords li,
#ContentsBody ul.box-focus li,
#ContentsBody ul.box-point li {
  padding: 0;
  width: 260px;
  margin-right: 25px;
}
#ContentsBody ul.box-kewords li.lastChild,
#ContentsBody ul.box-focus li.lastChild,
#ContentsBody ul.box-point li.lastChild {
	margin-right: 0;
}
#ContentsBody ul.box-focus,
#ContentsBody ul.box-point {
  background: none;
}
/*#ContentsBody .inline-menu-a ul li {
  background: url(../img/arrow03.png) 3px center no-repeat;
}*/
.inline-menu-a ul {
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 3px solid #f4f4f4;
}
.inline-menu-a ul li {
  display: block;
  border-bottom: none;
  background: none;
  border-right: 1px solid #d4dbde;
  padding: 5px  10px;
  float: left;
  line-height: 1em;
}
.inline-menu-a ul li a {
  font-size: 12px;
  padding: 10px 20px 10px 30px;
  color: #000000;
}
.inline-menu-a ul li a {
  background: url(../img/arrow05.png) 10px 14px no-repeat;
}
	
	.EmergencyBox {
		border: 4px solid #058601;
		padding: 10px;
		text-align: center;
		background: #e8ffe8;
		width: 1130px;
  		height: auto;
  		margin: 15px auto;
		box-sizing: border-box;
	}
	.EmergencyBox a {
		font-size: 20px;
		color: #058601;
		line-height: 1.5;
	}
	.EmergencyBox a span {
		/*display: block;
		font-size: 80%;*/
	}

/*sp*/
/*sp*/
@media screen and (max-width: 767px) {
  .nonSP {
    display: none;
  }

  .forPC {
    display: block;
  }

  .box {
    border-radius: 6px;
  }

  .full {
    float: none;
    width: 92%;
    padding: 2%;
    margin: 2%;
  }

  .sizeM {
    width: 42.8%;
    padding: 2%;
    margin: 0 0 2% 2%;
  }

  .sizeS, .sizeChange {
    width: 26.34%;
    padding: 2%;
    margin: 0 0 2% 2%;
  }

  .globalFooter {
    width: 96%;
    margin: 2% auto -0px;
  }
  .globalFooter .inner {
    padding: 15px;
  }
  .globalFooter .inner .footerTitle, .globalFooter .inner p {
    display: block;
    font-size: 10px;
  }
  .globalFooter .copyright {
    font-size: 7px;
  }
}

#KguImgMain {
}
#KguImgMain img {
	margin-bottom: 35px;
}

ul.box-f li a img {
	width: 100% !important;
	height: auto !important;
}


/******/
.tabular_2 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_2 th, .tabular_2 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_2 th {
	text-align: center;
}
.tabular_2 th:first-child {
  /*width: 27%;*/
}
.tabular_2 th:nth-child(3) {
  width: 27%;
}
.tabular_2 th {
  background-color: #efefef;
  font-weight: bold;
}



/***入試日程・入試変更点***/
.tabular_3 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_3 th, .tabular_3 td {
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_3 th {
	text-align: center;
}

.tabular_3 td {
	padding:0px !important;
}
/*
 table.tabular_3.table-g td {
	 padding:0px !important;
 }
*/
.tabular_3 th:first-child {
  /*width: 27%;*/
}
.tabular_3 th:nth-child(3) {
}
.tabular_3 th {
  background-color: #efefef;
  font-weight: bold;
}


/******/
.tabular_4 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_4 th, .tabular_4 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px !important;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_4 th {
	text-align: center;
}

.tabular_4 th {
  background-color: #efefef;
  font-weight: bold;
}

/****/
.tabular_5 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_5 th, .tabular_5 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_5 th {
	text-align: center;
}
.tabular_5 th:first-child {
  width: 20% !important;
}
.tabular_5 th:nth-child(3) {
  width: 20%;
}
.tabular_5 th {
  background-color: #efefef;
  font-weight: bold;
}

/******/
.tabular_6 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_6 th, .tabular_6 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_6 th {
	text-align: center;
}
.tabular_6 th:first-child {
  width: 200px;
}
/*
.tabular_6 th:nth-child(3) {
  width: 27%;
}*/
.tabular_6 th {
  background-color: #efefef;
  font-weight: bold;
}


.tabular_7 {
  width: 410px !important;
  border-collapse: collapse;
  margin: 0 !important;
}
.tabular_7 th, .tabular_7 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_7 th {
	text-align: center;
}

.tabular_7 th {
  background-color: #efefef;
  font-weight: bold;
}


/******/
.tabular_8 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_8 th, .tabular_8 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_8 th {
	text-align: center;
}

.tabular_8 th {
  background-color: #e4404d !important;
  font-weight: bold;
  color:#FFF !important;
  font-size: 115%;
  line-height: 1.2;
}



/******/
.tabular_9 {
  width: 70% !important;
  margin: 0 auto 0 auto !important;
  border-collapse: collapse;
}
.tabular_9 th, .tabular_9 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_9 th {
	text-align: center;
}

.tabular_9 th {
  background-color: #efefef;
  font-weight: bold;
}


/****/

/******/
.tabular_10 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_10 th:first-child {
	width: initial !important;
}
.tabular_10 th:nth-child(3) {
	width: initial !important;
}
.tabular_10 th, .tabular_10 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px !important;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_10 th {
	text-align: center;
}

.tabular_10 th {
  background-color: #efefef;
  font-weight: bold;
}



/*インターネット出願*/

.Box1 {
    position: relative;
    border: 3px double #22ace5;
    padding: 1em 2.5em 1.8em 1.8em;
    margin: 1em 0px;
    background: #FFF none repeat scroll 0% 0%;
	height:230px;
}

.Box2 {
    position: relative;
    border: 3px double #EB6D9A;
    padding: 1em 2.5em 1.8em 1.8em;
    margin: 1em 0px;
    background: #FFF none repeat scroll 0% 0%;
}


.step_tit {
	color:#22ace5;
	font-weight:bold;
	font-size:130%;
	margin:10px 0;
	display:block;
	line-height: 1.5em;
}

.step_titPink {
	color:#EB6D9A;
	font-weight:bold;
	font-size:130%;
	margin:10px 0;
	display:block;
	line-height: 1.5em;
}

.Step {
    background: #22ace5 none repeat scroll 0% 0%;
    color: #ffffff;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin: 1em 0px 0px;
    display: block;
    width: 740px;
    position: relative;
    border-radius: 35px;
	font-size: 150%;
}

.PinkTitle {
    background: #EB6D9A none repeat scroll 0% 0%;
    color: #ffffff;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin: 1em 0px 0px;
    display: block;
    width: 740px;
    position: relative;
    border-radius: 35px;
	font-size: 150%;
}

.ImgR {
    float: right;
    margin: 7px 0px 1.5em 20px;
}


.Redline {
    color: #E50011;
    text-decoration: underline;
}

.Arrange {
    display: block;
    text-indent: -1em;
    padding-left: 1.5em !important;
	margin-bottom:15px;
}

.Arrange2 {
    display: block;
    text-indent: -1em;
    padding-left: 1.5em !important;
}

hr.style_pink {
    border-width: 1px 0px;
    border-style: solid none;
    border-color: #EB6D9A -moz-use-text-color #EB6D9A;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    height: 0px;
}

/* 地域中核人材育成プログラム */

ul.arrowsLink li {
    line-height: 1.7143em;
    display: block;
    color: #000;
    background: url("../img/arrow02.png") transparent no-repeat scroll 645px center;
}

.contents_img img {
	display:block;
	margin:10px 0 50px;
}

table.table_program th:first-child {
    width: 25%;
}

table.table_program td:nth-child(1) {
	 background-color: #fffaeb ;
	 text-align:center;
}

.table_program {
	border: 1px solid #d4dbde;
}

.table_program th {
    background-color: #EFEFEF;
    font-weight: bold;
	text-align:center;
	padding:5px 0;
}

.table_program td {
	border: 1px solid #d4dbde;
    border-width: 1px 0 0 1px;
    font-size: 100%;
    line-height: 1.6;
    padding: 10px;
    text-align: left;
}

table.table_program {
	color: #010101;
}

.red_text {
	color:#e50012;
}

.hisho_text {
	color:#9b9a9a;
	font-size:90%;
	line-height:2em;
	margin-top:20px;
}

.faq_box {
	background:#fef4d6;
	width:100%;
	padding:px;
	border-radius:7px;
	margin:70px 0 100px;
}

.box_left dl dt,.box_right dl dt {
    display: block;
    background:url(../theme/kumagaku/img/nyugaku/ziten/kikaku_tokushu/ikuseiprogram/faq_q.gif) transparent no-repeat scroll 0px 0px;
    padding: 0px 0px 10px 25px;
    font-size: 13px;
    min-height: 24px;
    font-weight: bold;
    color: #010101;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
}

.box_left dl dd,.box_right dl dd {
    background :url(../theme/kumagaku/img/nyugaku/ziten/kikaku_tokushu/ikuseiprogram/faq_a.gif) no-repeat scroll 0px 0px;
    padding-left: 25px;
    min-height: 24px;
	font-size: 13px;
	line-height:2em;
	margin-left: 0;
	margin-bottom:20px;
}

.box_left dl {
    margin-bottom: 20px;
}

.box_left {
	width:370px;
	float:left;
	margin-left:30px;
}

.box_right {
	width:370px;
	float:right;
	margin-right:30px;
	margin-top:30px;
}

.box_full {
    width: 760px;
    float: right;
    margin-right: 30px;
}

.box_left dl dt,.box_full dl dt {
    display: block;
    background:url(../theme/kumagaku/img/nyugaku/ziten/kikaku_tokushu/ikuseiprogram/faq_q.gif) transparent no-repeat scroll 0px 0px;
    padding: 0px 0px 10px 25px;
    font-size: 13px;
    min-height: 24px;
    font-weight: bold;
    color: #010101;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
}

.box_left dl dd,.box_full dl dd {
    background :url(../theme/kumagaku/img/nyugaku/ziten/kikaku_tokushu/ikuseiprogram/faq_a.gif) no-repeat scroll 0px 0px;
    padding-left: 25px;
    min-height: 24px;
	font-size: 13px;
	line-height:2em;
	margin-left: 0;
	margin-bottom:20px;
}


.faq_title img {
	margin:45px 0;
}


ul.arrowsLink_2 li {
    line-height: 1.7143em;
    display: block;
    color: #000;
    background: url("../img/arrow02.png") transparent no-repeat scroll 675px center;
}


/* original_goods */

ul.original_goods {
	margin: 0 -32px 0 0;
    overflow: hidden;
    zoom: 1;
}



ul.original_goods li {
	margin: 0px 30px 30px 0px;
	padding:29px 29px 15px;
	float: left;
	/*width: 398px;*/
	display: inline;
	border: 1px solid #d4dbde;
	/*height: 300px*/
	background:none;
}

ul.original_goods li span {
	margin-top:5px;
	display:block;
	text-align:center;
	font-weight:bold;
	
}

.link_arrows a {
    line-height: 1.7143em;
	margin-right:10px;
    padding-left: 15px;
    color: #000;
    background: transparent url("../img/arrow02.png") no-repeat scroll 0px 5px;
}


/*熊本学園中期経営計画*/


.list0 li a {
  line-height: 1.7143em;
  display: block;
  padding-left: 15px;
  color: #000000;
  background: url(../img/arrow02.png) no-repeat 0 5px;
}

.list0 li a:hover {
  text-decoration: underline;
}
/*
#GlobalIndex .defaultlist
#GlobalIndex ,.defaultlist li{
    	padding:0px;
    	margin:0px;
}
     
#GlobalIndex .defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
	}
*/   







/*
ul.list1 {
	margin-left: 15px;
}

#GlobalIndex .list1 li.mark{
	position:relative;
	padding-left: 10px;
}
  */   
#GlobalIndex .list1 li.mark:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px #E50012 inset;
	top:3px; 
	left:10px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #E50012;
}





#GlobalIndex ul.list1 li.mark a {
	background:none;
}



	
     
#GlobalIndex .list1 li ul li{
	position:relative;
	padding-left:5px;
}

#GlobalIndex .list1 li.mark ul li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#E50012;
	width:9px;
	height:9px; 
	top:5px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
    }
	

     
#GlobalIndex .list3 li{
	position:relative;
	padding-left:20px;
}

#GlobalIndex .list3 li:after, .list4 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#E50012; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

#GlobalIndex .list3 li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}


#GlobalIndex ul.list1 {
	margin-left: 15px;
}
#GlobalIndex ul.list1 li {
	position:relative;
	padding-left: 12px;
  margin: 0.5em 0 0.5em 10px;/**/
  list-style: url(../img/mk-folder.png);
}




#GlobalIndex ul.list1 li.file {
  list-style: url(../img/mk-file.png);
}

#GlobalIndex ul.list1 li ul {
  margin: 0;
  padding: 0;
}

#GlobalIndex ul.list1 li ul li {
  list-style: url(../img/mk-file.png);
}

.contents-body #banner_body {
	position:relative;
}

.contents-body #banner_body a img.netshutugan_img {
	position: absolute;
	left: 560px;
	top: -10px;
	overflow: hidden;
}

.list_title {
	font-weight: bold;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
}


.list_sub_title {
	display: block;
	padding-left: 20px;
}


.head_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #E50012;
	margin-bottom: 20px;
	font-weight: bold;
}





#GlobalIndex ul.list_plan li a {
  line-height: 1.7143em;
  display: block;
  padding-left: 15px;
  color: #000000;
  background: url(../img/arrow02.png) no-repeat 0 5px;
}

#GlobalIndex ul.list1 li.mark a {
	background:none;
}


ul.list_plan li {
    background-image: none;
}

ul.list_plan {
	margin-bottom:20px;
}

.list_plan_title {
	background-image: none;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F10024;
	margin-bottom: 3px;
}

ul.list1 li.mark span {
	padding-left: 15px;
}

.not_li {
	background:none;
}

ul.Extracurricular {
	overflow: hidden;
	margin: 0px -32px 0px 0px;
}

ul.Extracurricular li {
    float: left;
    display: inline;
    border: 1px solid #D4DBDE;
    background: transparent none repeat scroll 0% 0%;
    padding: 10px;
    margin: 0px 5px 30px 0px;
	width: 140px;
	height: 220px;
}

ul.Extracurricular li i {
	font-weight:normal;
}

ul.Extracurricular li i span em {
	font-weight:normal;
	font-size:200%;
}

.merit_tit {
	color:#E50012;
	font-weight:bold;
	font-size:90%;
	text-align:center;
	margin-bottom:10px;
}

.studyabroad_2course ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.studyabroad_2course ul li {
	float:left;
	width: 260px;
	padding: 20px;
	border: 1px solid #C9C9C9;
	margin: 0 10px 20px 0;
	background:none;
}

.tit_2c {
	font-size:130%;
	color: #F10024;
	font-weight:bold;
	margin-bottom:15px;
}

.tit_2c_s {
	margin-left:15px;
	font-size:70%;
}

.sy2cos_text {
	color: #343434;
	text-align:left;
	display:block;
	font-size:90%;
	width:225px;
	height:150px;
}
	
.red_text {
	color: #F10024;
}

.red_tit {
	font-size: 130%;
	color: #F10024;
	font-weight: bold;
}

.buttonStyleA {
    display: block;
	margin: 20px auto 18px;
	text-align: center;
	font-size: 15px;
	border-radius: 8px;
	padding: 18px 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.buttonStyleColorA {
    background: #D20011 none repeat scroll 0% 0%;
}

a.buttonStyleColorA { color:#FFF;}

a.buttonStyleColorA:visited { color:#FFF;}

a.buttonStyleColorA:hover { color:#FFF;}

.buttonStyleB {
    display: block;
    width: 280px;
    text-align: center;
    font-size: 90%;
    border-radius: 8px;
    padding: 18px 0px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.buttonStyleColorB {
    background: #D20011 none repeat scroll 0% 0%;
}

a.buttonStyleColorB { color:#FFF;}

a.buttonStyleColorB:visited { color:#FFF;}

a.buttonStyleColorB:hover { color:#FFF;}

#ShisetsuBox .section_r {
    margin-right: 360px;
}

.section_r {
    margin-bottom: 30px;
}

ul.photo_gallery {
    margin: 0px -10px 0px 0px;
    overflow: hidden;
}

ul.photo_gallery li {
    margin: 0px 10px 30px -20px;
    float: left;
    width: 270px;
    display: inline;
    height: 160px;
	background:none;
}

#BookPhoto2 ul {
	margin-bottom: 50px;
}

#BookPhoto2 ul li {
    float: left;
    text-align: center;
    width: 225px;
    background: transparent none repeat scroll 0% 0%;
    padding: 0px 13px 0px 0px;
    border-right: 1px dotted #555555;
}

#BookPhoto2 ul ul li {
	padding-left: 14px;
}
#BookPhoto2 ul li h4 {
	background-image: none;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F10024;
	margin-bottom: 3px;
}
#BookPhoto2 ul li p {
	font-size: 85%;
}

#BookPhoto2 h2 a {
	color: #343434;
	text-decoration: none;
	display: block;
}
#BookPhoto2 h3 {
	color: #F00;
	background-image: none;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: initial;
	border-left: initial;
	width: 212px;
}
	
	
.BookPhoto3 ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.BookPhoto3 ul li {
    text-align: center;
    width: 207px;
    background: transparent none repeat scroll 0% 0%;
    padding: 0px 15px;
    border-right: 1px dotted #555555;
	margin-bottom: 50px;
}
	
.BookPhoto3 ul li:first-child {
	border-left: 0px dotted #555555;
}
	
.BookPhoto3 ul li:nth-child(4n) {
	border-right: 0px dotted #555555;
}
	
.BookPhoto3 ul li a {
    display: block;
	text-decoration: none;
	text-align: center;
}

.BookPhoto3 ul li a img {
	margin-bottom: 10px;
	width: 140px;
	height: auto;
}

.BookPhoto3 ul li a span {
	background-image: none;
	padding-left: 0px;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 0;
	border-bottom: initial;
	border-left: initial;
	width: 180px;	
	text-align: center;
	display: block;
	height: 70px;
	box-sizing: border-box;
	color: #484848;
}
	
.BookPhoto3 ul li a em {	
	background-image: none;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F10024;
	margin-bottom: 3px;
	font-style: normal;
	display: block;
}
	
.BookPhoto3 ul li a i {
	font-size: 85%;
	color: #999;
}
	
	.buttonArea {
		display: flex;
		justify-content: space-around;
	}
	
	a.ButtonStyle_01 {
		color: #e50012;
		width: 380px;
		border: 2px solid #e50012;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 5px;
		display: block;
		text-decoration: none;
		position: relative;
	}
	
	a.ButtonStyle_01::after {
    	display: block;
    	content: '';
    	position: absolute;
    	top: 2em;
    	left: 25em;
    	width: 6px;
    	height: 6px;
    	border-right: 1px solid #e50012;
    	border-bottom: 1px solid #e50012;
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	a.ButtonStyle_01:hover {
        color: #fff;
        background: #e50012;
        width: 380px;
        border: 2px solid #e50012;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 5px;
        display: block;
        text-decoration: none;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s; 
	}
	
	a.ButtonStyle_01:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 2em;
        left: 25em;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); 
	}

.base a.blt-arrow2 {
    color: #0071BC;
    text-decoration: none;
    background: transparent url("../img/hanyo_blt_link2.gif") no-repeat scroll left center;
    padding-left: 20px;
	font-size:110%;
	font-weight:bold;
}

.kyoukai {
	border: 1px solid rgb(160, 0, 14);
	padding: 6px;
	margin-top: -5px;
	margin-right: 20px;
}
	
	.kyoukai img {
		width: 255px;
		height: auto;
	}

.left_img_box {
    width: 400px;
    float: left;
}

.arrow_left400 {
	margin-left: 400px;
}

.tabular_4 th.bg_ye {
	background-color:#fffcd8 !important;
}

.bg_ye {
	background-color:#fffcd8;
}

.tabular_4 th.bg_bl {
	background-color:#e2f4ff !important;
}

.bg_bl {
	background-color:#e2f4ff;
}

.tabular_4 th.bg_pk {
	background-color:#ffe2f3 !important;
}

.bg_pk {
	background-color:#ffe2f3;
}

.tabular_4 th.bg_gr {
	background-color:#efffeb !important;
}

.bg_gr {
	background-color:#efffeb;
}

.tabular_4 th.bg_og {
	background-color:#ffead8 !important; 
}

.bg_og {
	background-color:#ffead8;
	
}

.tabular_4 th.border_b {
	border-bottom:3px solid #BDBDBD !important;
}

.tabular_4 td.border_b {
	border-bottom:3px solid #BDBDBD !important;
}

.font_b {
	font-weight:bold;
}


.display_none {
	display:none;
}

.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

ul.list_left li {
	float:left;
	margin-right:10px;
}

ul.photo_op {
    margin: 0px -10px 0px 0px;
    overflow: hidden;
}

ul.photo_op li {
    float: left;
    width: 268px;
    display: inline;
    height: 206px;
	background:none;
	margin: 0px 10px 50px -20px;
}

ul.photo_op li p {
	color:#44b034;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}


.table_clear {
	background:initial;
}

.table_clear tr:nth-child(2n) td {
	background:initial !important;
}


.top_btn {
	display:block;
	text-align:right;
	padding:10px 0;
}

/*入試日程 タブ*/

ul.tabrow {
	text-align: center !important;
	list-style: none !important;
	margin: 20px 0 10px !important;
	padding: 0 !important;
	line-height: 60px !important;
	overflow: hidden !important;
	position: relative !important;
	
}
ul.tabrow li {
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%)  !important;
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%) !important;
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%) !important;
	display: inline-block !important;
	position: relative !important;
	z-index: 0 !important;
	background:#ffebeb !important;
	line-height: 58px !important;
	margin-bottom: 0px !important;
	padding-left: initial !important;
}
ul.tabrow a {
	color: #555 !important;
	text-decoration: none !important;
	padding: 20px 90px 22px !important;
	font-weight:bold !important;
	border-bottom: 1px solid #e50012 !important;
}
ul.tabrow li.selected {
	border: 1px solid #e50012 !important;
	background: #FFF !important;
	color: #e50012 !important;
	z-index: 2 !important;
	border-bottom-color: #FFF !important;
}
		
ul.tabrow li.selected a {
	color:#e50012 !important;
}
		
ul.tabrow:before {
	position: absolute !important;
	content: " ";
	width: 100% !important;
	bottom: 0 !important;
	left: 0 !important;
	border-bottom: 1px solid #e50012 !important;
	z-index: 0;
}
ul.tabrow li:before,
ul.tabrow li:after {
	/*! border: 1px solid #AAA; */
	/*! position: absolute; */
	bottom: -1px !important;
	width: 5px !important;
	height: 5px !important;
	content: " ";
}
ul.tabrow li:before {
}

		
ul.tabrow li.selected::after {
	content: '' !important;
	background: #fff !important;
	position: absolute !important;
	bottom: -2px !important;
	left: 0 !important;
	width:100% !important;
	height: 2px !important;
	display: block !important;
}

ul.tabrow li.selected:before {
}
ul.tabrow li.selected:after {
}
		
.img_calender,.img_schedule {
	margin-top:30px !important;
}

ul.tabrow li.current a {
    border: 1px solid #e50012 !important;
	background: #FFF !important;
	color: #e50012 !important;
	z-index: 1 !important;
	border-bottom-color: #FFF !important;
}
.one_button {
	margin:5px 0 ;
}

.two_three_button {
	margin:5px 0 ;
	display:flex;
}

.img_schedule {
	margin-bottom:15px;
}

.margn_b25 {
	margin-bottom:25px;
}

.bottom100 {
	margin-bottom:100px;
}

.margin_r10 {
	margin-right:10px;
}

.margin10 {
	margin:0 10px;
}
	
.nyushi_ippan {
	position: relative;
}

.zenki {
	position: absolute;
	top: 7px;
	left: 7px;
}
	
.koki {
	position: absolute;
	top: 78px;
	left: 7px;
}
	
.nyushi_kyotsutesut {
	position: relative;
}
	
.a_nittei {
	position: absolute;
	top: 7px;
	left: 7px;
}
	
.b_nittei {
	position: absolute;
	top: 78px;
	left: 7px;
}
	
.c_nittei {
	position: absolute;
	top: 147px;
	left: 7px;
}


	
.base a.nyushi_link {
  color: #e50012;
}

.bge-contents h3 {
	color:#000 !important;
	font-weight:normal !important;
}


.tit_support_red {
	background:#e60012;
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:7px 20px ;
	font-size:15px;
	margin-bottom:30px;
}

.tit_support_bl {
	background:#004e9d;
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:7px 20px ;
	font-size:15px;
	margin:80px 0 30px;
}

.tit_support_gr {
	background:#008a6c;
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:7px 20px ;
	font-size:15px;
	margin:80px 0 30px;
}

.tit_sub_support_red {
	color:#e60012;
	font-weight:bold;
	font-size:16px;
	border:1px solid #e60012;
	padding: 5px 8px;
	border-radius: 15px;
	margin-bottom:20px;
}

.tit_sub_support_bl {
	color:#004e9d;
	font-weight:bold;
	font-size:16px;
	border:1px solid #004e9d;
	padding: 5px 8px;
	border-radius: 15px;
	margin-bottom:20px;
}

.tit_sub_support_gr {
	color:#008a6c;
	font-weight:bold;
	font-size:16px;
	border:1px solid #008a6c;
	padding: 5px 8px;
	border-radius: 15px;
	margin-bottom:20px;
}

.tit_main_support {
	border-bottom:1px solid #000;
	margin-bottom:30px;
}

.merit_title {
	color:#000;
	border-bottom: 1px dotted #e60012;
	font-size:130%;
	font-weight:bold;
	padding-bottom:15px;
	margin-top: 40px;
	
	
}
.merit_number {
	font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
	font-style: italic;
	font-size:250%;
	color:#e60012;
	margin-right:10px;
}

.tit_shushoku {
	background: url(../img/syusyoku/kagai/ico_shushoku.png) no-repeat scroll;
	background-position: 100% 50%;
	font-size: 22px;
	font-weight:bold;
	color:#000;
	margin: 50px 0 20px;
	padding-bottom:15px;
	border-bottom: 1px dotted #e60012;
}

.tit_shikaku {
	background: url(../img/syusyoku/kagai/ico_shikaku.png) no-repeat scroll;
	background-position: 100% 50%;
	font-size: 22px;
	font-weight:bold;
	color:#000;
	margin: 50px 0 20px;
	padding-bottom:15px;
	border-bottom: 1px dotted #004baa;
}

.tit_sub {
	color:#e60012;
	font-weight:bold;
	font-size: 17px;
	
}

.tit_sub_m {
    color: #e60012;
    font-weight: bold;
    border-bottom: 1px dotted #e60012;
    padding-bottom: 2px;
}

.black_tit {
	background:#231815;
	width:100%;
	padding:10px;
	margin:20px 0 10px;
	color:#727171;
	font-weight:bold;
}

.black_tit span {
	color:#727171;
	font-weight:bold;
	font-size:110%;
}

.galy_tit {
	background:#dcdddd;
	/*padding:10px;*/
	margin:20px 0 10px;
	font-weight:bold;
	font-size:120%
}

.galy_tit span {
	background:#231815;
	padding:2px 10px;
	margin-right:10px;
	color:#FFF;
	font-weight:bold;
	font-size:120%
}

.tit_text {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 150%;
	margin:20px 0 15px;
}

.text_r {
	text-align:right;
}

.text_c {
	text-align:center;
}


.font_s {
	font-size:70%;
}

.facility {
	background:#6a3905;
	padding: 5px 10px;
	color:#FFF;
	font-weight:bold;
	border-top:initial;
}

.after_arrow:before {
	content:"▶";
	margin-right:5px;
}

.one_year_contents {
    background: #fcf2e4 url(/theme/kumagaku/img/syusyoku/shien/index/bg_1_year.png) 32px 30px no-repeat;
	margin-bottom:10px;
}

.two_year_contents {
    background: #f9e8d1 url(/theme/kumagaku/img/syusyoku/shien/index/bg_2_year.png) 32px 30px no-repeat;
	margin-bottom:10px;
}

.three_year_contents {
    background: #f4d8b4 url(/theme/kumagaku/img/syusyoku/shien/index/bg_3_year.png) 32px 30px no-repeat;
	margin-bottom:10px;
}

.four_year_contents {
    background: #edc289 url(/theme/kumagaku/img/syusyoku/shien/index/bg_4_year.png) 32px 30px no-repeat;
	margin-bottom:10px;
}


.or_bg {
	background:#ee6d1c;
	padding: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 50px;
	text-align: center;
}

.article_bg {
	padding: 50px 50px 30px 90px;
}

.tit_year {
	font-size:27px;
	color:#6a3906;
	margin-bottom: 60px;
	font-weight: bold !important;
}

.tit_year_s {
    background: url(/theme/kumagaku/img/syusyoku/shien/index/icon_check.png) no-repeat left top;
    padding-left: 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	font-weight: bold !important;
	font-size:20px;
	color:#6a3906;
}


/*** 卒業生の声　留学生メッセージ ***/

#info_Studyabroad {
	position: relative;

}

#info_Studyabroad img {
	margin-bottom:20px;
}

.info_sa_box {
	position: absolute;
	top: 375px;
	left: 455px;
}

.info_sa_boxLeft {
    position: absolute;
    top: 380px;
    left: 50px;
}

.info_sa_black_area {
	position: relative;
	width:300px;
	z-index: 2;
}

.info_sa_black {
	background:#000;
	color:#FFF;
	line-height:1.8em;
	width:300px;
	padding:20px;
	box-sizing: padding-box;
	font-size:90%;
}


.info_sa_black::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    z-index: 1;
}

/*1行の場合*/

.info_sa_profileOneLines {
	position: absolute;
	top: 55px;
	left: -25px;
	width:350px;
	padding: 40px 15px 40px 40px;
	box-sizing: padding-box;
	background:#efefef;
}

.info_sa_profileOneLines p {
	line-height:1.5em;
	font-size:90%;
}

/*2行の場合*/

.info_sa_profile {
	position: absolute;
	top: 79px;
	left: -25px;
	width:350px;
	padding:40px;
	box-sizing: padding-box;
	background:#efefef;
}

.info_sa_profile p {
	line-height:1.5em;
	font-size:90%;
}

/*3行の場合*/

.info_sa_profileThreeLines {
	position: absolute;
	top: 96px;
	left: -25px;
	width:350px;
	padding:40px;
	box-sizing: padding-box;
	background:#efefef;
}

.info_sa_profileThreeLines p {
	line-height:1.5em;
	font-size:90%;
}

.sa_name {
	font-weight:bold;
	font-size:180%;
	display:block;
	margin-bottom:25px;
}

.font_70 {
	font-size:70%;
}

.country_area {
	display: flex;
}

.country_areaRight {
	display: flex;
	margin-left:420px;
}

.country_img {
	width:180px
}

.country_text {
	font-size:80%;
	line-height:1.5;
}


.sa_tit_l {
	font-size:210%;
	margin-top:20px;
	padding-bottom:30px;
	line-height: 1.5;
}

.sa_tit_l:after {
	border-bottom:1px solid #000 ;
	content: "";
	width:20px;
	display: block;
	height: 0;
	margin-top: 30px;
	line-height: 1.5;
}

.Graduate_tit_l {
	font-size:210%;
	margin-top:60px;
	padding-bottom:30px;
	line-height: 1.5;
}

.Graduate_tit_l:after {
	border-bottom:1px solid #000 ;
	content: "";
	width:20px;
	display: block;
	height: 0;
	margin-top: 30px;
	line-height: 1.5;
}

.Graduate_tit_l_2 {
	font-size:210%;
	margin-top:90px;
	padding-bottom:30px;
	line-height: 1.5;
}

.Graduate_tit_l_2:after {
	border-bottom:1px solid #000 ;
	content: "";
	width:20px;
	display: block;
	height: 0;
	margin-top: 30px;
	line-height: 1.5;
}


.sa_tit_m {
	font-size:150%;
	line-height: 1.5;
}

.sa_contents {
	display: flex;
}


.sa_text {
	width:380px;
}

.sa_text p {
	font-size:90%;
	line-height:2;
}

.sa_text2 {
	width:520px;
}

.sa_text2 p {
	font-size:90%;
	line-height:2;
}

.sa_text_datedating {
	text-align:right;
	margin-top:20px;
}

.sa_img {
	width:400px;
	margin: 0 auto;
}

.caption_text {
	color:#888;
	margin-top:10px;
	font-size:80%;
}

.others_tit {
	font-size: 50px;
	font-family: HelveticaNeue-CondensedBold;
	line-height: 1;
	text-align:center;
	margin-bottom:50px;
}

.message_list {
	margin-bottom:50px;
}

.message_list ul {
	display: flex;
	/*justify-content: space-between;*/
	margin-bottom:50px;
	flex-wrap:wrap;
}

.message_list ul li {
	width:250px !important;
	margin-bottom:50px !important;	
	padding: 0 !important;
	list-style-image: initial !important;
	margin: 0 13px 30px !important;
	background: initial !important;
}

.message_list ul li a:hover {
	text-decoration: none;
}

.message_list ul li a:active {
	text-decoration: none;
}

.message_list_tit {
	margin:20px 0;
	font-size:110%;
	line-height:1.5;
	font-weight:bold;
}

a .message_list_tit  {
	color:#000;
	text-decoration: none;
	margin:20px 0;
	font-size:110%;
	line-height:1.5;
	font-weight:bold;
}

a.message_list_tit:hover {
	color:#000;
	text-decoration: none;
}
a.message_list_tit:active {
	color:#000;
	text-decoration: none;
}

.student_name {
	font-size:80%;
	color:#888;
}

a.student_name:hover {
	color:#888;
	text-decoration: none;
}
a.student_name:active {
	color:#888;
	text-decoration: none;
}

.student_name::before {
	border-top:1px solid #888 ;
	display:block;
	margin-bottom: 10px;
	content: "";
}

.more {
	width:100%;
	background:#000;
	color:#FFF;
	padding:20px;
	text-align:center;
	box-sizing: padding-box;
}

.more_2 {
	width:100%;
	background:#000;
	color:#FFF;
	padding:20px;
	text-align:center;
	box-sizing: padding-box;
}

/*** 卒業生の声　留学生メッセージ ***/

.bg_gray {
	background:#c8c8c8 !important;
}

.matrix_banner ul {
    display: flex;
    justify-content: space-between;
}


dl.text_second {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;
	margin-left: 30px;
}

dl.text_second dt {float:left;width:3em;line-height: 2;}

dl.text_second dd {margin-left:3em;zoom:1;line-height: 2;}

dl.text_second_02 {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;
}

dl.text_second_02 dt {float:left;width:6em;line-height: 2;}

dl.text_second_02 dd {margin-left:6em;zoom:1;line-height: 2;margin-bottom: 10px;}

dl.text_second_03 {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;

}

dl.text_second_03 dt {float:left;width:10em;line-height: 2;}

dl.text_second_03 dd {margin-left:10em;zoom:1;line-height: 2;margin-bottom: 20px;}

dl.text_second_04 {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;
}

dl.text_second_04 dt {float:left;width:15em;line-height: 2;}

dl.text_second_04 dd {margin-left:15em;zoom:1;line-height: 2;}

dl.text_second_05 {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;
	margin-left: 30px;
}

dl.text_second_05 dt {float:left;width:3em;line-height: 2;}

dl.text_second_05 dd {zoom:1;line-height: 2;}

.box_red {
	border:2px solid #e50012;
	padding: 30px;
	margin: 20px 0 ;
}

.lineTriangle::after {
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #bababa;
    position: absolute;
    right: 50%;
    bottom: -24px;
    z-index: 1;
}

.lineTriangle::before {
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    right: 50%;
    bottom: -23px;
    z-index: 2;
}

.lineTriangle {
    width: 100%;
    margin: 30px auto;
    padding: 8px 0;
    border-bottom: 1px solid #bababa;
    text-align: center;
    position: relative;
}

.circle_2 {
	color: #fff !important;
	background-color:#e50012 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100px !important;
	height: 100px !important;
	line-height: 100px !important;
	text-align: center !important;
	display: inline-block !important;
	border-radius: 50% !important;
	font-weight: bold !important;
	font-size: 130% !important;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif ;
}

.shogai_flow_01 {
	background-image: url(../img/gakusei/shien/shogai/guide_flow_01.gif);
	background-repeat:no-repeat;
	background-position:100% 0% ;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.shogai_flow_02 {
	background-image: url(../img/gakusei/shien/shogai/guide_flow_02.gif);
	background-repeat:no-repeat;
	background-position:100% 0% ;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.shogai_flow_03 {
	background-image: url(../img/gakusei/shien/shogai/guide_flow_03.gif);
	background-repeat:no-repeat;
	background-position:100% 0% ;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.redBox {
	background:#e50012;
	font-size: 130%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 24px 0 ;
}

.img-box {
    /*width: 155px;*/
    float: left;
}

ol.numberList_01 li,ol.numberList_02 li,ol.numberList_03 li,.numberList_04 ol li {
	list-style-type: none !important;
	text-indent: -1.5em;
}

ol.numberList_01,ol.numberList_02,ol.numberList_03,.numberList_04 ol {
	margin: initial !important;
}

ol.numberList_01 {
    counter-reset: section;
	list-style-type: none;
}

ol.numberList_01 li {
    list-style-type:none;
    counter-increment:cnt;
}
ol.numberList_01 li:before {
    content:"(" counter(section) ")";
    margin-right:0.5em;
	counter-increment: section;
}

ol.numberList_02 {
    counter-reset: section;
	list-style-type: none;
}

ol.numberList_02 li {
    list-style-type:none;
    counter-increment:cnt;
}
ol.numberList_02 li:before {
    content:"" counter(section) ")";
    margin-right:0.5em;
	counter-increment: section;
}

ol.numberList_03 {
    counter-reset: section;
	list-style-type: none;
}

ol.numberList_03 li {
    list-style-type:none;
    counter-increment:cnt;
}
ol.numberList_03 li:before {
    content:"[" counter(section) "]";
    margin-right:0.5em;
	counter-increment: section;
}

.numberList_04 ol{
	counter-reset:item;
	list-style-type:none;
	}
.numberList_04 ol li:before{
	counter-increment:item;
	content:counters(item, "-")". ";
	}

ol.numberList_05 {
    margin:0 auto;
    width:180px;
    counter-reset:number;
    list-style:none;
    list-style-position:outside;
}
ol.numberList_05 li{
    padding:5px 5px 5px 1.5em;
    border-bottom:1px dotted #CCC;
    position:relative;
}
ol.numberList_05 li::before{
    border:1px solid #333;
    border-radius:50%;
    width:1.5em;
    height:1.5em;
    counter-increment:number;
    content:counter(number);
    text-align:center;
    font-size:75%;
    position:absolute;
    left:0;
}

.img-box_pc {
    width: 155px;
    float: left;
}




/*入試日程タブ*/

.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  text-align: center;
font-size: 120%;
font-weight: bold;
width: 33%;
box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
border-right: 1px solid #e50012 ;
border-left: 1px solid #e50012 ;
border-top: 1px solid #e50012 ;
position: relative;
margin: 0 5px;
	/*display: block;
width: 100%;*/
color: #000;
cursor: pointer;
background-color: #ffebeb ;
padding: 24px 60px;
font-size: 15px;
}

.tab-content label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #e50012 ;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.tab-content label:first-child{
	margin-left: 50px;
}

#tabs-list {
    display: flex;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #e50012 ;
    margin: 0;
    padding: 0;
}

.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #e50012 ;
  background-color: #fff;
	bottom: -2px;
}

.tab-content .tab-box {
  box-sizing: border-box;
  border-top:1px solid #e50012 ;
margin-top: 20px;
padding: 30px 0;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}


/*---下向き---*/
.arrow3 {
	margin-left: auto;
	margin-right: auto;
	text-indent: -999999px;
}

.arrow3 span{
	margin:5px 10px 0 0;/*位置調整用*/
	width:0;
	height:0;
	float:left;
    border-color: #555555 transparent transparent transparent;
    border-style: solid;
    border-width:10px;
}
.arrow3 span:before{
	content:'';
	float:left;
	position:relative;
	top:-13px;
	left:-10px;
	width:0;
	height:0;
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
    border-width:10px;
}

.redBox_2 {
	background: #e50012;
	border-radius:5px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	padding: 20px;
}




a.TourBotton {
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
}

a.TourBotton:hover {
	background: #e7e7e7;
}

a.TourBotton span {
	text-indent: -999999px;
	display: inherit;
}

a.TourBotton span::after {
    position: absolute;
    top: 75%;
    left: 50%;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 2px solid #e50012;
    border-right: 2px solid #e50012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.TourList ul {
margin: 0;
padding: 0;	
}


.TourList ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background:inherit;
	padding-left: inherit;
}

.TourList ul li:nth-child(5n) {
	margin-right: 0;
}

a.TourBotton {
    display: block;
    z-index: 100;
    text-align: center;
	border: 2px solid #e7e7e7;
    color: #000;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
	width: 213px;
	height: 60px;
	border-radius:3px;
}

.ButtonTour a:hover {
	background: #e7e7e7;        /* マウスオーバーカラー */  
}

.TourKGU {
	border-radius:3px;
	border: 4px solid #6fba2c;
	width: 103px;
	height: 2640px;
	position: relative;
}

.boxFixed {
	position: absolute;
    top:10px;
	margin-left: 13px;
}


ul.circleDouble li {
	background:inherit;
}

ul.circleDouble li:before{
	content: "◎";
}


.TourBox {
	border: 3px solid #e50012;
	padding: 47px 37px;
	margin-bottom: 65px;
}

.innerBottom {
  height:251px;
  width:69px;
  position:fixed;
  /*position:fixed;*/
  
  right:0;
  bottom:0;
}
.contents-body .innerBottom.fixed {
  /*position:relative;*/
  position:absolute;
  /*right:0;
  bottom:155px;*/
}


.innerTop.fixed {
  position:fixed;
  top:0;
}

.oc_fixed {
	width: 69px;
	height: 251px;
	position: fixed;
	top: 100px;
	right: 0px;
}

.oc_book {
	width: 129px;
}

a.button_type_a {
	line-height: 1.7143em;
	display: inline-block;
	padding-left: 15px;
	padding: 7px 8px;
	border: 2px solid #e50012;
	text-decoration: none;
	color: #e50012;
	font-size: 13px;
	margin: 20px 0 ;
	font-weight: bold;
}

a.button_type_a:hover { 
	background:#efefef; 
}  

.text_list::before {
	content: url(../img/arrow02.png);
	margin-right: 10px;
}

.text_list {
	margin:0 0 1em 20px !important;
	text-indent: -1.3em;
	display: block;
}

.a_container{
	/*width:460px;*/
}
.a_item{
	color:#000; 
	/*padding:10px;*/
	cursor:pointer;
	text-decoration:underline;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.a_contents{
	display:none;
	padding:10px;
}
.a_contents p{
	margin:10px 0;
}

.a_contents ol {
    padding-left: 50px !important;
}

.a_contents ol.numberList_01 li,.a_contents  ol.numberList_02 li,.a_contents  ol.numberList_03 li,.a_contents  .numberList_04 ol li {
    list-style-type: none !important;
    text-indent: -2em;
    line-height: 1.7;
    margin-bottom: 0.5em !important;
}

.a_contents h3.glay {
	margin-bottom: 0.5em !important;
}




/***********************************************

		Message - begins -

**********************************************/


.SelectBox {
	background: #efefef;
	padding: 30px;
	margin: 0 0 10px;
}

.SelectTit {
    color: #000000;
    font-size: 22px;
	margin-bottom: 30px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.SelectTit::before {
    content:url(../img/message/tit_ico.gif);
    vertical-align: middle;
    padding-right: 13px;
}



ul.MessageMenuCategory {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

ul.MessageMenuCategory li {
	width: 530px;
	margin-bottom: 15px;
}

ul.MessageMenuCategory li:nth-child(odd) { 
	margin-right: 10px;
}

ul.MessageMenuCategory li:last-child {
	margin-right: 0;
}

ul.MessageMenuCategory li label {
	width: 260px;
	padding-right: 0.3em;
	display: block;
	float: left;
}

.Category_c_tit {
	background: #efa600;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.Category_e_tit {
	background: #009f5d;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.Category_f_tit {
	background: #1BB8CE;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.Category_s_tit {
	background: #ec6d74;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.Category_daigakuin_tit {
	background: #526440;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.tit_line {
	color: #000;
	border-bottom: 1px solid #000 ;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	
}

.tit_sub {
	color: #000;
	margin-bottom: 12px;
}

.tit_center {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #000;
}

.tit_center span {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.centerBtn {
	height: 120px;
text-align: center;
margin-top: 20px;

}

/*  CHECKBOX */
#Message .commerce:nth-of-type(1) label input[type="checkbox"] + span::before {
  border-color: #efa600;
}
#Message .commerce:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
  background-color: #efa600;
}
#Message .economics:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #009f5d;
}
#Message .economics:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #009f5d;
}
#Message .foreign:nth-of-type(3) label input[type="checkbox"] + span::before {
  border-color: #1BB8CE;
}
#Message .foreign:nth-of-type(3) label input[type="checkbox"]:checked + span::before {
  background-color: #1BB8CE;
}
#Message .social:nth-of-type(4) label input[type="checkbox"] + span::before {
  border-color: #ec6d74;
}
#Message .social:nth-of-type(4) label input[type="checkbox"]:checked + span::before {
  background-color: #ec6d74;
}
#Message .daigakuin label input[type="checkbox"] + span::before {
  border-color: #526440;
}
#Message .daigakuin label input[type="checkbox"]:checked + span::before {
  background-color: #526440;
}
#Message .keyword:nth-of-type(5) label input[type="checkbox"] + span::before {
  border-color: #e50012;
}
#Message .keyword:nth-of-type(5) label input[type="checkbox"]:checked + span::before {
  background-color: #e50012;
}


#Message label span {
  display: inline-block;
}
#Message label input[type="checkbox"] {
  /*position: absolute;
  top: 0;
  left: 0;
  opacity: 0;*/
  display: none;
}
#Message label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
#Message label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #e50012 solid;
  border-radius: 5px;
}
#Message label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
#Message label input[type="checkbox"]:checked + span::before {
  background-color: #e50012;
}
#Message label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*label {
    position: relative;
    display: block;
    word-break: break-all;
}*/

.keyword label {
    position: relative;
	line-height: 2;
}
#Message label input[type="checkbox"] + span {
    position: relative;
    padding: 0 30px 0 35px;
	margin-bottom: 10px;
}


.messageReset {
    cursor: pointer;
    padding-left: 14px;
	border: 1px solid #d4d4d4;
	padding: 20px; 
	border-radius:5px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.messageReset::before {
    content:url(../img/message/close.gif);
    vertical-align: middle;
    padding-right: 13px;
}

.messageMediaImg {
	float: right;
}

.messageMediaImg {
	position: relative;
}

.img_ico {
	position: absolute;
	top: 0;
	left: 0;
}

.messageMediaBody {
	float: left;
	width: 230px;
}

.cat_c_ico {
	background: #efa600;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.cat_e_ico {
	background: #009f5d;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.cat_f_ico {
	background: #1BB8CE;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.cat_s_ico {
	background: #ec6d74;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.cat_daigakuin_ico {
	background: #526440;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.MessageText {
	color: #8a8a8a;
	font-size: 80%;
	margin-bottom: 10px;
}

/*.MessageTags {
	background: #fee0e0;
	padding: 2px 15px;
	color: #666761;
	margin: 5px 0 0 5px;
	font-size: 70%;
	line-height: 2.3;
	display: inline-flex;
}
*/

ul.messageCommentList li span.MessageTags {
	background: #fee0e0;
	padding: 2px 15px;
	color: #666761;
	margin: 5px 0 0 5px;
	font-size: 70%;
	line-height: 2.3;
	display: inline-flex;
}


.MessageTags a {
	background: #fff;
	border-radius:2px;
	border: 1px solid #d4d4d4;
	padding: 2px 15px 2px 25px;
	color: #666761;
	margin: 5px 0 0 5px;
	font-size: 70%;
	line-height: 2.3;
	display: inline-flex;
	position: relative;
}

.MessageTags a:link {
	color: #666761;
}

.MessageTags a:visited {
	color: #666761;
}

.MessageTags a:hover {
	background: #fee0e0;
	color: #666761;
	text-decoration:none;
	border: 1px solid #fee0e0;
}

.MessageTags a::after {
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: .8em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fe0200;
  border-bottom: 2px solid #fe0200;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.messageMediaImg img {
	border-radius: 50px;
	height: 100px;
	width: 100px;

}

.name_tit {
	color: #000;
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

.message_contents {
    display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.message_text {
	/*width: 500px;*/
}

.message_wh {
	width: 1000px !important;
	margin: 0 auto !important;
}

.message_img {
    width: 400px;
    /*margin-right: 80px;*/
}
.message_img img {
    width: 400px;
}
.info_message_box {
    /*position: absolute;*/
    top: 367px;
    left: 455px;
}
.info_message_black_area {
    position: relative;
    /*width: 300px;
    z-index: 2;
	top: -27px;
	left: 224px;*/
	background: #333;
	width: 490px;
	margin-left: 30px;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
}

.info_message_black_area::before {
    content: '';
	position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 20px 5px 0;
    border-color: transparent #333333 transparent transparent;
    position: absolute;
    left: -15px;
    bottom: 20px;
    transform-origin: right top;
    transform: rotate(31deg);
}

.info_message_black {
    /*background: #000;
    color: #FFF;
    line-height: 1.8em;
    width: 300px;
    padding: 20px;*/
    /*box-sizing: padding-box;
    font-size: 90%;
	margin-left: 45px;
	text-indent: -4.2em;
	padding-left: 4em;*/
	font-size: 16px;
}

.info_message_black::before {
	/*content: "就職先：";*/
}

.info_message_black::after {
    /*content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;*/
    /*margin-left: 47px;*/
    /*width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    z-index: 1;*/
}

.info_message_profile {
    /*position: absolute;*/
    top: 79px;
    left: -25px;
    width: 600px;
    padding: 40px 0;
    box-sizing: padding-box;
    background: #efefef;
	/*margin-top: -90px;*/
	height: 400px;
	box-sizing: border-box;
}

.message_name {
    font-weight: bold;
    font-size: 180%;
    display: block;
    margin-bottom: 25px;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	padding-left: 40px;
}

.message_profile {
	padding-left: 40px;
	font-size: 16px;
}

#ContentsArea.c .message_name {
	border-bottom: 2px solid #efa600;
}
#ContentsArea.f .message_name {
	border-bottom: 2px solid #1bb8ce;
}
#ContentsArea.e .message_name {
	border-bottom: 2px solid #009f5d;
}
#ContentsArea.s .message_name {
	border-bottom: 2px solid #ec6d74;
}


.font_50 {
    font-size: 50%;
}
.font_60 {
    font-size: 60%;
}
.font_70 {
    font-size: 70%;
}
.message_tit_l {
    font-size: 210%;
    margin-top: 20px;
    padding-bottom: 30px;
    line-height: 1.5;
	font-weight: bold;
	width: 1000px;
	margin: 0 auto;
}
.message_tit_l::after {
    border-bottom: 1px solid #000;
    content: "";
    width: 20px;
    display: block;
    height: 0;
    margin-top: 30px;
    line-height: 1.5;
}
.CaptionText {
    color: #888;
    margin-top: 10px;
    font-size: 80%;
	text-align: right;
}


.others_tit {
    font-size: 50px;
    font-family: HelveticaNeue-CondensedBold;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

ul.messageCommentList {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
}

.messageCommentList li {
  /*margin-right: 50px;*/
  margin-right: 25px;
  margin-bottom: 40px;
  width: 343px;;
	float: left;
}
	
.tit_message {
	display: block;
	margin: 10px;
	font-size: 15px;
}

.CatArea {
	margin: 20px auto 100px;
	width: 1000px;
}
	
.messageList::before {
    content:url(../img/message/list.gif);
    vertical-align: middle;
    padding-right: 13px;
}

.messageList {
    cursor: pointer;
    padding-left: 14px;
    border: 1px solid #d4d4d4;
    padding: 20px;
        padding-left: 20px;
    border-radius: 5px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}


#breadCrumb {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.messageContents {
  background: #eee url("../img/bg.jpg") 0 0 repeat-x;
}

.messageContentsInner {
  width: 930px;
  margin: 0 auto;
  min-width: 930px;
  padding-bottom: 35px;
}

.messageIndexTitle {
  margin-bottom: 23px;
  background: url("../img/index_main_visual.png") 0 0px no-repeat;
  width: 930px;
  height: 366px;
  text-indent: -9999px;
}

.messageNavBox {
  border: 1px solid #DDDDDD;
  padding: 20px 15px 15px;
  background-color: #fff;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 43px;
}

.messageNavTitle {
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  font-size: 16px;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
  font-weight: bold;
  color: #000;
  padding-bottom: 1px;
  margin-bottom: 26px;
  background: none;
}

.messageNavCategory,
.messageNavTags,
.messageNavBlog {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
.messageNavCategory li,
.messageNavTags li,
.messageNavBlog li {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 16px;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 6px;
  box-shadow: 0 0 2px #bbb;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.messageNavCategory li.is-active,
.messageNavTags li.is-active,
.messageNavBlog li.is-active {
  color: #fff;
}
.messageNavCategory li:first-child,
.messageNavTags li:first-child,
.messageNavBlog li:first-child {
  margin-left: 0px;
}
.messageNavCategory li:not([class*="is-active"]):hover,
.messageNavTags li:not([class*="is-active"]):hover,
.messageNavBlog li:not([class*="is-active"]):hover {
  box-shadow: 0 1px 4px #999;
  text-shadow: 0 0 0 transparent;
}
.messageNavCategory li:hover,
.messageNavTags li:hover,
.messageNavBlog li:hover {
  box-shadow: 0 0 3px #999;
}
.messageNavCategory li.is-disabled, .messageNavCategory li.is-disabled:hover,
.messageNavTags li.is-disabled,
.messageNavTags li.is-disabled:hover,
.messageNavBlog li.is-disabled,
.messageNavBlog li.is-disabled:hover {
  opacity: .2;
  cursor: auto;
  box-shadow: none;
}
.messageNavCategory li span,
.messageNavTags li span,
.messageNavBlog li span {
  background-color: #D90000;
  font-size: 11px;
  padding: 2px 4px;
  color: #fff;
  vertical-align: 1px;
}

.messageNavCategory li {
  width: 210px;
}

.cateOrange {
  border-color: #F37100;
  color: #F37100;
}
.cateOrange.is-active {
  background-color: #F37100;
}
.cateOrange:not([class*="is-active"]):hover {
  background-color: #ffddc0;
}

.catePurple {
  border-color: #570085;
  color: #570085;
}
.catePurple.is-active {
  background-color: #570085;
}
.catePurple:not([class*="is-active"]):hover {
  background-color: #efd2ff;
}

.cateGreen {
  border-color: #00B200;
  color: #00B200;
}
.cateGreen.is-active {
  background-color: #00B200;
}
.cateGreen:not([class*="is-active"]):hover {
  background-color: #e5ffe5;
}

.messageNavTags li,
.messageNavBlog li {
  border-color: #BBBBBB;
  color: #000;
  width: 70px;
  padding: 1px 5px;
}
.messageNavTags li.is-active,
.messageNavBlog li.is-active {
  border-color: #666666;
  background-color: #666666;
}
.messageNavTags li:first-child,
.messageNavBlog li:first-child {
  margin-left: 0;
}
.messageNavTags li:not([class*="is-active"]):hover,
.messageNavBlog li:not([class*="is-active"]):hover {
  background-color: #cccccc;
}
.messageNavTags #bukatsu,
.messageNavTags #rikejo,
.messageNavBlog #bukatsu,
.messageNavBlog #rikejo {


  width: 110px;
}

.messageNavBlog li {
  width: 104px;
}

.messageNavReset:hover {
  opacity: .7;
}

.messageCommentBox .is-on {
  display: block;
}

.messageCommentBox .is-off {
  display: none;
}

.messageCommentBox {
	margin-top: 30px;
}

/*.messageCommentList li {
  margin-right: 50px;
  margin-bottom: 40px;
  width: 343px;;
	float: left;
}

.messageCommentList li:nth-child(3n) {
	margin-right: 0;
}
*/
.messageCommentList li:hover {
}


.BoxYellow {
	background: #fff8e8;
	padding: 40px 50px;
	margin: 50px 0 ;
}

.BoxLine {
	border: 1px solid #cecece;
	padding: 40px 60px;
	margin: 50px 0 ;
}
.caption {
	color: #888888 ;
	font-size: 12px;
}

.PointFont {
	color: #000;
	font-size: 42px;
	margin: 10px 0 ;
	font-weight: bold;
}

.PointFont span {
	font-size: 22px;
}

ul.employment {
	display: flex;
	justify-content: space-between;
}
ul.employment li {	
}

.employment_tit_c {
	background: #efa600;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.employment_tit_e {
	background: #009f5d;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.employment_tit_f {
	background: #1bb8ce;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.employment_tit_s {
	background: #ec6d74;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

dl.Department_c dt { 
	font-size: 14px; 
	display: inline-block; 
	padding: 0 0 2px 0; 
	color: #efa600;
	
}

dl.Department_e dt { 
	font-size: 14px; 
	display: inline-block; 
	padding: 0 0 2px 0; 
	color: #009f5d;
	
}

dl.Department_f dt { 
	font-size: 14px; 
	display: inline-block; 
	padding: 0 0 2px 0; 
	color: #1bb8ce;
	
}

dl.Department_s dt { 
	font-size: 14px; 
	display: inline-block; 
	padding: 0 0 2px 0; 
	color: #ec6d74;
	
}

dl.Department_c dt,dl.Department_e dt,dl.Department_f dt,dl.Department_s dt {
    float: left;
}
dl.Department_c,dl:first-child.Department_e dt:first-child,dl.Department_f dt:first-child,dl.Department_s dt dt:first-child {
	margin-top: 0px; 
}
dl.Department_c dd,dl.Department_e dd,dl.Department_f dd,dl.Department_s dd { 
	font-size: 13px; 
	line-height: 26px; 
	margin-bottom: 10px;
	padding-left: 10px;
}



.Dormitory_tit {
	background: #ab4444;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.DormitoryList ul {
	display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}

.DormitoryContents ul {
	display: flex;
}

.DormitoryContents ul li {
	width: 320px;
	margin-right: 15px;
}

.DormitoryContents ul li p {
	margin-bottom: 50px;
}

.DormitoryContents ul li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 50px 75px;
	border: 1px solid #ccc;
}

dl.Dormitory_Details {
	color: #333;
	display: block;
	text-align: left;
}

dl.Dormitory_Details dt {
    float: left;
    width: 6em;
}

dl.Dormitory_Details dd {
    margin-left: 6em;
    zoom: 1;

}

/***********************************************

		Message - end -

**********************************************/

#IchounamikiQ label input[type="checkbox"] {
    position: initial !important;
    top: initial !important;
    left: initial !important;
    opacity: initial !important;
}

#Soudanent label input[type="checkbox"] {
    position: initial !important;
    top: initial !important;
    left: initial !important;
    opacity: initial !important;
}

.footerBG {
    position: relative;
}

.goTop {
    background: #FFF;
}

.globalfooter .goTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}



.globalfooter .FooterSitemap .goTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}


.FooterSitemapContents .goTop.fixed {
  position:absolute;
}

.matrix_List {
	display: flex;
	justify-content: space-between;
}


/***********************************************

		FOOTER SITE MAP  Pattern - Begins -

**********************************************/


/*.FooterSitemap {
    background: #f4f4f4;
    padding-top: 25px;
}

.FooterSitemap ul {
	margin-bottom: 30px;
}
*/
/*.FooterSitemapContents {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.FooterSitemap_col {
    width: 25%;
    float: left;
}
*/

.FooterSitemapContents {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.FooterSitemap_col {
    width: 30%;
    /* float: left; */
}
/*.FooterSitemap_col:last-child {
    width: auto;
}*/

.FooterSitemap_title {
    font-size: 16px;
    margin-bottom: 8px;
	border-bottom: 1px dotted #dd0808;
	width: 90%;
	padding-bottom: 5px;
	font-weight: bold;
}
.FooterSitemap_title a:link {color:#000;text-decoration: none;} /*未訪問のリンクの色*/
.FooterSitemap_title a:visited {color:#000;text-decoration: none;} /*訪問済みのリンクの色*/
.FooterSitemap_title a:hover {color:#e50012;text-decoration: none;} /*カーソルが乗っているリンクの色*/
.FooterSitemap_title a:active {color:#000;text-decoration: none;} /*クリック中のリンクの色*/

/***********************************************

		FOOTER SITE MAP  Pattern - End -

**********************************************/



/***********************************************

		FOOTER SITE MAP  Pattern2 - Begins -

**********************************************/


.FooterSitemap {
	background: url("../img/bg_footer.png") no-repeat center top;
    padding-top: 25px;
	position: relative;
}

.FooterSitemap ul {
	margin-bottom: 30px;
	margin-left: 10px;
}

/*.FooterSitemapContents {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.FooterSitemap_col {
    width: 25%;
    float: left;
}
*/

.FooterSitemapContents {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    display: flex !important;
}

.FooterSitemap_col {
    width: 30%;
    /* float: left; */
}
/*.FooterSitemap_col:last-child {
    width: auto;
}*/

.FooterSitemap_title {
    font-size: 16px;
    margin-bottom: 8px;
}

ul.arrows2 li {
  position: relative;
  font-size: 13px;
}
ul.arrows2 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #e50012;
  border-bottom: 1px solid #e50012 ;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.FooterSitemap_title a:link {color:#000;text-decoration: none;} /*未訪問のリンクの色*/
.FooterSitemap_title a:visited {color:#000;text-decoration: none;} /*訪問済みのリンクの色*/
.FooterSitemap_title a:hover {color:#e50012;text-decoration: none;} /*カーソルが乗っているリンクの色*/
.FooterSitemap_title a:active {color:#000;text-decoration: none;} /*クリック中のリンクの色*/

ul.arrows2 li a:link {color:#000;text-decoration: none;} /*未訪問のリンクの色*/
ul.arrows2 li a:visited {color:#000;text-decoration: none;} /*訪問済みのリンクの色*/
ul.arrows2 li a:hover {color:#000;text-decoration: none;} /*カーソルが乗っているリンクの色*/
ul.arrows2 li a:active {color:#000;text-decoration: none;} /*クリック中のリンクの色*/

.pagetop {
	position: fixed;
	right: 10px;
	margin-bottom: 10px;
	background: #FFF;
}

.FooterSitemap_title a {
	position: relative;
}

.FooterSitemap_title a::after {
    position: absolute;
    top: 0;
	/*right: -35px;*/
	right: -27px;
    font-weight: normal;
    content:url(../img/arrow06.png);
	padding: 2px 0;
}
/***********************************************

		FOOTER SITE MAP  Pattern2 - End -

**********************************************/

table.tableStyle_01 td:first-child {
    width: 210px;
}

table.tableStyle_02 td:nth-child(2) {
    width: 210px;
}

#Fukko .float-left p,#Fukko .float-right p {
	font-size: 13px !important;
}
#Fukko .tabular td {
	vertical-align: top !important;
}

table.supportTable_01 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #000 !important;
	color: #000;
} 

table.supportTable_01 th {
	background :#fce3cd !important;
	text-align: center !important;
}
	
table.supportTable_01 th:first-child,table.supportTable_02 th:first-child {
	width: initial !important;
}
table.supportTable_01  th:nth-child(3),table.supportTable_02  th:nth-child(3) {
	width: initial !important;
}
table.supportTable_01 td:first-child {
	background: #fffbf7 !important;
	
}

table.supportTable_01 td,table.supportTable_01 th {
	padding: 9px;
	vertical-align: middle;
	border-bottom: 1px solid #000 !important;
	border-right: 1px dotted #000 !important;
}



table.supportTable_02 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #000 !important;
	color: #000;
} 

table.supportTable_02 th {
	background :#ccd7e9 !important;
	text-align: center !important;
}

table.supportTable_02 td:first-child {
	background: #f7f6f2 !important;
	
}

table.supportTable_02 td,table.supportTable_02 th {
	padding: 9px;
	vertical-align: middle;
	border-bottom: 1px solid #000 !important;
	border-right: 1px dotted #000 !important;
}


.tit_support_S {
	background: #1d2088 ;
	color: #fff;
	font-weight: bold;
	padding: 7px;
	margin: 20px 0 17px;
	font-size: 16px;
}

.support_Box {
	background: #e8e9f3;
	padding: 50px;
}

.support_Box_02 {
	background: #fff;
	border-radius:15px;
	padding: 50px 50px 30px;
}

.TriangleTit {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	color: #1d2088;
	vertical-align: middle;
	text-decoration: none;
	font-size: 17px;
}

.TriangleTit::before {
    left: 4px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 11px solid transparent;
    border-left: 20px solid #1d2088;
}

.TriangleTit::before, .TriangleTit::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

ul.circleDouble li::before {
    content: "◎";
}

ul.circleDouble li {
    margin-bottom: 10px;
}

.SupportBtn_01 {
    display: block;
    padding: 15px 20px;
    border-radius: 9999px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    background-size: 8px 12px;
    background-repeat: no-repeat;
    max-width: 230px;
    min-width: 230px;
    background-color: #e60012;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    margin: 20px auto 90px;
}

.SupportBtn_02 {
    display: block;
    padding: 15px 20px;
    border-radius: 9999px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    background-size: 8px 12px;
    background-repeat: no-repeat;
    max-width: 230px;
    min-width: 230px;
    background-color: #1d2088;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    margin: 20px auto 90px;
}

.sp_none {
	display: none;
}

 .greeting_img {
    position: relative;
    margin-bottom: 40px;
}

.profile_box {
    background: rgba(255,255,255,0.7);
    width: 350px;
    height: 120px;
    padding: 27px 30px 20px;
    position: absolute;
    left: 420px;
    top: 250px;
    box-sizing: border-box;
}

.profile_tit {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px solid #e50012;
}

span.profile_date {
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    color: #888888;
}

span.subject {
    display: block;
    text-align: left;
    float: left;
}

.profile_h1 {
	position: relative;
	padding-bottom: 25px !important;
	/*border-bottom: 4px solid #ccc !important;*/
	font-size: 30px !important;
	text-align: left;
	line-height: 1.5 !important;
	color: #343434 !important;
}

.profile_h1::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #e50012 !important;
}

.AccordionTitle {
	font-weight: bold !important;
	font-size: 17px !important;
	padding: 15px !important;
	background: #fff !important;
	margin: auto;
	line-height: 50px;
	position: relative;
	display: block;
	border-radius: 8px;
	cursor: pointer;
	color: #333 !important;
	text-decoration: none;
	transition: all 0.5s;
	border: 3px solid #adadad !important;
}

.AccordionTitle::after {
    position: absolute;
    top: 22px;
	right: 16px;
    display: block;
content: '';
width: 8px;
height: 8px;
margin-top: -7px;
border-top: 2px solid #adadad;
border-right: 2px solid #adadad;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}





.language_menu{
    float: left;
	}
	.language_menu:before, .language_menu:after{
	  content: "";
	  display: table;
	}
	.language_menu:after{
	  clear: both;
	}
	.language_menu li{
	  position: relative;
	width: 89px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	.language_menu li a{
	  display: block;
	  margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	}
	.language_menu li ul{
	  list-style: none;
	  position: absolute;
	  z-index: 9999;
	  top: 100%;
	  left: 0;
	  margin: 1px 0 0;
		padding: 0 10px;
		background: #afafaf;
	}
	.language_menu li ul li{
	  width: 100%;
	}
	.language_menu li ul.language_sub li a{
	  padding: 10px 3px;
	  border-top: 1px solid #e5e5e5;
	  background: #afafaf;
	  text-align: center;
		font-size: 12px;
	}
.language_menu li ul.language_sub li a.firstEnglish {
	border-top: 0px solid #e5e5e5;
}
	.language_menu li:hover > a{
	  background: #afafaf;
	}
	.language_menu li a:hover{
	  background: #afafaf;
	}
#fade_in { position: relative; z-index: 5; }
#fade_in li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade_in li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}
	
	
.bge-contents .bgt-download-file__link {
 color:#333;
 text-align:left;
 font-size:1.08em;
 font-weight:bold;
 display:inline-block;
 padding:0.7em 1em;
 border-radius:5px;
 box-sizing:border-box;
 border:1px solid #ccc;
 border-radius:3px;
 background-color:#FFF;
 line-height:1
}
.bge-contents .bgt-download-file__link:link,
.bge-contents .bgt-download-file__link:visited {
 color:#333
}
.bge-contents .bgt-download-file__link:hover {
 text-decoration:none;
 background-color:#eee
}
.bge-contents .bgt-download-file__link:focus {
 box-shadow:0 0 5px 1px #0570C7;
 outline:none
}
.bge-contents .bgt-download-file__link.disabled {
 opacity:0.3
}
.bge-contents .bgt-download-file__link.disabled:hover,
.bge-contents .bgt-download-file__link.disabled:focus {
 box-shadow:inherit;
 background-color:inherit
}
	.bgt-link__size {
		font-size: 90%;
		font-weight: normal;
		color: #8a8a8a;
	}
	
	.bgb-download-file {
		text-align: left !important;
	}


}
































/* 600px〜1129px：タブレット */


@media screen and (min-width:600px) and (max-width:1129px) {
.SP_box {
		display: none;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
strong,
b {
  font-weight: bold;
}

#wrapper {
  *zoom: 1;
}
#wrapper:before {
  content: "";
  display: table;
}
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}
	
	#PC_menu {
		display: none;
	}
	.T_menu {
		/*display: none;*/
	}
/***************************/
	
	.globalHeader {
  width: 100%;
  position: relative;
}
	
.globalHeader .search {
    position: absolute;
    display: none;
    z-index: 200;
    width: 100%;
    padding: 15px 12px;
    background: #fbb2b8;
    box-sizing: border-box;
}

.globalHeader .gnav, .globalHeader .subnav {
  width: 100%;
}
.globalHeader .headertop {
  /*padding: 6px 10px 8px 10px;
  overflow: hidden;*/
}
.globalHeader .headertop .sitelogo {
  float: left;
  width: 115px;
  /*height: 31px;*/
	padding: 10px;
}
.globalHeader .headertop .sitelogo img {
  width: 180px;
  height: auto;
}
.globalHeader .headertop .pm-menu {
  float: right;
  /*padding-top: 4px;*/
  overflow: hidden;
}
.globalHeader .headertop .pm-menu li {
  float: left;
  width: 10vw;
  height: 62px;
  border-right: 1px solid #ccc;
  padding: 10px 2px;
	text-align: center;
}

.globalHeader .headertop .pm-menu li:first-child {
	border-left: 1px solid #ccc;
}
.globalHeader .headertop .pm-menu li a {
  display: block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  background-color: #dadada;
  border-radius: 2px;
  color: #83838f;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.globalHeader .headertop .pm-menu #pm-menu01 a {
  background: #fff url(../img/sp/header_sp05.png) no-repeat center 00px;
  /*background-size: 13px 17px;*/
  padding-top: 40px;
}
.globalHeader .headertop .pm-menu #pm-menu02 a {
  background: #fff url(../img/sp/header_sp06.png) no-repeat center 1px;
  /*background-size: 25px 17px;*/
  padding-top: 40px;
  color: #e50012 !important;
}
.globalHeader .headertop .pm-menu #pm-menu03 a {
  background: url(../img/sp/header_sp04.png) no-repeat center 1px;
  /*background-size: 20px 19px;*/
  padding-top: 40px;
  font-size: 70%;
}
.globalHeader .language_menu {
  position: absolute;
  display: none;
  z-index: 100;
  overflow: hidden;
  width: 100%;
}
.globalHeader .language_menu ul li {
  width: 33.3%;
  float: left;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  border-left: 1px solid #FFF;
}
.globalHeader .language_menu ul li a {
  width: 100%;
  display: block;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  background: #e7e7e7 url(../img/sp/arrow01.png) no-repeat 12px center;
  background-size: 12px 12px;
  padding-left: 30px;
  font-size: 17px;
  text-decoration: none;
  color: #000000;
  box-sizing: border-box;
}
.globalHeader .globalMenu {
  position: absolute;
  display: none;
  z-index: 100;
  overflow: hidden;
}
.globalHeader .globalMenu ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
}
.globalHeader .globalMenu ul li:nth-child(even) {
  border-left: 1px solid #FFF;
}
.globalHeader .globalMenu ul li a {
  width: 100%;
  display: block;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  /*background: #e50012;*/
  background-size: 12px 12px;
  padding-left: 80px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}
	
	.globalHeader .globalMenu ul li.Nav_daigaku {
		background: url("../img/img_menu_ico01.png") transparent no-repeat scroll 30px center / 30px auto;
		background-color: #e50012;
	}
	
	.globalHeader .globalMenu ul li.Nav_gakubu {
		background: url("../img/img_menu_ico02.png") transparent no-repeat scroll 30px center / 30px auto;
		background-color: #e50012;
	}
	
	.globalHeader .globalMenu ul li.Nav_nyugaku {
		background: url("../img/img_menu_ico03.png") transparent no-repeat scroll 30px center / 30px auto;
		background-color: #e50012;
	}
	
	.globalHeader .globalMenu ul li.Nav_gakusei {
		background: url("../img/img_menu_ico04.png") transparent no-repeat scroll 30px center / 30px auto;
		background-color: #e50012;
	}
	
	.globalHeader .globalMenu ul li.Nav_syusyoku {
		background: url("../img/img_menu_ico05.png") transparent no-repeat scroll 30px center / 30px auto;
		background-color: #e50012;
	}
	
	.globalHeader .globalMenu ul li.Nav_international {
		background: url("../img/img_menu_ico06.png") transparent no-repeat scroll 30px center / 30px auto;
		background-color: #e50012;
	}
	
	.globalHeader .globalMenu ul li.Nav_gakujutsu {
		background: url("../img/img_menu_ico07.png") transparent no-repeat scroll 30px center / 30px auto;
		background-color: #e50012;
	}
	
	.globalHeader .globalMenu ul li.Nav_community {
		background: url("../img/img_menu_ico08.png") transparent no-repeat scroll 30px center / 30px auto;
		background-color: #e50012;
	}
	
	.globalHeader .globalMenu ul li.Nav_contact,.globalHeader .globalMenu ul li.Nav_shiryo {
		width: 50% !important;
	}
	
	.globalHeader .globalMenu ul li.Nav_contact a,.globalHeader .globalMenu ul li.Nav_shiryo a {
		background: #e7e7e7 url(../img/arrow07.png) no-repeat 35px center;
		color: #fff !important;
		padding-left: 80px;
		background-color: #e50012;
	}
	
	.globalHeader ul#NavSub {
	}
	
	.globalHeader ul#NavSub li {
		width: 50%;
		border-bottom: 1px solid #d5dade;
		background-color: #f8faf9;
		position: relative;
	}
	
	.globalHeader ul#NavSub li:nth-child(2n) {
    	border-left: 1px solid #d5dade;
	}
	
	.globalHeader ul#NavSub li:after {
    	display: block;
    	content: '';
    	position: absolute;
    	top: 18px;
		left: 12px;
    	width: 6px;
    	height: 6px;
    	border-right: 1px solid #e50012;
    	border-bottom: 1px solid #e50012;
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	
	.globalHeader ul#NavSub li a {
		width: 100%;
		font-size: 14px;
		display: block;
		height: 50px;
		line-height: 45px;
		vertical-align: middle;
		color: #000 !important;
		padding-left: 30px !important;
	}
	
	.globalHeader .globalMenu ul .bdb-none {
  border-bottom: none;
}
.globalHeader .searchBox {
  position: absolute;
  display: none;
  z-index: 200;
  width: 100%;
  padding: 15px 12px;
  background: #fbb2b8;
  box-sizing: border-box;
}
.globalHeader .searchBox .inner {
  background: #FFF;
  padding: 3px;
}
.globalHeader .searchBox .inner .search {
  border: none;
  height: 25px;
  line-height: 25px;
  width: 88.5%;
  vertical-align: top;
}
.globalHeader .searchBox .inner .submit {
  background: #e50012 url(../img/sp/icon-searchbtn.png) no-repeat center center;
  background-size: 10px 14px;
  border: none;
  height: 25px;
  width: 10%;
  border-radius: 5px;
}
.globalHeader .is-open {
  display: block;
}
.globalHeader .gnav {
  background-color: #e50012;
  overflow: hidden;
  width: 100%;
}
.globalHeader .gnav ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 8px 0;
}
.globalHeader .gnav ul li {
  float: left;
  width: 24vw;
}
.globalHeader .gnav ul li a {
  display: block;
  height: 55px;
  line-height: 55px;
  text-indent: -9999px;
  width: 100%;
  font-size: 12px;
  color: #FFF;

  text-decoration: none;
  position: relative;
}
.globalHeader .gnav ul li a:before {
  content: '';
  display: block;
  background: #f0767f;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.globalHeader .gnav ul li:first-child a:before {
  display: none;
}
.globalHeader .gnav ul #gnav01 a {
  background: url(../img/sp/gnav01.png) no-repeat center top;
  background-size: 80px 55px;
}
.globalHeader .gnav ul #gnav02 a {
  background: url(../img/sp/gnav02.png) no-repeat center top;
  background-size: 80px 55px;
}
.globalHeader .gnav ul #gnav03 a {
  background: url(../img/sp/gnav03.png) no-repeat center top;
  background-size: 80px 55px;
}
.globalHeader .gnav ul #gnav04 a {
  background: url(../img/sp/gnav04.png) no-repeat center top;
  background-size: 80px 55px;
}
.globalHeader .homeNav {
  margin-bottom: 25px;
}
.globalHeader .homeNav ul {
  border: 2px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  overflow: hidden;
}
.globalHeader .homeNav ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #c3c3c3;
}
.globalHeader .homeNav ul li:nth-child(even) {
  border-left: 1px solid #c3c3c3;
  box-sizing: border-box;
}
.globalHeader .homeNav ul li a {
  width: 100%;
  display: block;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  background: url(../img/sp/arrow01.png) no-repeat 12px center;
  background-size: 12px 12px;
  padding-left: 30px;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box;
}

	
.sp-slides-container {
    position: relative;
    height: initial !important;
}
	
.sp-horizontal .sp-arrows {
    display: none;
}
	
	.sp-image-container img {
		width: 100% !important;
		height: auto !important;
	}

.IndexBigBanner {
	width: 100%;
}
	
li.IndexBannerS {
	margin-bottom: 20px;
	display: block;
	width: 48%;
}
	
li.IndexBannerS:nth-child(2n+1) {
    margin-right: 4%;
}
	
li.IndexBannerS img {
	width: 100%;
	height: auto;
}
	
/************* 新1号館 みらい *************/

	.firstLeft {
		margin-bottom: 40px;
	}
	.firstRight {
	}
	
	.tit_Future {
		font-weight: bold;
		font-size: 110%;
	}
	.firstContents {
		margin-bottom: 90px;
	}
	#StudentCommonsArea {
		position: relative;
		height: 1200px;
	}
	#StudentCommonsArea p {
		margin-top: 5px !important;
	}
	.Future_Point01 {
		position: absolute;
		top: -38px ;
		left: 5px;
	}
	.Future_Point01_Visual {
		position: absolute;
		top: 93px ;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 590px;
	}
	.Future_Point01_Image {
		position: absolute;
		top: 690px ;
		right: 0;
	}
	.Future_Point01_Image_1 {
		position: absolute;
		top: 650px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 383px;
	}
	.Future_Point01_Image_2 {
		position: absolute;
		top: 850px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 383px;
	}
	.Future_Point01_Tit {
		position: absolute;
		top: 2px ;
		left: 112px;
	}
	.Future_Point01_Text01 {
		position: absolute;
		top: 485px;
		left: 5px;
		width: 40vw;
		z-index: 100;
	}
	.Future_Point01_Text02 {
		position: absolute;
		top: 485px;
		right: 5px;
		width: 40vw;
	}
	.Future_Point01_Text03 {
		position: absolute;
		top: 1090px;
		left: 0px;
		width: 215px;
		z-index: 100;
	}
	
	#UniversalDesignArea {
		position: relative;
		height: 750px; 
	}
	#UniversalDesignArea p {
		margin-top: 5px !important;
	}
	.Future_Point02 {
		position: absolute;
		top: 40px ;
		left: 5px;
		z-index: 100;
	}
	.Future_Point02_Tit {
		position: absolute;
		top: 70px ;
		left: 116px;
		z-index: 100;
	}
	.Future_Point02_Visual {
		position: absolute;
		top: 158px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 590px;
	}
	.Future_Point02_Text01 {
		position: absolute;
		top: 550px;
		left: 5px;
		width: 40vw;
		z-index: 100;
	}
	.Future_Point02_Text02 {
		position: absolute;
		top: 550px;
		right: 5px;
		width: 40vw;
		z-index: 100;
	}
	.Future_Point02_Info {
		width: 258px;
		margin: 0 auto;
	}
	.Future_Point02_Info p {
		margin-top: 5px !important;
	}
	.Future_Point02_Info ul {
	}
	.Future_Point02_Info ul li {
		background: none !important;
		padding-left: 0 !important;
		width: 258px;
	}
	.Future_Point02_Info ul li img {
		margin-bottom: 20px;
	}
	
	#EducationalEnvironmentArea {
		position: relative;
		height: 900px; 
	}
	#EducationalEnvironmentArea p {
		margin-top: 5px !important;
	}
	
	.Future_Environment_Tit {
		position: absolute;
		top: 0;
		left: 5px;
	}
	.Future_Environment_Contents01 {
		position: absolute;
		top: 93px;
		left: 0px;
		width: 397px;
		z-index: 100;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.Future_Environment_Contents02 {
		position: absolute;
		top: 500px;
		left: 0px;
		width: 397px;
		z-index: 100;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.Future_Environment_Contents01 img,.Future_Environment_Contents02 img {
		margin-bottom: 10px;
	}
	
	#Future_FloorMap {
		background: url(/theme/kumagaku/img/gakusei/facility/future/bg_floor_map.jpg) no-repeat top center;
		height: 2136px;
		padding-top: 1260px;
	}
	.FutureConceptArea {
		width: 515px;
		margin: 0 auto;
	}
	#Future_FloorMap .tit_Future {
		color: #40575f;
		margin-bottom: 20px;
		font-weight: normal;
	}
	dl.FutureConcept_text dt {
    	position: relative;
		float: left;
		width: 90px;
		text-indent: 1em;
		font-size: 100%;
		color: #40575f;
	}
	dl.FutureConcept_text dd {
    	font-size: 100%;
		padding: 5px 0;
		color: #40575f;
		line-height: 1.5;
		margin-left: 135px;
	}
	dl.FutureConcept_text_in dt {
    	position: relative;
		float: left;
		width: 40px;
		text-indent: 1em;
		font-size: 100%;
		color: #40575f;
	}
	dl.FutureConcept_text_in dd {
    	font-size: 100%;
		padding: 0 0 5px;
		color: #40575f;
		line-height: 1.5;
		margin-left: 40px;
	}
	.Title_Link a {
		color: #343434;
	}

/************* 新1号館 みらい *************/
	
#TitleImgMain {
	width: 100% !important ;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    top: -20px;
    z-index: -100;
    clear: both;
}
	
#TitleImgMain .oc {
    margin-left: 0 !important;
}
	.scheduleWrap {
		overflow: hidden;
	}
	.scheduleImg {
		float: right;
		margin: 0 0 20px 20px;
	}
	.scheduleImg img {
		width: 330px;
		height: auto;
	}
	.scheduleMeta {
		margin-bottom: 30px;
	}
	.schedulePeriod {
		background-color: #F3F3F3;
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	.scheduleCategories {
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	
/***************************/
/* common
-------------------------*/
body {
  font-family: Helvetice, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-size: 14px;
  line-height: 1.7143em;
}

p {
  font-size: 14px;
  line-height: 1.7143em;
}

a:hover > img {
  opacity: 0.5;
}

img {
  vertical-align: bottom;
}


/*top
-------------------------------*/

.top0 {
  margin-top: 0;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.top70 {
  margin-top: 70px;
}

.top80 {
  margin-top: 80px;
}

.top90 {
  margin-top: 90px;
}

.top100 {
  margin-top: 100px;
}

.top110 {
  margin-top: 110px;
}

.top120 {
  margin-top: 120px;
}

.top130 {
  margin-top: 130px;
}

.top140 {
  margin-top: 140px;
}

.top150 {
  margin-top: 150px;
}

.top160 {
  margin-top: 160px;
}

.top170 {
  margin-top: 170px;
}

.top180 {
  margin-top: 180px;
}

.top190 {
  margin-top: 190px;
}

.top200 {
  margin-top: 200px;
}

/*bottom
-------------------------------*/
.bottom0 {
  margin-bottom: 0px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}
.bottom40 {
  margin-bottom: 40px;
}

.bottom50 {
  margin-bottom: 50px;
}

.bottom60 {
  margin-bottom: 60px;
}

.bottom70 {
  margin-bottom: 70px;
}

.bottom80 {
  margin-bottom: 80px;
}

.bottom90 {
  margin-bottom: 90px;
}

.bottom100 {
  margin-bottom: 100px;
}

.bottom110 {
  margin-bottom: 110px;
}

.bottom120 {
  margin-bottom: 120px;
}

.bottom130 {
  margin-bottom: 130px;
}

.bottom140 {
  margin-bottom: 140px;
}

.bottom150 {
  margin-bottom: 150px;
}

.bottom160 {
  margin-bottom: 160px;
}

.bottom170 {
  margin-bottom: 170px;
}

.bottom180 {
  margin-bottom: 180px;
}

.bottom190 {
  margin-bottom: 190px;
}

.bottom200 {
  margin-bottom: 200px;
}

/*right
-------------------------------*/

.right10 {
	margin-right:10px;
}

.right20 {
	margin-right:20px;
}

.right30 {
	margin-right:30px;
}

.right40 {
	margin-right:40px;
}

.right50 {
	margin-right:50px;
}

.right60 {
	margin-right:60px;
}

.right70 {
	margin-right:70px;
}

.right80 {
	margin-right:80px;
}

.right90 {
	margin-right:90px;
}

.right100 {
	margin-right:100px;
}

.right110 {
	margin-right:110px;
}

.right120 {
	margin-right:120px;
}

.right130 {
	margin-right:130px;
}


.right140 {
	margin-right:140px;
}

.right150 {
	margin-right:150px;
}

.right160 {
	margin-right:160px;
}

.right170 {
	margin-right:170px;
}

.right180 {
	margin-right:180px;
}

.right190 {
	margin-right:190px;
}

.right200 {
	margin-right:200px;
}

/*left
-------------------------------*/

.left10 {
	margin-left:10px;
}

.left20 {
	margin-left:20px;
}

.left30 {
	margin-left:30px;
}

.left40 {
	margin-left:40px;
}

.left50 {
	margin-left:50px;
}

.left60 {
	margin-left:60px;
}

.left70 {
	margin-left:70px;
}

.left80 {
	margin-left:80px;
}

.left90 {
	margin-left:90px;
}

.left100 {
	margin-left:100px;
}

.left110 {
	margin-left:110px;
}

.left120 {
	margin-left:120px;
}

.left130 {
	margin-left:130px;
}

.left140 {
	margin-left:140px;
}

.left150 {
	margin-left:150px;
}

.left160 {
	margin-left:160px;
}

.left170 {
	margin-left:170px;
}

.left180 {
	margin-left:180px;
}

.left190 {
	margin-left:190px;
}

.left200 {
	margin-left:200px;
}

.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.twoColumnLayout {
	display:flex;
}

/* width
-------------------------*/
.w50 {
	width: 50px;
}

.w100 {
	width: 100px;
}

.w123 {
	width: 123px;
}

.w130 {
	width: 130px;
}

.w137 {
	width: 137px;
}

.w150 {
	width: 150px;
}

.w180 {
	width: 180px;
}


.w200 {
	width: 200px;
}

.w210 {
	width: 210px;
}

.w230 {
	width: 230px;
}

.w250 {
	width: 250px;
}

.w280 {
	width: 280px;
}

.w300 {
	width: 300px;
}

.w310 {
	width: 310px;
}

.w320 {
	width: 320px;
}

.w330 {
	width: 330px;
}

.w340 {
	width: 340px;
}

.w350 {
	width: 350px;
}

.w360 {
	width: 360px;
}

.w370 {
	width: 370px;
}

.w380 {
	width: 380px;
}

.w390 {
	width: 390px;
}

.w400 {
	width: 400px;
}

.w410 {
	width: 410px;
}

.w420 {
	width: 420px;
}

.w430 {
	width: 430px;
}

.w440 {
	width: 440px;
}

.w450 {
	width: 450px;
}

.w470 {
	width: 470px;
}

.w480 {
	width: 480px;
}

.w490 {
	width: 490px;
}

.w500 {
	width: 500px;
}

.w510 {
	width: 510px;
}

.w520 {
	width: 520px;
}

.w530 {
	width: 530px;
}

.w540 {
	width: 540px;
}

.w550 {
	width: 550px;
}

.w560 {
	width: 560px;
}

.w570 {
	width: 570px;
}

.w580 {
	width: 580px;
}

.w590 {
	width: 590px;
}

.w600 {
	width: 600px;
}

.w610 {
	width: 610px;
}

.w620 {
	width: 620px;
}

.w630 {
	width: 630px;
}

.w640 {
	width: 640px;
}

.w650 {
	width: 650px;
}

.w660 {
	width: 660px;
}

.w670 {
	width: 670px;
}

.w680 {
	width: 680px;
}

.w690 {
	width: 690px;
}

.w700 {
	width: 700px;
}

.w725 {
	width: 725px;
}


.w1008 {
	width: 1008px;
}

/* font size
-------------------------*/

.font_250 {
	font-size:250%;
}

.font_240 {
	font-size:240%;
}

.font_230 {
	font-size:230%;
}

.font_220 {
	font-size:220%;
}

.font_210 {
	font-size:210%;
}

.font_200 {
	font-size:200%;
}

.font_190 {
	font-size:190%;
}

.font_180 {
	font-size:180%;
}

.font_170 {
	font-size:170%;
}

.font_160 {
	font-size:160%;
}

.font_150 {
	font-size:150%;
}

.font_140 {
	font-size:140%;
}

.font_130 {
	font-size:130%;
}

.font_120 {
	font-size:120%;
}

.font_110 {
	font-size:110%;
}

.font_100 {
	font-size:100%;
}

.font_90 {
	font-size:90%;
}

.font_80 {
	font-size:80%;
}

.font_70 {
	font-size:70%;
}

.font_60 {
	font-size:60%;
}

.font_50 {
	font-size:50%;
}

.font_40 {
	font-size:40%;
}

.font_30 {
	font-size:30%;
}

.p_bottom20 {
  padding-bottom: 20px;
}

.p_bottom25 {
  padding-bottom: 25px;
}

.p_bottom30 {
  padding-bottom: 30px;
}

.p_bottom35 {
  padding-bottom: 35px;
}

.p_bottom50 {
  padding-bottom: 50px;
}

/* #wrapper & common
-------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  box-sizing: border-box;
}

.postlink {
  float: right;
}
.postlink li {
  margin-left: 15px;
  float: left;
  padding-left: 20px;
}
.postlink li a {
  font-size: 13px;
  color: #000000;
}
.postlink .rss {
  background: url(../img/icon-rss.png) no-repeat 0 4px;
}

.postTitle {
  font-size: 12.7px;
  line-height: 19px;
  text-decoration: underline;
  color: #000000;
}
.postTitle a {
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.date {
  font-size: 11px;
  padding-left: 10px;
  margin-bottom: 5px;
}

/* header
-------------------------*/
.globalHeader {
  width: 100%;
  margin-bottom: 20px;
}
.globalHeader .headertop, .globalHeader .gnav, .globalHeader .subnav {
  width: 100%;
  margin: 0 auto;
}
.globalHeader .headertop {
  margin-top: 0;
  overflow: hidden;
  height: 82px;
}
.globalHeader .headertop .sitelogo {
  float: left;
}
.globalHeader .headertop .primaryArea {
  width: 375px;
  float: right;
}
.globalHeader .headertop .primaryArea .pm-wrap {
  /*overflow: hidden;*/
}
.globalHeader .headertop .primaryArea .pm-menu {
  float: left;
  width: 160px;
  overflow: hidden;
}
.globalHeader .headertop .primaryArea .pm-menu li {
  float: left;
}
.globalHeader .headertop .primaryArea .pm-menu li a {
  display: block;
  height: 19px;
  line-height: 19px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(../img/pm-menu.png);
}

.globalHeader .headertop .primaryArea .pm-menu li a:hover {
	opacity: .5;
}

.globalHeader .headertop .primaryArea .pm-menu #pm-menu01 {
  width: 92px;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu01 a {
  background-position: 0 0;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu02 {
  width: 67px;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu02 a {
  background-position: -92px 0;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu03 {
  width: 80px;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu03 a {
  background-position: -159px 0;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu04 {
  width: 70px;
}
.globalHeader .headertop .primaryArea .pm-menu #pm-menu04 a {
  background-position: -239px 0;
}
.globalHeader .headertop .primaryArea .pm-sns {
  float: left;
  margin-top: -5px;
  margin-right: 5px;
}
.globalHeader .headertop .primaryArea .pm-sns li {
  float: left;
  padding-left: 5px;
}
.globalHeader .headertop .primaryArea .search {
  margin-top: 5px;
}
.globalHeader .headertop .primaryArea .search .searchBox {
  float: left;
  padding-left: 30px;
  width: 270px;
  height: 25px;
  border: 1px solid #dbdbdb;
  background: url(../img/icon-search.png) 10px 6px no-repeat #efefef;
}
.globalHeader .headertop .primaryArea .search .submit {
  margin-left: 5px;
  margin-top: 1px;
  float: right;
  border: 0px;
  width: 53px;
  height: 26px;
  background: url(../img/btn-search.png) left top no-repeat;
  margin-right: 10px;
}
.globalHeader .gnav {
  background-color: #e50012;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
}
.globalHeader .gnav ul {
  width: 1131px;
  margin: 0 auto;
}
.globalHeader .gnav ul li {
  float: left;
}
.globalHeader .gnav ul li a {
  display: block;
  height: 70px;
  line-height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(../img/gnav.png);
  width: 150.25px;
}


.globalHeader .gnav ul #gnav01 a {
  background-position: 7vw 1vw;
}
.globalHeader .gnav ul #gnav02 a {
  background-position: 7vw 1vw;
}
.globalHeader .gnav ul #gnav03 a {
  background-position: 7vw 1vw;
}
.globalHeader .gnav ul #gnav04 a {
  background-position: 7vw 1vw;
}
.globalHeader .gnav ul #gnav05 a {
  background-position: -565px 0;
}
.globalHeader .gnav ul #gnav06 a {
  background-position: -706.25px 0;
}
.globalHeader .gnav ul #gnav07 a {
  background-position: -848.5px 0;
}
.globalHeader .gnav ul #gnav08 a {
  width: 142.25px;
  background-position: -988.75px 0;
}


.globalHeader .gnav ul li a:hover{
	text-decoration: none;  
	background-image: url(../img/gnav.png);
	background-repeat: no-repeat;   
}


.globalHeader .gnav ul #gnav01 a:hover,.globalHeader .gnav ul #gnav01 a.active { background-position: 7vw -70px; }   
.globalHeader .gnav ul #gnav02 a:hover,.globalHeader .gnav ul #gnav02 a.active { background-position: 7vw -70px; }  
.globalHeader .gnav ul #gnav03 a:hover,.globalHeader .gnav ul #gnav03 a.active { background-position: 7vw -70px; }  
.globalHeader .gnav ul #gnav04 a:hover,.globalHeader .gnav ul #gnav04 a.active { background-position: 7vw -70px; }  
.globalHeader .gnav ul #gnav05 a:hover,.globalHeader .gnav ul #gnav05 a.active { background-position: -565px -70px; }
.globalHeader .gnav ul #gnav06 a:hover,.globalHeader .gnav ul #gnav06 a.active { background-position: -706.25px -70px; }
.globalHeader .gnav ul #gnav07 a:hover,.globalHeader .gnav ul #gnav07 a.active { background-position: -848.5px -70px; }
.globalHeader .gnav ul #gnav08 a:hover,.globalHeader .gnav ul #gnav08 a.active { background-position: -988.75px -70px; }


/*.gnav ul li {
width: 141.25px;
background: url(../img/gnav_bg.png) right center no-repeat;
height: 70px;
}

.gnav ul li:last-child {
width: 142.25px;
}*/

.globalHeader .subnav {
  background-color: #efefef;
  overflow: hidden;
  width: 100%;
}
.globalHeader .subnav ul {
  width: 1131px;
  margin: 0 auto;
}
.globalHeader .subnav ul li {
  float: left;
}
.globalHeader .subnav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(../img/sub-gnav.png);
  width: 161.42px;
}
.globalHeader .subnav ul #subnav01 a {
  background-position: 0 0;
}
.globalHeader .subnav ul #subnav02 a {
  background-position: -162px 0;
}
.globalHeader .subnav ul #subnav03 a {
  background-position: -324px 0;
}
.globalHeader .subnav ul #subnav04 a {
  background-position: -485px 0;
}
.globalHeader .subnav ul #subnav05 a {
  background-position: -646px 0;
}
.globalHeader .subnav ul #subnav06 a {
  width: 160.42px;
  background-position: -808px 0;
}
.globalHeader .subnav ul #subnav07 a {
  width: 162.42px;
  background-position: -969px 0;
}

.globalHeader .subnav ul #subnav01 a:hover,.globalHeader .subnav ul #subnav01 a.active { background-position: 0 -52px; }   
.globalHeader .subnav ul #subnav02 a:hover,.globalHeader .subnav ul #subnav02 a.active { background-position: -162px -52px; }  
.globalHeader .subnav ul #subnav03 a:hover,.globalHeader .subnav ul #subnav03 a.active { background-position: -324px -52px; }  
.globalHeader .subnav ul #subnav04 a:hover,.globalHeader .subnav ul #subnav04 a.active { background-position: -485px -52px; }  
.globalHeader .subnav ul #subnav05 a:hover,.globalHeader .subnav ul #subnav05 a.active { background-position: -646px -52px; }
.globalHeader .subnav ul #subnav06 a:hover,.globalHeader .subnav ul #subnav06 a.active { background-position: -808px -52px; }
.globalHeader .subnav ul #subnav07 a:hover,.globalHeader .subnav ul #subnav07 a.active { background-position: -969px -52px; }

.homeHeader {
  position: relative;
  margin-bottom: 0;
}
.homeHeader .headertop {
  position: absolute;
  z-index: 1000;
  left: 50%;
  margin-left: -565px;
  height: 120px;
}
.headline {
  width: 85%;
  height: auto;
  z-index: 1000;
  margin: 0 auto;
  margin-bottom: -20px;
  margin-top: 20px;
  padding-bottom: 10px;
  border: 2px solid #ffeb3e;
}
.headline h3 {
  padding-left: 25px;
  line-height: 40px;
  color: #e50012;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffeb3e;
}
.headline h3 span {
    padding-left: 30px;
    background: transparent url("../img/icon-exclamation.png") no-repeat scroll left center;
}
.headline ul {
    width: 97%;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}
.headline ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.7143em;
  padding-left: 15px;
  background: url(../img/arrow02.png) no-repeat 0 5px;
  display: block;
}
.headline ul li a:hover {
    color: #888888;
    text-decoration: none;
}

.headline ul.onecol {
    width: 100%;
    float: none;
}

.badge {
  z-index: 1000;
  position: absolute;
  top: 26px;
  right: 50%;
  margin-right: -681px;
}

.badge a:hover > img {
  opacity: initial !important;
}
.homeHeader .gnav {
  margin-top: 0;
}

/* contents
-------------------------*/
.pagetitle {
  font-size: 30px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid #e50012;
  margin-bottom: 50px;
  font-weight: normal !important;
}
.pagetitle .en {
  font-size: 14px;
}
.pagetitle .en:before {
  content: '／';
  margin: 0px 5px;
  color: #e50012;
}

.bread-crumbs {
  font-size: 11px;
  width: 100%;
  overflow: hidden;
}
.bread-crumbs li:first-child:before {
  content: none;
  color: #595757;
}
.bread-crumbs li:before {
  margin: 0 10px;
  content: ">";
  color: #595757;
}
.bread-crumbs li {
  float: left;
  color: #595757;
}
.bread-crumbs li a {
  text-decoration: underline;
  color: #595757;
}

.arrow02 {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 7px;
}
.arrow02 a {
  padding: 0 10px;
  font-weight: bold;
  color: #000000;
}
.arrow02 a:before {
  content: url(../img/arrow02.png);
  margin-right: 3px;
}

#GlobalIndex ul ul li,
.arrows li {
  font-size: 13px;
}
#GlobalIndex ul ul li a,
.arrows li a {
  line-height: 1.7143em;
  display: block;
  padding-left: 15px;
  color: #000000;
  background: url(../img/arrow02.png) no-repeat 0 5px;
}
#GlobalIndex ul ul li a:hover,
.arrows li a:hover {
  text-decoration: underline;
}
	
#GlobalIndex ul li ul li {
	background: none !important;
}
	
	#GlobalIndex ul ul li ol {
		padding-left: 0 !important;
	}
	
	#GlobalIndex ul ul li ol li {
		padding-left: 20px;
	}
#GlobalIndex ul ul li ol li a {
  line-height: 1.7143em;
  display: block;
  padding-left: 15px;
  color: #000000;
  background: url(../img/hanyo_blt_gray_t.gif) left center no-repeat;
}

.red {
  color: #e50012;
}

#home {
  overflow: hidden;
}
#home .wrap {
  overflow: hidden;
  margin-top: 50px;
}
#home .news {
  width: 100%;
  /*float: left;*/
  position: relative;
  margin-bottom: 50px;
}
#home .news .tabMenu {
  position: absolute;
  right: 10px;
  top: 15px;
}
#home .news .tabMenu li {
  float: left;
  margin-left: 10px;
}
#home .news .tabMenu li a {
  display: block;
  width: 56px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
}
#home .news .tabMenu li a:hover {
  color: #FFF;
  background: #FFA0A0;
}
#home .news .tabMenu .current a {
  color: #FFF;
  background: #FFA0A0;
}
#home .news .newsList {
  overflow: hidden;
  margin-left: -10px;
}
#home .news .newsList li {
  border: solid 6px #ffa0a0;
  width: calc(33% - 22px);
  height: 33vw;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
#home .news .newsList li .postTitle {
  padding: 0 20px;
  height: 40px;
  overflow: hidden;
}
#home .news .newsList li .date {
  padding: 0 20px;
}
	
#home .news .newsList li .imageWrap {
  width: 22vw;
  height: 18vw;
  margin: 0 auto;
  position: relative;
  margin-top: 25px;
}
#home .news .newsList li .imageWrap a {
  width: 23vw;
  height: 18vw;
  display: block;
  overflow: hidden;
}
#home .news .newsList li .imageWrap a img.img-eye-catch {
  width: 22vw;
  height: 15vw;
}
#home .news .newsList li .imageWrap .cat {
  position: absolute;
  top: -25px;
  right: -22px;
}
#home .news .postlink .list {
  background: url(../img/icon-list01.png) no-repeat 0 4px;
}
#home .event {
  /*width: 275px;
  float: right;*/
}
#home .event .eventList {
  border: solid 6px #92c7f0;
  overflow: hidden;
}
#home .event .eventList li {
  margin: 18px 20px 15px 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #92c7f0;
}
#home .event .eventList li .postTitle {
  margin: 0;
  padding-bottom: 5px;
}
#home .event .eventList li .date {
  margin-top: 2px;
  padding-left: 0;
}
#home .event .eventList li:last-child {
  border-bottom: none;
}
#home .event .postlink .list {
  background: url(../img/icon-list02.png) no-repeat 0 4px;
}
#home .special01 {
  /*width: 50%;
  float: left;*/
  width: 570px;
  margin: 0 auto;
}
#home .special01 .list-type-A {
  margin-left: -40px;
}
#home .special01 .list-type-A li {
  line-height: 70px;
  margin-left: 40px;
  margin-bottom: 25px;
  width: 255px;
  height: 70px;
  float: left;
}
#home .special01 .list-type-A li .postTitle {
  float: left;
  font-weight: bold;
  line-height: 70px;
  vertical-align: middle;
  padding-left: 21px;
  background: url(../img/arrow01.png) no-repeat 0 27px;
}
#home .special01 .list-type-A li img {
  float: right;
}
#home .special02 {
  /*overflow: hidden;
  width: 50%;
  float: right;*/
  width: 570px;
  margin: 0 auto;
}
#home .special02 .list-type-B {
  margin-left: -10px;
}
#home .special02 .list-type-B li {
  border: 1px solid #eaeaea;
  float: left;
  margin-left: 9px;
}

.menuWrap {
  width: 100%;
  border-top: solid 1px #e6e6e6;
  overflow: hidden;
}
.menuWrap .menu {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.menuWrap .menu td {
  border-left: solid 1px #e6e6e6;
  text-align: center;
  float: left;
  width: 48%;
	margin: 10px 0;
}
.menuWrap .menu td p {
  font-size: 11px;
}
.menuWrap .menu td:first-child {
  border-left: none;
}

a {
  text-decoration: none;
}

/* sideNav
-------------------------*/
/* footer
-------------------------*/
.rotationTop {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background-color: #ebebeb;
}
.rotationTop .rotationWrap {
  position: relative;
  width: 1110px;
  margin: 0 auto;
}
.rotationTop .rotationWrap .arrowPrev {
  display: none !important;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -20px;
}
.rotationTop .rotationWrap .arrowNext {
  display: none !important;
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -20px;
}
.rotationTop .rotation {
  overflow: hidden;
  width: 1110px;
  margin-left: -20px;
}
.rotationTop .rotation div, .rotationTop .rotation .rotationBox {
  float: left;
}
.rotationTop .rotation .rotationBox {
  height: 236px;
  margin: 0 10px;
  width: 210px;
  background-color: #ffffff;
}
.rotationTop .rotation .rotationBox .postTitle {
  padding: 10px 20px;
  font-weight: bold;
}
.rotationTop .rotation .rotationBox .postTitle a {
  color: #808080;
  font-size: 90%;
}
.rotationTop .rotation .rotationBox p {
  font-size: 11px;
  color: #808080;
  padding: 0 20px;
}

.rotationBottom {
  width: 100%;
  overflow: hidden;
  background-color: #fbb2b8;
}
.rotationBottom .container {
  overflow: hidden;
  width: 600px;
  margin: 30px auto;
}
	
.rotationBottom .container .left,.rotationBottom .container .right {
	float: initial !important;
	}
	.rotationBottom .container .left img {
		margin-bottom: 20px;
	}

.globalfooter {
  width: 100%;
}
.globalfooter .footertop, .globalfooter .footerbottom {
  width: 600px;
  margin: 0 auto;
}
.globalfooter .wrap {
  float: left;
  padding-top: 25px;
}
.globalfooter .footertop {
  height: 80px;
  overflow: hidden;
}
.globalfooter .footertop .footernav {
  overflow: hidden;
}
.globalfooter .footertop .footernav li {
  margin-left: 25px;
  float: left;
  text-decoration: none;
  font-size: 13px;
  background: url(../img/arrow03.png) no-repeat 0 center;
  padding-left: 15px;
}
.globalfooter .footertop .footernav li:first-child {
  margin-left: 0;
}
.globalfooter .footertop .footerSubnav {
  overflow: hidden;
  padding-top: 2px;
}
.globalfooter .footertop .footerSubnav li {
  float: left;
}
.globalfooter .footertop .footerSubnav li a {
  border-left: solid 1px #000000;
  text-decoration: underline;
  color: #e50012;
  font-size: 11px;
  padding: 0 9.5px;
}
.globalfooter .footertop .footerSubnav li:first-child a {
  padding-left: 0;
  border-left: none;
}
.globalfooter .footertop .goTop {
  float: right;
  /*padding-top: 10px;*/
}
.globalfooter .FooterSitemapContents .goTop {
  float: right;
  /*padding-top: 10px;*/
}
.globalfooter .footerbottom {
  width: 100%;
  background-color: #e50012;
  height: auto;
}
.globalfooter .footerbottom .footerbottomWrap {
  width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}
.globalfooter .footerbottom .footerbottomWrap .footerlogo {
  float: left;
}
.globalfooter .footerbottom .footerbottomWrap .text {
  float: left;
  padding-left: 40px;
  color: #ffffff;
}
.globalfooter .footerbottom .footerbottomWrap .text p {
  font-size: 11px;
}
.globalfooter .footerbottom .footerbottomWrap .snsbtn {
  margin: 15px;
  display: inline-block;
}
.globalfooter .footerbottom .footerbottomWrap .snsbtn li {
  float: left;
  padding-left: 5px;
}
.globalfooter .footerLink,
.globalfooter .footerLink a {
    font-size: 12px;
    color: #ffffff;
}
.globalfooter .footerLink {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}
.globalfooter .footerLink .bcLogo {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 98px;
}


.globalfooter .footerLink ul {
	display: flex;	
}
	
.globalfooter .footerLink ul li {
	position: relative;
	margin: 0 10px;
	padding-left: 5px;
}
	
.globalfooter .footerLink ul li:after {
	 display: block;
  	content: '';
  	position: absolute;
  	top: 8px;
  	left: -1em;
  	width: 6px;
  	height: 6px;
  	border-right: 2px solid #fff;
  	border-bottom: 2px solid #fff;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
}
	
.globalfooter .footerLink ul li a {
	transition: color .3s;
	font-size: 13px;
}
	
.globalfooter .footerLink ul li a:link {color: #fff;}
.globalfooter .footerLink ul li a:visited {color: #fff;}
.globalfooter .footerLink ul li a:hover {color: #ff9090;}
.globalfooter .footerLink ul li a:active {color: #fff;}
	

/* ここから各html*/

.table_b_line {
	border-bottom: 4px solid #d4dbde !important;
}

.table-type-A {
  width: 830px;
  border-collapse: collapse;
}
.table-type-A th, .table-type-A td {
  height: 50px;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
  border: 1px solid #d4dbde;
}
.table-type-A th:first-child {
  width: 27%;
}
.table-type-A th:nth-child(3) {
  width: 27%;
}
.table-type-A th {
  background-color: #efefef;
  font-weight: bold;
}

.tabular {
  width: 830px;
  border-collapse: collapse;
}
.tabular th, .tabular td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular th {
	text-align: center;
}
.tabular th:first-child {
  width: 27%;
}
.tabular th:nth-child(3) {
  width: 27%;
}
.tabular th {
  background-color: #efefef;
  font-weight: bold;
}
	
.bge-contents .bgt-download-file__link {
 color:#333;
 text-align:left;
 font-size:1.08em;
 font-weight:bold;
 display:inline-block;
 padding:0.7em 1em;
 border-radius:5px;
 box-sizing:border-box;
 border:1px solid #ccc;
 border-radius:3px;
 background-color:#FFF;
 line-height:1
}
.bge-contents .bgt-download-file__link:link,
.bge-contents .bgt-download-file__link:visited {
 color:#333
}
.bge-contents .bgt-download-file__link:hover {
 text-decoration:none;
 background-color:#eee
}
.bge-contents .bgt-download-file__link:focus {
 box-shadow:0 0 5px 1px #0570C7;
 outline:none
}
.bge-contents .bgt-download-file__link.disabled {
 opacity:0.3
}
.bge-contents .bgt-download-file__link.disabled:hover,
.bge-contents .bgt-download-file__link.disabled:focus {
 box-shadow:inherit;
 background-color:inherit
}
.bgt-link__size {
	font-size: 90%;
	font-weight: normal;
	color: #8a8a8a;
}
	.bgb-download-file {
		text-align: left !important;
	}
	

	
	#message-movie .section {
		/*text-align: center;*/
		
	}
	#message-movie .section img {
		/*width: 600px;
		height: auto;*/
	}
	
.scheduleWrap {
		overflow: hidden;
	}
	.scheduleImg {
		float: right;
		margin: 0 0 20px 20px;
	}
	.scheduleImg img {
		width: 330px;
		height: auto;
	}
	.scheduleMeta {
		margin-bottom: 30px;
	}
	.schedulePeriod {
		background-color: #F3F3F3;
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	.scheduleCategories {
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	
	
	
	.EventCalender {
		color:#fff;
		cursor: pointer;
		text-decoration: none;
		font-weight: bold;
		padding: 15px 20px;
		font-size: 18px;
		white-space: pre-wrap;
		margin: 5px 0 0;
	}
	
	.EventCalender span {
		margin-left: 15px;
		font-size: 85%;
		color: #fff;
		font-family: 'Dancing Script', ;
	}
	.Jan {
		background: #e83828;
		border-top: 1px solid #a71d10;
		border-bottom: 1px solid #a71d10;
	}
	.Feb {
		background: #d9cf02;
		border-top: 1px solid #918a00;
		border-bottom: 1px solid #918a00;
	}
	.Mar {
		background: #a40b5d;
		border-top: 1px solid #690038;
		border-bottom: 1px solid #690038;
	}
	.Apr {
		background: #ec7276;
		border-top: 1px solid #b95f62;
		border-bottom: 1px solid #b95f62;
	}
	.May {
		background: #f7af3f;
		border-top: 1px solid #ee9100;
		border-bottom: 1px solid #ee9100;
	}
	.Jun {
		background: #8fc31f;
		border-top: 1px solid #6fa200;
		border-bottom: 1px solid #6fa200;
	}
	.Jul {
		background: #00a29a;
		border-top: 1px solid #00716b;
		border-bottom: 1px solid #00716b;
	}
	.Aug {
		background: #172a88;
		border-top: 1px solid #00105f;
		border-bottom: 1px solid #00105f;
	}
	.Sep {
		background: #00913a;
		border-top: 1px solid #006a2a;
		border-bottom: 1px solid #006a2a;
	}
	.Oct {
		background: #cf7124;
		border-top: 1px solid #904100;
		border-bottom: 1px solid #904100;
	}
	.Nov {
		background: #24688d;
		border-top: 1px solid #00466c;
		border-bottom: 1px solid #00466c;
	}
	.Dec {
		background: #b5a775;
		border-top: 1px solid #786933;
		border-bottom: 1px solid #786933;
	}
	
	.EventCalender .a_contents {
		padding: 0 !important;
	}
	
	.Schedule_wrap_01 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_01:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #e83828;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_02 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_02:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #d9cf02;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_03 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_03:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #a40b5d;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_04 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_04:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #ec7276;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_05 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_05:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #f7af3f;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_06 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_06:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #8fc31f;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_07 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_07:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #00a29a;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_08 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_08:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #172a88;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_09 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_09:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #00913a;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_10 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_10:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #cf7124;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_11 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_11:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #24688d;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_12 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_12:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #b5a775;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_img {
    	float: right;
    	width: 300px;
    	margin: 0 0 0 50px;
	}
	ul.Schedule_list_04 {
		
	}
	
	ul.Schedule_list_01 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_01 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #e83828;
	}
	
	ul.Schedule_list_02 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_02 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #d9cf02;
	}
	
	ul.Schedule_list_03 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_03 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #a40b5d;
	}
	
	ul.Schedule_list_04 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_04 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #ec7276;
	}
	
	ul.Schedule_list_05 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_05 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #f7af3f;
	}
	
	ul.Schedule_list_06 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_06 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #8fc31f;
	}
	
	ul.Schedule_list_07 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_07 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #00a29a;
	}
	
	ul.Schedule_list_08 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_08 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #172a88;
	}
	
	ul.Schedule_list_09 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_09 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #00913a;
	}
	
	ul.Schedule_list_10 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_10 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #cf7124;
	}
	
	ul.Schedule_list_11 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_11 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #24688d;
	}
	
	ul.Schedule_list_12 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_12 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #b5a775;
	}
	
	.ScheduleBox01 {
		border: 3px solid #e83828;
		padding: 15px;
	}
	.ScheduleBox02 {
		border: 3px solid #d9cf02;
		padding: 15px;
	}
	.ScheduleBox03 {
		border: 3px solid #a40b5d;
		padding: 15px;
	}
	.ScheduleBox04 {
		border: 3px solid #ec7276;
		padding: 15px;
	}
	.ScheduleBox05 {
		border: 3px solid #f7af3f;
		padding: 15px;
	}
	.ScheduleBox06 {
		border: 3px solid #8fc31f;
		padding: 15px;
	}
	.ScheduleBox07 {
		border: 3px solid #00a29a;
		padding: 15px;
	}
	.ScheduleBox08 {
		border: 3px solid #172a88;
		padding: 15px;
	}
	.ScheduleBox09 {
		border: 3px solid #00913a;
		padding: 15px;
	}
	.ScheduleBox10 {
		border: 3px solid #cf7124;
		padding: 15px;
	}
	.ScheduleBox11 {
		border: 3px solid #24688d;
		padding: 15px;
	}
	.ScheduleBox12 {
		border: 3px solid #b5a775;
		padding: 15px;
	}
	
	.ScheduleBox .a_item_N {
		padding: 0  !important;
		background: none !important;
		text-decoration: none !important;
	}
	
	.ScheduleBox .a_contents{
		display:none;
		padding:10px;
	}
	
	.ScheduleContents {
	}

	.ScheduleImage {
		margin-bottom: 20px;
	}
	
	.ScheduleText {
	}
	
	.ScheduleText h4 {
		color: #ec7276 !important;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ec7276;
		background: none !important;
	}

.scheduleWrap {
		overflow: hidden;
	}
	.scheduleImg {
		float: right;
		margin: 0 0 20px 20px;
	}
	.scheduleImg img {
		width: 330px;
		height: auto;
	}
	.scheduleMeta {
		margin-bottom: 30px;
	}
	.schedulePeriod {
		background-color: #F3F3F3;
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	.scheduleCategories {
		color: #999;
		font-size: 0.85em;
		padding: 5px 10px 5px 0;
		text-align: right;
	}
	
	
	
	.EventCalender {
		color:#fff;
		cursor: pointer;
		text-decoration: none;
		font-weight: bold;
		padding: 15px 20px;
		font-size: 18px;
		white-space: pre-wrap;
		margin: 5px 0 0;
	}
	
	.EventCalender span {
		margin-left: 15px;
		font-size: 85%;
		color: #fff;
		font-family: 'Dancing Script', ;
	}
	.Jan {
		background: #e83828;
		border-top: 1px solid #a71d10;
		border-bottom: 1px solid #a71d10;
	}
	.Feb {
		background: #d9cf02;
		border-top: 1px solid #918a00;
		border-bottom: 1px solid #918a00;
	}
	.Mar {
		background: #a40b5d;
		border-top: 1px solid #690038;
		border-bottom: 1px solid #690038;
	}
	.Apr {
		background: #ec7276;
		border-top: 1px solid #b95f62;
		border-bottom: 1px solid #b95f62;
	}
	.May {
		background: #f7af3f;
		border-top: 1px solid #ee9100;
		border-bottom: 1px solid #ee9100;
	}
	.Jun {
		background: #8fc31f;
		border-top: 1px solid #6fa200;
		border-bottom: 1px solid #6fa200;
	}
	.Jul {
		background: #00a29a;
		border-top: 1px solid #00716b;
		border-bottom: 1px solid #00716b;
	}
	.Aug {
		background: #172a88;
		border-top: 1px solid #00105f;
		border-bottom: 1px solid #00105f;
	}
	.Sep {
		background: #00913a;
		border-top: 1px solid #006a2a;
		border-bottom: 1px solid #006a2a;
	}
	.Oct {
		background: #cf7124;
		border-top: 1px solid #904100;
		border-bottom: 1px solid #904100;
	}
	.Nov {
		background: #24688d;
		border-top: 1px solid #00466c;
		border-bottom: 1px solid #00466c;
	}
	.Dec {
		background: #b5a775;
		border-top: 1px solid #786933;
		border-bottom: 1px solid #786933;
	}
	
	.EventCalender .a_contents {
		padding: 0 !important;
	}
	
	.Schedule_wrap_01 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_01:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #e83828;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_02 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_02:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #d9cf02;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_03 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_03:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #a40b5d;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	
	.Schedule_wrap_04 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_04:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #ec7276;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_05 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_05:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #f7af3f;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_06 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_06:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #8fc31f;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_07 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_07:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #00a29a;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_08 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_08:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #172a88;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_09 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_09:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #00913a;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_10 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_10:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #cf7124;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_11 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_11:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #24688d;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_12 {
		padding: 35px 0 35px 115px;
		position: relative;
	}
	.Schedule_wrap_12:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 59px;
    	z-index: 9;
    	width: 2px;
    	height: 100%;
    	border-left: 2px dotted #b5a775;
    	box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}
	.Schedule_wrap_img {
    	float: right;
    	width: 300px;
    	margin: 0 0 0 50px;
	}
	ul.Schedule_list_04 {
		
	}
	
	ul.Schedule_list_01 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_01 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #e83828;
	}
	
	ul.Schedule_list_02 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_02 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #d9cf02;
	}
	
	ul.Schedule_list_03 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_03 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #a40b5d;
	}
	
	ul.Schedule_list_04 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_04 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #ec7276;
	}
	
	ul.Schedule_list_05 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	ul.Schedule_list_05 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #f7af3f;
	}
	
	ul.Schedule_list_06 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_06 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #8fc31f;
	}
	
	ul.Schedule_list_07 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_07 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #00a29a;
	}
	
	ul.Schedule_list_08 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_08 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #172a88;
	}
	
	ul.Schedule_list_09 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_09 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #00913a;
	}
	
	ul.Schedule_list_10 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_10 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #cf7124;
	}
	
	ul.Schedule_list_11 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_11 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #24688d;
	}
	
	ul.Schedule_list_12 li {
		position:relative;
		padding-left:20px;
		background: none;
		font-size: 16px;
		font-weight: 600;
	}
	
	ul.Schedule_list_12 li:before{
		content:''; 
		display:block; 
		position:absolute; 
		top:3px; 
		left:2px; 
		height:0; 
		width:0; 
		border-top: 6px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 9px solid #b5a775;
	}
	
	.ScheduleBox {
		border: 3px solid #ec7276;
		padding: 15px;
	}
	
	.ScheduleBox .a_item_N {
		padding: 0  !important;
		background: none !important;
		text-decoration: none !important;
	}
	
	.ScheduleBox .a_contents{
		display:none;
		padding:10px;
	}
	
	.ScheduleContents {
		margin-bottom: 40px;
	}
	
	.ScheduleText h4 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
		padding-bottom: 10px;
		background: none !important;
	}
	
	.ScheduleBox01 .ScheduleText h4 {
		color: #e83828 !important;
		border-bottom: 1px solid #e83828;
	}
	.ScheduleBox02 .ScheduleText h4 {
		color: #d9cf02 !important;
		border-bottom: 1px solid #d9cf02;
	}
	.ScheduleBox03 .ScheduleText h4 {
		color: #a40b5d !important;
		border-bottom: 1px solid #a40b5d;
	}
	.ScheduleBox04 .ScheduleText h4 {
		color: #ec7276 !important;
		border-bottom: 1px solid #ec7276;
	}
	.ScheduleBox05 .ScheduleText h4 {
		color: #f7af3f !important;
		border-bottom: 1px solid #f7af3f;
	}
	.ScheduleBox06 .ScheduleText h4 {
		color: #8fc31f !important;
		border-bottom: 1px solid #8fc31f;
	}
	.ScheduleBox07 .ScheduleText h4 {
		color: #00a29a !important;
		border-bottom: 1px solid #00a29a;
	}
	.ScheduleBox08 .ScheduleText h4 {
		color: #172a88 !important;
		border-bottom: 1px solid #172a88;
	}
	.ScheduleBox09 .ScheduleText h4 {
		color: #00913a !important;
		border-bottom: 1px solid #00913a;
	}
	.ScheduleBox10 .ScheduleText h4 {
		color: #cf7124 !important;
		border-bottom: 1px solid #cf7124;
	}
	.ScheduleBox11 .ScheduleText h4 {
		color: #24688d !important;
		border-bottom: 1px solid #24688d;
	}
	.ScheduleBox12 .ScheduleText h4 {
		color: #b5a775 !important;
		border-bottom: 1px solid #b5a775;
	}
	
	.ScheduleImage_Mattrix {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.ScheduleImage_Mattrix img {
		margin: 10px;
	}
	
	.GraduationAlbum {
	} 
	
	.GraduationAlbum .bgb-image1 {
		margin: 0 20px 1.5em 0;
		width: 30%;
		float: left;
	} 
	
	.GraduationAlbum .bgt-image-container {
		width: 100%;
	}
	
	.GraduationAlbum .bgb-image1:nth-child(3n+1) {
		margin-right: 0 !important;
	}
	
	.GraduationAlbum .bgt-image__link .bgt-link__box, .bgt-trimmed-image__link .bgt-link__box {
		margin: 0;
	}
	
	.GraduationAlbum .bgt-image__link .bgt-box__image-container img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		width: 240px;
		height: 195px;
		background-size: cover;
		object-fit: cover;
	}
	
	.GraduationAlbum .bgt-box__image-container {
  		width: 100%;
  		overflow: hidden;
  		background-position: center center;
  		background-repeat: no-repeat;
  		background-size: cover;
	}
	
	.GraduationAlbum　h4 {
		font-size: 16px !important;
		font-weight: bold !important;
	}
	
	.EmergencyBox {
		border: 4px solid #058601;
		padding: 10px;
		text-align: center;
		background: #e8ffe8;
  		margin: 15px auto;
		box-sizing: border-box;
		width: 85%;
  		height: auto;
	}
	.EmergencyBox a {
		font-size: 20px;
		color: #058601;
		line-height: 1.5;
	}
	.EmergencyBox a span {
		display: block;
		font-size: 80%;
	}
	
	.ButtonStyle_02 {
  		display: block;
  		width: 350px;
  		height: 54px;
  		text-align: center;
  		text-decoration: none;
  		line-height: 54px;
  		outline: none;
		margin: 0 auto;
	}
	a.ButtonStyle_02:link {
		color: #fff;
		text-decoration: none;
	}
	
	.ButtonStyle_02::before,
	.ButtonStyle_02::after {
  		position: absolute;
  		z-index: -1;
  		display: block;
  		content: '';
}
	.ButtonStyle_02,
	.ButtonStyle_02::before,
	.ButtonStyle_02::after {
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  		-webkit-transition: all .3s;
  		transition: all .3s;
	}
	
	.ButtonStyle_02 {
  		position: relative;
  		z-index: 2;
  		background-color: #e50012;
  		border: 2px solid #e50012;
  		color: #fff;
  		line-height: 50px;
	}
	
	.ButtonStyle_02:hover {
  		background-color: #fff;
  		border-color: #e50012;
  		color: #e50012 !important;
	}
	
	.ButtonStyle_02::before,
	.ButtonStyle_02::after {
  		top: 0;
  		width: 50%;
  		height: 100%;
  		background-color: #e50012;
	}
	
	.ButtonStyle_02::before {
  		right: 0;
	}
	.ButtonStyle_02::after {
  		left: 0;
	}
	.ButtonStyle_02:hover::before,
	.ButtonStyle_02:hover::after {
  		width: 0;
  		background-color: #e50012;
	}
	table.supportTable_01 th:first-child,table.supportTable_02 th:first-child {
		width: initial !important;
	}
	table.supportTable_01  th:nth-child(3),table.supportTable_02  th:nth-child(3) {
		width: initial !important;
	}

	
.FlowList {
    list-style-type: none;
}
	
.FlowList li {
    position: relative;
    padding: 25px 0 20px 35px;
	list-style-type: none !important;
}

.FlowList li::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 6px solid #fe0129;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
	
.FlowList li::after {
    content: '';
    position: absolute;
    top: 49px;
    left: 12px;
    width: 4px;
    height: calc(100% - 19px);
    background: #fe0129;
}

.FlowList li:last-child::after {
    content: none;
}
	
.FlowContents {
	padding-left: 40px;
}
	
.StepNumber {
	font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
	font-style: italic;
	position: relative;	
	color:#8d8d8d;
	font-size: 26px !important;
	padding-left: 40px;
	font-weight: 300;
	margin-top: 5px !important;
}
	
.StepNumber span {
	margin-left: 15px;
	color: #909090;
	font-style: italic;
	font-size: 85%;
}

.StepNumber::before {
    content: " ";
    font-weight: bold;
    color: #8d8d8d;
    position: absolute;
    background: #8d8d8d;
    width: 30px;
    height: 1px;
    top: 40%;
    left: 0;
}
	
.FlowList li .FlowListContents {
	position: relative;
}
	
.FlowList li .FlowListContents::after {
	content: " ";
	display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    border-bottom: 4px solid #fe0129;
    border-right: 4px solid #fe0129;
    transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
	
.FlowList li .FlowListContents:last-child::after {
	content: " ";
	display: none;
}
	
.StepTitle {
	background: none !important;
	display: inline-block;
	padding: 0 0 4px;
	margin-bottom: 10px;
}

.FlowListContents p {
		padding-left: 15px;
	}
    
     .BG_Blue {
        background: #e3f9ff;
        width: 100%;
        padding: 60px 0;
    }
    .BG_White {
        background: #fff;
        width: 100%;
        padding: 60px 0 0;
    }
    .BG_Gray {
        background: #f3f3f3;
        width: 100%;
        padding: 60px 0 0;
    }
    
    .BG_White .sec01, .BG_White .sec02, .BG_White .sec03,.BG_Gray .sec01, .BG_Gray .sec02, .BG_Gray .sec03 {
         margin: 0 !important;
    }
    
    ul.IndexListBtn {
        display: flex;
        flex-wrap: wrap;
    }
    
    ul.IndexListBtn li { 
        margin-right: 30px;
        background: none !important;
    }
    
    ul.IndexListBtn li:last-child { 
        margin-right: 0;
    }
    
    ul.IndexListBtn li img {
        filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.1));
    }
    h2.IndexTitle {
        font-size: 25px !important;
        padding-left: 0 !important;
        margin-bottom: 55px !important;
        border-left: 0px !important;
    }
	
	#instagram {
	width: 100%;
	margin-top: 40px;
}
	
#instagram-list {
	display: flex;
	flex-wrap: wrap;
}
#instagram-list li {
	margin: 10px !important;
	padding: 0 !important;
}	
#instagram-list li a {
	width: 195px;
	height: 195px;
	
	
}	
#instagram-list li a {
	display: block;
	position: relative;
	overflow: hidden;
}
#instagram-list li a img {
	width: 100%;
	vertical-align: bottom;
	height: 100%;
	background-size: cover;
	object-fit: cover;
}
#instagram-list li a video {
	width: 100%;
	vertical-align: bottom;
	z-index: 1000;
}
#instagram-list li a div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.1rem;
	color: #000;
	font-size: 0.5rem;
	white-space: nowrap;
	background-color: #FFF;
	opacity: 0.7;
	z-index: 2000;
}
	.facebookBox {
		
	}
	.facebookBox iframe {
		width: 40vw !important;
	}
	.twitterBox {
		
	}
	.twitterBox iframe {
		width: 40vw !important;
	}
	.SNS_Title {
		margin: 30px 0 0;
	}
	#SNS_Area .right {
		float: none !important;
	} 
	.facebookBox iframe {
		width: 100%;
	}

@media screen and (max-width: 600px) {
  table.tabular {
    display: block;
    position: relative;
  }
  table.tabular thead {
    display: block;
    float: left;
  }
  table.tabular tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  table.tabular th,
  table.tabular td {
    display: block;
  }
  table.tabular tr {
    display: inline-block;
  }
  table.tabular tbody tr {
    margin-right: -5px;
  }
}






.table-type-B {
  width: 830px;
  border-collapse: collapse;
}
.table-type-B th, .table-type-B td {
  vertical-align: middle;
  font-size: 13px;
  border: 1px solid #d4dbde;
  padding: 20px;
  line-height: 1.7143em;
}
.table-type-B th {
  background-color: #efefef;
  font-weight: bold;
  width: 100px;
}

.caution {
  color: #e50012;
  background-color: #fff0f1;
  padding: 10px 20px;
  border: 1px solid #ffd1d5;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

.notification {
  margin-top: 10px;
  font-size: 11px;
  color: #9b9a9a;
}

.sideNav {
  /*float: right;*/
}
.sideNav h3 {
  font-size: 18px;
  color: #e50012;
  margin-bottom: 10px;
}
.sideNav .arrows {
  border: 1px solid #e50012;
  width: 248px;
  overflow: hidden;
}
.sideNav .arrows li {
  vertical-align: middle;
  width: 208px;
  padding: 20px 20px;
  border-bottom: 1px dotted #e50012;
  margin: 0;
}
.sideNav .selected {
  background: #efefef;
}
.sideNav .selected a {
  color: #e50012;
}
.sideNav .current {
  background: #efefef;
}
.sideNav .current a {
  color: #e50012;
}

/* LeftColumn
----------------------------------------------- */
#LeftColumn {
    width: 100%;
}
	
#LocalNavi ul ul {
    border: 1px solid #e50012;
    width: 100% !important;
    overflow: hidden;
}
	
#LocalNavi ul li.level-2 {
    vertical-align: middle;
    width: 100% !important;
    padding: 20px 20px;
    border-bottom: 1px dotted #e50012;
    margin: 0;
}

.withSideWrap {
  /*float: left;*/
  width: 100%;
}
.contents-body h1,
.withSideWrap .title-type-A {
  font-size: 21px;
  /*height: 35px;*/
  padding-bottom: 12px;
  padding-left: 10px;
  margin-bottom: 30px;
  background: url(../img/titleBg.png) 0 bottom no-repeat;
  font-weight: normal !important;
}

.list-type-A ul li {
  line-height: 1.7143em;
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 13px;
}

.base h1 {
  font-size: 18px;
  color: #343434;
  font-weight: bold;
}
.base h1 small {
  font-size: 12px;
}
.base h2 {
  font-size: 14px;
  color: #343434;
  font-weight: bold;
}
/*
	.base h3 {
  font-size: 12px;
  color: #343434;
  font-weight: bold;
}

*/
.base h4 {
  font-size: 12px;
  color: #343434;
}
.base h5 {
  font-size: 11px;
  color: #343434;
}
.base a {
  color: #0071bc;
}
.base a.blt-arrow {
  color: #343434;
  text-decoration: none;
  background: url(../img/hanyo_blt_link.gif) left center no-repeat;
  padding-left: 20px;
}
.base a.blt-square-arrow {
  color: #343434;
  text-decoration: none;
  background: url(../img/hanyo_blt_gray_t.gif) left center no-repeat;
  padding-left: 20px;
}
.base ul li {
  /* background: url(../img/hanyo_blt_link_gray_c.gif) left 4px no-repeat; */
  padding-left: 20px;
}
.base ul li ul li {
  background: url(../img/hanyo_blt_gray_t.gif) left center no-repeat;
  padding-left: 10px;
}
.base ul li.list-no-bg {
  background: none;
  padding: 0;
}
.base ol {
  padding-left: 20px;
  list-style: decimal;
}
.base ol li span {
  font-weight: normal;
  color: #343434;
}
/*
.base table.tabular {
  border-spacing: 0;
}
.base table.tabular th {
  background: url(../img/hanyo_bg_pattern_red.gif) left top repeat;
  padding: 10px 0;
  text-align: center;
  color: #FFFFFF;
  border-left: #BDBDBD 1px dotted;
  border-bottom: #BDBDBD 1px dotted;
}
.base table.tabular th.firstChild {
  border-left: none;
}
.base table.tabular tr td {
  padding-left: 15px;
  padding-right: 15px;
}
.base table.tabular tr td.row-span {
  font-weight: bold;
  border-bottom: #BDBDBD 1px dotted;
}
.base table.tabular tr td.nest-line {
  border-left: #BDBDBD 1px dotted;
  padding-top: 5px;
  padding-bottom: 5px;
}
.base table.tabular tr td.nest-line-A {
  background: #E5E2CD;
  border-left: #BDBDBD 1px dotted;
  padding-top: 5px;
  padding-bottom: 5px;
}
.base table.tabular tr td.nest-line-B {
  background: #F0EFE2;
  border-left: #BDBDBD 1px dotted;
  padding-top: 5px;
  padding-bottom: 5px;
}
.base table.tabular tr.lastChild td {
  border-bottom: #BDBDBD 1px dotted;
}
*/
.base .box h4 {
  background: url(../img/hanyo_blt_link_red_s.gif) left center no-repeat;
  font-size: 12px;
  font-weight: bold;
  height: 21px;
  padding-left: 18px;
  padding-top: 0;
  margin-bottom: 10px;
}
.base .box tr td {
  padding: 15px 12px;
}
.base .box tr td.firstChild {
  border-right: #BDBDBD 1px dotted;
}
.base .box tr td.lastChild {
  border-left: #BDBDBD 1px dotted;
}

#about .pagetitle,
#Daigaku .pagetitle {
  background: url(../img/icon-logo.png) no-repeat left top;
  padding-left: 30px;
}
#about .boxWrap {
  overflow: hidden;
  margin-left: -50px;
}
#about .box_A {
  float: left;
  margin-bottom: 10px;
  margin-left: 50px;
  height: 590px;
  width: 342px;
}
#about .box_A img {
  border: solid 1px #efefef;
}
#about .box_A .BoxTitle {
  font-size: 16px;
  padding: 25px 0;
  border-bottom: solid 1px #e50012;
  font-weight: bold;
}

.pagetitle {
  background: url(../img/icon-adm.png) no-repeat left top;
  padding-left: 40px;
  line-height: 1em;
}
#Gakubu .pagetitle {
  background: url(../img/icon_gakubu.png) no-repeat left top;
}
#Gakusei .pagetitle {
  background: url(../img/icon_gakusei.png) no-repeat left top;
  padding-left: 55px;
}
#Syusyoku .pagetitle {
  background: url(../img/icon_syusyoku.png) no-repeat left top;
  padding-left: 45px;
}
#International .pagetitle {
  background: url(../img/icon_international.png) no-repeat left top;
}
#Gakujutsu .pagetitle {
  background: url(../img/icon_gakujutsu.png) no-repeat left top;
  padding-left: 55px;
}
#Community .pagetitle {
  background: url(../img/icon_community.png) no-repeat left top;
  padding-left: 50px;
}
.sec01, .sec02, .sec03 {
  margin: 50px 0;
}
.sec01 .NewInfoTitle {
  border-left: 1px solid #e50012;
  font-size: 21px;
  padding-left: 10px;
  margin-bottom: 30px;
}
.sec01 .newInfo {
  border-bottom: 1px solid #e5e5e5;
}
.sec01 .newInfo h3 {
	border-left: none;
}
.sec01 .newInfo img, .sec01 .newInfo .date, .sec01 .newInfo .newInfoTitle {
  float: left;
  vertical-align: middle;
  height: 56px;
  line-height: 56px;
}
.sec01 .newInfo li {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  background: none;
}
.sec01 .newInfo .newInfoTitle {
  margin-left: 25px;
}
.sec01 .newInfo .newInfoTitle a {
  font-size: 13px;
  text-decoration: underline;
  color: #000000;
}
.sec01 .postlink {
  padding-top: 10px;
}
.sec01 .postlink .list {
  background: url(../img/icon-list01.png) no-repeat 0 4px;
}
.sec02 .admContent {
  overflow: hidden;
  margin-left: -22px;
}
.sec02 .admContent li {
  margin-left: 22px;
  margin-bottom: 22px;
  float: left;
  width: 266px;
  height: 160px;
}
.sec02 .admContent li h3 {
  width: 238px;
  border-top: 4px solid #e50012;
  padding: 12px 14px;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  background: url(../img/arrow04.png) no-repeat 246px 12px #f1f1f1;
}
.sec03 .admBoxWrap {
  overflow: hidden;
  margin-left: -52px;
}
.sec03 .admBox {
  margin-left: 52px;
  margin-bottom: 50px;
  float: left;
  border-top: solid 1px #e50012;
  overflow: hidden;
  width: 342px;
}
.sec03 .admBox h3 {
  font-size: 16px;
  padding: 26px 0;
  border-bottom: 1px solid #dcdcdc;
}
.sec03 .first {
  height: 250px;
}
.sec03 .second {
  height: 140px;
}
.sec03 .highlight {
  background-color: #fff000;
}
.sec03 .file {
  position: relative;
}
/* .sec03 .new-icon:after */
.new-icon:after {
  content: url(../img/icon-new.png);
  vertical-align: -2px;
  padding-left: 10px;
}
.link-icon:after {
  content: url(../img/icon-link.png);
  vertical-align: -2px;
  padding-left: 10px;
}
.link-icon2:after {
  content: url(../img/icon-link2.png);
  vertical-align: -2px;
  padding-left: 10px;
}
.link-icon3:after {
  content: url(../img/icon-link3.png);
  vertical-align: -2px;
  padding-left: 10px;
}
.sec03 .file:after {
  content: url(../img/icon-file.png);
  position: absolute;
  top: -2px;
  padding-left: 10px;
}

.pdf-icon:after {
  content: url(../img/icn_pdf.gif);
  vertical-align: -2px;
  padding-left: 10px;
}

.icn-new:after {
  content: url(../img/icon-new.png);
  vertical-align: -2px;
  padding-left: 10px;
}

.icn-pdf:after {
  content: url(../img/icn_pdf.gif);
  vertical-align: -2px;
  padding-left: 10px;
}

.icn-word:after {
  content: url(../img/icn_word.gif);
  vertical-align: -2px;
  padding-left: 10px;
}

.icn-excel:after {
  content: url(../img/icn_xls.gif);
  vertical-align: -2px;
  padding-left: 10px;
}
/**/
.sec03 .innerIcon {
  margin-left: 5px;
}
.sec03 .innerIcon li {
  position: relative;
}
.sec03 .innerIcon li a {
  background: none;
}
.sec03 .innerIcon li a:before {
  content: "→";
  margin-right: 3px;
}

#NewsHead .postlink li {
    border: none;
}
#NewsHead .postlink .list {
  background: url(../img/icon-list01.png) no-repeat 0 4px;
  padding-left: 20px;
}
#NewsHead .postlink .rss {
  background: url(../img/icon-rss.png) no-repeat 0 4px;
  padding-left: 20px;
}

#kikoku .pagetitle {
  background: url(../img/icon-adm.png) no-repeat left top;
  padding-left: 40px;
}
#kikoku .withSideWrap .sec01, #kikoku .withSideWrap .sec02, #kikoku .withSideWrap .sec03 {
  margin: 70px 0;
}
#kikoku .withSideWrap .sec03 table {
  border-collapse: collapse;
}
#kikoku .withSideWrap .sec03 table td {
  width: 205px;
  height: 50px;
  text-align: center;
  border: 1px solid #d4dbde;
  font-size: 13px;
}

#ao .pagetitle {
  background: url(../img/icon-adm.png) no-repeat left top;
  padding-left: 40px;
}
#ao section {
  margin-bottom: 50px;
}
#ao .articleNav {
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 3px solid #f4f4f4;
}
#ao .articleNav li {
  border-right: 1px solid #d4dbde;
  padding: 5px  10px;
  float: left;
}
#ao .articleNav li a {
  font-size: 12px;
  padding: 10px 20px 10px 30px;
  color: #000000;
}
#ao .articleNav li a {
  background: url(../img/arrow05.png) 10px 14px no-repeat;
}
#ao .each {
  margin: 50px 0;
}
#ao .each h3,
.base h3,
.contents-body h3 {
  color: #e50012;
  font-size: 18px;
  margin-bottom: 20px;
}
#ao .each .normalP {
  margin-top: 20px;
}
#ao .each .bold {
  font-weight: bold;
  margin: 10px 0;
}
#ao .table-style-change td {
  line-height: 20px;
}
#ao .table-style-change td:nth-child(2) {
  padding: 20px 10px;
}
#ao .table-style-change td:nth-child(3) {
  padding: 10px;
}
#ao .table-style-change th:first-child {
  width: 35%;
}

#entrance .sec01, #entrance .sec02 {
  margin: 50px 0;
}
.contents-body h2,
#entrance .sec01 .NewInfoTitle {
  border-left: 1px solid #e50012;
  font-size: 21px;
  padding-left: 10px !important;
  margin-bottom: 30px;
  font-weight:bold !important;
}

#News .contents-body h2,
#Event .contents-body h2,
#entrance .sec01 .NewInfoTitle {
	font-weight: bold !important;
}

#entrance .sec01 .newInfo {
  border-bottom: 1px solid #e5e5e5;
}
#entrance .sec01 .newInfo img, #entrance .sec01 .newInfo .date, #entrance .sec01 .newInfo .newInfoTitle {
  float: left;
  vertical-align: middle;
  height: 56px;
  line-height: 56px;
}
#entrance .sec01 .newInfo li {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
#entrance .sec01 .newInfo .newInfoTitle {
  margin-left: 25px;
}
#entrance .sec01 .newInfo .newInfoTitle a {
  font-size: 13px;
  text-decoration: underline;
  color: #000000;
}
#entrance .sec01 .postlink {
  padding-top: 10px;
}
#entrance .sec01 .postlink .list {
  background: url(../img/icon-list01.png) no-repeat 0 4px;
}
#entrance .sec02 .admBoxWrap {
  overflow: hidden;
  margin-left: -40px;
}
#entrance .sec02 .admBox {
  margin-left: 40px;
  height: 270px;
  margin-top: 50px;
  float: left;
  border-top: solid 1px #e50012;
  overflow: hidden;
  width: 342px;
}
#entrance .sec02 .admBox h3 {
  font-size: 16px;
  padding: 26px 0;
  border-bottom: 1px solid #dcdcdc;
}
#entrance .sec02 .highlight {
  background-color: #fff000;
}
#entrance .sec02 .new {
  position: relative;
}
#entrance .sec02 .file {
  position: relative;
}
#entrance .sec02 .new:after {
  content: url(../img/icon-new.png);
  position: absolute;
  top: -1px;
  padding-left: 10px;
}
#entrance .sec02 .file:after {
  content: url(../img/icon-file.png);
  position: absolute;
  top: -2px;
  padding-left: 10px;
}
#entrance .sec02 .arrows .innerIcon {
  margin-left: 5px;
}
#entrance .sec02 .arrows .innerIcon li {
  position: relative;
}
#entrance .sec02 .arrows .innerIcon li a:before {
  content: "→";
  margin-right: 3px;
}
/*-----2015/03/25 追記 ------*/
.sub-index-box td {
  border-left: #BDBDBD 1px dotted;
}
.sub-index-box h4 {
  background: url(../img/arrow02.png) left center no-repeat;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  padding-left: 18px;
  padding-top: 0;
  margin-bottom: 0;
}
#ContentsBody ul.box-kewords li,
#ContentsBody ul.box-focus li,
#ContentsBody ul.box-point li {
  padding: 0;
  width: 29vw;
  margin-right: 25px;
}
#ContentsBody ul.box-kewords li.lastChild,
#ContentsBody ul.box-focus li.lastChild,
#ContentsBody ul.box-point li.lastChild {
	margin-right: 0;
}
#ContentsBody ul.box-focus,
#ContentsBody ul.box-point {
  background: none;
}
/*#ContentsBody .inline-menu-a ul li {
  background: url(../img/arrow03.png) 3px center no-repeat;
}*/
.inline-menu-a ul {
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 3px solid #f4f4f4;
}
.inline-menu-a ul li {
  display: block;
  border-bottom: none;
  background: none;
  border-right: 1px solid #d4dbde;
  padding: 5px  10px;
  float: left;
  line-height: 1em;
}
.inline-menu-a ul li a {
  font-size: 12px;
  padding: 10px 20px 10px 30px;
  color: #000000;
}
.inline-menu-a ul li a {
  background: url(../img/arrow05.png) 10px 14px no-repeat;
}
 .BG_Blue {
        background: #e3f9ff;
        width: 100%;
        padding: 60px 0;
    }
    .BG_Gray {
        background: #f3f3f3;
        width: 100%;
        padding: 60px 0 0;
    }
    
    .BG_White .sec01, .BG_White .sec02, .BG_White .sec03,.BG_Gray .sec01, .BG_Gray .sec02, .BG_Gray .sec03 {
         margin: 0 !important;
    }
    
    ul.IndexListBtn {
        display: flex;
        flex-wrap: wrap;
    }
    
    ul.IndexListBtn li { 
        margin-right: 30px;
        background: none !important;
    }
    
    ul.IndexListBtn li:last-child { 
        margin-right: 0;
    }
    
    ul.IndexListBtn li img {
        filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.1));
    }
    h2.IndexTitle {
        font-size: 22px !important;
        padding-left: 0  !important;
        margin-bottom: 55px !important;
        border-left: 0px !important;
    }
/*sp*/
/*sp*/
@media screen and (max-width: 767px) {
  .nonSP {
    display: none;
  }

  .forPC {
    display: block;
  }

  .box {
    border-radius: 6px;
  }

  .full {
    float: none;
    width: 92%;
    padding: 2%;
    margin: 2%;
  }

  .sizeM {
    width: 42.8%;
    padding: 2%;
    margin: 0 0 2% 2%;
  }

  .sizeS, .sizeChange {
    width: 26.34%;
    padding: 2%;
    margin: 0 0 2% 2%;
  }

  .globalFooter {
    width: 96%;
    margin: 2% auto -0px;
  }
  .globalFooter .inner {
    padding: 15px;
  }
  .globalFooter .inner .footerTitle, .globalFooter .inner p {
    display: block;
    font-size: 10px;
  }
  .globalFooter .copyright {
    font-size: 7px;
  }
}

#KguImgMain {
}
#KguImgMain img {
	margin-bottom: 35px;
	width: 100%;
	height: auto;
}




/******/
.tabular_2 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_2 th, .tabular_2 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_2 th {
	text-align: center;
}
.tabular_2 th:first-child {
  /*width: 27%;*/
}
.tabular_2 th:nth-child(3) {
  width: 27%;
}
.tabular_2 th {
  background-color: #efefef;
  font-weight: bold;
}



/***入試日程・入試変更点***/
.tabular_3 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_3 th, .tabular_3 td {
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_3 th {
	text-align: center;
}

.tabular_3 td {
	padding:0px !important;
}
/*
 table.tabular_3.table-g td {
	 padding:0px !important;
 }
*/
.tabular_3 th:first-child {
  /*width: 27%;*/
}
.tabular_3 th:nth-child(3) {
}
.tabular_3 th {
  background-color: #efefef;
  font-weight: bold;
}


/******/
.tabular_4 {
  width: 100%;
  border-collapse: collapse;
}
.tabular_4 th, .tabular_4 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px !important;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_4 th {
	text-align: center;
}

.tabular_4 th {
  background-color: #efefef;
  font-weight: bold;
}

/****/
.tabular_5 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_5 th, .tabular_5 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_5 th {
	text-align: center;
}
.tabular_5 th:first-child {
  width: 20% !important;
}
.tabular_5 th:nth-child(3) {
  width: 20%;
}
.tabular_5 th {
  background-color: #efefef;
  font-weight: bold;
}

/******/
.tabular_6 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_6 th, .tabular_6 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_6 th {
	text-align: center;
}
.tabular_6 th:first-child {
  width: 200px;
}
/*
.tabular_6 th:nth-child(3) {
  width: 27%;
}*/
.tabular_6 th {
  background-color: #efefef;
  font-weight: bold;
}


.tabular_7 {
  width: 410px !important;
  border-collapse: collapse;
  margin: 0 !important;
}
.tabular_7 th, .tabular_7 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_7 th {
	text-align: center;
}

.tabular_7 th {
  background-color: #efefef;
  font-weight: bold;
}


/******/
.tabular_8 {
  width: 830px;
  border-collapse: collapse;
}
.tabular_8 th, .tabular_8 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_8 th {
	text-align: center;
}

.tabular_8 th {
  background-color: #e4404d !important;
  font-weight: bold;
  color:#FFF !important;
  font-size: 115%;
  line-height: 1.2;
}



/******/
.tabular_9 {
  width: 70% !important;
  margin: 0 auto 0 auto !important;
  border-collapse: collapse;
}
.tabular_9 th, .tabular_9 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_9 th {
	text-align: center;
}

.tabular_9 th {
  background-color: #efefef;
  font-weight: bold;
}


/****/

	
/******/
.tabular_10 {
  width: 100%;
  border-collapse: collapse;
}
.tabular_10 th:first-child {
	width: initial !important;
}
.tabular_10 th:nth-child(3) {
	width: initial !important;
}
.tabular_10 th, .tabular_10 td {
  /*height: 50px;*/
  height: auto;
  vertical-align: middle;
  font-size: 13px;
  text-align: left;
  border: 1px solid #d4dbde !important;
  padding: 10px !important;
}
table .txtCenter {
  text-align: center;
}
table .txtRight {
  text-align: right;
}
.tabular_10 th {
	text-align: center;
}

.tabular_10 th {
  background-color: #efefef;
  font-weight: bold;
}



/*インターネット出願*/

.Box1 {
    position: relative;
    border: 3px double #22ace5;
    padding: 1em 2.5em 1.8em 1.8em;
    margin: 1em 0px;
    background: #FFF none repeat scroll 0% 0%;
	height:230px;
}

.Box2 {
    position: relative;
    border: 3px double #EB6D9A;
    padding: 1em 2.5em 1.8em 1.8em;
    margin: 1em 0px;
    background: #FFF none repeat scroll 0% 0%;
}


.step_tit {
	color:#22ace5;
	font-weight:bold;
	font-size:130%;
	margin:10px 0;
	display:block;
	line-height: 1.5em;
}

.step_titPink {
	color:#EB6D9A;
	font-weight:bold;
	font-size:130%;
	margin:10px 0;
	display:block;
	line-height: 1.5em;
}

.Step {
    background: #22ace5 none repeat scroll 0% 0%;
    color: #ffffff;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin: 1em 0px 0px;
    display: block;
    width: 740px;
    position: relative;
    border-radius: 35px;
	font-size: 150%;
}

.PinkTitle {
    background: #EB6D9A none repeat scroll 0% 0%;
    color: #ffffff;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin: 1em 0px 0px;
    display: block;
    width: 740px;
    position: relative;
    border-radius: 35px;
	font-size: 150%;
}

.ImgR {
    float: right;
    margin: 7px 0px 1.5em 20px;
}


.Redline {
    color: #E50011;
    text-decoration: underline;
}

.Arrange {
    display: block;
    text-indent: -1em;
    padding-left: 1.5em !important;
	margin-bottom:15px;
}

.Arrange2 {
    display: block;
    text-indent: -1em;
    padding-left: 1.5em !important;
}

hr.style_pink {
    border-width: 1px 0px;
    border-style: solid none;
    border-color: #EB6D9A -moz-use-text-color #EB6D9A;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    height: 0px;
}

/* 地域中核人材育成プログラム */

ul.arrowsLink li {
    line-height: 1.7143em;
    display: block;
    color: #000;
    background: url("../img/arrow02.png") transparent no-repeat scroll 645px center;
}

.contents_img img {
	width: 100%;
	height: auto;
	margin: 10px 0 50px; 
}

table.table_program th:first-child {
    width: 25%;
}

table.table_program td:nth-child(1) {
	 background-color: #fffaeb ;
	 text-align:center;
}

.table_program {
	border: 1px solid #d4dbde;
}

.table_program th {
    background-color: #EFEFEF;
    font-weight: bold;
	text-align:center;
	padding:5px 0;
}

.table_program td {
	border: 1px solid #d4dbde;
    border-width: 1px 0 0 1px;
    font-size: 100%;
    line-height: 1.6;
    padding: 10px;
    text-align: left;
}

table.table_program {
	color: #010101;
}

.red_text {
	color:#e50012;
}

.hisho_text {
	color:#9b9a9a;
	font-size:90%;
	line-height:2em;
	margin-top:20px;
}

.faq_box {
	background:#fef4d6;
	width:100%;
	padding:20px;
	border-radius:7px;
	margin:70px 0 100px;
}

.box_left dl dt,.box_right dl dt {
    display: block;
    background:url(../theme/kumagaku/img/nyugaku/ziten/kikaku_tokushu/ikuseiprogram/faq_q.gif) transparent no-repeat scroll 0px 0px;
    padding: 0px 0px 10px 25px;
    font-size: 13px;
    min-height: 24px;
    font-weight: bold;
    color: #010101;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
}

.box_left dl dd,.box_right dl dd {
    background :url(../theme/kumagaku/img/nyugaku/ziten/kikaku_tokushu/ikuseiprogram/faq_a.gif) no-repeat scroll 0px 0px;
    padding-left: 25px;
    min-height: 24px;
	font-size: 13px;
	line-height:2em;
	margin-left: 0;
	margin-bottom:20px;
}

.box_left dl {
    margin-bottom: 20px;
}

.box_left {
}

.box_right {
}

.box_full {
    width: 760px;
    float: right;
    margin-right: 30px;
}

.box_left dl dt,.box_full dl dt {
    display: block;
    background:url(../theme/kumagaku/img/nyugaku/ziten/kikaku_tokushu/ikuseiprogram/faq_q.gif) transparent no-repeat scroll 0px 0px;
    padding: 0px 0px 10px 25px;
    font-size: 13px;
    min-height: 24px;
    font-weight: bold;
    color: #010101;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
}

.box_left dl dd,.box_full dl dd {
    background :url(../theme/kumagaku/img/nyugaku/ziten/kikaku_tokushu/ikuseiprogram/faq_a.gif) no-repeat scroll 0px 0px;
    padding-left: 25px;
    min-height: 24px;
	font-size: 13px;
	line-height:2em;
	margin-left: 0;
	margin-bottom:20px;
}

.faq_title img {
	margin:45px 0;
}


ul.arrowsLink_2 li {
    line-height: 1.7143em;
    display: block;
    color: #000;
    background: url("../img/arrow02.png") transparent no-repeat scroll 675px center;
}


/* original_goods */

ul.original_goods {
	margin: 0 -32px 0 0;
    overflow: hidden;
    zoom: 1;
}



ul.original_goods li {
	margin: 0px 30px 30px 0px;
	padding:29px 29px 15px;
	float: left;
	/*width: 398px;*/
	display: inline;
	border: 1px solid #d4dbde;
	/*height: 300px*/
	background:none;
}

ul.original_goods li span {
	margin-top:5px;
	display:block;
	text-align:center;
	font-weight:bold;
	
}

.link_arrows a {
    line-height: 1.7143em;
	margin-right:10px;
    padding-left: 15px;
    color: #000;
    background: transparent url("../img/arrow02.png") no-repeat scroll 0px 5px;
}


/*熊本学園中期経営計画*/


.list0 li a {
  line-height: 1.7143em;
  display: block;
  padding-left: 15px;
  color: #000000;
  background: url(../img/arrow02.png) no-repeat 0 5px;
}

.list0 li a:hover {
  text-decoration: underline;
}
/*
#GlobalIndex .defaultlist
#GlobalIndex ,.defaultlist li{
    	padding:0px;
    	margin:0px;
}
     
#GlobalIndex .defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
	}
*/   







/*
ul.list1 {
	margin-left: 15px;
}

#GlobalIndex .list1 li.mark{
	position:relative;
	padding-left: 10px;
}
  */   
#GlobalIndex .list1 li.mark:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px #E50012 inset;
	top:3px; 
	left:10px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #E50012;
}





#GlobalIndex ul.list1 li.mark a {
	background:none;
}



	
     
#GlobalIndex .list1 li ul li{
	position:relative;
	padding-left:5px;
}

#GlobalIndex .list1 li.mark ul li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#E50012;
	width:9px;
	height:9px; 
	top:5px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
    }
	

     
#GlobalIndex .list3 li{
	position:relative;
	padding-left:20px;
}

#GlobalIndex .list3 li:after, .list4 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#E50012; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

#GlobalIndex .list3 li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}


#GlobalIndex ul.list1 {
	margin-left: 15px;
}
#GlobalIndex ul.list1 li {
	position:relative;
	padding-left: 12px;
  margin: 0.5em 0 0.5em 10px;/**/
  list-style: url(../img/mk-folder.png);
}




#GlobalIndex ul.list1 li.file {
  list-style: url(../img/mk-file.png);
}

#GlobalIndex ul.list1 li ul {
  margin: 0;
  padding: 0;
}

#GlobalIndex ul.list1 li ul li {
  list-style: url(../img/mk-file.png);
}

.contents-body #banner_body {
	position:relative;
}

.contents-body #banner_body a img.netshutugan_img {
	position: absolute;
	left: 560px;
	top: -10px;
	overflow: hidden;
}

.list_title {
	font-weight: bold;
	display: block;
	padding-left: 10px;
	margin-top: 10px;
}


.list_sub_title {
	display: block;
	padding-left: 20px;
}


.head_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #E50012;
	margin-bottom: 20px;
	font-weight: bold;
}





#GlobalIndex ul.list_plan li a {
  line-height: 1.7143em;
  display: block;
  padding-left: 15px;
  color: #000000;
  background: url(../img/arrow02.png) no-repeat 0 5px;
}

#GlobalIndex ul.list1 li.mark a {
	background:none;
}


ul.list_plan li {
    background-image: none;
}

ul.list_plan {
	margin-bottom:20px;
}

.list_plan_title {
	background-image: none;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F10024;
	margin-bottom: 3px;
}

ul.list1 li.mark span {
	padding-left: 15px;
}

.not_li {
	background:none;
}

ul.Extracurricular {
	overflow: hidden;
	margin: 0px -32px 0px 0px;
	display: flex;
}

ul.Extracurricular li {
    float: left;
    display: inline;
    border: 1px solid #D4DBDE;
    background: transparent none repeat scroll 0% 0%;
    padding: 10px;
    margin: 0px 5px 30px 0px;
}

ul.Extracurricular li i {
	font-weight:normal;
}

ul.Extracurricular li i span em {
	font-weight:normal;
	font-size:200%;
}

.merit_tit {
	color:#E50012;
	font-weight:bold;
	font-size:90%;
	text-align:center;
	margin-bottom:10px;
}

.studyabroad_2course ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.studyabroad_2course ul li {
	float:left;
	width: 30vw;
	padding: 1vw;
	border: 1px solid #C9C9C9;
	margin: 0 10px 20px 0;
	background:none;
	height: initial !important;
}

.tit_2c {
	font-size:130%;
	color: #F10024;
	font-weight:bold;
	margin-bottom:15px;
}

.tit_2c_s {
	margin-left:15px;
	font-size:70%;
}

.sy2cos_text {
	color: #343434;
	text-align:left;
	display:block;
	font-size:90%;
	width:26vw;
}
	
.red_text {
	color: #F10024;
}

.red_tit {
	font-size: 130%;
	color: #F10024;
	font-weight: bold;
}

.buttonStyleA {
    display: block;
	margin: 20px auto 18px;
	text-align: center;
	font-size: 15px;
	border-radius: 8px;
	padding: 18px 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.buttonStyleColorA {
    background: #D20011 none repeat scroll 0% 0%;
}

a.buttonStyleColorA { color:#FFF;}

a.buttonStyleColorA:visited { color:#FFF;}

a.buttonStyleColorA:hover { color:#FFF;}

.buttonStyleB {
    display: block;
    width: 280px;
    text-align: center;
    font-size: 90%;
    border-radius: 8px;
    padding: 18px 0px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.buttonStyleColorB {
    background: #D20011 none repeat scroll 0% 0%;
}

a.buttonStyleColorB { color:#FFF;}

a.buttonStyleColorB:visited { color:#FFF;}

a.buttonStyleColorB:hover { color:#FFF;}

#ShisetsuBox .section_r {
    margin-right: 360px;
}

.section_r {
    margin-bottom: 30px;
}

ul.photo_gallery {
    margin: 0px -10px 0px 0px;
    overflow: hidden;
}

ul.photo_gallery li {
    margin: 0px 10px 30px -20px;
    float: left;
    width: 270px;
    display: inline;
    height: 160px;
	background:none;
}

#BookPhoto2 ul {
	margin-bottom: 50px;
}

#BookPhoto2 ul li {
    float: left;
    text-align: center;
    width: 225px;
    background: transparent none repeat scroll 0% 0%;
    padding: 0px 13px 0px 0px;
    border-right: 1px dotted #555555;
}

#BookPhoto2 ul ul li {
	padding-left: 14px;
}
#BookPhoto2 ul li h4 {
	background-image: none;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F10024;
	margin-bottom: 3px;
}
#BookPhoto2 ul li p {
	font-size: 85%;
}

#BookPhoto2 h2 a {
	color: #343434;
	text-decoration: none;
	display: block;
}
#BookPhoto2 h3 {
	color: #F00;
	background-image: none;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: initial;
	border-left: initial;
	width: 212px;
}

	
.BookPhoto3 ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.BookPhoto3 ul li {
    text-align: center;
    width: 207px;
    background: transparent none repeat scroll 0% 0%;
    padding: 0px 15px;
    border-right: 1px dotted #555555;
	margin-bottom: 50px;
}
	
.BookPhoto3 ul li:first-child {
	border-left: 0px dotted #555555;
}
	
.BookPhoto3 ul li:nth-child(4n) {
	border-right: 0px dotted #555555;
}
	
.BookPhoto3 ul li a {
    display: block;
	text-decoration: none;
	text-align: center;
}

.BookPhoto3 ul li a img {
	margin-bottom: 10px;
	width: 140px;
	height: auto;
}

.BookPhoto3 ul li a span {
	background-image: none;
	padding-left: 0px;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 0;
	border-bottom: initial;
	border-left: initial;
	width: 180px;	
	text-align: center;
	display: block;
	height: 70px;
	box-sizing: border-box;
	color: #484848;
}
	
.BookPhoto3 ul li a em {	
	background-image: none;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F10024;
	margin-bottom: 3px;
	font-style: normal;
	display: block;
}
	
.BookPhoto3 ul li a i {
	font-size: 85%;
	color: #999;
}
	
	
.buttonArea {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	a.ButtonStyle_01 {
		color: #e50012;
		width: 380px;
		border: 2px solid #e50012;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 5px;
		display: block;
		text-decoration: none;
		position: relative;
	}
	
	a.ButtonStyle_01::after {
    	display: block;
    	content: '';
    	position: absolute;
    	top: 2em;
    	left: 25em;
    	width: 6px;
    	height: 6px;
    	border-right: 1px solid #e50012;
    	border-bottom: 1px solid #e50012;
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
	a.ButtonStyle_01:hover {
        color: #fff;
        background: #e50012;
        width: 380px;
        border: 2px solid #e50012;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 5px;
        display: block;
        text-decoration: none;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s; 
	}
	
	a.ButtonStyle_01:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 2em;
        left: 25em;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); 
	}
	
	
.base a.blt-arrow2 {
    color: #0071BC;
    text-decoration: none;
    background: transparent url("../img/hanyo_blt_link2.gif") no-repeat scroll left center;
    padding-left: 20px;
	font-size:110%;
	font-weight:bold;
}

.kyoukai {
	border: 1px solid rgb(160, 0, 14);
	padding: 6px;
	margin-top: -5px;
	margin-right: 20px;
}
	
.kyoukai img {
		width: 255px;
		height: auto;
	}

.left_img_box {
    width: 400px;
    float: left;
}

.arrow_left400 {
	margin-left: 400px;
}

.tabular_4 th.bg_ye {
	background-color:#fffcd8 !important;
}

.bg_ye {
	background-color:#fffcd8;
}

.tabular_4 th.bg_bl {
	background-color:#e2f4ff !important;
}

.bg_bl {
	background-color:#e2f4ff;
}

.tabular_4 th.bg_pk {
	background-color:#ffe2f3 !important;
}

.bg_pk {
	background-color:#ffe2f3;
}

.tabular_4 th.bg_gr {
	background-color:#efffeb !important;
}

.bg_gr {
	background-color:#efffeb;
}

.tabular_4 th.bg_og {
	background-color:#ffead8 !important; 
}

.bg_og {
	background-color:#ffead8;
	
}

.tabular_4 th.border_b {
	border-bottom:3px solid #BDBDBD !important;
}

.tabular_4 td.border_b {
	border-bottom:3px solid #BDBDBD !important;
}

.font_b {
	font-weight:bold;
}


.display_none {
	display:none;
}

.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

ul.list_left li {
	float:left;
	margin-right:10px;
}

ul.photo_op {
    margin: 0px -10px 0px 0px;
    overflow: hidden;
}

ul.photo_op li {
    float: left;
    width: 268px;
    display: inline;
    height: 206px;
	background:none;
	margin: 0px 10px 50px -20px;
}

ul.photo_op li p {
	color:#44b034;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}


.table_clear {
	background:initial;
}

.table_clear tr:nth-child(2n) td {
	background:initial !important;
}


.top_btn {
	display:block;
	text-align:right;
	padding:10px 0;
}

/*入試日程 タブ*/

ul.tabrow {
	text-align: center !important;
	list-style: none !important;
	margin: 20px 0 10px !important;
	padding: 0 !important;
	line-height: 60px !important;
	overflow: hidden !important;
	position: relative !important;
	
}
ul.tabrow li {
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%)  !important;
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%) !important;
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%) !important;
	display: inline-block !important;
	position: relative !important;
	z-index: 0 !important;
	background:#ffebeb !important;
	line-height: 58px !important;
	margin-bottom: 0px !important;
	padding-left: initial !important;
}
ul.tabrow a {
	color: #555 !important;
	text-decoration: none !important;
	padding: 20px 90px 22px !important;
	font-weight:bold !important;
	border-bottom: 1px solid #e50012 !important;
}
ul.tabrow li.selected {
	border: 1px solid #e50012 !important;
	background: #FFF !important;
	color: #e50012 !important;
	z-index: 2 !important;
	border-bottom-color: #FFF !important;
}
		
ul.tabrow li.selected a {
	color:#e50012 !important;
}
		
ul.tabrow:before {
	position: absolute !important;
	content: " ";
	width: 100% !important;
	bottom: 0 !important;
	left: 0 !important;
	border-bottom: 1px solid #e50012 !important;
	z-index: 0;
}
ul.tabrow li:before,
ul.tabrow li:after {
	/*! border: 1px solid #AAA; */
	/*! position: absolute; */
	bottom: -1px !important;
	width: 5px !important;
	height: 5px !important;
	content: " ";
}
ul.tabrow li:before {
}

		
ul.tabrow li.selected::after {
	content: '' !important;
	background: #fff !important;
	position: absolute !important;
	bottom: -2px !important;
	left: 0 !important;
	width:100% !important;
	height: 2px !important;
	display: block !important;
}

ul.tabrow li.selected:before {
}
ul.tabrow li.selected:after {
}
		
.img_calender,.img_schedule {
	margin-top:30px !important;
}

ul.tabrow li.current a {
    border: 1px solid #e50012 !important;
	background: #FFF !important;
	color: #e50012 !important;
	z-index: 1 !important;
	border-bottom-color: #FFF !important;
}
.one_button {
	margin:5px 0 ;
}

.two_three_button {
	margin:5px 0 ;
	display:flex;
}

.img_schedule {
	margin-bottom:15px;
}

.margn_b25 {
	margin-bottom:25px;
}

.bottom100 {
	margin-bottom:100px;
}

.margin_r10 {
	margin-right:10px;
}

.margin10 {
	margin:0 10px;
}

.nyushi_ippan {
	position: relative;
}

.zenki {
	position: absolute;
	top: 7px;
	left: 7px;
}
	
.koki {
	position: absolute;
	top: 78px;
	left: 7px;
}
	
.nyushi_kyotsutesut {
	position: relative;
}
	
.a_nittei {
	position: absolute;
	top: 7px;
	left: 7px;
}
	
.b_nittei {
	position: absolute;
	top: 78px;
	left: 7px;
}
	
.c_nittei {
	position: absolute;
	top: 147px;
	left: 7px;
}
	
.base a.nyushi_link {
  color: #e50012;
}

.bge-contents h3 {
	color:#000 !important;
	font-weight:normal !important;
}


.tit_support_red {
	background:#e60012;
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:7px 20px ;
	font-size:15px;
	margin-bottom:30px;
}

.tit_support_bl {
	background:#004e9d;
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:7px 20px ;
	font-size:15px;
	margin:80px 0 30px;
}

.tit_support_gr {
	background:#008a6c;
	display:block;
	color:#FFF;
	font-weight:bold;
	padding:7px 20px ;
	font-size:15px;
	margin:80px 0 30px;
}

.tit_sub_support_red {
	color:#e60012;
	font-weight:bold;
	font-size:16px;
	border:1px solid #e60012;
	padding: 5px 8px;
	border-radius: 15px;
	margin-bottom:20px;
}

.tit_sub_support_bl {
	color:#004e9d;
	font-weight:bold;
	font-size:16px;
	border:1px solid #004e9d;
	padding: 5px 8px;
	border-radius: 15px;
	margin-bottom:20px;
}

.tit_sub_support_gr {
	color:#008a6c;
	font-weight:bold;
	font-size:16px;
	border:1px solid #008a6c;
	padding: 5px 8px;
	border-radius: 15px;
	margin-bottom:20px;
}

.tit_main_support {
	border-bottom:1px solid #000;
	margin-bottom:30px;
}

.merit_title {
	color:#000;
	border-bottom: 1px dotted #e60012;
	font-size:130%;
	font-weight:bold;
	padding-bottom:15px;
	margin-top: 40px;
	
	
}
.merit_number {
	font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
	font-style: italic;
	font-size:250%;
	color:#e60012;
	margin-right:10px;
}

.tit_shushoku {
	background: url(../img/syusyoku/kagai/ico_shushoku.png) no-repeat scroll;
	background-position: 100% 50%;
	font-size: 22px;
	font-weight:bold;
	color:#000;
	margin: 50px 0 20px;
	padding-bottom:15px;
	border-bottom: 1px dotted #e60012;
}

.tit_shikaku {
	background: url(../img/syusyoku/kagai/ico_shikaku.png) no-repeat scroll;
	background-position: 100% 50%;
	font-size: 22px;
	font-weight:bold;
	color:#000;
	margin: 50px 0 20px;
	padding-bottom:15px;
	border-bottom: 1px dotted #004baa;
}

.tit_sub {
	color:#e60012;
	font-weight:bold;
	font-size: 17px;
	
}

.tit_sub_m {
    color: #e60012;
    font-weight: bold;
    border-bottom: 1px dotted #e60012;
    padding-bottom: 2px;
}

.black_tit {
	background:#231815;
	width:100%;
	padding:10px;
	margin:20px 0 10px;
	color:#727171;
	font-weight:bold;
}

.black_tit span {
	color:#727171;
	font-weight:bold;
	font-size:110%;
}

.galy_tit {
	background:#dcdddd;
	/*padding:10px;*/
	margin:20px 0 10px;
	font-weight:bold;
	font-size:120%
}

.galy_tit span {
	background:#231815;
	padding:2px 10px;
	margin-right:10px;
	color:#FFF;
	font-weight:bold;
	font-size:120%
}

.tit_text {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 150%;
	margin:20px 0 15px;
}

.text_r {
	text-align:right;
}

.text_c {
	text-align:center;
}


.font_s {
	font-size:70%;
}

.facility {
	background:#6a3905;
	padding: 5px 10px;
	color:#FFF;
	font-weight:bold;
	border-top:initial;
}

.after_arrow:before {
	content:"▶";
	margin-right:5px;
}

.one_year_contents {
    background: #fcf2e4 url(/theme/kumagaku/img/syusyoku/shien/index/bg_1_year.png) 32px 30px no-repeat;
	margin-bottom:10px;
}

.two_year_contents {
    background: #f9e8d1 url(/theme/kumagaku/img/syusyoku/shien/index/bg_2_year.png) 32px 30px no-repeat;
	margin-bottom:10px;
}

.three_year_contents {
    background: #f4d8b4 url(/theme/kumagaku/img/syusyoku/shien/index/bg_3_year.png) 32px 30px no-repeat;
	margin-bottom:10px;
}

.four_year_contents {
    background: #edc289 url(/theme/kumagaku/img/syusyoku/shien/index/bg_4_year.png) 32px 30px no-repeat;
	margin-bottom:10px;
}


.or_bg {
	background:#ee6d1c;
	padding: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 50px;
	text-align: center;
}

.article_bg {
	padding: 50px 50px 30px 90px;
}

.tit_year {
	font-size:27px;
	color:#6a3906;
	margin-bottom: 60px;
	font-weight: bold !important;
}

.tit_year_s {
    background: url(theme/kumagaku/img/syusyoku/shien/index/icon_check.png) no-repeat left top;
    padding-left: 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	font-weight: bold !important;
	font-size:20px;
	color:#6a3906;
}


/*** 卒業生の声　留学生メッセージ ***/

#info_Studyabroad {
	position: relative;

}

#info_Studyabroad img {
	margin-bottom:20px;
}

.info_sa_box {
	position: absolute;
	top: 375px;
	left: 455px;
}

.info_sa_boxLeft {
    position: absolute;
    top: 380px;
    left: 50px;
}

.info_sa_black_area {
	position: relative;
	width:300px;
	z-index: 2;
}

.info_sa_black {
	background:#000;
	color:#FFF;
	line-height:1.8em;
	width:300px;
	padding:20px;
	box-sizing: padding-box;
	font-size:90%;
}


.info_sa_black::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    z-index: 1;
}

/*1行の場合*/

.info_sa_profileOneLines {
	position: absolute;
	top: 55px;
	left: -25px;
	width:350px;
	padding: 40px 15px 40px 40px;
	box-sizing: padding-box;
	background:#efefef;
}

.info_sa_profileOneLines p {
	line-height:1.5em;
	font-size:90%;
}

/*2行の場合*/

.info_sa_profile {
	position: absolute;
	top: 79px;
	left: -25px;
	width:350px;
	padding:40px;
	box-sizing: padding-box;
	background:#efefef;
}

.info_sa_profile p {
	line-height:1.5em;
	font-size:90%;
}

/*3行の場合*/

.info_sa_profileThreeLines {
	position: absolute;
	top: 96px;
	left: -25px;
	width:350px;
	padding:40px;
	box-sizing: padding-box;
	background:#efefef;
}

.info_sa_profileThreeLines p {
	line-height:1.5em;
	font-size:90%;
}

.sa_name {
	font-weight:bold;
	font-size:180%;
	display:block;
	margin-bottom:25px;
}

.font_70 {
	font-size:70%;
}

.country_area {
	display: flex;
}

.country_areaRight {
	display: flex;
	margin-left:420px;
}

.country_img {
	width:180px
}

.country_text {
	font-size:80%;
	line-height:1.5;
}


.sa_tit_l {
	font-size:210%;
	margin-top:20px;
	padding-bottom:30px;
	line-height: 1.5;
}

.sa_tit_l:after {
	border-bottom:1px solid #000 ;
	content: "";
	width:20px;
	display: block;
	height: 0;
	margin-top: 30px;
	line-height: 1.5;
}

.Graduate_tit_l {
	font-size:210%;
	margin-top:60px;
	padding-bottom:30px;
	line-height: 1.5;
}

.Graduate_tit_l:after {
	border-bottom:1px solid #000 ;
	content: "";
	width:20px;
	display: block;
	height: 0;
	margin-top: 30px;
	line-height: 1.5;
}

.Graduate_tit_l_2 {
	font-size:210%;
	margin-top:90px;
	padding-bottom:30px;
	line-height: 1.5;
}

.Graduate_tit_l_2:after {
	border-bottom:1px solid #000 ;
	content: "";
	width:20px;
	display: block;
	height: 0;
	margin-top: 30px;
	line-height: 1.5;
}


.sa_tit_m {
	font-size:150%;
	line-height: 1.5;
}

.sa_contents {
	display: flex;
}


.sa_text {
	width:380px;
}

.sa_text p {
	font-size:90%;
	line-height:2;
}

.sa_text2 {
	width:520px;
}

.sa_text2 p {
	font-size:90%;
	line-height:2;
}

.sa_text_datedating {
	text-align:right;
	margin-top:20px;
}

.sa_img {
	width:400px;
	margin: 0 auto;
}

.caption_text {
	color:#888;
	margin-top:10px;
	font-size:80%;
}

.others_tit {
	font-size: 50px;
	font-family: HelveticaNeue-CondensedBold;
	line-height: 1;
	text-align:center;
	margin-bottom:50px;
}

.message_list {
	margin-bottom:50px;
}

.message_list ul {
	display: flex;
	/*justify-content: space-between;*/
	margin-bottom:50px;
	flex-wrap:wrap;
}

.message_list ul li {
	width:250px !important;
	margin-bottom:50px !important;	
	padding: 0 !important;
	list-style-image: initial !important;
	margin: 0 13px 30px !important;
	background: initial !important;
}

.message_list ul li a:hover {
	text-decoration: none;
}

.message_list ul li a:active {
	text-decoration: none;
}

.message_list_tit {
	margin:20px 0;
	font-size:110%;
	line-height:1.5;
	font-weight:bold;
}

a .message_list_tit  {
	color:#000;
	text-decoration: none;
	margin:20px 0;
	font-size:110%;
	line-height:1.5;
	font-weight:bold;
}

a.message_list_tit:hover {
	color:#000;
	text-decoration: none;
}
a.message_list_tit:active {
	color:#000;
	text-decoration: none;
}

.student_name {
	font-size:80%;
	color:#888;
}

a.student_name:hover {
	color:#888;
	text-decoration: none;
}
a.student_name:active {
	color:#888;
	text-decoration: none;
}

.student_name::before {
	border-top:1px solid #888 ;
	display:block;
	margin-bottom: 10px;
	content: "";
}

.more {
	width:100%;
	background:#000;
	color:#FFF;
	padding:20px;
	text-align:center;
	box-sizing: padding-box;
}

.more_2 {
	width:100%;
	background:#000;
	color:#FFF;
	padding:20px;
	text-align:center;
	box-sizing: padding-box;
}

/*** 卒業生の声　留学生メッセージ ***/

.bg_gray {
	background:#c8c8c8 !important;
}

.matrix_banner ul {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}


dl.text_second {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;
	margin-left: 30px;
}

dl.text_second dt {float:left;width:3em;line-height: 2;}

dl.text_second dd {margin-left:3em;zoom:1;line-height: 2;}

dl.text_second_02 {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;
}

dl.text_second_02 dt {float:left;width:6em;line-height: 2;}

dl.text_second_02 dd {margin-left:6em;zoom:1;line-height: 2;margin-bottom: 10px;}

dl.text_second_03 {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;

}

dl.text_second_03 dt {float:left;width:10em;line-height: 2;}

dl.text_second_03 dd {margin-left:10em;zoom:1;line-height: 2;margin-bottom: 20px;}

dl.text_second_04 {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;
}

dl.text_second_04 dt {float:left;width:15em;line-height: 2;}

dl.text_second_04 dd {margin-left:15em;zoom:1;line-height: 2;}

dl.text_second_05 {
    color: #000;
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: left;
	margin-left: 30px;
}

dl.text_second_05 dt {float:left;width:3em;line-height: 2;}

dl.text_second_05 dd {zoom:1;line-height: 2;}

.box_red {
	border:2px solid #e50012;
	padding: 30px;
	margin: 20px 0 ;
}

.lineTriangle::after {
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #bababa;
    position: absolute;
    right: 50%;
    bottom: -24px;
    z-index: 1;
}

.lineTriangle::before {
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    right: 50%;
    bottom: -23px;
    z-index: 2;
}

.lineTriangle {
    width: 100%;
    margin: 30px auto;
    padding: 8px 0;
    border-bottom: 1px solid #bababa;
    text-align: center;
    position: relative;
}

.circle_2 {
	color: #fff !important;
	background-color:#e50012 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100px !important;
	height: 100px !important;
	line-height: 100px !important;
	text-align: center !important;
	display: inline-block !important;
	border-radius: 50% !important;
	font-weight: bold !important;
	font-size: 130% !important;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif ;
}

.shogai_flow_01 {
	background-image: url(../img/gakusei/shien/shogai/guide_flow_01.gif);
	background-repeat:no-repeat;
	background-position:100% 0% ;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.shogai_flow_02 {
	background-image: url(../img/gakusei/shien/shogai/guide_flow_02.gif);
	background-repeat:no-repeat;
	background-position:100% 0% ;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.shogai_flow_03 {
	background-image: url(../img/gakusei/shien/shogai/guide_flow_03.gif);
	background-repeat:no-repeat;
	background-position:100% 0% ;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.redBox {
	background:#e50012;
	font-size: 130%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 24px 0 ;
}

.img-box {
    /*width: 155px;*/
    float: left;
}

ol.numberList_01 li,ol.numberList_02 li,ol.numberList_03 li,.numberList_04 ol li {
	list-style-type: none !important;
	text-indent: -1.5em;
}

ol.numberList_01,ol.numberList_02,ol.numberList_03,.numberList_04 ol {
	margin: initial !important;
}

ol.numberList_01 {
    counter-reset: section;
	list-style-type: none;
}

ol.numberList_01 li {
    list-style-type:none;
    counter-increment:cnt;
}
ol.numberList_01 li:before {
    content:"(" counter(section) ")";
    margin-right:0.5em;
	counter-increment: section;
}

ol.numberList_02 {
    counter-reset: section;
	list-style-type: none;
}

ol.numberList_02 li {
    list-style-type:none;
    counter-increment:cnt;
}
ol.numberList_02 li:before {
    content:"" counter(section) ")";
    margin-right:0.5em;
	counter-increment: section;
}

ol.numberList_03 {
    counter-reset: section;
	list-style-type: none;
}

ol.numberList_03 li {
    list-style-type:none;
    counter-increment:cnt;
}
ol.numberList_03 li:before {
    content:"[" counter(section) "]";
    margin-right:0.5em;
	counter-increment: section;
}

.numberList_04 ol{
	counter-reset:item;
	list-style-type:none;
	}
.numberList_04 ol li:before{
	counter-increment:item;
	content:counters(item, "-")". ";
	}

ol.numberList_05 {
    margin:0 auto;
    width:180px;
    counter-reset:number;
    list-style:none;
    list-style-position:outside;
}
ol.numberList_05 li{
    padding:5px 5px 5px 1.5em;
    border-bottom:1px dotted #CCC;
    position:relative;
}
ol.numberList_05 li::before{
    border:1px solid #333;
    border-radius:50%;
    width:1.5em;
    height:1.5em;
    counter-increment:number;
    content:counter(number);
    text-align:center;
    font-size:75%;
    position:absolute;
    left:0;
}

.img-box_pc {
    width: 155px;
    float: left;
}




/*入試日程タブ*/

.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  text-align: center;
font-size: 120%;
font-weight: bold;
width: 33%;
box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
border-right: 1px solid #e50012 ;
border-left: 1px solid #e50012 ;
border-top: 1px solid #e50012 ;
position: relative;
margin: 0 5px;
	/*display: block;
width: 100%;*/
color: #000;
cursor: pointer;
background-color: #ffebeb ;
padding: 24px 60px;
font-size: 15px;
}

.tab-content label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #e50012 ;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.tab-content label:first-child{
	margin-left: 50px;
}

#tabs-list {
    display: flex;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #e50012 ;
    margin: 0;
    padding: 0;
}

.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #e50012 ;
  background-color: #fff;
	bottom: -2px;
}

.tab-content .tab-box {
  box-sizing: border-box;
  border-top:1px solid #e50012 ;
margin-top: 20px;
padding: 30px 0;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}


/*---下向き---*/
.arrow3 {
	margin-left: auto;
	margin-right: auto;
	text-indent: -999999px;
}

.arrow3 span{
	margin:5px 10px 0 0;/*位置調整用*/
	width:0;
	height:0;
	float:left;
    border-color: #555555 transparent transparent transparent;
    border-style: solid;
    border-width:10px;
}
.arrow3 span:before{
	content:'';
	float:left;
	position:relative;
	top:-13px;
	left:-10px;
	width:0;
	height:0;
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
    border-width:10px;
}

.redBox_2 {
	background: #e50012;
	border-radius:5px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	padding: 20px;
}




a.TourBotton {
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
}

a.TourBotton:hover {
	background: #e7e7e7;
}

a.TourBotton span {
	text-indent: -999999px;
	display: inherit;
}

a.TourBotton span::after {
    position: absolute;
    top: 75%;
    left: 50%;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 2px solid #e50012;
    border-right: 2px solid #e50012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.TourList ul {
margin: 0;
padding: 0;	
}


.TourList ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background:inherit;
	padding-left: inherit;
}

.TourList ul li:nth-child(5n) {
	margin-right: 0;
}

a.TourBotton {
    display: block;
    z-index: 100;
    text-align: center;
	border: 2px solid #e7e7e7;
    color: #000;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
	width: 213px;
	height: 60px;
	border-radius:3px;
}

.ButtonTour a:hover {
	background: #e7e7e7;        /* マウスオーバーカラー */  
}

.TourKGU {
	border-radius:3px;
	border: 4px solid #6fba2c;
	width: 103px;
	height: 2640px;
	position: relative;
}

.boxFixed {
	position: absolute;
    top:10px;
	margin-left: 13px;
}


ul.circleDouble li {
	background:inherit;
}

ul.circleDouble li:before{
	content: "◎";
}


.TourBox {
	border: 3px solid #e50012;
	padding: 47px 37px;
	margin-bottom: 65px;
}

.innerBottom {
  height:251px;
  width:69px;
  position:fixed;
  /*position:fixed;*/
  
  right:0;
  bottom:0;
}
.contents-body .innerBottom.fixed {
  /*position:relative;*/
  position:absolute;
  /*right:0;
  bottom:155px;*/
}


.innerTop.fixed {
  position:fixed;
  top:0;

}

.oc_fixed {
	width: 69px;
	height: 251px;
	position: fixed;
	top: 100px;
	right: 0px;
}

.oc_book {
	width: 129px;
}

a.button_type_a {
	line-height: 1.7143em;
	display: inline-block;
	padding-left: 15px;
	padding: 7px 8px;
	border: 2px solid #e50012;
	text-decoration: none;
	color: #e50012;
	font-size: 13px;
	margin: 20px 0 ;
	font-weight: bold;
}

a.button_type_a:hover { 
	background:#efefef; 
}  

.text_list::before {
	content: url(../img/arrow02.png);
	margin-right: 10px;
}

.text_list {
	margin:0 0 1em 20px !important;
	text-indent: -1.3em;
	display: block;
}

.a_container{
	/*width:460px;*/
}
.a_item{
	color:#000; 
	/*padding:10px;*/
	cursor:pointer;
	text-decoration:underline;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.a_contents{
	display:none;
	padding:10px;
}
.a_contents p{
	margin:10px 0;
}

.a_contents ol {
    padding-left: 50px !important;
}

.a_contents ol.numberList_01 li,.a_contents  ol.numberList_02 li,.a_contents  ol.numberList_03 li,.a_contents  .numberList_04 ol li {
    list-style-type: none !important;
    text-indent: -2em;
    line-height: 1.7;
    margin-bottom: 0.5em !important;
}

.a_contents h3.glay {
	margin-bottom: 0.5em !important;
}




/***********************************************

		Message - begins -

**********************************************/


.SelectBox {
	background: #efefef;
	padding: 30px;
	margin: 0 0 10px;
}

.SelectTit {
    color: #000000;
    font-size: 22px;
	margin-bottom: 30px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.SelectTit::before {
    content:url(../img/message/tit_ico.gif);
    vertical-align: middle;
    padding-right: 13px;
}



ul.MessageMenuCategory {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

ul.MessageMenuCategory li {
	width: 530px;
	margin-bottom: 15px;
}

ul.MessageMenuCategory li:nth-child(odd) { 
	margin-right: 10px;
}

ul.MessageMenuCategory li:last-child {
	margin-right: 0;
}

ul.MessageMenuCategory li label {
	width: 260px;
	padding-right: 0.3em;
	display: block;
	float: left;
}

.Category_c_tit {
	background: #efa600;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.Category_e_tit {
	background: #009f5d;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.Category_f_tit {
	background: #1BB8CE;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.Category_s_tit {
	background: #ec6d74;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.Category_daigakuin_tit {
	background: #526440;
	display: block;
	padding: 2px 0 ;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.tit_line {
	color: #000;
	border-bottom: 1px solid #000 ;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	
}

.tit_sub {
	color: #000;
	margin-bottom: 12px;
}

.tit_center {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	color: #000;
}

.tit_center span {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.centerBtn {
	height: 120px;
text-align: center;
margin-top: 20px;

}

/*  CHECKBOX */
#Message .commerce:nth-of-type(1) label input[type="checkbox"] + span::before {
  border-color: #efa600;
}
#Message .commerce:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
  background-color: #efa600;
}
#Message .economics:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #009f5d;
}
#Message .economics:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #009f5d;
}
#Message .foreign:nth-of-type(3) label input[type="checkbox"] + span::before {
  border-color: #1BB8CE;
}
#Message .foreign:nth-of-type(3) label input[type="checkbox"]:checked + span::before {
  background-color: #1BB8CE;
}
#Message .social:nth-of-type(4) label input[type="checkbox"] + span::before {
  border-color: #ec6d74;
}
#Message .social:nth-of-type(4) label input[type="checkbox"]:checked + span::before {
  background-color: #ec6d74;
}
#Message .daigakuin label input[type="checkbox"] + span::before {
  border-color: #526440;
}
#Message .daigakuin label input[type="checkbox"]:checked + span::before {
  background-color: #526440;
}
#Message .keyword:nth-of-type(5) label input[type="checkbox"] + span::before {
  border-color: #e50012;
}
#Message .keyword:nth-of-type(5) label input[type="checkbox"]:checked + span::before {
  background-color: #e50012;
}


#Message label span {
  display: inline-block;
}
#Message label input[type="checkbox"] {
  /*position: absolute;
  top: 0;
  left: 0;
  opacity: 0;*/
  display: none;
}
#Message label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
#Message label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #e50012 solid;
  border-radius: 5px;
}
#Message label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
#Message label input[type="checkbox"]:checked + span::before {
  background-color: #e50012;
}
#Message label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*label {
    position: relative;
    display: block;
    word-break: break-all;
}*/

.keyword label {
    position: relative;
	line-height: 2;
}
#Message label input[type="checkbox"] + span {
    position: relative;
    padding: 0 30px 0 35px;
	margin-bottom: 10px;
}


.messageReset {
    cursor: pointer;
    padding-left: 14px;
	border: 1px solid #d4d4d4;
	padding: 20px; 
	border-radius:5px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.messageReset::before {
    content:url(../img/message/close.gif);
    vertical-align: middle;
    padding-right: 13px;
}

.messageMediaImg {
	float: right;
}

.messageMediaImg {
	position: relative;
}

.img_ico {
	position: absolute;
	top: 0;
	left: 0;
}

.messageMediaBody {
	float: left;
	width: 230px;
}

.cat_c_ico {
	background: #efa600;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.cat_e_ico {
	background: #009f5d;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.cat_f_ico {
	background: #1BB8CE;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.cat_s_ico {
	background: #ec6d74;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.cat_daigakuin_ico {
	background: #526440;
	padding: 2px 5px;
	color: #fff;
	float: right;
}

.MessageText {
	color: #8a8a8a;
	font-size: 80%;
	margin-bottom: 10px;
}

/*.MessageTags {
	background: #fee0e0;
	padding: 2px 15px;
	color: #666761;
	margin: 5px 0 0 5px;
	font-size: 70%;
	line-height: 2.3;
	display: inline-flex;
}
*/

ul.messageCommentList li span.MessageTags {
	background: #fee0e0;
	padding: 2px 15px;
	color: #666761;
	margin: 5px 0 0 5px;
	font-size: 70%;
	line-height: 2.3;
	display: inline-flex;
}


.MessageTags a {
	background: #fff;
	border-radius:2px;
	border: 1px solid #d4d4d4;
	padding: 2px 15px 2px 25px;
	color: #666761;
	margin: 5px 0 0 5px;
	font-size: 70%;
	line-height: 2.3;
	display: inline-flex;
	position: relative;
}

.MessageTags a:link {
	color: #666761;
}

.MessageTags a:visited {
	color: #666761;
}

.MessageTags a:hover {
	background: #fee0e0;
	color: #666761;
	text-decoration:none;
	border: 1px solid #fee0e0;
}

.MessageTags a::after {
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: .8em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fe0200;
  border-bottom: 2px solid #fe0200;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.messageMediaImg img {
	border-radius: 50px;
	height: 100px;
	width: 100px;

}

.name_tit {
	color: #000;
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

.message_contents {
	margin-bottom: 60px;
}

.message_text {
	/*width: 500px;*/
}

.message_wh {
	width: 95% !important;
	margin: 0 auto !important;
}

.message_img {
    width: 400px;
    margin: 0 auto 35px;
}
.message_img img {
    width: 400px;
}
.info_message_box {
    /*position: absolute;*/
    top: 367px;
    left: 455px;
}
.info_message_black_area {
    position: relative;
    /*width: 300px;
    z-index: 2;
	top: -27px;
	left: 224px;*/
	background: #333;
	width: 85%;
	margin-left: 30px;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
}

.info_message_black_area::before {
    content: '';
	position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 20px 5px 0;
    border-color: transparent #333333 transparent transparent;
    position: absolute;
    left: -15px;
    bottom: 20px;
    transform-origin: right top;
    transform: rotate(31deg);
}

.info_message_black {
    /*background: #000;
    color: #FFF;
    line-height: 1.8em;
    width: 300px;
    padding: 20px;*/
    /*box-sizing: padding-box;
    font-size: 90%;
	margin-left: 45px;
	text-indent: -4.2em;
	padding-left: 4em;*/
	font-size: 16px;
}

.info_message_black::before {
	/*content: "就職先：";*/
}

.info_message_black::after {
    /*content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;*/
    /*margin-left: 47px;*/
    /*width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    z-index: 1;*/
}

.info_message_profile {
    /*position: absolute;*/
    top: 79px;
    left: -25px;
    width: 90%;
    padding: 40px 0;
    box-sizing: padding-box;
    background: #efefef;
	/*margin-top: -90px;*/
	height: 400px;
	box-sizing: border-box;
	margin: 0 auto;
}

.message_name {
    font-weight: bold;
    font-size: 180%;
    display: block;
    margin-bottom: 25px;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
	padding-left: 40px;
}

.message_profile {
	padding-left: 40px;
	font-size: 16px;
}

#ContentsArea.c .message_name {
	border-bottom: 2px solid #efa600;
}
#ContentsArea.f .message_name {
	border-bottom: 2px solid #1bb8ce;
}
#ContentsArea.e .message_name {
	border-bottom: 2px solid #009f5d;
}
#ContentsArea.s .message_name {
	border-bottom: 2px solid #ec6d74;
}


.font_50 {
    font-size: 50%;
}
.font_60 {
    font-size: 60%;
}
.font_70 {
    font-size: 70%;
}
.message_tit_l {
    font-size: 210%;
    margin-top: 20px;
    padding-bottom: 30px;
    line-height: 1.5;
	font-weight: bold;
	margin: 0 auto;
}
.message_tit_l::after {
    border-bottom: 1px solid #000;
    content: "";
    width: 20px;
    display: block;
    height: 0;
    margin-top: 30px;
    line-height: 1.5;
}
.CaptionText {
    color: #888;
    margin-top: 10px;
    font-size: 80%;
	text-align: right;
}


.others_tit {
    font-size: 50px;
    font-family: HelveticaNeue-CondensedBold;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

ul.messageCommentList {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
}

.messageCommentList li {
  /*margin-right: 50px;*/
  margin-right: 25px;
  margin-bottom: 40px;
  width: 343px;;
	float: left;
}
	
.tit_message {
	display: block;
	margin: 10px;
	font-size: 15px;
}

.CatArea {
	margin: 20px auto 100px;
	width: 1000px;
}
	
.messageList::before {
    content:url(../img/message/list.gif);
    vertical-align: middle;
    padding-right: 13px;
}

.messageList {
    cursor: pointer;
    padding-left: 14px;
    border: 1px solid #d4d4d4;
    padding: 20px;
        padding-left: 20px;
    border-radius: 5px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}


#breadCrumb {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.messageContents {
  background: #eee url("../img/bg.jpg") 0 0 repeat-x;
}

.messageContentsInner {
  width: 930px;
  margin: 0 auto;
  min-width: 930px;
  padding-bottom: 35px;
}

.messageIndexTitle {
  margin-bottom: 23px;
  background: url("../img/index_main_visual.png") 0 0px no-repeat;
  width: 930px;
  height: 366px;
  text-indent: -9999px;
}

.messageNavBox {
  border: 1px solid #DDDDDD;
  padding: 20px 15px 15px;
  background-color: #fff;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 43px;
}

.messageNavTitle {
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  font-size: 16px;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
  font-weight: bold;
  color: #000;
  padding-bottom: 1px;
  margin-bottom: 26px;
  background: none;
}

.messageNavCategory,
.messageNavTags,
.messageNavBlog {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
.messageNavCategory li,
.messageNavTags li,
.messageNavBlog li {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 16px;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 6px;
  box-shadow: 0 0 2px #bbb;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.messageNavCategory li.is-active,
.messageNavTags li.is-active,
.messageNavBlog li.is-active {
  color: #fff;
}
.messageNavCategory li:first-child,
.messageNavTags li:first-child,
.messageNavBlog li:first-child {
  margin-left: 0px;
}
.messageNavCategory li:not([class*="is-active"]):hover,
.messageNavTags li:not([class*="is-active"]):hover,
.messageNavBlog li:not([class*="is-active"]):hover {
  box-shadow: 0 1px 4px #999;
  text-shadow: 0 0 0 transparent;
}
.messageNavCategory li:hover,
.messageNavTags li:hover,
.messageNavBlog li:hover {
  box-shadow: 0 0 3px #999;
}
.messageNavCategory li.is-disabled, .messageNavCategory li.is-disabled:hover,
.messageNavTags li.is-disabled,
.messageNavTags li.is-disabled:hover,
.messageNavBlog li.is-disabled,
.messageNavBlog li.is-disabled:hover {
  opacity: .2;
  cursor: auto;
  box-shadow: none;
}
.messageNavCategory li span,
.messageNavTags li span,
.messageNavBlog li span {
  background-color: #D90000;
  font-size: 11px;
  padding: 2px 4px;
  color: #fff;
  vertical-align: 1px;
}

.messageNavCategory li {
  width: 210px;
}

.cateOrange {
  border-color: #F37100;
  color: #F37100;
}
.cateOrange.is-active {
  background-color: #F37100;
}
.cateOrange:not([class*="is-active"]):hover {
  background-color: #ffddc0;
}

.catePurple {
  border-color: #570085;
  color: #570085;
}
.catePurple.is-active {
  background-color: #570085;
}
.catePurple:not([class*="is-active"]):hover {
  background-color: #efd2ff;
}

.cateGreen {
  border-color: #00B200;
  color: #00B200;
}
.cateGreen.is-active {
  background-color: #00B200;
}
.cateGreen:not([class*="is-active"]):hover {
  background-color: #e5ffe5;
}

.messageNavTags li,
.messageNavBlog li {
  border-color: #BBBBBB;
  color: #000;
  width: 70px;
  padding: 1px 5px;
}
.messageNavTags li.is-active,
.messageNavBlog li.is-active {
  border-color: #666666;
  background-color: #666666;
}
.messageNavTags li:first-child,
.messageNavBlog li:first-child {
  margin-left: 0;
}
.messageNavTags li:not([class*="is-active"]):hover,
.messageNavBlog li:not([class*="is-active"]):hover {
  background-color: #cccccc;
}
.messageNavTags #bukatsu,
.messageNavTags #rikejo,
.messageNavBlog #bukatsu,
.messageNavBlog #rikejo {


  width: 110px;
}

.messageNavBlog li {
  width: 104px;
}

.messageNavReset:hover {
  opacity: .7;
}

.messageCommentBox .is-on {
  display: block;
}

.messageCommentBox .is-off {
  display: none;
}

.messageCommentBox {
	margin-top: 30px;
}

/*.messageCommentList li {
  margin-right: 50px;
  margin-bottom: 40px;
  width: 343px;;
	float: left;
}

.messageCommentList li:nth-child(3n) {
	margin-right: 0;
}
*/
.messageCommentList li:hover {
}
	#Message .BoxYellow {
		text-align: center;
	}
	#Message .BoxYellow img {
		margin-bottom: 15px;
	}
	#Message .BoxYellow p {
		text-align: left;
	}
	#Message .left,#Message .right {
		float: initial;
	}

.BoxYellow {
	background: #fff8e8;
	padding: 40px 50px;
	margin: 50px 0 ;
}

.BoxLine {
	border: 1px solid #cecece;
	padding: 40px 60px;
	margin: 50px 0 ;
}
.caption {
	color: #888888 ;
	font-size: 12px;
}

.PointFont {
	color: #000;
	font-size: 42px;
	margin: 10px 0 ;
	font-weight: bold;
}

.PointFont span {
	font-size: 22px;
}

ul.employment {
	display: flex;
	justify-content: space-between;
}
ul.employment li {	
	width: 48%;
}

.employment_tit_c {
	background: #efa600;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.employment_tit_e {
	background: #009f5d;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.employment_tit_f {
	background: #1bb8ce;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.employment_tit_s {
	background: #ec6d74;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

dl.Department_c dt { 
	font-size: 14px; 
	display: inline-block; 
	padding: 0 0 2px 0; 
	color: #efa600;
	
}

dl.Department_e dt { 
	font-size: 14px; 
	display: inline-block; 
	padding: 0 0 2px 0; 
	color: #009f5d;
	
}

dl.Department_f dt { 
	font-size: 14px; 
	display: inline-block; 
	padding: 0 0 2px 0; 
	color: #1bb8ce;
	
}

dl.Department_s dt { 
	font-size: 14px; 
	display: inline-block; 
	padding: 0 0 2px 0; 
	color: #ec6d74;
	
}

dl.Department_c dt,dl.Department_e dt,dl.Department_f dt,dl.Department_s dt {
    float: left;
}
dl.Department_c,dl:first-child.Department_e dt:first-child,dl.Department_f dt:first-child,dl.Department_s dt dt:first-child {
	margin-top: 0px; 
}
dl.Department_c dd,dl.Department_e dd,dl.Department_f dd,dl.Department_s dd { 
	font-size: 13px; 
	line-height: 26px; 
	margin-bottom: 10px;
	padding-left: 10px;
}



.Dormitory_tit {
	background: #ab4444;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0 4px;
	margin-bottom: 20px;
}

.DormitoryList ul {
	display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
}

.DormitoryContents ul {
	display: flex;
}

.DormitoryContents ul li {
	width: 320px;
	margin-right: 15px;
}

.DormitoryContents ul li p {
	margin-bottom: 50px;
}

.DormitoryContents ul li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 50px 75px;
	border: 1px solid #ccc;
}

dl.Dormitory_Details {
	color: #333;
	display: block;
	text-align: left;
}

dl.Dormitory_Details dt {
    float: left;
    width: 6em;
}

dl.Dormitory_Details dd {
    margin-left: 6em;
    zoom: 1;

}

/***********************************************

		Message - end -

**********************************************/

#IchounamikiQ label input[type="checkbox"] {
    position: initial !important;
    top: initial !important;
    left: initial !important;
    opacity: initial !important;
}

#Soudanent label input[type="checkbox"] {
    position: initial !important;
    top: initial !important;
    left: initial !important;
    opacity: initial !important;
}

.footerBG {
    position: relative;
}

.goTop {
    background: #FFF;
}

.globalfooter .goTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}



.globalfooter .FooterSitemap .goTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}


.FooterSitemapContents .goTop.fixed {
  position:absolute;
}

.matrix_List {
	display: flex;
	justify-content: space-between;
}


/***********************************************

		FOOTER SITE MAP  Pattern - Begins -

**********************************************/


/*.FooterSitemap {
    background: #f4f4f4;
    padding-top: 25px;
}

.FooterSitemap ul {
	margin-bottom: 30px;
}
*/
/*.FooterSitemapContents {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.FooterSitemap_col {
    width: 25%;
    float: left;
}
*/

.FooterSitemapContents {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.FooterSitemap_col {
    width: 30%;
    /* float: left; */
}
/*.FooterSitemap_col:last-child {
    width: auto;
}*/

.FooterSitemap_title {
    font-size: 16px;
    margin-bottom: 8px;
	border-bottom: 1px dotted #dd0808;
	width: 90%;
	padding-bottom: 5px;
	font-weight: bold;
}
.FooterSitemap_title a:link {color:#000;text-decoration: none;} /*未訪問のリンクの色*/
.FooterSitemap_title a:visited {color:#000;text-decoration: none;} /*訪問済みのリンクの色*/
.FooterSitemap_title a:hover {color:#e50012;text-decoration: none;} /*カーソルが乗っているリンクの色*/
.FooterSitemap_title a:active {color:#000;text-decoration: none;} /*クリック中のリンクの色*/

/***********************************************

		FOOTER SITE MAP  Pattern - End -

**********************************************/



/***********************************************

		FOOTER SITE MAP  Pattern2 - Begins -

**********************************************/


.FooterSitemap {
	background: url("../img/bg_footer.png") no-repeat center top;
    padding-top: 25px;
	position: relative;
}

.FooterSitemap ul {
	margin-bottom: 30px;
	margin-left: 10px;
}

/*.FooterSitemapContents {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.FooterSitemap_col {
    width: 25%;
    float: left;
}
*/

.FooterSitemapContents {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    display: flex !important;
}

.FooterSitemap_col {
    width: 30%;
    /* float: left; */
}
/*.FooterSitemap_col:last-child {
    width: auto;
}*/

.FooterSitemap_title {
    font-size: 16px;
    margin-bottom: 8px;
}

ul.arrows2 li {
  position: relative;
  font-size: 13px;
}
ul.arrows2 li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #e50012;
  border-bottom: 1px solid #e50012 ;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.FooterSitemap_title a:link {color:#000;text-decoration: none;} /*未訪問のリンクの色*/
.FooterSitemap_title a:visited {color:#000;text-decoration: none;} /*訪問済みのリンクの色*/
.FooterSitemap_title a:hover {color:#e50012;text-decoration: none;} /*カーソルが乗っているリンクの色*/
.FooterSitemap_title a:active {color:#000;text-decoration: none;} /*クリック中のリンクの色*/

ul.arrows2 li a:link {color:#000;text-decoration: none;} /*未訪問のリンクの色*/
ul.arrows2 li a:visited {color:#000;text-decoration: none;} /*訪問済みのリンクの色*/
ul.arrows2 li a:hover {color:#000;text-decoration: none;} /*カーソルが乗っているリンクの色*/
ul.arrows2 li a:active {color:#000;text-decoration: none;} /*クリック中のリンクの色*/

.pagetop {
	position: fixed;
	right: 10px;
	margin-bottom: 10px;
	background: #FFF;
}

.FooterSitemap_title a {
	position: relative;
}

.FooterSitemap_title a::after {
    position: absolute;
    top: 0;
	/*right: -35px;*/
	right: -27px;
    font-weight: normal;
    content:url(../img/arrow06.png);
	padding: 2px 0;
}
/***********************************************

		FOOTER SITE MAP  Pattern2 - End -

**********************************************/

table.tableStyle_01 td:first-child {
    width: 210px;
}

table.tableStyle_02 td:nth-child(2) {
    width: 210px;
}

#Fukko .float-left p,#Fukko .float-right p {
	font-size: 13px !important;
}
#Fukko .tabular td {
	vertical-align: top !important;
}

table.supportTable_01 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #000 !important;
	color: #000;
} 

table.supportTable_01 th {
	background :#fce3cd !important;
	text-align: center !important;
}

table.supportTable_01 td:first-child {
	background: #fffbf7 !important;
	
}

table.supportTable_01 td,table.supportTable_01 th {
	padding: 9px;
	vertical-align: middle;
	border-bottom: 1px solid #000 !important;
	border-right: 1px dotted #000 !important;
}



table.supportTable_02 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #000 !important;
	color: #000;
} 

table.supportTable_02 th {
	background :#ccd7e9 !important;
	text-align: center !important;
}

table.supportTable_02 td:first-child {
	background: #f7f6f2 !important;
	
}

table.supportTable_02 td,table.supportTable_02 th {
	padding: 9px;
	vertical-align: middle;
	border-bottom: 1px solid #000 !important;
	border-right: 1px dotted #000 !important;
}


.tit_support_S {
	background: #1d2088 ;
	color: #fff;
	font-weight: bold;
	padding: 7px;
	margin: 20px 0 17px;
	font-size: 16px;
}

.support_Box {
	background: #e8e9f3;
	padding: 50px;
}

.support_Box_02 {
	background: #fff;
	border-radius:15px;
	padding: 50px 50px 30px;
}

.TriangleTit {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	color: #1d2088;
	vertical-align: middle;
	text-decoration: none;
	font-size: 17px;
}

.TriangleTit::before {
    left: 4px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 11px solid transparent;
    border-left: 20px solid #1d2088;
}

.TriangleTit::before, .TriangleTit::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

ul.circleDouble li::before {
    content: "◎";
}

ul.circleDouble li {
    margin-bottom: 10px;
}

.SupportBtn_01 {
    display: block;
    padding: 15px 20px;
    border-radius: 9999px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    background-size: 8px 12px;
    background-repeat: no-repeat;
    max-width: 230px;
    min-width: 230px;
    background-color: #e60012;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    margin: 20px auto 90px;
}

.SupportBtn_02 {
    display: block;
    padding: 15px 20px;
    border-radius: 9999px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    background-size: 8px 12px;
    background-repeat: no-repeat;
    max-width: 230px;
    min-width: 230px;
    background-color: #1d2088;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    margin: 20px auto 90px;
}

.sp_none {
	display: none;
}

 .greeting_img {
    position: relative;
    margin-bottom: 40px;
}
	
.greeting_img img {
    width: 95vw;
	height: auto;
}

.profile_box {
    background: rgba(255,255,255,0.7);
    width: 37vw;
    height: 120px;
    padding: 27px 30px 20px;
    position: absolute;
    left: 56vw;
    top: 28vw;
    box-sizing: border-box;
}

.profile_tit {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px solid #e50012;
}

span.profile_date {
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    color: #888888;
}

span.subject {
    display: block;
    text-align: left;
    float: left;
}

.profile_h1 {
	position: relative;
	padding-bottom: 25px !important;
	/*border-bottom: 4px solid #ccc !important;*/
	font-size: 30px !important;
	text-align: left;
	line-height: 1.5 !important;
	color: #343434 !important;
}

.profile_h1::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #e50012 !important;
}

.AccordionTitle {
	font-weight: bold !important;
	font-size: 17px !important;
	padding: 15px !important;
	background: #fff !important;
	margin: auto;
	line-height: 50px;
	position: relative;
	display: block;
	border-radius: 8px;
	cursor: pointer;
	color: #333 !important;
	text-decoration: none;
	transition: all 0.5s;
	border: 3px solid #adadad !important;
}

.AccordionTitle::after {
    position: absolute;
    top: 22px;
	right: 16px;
    display: block;
content: '';
width: 8px;
height: 8px;
margin-top: -7px;
border-top: 2px solid #adadad;
border-right: 2px solid #adadad;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}





.language_menu{
    float: left;
	}
	.language_menu:before, .language_menu:after{
	  content: "";
	  display: table;
	}
	.language_menu:after{
	  clear: both;
	}
	.language_menu li{
	  position: relative;
	width: 89px;
	float: left;
	margin: 0;
	padding: 0;
	}
	.language_menu li a{
	  display: block;
	  margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	}
	.language_menu li ul{
	  list-style: none;
	  position: absolute;
	  z-index: 9999;
	  top: 100%;
	  left: 0;
	  margin: 1px 0 0;
		padding: 0 10px;
		background: #afafaf;
	}
	.language_menu li ul li{
	  width: 100%;
	}
	.language_menu li ul.language_sub li a{
	  padding: 10px 3px;
	  border-top: 1px solid #e5e5e5;
	  background: #afafaf;
	  text-align: center;
		font-size: 12px;
	}
.language_menu li ul.language_sub li a.firstEnglish {
	border-top: 0px solid #e5e5e5;
}
	.language_menu li:hover > a{
	  background: #afafaf;
	}
	.language_menu li a:hover{
	  background: #afafaf;
	}
#fade_in { position: relative; z-index: 5; }
#fade_in li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade_in li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}
	
	.section img {
		width: 100%;
		height: auto;
	}

	#kumagaku_challenge100 .bottom30 img {
		width: 100%;
		height: auto;
	}
	#kumagaku_challenge100 .support_Box .bottom30 img {
		width: initial;
		height: auto;
	}
	#kumagaku_challenge100 .left,#kumagaku_challenge100 .right {
		float: initial !important;
	}
	#kumagaku_challenge100 img {
		max-width: 100%;
	}
	#kumagaku_challenge100 .w550,#kumagaku_challenge100 .w450 {
		width: initial !important;
	}
	#kumagaku_challenge100 .bottom10_sp {
		text-align: center;
		margin-bottom: 20px;
	}
	p.margin_not {
		margin: 0 !important;
	}
	
	#GlobalIndex a img:first-child {
		width: 100% !important;
		height: auto !important;
	}
	.a_item_N{
	color:#000; 
	/*padding:10px;*/
	cursor:pointer;
	text-decoration:underline;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	padding: 15px 5px;
	font-size: 16px;
	background: #fcecec;
	white-space: pre-wrap;
	margin: 5px 0;
}
	.icon_Q {
		font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
		font-style: italic;
		font-size: 150%;
		color: #000;
		margin-right: 10px;
	}
	.icon_A {
		color: #e50012;
		font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
		font-style: italic;
		font-size: 200%;
		margin-right: 10px;
	}
	.icon_A strong {
		background: #fcecec;
		padding: 4px;
		margin: 10px;
		display: inline-block;
	}
.a_contents{
	display:none;
	padding:10px;
}
.a_contents p{
	margin:10px 0;
}
	
	
.FlowList {
    list-style-type: none;
}
	
.FlowList li {
    position: relative;
    padding: 25px 0 20px 35px;
	list-style: none;
}

.FlowList li::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 6px solid #fe0129;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
	
.FlowList li::after {
    content: '';
    position: absolute;
    top: 49px;
    left: 12px;
    width: 4px;
    height: calc(100% - 19px);
    background: #fe0129;
}

.FlowList li:last-child::after {
    content: none;
}
	
.FlowContents {
	padding-left: 40px;
}
	
.StepNumber {
	font-family: "EB Garamond","Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",serif;
	font-style: italic;
	position: relative;	
	color:#8d8d8d;
	font-size: 26px !important;
	padding-left: 40px;
	font-weight: 300;
	margin-top: 5px !important;
}
	
.StepNumber span {
	margin-left: 15px;
	color: #909090;
	font-style: italic;
	font-size: 85%;
}

.StepNumber::before {
    content: " ";
    font-weight: bold;
    color: #8d8d8d;
    position: absolute;
    background: #8d8d8d;
    width: 30px;
    height: 1px;
    top: 40%;
    left: 0;
}
	
.FlowList li .FlowListContents {
	position: relative;
}
	
.FlowList li .FlowListContents::after {
	content: " ";
	display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    border-bottom: 4px solid #fe0129;
    border-right: 4px solid #fe0129;
    transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
	
.FlowList li .FlowListContents:last-child::after {
	content: " ";
	display: none;
}
	
.FlowListContents p {
		padding-left: 15px;
	}
	
.StepTitle {
	background: none !important;
	display: inline-block;
	padding: 0 0 4px;
	margin-bottom: 10px;
}
 .BG_Blue {
        background: #e3f9ff;
        width: 100%;
        padding: 60px 0;
    }
    .BG_White {
        background: #fff;
        width: 100%;
        padding: 60px 0 0;
    }
    .BG_White .sec01, .BG_White .sec02, .BG_White .sec03,.BG_Gray .sec01, .BG_Gray .sec02, .BG_Gray .sec03 {
         margin: 0 !important;
    }
    .BG_Gray {
        background: #f3f3f3;
        width: 100%;
        padding: 60px 0 0;
    }
    ul.IndexListBtn {
        display: flex;
        flex-wrap: wrap;
    }
    
    ul.IndexListBtn li { 
        margin-right: 30px;
        background: none !important;
    }
    
    ul.IndexListBtn li:last-child { 
        margin-right: 0;
    }
    
    ul.IndexListBtn li img {
        filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.1));
    }
     h2.IndexTitle {
        font-size: 22px !important;
        padding-left: 0  !important;
        margin-bottom: 55px !important;
        border-left: 0px !important;
    }
}

@media screen and (min-width:480px) and (max-width:599px) {
	ul.box-f li a img {
		width: 100% !important;
		height: auto !important;
	}
}
