@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", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
    font-feature-settings: "palt"1;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    display: block;
    width: 100%;
  }
  table {
    width: 100%;
  }
  section {
    position: relative;
  }
  .sp_none {
    display: none;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  .btn {
    text-align: center;
    background-image: -moz-linear-gradient(-10deg, rgba(19, 42, 192, 0.99608) 0%, rgb(56, 182, 229) 100%);
    background-image: -webkit-linear-gradient(-10deg, rgba(19, 42, 192, 0.99608) 0%, rgb(56, 182, 229) 100%);
    background-image: -ms-linear-gradient(-10deg, rgba(19, 42, 192, 0.99608) 0%, rgb(56, 182, 229) 100%);
    color: #fff;
    border-radius: 50px;
    width: 100%;
    font-size: 22px;
  }
  .cta {
    text-align: center;
    font-size: 1.9rem;
    margin: 0 auto;
    line-height: 1.2;
  }
  .cta a {
    padding: 21px 0;
    background-image: -moz-linear-gradient(-10deg, rgba(19, 42, 192, 0.99608) 0%, rgb(56, 182, 229) 100%);
    background-image: url("../img/share/cta_01.png"), -webkit-linear-gradient(-10deg, rgba(19, 42, 192, 0.99608) 0%, rgb(56, 182, 229) 100%);
    background-image: -ms-linear-gradient(-10deg, rgba(19, 42, 192, 0.99608) 0%, rgb(56, 182, 229) 100%);
    color: #fff;
    border-radius: 50px;
    background-repeat: no-repeat, no-repeat;
    background-position: right 20px center, center center;
    background-size: 9px 12px, contain;
  }
  h2 {
    text-align: center;
    font-size: 3.2rem;
    color: #173fa5;
    line-height: 1.3;
  }
  .h_btn {
    width: 128px;
    text-align:
      center;
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 10px 20px 0 0;
  }
  .h_btn a {
    background: -moz-linear-gradient(-10deg, rgba(20, 50, 185, 1) 0%, rgb(45, 145, 209, 1) 100%);
    background: -webkit-linear-gradient(-10deg, rgba(20, 50, 185, 1) 0%, rgb(45, 145, 209, 1) 100%);
    background: -ms-linear-gradient(-10deg, rgba(20, 50, 185, 1) 0%, rgb(45, 145, 209, 1) 100%);
    padding: 9px 0;
    border-radius: 40px;
    color: #fff;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  /*=========================
▼▼スマホナビ▼▼
===========================*/
  #sp_navi_wrapper input {
    display: none;
  }
  #sp_navi_wrapper {
    overflow: hidden;
  }
  .nav_wrapper {
    margin-top: 13px;
    position: absolute;
    top: 0;
    right: 29px;
  }
  .nav-icon-wrap {
    top: -4px;
    right: 0px;
    z-index: 9999;
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .nav-icon {
    position: relative;
    display: block;
    height: 60px;
    width: 42px;
  }
  .nav-icon::before, .nav-icon::after {
    content: "";
    display: block;
    width: 23px;
    border-top: 3px solid #000000;
    border-radius: 4px;
    position: absolute;
    top: 26px;
    right: 9px;
    transition: .3s all;
  }
  .nav-icon::after {
    top: 34px;
  }
  .header-nav-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s;
    background-color: #fff0;
    z-index: 99;
    font-weight: 600;
  }
  #main_nav:checked ~ .header-nav-wrap {
    display: block;
    visibility: visible;
    pointer-events: auto;
    background-color: #fff;
  }
  #main_nav:checked ~ .header-nav-wrap .header-nav-inner {
    right: 0;
  }
  .header-nav-inner {
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #173fa5;
    transition: all .3s;
    padding: 90px 5% 24px;
    color: #fff;
    border-radius: 20px 0 0 20px;
    width: 93%;
    height: 100%;
    overflow-y: scroll;
    margin-left: auto;
  }
  .header-nav-inner::-webkit-scrollbar {
    display: none;
  }
  .header-nav {
    margin: 0 0 20px;
  }
  #main_nav:checked ~ .nav-icon-wrap > .nav-icon {
    position: relative;
  }
  #main_nav:checked ~ .nav-icon-wrap > .h_btn {
    display: none;
  }
  #main_nav:checked ~ .nav_wrapper .nav-icon-wrap > .nav-icon::before {
    width: 30px;
    top: 30px;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
    z-index: 999999;
  }
  #main_nav:checked ~ .nav_wrapper .nav-icon-wrap > .nav-icon::after {
    width: 30px;
    top: 30px;
    border-top: 3px solid #fff;
    transform: rotate(-45deg);
    z-index: 999999;
  }
  #sp_navi_wrapper {
    flex-direction: column;
  }
  #sp_navi_wrapper .header-nav > li {
    font-size: 2rem;
  }
  #sp_navi_wrapper .header-nav > li:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1px;
    border-radius: 8px;
    opacity: 0.5;
  }
  #sp_navi_wrapper .header-nav > li.parent_nav {
    padding: 0;
  }
  #sp_navi_wrapper .header-nav > li a {
    padding: 33px 0 11px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  #sp_navi_wrapper .header-nav > li .inner {
    padding: 16px 0 15px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  #sp_navi_wrapper .navi_child {
    width: 100%;
    background-color: #f7f7f7;
  }
  #sp_navi_wrapper .navi_child li {
    width: 100%;
    border-top: 1px solid #cdd4da;
  }
  #sp_navi_wrapper .navi_child li a {
    width: 100%;
    padding: 14px 0 13px 20px;
  }
  /*=========================
▲▲スマホナビ▲▲
===========================*/
  #container {
    width: 100%;
  }
  header {
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-left: 5%;
  }
  header h1 {
    width: 118px;
  }
  #contents {
    width: 100%;
    font-weight: 600;
  }
  footer {
    padding: 38px 0 13px;
    background-color: #0f3084;
    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 .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;
  }
  #conts_05 {
    background-color: #173fa5;
    padding: 53px 0 63px;
  }
  #conts_05 h2 {
    color: #fff;
    margin-bottom: 34px;
  }
  #conts_05 .btn_box {
    position: relative;
    margin: 0 auto;
  }
  #conts_05 .btn_box:after {
    display: block;
    content: "";
    width: 381px
  }
  #conts_05 .demo_btn {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    position: relative;
    margin: 0 auto 28px;
  }
  #conts_05 .demo_btn:last-of-type {
    margin-bottom: 0;
  }
  #conts_05 .demo_btn a {
    background-color: #fff;
    border-radius: 50px;
    color: #173fa5;
    padding: 18px 0;
    border: 2px solid #fff;
    background-image: url("../img/share/cta_02.png");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 9px;
  }
  #conts_05 .demo_02 a {
    background-image: url("../img/share/cta_02.png");
  }
  #conts_05 .demo_03 a {
    background-image: url("../img/share/cta_02.png");
  }
  #conts_05 .demo_btn a span {
    background-image: url("../img/index/icon_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
    margin-right: 14px;
  }
  #conts_05 .demo_02 a span {
    background-image: url("../img/index/icon_02.png");
  }
  #conts_05 .demo_03 a span {
    background-image: url("../img/index/icon_03.png");
  }
}