@charset "utf-8";

/* 全ページ共通CSS */

* {
 margin     : 0;
 padding    : 0;
 font-size  : 100%;
 font-style : normal;
 box-sizing: border-box;
}

a {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

html,body {
 margin: 0;
 padding: 0;
 width: 100%;
 overflow-x: hidden;
 color: #333333;
 background-color: #ffffff;
}

body {
 font-size: 16px;
 line-height: 1.5em;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 text-size-adjust: 100%;
 font-family: "Meiryo UI", "Meiryo", sans-serif;
}

br.sp {
 display: none;
}

/******************************
headerタグ
******************************/
header {
 width: 100%;
 background-color: #ffffff;
 position: fixed;
 z-index: 1000;
}

#corporate {
 width: 100%;
 position: relative;
 /*padding: 10px 5%;*/
 /*height: 50px;*/
 height: 40px;
 border-bottom: solid 1px #333333;
 z-index: 1000;
}
#corporate > .corporate {
 position: absolute;
 -ms-transform: translate(0%, -50%);
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
 top: 50%;
 left: 10%;
 font-weight: bold;
 color: #00176b;
}
#corporate > .corporate div {
 position: relative;
 padding-left: 30px;
}
#corporate > .corporate div:before {
 content: "";
 display: block;
 position: absolute;
 -ms-transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 top: 50%;
 left: 0;
 background: url(../image/ehz_logo.png) no-repeat;
 width: 26px;
 height: 26px;
 background-position: center;
 background-size: auto 100%;
 padding: 2px;
 box-sizing: border-box;
}
#corporate > .corporate a {
 color: inherit;
}
#corporate > .corporate a:hover {
 text-decoration: none;
}

#corporate > .inquiry {
 position: absolute;
 -ms-transform: translate(-10%, -50%);
 -webkit-transform: translate(-10%, -50%);
 transform: translate(-10%, -50%);
 top: 50%;
 right: 0%;
}
#corporate > .inquiry:hover {
 border-bottom: solid 1px #333333;
}
#corporate > .inquiry > a {
 display: block;
 position: relative;
 padding-left: 24px;
 color: #333333;
 font-weight: bold;
}
#corporate > .inquiry > a:hover {
 text-decoration: none;
}
#corporate > .inquiry > a > i {
 position: absolute;
 left: 0;
 font-size: 24px;
 -ms-transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 top: 50%;
 color: #333333;
}

#header {
 width: 100%;
 height: 50px;
 position: relative;
 box-shadow: 0px 5px 8px -5px;
}

#header > .header {
 width: 100%;
 height: 100%;
 background-color: #ffffff;
 position: relative;
 z-index: 1000;
}

#header > .header > .logo {
 position: absolute;
 -ms-transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 top: 50%;
 left: 5%;
}
#header > .header > .logo > a {
 display: block;
 position: relative;
 /*padding-left: 50px;*/
 padding-left: 0px;
}
/*
#header > .header > .logo > a:before {
 content: "";
 display: block;
 position: absolute;
 -ms-transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 top: 50%;
 left: 0;
 background: url(../image/logo.jpg) no-repeat;
 width: 50px;
 height: 50px;
 background-position: center;
 background-size: auto 100%;
 padding: 2px;
 box-sizing: border-box;
}
*/
#header > .header > .logo > a > .logo-shadow {
 font-weight: 900;
 color: #00e244;
 font-size: 2em;
 text-shadow: 0px 0px 2px #808080;
 color: transparent;
 /*opacity: 0.5;*/
 opacity: 0;
 transform: skewX(115deg) scale(1, 0.5) translate(50px, 0%);
 position: absolute;
 bottom: -6px;
 left: 13px;
 font-family: "Cooper Black";
}
#header > .header > .logo > a > h2 {
 font-weight: 900;
 /*color: #00e244;*/
 color: #0070c0;
 font-size: 2em;
 font-family: "Cooper Black";
}
#header > .header > .logo > a > h2 > img {
 height: 50px;
}

#nav {
 position: absolute;
}
#nav div ul#nav-list {
 list-style: none;
}

/* mobile toggle */
#header .toggle {
 position: absolute;
 z-index: 1002;
 cursor: pointer;
 width: 34px;
 height: 26px;
 -ms-transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 top: 50%;
 right: 10px;
}
#header .toggle>div {
 position: relative;
 width: 100%;
 height: 100%;
}
#header .toggle>div span {
 display: block;
 position: absolute;
 width: 100%;
 background: #666;
 left: 0;
 -ms-transition: .35s ease-in-out;
 -webkit-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 height: 4px;
}
#header .toggle>div span:nth-child(1) {
 top: 0px;
}
#header .toggle>div span:nth-child(2) {
 top: 11px;
}
#header .toggle>div span:nth-child(3) {
 top: 22px;
}

