/* goglobal-mobile.css */
@media screen and (max-width:  977px){

/*All*/
body {
  width: 100%;
  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('/content/400075557.woff') format('woff'),
          url('/content/400075556.ttf') format('truetype');
  }

    button, textarea, select {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

    .m-link {
      color: #0288D1;
    }

    .m-link:visited {
      color: #673AB7;
    }

    .m-arrow {
      font-size: 0.75em;
      font-weight: bold;
      margin: 0 0 5px 0;
      float: left;
      width: 100%;
      text-align: right;
      transition: 0.2s;
    }

    .m-arrow:hover {
      color: #03A9F4;
      transition: 0.2s;
    }

    .m-button {
      float: left;
      width: 100%;
      text-align: center;
      margin: 20px 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 #03A9F4;
            color: #03A9F4;
            transition: 0.2s;
          }

          .m-button i {
            padding-right: 10px;
          }

    .m-red {
      color: red;
      padding-left: 10px;
    }

/*Header Area*/
.l-header {
  display: none;
  }

/*Main Tab for Desktop*/
.m-nav-mobile {
  background-color: white;
  box-shadow: 0 3px 4px rgba(0,0,0,0.26);
  height: 80px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width:100%;
  z-index: 10;
  display: flex;
  }

    .m-nav-mobile-left {
      height: 57px;
      padding-left: 15px;
      padding-top: 12px;
      flex-grow: 100;
      text-decoration: none;
    }

    .m-nav-mobile-left p {
        color: #9E9E9E;
        font-size: 0.6em;
        font-weight: 100;
        letter-spacing: 0.1em;
    }

    .m-nav-mobile-left h1 {
      color: #616161;
      font-size: 0.8em;
      font-weight: 100;
      letter-spacing: 0.25em;
    }
  .m-nav-utokyo{
    margin: auto 0 auto auto;
  }
  .m-nav-mobile button {
    -webkit-appearance: none;
    border: none;
    background-color: white;
    padding: 15px;
    font-size: 25px;

  }

  .m-nav {
    display: none;
  }

  .m-nav-tabarea {
    display: none;
  }

/*Top Area*/
.l-top {
  float: left;
  overflow: hidden;
  position: relative;
  width:100%;
  height:130px;
  }

  .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: 75%;
    font-size: 1.5em;
    position: relative;
    border-bottom: 1px solid white;
    color: white;
    font-weight: lighter;
    margin: 20px 0 0 20px;
    letter-spacing: 0.1em;
    padding: 0 0 7px 0;
  }

  .l-top p {
    position: relative;
    font-weight: lighter;
    font-size: 1em;
    color: white;
    letter-spacing: 0.1em;
    margin: 10px 0 0 20px;
  }

/*SubTab Area*/
.l-sidebar {
  position: fixed;
  display: none;
  width:100%;
  height:calc(100vh - 60px);
  background-color: white;
  z-index: 10;
  transition-duration:1s;
  transition-timing-function:ease-in-out;
  overflow: scroll;
  }

  .m-maintab {
    height: 60px;
    width: 90%;
    margin: 5px 5%;
    }

    .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: #03A9F4;
      transition: 0.2s;
    }

    .m-maintab-search {
      height: auto;
      width: 90%;
      margin: 10px auto 5px;
    }  

    /*Google Custom Search*/
    form, input[type="text"], input[type="submit"]{
      margin:0 auto 0 auto;
      width: 120%;
      max-width: 200px;
      position: relative;
      display: flex;
      border-radius: 50px; /*全体を囲むボックスの角丸*/
      box-shadow:0px 1px 1px 0px #9E9E9E; /*全体を囲むボックスのシャドウ*/
    }
    input[type="text"], input[type="submit"]{
      width: 80%; /*入力部分の長さ*/
      background: #fff; /*入力部分の背景色*/
      padding: 0 10px;
      border: none; /*ボーダーを消す*/
      border-radius: 50px 0 0 50px; /*左上、左下のみ角丸*/
      font-size: 12px;
    }
    input[type="submit"]{
      width: 20%; /*ボタン部分の長さ*/
      background: #616161; /*ボタン部分の背景色*/
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f002";
      color: #fff; /*アイコンの色*/
      position: static;
      right: auto;
      top: auto;
      font-size: 12px; /*アイコンの大きさ*/
      cursor: pointer;
      line-height: 32px; /*検索窓の高さ*/
      border: none;
      border-radius: 0 50px 50px 0; /*右上、右下のみ角丸*/
      padding: 1;
    } 
     /*SNS*/
  .floatingBox {
    height: 60px;
    width: 90%;
    margin: 10px 5%;
  }
    .SNSBox{
      width: 90%;
      margin: 0 5%;
      float: left;
      text-align: center;
    }
    .SNSicons{
      margin:0;
      padding:0;
    }
    .SNScontent{
      list-style: none;
      float: left;
      width: 33.3%;
      margin: 20px 0 10px 0;
    }
    .floatingBox .SNSBox .SNSicons a i{
      padding:0;
      font-size:1.8em;
      color:black; 
    }
    .floatingBox .SNSBox .SNSicons a img.x-twitter{
      width:1.8em;
			filter: brightness(0);
    }
  .m-subtab {
    width: 80%;
    margin: 0 10%;
    padding: 40px 0 80px 0;
    }

    .m-subtab-1 {
      font-size: 1.2em;
      padding: 0 0 15px 0;
      border-bottom: 1px solid black;
      width: 80%;
    }

    .m-subtab-2 {
      font-size: 1.1em;
      font-weight: bold;
      margin: 27px 0;
    }

    .m-subtab-3 {
      margin: 22px 0;
      font-size:  0.9em;
    }

