@charset "UTF-8";
@media screen and (min-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    min-width: 1200px;
    overflow-x: hidden;
    font-feature-settings: "palt"1;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    width: 100%;
    display: block;
  }
  section {
    position: relative;
  }
  .pc_none {
    display: none;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .cta {
    text-align: center;
    width: 397px;
    font-size: 22px;
  }
  .cta a {
    padding: 23px 0;
    background: -moz-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%);
    background: url("../img/share/cta_01.png"), -webkit-linear-gradient(-10deg, rgba(20, 50, 185, 1) 0%, rgb(45, 145, 209, 1) 100%);
    color: #fff;
    border-radius: 50px;
    background-repeat: no-repeat, no-repeat;
    background-position: right 30px center, center center;
    background-size: 13px, contain;
  }
  .cta a:hover {
    outline: 3px solid #173fa5;
    color: #173fa5;
    background: url("../img/share/cta_02.png"), #fff;
    background-repeat: no-repeat, no-repeat;
    background-position: right 27px center, center center;
    background-size: 13px, contain;
    background-clip: padding-box;
  }
  h2 {
    text-align: center;
    font-size: 59px;
    color: #173fa5;
    line-height: 1.1;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
  }
  header {
    width: 100%;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    font-size: 16px;
    font-weight: normal;
  }
  header h1 {
    width: 169px;
  }
  header .nav_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  }
  header .nav_list {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 250px);
    align-items: center;
    margin-right: 25px;
  }
  header .nav_list li {
    margin-right: 31px;
  }
  header .nav_list li a {
    padding: 10px 0;
    position: relative;
  }
  header .nav_list li:last-of-type {
    margin-right: 0;
  }
  header .nav_list li a::after {
    position: absolute;
    bottom: -18px;
    left: 0;
    content: '';
    width: 0;
    height: 5px;
    background-color: #173fa5;
    transition: .4s;
  }
  header .nav_list li a:hover::after {
    width: 100%;
  }
  header .h_btn {
    width: 226px;
    text-align: center;
    font-size: 14px;
  }
  header .h_btn a {
    background: -moz-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%);
    background: -webkit-linear-gradient(-10deg, rgba(20, 50, 185, 1) 0%, rgb(45, 145, 209, 1) 100%);
    padding: 12px 0 11px;
    border-radius: 40px;
    color: #fff;
  }
  header .h_btn a:hover {
    background: #fff;
    padding: 10px 0 9px;
    border-radius: 40px;
    color: #173fa5;
    border: 2px solid #173fa5;
  }
  #contents {
    width: 100%;
    min-width: 1200px;
  }
  footer {
    padding: 22px 0 13px;
    background-color: #0f3084;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
  }
  footer .auto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .main_logo {
    width: 142px;
  }
  footer .right_navi {
    display: flex;
    justify-content: flex-end;
  }
  footer .right_navi .footer_navi {
    margin-right: 24px;
  }
  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: 255px;
  }
  footer .copyright {
    width: 100%;
    padding-top: 32px;
    text-align: center;
  }
  footer .caution {
    margin-left: auto;
    margin-top: 7px;
    font-size: 12px;
  }
  #back-top {
    display: none;
    width: 78px;
    position: fixed;
    bottom: 123px;
    right: 30px;
    z-index: 99;
  }
  #conts_05 {
    background-color: #173fa5;
    padding: 75px 0 82px;
  }
  #conts_05 h2 {
    color: #fff;
    margin-bottom: 34px;
  }
  #conts_05 .btn_box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #conts_05 .btn_box:after {
    display: block;
    content: "";
    width: 381px
  }
  #conts_05 .demo_btn {
    width: calc(100%/3 - 19px);
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    position: relative;
  }
  #conts_05 .demo_btn a {
    background-color: #fff;
    border-radius: 50px;
    color: #173fa5;
    padding: 20px 0;
    border: 3px solid #fff;
    background-image: url("../img/share/cta_02.png");
    background-position: right 28px center;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  #conts_05 .demo_btn a:hover {
    background-color: #173fa5;
    color: #fff;
    border: 3px solid #fff;
    background-image: url("../img/share/cta_01.png");
    background-position: right 28px center;
    background-repeat: no-repeat;
    background-size: 13px;
  }
  #conts_05 .demo_btn a span {
    background-image: url("../img/index/icon_01.png");
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 36px;
    margin-right: 18px;
  }
  #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");
  }
  #conts_05 .demo_btn a:hover span {
    background-image: url("../img/index/icon_01_wh.png");
  }
  #conts_05 .demo_02 a:hover span {
    background-image: url("../img/index/icon_02_wh.png");
  }
  #conts_05 .demo_03 a:hover span {
    background-image: url("../img/index/icon_03_wh.png");
  }
}