#content {
 padding-top: 90px;
 width: 100%;
}

footer {
  width: 100%;
  background: #390068;
  padding-top: 30px;
  margin-top: 1.5em;
  position: relative;
  overflow: hidden;
}
footer div.footer-contents {
  width: 100%;
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}
#footer-nav {
  width: 80%;
  margin: 0 auto;
}
#footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display : flex;
}
#footer-nav ul li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 33%;
}
#footer-nav ul li dl {
  margin: 0;
  padding: 0;
}
#footer-nav ul li dt {
  margin-bottom: 5px;
}
#footer-nav ul li dd {
  margin-bottom: 3px;
  margin-left: 8px;
  position: relative;
}
#footer-nav ul li dd a {
  color: #ffffff;
  font-size: 0.9em;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 16px;
}
#footer-nav ul li dd a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer-nav ul li dd a:hover {
  text-decoration: underline;
}

footer div.footer-copyright {
  background-color: #ffffff;
}
footer div.footer-copyright > p {
  text-align: center;
  font-size: 0.9em;
  color: #333333;
  padding: 5px 0;
  font-weight: bold;
}

#main-banner {
 width: 100%;
 /*height: 45%;*/
 height: 45vh;
 position: relative;
}
#banner-title {
 text-align: center;
 position: absolute;
 -ms-transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 top: 50%;
 width: 100%;
 padding-top: 10px;
 padding-bottom: 10px;
}
#banner-title h1 {
 color: #ffffff;
 font-weight: bold;
 font-size: 2em;
}
#banner-title h2 {
 color: #ffffff;
 font-weight: bold;
 font-size: 1em;
 margin-top: 10px;
}

.attention {
 font-weight: bold;
 color: red;
}

div.password-forget {
 padding-top: 10px;
 font-size: 0.8em;
 font-weight: bold;
}

.hands-tool {
 font-family: "Cooper Black";
 font-weight: 900;
}

/* computer media */
@media screen and (min-width: 769px) {
 br.sp {
  display: none;
 }
 #header .toggle {
  display: none;
 }
 
 #nav,
 #nav > div,
 #nav > div > #nav-list,
 #nav > div > #nav-list > li {
  height: 100%;
 }
 #nav {
  top: 0;
  right: 0;
  padding-right: 20%;
  z-index: 1000;
  min-width: 535px;
 }
 #nav > div.header-cover {
  display: none;
 }
 #nav > div {
  width: 100%;
  position: relative;
 }
 ul#nav-list > li {
  float: left;
  position: relative;
  padding-right: 50px;
  margin-right: 10px;
 }
 ul#nav-list > li.person {
  float: right;
 }
 ul#nav-list > li > a,
 ul#nav-list > li > span {
  color: #333333;
  display: inline-block;
  position: relative;
  width: auto;
  height: 24px;
  font-size: 0.8em;
  font-weight: bold;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
 }
 ul#nav-list > li > a:hover {
  text-decoration: none;
  border-bottom: solid 1px #333333;
 }
 ul#nav-list > li > span:hover {
  /*text-decoration: underline;*/
  border-bottom: solid 1px #333333;
  cursor: pointer;
 }
 ul#nav-list > li:hover > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  /*display: block;*/
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 ul#nav-list > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*width: 100%;*/
  position: absolute;
  flex-direction: column;
  background-color: #fff;
  /*top: 100%;*/
  box-shadow: 0px 0px 5px 0px;
  /*display: block;*/
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 5px;
  left: -10px;
  overflow: hidden;
 }
 ul#nav-list > li > ul > li {
  padding-left: 5px;
  position: relative;
 }
 ul#nav-list > li > ul > li > a {
  font-weight: bold;
  font-size: 0.8em;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  padding-left: 20px;
  padding-right: 40px;
  white-space: nowrap;
  display: block;
  /*display: none;*/
  height: 0;
 }
 ul#nav-list > li > ul > li:hover:before {
  content:'';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #b59900;
  position: absolute;
  top: 0;
  left: 1px;
 }
 ul#nav-list > li > ul > li:hover > a {
  color: #ffffff;
  background-color: #15006b;
  text-decoration: none;
 }
 #nav > div#download-btn {
  position: absolute;
  top: 0;
  left: 400px;
  /*text-align: center;*/
  right: 0;
  width: auto;
 }
 div#download-btn > a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background-color: #c4a300;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  /*position: relative;*/
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.8;
  white-space: nowrap;
 }
 div#download-btn > a:hover {
  opacity: 1;
  text-decoration: none;
 }
 #nav > div#login-btn {
  position: absolute;
  top: 0;
  left: 400px;
  /*text-align: center;*/
  right: 0;
  width: auto;
 }
 div#login-btn > a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background-color: #005bf9;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  /*position: relative;*/
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.8;
  white-space: nowrap;
 }
 div#login-btn > a:hover {
  opacity: 1;
  text-decoration: none;
 }
}

