/*レイアウト変更により不要*/
p.btnLinkHome {
	display:none;
}

.btnPageTop{
  display: none;
}

/*
 ページの先頭へ戻る(追従)
-----------------------------------------------------------*/

#btn_pagetop{
  display: none;
  position:fixed;
  bottom:40px;
  right:20px;
  z-index:350;
}

#btn_pagetop a{
  display: block;
  background: url(/assets/img/btn_gotop.png) no-repeat top center;
  background-size:cover;
  width: 53px;
  height: 53px;
  line-height: 0;
  text-indent: -9999px;
  text-decoration: none;
  font-size: 1%;
}
#btn_pagetop a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

@media screen and (max-width : 640px){
  #btn_pagetop{
    right: 15px;
    bottom: 15px;
  }
  #btn_pagetop a{
    width: 45px;
    height: 45px;
  }
}
/* ===============================================
# footer
=============================================== */
#footerAll {
	width:100%;
  min-width: 990px;
  min-height:300px;
  margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
  text-align: left;
  color: #fff;
  background: #0d5dd2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.6;
  box-sizing: border-box;
}
#footerAll *{
  box-sizing: border-box;
}
#footerAll img[src*=".svg"] {
    width: 100%;
}
footer{
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 1.7% 0 3.2%;
}
#footer a:link,
#footer a:visited,
#footer a:hover{
  color: #fff;
  text-decoration:none;
}

#footer .footerAdd {
	font-size:13px;
	line-height: 1.385;
}

#footer address {
	font-size:13px;
	font-style:normal;
	display:block;
	padding-top:10px;
	color:#FFF;
}
@media screen and (max-width :768px){
  #footerAll{
    min-height: inherit;
    min-width: inherit;
    padding-bottom:5px;    
  }
  footer{
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  
  #footer .footerAdd {
    font-size:11px;
    line-height: 1.364;
  }
  #footer .footerAdd > p:nth-child(n+2){
    margin-top: 0.8em;
  }
  #footer address {
    font-size:10px;
    padding-top:15px;
    text-align: center;
  }
}
/* フッタメニュー
--------------------------------------------------------------*/
.footerNav li {
	display:inline;
  white-space: nowrap;
  margin-right: 35px;
	background-image:url("/assets/img/ico_arrow_w.svg");
	background-position:right center;
  background-size: 8px auto;
	background-repeat:no-repeat;
	padding-right: 16px;
	font-size:13px;
  font-weight: bold;
}
@media screen and (max-width :768px){
  .footerNav {
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;  
    flex-wrap: wrap;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .footerNav li {
    display:block;
    background: none;
    width: 50%;
    margin-right: 0;
    line-height: 1.2;
    padding:9px 10px;
    font-size:11px;
    white-space: pre-wrap;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .footerNav li:nth-child(-n+3){
    width: 33.33%;
    width: calc(100% / 3);
  }
  .footerNav li:last-child{
    width: 100%;
  }  
  
  .android .footerNav{
    display: block;
  }
  .android .footerNav li{
    width: 100% !important;
  }  
}
/* SNS
--------------------------------------------------------------*/
.footerSNS {
	width:100%;
	overflow:hidden;
	padding-top:25px;
	padding-bottom:22px;
}

.footerSNS p {
	float:left;
	width:260px;
}

.footerSNS ul {
	float:right;
	overflow:hidden;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;  
}

.footerSNS ul li {
	margin-left: 5px;
}
.footerSNS ul li.youtube{
  margin-left: 10px;
}
@media screen and (max-width :768px){
  .footerSNS {
    width:100%;
    flex: initial;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .footerSNS p {
    width:190px;
    background-size:200px 24px;
    margin-top: 25px;
  }

  .footerSNS ul {
    width:100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;    
  }

  .footerSNS ul li {
    float:left;
    width: 25px;
    margin-left:4px !important;
  }
  .footerSNS ul li.eduroam{
    width: 60px;
  }

}

/*フッターバナー
--------------------------------------------------------------*/
.bnrFooter {
	width:100%;
  max-width: 1200px;
	margin: 0 auto 20px;
	overflow:hidden;
  text-align: center;
}
.bnrFooter ul{
  display: inline-block;
}
.bnrFooter li {
	float:left;
}
@media screen and (max-width : 768px){
.bnrFooter {
	width:706px;
/*	margin-left:0px; */
	margin-left:auto;
	margin-right:auto;
  overflow: hidden;
}


  
.bnrFooter li.footer01_01 {
	width:164px;
}

.bnrFooter li.footer01_02 {
	width:281px;
}

.bnrFooter li.footer01_03 {
	width:261px;
}

.bnrFooter li.footer02_01 {
	width:164px;
}

.bnrFooter li.footer02_02 {
	width:542px;
}

.bnrFooter li.footer03_01,
.bnrFooter li.footer04_01 {
	width:177px;
}

.bnrFooter li.footer03_02,
.bnrFooter li.footer04_02 {
	width:282px;
}

.bnrFooter li.footer03_03,
.bnrFooter li.footer04_03 {
	width:246px;
}

.bnrFooter li.footer05_01 {
	width:174px;
}

.bnrFooter li.footer05_02 {
	width:308px;
}

.bnrFooter li.footer05_03 {
	width:223px;
}
#footerAll footer .bnrFooter li img{
	border:0px;
	max-width:100%;
	height:auto;
	width:auto;
}
}
@media screen and (max-width : 640px){
.bnrFooter {
	display:none;
	height:0px;
}
}