/* ===============================================
# header
=============================================== */
.btnVoice{
  display: none;
}
#search{
  display: none;
}

#header{
  min-width: 990px;
  background: #fff;
  /*border-bottom: solid 3px #d5d5d5;*/
  margin:0 auto 3px;
}
#header *{
  box-sizing: border-box;
}
#header img{
  max-width: 100%;
  vertical-align: bottom;
}
#header img[src*=".svg"] {
  width: 100%; 
}
#header{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; 
  line-height: 1.6;
}
#header .en{
  font-family: 'Roboto Condensed', sans-serif;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
#header a{
  text-decoration: none;
}
@media screen and (min-width : 769px){
  #header a.ov{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  #header a.ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}
@media print,screen and (max-width :768px){
  #header{
    display: none;
  }
  #header_sp{
    display: block;
    background: #fff;
  }
}
/*対象者メニュー*/
#header_targetmenu{
 background-color: #0d5dd2;
}
.header_targetmenu_inner{
  max-width: 1200px;  
  margin: 0 auto;
}
#header_targetmenu .header_targetmenu_inner > ul > li{
  height: 57px;
}
#header_targetmenu a{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
#header_targetmenu ul.link{
  display: table;
  width: calc(100% - 195px);
}
#header_targetmenu ul.link::after{
  display: none;
}
#header_targetmenu ul.link li{
  display: table-cell;
  vertical-align: middle;
  border-left: solid 1px #528cde;
}
#header_targetmenu ul.link li a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
#header_targetmenu ul.link li a:hover{
  opacity: 1;
  background-color: #006CFF;
}
#header_targetmenu ul.link li a br{
  display: none;
}
/*言語・検索ボタン*/
#header_targetmenu ul.btn{
  width:195px;
}
#header_targetmenu ul.btn > li{
  position: relative;
  width: 50%;
  border-left: solid 1px #528cde;
}
#header_targetmenu ul.btn > li > a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #014099; 
}
#header_targetmenu ul.btn > li > a span{
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
#header_targetmenu ul.btn > li.search > a{
  background: #333333;
}
#header_targetmenu ul.btn > li > a > img{
  width: 23px;
}
#header_targetmenu ul.btn > li.donate > a > img{
  width: 28px;
}
#header_targetmenu ul.btn > li.library > a > img{
  width: 35px;
}
#header_targetmenu ul.btn > li.search > a > img{
  width: 25px;
}

#header_targetmenu ul.btn > li .sub_menu{
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #014099;
  z-index: 50;
  white-space: nowrap;
  font-size: 16px;
}
#header_targetmenu ul.btn > li.library .sub_menu a{
  padding: 32px 17px;
  text-align: center;
  display: block;
  color: #fff;
}
#header_targetmenu ul.btn > li.library .sub_menu a span{
  display: block;
  padding-right: 25px;
  background: url(/assets/img/ico_arrow_w.svg) no-repeat right center;
  background-size: 9px auto;
}
#header_targetmenu ul.btn > li.search .sub_menu{
  padding: 11px 10px; 
  background: #333333;
}
#header_targetmenu ul.btn > li.search .sub_menu .search-field{
  width: 430px;
  border: none;
  padding: 18px 5px;
  margin-right: 10px;
}
#header_targetmenu ul.btn > li.search .sub_menu .search-submit{
  background: #0d5dd2;
  color: #fff;
  border: none;
  padding: 0 16px;
}
@media print,screen and (max-width :1200px){
  #header_targetmenu ul.link{
    table-layout: fixed;
  }
  #header_targetmenu ul.link > li a br{
    display: inline-block;
  }
  #header_targetmenu ul.link > li:last-child {
    width: auto;
  }
}
@media print,screen and (max-width :900px){
  #header_targetmenu a{
    font-size: 11.15px;
  }
}
/*ロゴ　SNSーーーーーーーーーーーーーーーーーー*/
#header_aside{
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 0 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*ロゴ*/
#header_aside .logo{
  width: 205px;
}
/*右要素*/
#header_aside .right{
  -webkit-box-flex: 1;
  flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;  
}
#header_aside .logo img{
  width: 100%;
}
/*LINK*/
#header_aside .box_link{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header_aside .box_link li:nth-child(n+2){
  margin-left: 35px;
}
#header_aside .box_link a{
  display: block;
  color: #0d5dd2;
  font-size: 14px;
  font-weight: bold;
  min-height: 22px;
}
#header_aside .box_link li.contact a{
  padding-left: 30px;
  background: url(/assets/img/ico_contact.png)no-repeat left center;
  background-size: 22px auto;
}
#header_aside .box_link li.request a{
  padding-left: 30px;
  background: url(/assets/img/ico_request.png)no-repeat left center;
  background-size: 21px auto;
}
#header_aside .box_link li.access a{
  padding-left: 22px;
  background: url(/assets/img/ico_access.png)no-repeat left center;
  background-size: 17px auto;
}
/*SNS*/
#header_aside .box_sns{
  margin-left: 24px;
}
#header_aside .box_sns li{
  width: 30px;
}
#header_aside .box_sns li:nth-child(n+2){
  margin-left: 4px;
}
#header_aside .box_sns li.note{
  width: 26px;
}
@media print,screen and (max-width :1200px){
  #header_aside{
    padding: 28px 2% 20px;
  }
}
@media print,screen and (max-width :1024px){
  #header_aside{
    padding: 15px 2% 15px;
  }  
  #header_aside .right{
    flex-wrap: wrap;
  }
  /*LINK*/
  #header_aside aside{
   -webkit-box-ordinal-group:2;
   order: 1;
  }
  #header_aside .box_link li:nth-child(n+2){
    margin-left:15px;
  }
  /*SNS*/
  #header_aside .box_sns{
    margin-left: 15px;
  }
}

