@charset "utf-8";

/*nav*/
/* #nav{
	clear:both;
	background: url(/images/portal/old/common/bg_nav.png) repeat-x center top;
	width:100%;
} */
/* add */
#nav{
	clear:both;
	background: #fff;
	width:100%;
}
/* #nav a {
    display: block;
    width: 188px;
    height: 42px;
    text-decoration: none;
    background: #ccc;
} */
/* add */
#nav a {
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    border-bottom: solid 2px #fff;
}
#nav a:hover {
    border-bottom: solid 2px #333;
}
#Top #nav li:first-child a,
#Program #nav li:nth-child(2) a,
#List #nav li:nth-child(3) a,
#Detail #nav li:nth-child(3) a,
#Help #nav li:nth-child(4) a
 {
    border-bottom: solid 2px #333;
}
/* #nav a:link {
    background:url(/images/portal/old/common/nav_blank_n.png) no-repeat 0 0;
}
#nav a:hover {
    background:url(/images/portal/old/common/nav_blank_o.png) no-repeat 0 0;
} */
/* #nav_text {
    display: block;
    text-align: center;
    padding-top: 10px;
    color: white;
} */
/* add */
#nav_text {
    /* display: block; */
    display: inline;
    text-align: center;
    /* padding-top: 10px; */
    color: #333;
}

/* #nav ul{
	clear:both;
	width:970px;
	margin:0 auto;
} */
/* add */
#nav ul{
	clear:both;
	width: 1100px;
	margin: 0 auto;
}
/* #nav ul li{
	float:left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #003570;
} */
/* add */
#nav ul li{
	float:left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	/* border-left: 1px solid #333; */
}
#nav ul li:first-child{
	border-left: 0;
}
#path{
	height:35px;
	line-height:35px;
	clear:both;
}
#path a{
	color:#003570;
}
#path li{
	color:#003570;
	float:left;
	margin-right:1em;
	font-size:85%;
}

#mainimg{
	float:right;
	width:700px;
}

.slide{
    position: relative;
}
/* .slide .slide_item{
    position: absolute;
    top: 75px;
    left: 0;
} */
/* add */
.slide .slide_item{
    position: absolute;
    top: 0;
    left: 0;
}
/*----------------------
Start drawer
----------------------*/
.drawer_btn {
  display: none;
}
.headerNavOuter {
    margin-bottom: 0;
    position: relative;
}
.siteIcon {
    margin: 0;
}
.siteIcon img {
    width: 60px;
    height: 60px
}

/* Start headerNav */
.headerNav {
    position: fixed;
    right: -80%;
    top: 0;
    width: 80%;
    z-index: 9999;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    transform: translateZ(0); /* iOS Safari対策 */
}
.loginNav,.noLoginNav {
    position: relative;
    height: 100dvh;
    background-color: #F9F9F9;
    overflow-y: auto;
    z-index: 9999;
}
.navList {
    /* width: 90%; */
    margin: 0 auto 1em;
    padding: 0;
    text-align: center;
    display: block;
}
.navItemBrank{
    padding-top: 40px;
}
.navItem {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.navItem a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.7em 1em 0.7em 4em;
  color: var(--header, #161616);
  font-family: "Noto Sans Japanese";
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-left: 3px solid transparent;
}
.navItem a:active {
  border-left: 3px solid var(--bg, #515E77);
  text-decoration: none;
  transition: border-left 0.3s ease;
}

.navItem a:before {
  /* content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  left: 2px;
  top: 50%; */
}

.headerBtnSP{
    width: 80%;
    max-width: 379px;
    background: #515E77;
    text-align: center;
    margin: 0 auto 10px;
}
.headerBtnSP a {
    color: #FFF;
    width: 100%;
    display: block;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Noto Sans Japanese";
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1.3em 0;
}
.headerBtnSP a:active {
  text-decoration: none;
  border-bottom: 0.5px solid #B5CDF9;
  background: #DFE2EA;
}
.loginNavUserArea{
    position: absolute;
    top:  0;
      width: 100%;
    background: var(--bg, #515E77);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}
.loginNav .userAccount{
    width: auto;;
    padding: 1em 0;
    display: flex;
    align-items: center;
    margin: 0 0 0 3em;
}
.loginNav .userAccount span{
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Noto Sans Japanese";
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 11px;
}
.loginNav .userAccount .userIcon{
    width: 2em;
    height: 2em;
    background: url('/images/portal/top_img/ellipse.svg') no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: "Noto Sans Japanese";
    font-size: 0.8em;
}
.loginNav .navList{
  height: 76vh;
  width: 100%;
  position: absolute;
  top: 63px;
  left: 0;
  overflow: auto;
}

.loginNav .navItem{
  margin-bottom: 3px;
}
.loginNav #myMenu{
  display: block;
  color: var(--header, #161616);
  font-family: "Noto Sans Japanese";
  font-style: normal;
    padding: 0.1rem 0 0.1rem 4rem;
  margin:0 auto;
}
.loginNav #myMenu p{
  margin: 0.4em 0;
}
.loginNav #myMenu .title{
  color: var(--header, #161616);
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
}
.loginNav #myMenu .link{
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 400;
  margin-left: 16px;
}
.loginNav .logoutSP {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #DFE2EA;
    border-top: 0.4px solid #FFF;
    z-index: 9999;
}
.loginNav .logoutSP a {
    display: flex;
    width: 100%;
    padding: 1em 1em 1em 4em;
    align-items: center;
}

.loginNav .logoutSP img{
    width: 1.5em;
    height: auto;
}
.loginNav .logoutSP .hover{
    display: none;
}
.loginNav .logoutSP .text {
    color: #000;
    font-family: "Noto Sans Japanese";
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-width: 88px;
    margin-left: 6px;
}
.loginNav .logoutSP a:active {
  color: #fff;
  text-decoration: none;
  background: var(--bg, #515E77);
}
.loginNav .logoutSP a:active .hover {
  display: block;
}

.loginNav .logoutSP a:active .normal{
    display: none;
}


.loginNav .logoutSP a:active .text {
    color: #fff;
}
.contactSP{
    margin-top: 1.5em;
     padding: 0.1rem 0 0.1rem 4rem;
}
.loginNav .contactSP{
    margin-top: 0;
    text-align: left;
}

.contactSP a{
  font-family: "Noto Sans Japanese";
  font-size: 0.8em;
  font-style: normal;
  line-height: normal;
}
.contactSP a:active {
  text-decoration: none;
  color:#2E5FB6;
}

/* End headerNav */

.drawer_btn {  position: absolute;
  right: 10px;
  top: -43px;
  width: 38px;
  height: 48px;
  cursor: pointer;
  z-index: 9999;
}
.drawer_line {
    position: absolute;
    left: 8px;
    width: 25px;
    height: 2px;
    background-color: #fff;
}
.drawer_line_1 {
    top: 20px;
}
.drawer_line_2 {
    top: 27px;
}
.drawer_line_3 {
    top: 34px;
}

.black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
}

.nav-open .headerNav {
    right: 0;
}

.nav-open .black-bg {
    opacity: 0.6;
    visibility: visible;
}
.nav-open .drawer_btn {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: rgba(217, 217, 217, 0.29);
}
.nav-open .drawer_btn:active {
  background: rgba(217, 217, 217, 1);
}

.nav-open .drawer_line_1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    background-color: #D1D1D1;
    height: 1px;
    width: 15px;
    left: 3px;
}
.nav-open .drawer_line_2 {
    width: 0;
    left: 50%;
    background-color: #333;
    height: 1px;
}
.nav-open .drawer_line_3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    background-color: #D1D1D1;
    height: 1px;
    width: 15px;
    left: 3px;
}

