@charset "UTF-8";
/*----------------------------------------------------------------------

共通指定

----------------------------------------------------------------------*/
body {
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

/*----------------------------------------------------------------------

Layout

----------------------------------------------------------------------*/
/*----------------------------------------------------------------------

footer

----------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  background: #eaf7ff;
  background-size: cover;
  padding: 62px 15px 36px;
  background: url("../img/common/fbg.png") no-repeat center bottom;
  background-size: cover;
  background: #f2f5f6;
  text-align: center;
}

footer .flogo {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 678px) {
  footer .flogo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 678px) {
  footer .flogo img {
    width: 160px;
  }
}

footer .fdate {
  margin-bottom: 40px;
}

@media screen and (max-width: 678px) {
  footer .fdate {
    margin-bottom: 10px;
  }
}

footer .fimg {
  max-width: 48%;
}

footer .fimg img {
  max-width: 100%;
  height: auto;
}

footer .fcopy {
  margin-bottom: 35px;
}

footer .fbilling {
  margin-bottom: 22px;
}

footer .ftr-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

footer .ftr-logo img {
  width: 146px;
}

footer .ftr-sns-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .ftr-sns-btn li {
  padding: 0 6px 0;
  line-height: 1;
  margin-bottom: 8px;
}

footer .ftr-sns-btn li:first-of-type {
  padding-left: 0;
}

footer .copyright {
  font-size: 10px;
  color: #737373;
  margin-top: 15px;
}

@media screen and (max-width: 678px) {
  footer {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 678px) {
  footer .fimg {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 678px) {
  footer .fimg img {
    max-width: 300px;
  }
}

@media screen and (max-width: 678px) {
  footer .fcopy {
    display: none;
  }
}

@media screen and (max-width: 678px) {
  footer {
    padding: 6% 10%;
  }
}

/*----------------------------------------------------------------------

Parts

----------------------------------------------------------------------*/
/*----------------------------
table
----------------------------*/
table {
  clear: both;
  margin-bottom: 80px;
  width: 100%;
  border-collapse: collapse;
}

table th {
  padding: 7px 5px 7px 18px;
  border: solid 1px #ccc;
  font-weight: bold;
  vertical-align: top;
  font-weight: normal;
  background: #e65100;
  color: #fff;
}

table td {
  padding: 10px 8px 8px;
  border: solid 1px #ccc;
  background-color: #fff;
  text-align: center;
}

/*----------------------------
other
----------------------------*/
.hide {
  display: none;
}

/*----------------------------
  [*] CSS Hack
----------------------------*/
/* clearfix */
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix,
ul,
dl {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html ul,
* html dl {
  height: 1%;
}

.clearfix,
ul,
dl {
  display: block;
}

/* End hide from IE-mac */
/*----------------------------
[*] CLEAR
----------------------------*/
.clear {
  clear: both;
}