/*翻訳ボタン*/
#header .box_translation{
  margin-left: 3%;
}
#header .box_translation a{
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1;
}
#header .box_translation a:hover{
  opacity: 0.5;
}
#header .box_translation a[data-stt-active]{
  color: #0d5dd2;
  pointer-events: none;
}
#header .box_translation ul{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header .box_translation ul li:nth-child(2)::before{
  display: inline-block;
  content: '';
  width: 35px;
  height: 33px;
  margin: 0 7px;
  background: url("/assets/img/ico_translation.svg")no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
@media print,screen and (max-width :1024px){
  #header .box_translation{
    width: 100%;
    -webkit-box-ordinal-group:1;
    order: 0;
    margin-left:0;
    margin-bottom: 10px;
  }
  #header .box_translation ul{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;  
  }
}
/*グロナビーーーーーーーーーーーーーーーーーー*/
#header_gnav{
  position: relative;
  text-align: left;
}
.header_gnav_inner{
  max-width: 1200px;
  margin:0 auto;
}
#header_gnav .header_gnav_menu{

}
#header_gnav .header_gnav_menu > li{
  width: calc(100% / 7);
}
#header_gnav .header_gnav_menu > li > a{
  position: relative;
  display: block;
  padding: 8px 0;
  margin: 0 auto;
  color: #1d4293;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
#header_gnav .header_gnav_menu > li > a::after,
#header_gnav .header_gnav_menu > li > a::before{
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
}
#header_gnav .header_gnav_menu > li > a::after{
  width: 100%;
  height: 3px;
  bottom: -3px;
  left:0;
  background: #0d5dd2;
}
#header_gnav .header_gnav_menu > li > a::before{
  bottom: 0px;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #0d5cd2 transparent;
}
#header_gnav .header_gnav_menu > li:not(.active) a.on::before,
#header_gnav .header_gnav_menu > li:not(.active) a.on::after,
#header_gnav .header_gnav_menu > li:not(.active) a:hover::before,
#header_gnav .header_gnav_menu > li:not(.active) a:hover::after{
  opacity: 1;
}
#header_gnav .header_gnav_menu > li > a p{
  padding: 10px 0 8px;
  border-left: solid 1px #b8b8b8;
  line-height: 1;
  font-size: 15px;
}
#header_gnav .header_gnav_menu > li:last-child > a p{
  border-right: solid 1px #b8b8b8;
}
#header_gnav .header_gnav_menu > li > a span{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight:300;
  font-family: 'Roboto Condensed', sans-serif;
}

#header_gnav .header_gnav_menu > li.active > a{
  background: #014099;
}
#header_gnav .header_gnav_menu > li.active > a{
  color: #fff;
}

