@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: 42px 15px 20px;
  background: url("../img/common/spfbg.jpg") no-repeat center;
  background-size: cover;
  text-align: center; }

@media screen and (min-width: 679px) {
  footer {
    background: url("../img/common/fbg.jpg") no-repeat left center;
    background-size: cover; } }

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

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

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

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

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

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

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

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

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

footer .ftr-sns-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center; }

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

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: 6%; } }

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

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,
ul:after,
dl: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; }

/*# sourceMappingURL=../maps/common.css.map */
