@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
  background-color: #00489d;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 22px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 22px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th, td ul {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #00489d;
}
a img {
  transition: all .2s;
}

.palt {
  font-feature-settings: "palt";
}

.halt {
  font-feature-settings: "halt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: #00489d;
}
#page-header h1 {
  font-size: 10px;
  line-height: 10px;
  width: 150px;
  margin: 12px 0px 0px 20px;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  width: 100%;
  color: #fff;
  position: relative;
}
#page-footer .inner {
  margin: 0px auto;
  padding: 45px 0px 30px;
}

.f-logo {
  width: 200px;
  margin: 0px auto 45px;
}

.f-link {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.f-link li {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
}
.f-link li a {
  text-decoration: none;
  color: #fff;
}
.f-link li a.out {
  padding-right: 16px;
  background-image: url(../images/icon_out.png);
  background-position: right center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

.f-sns {
  margin: 0px 0px 45px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.f-sns li {
  margin: 0px 12px;
  padding: 0px;
}
.f-sns li a {
  text-decoration: none;
  display: block;
}
.f-sns li a img {
  display: block;
  height: 26px;
  width: auto;
  max-width: none;
}

.copyright {
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
}

.gotop {
  width: 30px;
  height: 67px;
  margin: 0px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}
.gotop a {
  background-color: #00489d;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(../images/gotop.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }

  a:hover {
    opacity: 0.65;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  p, li, dt, dd, th, td, h5, h6 {
    line-height: 23px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 23px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 60px;
    background-color: transparent;
    transition: all .2s;
  }
  #page-header h1 {
    width: 164px;
    margin-top: 12px;
    margin-left: 24px;
  }
  #page-header.header-fix {
    background-color: #00489d;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    padding: 95px 0px 60px;
  }

  .f-logo {
    width: 350px;
    margin-bottom: 60px;
  }

  .f-link {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
  }
  .f-link li {
    margin: 0px 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .f-sns li {
    margin: 0px 14px;
  }
  .f-sns li a img {
    height: 32px;
  }

  .copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .gotop {
    width: 40px;
    height: 90px;
    right: 40px;
    bottom: 50px;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 18px;
    line-height: 35px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 35px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 90px;
  }
  #page-header h1 {
    width: 262px;
    margin-top: 24px;
    margin-left: 48px;
  }
}
/*
--------------------------------------------------------------------------------- 1570*/
@media print, screen and (min-width: 1570px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 22px;
    line-height: 43px;
  }

  p, ul, ol, dl, table {
    margin-bottom: 43px;
  }
}
