@charset "UTF-8";

.c-button,
a.c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  text-shadow: none;
  display: inline-block;
  background: #0083ff;
  background: -webkit-linear-gradient(top, #0083ff 0%, #00c2ff 100%);
  background: linear-gradient(to bottom, #0083ff 0%, #00c2ff 100%);
  border-radius: 2px;
  color: white;
  padding: .9em 2em;
  font-weight: bold;
}

.c-button:focus,
a.c-button:focus {
  outline: none;
}

.c-button:hover,
a.c-button:hover {
  background: #0083ff;
  background: -webkit-linear-gradient(top, #0090ff 0%, #00d5ff 100%);
  background: linear-gradient(to bottom, #0090ff 0%, #00d5ff 100%);
  opacity: 1;
}

.u-container {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  min-width: 1040px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.l-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header__logo {
  width: 20%;
  max-width: 135px;
}

.l-header__logo a,
.l-header__logo img {
  display: block;
}

.l-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  width: 85%;
  text-align: right;
}

.l-header__menu li {
  list-style: none;
}

.l-header__menu__list {
  display: inline-block;
  vertical-align: middle;
}

.l-header__menu__list:not(:first-child) {
  margin-left: 2em;
}

.l-header__menu__list a {
  color: #FFF;
  font-weight: bold;
}

.l-header__menu__list--icon a {
  display: block;
  line-height: 1;
}

.l-header__menu__list--icon a object {
  vertical-align: middle;
}

.l-footer {
  background: #F9F9F9;
  border-top: 1px solid #ddd;
  min-width: 1040px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-footer__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__logo__image {
  margin-bottom: 20px;
  max-width: 135px;
}

.l-footer__logo__info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0;
}

.l-footer__menu {
  font-size: 12px;
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-footer__menu li {
  list-style: none;
}

.l-footer__menu__list {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}

.l-footer__menu__list:not(:first-child):before {
  background: #000;
  content: ' ';
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 1px;
}

.l-footer__menu__list--icon {
  margin-left: 2em;
}

.l-footer__menu__list--icon:not(:first-child):before {
  display: none;
}

.l-footer__copyright {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
  width: 100%;
}

#page {
  min-width: 1040px;
}

#area-footer {
  display: none;
}

.l-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
  position: relative;
}

.l-header__logo a {
  border: 0;
}

.l-header__logo a:hover {
  background: none;
  text-decoration: none;
}

.l-header__menu__list {
  font-size: 14px;
}

.l-header__menu__list a {
  color: #000;
  border: 0;
}

.l-header__menu__list a:hover {
  background: none;
  text-decoration: none;
}

.l-footer {
  margin-top: 60px;
}

.l-footer__menu__list a {
  color: #000;
  border: 0;
}

.l-footer__menu__list a:hover {
  background: none;
  text-decoration: none;
}

.l-header,
.l-footer {
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.l-header *,
.l-header *:before,
.l-header *:after,
.l-footer *,
.l-footer *:before,
.l-footer *:after {
  box-sizing: inherit;
}