@charset "UTF-8";
@media screen and (max-width:769px) {
  /*=========================
▼▼共通▼▼
===========================*/
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #262626;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
    font-feature-settings: "palt" 1;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  a {
    display: block;
    width: 100%;
  }
  
a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}
  table {
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
  }
  
  header {
    padding: 4vw 5% 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  header h1 {
    width: 34vw;
  }
  #contents {
    width: 100%;
  }
  footer {
    padding: 38px 0 13px;
    background-color: #1c2a58;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
  }
  footer .main_logo {
    width: 142px;
    margin: 0 auto 26px;;
  }
  footer .right_navi {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .right_navi .footer_navi {
    margin: 0 auto 38px;
    order:  1;
  }
  footer .right_navi .footer_navi li {
    display: inline-block;
    margin-right: 22px;
  }
  footer .right_navi .footer_navi li:last-of-type {
    margin-right: 0;
  }
  footer .right_navi .footer_navi li a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  footer .right_navi .footer_navi li a:hover {
    text-decoration: none;
  }
  footer .right_navi .tn_logo {
    width: 230px;
    margin: 0 auto 18px;
    order:  0;
  }
  footer .copyright {
    width: 100%;
    padding-top: 32px;
    text-align: center;
  }
  footer .caution {
    margin-top: -5px;
    font-size: 12px;
    text-align: center;
  }
  #back-top {
    display: none;
    width: 60px;
    position: fixed;
    bottom: 30px;
    right: 5%;
    z-index: 99;
  }
}