/*共通部品*/

a{
  text-decoration: none;
}
.inner {
  width: 980px;
  margin: 0 auto;
}
#gnav {
  display: block !important;
}
.common_text_list{
  padding-left: 0;
}
.common_text_list li{
  list-style: none;
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}
.common_text_list li.no-symbol{
  text-indent: -1rem;
  margin-left: 1rem;
}
.common_text_list li span{
  padding-right: 0.5rem;
}

.mb-rem_36 {
  margin-bottom: 3.6rem;
}
#breadcrumbs {
  border-bottom: 1px solid #ccc;
  margin: -5px 0 0 0;
  padding: 15px 0 10px;
  font-size: 87.5%;
}
#breadcrumbs ul {
  display: block;
  margin: 0;
  padding: 0;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#breadcrumbs ul li a {
  color: #006591;
  transition: 0.2s;
  text-decoration: none;
}
#breadcrumbs ul li a:hover {
  opacity: 0.8;
}

.midashi_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 157px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../global_network/images/midashi_bg.png);
}
.midashi_h2 h2 {
  font-size: 200%;
  text-align: center;
  font-weight: bold;
  line-height: 44px;
}
.midashi_h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-image: url(../global_network/images/midashi_bg.png);
}
.midashi_h3 h3 {
  font-size: 187.5%;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}
.midashi_h4B {
  margin-bottom: 20px;
}
.midashi_h4B h3,
.midashi_h4B h4,
.midashi_h4B h5 {
  padding: 5px 0 5px 15px;
  border-left: 5px solid #146a9b;
  font-size: 125%;
  line-height: 26px;
  font-weight: bold;
}
.common_text + .midashi_h4B,
.common-img +  .midashi_h4B{
  margin-top: 30px;
}
.button3 {
  margin-top: 15px;
  text-align: center;
}
.button3 a {
  padding: 15px 80px;
  font-size: 125%;
  color: #166493;
  border: 1px solid #166493;
  position: relative;
  display: inline-block;
  transition: .2s;
}
.button3 a:hover {
  background-color: #166493;
  color: #fff;
}
.button3 a:before {
  content: "";
  display: block;
  border-top: 2px solid #166493;
  border-right: 2px solid #166493;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
  transition: .2s;
}
.button3 a:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 641px) {

  .inner {
    width: 94%;
    margin: 0 3%;
  }
  #breadcrumbs {
    display: none;
  }
  .midashi_h2 {
    min-height: 80px;
    margin-bottom: 20px;
    background-size: 65.5px 78.5px;
  }
  .midashi_h3 {
    min-height: 50px;
    margin-bottom: 15px;
    background-size: auto 50px;
  }
  .midashi_h4B {
    margin-bottom: 10px;
  }
  .midashi_h4B h3,
  .midashi_h4B h4,
  .midashi_h4B h5 {
    border-left-width: 3px;
    padding-left: 10px;
    font-size: 100%;
    line-height: 20px;
  }
  .button3 a {
    font-size: 75%;
    padding: 10px 40px;
  }
}


