@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, Yu Gothic, 游ゴシック体, "游ゴシック", "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
}

.wrapper * {
  box-sizing: border-box;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 800;
  background-color: #fff;
  height: 99px;
}
@media screen and (max-width: 1024px) {
  header {
    border-bottom: 1px solid #004098;
    height: auto;
    position: relative;
  }
}
header .header_inner {
  margin: 0 auto;
  width: 960px;
  height: 61px;
  border-bottom: solid 1px #fff;
}
header .header_inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  header .header_inner {
    width: 100%;
    height: auto;
    border-bottom: none;
  }
}
header .header_logo {
  float: left;
  display: table;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #004098;
}
header .header_logo a {
  display: block;
  padding: 21px 0 21px 42px;
  background: url("../media/images/common/header_logo.png") no-repeat left center;
  background-size: 35px;
  font-size: 18px;
  color: #004098;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  header .header_logo a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header_logo a {
    margin-left: 10px;
    padding: 12px 0 12px 42px;
    font-size: 16px;
    line-height: 1.4;
  }
}
header .header_logo br {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header_logo br {
    display: block;
  }
}
header .header_menu_top {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 60px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  header .header_menu_top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header_menu_top {
    display: none;
  }
}
header .header_menu_top > li {
  height: 60px;
  float: left;
  font-size: 12px;
  text-align: center;
}
header .header_menu_top > li > a {
  display: block;
  height: 100%;
  padding: 15px 0;
  color: #000;
  text-decoration: none;
}
header .header_menu_top > li.header_menu_contact {
  width: 55px;
}
header .header_menu_top > li.header_menu_contact a {
  padding: 20px 0;
}
header .header_menu_top > li.header_menu_contact a:before {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #004098;
  text-align: center;
  margin-bottom: 0;
}
header .header_menu_top > li.header_menu_search {
  display: table;
  width: 270px;
}
header .header_menu_top > li.header_menu_search .header_menu_search_button {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  padding: 10px 0;
  cursor: pointer;
}
header .header_menu_top > li.header_menu_search .header_menu_search_button:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}
header .header_menu_top > li.header_menu_search .header_menu_search_button:before {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #004098;
  text-align: center;
}
header .header_menu_top > li.header_menu_search .header_menu_search_wrap {
  display: table-cell;
  vertical-align: middle;
}
header .header_menu_top > li.header_menu_search #___gcse_0 {
  width: 0;
  overflow: hidden;
  transition: 0.2s;
  margin-right: -200px;
}
header .header_menu_top > li.header_menu_search .gsc-control-cse {
  width: 200px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header .header_menu_top > li.header_menu_search .gsc-control-cse {
    width: 100px;
  }
}
header .header_menu_top > li.header_menu_search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
header .header_menu_top > li.header_menu_search .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box {
  border: solid 1px #004098;
  border-radius: 15px;
}
header .header_menu_top > li.header_menu_search .gsc-search-box-tools .gsc-search-box .gsc-input .gsc-input-box input.gsc-input {
  border-radius: 15px;
  box-shadow: none;
}
header .header_menu_top > li.header_menu_search form.gsc-search-box {
  margin-bottom: 0;
}
header .header_menu_top > li.header_menu_search .gsst_a {
  text-decoration: none;
}
header .header_menu_top > li.header_menu_search .gsib_a {
  padding: 3px 5px;
}
header .header_menu_top > li.header_menu_search .gsc-search-button {
  display: none;
}
header .header_menu_top > li.header_menu_search .gsc-results-wrapper-overlay {
  left: 10px;
}
header .header_menu_top > li.header_menu_search.open .header_menu_search_wrap {
  width: 200px;
}
header .header_menu_top > li.header_menu_search.open #___gcse_0 {
  width: 100%;
  transition: 0.3s;
  margin-right: 0;
}
header .header_menu_top > li.header_menu_contact a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 7px;
}
header .header_menu_top > li.header_menu_link {
  padding: 0 15px 0 10px;
  font-size: 14px;
}
header .header_menu_top > li.header_menu_link a {
  width: 70px;
  background-color: #004098;
  color: #fff;
  border-radius: 15px;
  padding: 7px 0;
  height: 30px;
  margin-top: 15px;
}
header .header_menu_top > li.language {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 70px;
}
header .header_menu_top > li.language > ul {
  padding-left: 0;
  list-style: none;
}
header .header_menu_top > li.language > ul li {
  background-color: #004098;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  height: 30px;
}
header .header_menu_top > li.language > ul li.active {
  padding: 8px 0 8px;
}
header .header_menu_top > li.language > ul li a {
  display: block;
  padding: 8px 0 8px;
  background-color: #fff;
  color: #004098;
  text-decoration: none;
  height: 30px;
}
header .globalNavigation {
  background-color: #004098;
  position: relative;
  height: 38px;
  border-bottom: solid 1px #fff;
}
header .globalNavigation:after {
  content: " ";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 1025px) {
  header .globalNavigation {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  header .globalNavigation {
    position: relative;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: auto;
    border-bottom: none;
  }
}
header .globalNavigation ul {
  padding-left: 0;
  list-style: none;
}
header .globalNavigation ul.depth1 {
  display: flex;
  margin: 0;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 {
    display: block;
    width: 100%;
  }
}
header .globalNavigation ul.depth1 > li {
  flex: 1 1 160px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li {
    width: 100%;
  }
}
header .globalNavigation ul.depth1 > li:first-child > a {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li:first-child > a {
    border-left: none;
  }
}
header .globalNavigation ul.depth1 > li.depth1 > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 8px;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li.depth1 > a:after {
    font-family: FontAwesome;
    content: "";
    padding-left: 8px;
    padding-right: 0;
  }
}
header .globalNavigation ul.depth1 > li.has_children > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 8px;
  padding-right: 0;
}
header .globalNavigation ul.depth1 > li:hover > a {
  background-color: #efea3a;
}
header .globalNavigation ul.depth1 > li:hover ul.depth2 {
  visibility: visible;
}
@media print, screen and (min-width: 1025px) {
  header .globalNavigation ul.depth1 > li:hover ul.depth2 {
    heihgt: 100%;
    transition: 0.5s;
    opacity: 1;
  }
}
header .globalNavigation ul.depth1 > li.lm8 ul.depth3, header .globalNavigation ul.depth1 > li.lm282 ul.depth3 {
  display: block;
}
header .globalNavigation ul.depth1 > li.last {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li.last {
    display: block;
  }
}
header .globalNavigation ul.depth1 > li.first > a {
  background: #004098;
}
@media print, screen and (min-width: 1025px) {
  _:-ms-fullscreen, :root header .globalNavigation ul.depth1 > li.first > a {
    font-size: 90%;
  }
}
header .globalNavigation ul.depth1 > li a {
  text-decoration: none;
}
header .globalNavigation ul.depth1 > li > a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}
@media print, screen and (min-width: 1025px) {
  header .globalNavigation ul.depth1 > li > a {
    pointer-events: none;
    height: 37px;
  }
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li > a {
    text-align: left;
    padding: 20px;
    border-right: none;
  }
}
header .globalNavigation ul.depth1 > li ul.depth2 {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 18px 0;
  background-color: rgba(239, 234, 58, 0.8);
  min-width: 100%;
}
@media print, screen and (min-width: 1025px) {
  header .globalNavigation ul.depth1 > li ul.depth2 {
    transition: 0.5s;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li ul.depth2 {
    visibility: visible;
    position: static;
    padding: 8px 0 18px;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
  }
  header .globalNavigation ul.depth1 > li ul.depth2:after {
    content: " ";
    display: block;
    clear: both;
  }
}
header .globalNavigation ul.depth1 > li ul.depth2 > li {
  margin-top: 10px;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li ul.depth2 > li {
    float: left;
    margin-top: 0px;
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  header .globalNavigation ul.depth1 > li ul.depth2 > li {
    float: none;
    width: 100%;
  }
}
header .globalNavigation ul.depth1 > li ul.depth2 > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li ul.depth2 > li:first-child {
    margin-top: 0px;
  }
}
header .globalNavigation ul.depth1 > li ul.depth2 > li.lm282 ul.depth3 {
  display: block;
}
header .globalNavigation ul.depth1 > li ul.depth2 > li > a {
  font-weight: 500;
}
header .globalNavigation ul.depth1 > li ul.depth2 > li a {
  padding: 0 10px;
  font-size: 13px;
  color: #004098;
}
header .globalNavigation ul.depth1 > li ul.depth2 > li a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 12px;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li ul.depth2 > li a {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li ul.depth2 > li a {
    display: block;
  }
}
header .globalNavigation ul.depth1 > li ul.depth3 {
  display: none;
  padding-left: 20px;
  margin: 5px 0;
}
header .globalNavigation ul.depth1 > li ul.depth3 > li {
  display: inline-block;
  margin: 3px 0;
}
header .globalNavigation ul.depth1 > li ul.depth3 > li:last-child a:after {
  display: none;
}
header .globalNavigation ul.depth1 > li ul.depth3 > li a {
  padding: 0 0 0 10px;
  font-size: 11px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  header .globalNavigation ul.depth1 > li ul.depth3 > li a {
    padding: 10px;
  }
}
header .globalNavigation ul.depth1 > li ul.depth3 > li a:before {
  display: none;
}
header .globalNavigation ul.depth1 > li ul.depth3 > li a:after {
  content: "/";
  padding-left: 10px;
}
header .globalNavigation ul.depth1 > li ul.depth4 {
  display: none;
}
header .sp_submenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .sp_submenu {
    display: block;
    background-color: #fff;
  }
  header .sp_submenu.lang {
    border-top: 1px solid #004098;
  }
  header .sp_submenu ul {
    margin: 0;
  }
  header .sp_submenu ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  header .sp_submenu ul > li {
    float: left;
    font-size: 15px;
    width: 33.33%;
    border-bottom: 1px solid #004098;
    border-right: 1px solid #004098;
    text-align: center;
  }
  header .sp_submenu ul > li:nth-child(2) {
    border-left: 1px solid #004098;
  }
  header .sp_submenu ul > li.sp_menu_search {
    float: none;
    padding: 3px 20px;
    border-left: 1px solid #004098;
    border-right: 1px solid #004098;
    width: 100%;
  }
  header .sp_submenu ul > li.sp_menu_search #___gcse_1 {
    width: 100%;
  }
  header .sp_submenu ul > li.sp_menu_search #gs_tti51 {
    padding: 2px 8px;
  }
  header .sp_submenu ul > li.sp_menu_search .gsc-control-cse {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  header .sp_submenu ul > li.sp_menu_search .gsc-results-wrapper-visible {
    left: 2%;
    /* right: 10px; */
    width: auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  header .sp_submenu ul > li.sp_menu_search .gsc-input-box {
    border: solid 1px #004098;
    border-radius: 15px;
  }
  header .sp_submenu ul > li.sp_menu_search .gsc-input-box input.gsc-input {
    border-radius: 15px;
    font-size: 16px;
  }
  header .sp_submenu ul > li.sp_menu_search .gsst_a {
    text-decoration: none;
  }
  header .sp_submenu ul > li.sp_menu_search form.gsc-search-box {
    margin-bottom: 0;
  }
  header .sp_submenu ul > li.sp_menu_search table.gsc-search-box {
    margin-bottom: 0;
  }
  header .sp_submenu ul > li.sp_menu_search input.gsc-search-button {
    -webkit-appearance: none;
    box-shadow: none;
    padding: 10px;
    box-sizing: content-box;
    background-color: #004098;
    border: none;
  }
  header .sp_submenu ul > li.sp_menu_search span {
    display: table-cell;
    vertical-align: middle;
  }
  header .sp_submenu ul > li.sp_menu_contact {
    border-left: 1px solid #004098;
  }
  header .sp_submenu ul > li.sp_menu_contact a:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 10px;
    display: inline-block;
    line-height: 1.15;
    vertical-align: bottom;
  }
  header .sp_submenu ul > li.sp_language.active {
    padding: 10px 20px;
    background-color: #004098;
    color: #fff;
  }
  header .sp_submenu ul > li > a {
    display: block;
    text-decoration: none;
    color: #004098;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  header .sp_submenu ul > li {
    font-size: 14px;
  }
  header .sp_submenu ul > li > a {
    padding: 10px 5px;
  }
  header .sp_submenu form.gsc-search-box {
    font-size: 16px;
  }
}
header .sp_header_button {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .sp_header_button {
    position: absolute;
    width: 38px;
    height: 38px;
    display: block;
    color: #004098;
    top: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .sp_header_button {
    right: 10px;
    width: 24px;
    height: 20px;
  }
}
header .sp_header_button i {
  font-size: 50px;
  vertical-align: top;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  header .sp_header_button i {
    font-size: 45px;
  }
}
header .sp_header_button span.bar {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #004098;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  header .sp_header_button span.bar {
    height: 2px;
  }
}
header .sp_header_button span.bar:first-child {
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}
header .sp_header_button span.bar:nth-child(2) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  header .sp_header_button span.bar:nth-child(2) {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
header .sp_header_button span.bar:nth-child(3) {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  header .sp_header_button span.bar:nth-child(3) {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }
}
header .sp_header_button span.bar:nth-child(4) {
  -webkit-transform: translateX(0px) translateY(30px);
  -ms-transform: translateX(0px) translateY(30px);
  transform: translateX(0px) translateY(30px);
}
@media screen and (max-width: 767px) {
  header .sp_header_button span.bar:nth-child(4) {
    -webkit-transform: translateX(0px) translateY(18px);
    -ms-transform: translateX(0px) translateY(18px);
    transform: translateX(0px) translateY(18px);
  }
}
header .sp_header_button.open span.bar:first-child {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  background-color: rgba(255, 255, 255, 0);
  display: none;
}
header .sp_header_button.open span.bar:nth-child(2) {
  -webkit-transform: rotate(45deg) translateX(12px) translateY(12px);
  -ms-transform: rotate(45deg) translateX(12px) translateY(12px);
  transform: rotate(45deg) translateX(12px) translateY(12px);
}
@media screen and (max-width: 767px) {
  header .sp_header_button.open span.bar:nth-child(2) {
    -webkit-transform: rotate(45deg) translateX(7px) translateY(7px);
    -ms-transform: rotate(45deg) translateX(7px) translateY(7px);
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
header .sp_header_button.open span.bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(-12px) translateY(12px);
  -ms-transform: rotate(-45deg) translateX(-12px) translateY(12px);
  transform: rotate(-45deg) translateX(-12px) translateY(12px);
}
@media screen and (max-width: 767px) {
  header .sp_header_button.open span.bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(-7px) translateY(7px);
    -ms-transform: rotate(-45deg) translateX(-7px) translateY(7px);
    transform: rotate(-45deg) translateX(-7px) translateY(7px);
  }
}
header .sp_header_button.open span.bar:nth-child(4) {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  background-color: rgba(255, 255, 255, 0);
  display: none;
}

#main {
  position: relative;
  z-index: 5;
  margin-top: 99px;
}
@media screen and (max-width: 1024px) {
  #main {
    margin-top: 0;
  }
}