@media print,screen and (max-width :1200px){
  #header_gnav .header_gnav_menu > li:first-child > a{
    border-left: none;
  }
  #header_gnav .header_gnav_menu > li:last-child > a{
    border-right: none;
  }
  #header_gnav .header_gnav_menu > li > a p{
    font-size: 14px;
    font-size: 1.35vw;
  }
  #header_gnav .header_gnav_menu > li a span{
    font-size: 11px;
  }
}

/*グロナビhover-------------------------*/
#header_gnav .submenu{
  display: none;
  max-width: 1300px;
  width:100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #e5eff9;
  padding: 30px 50px;
  z-index: 100;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.35);
  line-height: 1.3;
}
#header_gnav .submenu.on{
  display: block;
}

/*通常*/
#header_gnav .submenu ul.nomal{
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#header_gnav .submenu ul.nomal >  li{
  background: #fff;
}
#header_gnav .submenu ul.nomal.flex >  li{
  width: 24.1%;  
  margin-left: 1.2%;  
}
#header_gnav .submenu ul.nomal.flex >  li:nth-child(4n+1){
  margin-left: 0;
}
#header_gnav .submenu ul.nomal.flex >  li:nth-child(n+5){
  margin-top: 10px;
}
#header_gnav .submenu ul.nomal >  li a{
  height: 100%;
  padding: 12px 25px 12px 5px;
  font-size: 15px;
  background: url(/assets/img/ico_arrow_b.svg) no-repeat right 11px center;
  background-size: 7px auto;
  border: solid 1px #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header_gnav .submenu ul.nomal >  li a:hover{
  border-color:#014099;
}
/*画像あり*/
#header_gnav .submenu .left{
  width: 32.8%;
  margin-right: 20px;
}
#header_gnav .submenu .left.international{
  width: 31.3%;
}
#header_gnav .submenu .right{
  flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header_gnav .submenu .right .item{
  width: 49%;
}
#header_gnav .submenu .right ul.type_img li:nth-child(n+2){
  margin-top: 10px;
}
#header_gnav .submenu .right ul.type_img li a{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  background: #fff;
  height: 85px;
  border:solid 1px #e5eff9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header_gnav .submenu .right ul.type_img li a:hover{
  border-color:#014099;
}
#header_gnav .submenu .right ul.type_img li a .img{
  position: relative;
  width: 21.8%;
  overflow: hidden;
  max-width: 83px;
}
#header_gnav .submenu .right ul.type_img li a .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: inherit;
  height: 100%;
}
#header_gnav .submenu .right ul.type_img li a p{
  flex: 1;
  padding: 10px 25px 10px 5%;
  background: url(/assets/img/ico_arrow_b.svg) no-repeat right 11px center;
  background-size: 7px auto;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  font-size: 16px;
}

/*学部*/
#header_gnav .submenu .right ul.type_simple{
  flex-wrap: wrap;
  margin-top: 10px;
}
#header_gnav .submenu .right ul.type_simple li{
  width: 48%;
  border-bottom: solid 1px #bcd3ea;
}
#header_gnav .submenu .right ul.type_simple li:nth-child(even){
  margin-left: 4%;
}
#header_gnav .submenu .right ul.type_simple li a{
  display: block;
  padding: 12px 30px 12px 0;
  background: url(/assets/img/ico_arrow_b.svg) no-repeat right 11px center;
  background-size: 7px auto;
  font-size: 15px;
}
#header_gnav .submenu .right ul.type_simple li a:hover{
  opacity: 0.7;
}

/*入試情報*/
#header_gnav .submenu.admissions .left{
  width: 26.6%;
  margin-right: 3.9%;
}
#header_gnav .submenu.admissions .right .ttl{
  line-height: 1;
  padding: 25px 0 14px;
  font-size: 18px;
  font-weight: bold;
  color: #014099;
  border-bottom: solid 1px #aac6e1;
  margin-bottom: 10px;
}
#header_gnav .submenu.admissions .right .ttl:nth-child(n+2){
  margin-top: 12px;
}
#header_gnav .submenu.admissions .right .item:nth-child(1){
  width: 59%;
}
#header_gnav .submenu.admissions .right .item:nth-child(2){
  flex: 1;
  margin-left: 5.5%;
}
#header_gnav .submenu.admissions ul.col2{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#header_gnav .submenu.admissions ul.col2 > li{
  width: 48%;
  margin-left: 4%;
}
#header_gnav .submenu.admissions ul.col2 > li:nth-child(2n+1){
  margin-left:0;
}
#header_gnav .submenu.admissions ul.col2 > li:nth-child(n+3){
  margin-top: 10px;
}