.common_text {
  line-height: 1.5;
}
.common_text.is-right{
  text-align: right;
} 
.common_text .bold {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.common_text + .blue_min_title {
  margin-top: 20px;
}
.blue_title {
  font-size: 150%;
  font-weight: bold;
  color: #1a5ea5;
  margin-bottom: 30px;
}
.blue_min_title {
  font-size: 115%;
  font-weight: bold;
  color: #1a5ea5;
}
.block {
  margin-bottom: 50px;
}
.common_text a {
  text-decoration: underline;
  color: inherit;
}
.note {
  margin-bottom: 30px;
  display:block;
}
.common_text a:hover {
  opacity: 0.8;
}
.common-img {
  text-align: center;
  margin-top: 40px;
}
.fix_page_navi {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999;
}
.fix_page_navi {
  list-style: none;
}
.fix_page_navi li {
  margin-bottom: 10px;
  width: 150px;
}
.fix_page_navi li a {
  border: 1px solid #666;
  background: #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  display: block;
  transition: 0.2s;
  height: 65px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 5px;
}
.fix_page_navi li a:hover {
  color: #666;
  background: #fff;
}
.img-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-text_block .img {
  width: 41%;
}
.img-text_block .text {
  width: 56%;
}
.link_btn {
  border: 1px solid #166493;
  width: 335px;
  margin: 30px auto 0;
}
.link_btn a {
  color: #166493;
  display: block;
  font-size: 125%;
  text-decoration: none;
  text-align: center;
  line-height: 58px;
  transition: 0.2s;
  position: relative;
}
.link_btn a:before {
  content: "";
  display: block;
  border-top: 2px solid #166493;
  border-right: 2px solid #166493;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
}
.link_btn:hover a {
  color: #fff;
  background: #166493;
}
.link_btn:hover a:before {

  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

}
.link-list {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 50px;
}

.link-list li {
  list-style: none;
  width: 20%;
  margin-right: 2px;
}
.link-list li:nth-child(1),
.link-list li:nth-child(3) {
  width: 25%;
}
.link-list li a {
  color: #fff;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #216b98;
  border: 1px solid #216b98;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.link-list li a:hover {
  background: #fff;
  color: #216b98;
}





@media screen and (max-width: 640px) {
  body {
    padding-top: 106px;
  }

  #header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 5px solid #166493 !important;
    background: #fff;
    line-height: 1.5;
    z-index: 200;
  }
  #header .logo {

  }
  #header .logo img {

  }
  #header .layout_inner {
  }
  #header .contact a {

  }
  #header .h-menu .gn {

  }
  #header .site_type {
    margin-top: 22px !important;
    margin-right: 0 !important;
  }
  #header {

  }
  #gnav {
    z-index: 1;
    top: 13vw;
    position: fixed;
    left: 0;
    width: 100%;
  }

  #breadcrumbs {
    display: none;
  }

  .fix_page_navi {
    display: none;
  }
  /*.midashi_h2 {
    padding: 30px 0;
    background-size: 65.5px 78.5px;
    background-position: center center;
    font-size: 137.5%;
    margin-top: 20px;
    margin-bottom: 20px;
  }*/
  .blue_title {
    font-size: 120%;

    margin-bottom: 20px;
  }
  /*.midashi_h3 {
    min-height: 50px;
    margin-bottom: 15px;
    background-size: auto 50px;
    font-size: 125%;
    line-height: 24px;
  }*/
  .img-text_block {
    display: block;
  }
  .img-text_block .img {
    width: 100%;
  }
  .img-text_block .text {
    width: 100%;
    margin-top: 20px;
  }
  .sdgs-list {
    width: 100%;
  }
  .sdgs-list li {
    width: 20%;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .sdgs-list li img {
    max-width: none;
    width: 100%;
  }
  .common-img {
    text-align: center;
    margin-top: 20px;
  }
  .activity_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .activity_list .box:nth-child(n + 3) {
    margin-top: 0px;
  }
  .link-list {
    flex-wrap: wrap;
  }
  .link-list li {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .link-list li:nth-child(1),
  .link-list li:nth-child(3) {
    width: 50%;
  }
  .link-list li a {
    font-size: 80%;
  }
}

section{
  margin-bottom: 80px;
}
.map_navi .inner{
  position: relative;
}
.map_navi_list{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style:  none;
  padding: 0;
  margin: 0;
}

.map_navi_list li{
  width: 180px;
  font-size: 112%;
  font-weight: bold;
  text-align: center;
  position: absolute;
}
.map_navi_list li.europe{
  top: 20%;
  left: 2%;
}
.map_navi_list li.asia{
  top: 40%;
  left: 21%;
}
.map_navi_list li.americas{
  left: 65%;
  top: 31%;
}
.map_navi_list li a{
  display: block;
  color: #fff;
  background: #186594;
  padding: 6px;
}

.network_table{
  width: 100%;
  font-size: 100%;
  border-top: 1px solid #CCCCCC;
}
.network_table tr{

}
.network_table th{
  text-align: left;
  width: 140px;
  padding-left: 1em;
  color: #707070;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}

.network_table th .only-sp{
  display: none;
}
.network_table td{
  padding: 11px 0;
  border-bottom: 1px solid #CCCCCC;

}
.network_table ul{

  list-style: none;
  padding-left: 0;
  margin: 0;
}

.network_table ul li{
  display: inline-block;
  font-size: 100%;
}
.network_table ul li a {
  color: #707070;
}
.network_table ul li a:hover {
  text-decoration: underline;
}
.network_table ul li + li::before{
  display: inline-block;
  content: "|";
  vertical-align: middle;
  margin-right: .5em;
  margin-left: .2em;
}

.bnr_list_type01{
  margin-top: 125px;
}
@media screen and (max-width: 641px){
  section{
    margin-bottom: 40px;
  }
  
  .map_navi_img img{
    max-width: 100%;
  }
  .map_navi_list li{
    width: 100px;
    font-size: 76%;
    font-weight: bold;
    text-align: center;
    position: absolute;
  }
  .map_navi_list li a{
    padding: 5px 0;
  }
  .network_table th{
    width: 30%;
  }
  .network_table th .only-sp{
    display: block;
  }
  .bnr_list_type01{
    margin-top: 40px;
  }
}