@charset "utf-8";
/*--------------------------------------------------
[1]common
[2]headerContainer
[3]sideContainer
[4]footerContainer
[5]Container
[6]topContainer
[7]subContainer
[8]Display: none;
----------------------------------------------------*/

/* [1]common
----------------------------------------------------*/
/* 設定 */
html{
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

/* font */
body{
	line-height: 1.5;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;	
	color: #000;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

header {
	width: 100%;
	z-index: 9999999;
	position: relative;
}

.headerContetns {	
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 9999999;
	position: fixed;
	top: 0;
}

.headerBox {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;	
}

#trns{
	  position: fixed;
	  top:0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 9999999999;
		background-image: url(images/logo-sub.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 174.6px 31.8px;
		background-color: #FFF;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* clear
-------------------------------------------------- */
.clear { clear: both; }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* a 
----------------------------------------------- */
a,a:link { text-decoration: none; }
a img, img {
	border: none;
	line-height: normal;
	vertical-align: top;
}

/* img 
--------------------------------------------- */
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
.imgText {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}

/* slide
------------------------------------ */
#sliderbox { position: relative; }
.box {
	width: 100%;
	position: relative;
 	padding-top: 40px;
}

#sliderbox li {
	position: relative;
	width: 100%;
	overflow: hidden;	
}
#sliderbox li:not(:first-child){
    display: none;
}

#sliderbox li figure{
	position: relative;
	width: 100%;
	height: calc(50vh - 40px);
	overflow: hidden;	
}

#sliderbox li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#sliderbox li div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 94%;
	height: 50px;
	margin-left: -47%;
	margin-top: -25px;
	z-index: 99998;
	text-align: center;
	line-height: 1.2;	
}

#sliderbox li div p{
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,0.5) 0 0 5px;
}

/* scroll */
.scroll {
	display: none;
}


/* [2]headerContainer
----------------------------------------------------------------------------------------- */

.headerContetns h1 {
	position: absolute;
	width: 100%;
	height: 25px;
	top: 8px;
	left: 0;
	z-index: 9999999;
	text-align: center;
	margin: 0 auto;
}

.headerContetns h1 a{
	display: block;
	width: 100%;
	height: 25px;
	background-image: url(images/logo-sub.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	text-align: center;
	margin: 0 auto;
}


/* gnav */
.headerNav {
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -250px;
	z-index: 9999999;
	padding: 20px 0;
	box-sizing: border-box;
	background-color: #fff;
	overflow: auto;	
}

.headerNav h2 {
	width: 230px;
	height: 25px;
	z-index: 99999;
	margin: 0 auto 20px;
}
.headerNav h2 a{
	display: block;
	height: 25px;
	background-image: url(images/logo-sub.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

nav.gnav {
	width: 100%;
	z-index: 999999;
}
nav.gnav {
	width: 100%;
	z-index: 999999;
}
nav.gnav ul { margin: 0 auto; border-top: 1px solid #efefef; }
nav.gnav ul ul{ margin: 0 auto; border-top: none; }
nav.gnav li { box-sizing: border-box;}
nav.gnav li a{
	height: 40px;
	display: block;
	box-sizing: border-box;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	line-height: 1.3;
	padding: 9px 0 9px 20px;
	color: #000;
	border-bottom: 1px solid #efefef;
	font-weight: 700;
}

nav.gnav li li a{
	height: auto;
	display: block;
	box-sizing: border-box;
	font-size: 1.3rem;
	letter-spacing: 0.5px;
	line-height: 1.3;
	padding: 9px 0 9px 40px;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	font-weight: 700;
	
}

nav.gnav li li span{float: left;}

nav.gnav li li figure {
	position: relative;
	top: 0;
	right: 20px;
	width: 30%;
	max-width: 185px;
	padding-top: 30%;
	overflow: hidden;
	border-radius: 2px;
	float: right;
}

nav.gnav li li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;	
}

/* [4]footerContainer
----------------------------------------------------------------------------------------- */
footer {
	padding: 40px 0px;
	box-sizing: border-box;
	position: relative;
}

footer h2 {margin: 0 auto 30px;}

footer h2 a{
	background-image: url(images/logo-sub.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 25px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: block;	
}

footer ul {
	border-top: 1px solid #efefef;
	padding-top: 10px;	
}

footer ul ul{
	width: 100%;
	float: none;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
	border-top: none;	
}

footer ul li{box-sizing: border-box;}

footer ul li a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #efefef;
	color: #000;
	padding: 10px 5px 10px;
	font-weight: 700;
	position: relative;	
}
footer ul li:nth-of-type(1) a{
	padding: 0px 5px 10px;
}

footer ul li li a{
	font-size: 12px;
	width: 100%;
	display: block;
	border-bottom: none;
	color: #000;
	padding: 5px 20px 5px;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;	
}
footer ul li li:nth-of-type(1) a,
footer ul li:nth-of-type(1) li a{
	padding: 5px 20px 5px;
}
footer ul li li{
	width: auto;
	float: none;
	padding: 0;	
}

.copyright {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1.0px;
	font-family: 'Ubuntu', sans-serif;
	position:relative;
}

.copyright p{
	width: 100%;
}

/* pageTop */
#pageTop {
	width: 100%;
	height: 50px;
	z-index: 99999;
	position: relative;
}

#pageTop a{
	width: 100%;
	height: 50px;
	z-index: 9998;
	background-image: url(images/pagetop.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	background-color: #ffea00;
	transition: background-color .5s;

}

/* [5]Container
----------------------------------------------------------------------------------------- */

#container {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0 0;
	position: relative;	
}

.btn {
	text-align: center;
	clear: both;
	margin: 30px auto 0;
}
.btn a,
.btn input {
	background-color: #ffea00;
	font-size: 1.6rem;
	display: inline-block;
	height: 50px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	border: none;
}

.btn a:hover,
.btn input:hover {
	background-color: #ffdf00;
	transition: background-color .5s, color .5s;
}

/* [6]topContainer
----------------------------------------------------------------------------------------- */


/* toppick */
.swiper-wrapper li {
	box-sizing: border-box;
	padding: 0 20px;
}
.swiper-wrapper li div {
	position: relative;
	width: 100%;	
}

.swiper-wrapper li dl {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	width: 100%;
	margin-left: -50%;
	margin-top: -60px;	
}

.swiper-wrapper li dl.patarn {
	margin-top: -90px;
}

.swiper-wrapper li dt {
	font-size: 1.8rem;
	line-height: 1.3;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-weight: bold;	
}
.swiper-wrapper li dt:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 45px;
	margin-left: -22.5px;
	content: "";
	background-color: #FFF;
}