/*----------------------
End drawer
----------------------*/

@media screen and (max-width: 640px)  {

/* // nav sp
----------------------------------------------- */
  #Header{
    padding: 7px 0;
    height: auto;
  }
  #Header h1 {
    text-align: left;
  }
  #Header h1 a img{
    /* width: 46%; */
    margin-left: 10px;
  }
  #Header .poRelative .link{
    display: none;
  }
   #Header .headerNavOuter .drawer_btn {
    display: block;
  }
/* #nav{
	background-image:none;
	background-image: -moz-linear-gradient(left top, left bottom, from(#6185dd), to(#1338a6));
	background-image: linear-gradient(left top, left bottom, from(#6185dd), to(#1338a6));
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6185dd), to(#1338a6));
	background-color:#1b4cb4;
    margin-bottom:10px;
} */
/* add */
#nav{
	background-image: none;
	background-color: #fff;
    margin-bottom: 10px;
}
#nav ul{
	width:100%;
	display: -webkit-flex;
	display: flex;
}
#nav ul:after {	 content: ".";	display: block;	height: 0;	font-size:0;	 clear: both;	visibility:hidden;}
#nav ul {	display: inline-block;}
/* Hides from IE Mac */
* html #nav ul {	height: 1%;	}
#nav ul {	display:block;	}
/* End Hack */

/* #nav ul li{
	float:left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #003570;
	box-sizing: border-box;
	width:25%;
} */
/* add */
#nav ul li{
	float:left;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	/* border-left: 1px solid #333; */
	box-sizing: border-box;
	width:33%;
	padding-top: 10px;
}
#nav ul li:first-child,
#nav ul .nav_05,
#nav ul .nav_06{
	border-left: 0;
	display:none;
}
#nav a {
    display: block;
    width: 100%;
	padding:8px 5px;
	box-sizing: border-box;
	line-height:1.1em;
	font-size:11px;
	height:100%;
}
#nav ul li a div.row1 {
	padding-top:0.6em;
}

#nav a:link {
	background-image:none;
}
#nav a:hover {
	background-image:none;
}
#nav_text {
    padding-top: 0;
}

#Top #nav li:first-child a,
#Program #nav li:nth-child(2) a,
#List #nav li:nth-child(3) a,
#Detail #nav li:nth-child(3) a,
#Help #nav li:nth-child(4) a {
    border-bottom: none;
}

#Program #nav li:nth-child(2) a,
#List #nav li:nth-child(3) a,
#Detail #nav li:nth-child(3) a,
#Help #nav li:nth-child(4) a {
    border-bottom: solid 2px #000;
}

}

/* CLEARFIX */
===== CLEARFIX ==========================================
*/

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}

.clearfix:after { content: url(/images/portal/old/common/spacer.gif); display: block; clear: both; height: 0; }

* html .clearfix{
    display:inline-table;
    /*\*/display:block;/**/
}
