@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; }

a:focus {
  outline: 0; }

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

Layout

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

footer

----------------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  background: #eaf7ff;
  background-size: cover;
  padding: 50px 0; }

footer .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1070px;
  margin: 0 auto; }

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

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 .cnt {
  text-align: left;
  width: 500px;
  padding-top: 12px;
  max-width: 48%; }

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

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

footer .ftr-logo {
  display: block;
  margin-bottom: 30px; }

@media screen and (max-width: 678px) {
  footer .ftr-logo {
    margin-bottom: 15px; }
  footer .ftr-logo img {
    width: 200px;
    height: auto; } }

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

@media screen and (max-width: 678px) {
  footer .ftr-roadshow {
    margin: 0 0 20px; }
  footer .ftr-roadshow img {
    width: 250px;
    height: auto; } }

footer .ftr-sns-btn {
  margin: 0 auto 20px;
  display: flex; }

@media screen and (max-width: 678px) {
  footer .ftr-sns-btn {
    justify-content: center; } }

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

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