#header_gnav .submenu.admissions ul.col1 > li:nth-child(n+2){
  margin-top: 10px;
}

#header_gnav .submenu.admissions ul > li a{
  height: 100%;
  padding: 19px 25px 19px 15px;
  font-size: 15px;
  background: #fff url(/assets/img/ico_arrow_b.svg) no-repeat right 11px center;
  background-size: 7px auto;
  border: solid 1px #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header_gnav .submenu.admissions ul >  li a:hover{
  border-color:#014099;
}
@media print,screen and (max-width :1023px){
  #header_gnav .submenu .left{
    display: none;
  }
}

/* ===============================================
# header(SP)
=============================================== */
#header_sp {
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; 
  line-height: 1.6;
}
#header_sp .header_in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

/*
 右側メニュー
-------------------------------- */
.header_NavBlock {
  width: 100%;
  position: relative;
}
.box_headerNav {
  overflow: hidden;
  width: 100%;
}
#headerNav {
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
  table-layout: fixed;
}
#headerNav li {
  width: 20%;
  line-height: 1;
}
#headerNav li:nth-child(n+2) {
  border-left: solid 1px #8caee9;
}
#headerNav li a {
  padding: 36.66% 0 7px;
  height: 100%;
  display: block;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  background-color: #014099;
  background-repeat: no-repeat;
  background-position: top 1.6vw center;
  background-size: 17.33% auto;
}
#headerNav li:nth-child(n+3) a{
  background-color: #195cd2;
}
#headerNav li a span{
  display: block;
  text-align: center;
}
#headerNav li a img,#headerNav li.access a{
  background-image:url("/assets/img/ico_access.svg");
}
#headerNav li a img,#headerNav li.contact a{
  background-image:url("/assets/img/ico_contact.svg");
  background-size: 22% auto;
    background-position: top 1.9vw center;
}
#headerNav li a img,#headerNav li.library a{
  background-image:url("/assets/img/ico_library.svg");
  background-size: 30% auto;
}
#headerNav li a img,#headerNav li.donate a{
  background-image:url("/assets/img/ico_donate.svg");
  background-size: 28.66% auto;
}
#headerNav li a img,#headerNav li.request a{
  background-image:url("/assets/img/ico_request.svg");
  background-size: 22.66% auto;
  background-position: top 1.9vw center;
}
@media print,screen and (max-width :350px){
  #headerNav li a {
    font-size: 10px;
  }
}

/*
 文字サイズ 
-------------------------------- */
.textsize01 {
  font-size: 84%;
}
.textsize02 {
  font-size: 120%;
}
/* 検索
-------------------------------- */
.box_search {
  position: relative;
  background-color: #f5f8fd;
  padding: 3%;
  border-bottom: solid 1px #999999;
  border-top: solid 1px #999999;
}
#header_search {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#header_search table.gsc-search-box, #header_search form.gsc-search-box {
  margin-bottom: 0 !important;
}
#header_search .cse .gsc-control-cse, #header_search .gsc-control-cse {
  padding: 0;
  border: none;
}
#header_search .gsc-search-box-tools .gsc-search-box td.gsc-input {
  width: auto;
  padding: 0;
  border: 0;
}
#header_search table.gsc-search-box td {
  padding: 0;
  border: 0;
  vertical-align: middle;
}
.gsc-search-button-v2 {
  padding: 0 !important;
}
#header_search .gsc-search-button-v2, #header_search .gsc-search-button-v2:hover, #header_search .gsc-search-button-v2:focus {
  border: none;
  background-color: #0d5dd2;
  border-radius: 0;
  width: 50px;
  height: 37px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
