@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:bottom}

/* ===============================================
# common
=============================================== */
*{
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  color: #000;
  background-color: #fff;
  font-size:17px;
  font-size:1.7rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;
  animation: PageIn 1.3s ease 0s 1 normal;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

#wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
}
main{
  position: relative;
  display: block;
  min-height: 200px;
}
.inner{
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
a,
a:visited{
  text-decoration: none;
  color: #014099;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%;
}
.for_pc{
  display: block;
}
.for_sp{
  display: none;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
}
.clear{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
@media print,screen and (min-width :769px){
  .tellink{
    pointer-events: none;
  }
  .flex_pc{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
@media print,screen and (max-width :1200px){
  .inner{
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media screen and (max-width :768px){
  body{
    font-size:15px;
    font-size:1.5rem;
  }
  .inner{
    padding-right: 4%;
    padding-left: 4%;
  }
  img{
    height: auto;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
  }
}


/*
 マウスオーバー
----------------------------------------------------------- */
.ov{
  display:block;
}
.over{
  display:block;
}
@media screen and (min-width : 769px){
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .6;
    text-decoration: 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
=============================================== */
#footer {
	width:100%;
  min-height:300px;
	padding-top:20px;
	padding-bottom:20px;
  text-align: left;
  color: #fff;
  background: #0d5dd2;
}
#footer .inner{
  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;
  font-size: 1.3rem;
	line-height: 1.385;
}

#footer address {
	font-size:13px;
  font-size: 1.3rem;
	font-style:normal;
	display:block;
	padding-top:10px;
	color:#FFF;
}
@media screen and (max-width :768px){
  #footer{
    min-height: inherit;
    padding-bottom:5px;    
  }
  #footer .inner {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  
  #footer .footerAdd {
    font-size:11px;
    font-size: 1.1rem;
    line-height: 1.364;
  }
  #footer .footerAdd > p:nth-child(n+2){
    margin-top: 0.8em;
  }
  #footer address {
    font-size:10px;
    font-size: 1rem;
    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-size: 1.3rem;
  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;
    font-size: 1.1rem;
    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: 27px;
    margin-left:4px !important;
  }
  .footerSNS ul li.eduroam{
    width: 60px;
  }

}

/* ===============================================
# main_content
=============================================== */
.main_content{
  padding: 30px 0;
}
@media screen and (max-width :768px){
  .main_content{
    padding: 20px 0;
  }
}
/* ===============================================
# lnav
=============================================== */

#lnav{
  position: absolute;
  left: 0;
  top: 0;
  z-index:100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
}
#lnav.on{
  -wekit-transform: translateX(0);
  transform: translateX(0);
}
#lnav .box_menu{
  width: 240px;
  background: #fff;
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: solid 1px #014099;
}

#lnav .box_menu a{
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#lnav .box_menu .ttl_second a{
  display: block;
  color: #fff;
  padding: 27px 25px 27px 18px;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  background: url(/assets/img/ico_arrow_w.svg)no-repeat right 11px center;
  background-size: 7px auto;
  background-color: #014099;
  border-bottom: solid 1px #fff;
}
#lnav .box_menu .ttl_second a:hover{
  background-color: #0d5dd2;
}
#lnav .box_menu .third{
  border-top: solid 1px #014099;
  border-right: solid 1px #014099;
}
#lnav .box_menu .third a{
  display: block;
  padding: 16px 35px 16px 20px;
  background: url(/assets/img/ico_arrow.svg)no-repeat right 11px center;
  background-size: 7px auto;
}
#lnav .box_menu .third a.on{
  color: #fff;
  background-image: url(/assets/img/ico_arrow_w.svg);
  background-color: #014099;
}
#lnav .box_menu .third a:hover{
  color: #fff;
  background-image: url(/assets/img/ico_arrow_w.svg);
  background-color: #014099;
}

