body {
  padding: 0;
  margin: 0;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, li, th, td, dt, dd {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

svg {
  fill: currentColor;
}

*, *:after, *:before {
  box-sizing: border-box;
}

#global-header{
  background-image: url("https://www.toshin.com/resources/header/kirikae.gif");
  background-size: 85vw;
}

.itoman-global-header {
  display: flex;
  justify-content: space-between;
  padding: 2%;
  background: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
}

.itoman-global-header img {
  width: 100%;
}

.itoman-global-header .itoman-logo {
  width: 70%;
  padding: 2% 0;
}

.itoman-global-header>#nav-toggle {
  width: 10%;
  height: 60%;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  right: 4%;
  top: 20%;
}

.itoman-global-header>#nav-toggle>span {
  display: block;
  width: 100%;
  height: 11%;
  content: '';
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  background-color: #00469B;
  position: relative;
}

.itoman-global-header>#nav-toggle.open>span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 30%;
}

.itoman-global-header>#nav-toggle.open>span:nth-of-type(2) {
  display: none;
}

.itoman-global-header>#nav-toggle.open>span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 20%;
}

.itoman-global-header-menu {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: white;
  display: none;
  box-shadow: 2px 2px 4px grey;
}

.itoman-global-header-menu>ul {
  display: block;
  flex-wrap: wrap;
  list-style: none;
}

.itoman-global-header-menu>ul>li>a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  height: calc(50vh / 8);
  display: flex;
  padding-left: 7vw;
  flex-direction: initial;
  justify-content: flex-start;
  font-weight: bold;
  text-decoration: none;
}

.itoman-global-header-menu>ul>li>a.white {
  color: #00469b;
  background: #fff;
  border-bottom: 1px solid;
  font-size: 1.3em;
  position: relative;
}

.itoman-global-header-menu>ul>li>a.white::before {
  content: "";
  position: absolute;
  top: 5vw;
  right: 6vw;
  width: 4vw;
  height: 3px;
  transform: rotate(55deg);
  background-color: #00469b;
}

.itoman-global-header-menu>ul>li>a.white::after {
  content: "";
  position: absolute;
  top: 8vw;
  right: 6vw;
  width: 4vw;
  height: 3px;
  transform: rotate(-55deg);
  background-color: #00469b;
}

  .itoman-global-header-menu>ul>li>a.others {
    color: #00469b;
    border-radius: 4px;
    height: 4vh;
    font-weight: normal;
}

.itoman-global-header-menu>ul>li>a.kodomo {
  color: #009380;
}

.itoman-global-header-menu>ul>li>a>img {
  width: calc(50vh / 7);
  height: auto;
  margin: 0 auto;
}

.itoman-global-footer {
  font-size: 10px;
  color: #FFFFFF;
  text-align: right;
  width: 100%;
}

.itoman-global-footer-to-top {
  font-size: 10px;
  background-color: #43A2C9;
  color: #FFFFFF;
  padding: 5px 0px;
  text-align: right;
  width: 100%;
}

.itoman-global-footer-to-top a {
  display: block;
  color: #FFF;
}

.itoman-global-footer-copyright {
  background-color: #EEE;
  color: #999999;
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 10px;
  text-align: center;
  height: 25px;
  border-top: 1px inset #FFF;
}

.header-padding {
  padding: 8%;
}

.itoman-global-header-menu>ul>li>a.white>p{
  line-height: calc(50vh / 8);
}

.itoman-global-header-menu>ul>li>a.blue>p{
  line-height: calc(50vh / 8);
}

.itoman-global-header-menu>ul>li>a.others>p{
  line-height: 4vh;
}