#header_search .gsc-input-box {
  border: solid 1px #0d5dd2;
  padding: 5px 3px 5px;
  height: 37px;
  border-radius: 0;
  box-sizing: border-box;
}
#header_search table {
  width: 100%;
  border: none;
  table-layout: fixed;
}
#header_search .gsc-search-button {
  width: 50px;
  margin-left: 0;
  height: 37px;
}
#header_search .gscb_a {
  font-size: 16px;
  line-height: 1;
}
#header_search .gsst_b {
  display: none;
}
/*-----------------------------------------------------------
 SP用メニュー
----------------------------------------------------------- */
/*-----------------------------------------------------------
 ロゴ、翻訳、MENUボタン
----------------------------------------------------------- */
#header_sp .area_logo{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
  padding: 15px 4%;
}
#header_sp .area_logo .box_btn{
  -webkit-box-flex: 1;
  flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;  
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
/*
 ロゴ
----------------------------------------------------------- */
#header_sp h1 {
  position: relative;
  width: 50%;
  max-width: 340px;
}
#header_sp h1 img {
  max-width: 100%;
}

@media screen and (max-width : 640px) {
  #containerAll2 header {
    min-width: 100%;
  }
}
/*翻訳-----------------------------------------------------*/
#header_sp .box_translation{
  width: 35px;
  margin-right: 30px;
}
#header_sp .box_translation a{
  display: none;
}
#header_sp .box_translation a:not([data-stt-active]){
  display: block;
}

  /*ボタン*/