#lnav .box_menu .third:not(.link) a.on{
  background:#014099 url(/assets/img/ico_down.svg)no-repeat right 19px center;
  background-size: 10px auto;
}
#lnav .box_menu .third a.on:hover{
  background-color: #0d5dd2;
}
#lnav .box_menu .fourth{
  display: none;
  border-left: solid 5px #014099;
  border-right: solid 12px #014099;
}
#lnav .box_menu .fourth.on{
  display: block;
}
#lnav .box_menu .fourth .ttl_sub{
  padding: 12px 13px;
  background: #c9dcf1;
  border-top: solid 1px #fff;
  border-bottom: solid 2px #0d5dd2;
}
#lnav .box_menu .fourth ul li{
  border-top: solid 1px #014099;
}
#lnav .box_menu .fourth ul li:last-child{
  border-bottom: solid 1px #014099;
}
#lnav .box_menu .fourth ul li a{
  display: block;
  padding: 12px 10px 12px 27px;
  background: url(/assets/img/ico_arrow.svg)no-repeat left 13px center;
  background-size: 7px auto;
}
#lnav .box_menu .fourth ul li a:hover,
#lnav .box_menu .fourth ul li a.on{
  background-color: #f9f8f2;
}

/*ボタン*/
#btn_lnav{
  position: absolute;
  left: 0;
  top: 0;
  z-index:100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  line-height: 1;
}
#btn_lnav:hover{
  background-color: #0d5dd2;
  cursor: pointer;
}
#btn_lnav.on{
  left: 240px;
  background: url("/assets/img/ico_lnav_close.svg") no-repeat center center;
  background-size: 100% auto;
}
#btn_lnav.on img{
  opacity: 0;
}
@media screen and (max-width :768px){
  #lnav{
    top: 98px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: none;
  }
  #lnav.on{
    width: 100%;
    display: block;
    height: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 600;
    background: #fff;
  }
  #lnav .box_menu{
    width: 100%;
  }
  /*ボタン*/
  #btn_lnav{
    width: 60px;
    height: 60px;
    top: 38px;
    left: auto;
    right: 0;
  }
  #btn_lnav.on{
    left: auto;
  }
  #btn_close{
    background: #014099;
    text-align: right;
    border-top: solid 1px #fff;
  }
  #btn_close img{
    width: 60px;
  }
}


/* ===============================================
# modal_translation
=============================================== */
.modal_translation .modaal-container{
  max-width: 900px;
  overflow: hidden;
  background: none;
  box-shadow: none;
}
.modal_translation .modaal-content{
  border-radius: 10px;
  border: solid 1px #003399;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.35);  
  background: #fff;
}
.modal_translation .modaal-content-container{
  padding: 0;
}
#area_translation{
  padding: 50px 32px 38px;
  color: #003399;
  font-size: 18px;
  font-size: 1.8rem;
}
#area_translation .ttl{
  text-align: center;
  font-size: 31px;
  font-size: 3.1rem;
  margin-bottom: 20px;
  line-height: 1;
}
#area_translation .ttl img{
  width: 40px;
  vertical-align: middle;
  margin-right: 20px;
}
#area_translation .txt{
  max-width: 600px;
  margin: 0 auto;
}
#area_translation .btn{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
#area_translation .btn li{
  width: 192px;
}
#area_translation .btn li.ok{
  margin-left: 15px;
}
#area_translation .btn li a{
  display: block;
  color: #fff;
  text-align: center;
  background: #cccccc;
  padding: 9px 10px;
}
#area_translation .btn li.ok a{
  background: #014099;
}

@media screen and (max-width :768px){
  .modal_translation .modaal-content{
    border-radius: 5px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);  
  }
  #area_translation{
    padding: 35px 22px 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #area_translation .ttl{
    font-size: 25px;
    font-size: 2.5rem;
  }
  #area_translation .ttl img{
    width: 30px;
    margin-right: 10px;
  }
  #area_translation .btn{
    margin-top: 10px;
  }
  #area_translation .btn li{
    width: 48%;
  }
  #area_translation .btn li.ok{
    margin-left: 4%;
  }
  #area_translation .btn li a{
    padding: 10px 10px;
  }
}