/*Style for Print*/

/*All*/
body {
  width: 100%;
  min-width: 978px;
  color: #212121;
  font-family: "HelveticaNeue-Light","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  overflow: visible;
  position:absolute;
  }

  a {
    text-decoration: none;
    color: #212121;
  }

  @font-face {
     font-family: 'chogokubosogothic';
     src: url('./font/chogokubosogothic_5.eot?') format('oldIE'),
          url('./font/chogokubosogothic_5.woff') format('woff'),
          url('./font/chogokubosogothic_5.ttf') format('truetype');
  }

  .m-link {
    color: #0288D1;
  }

  .m-link:visited {
    color: #673AB7;
  }

  .m-arrow:hover {
    color: #F9A825;
    transition: 0.2s;
  }

  .m-button {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

    .m-button a {
      padding: 10px 20px;
      border: 2px solid #212121;
      white-space: nowrap;
      font-size: 0.8em;
      font-weight: bold;
      color: #212121;
      transition: 0.2s;
    }

        .m-button a:hover {
          border: 2px solid #F9A825;
          color: #F9A825;
          transition: 0.2s;
        }

        .m-button i {
          padding-right: 10px;
        }

  .m-red {
    color: red;
    padding-left: 20px;
  }

/*Header Area*/
.l-header {
  height:60px;
  overflow: visible;
  position:relative;
  width:100%;
  z-index: 10;
  }

    .m-header-left {
      float: left;
      height:100%;
    }

    .m-header-left p {
        color: #9E9E9E;
        font-size: 0.5em;
        font-weight: 100;
        letter-spacing: 0.1em;
        margin: 12px 0 9px 60px;
    }

    .m-header-left h1 {
      color: #616161;
      font-size: 0.9em;
      font-weight: 100;
      letter-spacing: 0.25em;
      margin: 5px 0 0 60px;
    }

    .m-header-right {
      float: right;
      height:100%;
      text-align: right;
    }

    .m-header-right img {
      height:50px;
      margin-top: 10px;
    }

/*Main Tab for Desktop*/
.m-nav {
  background-color: white;
  box-shadow: 0 3px 4px rgba(0,0,0,0.26);
  height:40px;
  padding: 0 10%;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 0;
  width:80%;
  z-index: 10;
  }

    .m-nav-tabarea {
      height:37px;
      background-color: white;
      color: #616161;
      float: left;
      font-size: 0.9em;
      font-weight: bold;
      text-align: center;
      line-height: 40px;
      width:16.5%;
    }

    .m-nav-tabarea:hover {
      color: white;
      background-color: #F9A825;
      transition: 0.2s;
      height:40px;
    }

    .m-nav .is-active {
      color:#F9A825;
      border-bottom: 3px solid #F9A825;
    }

    .m-nav .is-active:hover {
      color: #F9A825;
      background-color: white;
      height:37px;
    }

  .m-nav-mobile {
    display: none;
  }

/*Top Area*/
.l-top {
  float: left;
  overflow: hidden;
  position: relative;
  width:100%;
  height:230px;
  }

  .l-top img {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width:100%;
  }

  .l-top h2 {
    width: 550px;
    font-size: 3.2em;
    position: relative;
    border-bottom: 1px solid white;
    color: white;
    font-weight: lighter;
    margin: 50px 0 0 60px;
    letter-spacing: 0.1em;
    padding: 0 0 7px 0;
  }

  .l-top p {
    position: relative;
    font-size: 2em;
    color: white;
    letter-spacing: 0.1em;
    margin: 15px 0 0 60px;
  }

/*SubTab Area*/
.l-sidebar {
  float: left;
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0;
  width: 41%;
  }

  .l-sidebar .is-active {
    color: #F9A825;
  }

  .l-sidebar .is-active:hover {
    color: #F9A825;
    background-color: white;
  }

  /*main tab*/
  .m-maintab {
    height: 60px;
    width: 250px;
    margin-right: 15%;
    margin-left:  auto;
    margin-bottom: 15px;
    }

    .m-maintab-icon {
      float: left;
      width:25%;
      height:  100%;
      text-align: center;
      line-height: 60px;
      font-size: 1.5em;
    }

    .m-maintab-title {
      float: left;
      width:65%;
      height: 100%;
    }

      .m-maintab-title h2 {
        font-size: 0.9em;
        vertical-align: bottom;
        padding: 12px 0 9px 0;
        margin: 0;

      }

      .m-maintab-title p {
        height: 20px;
        font-size: 0.6em;
        font-weight: lighter;
        margin: 0;
      }

    .m-maintab-arrow {
      float: left;
      width:10%;
      height: 100%;
      text-align: center;
      line-height: 60px;
      font-size: 1em;
    }

    .m-maintab:hover {
      color: white;
      background-color: #F9A825;
      transition: 0.2s;
    }

  /*sub tab*/
  .m-subtab {
    width: 250px;
    margin-right: 3%;
    margin-left:  auto;
    padding-bottom: 20px;
    }

    .m-subtab-1 {
      font-size: 1em;
      padding: 0 0 15px 0;
      border-bottom: 1px solid black;
      width: 80%;
    }

    .m-subtab-2 {
      font-size: 0.9em;
      font-weight: bold;
      margin: 25px 0;
    }

    .m-subtab-3 {
      margin: 20px 0;
      font-size:  0.7em;
      color: #1976D2;
    }

/*Main Area*/
.l-main {
  float: left;
  padding: 50px 0;
  width:500px;
  min-height: 51vh;
  }

  /*Titles*/
  .l-main h3 {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    padding: 25px 0;
    margin: 0;
    float: left;
    }

    .l-main h4 {
      width: 100%;
      margin: 20px 0;
      font-size: 1.2em;
      line-height: 1.7em;
      text-align: left;
    }

    .l-main h5 {
      width: 100%;
      margin: -10px 0 20px 0;
      line-height: 1.5em;
      font-size: 0.9em;
      font-weight: bold;
      color: #757575;
      text-align: left;
    }

    .l-main h6 {
      width: 100%;
      margin: 15px 0;
      line-height: 1.7em;
      font-size: 1em;
      font-weight: bold;
      text-align: left;
      padding-left: 15px;
      border-left: 4px solid #F9A825;
    }

  /*Common Items*/
  .l-main p {
      font-size: 0.8em;
      line-height: 1.9em;
      width: 100%;
      margin: 0 0 30px 0;
    }

    .l-main a {
        font-weight: bold;
        color: #0288D1;
        text-decoration: underline;
    }

    .l-main img {
      width: 90%;
      margin: 20px 10%;
    }

    .l-main ul {
      float: left;
      font-size: 0.8em;
      line-height: 2.4em;
      text-align: left;
      width: 90%;
      margin: 0;
    }

    .l-main i {
      margin: 0 10px;
    }

    .l-main .m-arrow {
      font-size: 0.8em;
      font-weight: bold;
      margin: 0 0 10px 0;
      width: 100%;
      text-align: right;
      transition: 0.2s;
      color: #212121;
    }

  /*index*/
  .m-index {
    float: left;
    margin: 20px 0;
    width:100%;
    }

    .m-index img {
      display: block;
      float: left;
      max-width: 180px;
      max-height: 180px;
      margin: 0 25px 25px 0;
    }

    .m-index h4 {
      margin: 0;
      font-size: 1.2em;
      text-align: left;
    }

    .m-index h5 {
      margin: 7px 0;
      font-size: 0.8em;
      color: #757575;
      text-align: left;
    }

    .m-index p {
      font-size: 0.8em;
      line-height: 1.9em;
      margin:  0;
    }

    .m-index .m-arrow {
    }

  /*list*/
  .m-list {
    float: left;
    width: 80%;
    margin: 7px 10%;
    padding: 0 0 10px 0;
    }

    .m-list i {
      display: none;
    }

    .m-list h4 {
      width: 100%;
      font-size: 0.9em;
      line-height: 1.9em;
      margin: 0;
    }

    .m-list h5 {
      font-size: 0.7em;
      color: #757575;
      font-weight: lighter;
      margin: 8px 0;
    }

    .m-list p {
      width: 100%;
      font-size: 0.7em;
      line-height: 1.8em;
      margin: 0;
    }

    .m-list a {
      color: #0288D1;
      text-decoration: none;
    }

    .m-list a:visited {
      color: #673AB7;
    }

    .m-icon {
      float: left;
      margin:12px 0;
    }

      .m-icon-1 {
        float: left;
        font-weight: bold;
        font-size: 0.7em;
        color: #FF9800;
        margin: 0 25px 0 0;
      }

      .m-icon-2 {
        float: left;
        font-weight: bold;
        font-size: 0.7em;
        color: #00BCD4;
        margin: 0 20px 0 0;
      }

      .m-icon i {
        display: inline;
        margin: 0 3px 0 0;
        font-size: 1em;
        width: 1em;
        padding-bottom: 0;
      }

      i.none {
        color: #E0E0E0;
      }

  /*table*/
  .m-table {
    float: left;
    margin: 0;
    width:100%;
    text-align: left;
    }

    .m-table h4 {
      margin: 20px 0;
      font-size: 0.9em;
    }

    .m-table table {
      width: 100%;
      padding-bottom: 20px;
    }

    .m-table tr {
      height: 30px;
      font-size: 0.8em;
      line-height: 1.9em;
    }

    .m-table th {
      width: 40px;
      text-align: left;
      vertical-align: top;
      font-size: 0.8em;
      line-height: 1.9em;
      padding-right: 10px;
    }

    .m-table td {
      vertical-align: top;
      font-size: 0.8em;
      line-height: 1.9em;
    }

  /*slider*/
  .m-slider {
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin: 0 0 20px 0;
    }

    .m-slider-area {
      width: 300%;
      position: relative;
      left: 0;
      will-change: transform;
      animation: slider 12s infinite;
    }

    .m-slider-item {
      width: 33.3333%;
      height: 230px;
      float: left;
      position: relative;
    }

      .m-slider-item img {
        width:100%;
        height: auto;
      }

      .m-slider-item a {
        display: block;
        font-weight: bold;
        text-align: center;
        position: absolute;
        width: 100%;
        background-color: white;
        opacity: 0.9;
        bottom: 0;
        margin: 0;
        font-size: 0.9em;
        letter-spacing: 0.5em;
        padding: 15px 0 10px 0;
        color: #424242;
        text-decoration: none;
      }

      .m-slider-item i {
        font-size: 0.6em;
        margin: 12px 0px 0 0px;
      }

      @keyframes slider {
        0% { transform: translateX(0); }
        25% { transform: translateX(-33%); }
        50% { transform: translateX(-66%); }
        100% { transform: translateX(0); }
      }

  /*filter*/
  .m-filter {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    }

    .m-filter-box {
      float: left;
      margin: 0 0;
      width: 100%;
      /*border: 2px solid #424242;*/
    }

    .m-filter-box h4 {
      float: left;
      width:80%;
      margin: 35px 10% 25px 10%;
      height: inherit;
      font-size: 0.8em;
      text-align: center;
    }

    .m-filter-box-container {
      float: left;
      width:80%;
      margin: 0 10%;
      text-align: center;
    }


    .m-filter-box-container select {
      background-color: white;
      border-radius: 0px;
      border: 2px solid #424242;
      font-size: 0.9em;
      padding: 5px 0;
      height: 30px;
      width: 210px;
    }

    .m-filter-box-container p {
      float: left;
      margin: 0 2px;
    }

    .m-filter-box-container input {
      background-color: white;
      border-radius: 0px;
      border: 2px solid #424242;
      font-size: 0.9em;
      margin: 10px 0;
    }

    .m-filter-box-container label {
      font-size: 0.8em;
      font-weight: bold;
      white-space: nowrap;
      margin: 10px 20px 10px 10px;
    }

    .m-filter-box-container button {
      background-color: #424242;
      color: white;
      border-radius: 5px;
      border: 1px solid #424242;
      font-size: 0.8em;
      padding: 5px 10px;
      margin: 0 0 0 10px;
    }

    .noresult {
      float: left;
      width: 100%;
      text-align: center;
      font-size: 1em;
      line-height: 1.7em;
      color: #757575;
    }

    .m-resultnumber {
      float: left;
      width: 100%;
      font-size: 0.7em;
      color: #757575;
      text-align: center;
      width: 100%;
      padding: 5px 0 15px 0;
    }

  /*launguage button*/
  .m-button-lang {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: -25px 0 7px 0;
    }

    .m-button-lang a {
      margin-left: -5px;
      font-size: 7px;
      background-color: #EEEEEE;
      font-weight: bold;
      color: #9E9E9E;
      -moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1) inset;
      -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1) inset;
      -o-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1) inset;
      -ms-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1) inset;
      transition: 0.2s;
      text-decoration: none;
    }

    .m-button-lang-left {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      padding: 6px 11px;
    }

    .m-button-lang-right {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      padding: 6px 11px;
    }

    .m-button-lang > .is_active {
      background-color: #64DD17;
      color: white;
      -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
      -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
      -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    }

    .m-button-lang a:hover {
      -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
      -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
      -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
      -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
      transition: 0.2s;
    }

/*Footer Area*/
.l-footer {
  background-color: #F9A825;
  float: left;
  z-index: 10;
  width: 100%;
  }

  .m-linkbox {
    width:60%;
    margin: 0 20%;
    float: left;
    text-align: center;
  }

    .m-linkbox-content {
      float: left;
      width: 20%;
      margin: 20px 0 10px 0;
      color: white;
    }

    .m-linkbox-content i {
      font-size: 1.5em;
    }

    .m-linkbox-content p {
      width: 100%;
      font-size: 0.1em;
      margin: 15px 0 0 0;
    }


  .m-copyright {
    color:white;
    float: left;
    font-size: 10px;
    height: 10%;
    margin: 15px 0 15px 0;
    text-align: center;
    width: 100%;
  }
