@charset "UTF-8";
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:hover p:hover {
  opacity: 0.7;
}

a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 62.5%;
  background: #f7f7f7;
  font-family: Arial,sans-serif;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10000;
}

header .inner {
  padding: 12px 0;
  max-width: 890px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  width: 30%;
  max-width: 154px;
}

@media all and (-ms-high-contrast: none) {
  header {
    /* ここに書く */
  }
  header .logo {
    margin-top: 20px;
  }
}

header nav.vpc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  margin-top: 5px;
}

header nav.vpc ul li {
  margin: 0 20px;
}

header nav.vpc ul li a {
  font-size: 1.4rem;
  color: #504084;
  font-weight: bold;
}

header nav.vpc ul li.lang-btn a {
  color: #fff;
  padding: 10px 25px;
  background: #504084;
}

header nav.vpc ul li:last-child {
  margin-right: 0;
}

@media all and (-ms-high-contrast: none) {
  header {
    /* ここに書く */
  }
  header nav.vpc {
    margin-top: 20px;
  }
}

footer {
  width: 100%;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
  br.vpc {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

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

.container {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
}

.inner {
  max-width: 830px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 95%;
  }
}

.drawer-hamburger {
  width: 2.8rem;
}

.drawer-nav {
  width: 100%;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer--top .drawer-nav {
  height: 100%;
}

.drawer--top.drawer-open .drawer-nav {
  top: 57px;
  background: #504084;
}

.drawer-menu-item {
  color: #fff;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 1.6rem;
  text-align: center;
  width: 80%;
  margin: 13px auto;
}

.drawer-menu-item.en_nav {
  background: #fff;
  color: #504084;
}

/* ページTOP */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}
/*# sourceMappingURL=common.css.map */