.page_top {
  margin: 25px  auto;
  width: 960px;
}
.page_top:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .page_top {
    width: 100%;
    padding-right: 20px;
  }
}
.page_top > a {
  float: right;
  display: inline-block;
  border: 1px solid #004098;
  border-radius: 15px;
  padding: 8px 22px;
  font-size: 12px;
  color: #004098;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_top > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 16px;
  padding-right: 0;
}
.page_top > a:hover {
  text-decoration: none;
  background-color: #004098;
  color: #fff;
}

footer {
  padding-bottom: 15px;
  background-color: #004098;
}
footer .footer_inner {
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner {
    width: 100%;
  }
}
footer .footer_head {
  display: table;
  margin: 0 auto;
  padding: 30px 0 30px 55px;
  background: url("../media/images/common/logo_white.png") no-repeat left center;
  background-size: 40px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_head {
    width: 300px;
    line-height: 1.5;
    text-align: left;
  }
}
footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    display: block;
    padding: 0px;
  }
}
footer .footer_nav ul.footer_nav_list {
  display: table;
  width: calc(100% - 82px);
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer .footer_nav ul.footer_nav_list {
    padding: 0 20px;
  }
}
footer .footer_nav ul.footer_nav_list > li {
  display: table-cell;
  padding-top: 5px;
  padding-right: 25px;
  width: 245px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav ul.footer_nav_list > li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav ul.footer_nav_list > li {
    display: block;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
}
footer .footer_nav ul.footer_nav_list > li h4 {
  display: table;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer_nav ul.footer_nav_list > li h4 {
    display: block;
  }
}
footer .footer_nav ul.footer_nav_list > li > ul {
  margin: 0 0 30px;
  padding: 0 0 0 0px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer .footer_nav ul.footer_nav_list > li > ul {
    display: none;
  }
}
footer .footer_nav ul.footer_nav_list > li > ul > li > a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
footer .footer_nav ul.footer_nav_list > li > ul li {
  font-size: 13px;
  margin-top: 10px;
}
footer .footer_nav ul.footer_nav_list > li > ul li:first-child {
  margin-top: 0;
}
footer .footer_nav ul.footer_nav_list > li > ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  footer .footer_nav ul.footer_nav_list > li > ul li a {
    transition: 0.3s;
  }
  footer .footer_nav ul.footer_nav_list > li > ul li a:hover {
    transition: 0.3s;
    opacity: 0.8;
  }
}
footer .footer_nav ul.footer_nav_list > li > ul li ul.depth2 {
  margin: 10px 0 10px;
  padding: 0 0 0 10px;
  list-style: none;
}
footer .footer_nav ul.footer_nav_list > li > ul li ul.depth2 li a {
  color: #bec3d7;
}
footer .footer_banner {
  margin: 5px 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 995px;
}
@media screen and (max-width: 1050px) {
  footer .footer_banner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_banner {
    display: block;
    padding: 0 10px;
  }
  footer .footer_banner:after {
    content: " ";
    display: block;
    clear: both;
  }
}
footer .footer_banner li {
  width: 315px;
  margin-left: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1050px) {
  footer .footer_banner li {
    margin-left: 1%;
    width: 32%;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_banner li {
    float: left;
    width: 49%;
    margin-left: 0;
  }
  footer .footer_banner li:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_banner li {
    margin-bottom: 2%;
  }
}
footer .footer_banner li:nth-child(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  footer .footer_banner li:nth-child(3n + 1) {
    margin-left: auto;
  }
}
footer .footer_banner li img {
  width: 100%;
}
footer ul.footer_icon {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul.footer_icon:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  footer ul.footer_icon {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer ul.footer_icon {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer ul.footer_icon li {
  float: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer ul.footer_icon li {
    float: none;
  }
}
footer ul.footer_icon li.footer_private {
  display: block;
  width: 75px;
  border: 1px solid #fff;
}
footer ul.footer_icon li.footer_private a {
  display: block;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
footer ul.footer_icon li.footer_webmail {
  display: block;
  width: 75px;
  border: 1px solid #fff;
  clear: both;
}
footer ul.footer_icon li.footer_webmail a {
  display: block;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer ul.footer_icon li.footer_webmail a {
    padding: 10px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
footer ul.footer_icon li.footer_webmail a:after {
  content: none;
}
footer ul.footer_icon li.footer_fu-house {
  display: block;
  width: 75px;
  height: 50px;
  text-align: center;
  clear: both;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  footer ul.footer_icon li.footer_fu-house {
    margin-top: 10px;
  }
}
footer ul.footer_icon li.footer_link {
  display: block;
  width: 75px;
  border: 1px solid #fff;
}
footer ul.footer_icon li.footer_link a {
  display: block;
  padding: 12px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
footer ul.footer_icon li.footer_univercity {
  margin: 20px auto 0;
  width: 70px;
  clear: both;
}
@media screen and (max-width: 767px) {
  footer ul.footer_icon li.footer_univercity {
    margin-top: 10px;
    margin-left: 0;
    width: 75px;
    text-align: center;
  }
}
footer ul.footer_icon li.footer_univercity img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer ul.footer_icon li.footer_univercity img {
    width: 50px;
  }
}
footer div.copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
footer.sp h4:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}
footer.sp h4.open::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 10px;
}

/**
** 英語
**/
.en header .header_logo {
  width: calc(100% - 490px);
}
@media screen and (max-width: 1024px) {
  .en header .header_logo {
    width: 100%;
    padding-right: 50px;
  }
}
.en header .header_logo br {
  display: block;
}
.en header .header_logo a {
  font-size: 14px;
  padding: 17px 0 16px 42px;
}
@media screen and (max-width: 767px) {
  .en header .header_logo a {
    padding: 12px 0 12px 42px;
  }
}
.en header .header_menu_top {
  width: 490px;
}

/*# sourceMappingURL=common.css.map */