/* mobile media */
@media screen and (max-width: 768px) {
 #header .toggle {
  display: block;
 }
 
 #corporate > .inquiry {
  /*display: none;*/
 }
 
 #header > .header > .logo {
  left: 10px;
 }
 
 #header nav {
  position: fixed;
  top: 0;
  right: 100%;
  /*right: 0%;*/
  z-index: 999;
  -ms-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  /*padding-top: 90px;*/
  height: 100%;
  width: 100%;
  overflow: auto;
  background: transparent;
  -webkit-overflow-scrolling: touch;
 }
 #header nav > div {
  width: 100%;
  background: #ffffff;
 }
 #header nav > div.header-cover {
  display: block;
  /*display: none;*/
  /*position: fixed;*/
  /*z-index: 101;*/
  /*top: 0;*/
  /*position: relative;*/
  /*z-index: 999;*/
  height: 90px;
 }
 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
 }
 #nav-list>li {
  position: relative;
  margin-bottom: 0px;
  padding: 10px 20px;
  border-top: 1px solid #000000;
  font-size: 16px;
 }
 #nav-list>li:last-child {
  border-bottom: 1px solid #000000;
 }
 #nav-list>li a {
  display: block;
  color: #000000;
  text-decoration: none;
 }
 #nav-list>li span {
  display: block;
  cursor: pointer;
  
  position: relative;
 }
 #nav-list>li>span:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -ms-transition: transform 300ms;
  -webkit-transition: transform 300ms;
  transition: transform 300ms;
  position: absolute;
  right: 0;
  top: 50%;
 }
 #nav-list>li>ul {
  height: 0;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 #nav-list>li>ul li {
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin: 0;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 #nav-list>li>ul>li>a:before {
  content:'　';
 }
 
 #header nav.open {
  right: 0%;
 }
 
 #header .toggle.open {
  
 }
 #header .toggle.open>div span:nth-child(1) {
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  top: 50%;
 }
 #header .toggle.open>div span:nth-child(2) {
  display: none;
 }
 #header .toggle.open>div span:nth-child(3) {
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
 }
 #nav-list>li.open>span:after {
  -ms-transform: translate(0, -50%) rotate(135deg);
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
 }
 #nav-list>li>ul.open {
  height: auto;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 #nav-list>li>ul.open>li {
  border-top: 1px solid #333333;
  margin-top: 10px;
  padding-top: 10px;
  height: auto;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 #nav > div#download-btn {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #000000;
 }
 div#download-btn > a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-color: #c4a300;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  opacity: 0.8;
  width: 90%;
  margin: 0 auto;
  text-align: center;
 }
 #nav > div#login-btn {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #000000;
 }
 div#login-btn > a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-color: #005bf9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  opacity: 0.8;
  width: 90%;
  margin: 0 auto;
  text-align: center;
 }




 #footer-nav {
  width: 90%;
  margin: 0 auto;
  color: #333333;
 }
 #footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display : block;
 }
 #footer-nav ul li {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
 }
 #footer-nav ul li:last-child {
  margin-bottom: 0;
 }
 #footer-nav ul li dt {
  padding: 5px;
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 0;
 }
 #footer-nav ul li dd {
  margin: 0;
  border-bottom: dotted 1px #cccccc;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 10px;
 }
 #footer-nav ul li dd:last-child {
  border-bottom: 0;
 }
 #footer-nav ul li dd a {
  color: #333333;
  font-size: 1.0em;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 5px;
  padding-right: 16px;
 }
 #footer-nav ul li dd a:before {
  display: none;
 }
 #footer-nav ul li dd a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 footer div.footer-copyright > p {
  font-size: 0.8em;
 }
}

