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

共通指定

----------------------------------------------------------------------*/
body {
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

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

Layout

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

footer

----------------------------------------------------------------------*/
footer {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background: #ea523c url(../img/top/bg_footer.jpg) 0 center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

footer .ftr-logo {
  display: block;
}

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

footer .ftr-roadshow {
  display: block;
  margin: 20px 0 30px;
}

footer .ftr-roadshow img {
  max-width: 640px;
}

footer .ftr-sns-btn {
  width: 275px;
  margin: 0 auto;
}

footer .ftr-sns-btn li {
  float: left;
  padding: 0 6px 0;
}

@media screen and (max-width: 678px) {
  footer {
    padding: 6%;
  }
  footer .ftr-logo img {
    max-width: 200px;
  }
}

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

Parts

----------------------------------------------------------------------*/
/*----------------------------
table
----------------------------*/
table {
  clear: both;
  margin-bottom: 20px;
  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;
}

table td {
  padding: 10px 8px 8px;
  border: solid 1px #CCC;
  background-color: #FFF;
}

/*----------------------------
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;
}
