@charset "UTF-8";
@media screen and (max-width:768px) {
  /*=========================
▼▼共通▼▼
===========================*/
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    display: block;
    width: 100%;
  }
  table {
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
  }
  header {
    width: 100%;
    height: 40px;
    background-color: #fff;
  }
  header .header_inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
  #contents {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
  }
  header .header_inner h1 {
    max-width: 102px;
  }
  /*=========================
  ▼▼コンテンツ▼▼
  ===========================*/
  .contents {
    background-color: #9ee3ff;
    padding: 60px 0 80px;
  }
  .wrapper {
    width: 100%;
    padding: 79px 0;
    background-color: #fff;
    margin-bottom: 26px;
  }
  .logo_box {
    padding: 5px 0;
    width: 90%;
    margin: 0 auto 22px;
    background-color: #9ee3ff;
  }
  .logo_box .logo img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .logo_box .logo {
    height: 25vw;
    max-height: 130px;
  }
  .end_text {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
  }
  .link_text {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.5;
  }
  .link_text a {
    display: inline;
    border-bottom: 1px solid #000;
    padding: 0 3% min(0.5vw, 6px) 0;
    position: relative;
    transition-duration: 0s;
  }
  .link_text a::after {
    content: "";
    display: block;
    width: 3%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background-image: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition-duration: .2s;
  }
  .link_text a:hover {
    border-bottom: 0;
  }
  .link_text a:hover::after {
    right: -5px;
  }
  /*=========================
  ▲▲コンテンツ▲▲
  ===========================*/
  footer {
    width: 100%;
    padding: 0 20px
  }
  .footer_inner {
    padding: 30px 0 24px;
    text-align: center
  }
  .footer_inner .logo {
    width: 170px;
    margin: 0 auto 15px;
  }
  .footer_inner .copyright {
    font-size: 7px;
    color: #333333;
  }
}