*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, dl, dt, dd, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

footer {
  width: 100%;
  height: auto;
  background-color: #333;
  border-top: 1px solid #111;
  color: #aaa;
}

footer * {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer a:hover,
footer a:active {
  color: inherit !important;
}

footer .footer_link {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

footer .footer_link_list {
  display: block;
}

footer .footer_link_item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #444;
}

footer .footer_link_item a {
  display: block;
  padding: 1.25rem 0;
  line-height: 1;
}

footer .footer_link_item a:not([target=_blank])::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 4px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
}

footer .footer_link_item a[target=_blank]::before, footer .footer_link_item a[target=_blank]::after {
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

footer .footer_link_item a[target=_blank]::before {
  display: none;
  width: 12px;
  height: 8px;
  background-color: #999;
  -webkit-box-shadow: 2px -2px 0 #999;
          box-shadow: 2px -2px 0 #999;
}

footer .footer_link_item a[target=_blank]::after {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 7px;
  top: 50%;
  right: 3px;
  margin-top: -2px;
  background-color: #555;
  -webkit-box-shadow: 2px -2px 0 #555;
          box-shadow: 2px -2px 0 #555;
}

footer .copyright {
  display: block;
  padding: 1.5rem 0;
  text-align: center;
  font-size: .75rem;
}

footer .global_navi {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  padding: 5px 50px 5px 0;
  padding: 5px 0;
  background-color: rgba(0, 146, 97, 0.96);
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  z-index: 1000;
}

footer .global_navi .button_menu {
  position: absolute;
  width: 40px;
  top: 7px;
  height: 36px;
  right: 5px;
}

footer .global_navi .button_menu.open {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

footer .global_navi .button_menu::before, footer .global_navi .button_menu::after {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 10px;
  left: 50%;
  margin-left: -12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  z-index: 1;
  pointer-events: none;
}

footer .global_navi .button_menu::before {
  bottom: 17px;
}

footer .global_navi .button_menu::after {
  top: 17px;
}

footer .global_navi .button_menu.open::before, footer .global_navi .button_menu.open::after {
  height: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

footer .global_navi .button_menu.open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer .global_navi .button_menu.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

footer .global_navi .button_menu::before, footer .global_navi .button_menu::after {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

footer .global_navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

footer .global_navi_item {
  width: 100%;
  border-right: 1px solid #009261;
}

footer .global_navi_item a {
  display: block;
  height: 40px;
  padding-top: 28px;
  background-repeat: no-repeat;
  background-position: center 3px;
  background-size: 24px auto;
  text-align: center;
}

footer .global_navi_item a span {
  display: inline-block;
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

footer .global_navi_item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

footer .global_navi_item_entertainment a {
  background-image: url(../img/navigation/entertainment.png);
}

footer .global_navi_item_tokusen a {
  background-image: url(../img/navigation/tokusen.png);
}

footer .global_navi_item_fee a {
  background-image: url(../img/navigation/fee.png);
}

footer .global_navi_item_faq a {
  background-image: url(../img/navigation/faq.png);
}

footer .global_navi_item.global_navi_item_entertainment a {
  background-position: center top;
  background-size: 32px auto;
}

footer .global_navi_item.global_navi_item_tokusen a {
  background-position: center -10px;
  background-size: 48px auto;
}

footer .global_navi + .copyright {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  footer .footer_link {
    max-width: 990px;
  }
  footer .footer_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_link_item {
    border-bottom: none;
    width: auto;
  }
  footer .footer_link_item a {
    white-space: nowrap;
  }
  footer .footer_link_item a:not([target=_blank])::after {
    display: none;
  }
  footer .footer_link_item a:not([target=_blank])::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .2rem;
    border: 6px solid transparent;
    border-left: 6px solid #999;
    border-right: none;
  }
  footer .footer_link_item a[target=_blank]::before {
    display: inline-block;
    margin-right: 6px;
  }
  footer .footer_link_item a[target=_blank]::after {
    display: none;
  }
  footer .global_navi {
    display: none;
  }
  footer .global_navi + .copyright {
    margin-bottom: 0;
  }
}