@charset "utf-8";

/*--------------------------------------------------------------------------------
  base
--------------------------------------------------------------------------------*/
html {
  font-size: calc(1em * .625);
}
body {
  background: #fff;
  color: #000000;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
}
a {
  color: #313439;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #1e5ca7;
}

/*--------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
#header {
  width: 100%;
  margin-bottom: 20px;
}
#header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
#header .header__content .logo {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}
#header .header__content .logo:before {
  content: '';
  background-image: url(../common_img/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 30px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.gNav {
  background: #fff;
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
  -webkit-transform: none !important;
  transform: none !important;
}
#header .header__content .gNav .gNav__item {
  font-size: 1.4rem;
  margin-right: 30px;
  padding: 0;
  display: block;
}
#header .header__content .gNav__item:last-child {
    margin-right: 0;
}
.gNav__lnk--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.gNav__lnk--item::after, .gNav__txt--item::after {
  content: '';
  background: #0578a7;
  -webkit-transition: .2s;
  transition: .2s;
}
.telHeader {
  margin-top: 0;
  margin-top: 23px;
  text-align: right;
  line-height: 1;
}
.telHeader__num {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  display: block;
  color: #0083d1;
}
.telHeader__txt {
    margin-top: 3px;
    font-size: 1.1rem;
    display: block;
}
/*--------------------------------------------------------------------------------
  container
--------------------------------------------------------------------------------*/
.l-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1060px;
    position: relative;
}
.l-container-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}
/*--------------------------------------------------------------------------------
  btn
--------------------------------------------------------------------------------*/
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  -webkit-user-select: none;
  background-color: #fff;
}
.btn-electric {
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  color: #000;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.btn-electric:hover {
  background-color: #000;
  color: #fff;
}
[class*="btn-"] .ti-angle-right, [class*="btn-"] .ti-angle-down {
    right: 7px;
}
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="btn-"] [class*="ti"] {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}
/*--------------------------------------------------------------------------------
  pagetop
--------------------------------------------------------------------------------*/
.pagetop {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagetop a {
  color: #005fa9;
  font-size: 1.0rem;
  display: block;
  text-align: center;
  line-height: 1;
}
.pagetop .fa {
  font-size: 4.8rem;
  margin-bottom: -5px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-up::before {
  content: "\f106";
}
.pagetop .fa {
  font-size: 4.8rem;
}

/*--------------------------------------------------------------------------------
  l-nav--footer
--------------------------------------------------------------------------------*/
.l-nav--footer {
  background-color: #0065b8;
  color: #fff;
  padding: 40px 0;
}
.logo-f {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.lnk-tel {
  color: #fff;
  font-size: 2.9rem;
  font-weight: 700;
}
.btn-footer {
  padding: 15px 10px;
  background-color: #fff;
  color: #000;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.btn-footer:hover {
  background-color: #000;
  color: #fff;
}
.fNav__item--child {
  margin-bottom: 20px;
}
.fNav__item--child a:hover {
  color: #fff;
  text-decoration: underline;
}
.fNav__lnk--child {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}