:root {
  --secondary-font: "'Noto Sans', sans-serif;";
}

header.background-blue.float-none, .hoRows01 {
  padding-top: 10px !important;
}

.margintop3-0 {
  margin-top: 50px;
}

.ftLeft h3 {
  line-height: 30px !important;
}

.sub-menu--header {
  padding-top: 10px;
}

@media screen and (max-width:767px) {
  .btn.btn--contact {
    position: relative;
    padding-right: 30px;
  }
  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .btn--contact span {
      font-size: 30px !important;
      line-height: 30px !important;
      height: 100% !important;
      max-height: 30px !important;
      position: absolute;
      top: 10px;
      margin-left: 5px;
    }
    .ul.subMenuSp>li>a, .nav>ul>li>ul.sub-menu>li>a {
      font-family: 'YuGothicFont' !important;
    }
  }
  @supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
    .btn--contact span {
      font-size: 60px !important;
      line-height: 30px !important;
      height: 100% !important;
      max-height: 30px !important;
      position: absolute;
      top: 10px;
      padding-left: 5px;
    }
  }
  .margintop3-0 {
    margin-top: 0 !important;
  }
  .menuSP {
    top: 18vw !important;
  }
  ul.subMenuSp>li>a::before {
    content: none;
  }
  .menuSP>li>a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
  }
  .ul.subMenuSp>li>a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  }
  .menuSP>li.langSP>span>a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
  }
  .btn.btn--contact:hover {
    transition-duration: 0.5s;
    opacity: 1;
    background-color: #005baa;
    background-position: -100% 100%;
    color: #c30d23;
    text-decoration: none;
  }
  .btn.btn--contact {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    transition-duration: 0.5s;
    display: inline-block;
    border: 2px solid #c30d23;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 6px;
    color: white;
    text-shadow: none;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    min-width: 250px;
    background-color: #c30d23;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 91, 170, 1) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgba(0, 91, 170, 1) 50%);
    -webkit-transition: background-position .5s cubic-bezier(.19, 1, .22, 1) .1s, color .8s ease 0s, background-color .8s ease;
    transition: background-position .5s cubic-bezier(.19, 1, .22, 1) .1s, color .8s ease 0s, background-color .8s ease;
  }
}

/* @media screen and (max-width:500px) {
  .menuSP {
    top: 13vw !important;
  }
} */