.swiper-wrapper li dd {
	font-size:1.3rem;
	letter-spacing: 0.5px;	
}

.swiper-wrapper li dt .enttl02,
.swiper-wrapper li dd .enttl {
	font-size: 1.1rem;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 3px;
	display: block;	
}
.swiper-wrapper li dd .enttl {
	margin-bottom: 20px;	
}
.swiper-wrapper li dt .enttl02{
	display: inline-block;
	position: relative;
	padding: 0 11px;	
}

.swiper-wrapper li dt .enttl02:after,
.swiper-wrapper li dt .enttl02:before{
	position: absolute;
	top: 0;
	content: "";
	width: 11px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
}

.swiper-wrapper li dt .enttl02:after {
	right: 0;
	background-image: url(images/icon-bnr-right.png);
}
.swiper-wrapper li dt .enttl02:before {
	left: 0;
	background-image: url(images/icon-bnr-left.png);
}

.swiper-wrapper li figure {
	position: relative;
	padding-top: 100%;
	width: 100%;
	overflow: hidden;	
}

.swiper-wrapper li figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
}

.swiper-wrapper li a figure span {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -24.5px;
	width: 49px;
	height: 49px;
	background-repeat: no-repeat;
	z-index: 99999;
}
.swiper-button-prev {
	left: -10px;
	background-image: url(images/prev.png);	
}
.swiper-button-next {
	right: -10px;
	background-image: url(images/next.png);	
}

.swiper-button-prev:hover {
	background-image: url(images/prev-on.png);	
}
.swiper-button-next:hover {
	background-image: url(images/next-on.png);	
}

/* otherBnr */
.otherBnr li{position: relative;}


.otherBnr li figure{
	position: relative;
	width: 100%;
	overflow: hidden;	
}

.otherBnr li:nth-of-type(1){padding-top: 58.33333%;}

.otherBnr li:nth-of-type(2) figure{padding-top: 58.33333%;}

.otherBnr li figure img,
.otherBnr li video {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
}

.otherBnr li:nth-of-type(2) figure img {
	left: 50%;
  	width: 70%;
	height: auto;
	margin-left: -35%;
}

.otherBnr li a figure span,
.mask {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}

.otherBnr li .otherbnrTtl {
	color: #FFF;
	position: absolute;
	bottom: 10px;
	left: 0px;
}
.otherBnr li dl {
	position: relative;
	padding: 0 0 0px 10px;	
}
.otherBnr li dl:after{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 100%;
	width: 5px;
	content: "";
}

.otherBnr li dt{
	font-family: 'Ubuntu', sans-serif;
	font-size: 2.0rem;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.1;
}

.otherBnr li dd{
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 1.1;
}

.otherBnr li .bnrBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #FFF;
	text-align: center;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	box-sizing: border-box;
	padding-top: 50px;
	font-size: 1.0rem;
}

