@charset "UTF-8";
/*変数設定用*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #000;
  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 {
  font-size: 62.5%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

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

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

.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

header {
  width: 100%;
  height: auto;
}
header .lang_bar {
  width: 100%;
}
header .lang_bar ul.lang_list {
  background: #95cdd7;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .lang_bar ul.lang_list li {
  float: left;
}
header .lang_bar ul.lang_list li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 25px;
  display: block;
}
header .lang_bar ul.lang_list li a:hover {
  background: #6ea8b2;
}
header .h_logo {
  margin: 1% 4%;
  float: left;
}
@media screen and (max-width: 767px) {
  header .h_logo {
    margin: 0;
    padding: 10px;
  }
}
header .global_menu {
  margin-right: 5%;
  float: right;
}
header .global_menu li {
  float: left;
  position: relative;
  padding: 35px 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
header .global_menu li:before {
  position: absolute;
  content: "|";
  font-weight: bold;
  top: 50%;
  margin-top: -10px;
  right: 0;
  transform: rotate(30deg);
}
header .global_menu li:last-child:before {
  display: none;
}
header .global_menu li > ul.menu__second-level {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  display: block;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: 1;
}
header .global_menu li > ul.menu__second-level a {
  font-size: 1.4rem;
}
header .global_menu li > ul.menu__second-level li {
  padding: 10px;
  position: static;
  margin: 0;
  width: 100%;
  text-align: center;
}
header .global_menu li > ul.menu__second-level li:before {
  display: none;
}
header .global_menu li:hover ul.menu__second-level {
  top: 90px;
  visibility: visible;
  opacity: 1;
}

footer {
  width: 100%;
  background: #333333;
  color: #fff;
  padding: 40px 0;
}
footer .f_logo {
  float: left;
}
@media screen and (max-width: 767px) {
  footer .f_logo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .f_navi {
  width: 50%;
  float: right;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  footer .f_navi {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}
footer .f_navi__list {
  float: left;
  width: auto;
  font-size: 1.4rem;
  line-height: 2.3em;
}
@media screen and (max-width: 767px) {
  footer .f_navi__list {
    width: 50%;
  }
}
footer .f_navi__list li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .f_navi__list li a {
    padding: 5px 0;
  }
}
footer .f_navi__list li.left {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  footer .f_navi__list li.left {
    margin-left: 0;
  }
}
footer .f_navi__list:nth-child(2) {
  margin: 0 5%;
}
@media screen and (max-width: 767px) {
  footer .f_navi__list:nth-child(2) {
    margin: auto;
  }
}
footer .f_copy {
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  footer .f_copy {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .vpc {
    display: 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;
  }
}

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

.drawer-hamburger {
  width: 2.2rem;
}

.drawer-nav {
  width: 80%;
}

.drawer--right .drawer-hamburger {
  right: 10px;
}

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

.drawer--right.drawer-open .drawer-hamburger, .drawer-hamburger {
  right: 80%;
  z-index: 11000;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
}

.drawer-nav li {
  border-bottom: 1px solid #ccc;
}
.drawer-nav li a {
  font-size: 1.4rem;
  padding: 15px;
  color: #000;
  display: block;
}
.drawer-nav li.other {
  background: url("./../img/icon_other.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}/*# sourceMappingURL=common.css.map */