@charset "UTF-8";
/* ▼▼▼ 海外拠点
=====================================*/
h1.title {
  background: url(../img/overseas_network/title_bg_pc.png) no-repeat scroll center top;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  line-height: 150px;
}

h1.title span {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.31rem;
}

h2 {
  font-size: 1.75rem;
  color: #0D3165;
  padding-bottom: 5px;
  background: url(../img/overseas_network/h2_border_pc.png) no-repeat scroll left bottom;
  background-size: 100% 4px;
  margin-bottom: 25px;
}

section {
  overflow: hidden;
  margin: 0 auto 80px;
}

.img {
  margin: 0 0 30px;
}

.img > img {
  width: 100%;
  height: 600px;
}

.read {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 50px;
  font-weight: bold;
  text-align: justify;
}

.domestic {
  margin: 0 0 80px;
}

.domestic .base:not(:last-child) {
  margin: 0 0 40px;
}

.domestic > .map_link {
  margin: 0 0 5px;
}

.domestic > .tel_num {
  font-size: 1rem;
}

.domestic > .tel_num > span {
  letter-spacing: 0.05em;
}

.domestic .tel_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.domestic .tel_wrap .tel_num {
  font-size: 1rem;
}

.domestic .tel_wrap .tel_num:not(:last-child) {
  margin: 0 30px 0 0;
}

.domestic .tel_wrap .tel_num > span {
  letter-spacing: 0.05em;
}

.cp_name {
  border-left: 5px solid #0D3165;
  color: #0D3165;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  font-feature-settings: "palt";
}

.cp_name + p {
  font-size: 1rem;
  text-align: justify;
}

.map_link {
  margin: 0 0 20px;
}

.map_link a {
  margin: 0 0 20px;
  text-decoration: underline;
}

.map_link:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 5px 0 0;
  color: #0D3165;
}

.txt {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}

.txt > a {
  text-decoration: underline;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
  h1.title {
    background: url(../img/overseas_network/title_bg_sp.png) no-repeat scroll center top;
    background-size: 100% 100%;
    line-height: 75px;
    margin-bottom: 0;
  }
  h1.title span {
    width: 100%;
    margin: 0 auto;
    font-size: 1.28rem;
    padding-left: 15px;
  }
  .img {
    margin: 0 0 15px;
  }
  .read {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 0 15px;
  }
  .domestic {
    margin: 0 auto 20px;
  }
  .domestic > .map_link {
    margin: 0 0 5px;
  }
  .domestic > .tel_num {
    font-size: 0.875rem;
  }
  .domestic > .tel_num > span {
    letter-spacing: 0.05em;
  }
  .domestic .tel_wrap {
    display: block;
    margin: 5px 0 0;
  }
  .domestic .tel_wrap .tel_num {
    font-size: 0.875rem;
  }
  h2 {
    font-size: 1.14rem;
    padding: 0 0 5px 15px;
    background: url(../img/overseas_network/h2_border_sp.png) no-repeat scroll left bottom;
    background-size: 100%;
    margin-bottom: 25px;
  }
  section {
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .img > img {
    width: 100%;
    height: 60vw;
  }
  section:last-child {
    margin: 0;
  }
  section .inner {
    padding: 0 15px;
  }
  .cp_name {
    border-left: 5px solid #0D3165;
    color: #0D3165;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
  }
  .cp_name + p {
    font-size: 0.875rem;
  }
  .map_link {
    margin: 0 0 20px;
  }
  .map_link a {
    margin: 0 0 20px;
    text-decoration: underline;
  }
  .txt {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .txt > a {
    text-decoration: underline;
  }
}