.otherBnr li:nth-of-type(1) .bnrBtn{
	background-image: url(images/icon-movie.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 50px 50px;
}
.otherBnr li:nth-of-type(2) .bnrBtn{
	background-image: url(images/icon-download.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 50px 50px;
}
.otherBnr li:nth-of-type(3) {
display:  none;
}

.movieVideo{
	width: 100%;
	margin: 0 auto;	
}


/* facebook */
#facebookBox {
	width: 100%;
	box-sizing: border-box;
	
	display:  none;
}

.facebook-wrapper {
    max-width: 500px;
    display: block;
	margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
	
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe{
    width: 100% !important;
}

/* [7]subContainer
----------------------------------------------------------------------------------------- */
#subMainBox {
	position: relative;
	padding-top: 40px;	
}
.bread {
	background-color: #fafafa;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.1rem;
}
.bread ul li { float: left; padding: 0 5px; color: #000; }
.bread ul li a { color: #000; }
.bread ul li a:hover { text-decoration: underline; }


.pageTtl { position: relative; }
.pageTtl figure{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 18.22916%;
}

.pageTtl figure.big {
	padding-top: 52.08333%;	
}


.pageTtl figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageTtl h2 {
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: bold;
	padding: 20px 20px;
	box-sizing: border-box;
	width: 100%;
}

/* ttl */
.ttl1 {
	font-size: 2.0rem;
	margin-bottom: 20px;
	font-weight: bold;	
}

.ttlcomment {
	display: block;
	position: relative;
	font-size: 1.8rem;
	padding-left: 30px;
	line-height: 1.2;	
}

.ttlcomment:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 25px;
	height: 1px;
	content: "";
	margin: auto 0;
}

.tag {
	background-color: #ffd600;
	font-size: 1.3rem;
	padding: 2px 5px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.2;
	
}


.ttl2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 5px;	
}

.ttl2:after {
	position: absolute;
	height: 1px;
	background-color: #000;
	bottom: 0;
	left: 50%;
	width: 45px;
	margin-left: -22.5px;
	content:"";
}

.ttl3 {
	font-size: 2.0rem;
	margin-bottom: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	line-height: 1.2;	
}

.ttl3:after {
	position: absolute;
	height: 1px;
	background-color: #000;
	bottom: 0;
	left: 0;
	width: 45px;
	content:"";	
}

.ttl4 {
	font-size: 2.0rem;
	margin-top: 30px;
	font-weight: bold;
	position: relative;
	line-height: 1.2;	
}

.ttl5 {
	font-size: 1.6rem;
	margin-top: 20px;
	font-weight: bold;
	position: relative;
	line-height: 1.2;
	padding-left: 8px;	
}
.ttl5:after {
	position: absolute;
	width: 4px;
	background-color: #000;
	content: "";
	height: 100%;
	top: 0;
	left: 0;	
}

.subttl {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.3rem;	
}

.subttl .num{font-size: 2.0rem;}
.subttl2 {font-size: 1.8rem;}

/* btn */
.subBtn { text-align: center;}
.subBtn a {
	background-color: #;
	display: inline-block;
	padding: 20px 30px;
	margin: 0 auto;	
}




#sub #container { font-size: 1.4rem; line-height: 1.8; padding-top: 0; }


.btnBox li{
	float: left;
	width: 50%;	
}
.btnBox2 li{
	float: left;
	width: 33.3333%;	
}
.btnBox2 li:nth-of-type(4),
.btnBox2 li:nth-of-type(5){
	float: left;
	width: 50%;	
}
.btnBox3 li{
	float: left;
	width: 33.33333%;	
}

.btnBox li div,
.btnBox2 li div,
.btnBox3 li div{
	position: relative;
}

.btnBox li figure,
.btnBox2 li figure,
.btnBox3 li figure {
	position: relative;
	padding-top: 100%;
	width: 100%;
	overflow: hidden;	
}
.btnBox li figure img,
.btnBox2 li figure img,
.btnBox3 li figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.btnBox li a:hover figure img,
.btnBox2 li a:hover figure img,
.btnBox3 li a:hover figure img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.btnBox li a figure span,
.btnBox2 li a figure span,
.btnBox3 li a figure span {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}
.btnBox li a:hover figure span,
.btnBox2 li a:hover figure span,
.btnBox3 li a:hover figure span {
	transform-origin: left top;
	transform: scale(0, 1);
}
.btnBox li h3,
.btnBox2 li h3,
.btnBox3 li h3 {
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding-left: 10px;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.1;
}
.btnBox li h3:after,
.btnBox2 li h3:after,
.btnBox3 li h3:after{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 100%;
	width: 5px;
	content: "";
}
.btnBox li p,
.btnBox2 li p,
.btnBox3 li p { padding: 10px 10px 20px; box-sizing: border-box; color: #000; font-size: 1.3rem; }

/* gakka */

.gakkaentry { padding: 20px 0 0; box-sizing: border-box; }
.gakkaImg li{ padding: 0.5px; box-sizing: border-box; }
.gakkaImg li p { padding: 2px 5px 5px; box-sizing: border-box; font-size: 1.4rem; line-height: 1.2; }
.gakkaImg li p span{ font-size: 1.2rem; line-height: 1.2; display: inline-block; }
.gakkaImg li figure {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 66.6666%;
}
.gakkaImg li figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gakkaentry div { padding: 0 0px; box-sizing: border-box; margin: 0 auto;}
.gakkaentry div p { padding: 10px; box-sizing: border-box; border: 1px solid #ccc; }
.curriculumBox { margin-top: 50px; }
.curriculumList ul { margin-top: 20px; }
.curriculumList.borderR { margin-bottom: 20px;}
.curriculumBox2 { margin-top: 30px; padding: 5px; box-sizing: border-box; }

.curriculumBox2 li {
	padding: 0 10px 2px;
	box-sizing: border-box;
	text-align: center;
}
.curriculumBox2 li a {
	font-size: 1.4rem;
	display: block;
	height: 50px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.curriculumBox2 li a:hover {
	background-color: #fdfd75;
	transition: background-color .5s;
}

.course li{
	box-sizing: border-box;
	padding: 0 5px 10px;	
}
.program li{
	box-sizing: border-box;
	padding: 0 5px 10px;	
}

.course h4,.program h4 {
	background-color: #ffd600;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;	
}
.course h4 span,.program h4 span{font-size: 13px;}

.course p {
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
	line-height: 1.4;
}

.curriculumTtl li:nth-of-type(2) { box-sizing: border-box; }

.curriculumTtl li .curriculumImg li:nth-of-type(1),
.curriculumTtl li .curriculumImg li:nth-of-type(2) { padding: 0.5px; box-sizing: border-box; }
.curriculumTtl li ul.curriculumImg,
.curriculumTtl li p { margin-bottom: 30px; }

.curriculumTtl li dd li,
.curriculumTtl li dd li:nth-of-type(1),
.curriculumTtl li dd li:nth-of-type(2) { padding: 0 10px; box-sizing: border-box; }

.curriculumTtl li dd li:nth-of-type(2n+1) { clear: both; }

.curriculumDetail dt{
	border: 1px solid #000;
	padding: 10px 18px 10px 10px;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.curriculumDetail dt span{
	background-color: #ffd600;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	margin-right: 2px;
}

.curriculumDetail dt:after{
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -9px;
	height: 18px;
	line-height:1.0;
}

.curriculumDetail dt.off:after{content: "＋";}
.curriculumDetail dt.on:after{content: "－";}

.curriculumTtl li dd { margin-bottom: 20px; }
.curriculumTtl li dd h5{ font-size: 1.4rem; font-weight: bold; margin-top: 10px; }
.curriculumSubTtl { font-size: 20px; font-weight: bold; }

.blueBg { background-color: #fdfd75;}
.minBox {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 1px 5px;
	margin-right: 2px;	
}

.curriculumAtention { padding: 20px; box-sizing: border-box; font-size: 11px; }

.laboratoryBox li{
	box-sizing: border-box;
	margin: 2px 0;
}
.laboratoryList { border: 1px solid #ddd; padding: 10px 20px 30px; box-sizing: border-box; position: relative; }
.laboratoryList div { clear: both; }

.laboratoryList div.kyoujyuname {
	width: 100%;

}

.laboratoryList figure {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}

.laboratoryList figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.laboratoryList p {
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px;
}
.laboratoryList.list2 figure,
.laboratoryList.list3 figure {margin-bottom: 5px;}
.name { font-size: 12px; line-height: 1.1; display: block; margin-bottom: 5px;}
.laboratoryList p span{
	position: relative;
}

.laboratoryList p span:before,
.laboratoryList p span:after{
	position: absolute;
}

.laboratoryList p span:before{
	content: "「";
	top: -2px;
	left: -20px;
}
.laboratoryList p span:after{
	content: "」";
	bottom: -2px;
	right: -20px;
}
.laboratoryList div.kyoujyuBtn{
	clear: both;
	position: absolute;
	bottom: 0;
	right: 20px;
}
.laboratoryList div.kyoujyuBtn a{
	display: block;
	font-size: 1.3rem;
	color: #000;
	font-weight: bold;
	position: relative;
	padding: 5px 5px 5px 20px;

}

.laboratoryList div.kyoujyuBtn a:after{
	position: absolute;
	top: 50%;
	left: 0;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	width: 19px;
	height: 14px;
	margin-top: -7px;
	content: "";	
}
.laboratoryList div.kyoujyuBtn a:hover{
	text-decoration: underline;
}
.labImg { margin-top: 5px; }
.labImg.kenkyu { margin-bottom: 30px; }
.labImg li { float: left; padding: 0.5px; box-sizing: border-box; }
.labImg li figure {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	padding-top: 84%;
}

.labImg .floatN li { float: none; padding: 0.5px; box-sizing: border-box; width: 100%; }
.labImg .floatN figure { float: none; padding-top: 45%; }
.labImg .floatN figure img{
  object-position: 50% 0;
  font-family: 'object-fit: cover; object-position: 50% 0;'
}

.labImg li figure a {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 2.5rem;
}

.labImg li figure a span{
	border: 1px solid #FFF;
	width: 50px;
	height: 50px;
	line-height: 1.0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	padding-top: 8px;
	box-sizing: border-box;
}

.labImg li figure a:hover {background-color: rgba(0,0,0,0.7);}


.labImg li figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.labImg li p { padding: 5px 5px 0; box-sizing: border-box; font-size: 1.2rem; }

.labTeacher {
	padding: 10px 20px 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;	
}

.labTeacherImg { margin-top: 0; padding-top: 0; }
.labTeacherProf { box-sizing: border-box; }

.labTeacher figure {
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	width: 100%;
	float: left;
}

.labTeacher figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.labTeacherProf dt { font-weight: bold; font-size: 1.5rem; }
.labTeacherProf dd { padding: 0px 0 10px; box-sizing: border-box; }
.labTeacherProf dd li span.profBg{
	font-size: 1.1rem;
	display: inline-block;
	line-height: 1.2;
	background-color: #fcfcfc;
	padding: 10px;
	box-sizing: border-box;
}


.labLinkList li {
	padding: 2px;
	box-sizing: border-box;	
}
.labLinkList li div a{
	border: 1px solid #ddd;
	padding: 10px 10px 10px 30px;
	box-sizing: border-box;
	display: block;
	color: #000;
	line-height: 1.2;
	position: relative;
}
.labLinkList li div a:after{
	position: absolute;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 14px;
	height: 14px;
	content: "";
	top: 50%;
	left: 10px;
	margin-top: -7px;
}
.labLinkList li div a span{
	font-size: 1.0rem;
	color: #aaa;
}
.labLinkList li div a:hover{border: 1px solid #ffd600;}

.point {
	background-color: #ffd600;
	padding: 10px 10px 10px;
	box-sizing: border-box;
	margin-top: 1px;
}
.point dt {
	background-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.1;
	font-size: 1.1rem;
	padding-top: 13px;
	margin: 0 auto 0px;
}
.point dt span{
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}
.point dd {
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.point dd h3{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.point dd h3 span{
	font-size: 1.3rem;
	font-weight: normal;
}

/* jyuken */
.imgTxtBox figure {box-sizing: border-box;}
.imgTxtBox figure p{
	font-size: 1.2rem;
	text-align: right;
}

.shikakuBox li {
	padding: 5px;
	box-sizing: border-box;
}

.messageImg { padding: 10px;box-sizing: border-box; border: 1px solid #ddd; }
.messageTxt { box-sizing: border-box; }

.messageBox dt{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
}

.messageBox dl{
	margin-bottom: 30px;
}
.messageTxt figure {
	margin-top: 30px;
	position: relative;
	width: 100%;
	padding-top: 75.02634%;
	overflow: hidden;
}
.messageImg figure {
	position: relative;
	width: 100%;
	padding-top: 150%;
	overflow: hidden;
}
.messageImg figure img,
.messageTxt figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* faq */
.answer {
	float: left;
	display: inline-block;
	background-color: #ffd600;
	width: 25px;
	height: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

.faqBox {
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
}

.answerTxt {
	float: left;
	width: 88%;
}

.answerTxt span,
.btn2 {
	display: block;
	text-align: right;	
}

.answerTxt span a,
.btn2 a{
	display: inline-block;
	color: #000;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
}

.answerTxt span a:hover,
.btn2 a:hover {
	text-decoration: underline;
}

/* about */
.ttl2subBox {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 80px;
	padding: 2px 20px;
	font-size: 1.5rem;
}

.hukidashi1 {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffd600;
	padding-top: 8px;
	box-sizing: border-box;
	text-align: center;
	top: -10px;
	left: 50%;
	margin-left: 75px;
	font-size: 1.8rem;
}
.hukidashi1:after {
	position: absolute;
	bottom: -10px;
	left: 15px;
	background-image: url(images/hukidashi1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
}

.timeschedule li { padding: 10px 10px 30px; box-sizing: border-box; }
.timeschedule li:nth-of-type(1),
.timeschedule li:nth-of-type(3) { background-color: #fafafa;}
.timeschedule dl,
.timeschedule .timeline { position: relative; }
.timeschedule .timeline:after {
	position: absolute;
	top: 0;
	left: 55px;
	height: 100%;
	width: 1px;
	content: "";
	background-color: #ccc;
}
.timeschedule dl dt,
.timeschedule dl dd{
	float: left;
	position: relative;
	height: 120px;
}
.timeschedule dl:last-child dt,
.timeschedule dl:last-child dd{
	float: left;
	position: relative;
	height: 1.2rem;
}
.timeschedule dl dt { padding-right: 25px; line-height:1.0; }
.timeschedule dl dd{ line-height:1.0; position: relative; width: 76%; }
.timeschedule dl dd span{ padding-left: 10px; position: relative; line-height: 1.2; box-sizing: border-box; font-size: 1.3rem; }

.timeschedule dl dd span.middleTxt { top: 56px; }
.timeschedule dl dd p {
	position: absolute;
	font-size: 12px;
	line-height: 1.3;
	border: 2px solid #ffd600;
	padding: 8px;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 5px;
}
.timeschedule dl dd div {
	position: absolute;
	font-size: 1.1rem;
	line-height: 1.3;
	top: 80px;
	right: 0;
	width: 80%;
}
.timeschedule dl dd figure {
	position: absolute;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);

}
.timeschedule dl dt:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #ccc;
	content:"";
}
.timeschedule dl dd span:after{
	position: absolute;
	top: 3px;
	left: -16px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffd600;
	content:"";
	z-index: 999;
}

.fukidashi2 {
	top: -100px;
	left: 60px;
	width: 145px;
}

.fukidashi2:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 90px;
}
.timeImg1 {
	top: -90px;
	left: 95px;
	transform: rotate(-5deg);
	width: 110px;
}

.fukidashi3 {
	top: -80px;
	left: 65px;
	width: 140px;
}

.fukidashi3.spfuki1	{
	top: -50px;
	left: inherit;
	right: -15px;
	width: 140px;
}

.fukidashi3:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 90px;
}
.timeImg2 {
	top: 30px;
	right: 0px;
	width: 70%;
}

.fukidashi4 {
	top: -5px;
	left: 30px;
	width: 170px;
}

.fukidashi4:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 90px;
}
.timeImg3 {
	top: 80px;
	left: 90px;
	transform: rotate(5deg);
	width: 50%;
}

.fukidashi5 {
	top: 90px;
	left: 5px;
	width: 200px;
}

.fukidashi5:after {
	position: absolute;
	background-image: url(images/hukidashi3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	top: -20px;
	left: 30px;
}

.fukidashi6 {
	top: -50px;
	left: 10px;
	width: 180px;
}

.fukidashi6:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 40px;
}

.fukidashi7 {
	top: 90px;
	left: 25px;
	width: 180px;
}

.fukidashi7:after {
	position: absolute;
	background-image: url(images/hukidashi3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	top: -20px;
	left: 50px;
}

.fukidashi8 {
	top: -65px;
	left: 80px;
	width: 60%;
}

.fukidashi8:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 90px;
}

.timeImg4 {
	top: 60px;
	left: 60px;
	transform: rotate(5deg);
	width: 70%;
}

.timeImg5 {
	top: 90px;
	right: 0px;
	width: 80%;
}

.fukidashi9 {
	top: -30px;
	left: 20px;
	width: 80%;
}

.fukidashi9:after {
	position: absolute;
	background-image: url(images/hukidashi2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	content: "";
	bottom: -20px;
	left: 40px;
}

/* map */
.map {
	position: relative;
	background-image: url(images/sample/map.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 100%;
	padding-top: 58.90625%;
}

.map ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map ul li{
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.map ul li.point1{
	top: 40%;
	left: 70%;
}
.map ul li.point1-2{
	top: 39%;
	left: 81%;
}
.map ul li.point1-3{
	top: 56%;
	left: 62%;
}
.map ul li.point1-4{
	top: 40%;
	left: 83%;
}
.map ul li.point1-5{
	top: 47%;
	left: 72%;
}
.map ul li.point1-6{
	top: 47%;
	left: 76%;
}
.map ul li.point1-7{
	top: 45%;
	left: 77%;
}
.map ul li.point1-8{
	top: 44%;
	left: 83%;
}

.map ul li.point2{
	top: 32%;
	left: 74%;

}
.map ul li.point2-1{
	top: 38%;
	left: 70%;
}

.map ul li.point3{
	top: 77.89%;
	left: 42.65%;
}
.map ul li.point3-1{
	top: 88.24%;
	left: 52.08%;
}

.map ul li.point4{
	top: 62.77%;
	left: 28.28%;
}

.map ul li.point5{
	top: 66%;
	left: 16%;
}
.map ul li.point5-1{
	top: 57%;
	left: 3%;
}
.map ul li.point5-2{
	top: 61%;
	left: 5%;
}

.map ul li.point6{
	top: 28%;
	left: 12%;
}

.map ul li.point7{
	top: 54.64%;
	left: 38.12%;
}
.map ul li.point7-1{
	top: 47%;
	left: 40%;
}

.map ul li.point8{
	top: 71.61%;
	left: 84.37%;
}

.map ul li.point9{
	top: 59.59%;
	left: 39.37%;
}

.map ul li.point10{
	top: 65.16%;
	left: 33.38%;
}
.map ul li.point10-1{
	top: 67.90%;
	left: 34.63%;
}
.map ul li.point10-2{
	top: 69%;
	left: 36%;
}
.map ul li.point10-3{
	top: 65.5%;
	left: 37%;
}

.map ul li.point11{
	top: 35%;
	left: 4.5%;
}
.map ul li.point11-1{
	top: 44.03%;
	left: 9.47%;
}

.ryugaku { color: #0f9619; }
.ryugaku2 { color: #9d03f5; }
.ryugaku3 { color: #0584fb; }
.ryugaku4 { color: #ff0000; }
.ryugaku5 { color: #f88f06; }

.map ul li.ryugaku{background-color: #0f9619;}
.map ul li.ryugaku2{background-color: #9d03f5;}
.map ul li.ryugaku3{background-color: #0584fb;}
.map ul li.ryugaku4{background-color: #ff0000;}
.map ul li.ryugaku5{background-color: #f88f06;}
/* contact */
.accessBox li:nth-of-type(1) {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 33px 10px;
}
.accessTxt { margin-bottom: 30px; }
.accessTxt dt,
.accessTxt dd{
	box-sizing: border-box;
}

.accessTxt dt {
	background-image: url(images/logo-sub.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	background-size: contain;
	width: 203.7px;
	height: 47.6px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin-bottom: 20px;	
}

.mapBox {
position: relative;
padding-top: 60%;
height: 0;
overflow: hidden;
}
 
.mapBox iframe,
.mapBox object,
.mapBox embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.contactBtn { text-align: center; }
.contactBtn a{
	background-color: #ffea00;
	text-align: center;
	color: #000;
	padding: 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
.contactBtn a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contactBtn a:hover{
	background-color: #ffdf00;
}
.listTable2,
.listTable,
.contactTable {
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.listTable2 th,
.listTable th,
.contactTable th {
	background-color: #fafafa;	
}
.listTable th,
.listTable td,
.listTable2 th,
.listTable2 td,
.contactTable th,
.contactTable td { border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px; box-sizing: border-box; }

.listTable th,
.listTable td,
.listTable2 th,
.listTable2 td,
.contactTable th,
.contactTable td {
	display: block;
	width: 100%;	
}
.listTable tr:nth-of-type(2) {border-top: 1px solid #ddd;}
.listTable tr:nth-of-type(1) th { display: none;}
.listTable tr:nth-of-type(2) td:nth-of-type(1)  { text-align: center; }
.listTable tr:nth-of-type(2) td:nth-of-type(1) a { color: #000; font-size: 1.8rem; font-weight: bold; }

.listTable2 .contactBtn a{
	background-color: #ffea00;
	text-align: center;
	color: #000;
	padding: 10px 25px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	width: 100%;
}

.his {
	background-color: #f00;
	color: #fff;
	font-size: 1.0rem;
	padding: 0 5px;
	display: inline-block;
	float: right;	
}

.privacyBox dt{
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 5px 0;
	box-sizing: border-box;	
}

.privacyBox dt span{
	border: 1px solid #000;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	line-height: 1.2;
	font-size: 1.3rem;
	margin-right: 5px;	
}

.privacyBox dd{
	padding: 0px 5px 10px;

	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
}

.privacyBox dd a{
	color: #000;
	text-decoration: underline;
}

.privacyBox dd:last-child{
	border-bottom: none;
}

/* panf */

.panfBox {
	position: relative;
	width: 100%;
	max-width: 480px;
	overflow: hidden;
	margin: 0 auto;	
}

.panfBox figure{
	position: relative;
	padding-top: 116.66%;
	width: 100%;
	max-width: 480px;
	overflow: hidden;	
}

.panfBox figure img {
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
  	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.panfBox a:hover figure img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.panfBox a figure span {
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: right top;
	transform: scale(1, 1);
	transition: transform .3s;	
}

.panfBox .otherbnrTtl {
	color: #FFF;
	position: absolute;
	bottom: 30px;
	left: 0px;
}
.panfBox dl {
	position: relative;
	padding: 0 0 0px 30px;	
}
.panfBox dl:after{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	height: 100%;
	width: 5px;
	content: "";
}

.panfBox dt{
	font-family: 'Ubuntu', sans-serif;
	font-size: 3.0rem;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.1;
}

.panfBox dd{
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.1;
}

.panfBox .bnrBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px solid #FFF;
	text-align: center;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	box-sizing: border-box;
	padding-top: 100px;
	background-image: url(images/icon-download.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}

.panfBox a:hover .bnrBtn{
	background-color: #ffea00;
	border: 2px solid #ffea00;
	text-align: center;
	transition:background-color .5s, border .5s;

}


.right { float: right; width: 100%; }


.float2 li{ width: 100%;}
.float3 li{ width: 100%;}
.float4 li{ width: 50%;}
.float5 li{ width: 50%;}

.float4 li:nth-of-type(2n+1),
.float5 li:nth-of-type(2n+1){ clear: both;}


/* add */
.entranceList li{
	padding: 5px;
	/* float: left;
	width: 25%; */
	box-sizing: border-box;	
}
.entranceList li a {
	font-size: 15px;
	display: block;
	height: 50px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	margin: 0 auto 0;
	text-align: center;
	transition: background-color .5s;
	cursor: pointer;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.entranceList li a:hover {
	background-color: #fdfd75;
	transition: background-color .5s;
}
.entranceList li a span{font-size: 12px;}
.entranceTable {
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}
.entranceTable th {
	background-color: #fafafa;
	/* width: 25%;*/
}
.entranceTable td {
	/*width: 75%; */	
}
.entranceTable th,
.entranceTable td { border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px; box-sizing: border-box; display: block; width: 100%; }
.entranceTable td p{ margin-bottom: 10px;}
.gryBox {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fafafa;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.6;	
}

.line {
	display: block;
	padding: 0 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ddd;	
}

.gryBox br {
	content: '';
    margin-bottom: 10px;
    display: block;
}


/* form
---------------------------------------------- */
	input[type=text],textarea,input[type=password] {
			background-color: #fff;
			padding: 8px;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			border: 1px solid #ddd;
	}
	
input[type=submit],input[type=text],textarea,input[type=password] {
   -webkit-appearance: none;
   border-radius: 0;
}
	
	input.boxShort,input.box60 {width: 10%;}
	input.box120 {width: 35%;}
	input.box140 {width: 100%;}
	input.boxMiddle,input.box380,input.box300 {width: 100%;}
	input.boxLong,input.box1000 {width: 100%;}
	.box95,textarea.box380 {width: 100%;}
	
	.styledRadio {
		display: inline-block;
		vertical-align: middle;
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.radioV input br{ padding-bottom: 80px; }
	select {
		/*　矢印を消す　*/
		-webkit-appearance:none;
		-moz-appearance:none;
			text-indent: .01px; /* Firefox用 */
			text-overflow: ""; /* Firefox用 */
		appearance:none;
		 
		/*　背景画像の指定　*/
		width: 100%;
		height: 40px;
		padding: 5px 20px 5px 5px;
		background-color: #fff;
		background-image: url(images/select.png);
		background-repeat: no-repeat;
		background-size: 7px 10px;
		background-position: right 5px center;
		cursor: pointer;
		border: 1px solid #ddd;
		margin: 0 5px 5px 0;
		border-radius: 0;
	}
	.detailshopping select { width: 150px; }
	.selectV select {width: 20%;}
	
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		select:not(:target) {
			padding-right:0;
			background-image: none;
		}
	}


/* font 
--------------------------------------------- */
.f10 { font-size: 1.0rem; }
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.5rem; }
.f17 { font-size: 1.5rem; }
.f18 { font-size: 1.6rem; }
.f19 { font-size: 1.6rem; }
.f20 { font-size: 1.8rem; }
.f25 { font-size: 2.0rem; }
.f30 { font-size: 2.5rem; }
.f35 { font-size: 3.0rem; }
.f40 { font-size: 3.5rem; }
.f45 { font-size: 4.0rem; }
.f50 { font-size: 4.5rem; }
.f55 { font-size: 5.0rem; }
.f60 { font-size: 5.5rem; }
.f65 { font-size: 6.0rem; }
.f70 { font-size: 6.5rem; }

.txtC,.alignC { text-align: center; }
.txtR,.alignR { text-align: right; }
.txtL,.alignL { text-align: left; }

.txtC.txtLsp { text-align: left; }

a.txtD { text-decoration: underline; color: #000; }

.pb60 { padding: 60px 0;}
.pb30 { padding: 30px 0;}
.mb30 { margin-bottom: 30px; }
.mb10 { margin-bottom: 10px; }

.box90 {
	width: 100%;
	padding: 30px 10px;
	box-sizing: border-box;
}

.box1130 {
	padding: 40px 20px;
	max-width: 100%;
}

.yellow { background-color: #ffd600; }
.red { color: #fd0000; }

.gryBg { background-color: #fcfcfc; }
.borderB { border-bottom: 1px dashed #ddd;}


.fontB { font-weight: bold; }
.mincho {
	  font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	  font-style: normal;
	  font-variant: normal;
	  font-weight: lighter;	
}
.notosansjp {font-family: 'Noto Sans JP', sans-serif;}
.ubuntu {font-family: 'Ubuntu', sans-serif;}

.spno { display: none; }

/* slide */
#_btn {
  overflow: hidden;
  background: #ffea00;
  height: 40px;
  width: 40px;
  position: fixed;
  top: 0;
  z-index: 99999999;
}

#_btn_nav {
  float: left;
  cursor: pointer;
  position: relative;
}

#nav_open {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 40px;
  width: 40px;
}

#nav_close {
  position: relative;
  z-index: 2;
  top: -28px;
  height: 40px;
  width: 40px;
}

#fadeLayer {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.6);
  visibility:hidden;
  z-index: 99999998;
}

#menu {
  	position: relative;
  	z-index: 0;
  	top: 7.5px;
 	height: 25px;
	width: 30px;
    cursor: pointer;
}

#menu .bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
	margin-left: -10px;
    transition: .15s ease-in-out;
}

#bar01 {top: 0;}
#bar02 {top: 10px;}
#bar03 {top: 20px;}

.active #bar01 {
    top: 10px;
    transform: rotate(45deg);
}
.active #bar02 {width: 0;}
.active #bar03 {
    top: 10px;
    transform: rotate(-45deg);
}
@media all and (min-width: 340px) {
.timeschedule dl dd span{ font-size: 1.4rem; }
}
@media all and (min-width: 480px) {
	br.pcno { display: none;}
	br.pcno.pcno2 { display: block;}
	br.spno.pcno2 { display: block;}
	.txtC.txtLsp { text-align: center; }
	footer ul { padding: 0;}
	footer ul li{
		width: 50%;
		float: left;
		padding-top: 10px;
	}
	footer ul li li{float: none;}
	footer ul li:nth-of-type(2n){border-left: 1px solid #efefef;}
	footer ul li:nth-of-type(2n) li,
	footer ul li:nth-of-type(2n) li:nth-of-type(2n),
	footer ul li li:nth-of-type(2n),
	footer ul li li{border-left: none;}
	footer ul li ul{padding-left: 10px;}
	
footer ul li:nth-of-type(1) a{
	padding: 10px 5px 10px;
}
footer ul li li:nth-of-type(1) a,
footer ul li:nth-of-type(1) li a{
	padding: 5px 20px 5px;
}

#sliderbox li figure{
	height: 100vh;
}
	
	.otherBnr li{
		float: left;
		width: 50%;
	}
	.otherBnr li:nth-of-type(3) {
		width: 100%;
		clear: both;
	}
	.otherBnr li:nth-of-type(1){padding-top: 29.166665%;}
	.float2 li{ width: 50%;}
	.float3 li{ width: 33.3333%;}
	.float4 li{ width: 25%;}
	
.float4 li:nth-of-type(2n+1),
.float5 li:nth-of-type(2n+1){ clear: none;}

	.gakkaImg li{ float: left; width: 33.3333%; }
	.curriculumTtl li .curriculumImg li:nth-of-type(1),
	.curriculumTtl li .curriculumImg li:nth-of-type(2) { float: left; width: 50%; }
	.laboratoryList { padding: 10px 20px 20px; }
	.laboratoryList div.kyoujyuname {
		width: 30%;
		float: left;
	
	}
	.laboratoryList p {
		float: left;
		width: 70%;
		padding-left: 20px;
		padding-top: 25px;
	}
.laboratoryList.list2 div.kyoujyuname {
	width: 25%;
	clear: none;
}
.laboratoryList.list2 div.kyoujyuname figure{
	padding-top: 130%;
}
.laboratoryList.list2 p {
	width: 50%;
}
.laboratoryList.list3 div.kyoujyuname {
	width: 17%;
	clear: none;
}
.laboratoryList.list3 div.kyoujyuname figure{
	padding-top: 174%;
}
.laboratoryList.list3 p {
	width: 49%;
}

	.laboratoryList div.kyoujyuBtn{
		bottom: 10px;
		right: 20px;
	}
	.course li{
		float: left;
		width: 50%;	
	}
	.program li{
		float: left;
		width: 50%;	
	}
	.curriculumBox2 li {padding: 0 1px 2px;}
	.curriculumBox2 li {
		float: left;
		width: 50%;
	}
	.right { float: right; width: 40%; margin-left: 20px; }
	.answerTxt {width: 92%;}
	.timeschedule dl dd{ width: 85%; }
	.fukidashi2 {
		width: 200px;
	}

	.timeImg1 {
		width: 140px;
		left: 180px;
	}
	
	.fukidashi3 {
		width: 180px;
		top: -70px;
	}

	.timeImg2 {
		width: 180px;
	}
	
	.fukidashi4 {
		width: 160px;
		top: -20px;

	}

	.timeImg3 {
		width: 130px;
		left: 180px;
		top: 0;
	}
	
	.fukidashi5 {
		width: 240px;
	}

	
	.fukidashi6 {
		width: 240px;
	}

	
	.fukidashi7 {
		width: 260px;
	}

	
	.fukidashi8 {
		width: 150px;
	}

	
	.timeImg4 {
		transform: rotate(5deg);
		width: 180px;
	}
	
	.timeImg5 {
		width: 260px;
	}
	
	.fukidashi9 {
		width: 300px;
		top: -10px;
	}
	.float5 li{ width: 20%;}

.gakkaImg li:nth-of-type(3n+1) { clear: both; }

/* add */
.entranceList.spEntList li{
	float: left;
	width: 50%;
}

}

@media all and (min-width: 560px) {
	.facebook-wrapper {margin: 30px auto;}
	.btnBox li{	width: 25%;	}

	.borderR { border-right: 1px dashed #ddd;}
	.borderL { border-left: 1px dashed #ddd;}
	.btnBox2 li,
	.btnBox2 li:nth-of-type(4),
	.btnBox2 li:nth-of-type(5){width: 20%;	}
.messageImg { float: left; width: 40%; }
.messageTxt { float: left; width: 60%; padding-left: 20px; }

/* add */
.entranceList li{
	float: left;
	width: 50%;
}

}

@media all and (min-width: 660px) {	
	.laboratoryList { padding: 10px 10px 30px; }
	.laboratoryBox li:nth-of-type(2n+1) { clear: both; }
	.labLinkList li {
		float: left;
		width: 50%;
	}
	.labTeacherImg { float: left; width: 20%; }
	.labTeacherProf { float: left; width: 80%; padding: 10px 0 0 30px; }
	
	.point dt {
		float: left;
		clear: both;
		margin: 0 auto 20px;
	}
	.point dd {
		width: 90%;
		float: left;
	}	
	.imgTxtBox figure {
		float: left;
		width: 50%;
		padding-left: 30px;
	}
	.imgTxtBox div {
		float: left;
		width: 50%;
	}
	
	.shikakuBox li {
		float: left;
		width: 50%;
	}
	.answerTxt {width: 95%;}
	
	.curriculumTtl li dd li,
	.curriculumTtl li dd li:nth-of-type(1),
	.curriculumTtl li dd li:nth-of-type(2) { float: left; width: 50%; }
	.accessBox li {
		float: left;
		width: 50%;
	}
	.accessBox li:nth-of-type(1) {
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 3.5% 10px;
	}
	
	/* add */
	.entranceList.spEntList li{
		float: left;
		width: 25%;
	}

}

@media all and (min-width: 740px) {
	/* add */
	.entranceList li{
		float: left;
		width: 33.33%;
	}
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}