#header_btnMenu {
  display: block;
  background: url(/assets/img_smp/btn_category.png) no-repeat left top;
  background-size: contain;
  width: 32px;
  height:32px;
  text-indent: -9999px;
  text-decoration: none;
  font-size: 1%;
  margin-top: 5px;
  cursor: pointer;
}
/*OPEN　中ーーーーーーーーーーーーーーーーーーーーーーー*/
nav.gnavi_sp {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 1s ease;
  padding-top: 15px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
nav.gnavi_sp img {
  width: 100%;
  vertical-align: middle;
  line-height: 1;
}
/*ロゴ*/
nav.gnavi_sp .menu_logo {
  float: left;
  width: 43%;
  margin-left: 2%;
  margin-top: 2%;
}
/*閉じる*/
nav.gnavi_sp .box_close {
  float: right;
  width: 14%;
  margin-right: 5px;
}
/*階層メニュー*/
nav.gnavi_sp .list_menu {
  clear: both;
  text-align: left;
  border-top: solid 1px #81aaf2;
}
nav.gnavi_sp .list_menu > li {
  width: 100%;
  border-bottom: solid 1px #81aaf2;
  background-color: #f8fafe;
}
nav.gnavi_sp .list_menu > li > p {
  position: relative;
  display: block;
  color: #1a5dd2;
  padding: 15px 5px 15px 10px;
  font-size: 16px;
  font-size: 3.8vw;
  font-weight: bold;
}

nav.gnavi_sp .list_menu > li > p .en {
  font-size: 13px;
  font-size: 3.467vw;
  font-weight: normal;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
nav.gnavi_sp .list_menu > li > p .ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 605;
  width: 50px;
  height: 100%;
  background: url(/assets/img_smp/ico_plus.png) no-repeat center right 15px;
  background-size: 11px 11px;
}
nav.gnavi_sp .list_menu > li > p.on .ico {
  background-image: url(/assets/img_smp/ico_muinus.png);
}
/*対象者メニュー*/
nav.gnavi_sp .list_cat {
  background-color: #e0ebff;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
nav.gnavi_sp .list_cat li {
  width: 50%;
  text-align: left;
  border-bottom: solid 1px #81aaf2;
  box-sizing: border-box;
}
nav.gnavi_sp .list_cat li a {
  display: block;
  color: #1a5dd2;
  padding: 15px 30px 15px 3vw;
  font-size: 16px;
  font-size: 3.8vw;
  font-weight: bold;
  background: url(/assets/img_smp/ico_nav_arrow.png) no-repeat right 18px center;
  background-size: 7px auto;
}
nav.gnavi_sp .list_cat li a:hover {
  text-decoration: none;
}
nav.gnavi_sp .list_cat li.cat01 {
  width: 100%;
}
nav.gnavi_sp .list_cat li:nth-child(2n+2) {
  border-right: solid 1px #81aaf2;
}
.android nav.gnavi_sp .list_cat {
  display: block;
}
.android nav.gnavi_sp .list_cat li {
  width: 100%;
}
/*言語メニュー*/
nav.gnavi_sp .ttl_language {
  color: #fff;
  font-size: 16px;
  font-size: 3.8vw;
  font-weight: bold;
  padding-left: 3vw;
  text-align: left;
}
nav.gnavi_sp .box_language_sp {
  background-color: #6790e5;
  padding: 20px 0 50px;
}
nav.gnavi_sp .box_language_sp ul {
  width: 94.4%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
nav.gnavi_sp .box_language_sp ul li {
  width: 33%;
  background-color: #fff;
}
nav.gnavi_sp .box_language_sp ul li a {
  display: block;
  color: #1a5dd2;
  font-size: 16px;
  font-size: 3.582vw;
  font-weight: bold;
  padding: 15px 30px 15px 3vw;
  background: url(/assets/img_smp/ico_nav_arrow.png) no-repeat right 18px center;
  background-size: 7px auto;
  line-height: 1.6;
  text-align: left;
}
nav.gnavi_sp .box_language_sp ul li a:hover {
  text-decoration: none;
}
nav.gnavi_sp .box_language_sp ul li:nth-child(n +2) {
  margin-left: 0.5%;
}
/*サブメニュー*/
nav.gnavi_sp .list_sub {
  display: none;
}
nav.gnavi_sp .list_sub ul {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
nav.gnavi_sp .list_sub ul > li {
  width: 50%;
  border-top: solid 1px #81aaf2;
  box-sizing: border-box;
  background-color: #fff;
}
nav.gnavi_sp .list_sub ul > li.long {
  width: 100%;
}
nav.gnavi_sp .list_sub ul > li:nth-child(even) {
  border-left: solid 1px #81aaf2;
}
nav.gnavi_sp .list_sub ul > li a {
  padding: 15px 24px 15px 15px;
  background: url(/assets/img_smp/ico_arrow06.png) no-repeat center right 15px;
  background-size: 5px auto;
  display: flex;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.6;
}
nav.gnavi_sp .list_sub ul > li > a:hover {
  text-decoration: none;

}
.android nav.gnavi_sp .list_sub ul {
  display: block;
}
.android nav.gnavi_sp .list_sub ul > li {
  width: 100%;
}
.android nav.gnavi_sp .list_sub ul > li:nth-child(even) {
  border-left: none;
}
/*-----------------------------------------------------------
 SP用 追従メニュー
----------------------------------------------------------- */

#nav_fixedsmp {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 5px;
  z-index: 500;
  box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.4);
}
#nav_fixedsmp ul {
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  border-bottom: solid 2px #9a9a9a;
  background-color: #fff;
}
#nav_fixedsmp ul li {
  width: 14.28%;
  width: calc(100% / 7);
  background: #195cd2;
  border-right: solid 1px #4980e1;
}
#nav_fixedsmp ul li a{
  display: block;
  color: #fff;
  height: 100%;
  padding-top: 62.6%;
  padding-top: 8.93vw;
  font-size: 10px;
  font-size: 2.667vw;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background-position: top 18.7% center;
  background-position: top 2.6vw center;
  background-repeat: no-repeat;
  background-size: 33.6% auto;
}
#nav_fixedsmp ul li a span{
  display: block;
}
#nav_fixedsmp ul li.access a{
  background-image: url("/assets/img/ico_access.svg");
}
#nav_fixedsmp ul li.contact a{
  background-image: url("/assets/img/ico_contact.svg");
  background-position: top 24.2% center;
  background-position: top 3.4vw center;
  background-size:39.2% auto;  
}
#nav_fixedsmp ul li.library a{
  background-image: url("/assets/img/ico_library.svg");
  background-position: top 22.4% center;
  background-position: top 3.2vw center;
  background-size:45.7% auto;    
}
#nav_fixedsmp ul li.donate a{
  background-image: url("/assets/img/ico_donate.svg");
  background-size:43.9% auto;    
}
#nav_fixedsmp ul li.request a{
  background-image: url("/assets/img/ico_request.svg");
  background-size:43.9% auto;    
}
#nav_fixedsmp ul li:nth-child(1) {
  background: #fff;
}
#nav_fixedsmp ul li:nth-child(1) a{
  padding-top: 0;
}
#nav_fixedsmp ul li:nth-child(2),
#nav_fixedsmp ul li:nth-child(3) {
  background-color: #014099;
}
#nav_fixedsmp ul li:nth-child(7) {
  border: none;
  background: #fff;
}