/*Main Area*/
.l-main {
  float: left;
  padding: 7%;
  width: 86%;
  min-height: 70vh;
  }

  .l-main h3 {
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    padding-right: 5%;
    margin: 25px 0;
  }

  .l-main h4 {
    font-size: 1.2em;
    margin: 15px 0;
  }

  .l-main h6 {
    width: 96%;
    margin: 30px 0 15px 0;
    line-height: 1.7em;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding-left: 4%;
    border-left: 4px solid #03A9F4;
  }

  /*Common Items*/
    .l-main a {
        font-weight: bold;
        color: #0288D1;
        text-decoration: underline;
    }

  /*index*/
  .m-index {
    text-align: center;
    float: left;
    margin: 20px 0;
    width:100%;
    }

    .m-index img {
      max-width: 100%;
      max-height: 180px;
    }

    .m-index h4 {
      margin: 20px 0 10px 0;
      font-size: 1.15em;
      line-height: 1.5em;
      text-align: left;
    }

    .m-index h5 {
      margin: 0 0 10px 0;
      font-size: 0.8em;
      color: #757575;
      text-align: left;
    }

    .m-index p {
      font-size: 0.8em;
      line-height: 2em;
      text-align: left;
    }

    .m-index .m-arrow {
      font-size: 0.75em;
      font-weight: bold;
      margin: 0 0 5px 0;
      float: left;
      width: 100%;
      text-align: right;
      transition: 0.2s;
    }

  /*contents*/
  .m-contents {
    float: left;
    margin: 0;
    width:100%;
    text-align: center;
    }

    .m-contents img {
      max-width: 100%;
      margin: 10px 0;
    }

    .m-contents h4 {
      float: left;
      width: 100%;
      margin: 20px 0 10px 0;
      font-size: 1.1em;
      line-height: 1.6em;
      text-align: left;
    }

    .m-contents h5 {
      float: left;
      width: 100%;
      margin: 0 0 10px 0;
      font-size: 0.9em;
      color: #757575;
      text-align: left;
    }

    .m-contents p {
      font-size: 0.8em;
      line-height: 2em;
      text-align: left;
      margin: 0;
    }

    .m-contents i {
      margin: 0 10px;
    }

    .m-contents .m-button {
      width: 200px;
      padding: 10px;
      font-weight: bold;
      border: 2px solid black;
      border-radius: 5px;
      box-shadow: 0 3px 4px rgba(0,0,0,0.26);
    }

    .m-contents .m-arrow {
      font-size: 0.75em;
      font-weight: bold;
      margin: 0 0 5px 0;
      float: left;
      width: 100%;
      text-align: right;
      transition: 0.2s;
    }

  /*list*/
  .m-list {
    width:100%;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    }
  .m-list:nth-child(odd) {
    background-color: #f5f5f5;
    }

    .m-list img {
      width: 10%;
      min-height: 30px;
      padding: 5px 5% 60px 0;
      font-size: 2em;
    }

    .m-list i {
      display: block;
      width: 15%;
      text-align: center;
      font-size: 1.3em;
      margin-top: 5px;
      min-height: 30px;
      padding-bottom: 30px;
    }

    .m-list h4 {
      width: 100%;
      font-size: 0.9em;
      line-height: 1.7em;
      margin: 0;
    }

    .m-list h5 {
      font-size: 0.7em;
      width: 100%;
      color: #757575;
      font-weight: lighter;
      margin: 7px 0 10px 0;
    }

    .m-list p {
      width: 100%;
      font-size: 0.6em;
      line-height: 1.8em;
      margin: 0;
    }

    .m-list a {
      color: #0288D1;
    }

    .m-list a:visited {
      color: #673AB7;
    }

    .m-icon {
      float: left;
      width: 85%;
      margin:12px 0 0 0;
      padding: 0;
    }

      .m-icon-1 {
        float: left;
        font-weight: bold;
        font-size: 0.7em;
        height: 12px;
        color: #FF9800;
        padding: 0 20px 20px 0;
      }

      .m-icon-2 {
        float: left;
        font-weight: bold;
        font-size: 0.7em;
        height: 12px;
        color: #00BCD4;
        padding: 0 20px 25px 0;
      }

      .m-icon i {
        margin: 0 3px 0 0;
        font-size: 1em;
        width: 1em;
      }

      i.none {
        color: #E0E0E0;
      }

  /*slider*/
  .swiper-container {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 0;
  }
    .swiper-wrapper{
      width: 300%;
      position: relative;
      left: 0;
      will-change: transform;
    }
    .swiper-slide{
      width: 33.333333%;
      height: 150px;
      float: left;
      position: relative;
    }

    .swiper-slide img{
      width:100%;
      height: auto;
    }
    .swiper-slide p{
      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.53em;
      letter-spacing: 0.5em;
      padding: 15px 0 10px 0;
      color: #424242;
    }

    .swiper-slide i {
      font-size: 0.5em;
      margin:8px 0 0 0;
    }


  /*table*/
  .m-table {
    float: left;
    margin: 0;
    width:100%;
    text-align: left;
    }

    .m-table h4 {
      margin: 20px 0 10px 0;
      font-size: 0.9em;
      line-height: 1.5em;
    }

    .m-table table {
      width: 100%;
      padding-bottom: 20px;
    }

    .m-table tr {
      height: 30px;
      font-size: 0.9em;
    }

    .m-table th {
      width: 35px;
      text-align: left;
      vertical-align: top;
      font-size: 0.9em;
      line-height: 1.9em;
      padding-right: 10px;
    }

    .m-table td {
      vertical-align: top;
      font-size: 0.9em;
      line-height: 1.9em;
    }

  /*filter*/
  .m-filter {
    width: 90%;
    margin: 0 0 20px 0;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #f5f5f5;
    }

    .m-filter-box {
      margin: 0;
      width: 100%;
      padding: 15px 0 20px;
      border-top: 1px dotted #aaa;
      border-radius: 30px;
    }
    .m-filter-box:first-child {
      border-top: none;
    }

    .m-filter-box h4 {
      width: 100%;
      height: inherit;
      font-size: 0.8em;
      text-align: center;
      margin: 20px 0;
    }

    .m-filter-box-container {
      width: 100%;
      text-align: center;
    }

    .m-filter-box-container select {
      background-color: white;
      border-radius: 2px;
      border: 2px solid #424242;
      font-size: 0.8em;
      padding: 8px;
      text-align: center;
      margin: 10px 0 20px 0;
      width: 70%;
    }

    .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;
    }

    .m-filter-box-container p {
      width: 90%;
      margin: 7px 15px;
      text-indent: -25px;
      padding-left: 20px;
      text-align: left;
    }

    .m-filter-box-container input {
      margin: 0 10px 0 0;
    }

    .m-filter-box-container label {
      font-size: 0.9em;
      font-weight: bold;
    }

    .noresult {
      width: 100%;
      text-align: center;
      font-size: 1em;
      line-height: 1.7em;
      color: #757575;
    }

    .m-resultnumber {
      width: 100%;
      font-size: 0.7em;
      color: #757575;
      text-align: center;
      width: 100%;
      padding: 15px 0 25px 0;
    }

  /*launguage button*/
  .m-button-lang {
    text-align: right;
    padding: 0px 0;
    margin-bottom: 28px;
    }

    .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;
    }

    .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: #03A9F4;
  float: left;
  z-index: 10;
  width: 100%;
  }

  .m-linkbox {
    width: 90%;
    margin: 0 5%;
    float: left;
    text-align: center;
  }

    .m-linkbox-content {
      float: left;
      width: 33%;
      margin: 20px 0 10px 0;
      color: white;
    }

    .m-linkbox-content i {
      font-size: 1.2em;
    }
    .m-linkbox-content img {
      width: 1.2em;
    }
    .m-linkbox-content p {
      width: 100%;
      font-size: 0.7em;
      margin: 15px 0 0 0;
    }


  .m-copyright {
    color:white;
    float: left;
    font-size: 10px;
    height: 10%;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }

}