@media print {
 br.sp {
  display: none;
 }
 header {
  position: relative;
 }
 #header .toggle {
  display: none;
 }
 
 #nav,
 #nav > div,
 #nav > div > #nav-list,
 #nav > div > #nav-list > li {
  height: 100%;
 }
 #nav {
  top: 0;
  right: 0;
  padding-right: 25%;
  z-index: 1000;
 }
 #nav > div.header-cover {
  display: none;
 }
 #nav > div {
  width: 100%;
  position: relative;
 }
 ul#nav-list > li {
  float: left;
  position: relative;
  padding-right: 50px;
  margin-right: 10px;
 }
 ul#nav-list > li > span {
  display: inline-block;
  position: relative;
  width: auto;
  height: 24px;
  font-size: 0.8em;
  font-weight: bold;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
 }
 ul#nav-list > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*width: 100%;*/
  position: absolute;
  flex-direction: column;
  background-color: #fff;
  /*top: 100%;*/
  box-shadow: 0px 0px 5px 0px;
  /*display: block;*/
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 5px;
  left: -10px;
  overflow: hidden;
 }
 ul#nav-list > li > ul > li {
  padding-left: 5px;
  position: relative;
 }
 ul#nav-list > li > ul > li > a {
  font-weight: bold;
  font-size: 0.8em;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  padding-left: 20px;
  padding-right: 40px;
  white-space: nowrap;
  display: block;
  /*display: none;*/
  height: 0;
 }
 #nav > div#download-btn {
  position: absolute;
  top: 0;
  left: 430px;
  /*text-align: center;*/
  right: 0;
  width: auto;
 }
 div#download-btn > a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background-color: #c4a300;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  /*position: relative;*/
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.8;
  white-space: nowrap;
 }
 #nav > div#login-btn {
  position: absolute;
  top: 0;
  left: 430px;
  /*text-align: center;*/
  right: 0;
  width: auto;
 }
 div#login-btn > a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background-color: #005bf9;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  /*position: relative;*/
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.8;
  white-space: nowrap;
 }
 #content {
  padding-top: 0 !important;
 }
}

@media print and (orientation: portrait) {
 br.sp {
  display: block;
 }
 header {
  position: relative;
 }
 #header .toggle {
  display: block;
 }
 #corporate > .inquiry {
  display: none;
 }
 
 #header > .header > .logo {
  left: 10px;
 }
 
 #header nav {
  position: fixed;
  top: 0;
  right: 100%;
  /*right: 0%;*/
  z-index: 999;
  -ms-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  /*padding-top: 90px;*/
  height: 100%;
  width: 100%;
  overflow: auto;
  background: transparent;
  -webkit-overflow-scrolling: touch;
 }
 #header nav > div {
  width: 100%;
  background: #ffffff;
 }
 #header nav > div.header-cover {
  display: block;
  /*display: none;*/
  /*position: fixed;*/
  /*z-index: 101;*/
  /*top: 0;*/
  /*position: relative;*/
  /*z-index: 999;*/
  height: 90px;
 }
 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
 }
 #nav-list>li {
  position: relative;
  margin-bottom: 0px;
  padding: 10px 20px;
  border-top: 1px solid #000000;
  font-size: 16px;
 }
 #nav-list>li:last-child {
  border-bottom: 1px solid #000000;
 }
 #nav-list>li a {
  display: block;
  color: #000000;
  text-decoration: none;
 }
 #nav-list>li span {
  display: block;
  cursor: pointer;
  
  position: relative;
 }
 #nav-list>li>span:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -ms-transition: transform 300ms;
  -webkit-transition: transform 300ms;
  transition: transform 300ms;
  position: absolute;
  right: 0;
  top: 50%;
 }
 #nav-list>li>ul {
  height: 0;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 #nav-list>li>ul li {
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin: 0;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 #nav-list>li>ul>li>a:before {
  content:'　';
 }
 
 #header nav.open {
  right: 0%;
 }
 
 #header .toggle.open {
  
 }
 #header .toggle.open>div span:nth-child(1) {
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  top: 50%;
 }
 #header .toggle.open>div span:nth-child(2) {
  display: none;
 }
 #header .toggle.open>div span:nth-child(3) {
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
 }
 #nav-list>li.open>span:after {
  -ms-transform: translate(0, -50%) rotate(135deg);
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
 }
 #nav-list>li>ul.open {
  height: auto;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 #nav-list>li>ul.open>li {
  border-top: 1px solid #333333;
  margin-top: 10px;
  padding-top: 10px;
  height: auto;
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 }
 #nav > div#download-btn {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #000000;
 }
 div#download-btn > a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-color: #c4a300;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  opacity: 0.8;
  width: 90%;
  margin: 0 auto;
  text-align: center;
 }
 #nav > div#login-btn {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #000000;
 }
 div#login-btn > a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-color: #005bf9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  opacity: 0.8;
  width: 90%;
  margin: 0 auto;
  text-align: center;
 }




 #footer-nav {
  width: 90%;
  margin: 0 auto;
  color: #333333;
 }
 #footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display : block;
 }
 #footer-nav ul li {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
 }
 #footer-nav ul li:last-child {
  margin-bottom: 0;
 }
 #footer-nav ul li dt {
  padding: 5px;
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 0;
 }
 #footer-nav ul li dd {
  margin: 0;
  border-bottom: dotted 1px #cccccc;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 10px;
 }
 #footer-nav ul li dd:last-child {
  border-bottom: 0;
 }
 #footer-nav ul li dd a {
  color: #333333;
  font-size: 1.0em;
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 5px;
  padding-right: 16px;
 }
 #footer-nav ul li dd a:before {
  display: none;
 }
 #footer-nav ul li dd a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 footer div.footer-copyright > p {
  font-size: 0.8em;
 }
}
