body {
  color: #484848;
  font-size: 12px;
  box-sizing: border-box;
}

.main {
  margin-top: 0;
}

header {
  padding: 0;
  position: relative;
}

.box_header_m {
  width: 1000px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}

.h_logo {
  font-size: 12px;
  margin: auto;
}
.h_logo .logo {
  width: 100px;
  margin: auto;
  margin-bottom: 5px;
}
.h_logo .occupation {
  margin-bottom: 5px;
}
.h_logo .kana {
  font-size: 11px;
}

.menu_trigger {
  display: none;
}

.grobal_menu {
  background-color: transparent;
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  height: auto;
  z-index: 2;
  display: block;
  margin-bottom: 30px;
}
.grobal_menu .gblnv_list {
  width: 60%;
  margin: auto;
  height: auto;
  transform: unset;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.grobal_menu .gblnv_list li {
  width: auto;
  border: none;
  margin: auto;
  border-radius: 0;
  position: relative;
}
.grobal_menu .gblnv_list li a {
  font-size: 14px;
  padding: 10px;
  color: #484848;
  display: block;
}
.grobal_menu .gblnv_list li:hover ::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn_top {
  width: 360px;
  margin-bottom: 30px;
  border-radius: 30px;
  font-size: 16px;
}
.btn_top a {
  padding: 20px;
}

.support_menu {
  background-color: #eaeaea;
}
.support_menu ul {
  padding: 20px;
  width: 900px;
  margin: auto;
}
.support_menu ul li {
  line-height: 150%;
}

.rights {
  font-size: 10px;
  text-align: center;
  padding: 10px;
}

.normal_btn {
  width: 420px;
  border-radius: 100px;
  padding: 20px 0;
  font-size: 20px;
  margin: 50px auto;
}
.normal_btn:hover {
  background-color: #EAE6DB;
}

.ttl_basic {
  font-size: 20px;
  border-left: 4px solid #D0A226;
  padding: 10px;
  margin-bottom: 30px;
}

.ttl_basic_gray {
  font-size: 20px;
  border-left: 4px solid #eaeaea;
  padding: 10px;
  margin-bottom: 30px;
}

.page_ttl {
  margin-bottom: 30px;
}
.page_ttl h2 {
  font-size: 30px;
  line-height: 110%;
}
.page_ttl .en {
  font-size: 20px;
}

.breadcrumbs_lst {
  padding: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}
.breadcrumbs_lst ul {
  width: 900px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}
.breadcrumbs_lst ul li a {
  color: #D0A226;
}
.breadcrumbs_lst ul li:last-child::after {
  display: none;
}

.wp-pagenavi > span, .wp-pagenavi > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 6px;
  cursor: pointer;
}
.wp-pagenavi span {
  cursor: default;
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
  .box_header_m {
    width: 100%;
  }
  .support_menu ul {
    width: 80%;
  }
  .breadcrumbs_lst ul {
    width: 80%;
  }
}/*# sourceMappingURL=common_pc.css.map */