﻿.global-header,
.footer-box {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1440px;
}

.global-zone {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 100px 20px 70px 75px;
  max-width: 1440px;
}

.global-box {
  background: url(../../common/img/map.jpg) no-repeat center right;
  background-size: contain;
  margin-bottom: 70px;
  padding-bottom: 50px;
}

.global-hd02 {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.global-ul {
  max-width: 220px;
  width: 100%;
}

.global-ul li {
  background: url(../../common/img/blue_bg.jpg) no-repeat center right;
  background-size: cover;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 7px 0 6px;
}

.global-ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.global-ul li a span {
  display: block;
  font-size: 12px;
}

.global-ul li a:hover {
  opacity: 0.7;
}

.global-box01 {
  background: url(../../common/img/blue_bg01.jpg) no-repeat center right;
  background-size: cover;
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.global-txt01 {
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  padding: 5px 20px;
}

.global-txt01 a {
  color: #fff;
}

.global-txt01 span:nth-child(1) {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  margin-right: 30px;
}

.global-box02 {
  display: inline-block;
  vertical-align: middle;
}

.global-txt02 {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
}

.global-txt03 {
  font-size: 12px;
}

footer {
  background-color: #001f63;
  background-image: none;
  padding: 13px 0;
}

.footer-copy {
  color: #fff;
  float: left;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
}

.footer-link {
  float: right;
}

.footer-link a {
  color: #fad450;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  margin: 0 10px;
}

.footer-link a:hover {
  opacity: 0.7;
}

header .language-txt a:nth-child(3) {
  width: 65px;
}

header .language-txt a:nth-child(3).current {
  background: url(../../common/img/blue_bg02.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .global-zone {
    padding: 17% 20px;
  }

  .global-hd02 {
    text-align: center;
  }

  .global-ul {
    margin: 0 auto;
  }

  .global-zone01 {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .global-header {
    padding: 0;
  }

  .global-header .language-txt {
    margin-top: 4px;
  }

  .global-hd02 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .global-ul li a {
    font-size: 16px;
  }

  .global-box {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .global-box01 {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .global-txt01 span:nth-child(1) {
    display: block;
    font-size: 16px;
    margin-right: 0;
  }

  .footer-link,
  .footer-copy {
    float: none;
    text-align: center;
  }

  .footer-link {
    margin-bottom: 5px;
  }

  .footer-box {
    padding: 0;
  }
}

/*-- world_network --*/
header {
  padding: 10px 15px 17px;
  position: static;
}

.global-map-area {
  background-color: rgb(255, 255, 255, 0.5);
  box-sizing: border-box;
  border: 1px solid #888;
  transform: translate(0, -55px);
  padding: 20px 0;
  text-align: center;
}

.global-map-ul li {
  display: inline-block;
  margin-right: 80px;
}

.global-map-ul li:last-child {
  margin-right: 0;
}

.global-map-ul li a {
  display: inline-block;
}

.global-map-ul li a i {
  color: #001f63;
  margin-right: 5px;
}

.global-map-tit02 {
  font-size: 2rem;
  border-bottom: 2px solid #014ca1;
  display: block;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.icoExplanation {
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
  padding-right: 80px;
}

.icoExplanation img {
  margin-left: 80px;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.global-map-tit03 {
  font-size: 1.8rem;
  background-color: #014ca1;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 14px 15px 12px 20px;
}

.tit-image {
  font-weight: bold;
}

.tit-image img {
  margin-right: 5px;
  vertical-align: text-top;
}

.global-map-link {
  background-color: #f5f5f5;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.global-map-link .global-map-ul li {
  margin-right: 20px;
}

.sub-tit {
  font-size: 1.5rem;
  font-weight: bold;
}

small {
  font-size: 70%;
}
