@charset "UTF-8";
/* CSS Document */

.oda{
  padding-bottom: 50px;
}

.oda h2{
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #1555a4;
}

.oda p{
  font-size: 16px;
  line-height: 1.5;
}

.oda p.sm{
  font-size: 80%;
}

.oda .c2{
  display: flex;
  justify-content: flex-start;
}

.oda .c2 strong{
  font-size: 25px;
  font-family: 'UD Shin Go DemiBold', 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  color: #1555a4;
  padding-right: 20px;
}

.oda .c2 a + p,
.oda .c2 img + p{
  margin-top: 20px;
}

.oda .c2 + .c2{
  margin-top: 30px;
}

.oda .c2.bgc{
  background: #1555a4;
  color: #FFF;
}

.oda .c2 > div{
  width: 50%;
  box-sizing: border-box;
}

.oda .c2 > div.wl{
  width: 60% !important;
}

.oda .c2 > div.ws{
  width: 40% !important;
}

.oda .c2> div.ptl{
  padding-left: 20px;
  position: relative;
}

.oda .c2> div.ptl .mg{
  margin: 50px 0 0 20px;
}

.oda .c2> div.ptl > div{
  width: 90%;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.oda .ps{
  position: relative;
}

.oda .ps > div{
  position: absolute;
  bottom:0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .oda .ps > div{
    position: static;
    bottom: auto;
    left: auto;
  }
}

.oda .c2.bgc > div.txt{
  padding: 20px;
  position: relative;
}

.oda .c2.bgc > div.txt h1{
  font-size: 36px;
  line-height: 1.3;
}

.oda .c2.bgc > div.txt h1 span{
  font-size:16px;
  line-height: 1.3;
  display: block;
}

.oda .c2.bgc > div.txt h1 + p{
  margin-top: 60px;
}

.oda .c2.bgc > div.txt a{
  color: #FFF;
}

.oda .c2.bgc > div.txt a[target="_blank"]::after{
  font-family:'FontAwesome';
  content: "\f08e";
}

.oda .c2.bgc > div.txt .pst{
  position: absolute;
  bottom: 0;
  right: 20px;
}


.oda .button.oda_cl{
  background: #B1080B;
  transition: 0.3s;
}

.oda .button.oda_cl:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.oda .button.oda_cl + a{
  margin-left: 30px;
}

.oda .link-down{
  color: #FFF;
}

.oda .link-down::before{
  display: none;
}

.oda .map_area{
  position: relative;
}

.oda area:focus{
  outline: none;
}

.oda .list_area > div > div{
  position: absolute;
  display: none;
}

.oda .list_area > h3{
  display: none;
}

.oda .list_country > li{
  width: 100%;
  display: flex;
  border: 1px solid #014f9c;
  padding: 10px 20px 5px;
  box-sizing: border-box;
  background: #FFF;
}

.oda .list_country > li + li{
  border-top: none;
}

.oda .list_country > li h4{
  min-width: 120px;
  font-size: 13px;
  line-height: 1.4;
  padding-right: 15px;
  box-sizing: border-box;
}

.oda .list_country > li div p{
  font-size: 15px;
  line-height: 1.3;
  font-family: 'UD Shin Go DemiBold', 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.oda .list_country > li div p a{
  text-decoration: underline;
  color: #000;
}

.oda .list_country > li div p a:hover{
  text-decoration: none;
}

.oda .list_country > li div p a::after{
  content: ">";
  padding-left: 0.3em;
  display: inline-block;
  color: #2054a0;
  transform: scale(.8,1);
}

.oda .list_country > li div ul{
  margin: 0;
  padding: 0;
}

.oda .list_country > li div ul li{
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.oda .list_country > li div ul li + li{
  padding-left: 0.6em;
  margin-left: 0.6em;
  border-left: 1px solid #c8c8c8;
}

.oda .flex_box{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: nowrap;
}

.oda .flex_box > ul{
  width: 50% !important;
  box-sizing: border-box;
}

.oda .flex_box > ul + ul{
  margin-left: -1px;
}

.tab_box .tab{
  width: 100%;
  height: 40px;
  display: flex;
  border: 1px solid #014f9c;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}

.tab_box .tab p{
  width: 50%;
  height: 40px;
  font-size: 15px;
   line-height: 40px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  background: #4b86c1;
  cursor: pointer;
  transition: 0.3s;
  box-sizing: border-box;
}

.tab_box .tab p + p{
  border-left: 1px solid #FFF;
}

.tab_box .tab p.active{
  color: #000;
  background: #FFF;
  transition: 0.3s;
}

.tab_box .tab p.active + p{
  border-left: 1px solid #014f9c;
}

.tab_box .tbox{
  display: none;
}

.tab_box .tab01.tbox{
  display: block;
}

.tab_box .list_country{
  width: 100%;
  
}

.tab_box .list_country > li{
  width: 100%;
}


.tab_box{
  width: 50%;
  top: 20px !important;
  left: 20px !important;
  transform: translateX(0) !important
}

#map_area{
  margin-top: 60px;
}

.oda .map_area .map01,
.oda .map_area .map02,
.oda .map_area .map03,
.oda .map_area .map04,
.oda .map_area .map05,
.oda .map_area .map06{
  top:50%;
  left: 80px;
  transform: translateY(-50%)
}

.oda .map_area .map07{
  top:50px;
  left: 20px;
}

.oda .map_area .map10,
.oda .map_area .map11,
.oda .map_area .map12{
  width: 40%;
  top:50px;
  left: 20px;
}

.oda .map_area .map08,
.oda .map_area .map09{
  top:50px;
  right: 20px;
}

.oda .map_area .map13,
.oda .map_area .map14{
  top:50%;
  right: 80px;
  transform: translateY(-50%)
}


.oda .map_des{
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}

.oda .map_des li{
  display: inline-block;
  padding-left: 28px;
  position: relative;
}

.oda .map_des li + li{
  margin-left: 50px;
}

.oda .map_des li::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-52%)
}

.oda .map_des li:first-of-type::before{
  width: 20px;
  height: 30px;
  background: url("/jp/-/media/biomedical/commons/about/oda/map_pin.gif") no-repeat center;
  background-size: 100% auto;
}

.oda .map_des li:nth-of-type(2)::before{
  width: 20px;
  height: 20px;
  background: #21509c;
}

.oda .map_des li:nth-of-type(3)::before{
  width: 20px;
  height: 20px;
  background: #c1e2f6;
}

.oda .sp{
  display: none;
}

.oda .pc{
  display: block;
}

@media screen and (max-width: 767px) {
  
  .oda .sp{
    display: block;
  }

  .oda .pc{
    display: none;
  }

  .oda{
    padding-bottom: 8vw;
  }

  .oda h2{
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  
   .oda div +h2{
     margin-top: 5vw;
  }

  .oda p{
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .oda p.sm{
    font-size: 80%;
    margin: 0;
  }

  .oda .c2{
    display: block;
  }

  .oda .c2 strong{
    font-size: 5vw;
    padding-right: 3vw;
  }

  .oda .c2 a + p,
  .oda .c2 img + p{
    margin-top: 3vw;
  }

  .oda .c2 + .c2{
    margin-top: 10vw;
  }

  .oda .c2 > div{
    width: 100%;
  }

  .oda .c2 > div.wl{
    width: 100% !important;
  }

  .oda .c2 > div.ws{
    width: 100% !important;
  }

  .oda .c2> div.ptl{
    padding-left: 0;
  }
  
  .oda .c2> div.ptl .mg{
    margin: 0;
    margin-bottom: 5vw
  }

  .oda .c2> div.ptl > div{
    width: 100%;
    position: static;
    left: auto;
    bottom: auto;
  }
  
  .oda .ps{
    position: relative;
  }

  .oda .ps > div{
    position: static;
    bottom:auto;
    left: auto;
  }
  
  .oda .c2 .sppt{
    padding: 4vw;
  }
  
  .oda .c2 img + p.sppt{
    padding-top: 0;
  }

  .oda .c2.bgc > div.txt{
    padding: 4vw;
  }

  .oda .c2.bgc > div.txt h1{
    font-size: 6vw;
    line-height: 1.3;
  }

  .oda .c2.bgc > div.txt h1 span{
    font-size:3.5vw;
  }

  .oda .c2.bgc > div.txt h1 + p{
    margin-top: 5vw;
  }
  
  .oda .c2.bgc > div.txt .pst{
    position: static;
    bottom: auto;
    right: auto;
  }

  .oda .button.oda_cl:hover{
    opacity: 1;
  }

  .oda .button.oda_cl + a{
    margin-left: auto;
    margin-top: 5vw;
  }
  
  .ps .oda_cl{
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  
  .oda a{
    word-wrap:break-word;
  }
  
  .oda .map_area{
    margin-bottom: 10vw;
  }
  
  .oda .map_des{
    font-size: 3vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 5vw;
  }

  .oda .map_des li{
    padding-left: 5vw;
  }

  .oda .map_des li + li{
    margin-left: 5vw;
  }

  .oda .map_des li::before{
    transform: translateY(-50%)
  }

  .oda .map_des li:first-of-type::before{
    width: 4vw;
    height: 6vw;
  }

  .oda .map_des li:nth-of-type(2)::before{
    width: 4vw;
    height: 4vw;
  }

  .oda .map_des li:nth-of-type(3)::before{
    width: 4vw;
    height: 4vw;
  }

  .oda .list_area > div > div{
    position: static;
    display: block;
  }
  
  .oda .list_area > div{
    display: none;
  }

  .oda .list_area > h3{
    font-family: 'UD Shin Go DemiBold', 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 700;
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    background: #1555a4;
    padding: 2vw;
    display: block;
    position: relative;
    cursor: pointer;
  }
  
  .oda .list_area > h3::before,
  .oda .list_area > h3::after{
    content: "";
    width: 4vw;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 5vw;
  }
  
  .oda .list_area > h3::after{
    transform: rotate(90deg);
    transition: 0.3s
  }
  
  .oda .list_area > h3.open::after{
    transform: rotate(0);
    transition: 0.3s
  }
  
  .oda .list_area + div{
    margin-top: 5vw;
  }

  .oda .list_country > li{
    width: 100%;
    display: block;
    border: 1px solid #014f9c;
    padding: 3vw 5vw;
    box-sizing: border-box;
    background: #FFF;
  }

  .oda .list_country > li + li{
    border-top: none;
  }

  .oda .list_country > li h4{
    min-width: inherit;
    font-size: 3.5vw;
    line-height: 1.4;
    padding-right: 0;
    margin-bottom: 1vw;
    box-sizing: border-box;
  }

  .oda .list_country > li div p{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .oda .list_country > li div ul{
    margin: 0;
    padding: 0;
  }

  .oda .list_country > li div ul li{
    font-size: 3vw;
    line-height: 1;
    display: inline-block;
  }

  .oda .list_country > li div ul li + li{
    padding-left: 0.6em;
    margin-left: 0.6em;
    border-left: 1px solid #c8c8c8;
  }
  
  .oda .list_area > div > div + div{
    margin-top: -1px;
  }

  .oda .flex_box{
    display: block;
  }

  .oda .flex_box > ul{
    width: 100% !important;
  }

  .oda .flex_box > ul + ul{
    margin-left: 0;
    margin-top: -1px;
  }

  .tab_box .tab{
    display: none;
  }

  .tab_box .tbox{
    display: block;
    margin-top: -1px;
  }

  .tab_box .tab01.tbox{
    display: block;
  }

  .tab_box .list_country{
    width: 100%;
    display: block;
    margin: 0;
  }
  
  .tab_box .list_country > li{
    width: 100%;
  }

  .tab_box .list_country > li:nth-of-type(2){
    border-top: none;
  }

  .tab_box .list_country > li:nth-of-type(even){
    border-left: 1px solid #014f9c;
  }

  .tab_box{
    width: 100%;
    top: auto !important;
    left: auto !important;
    transform: translateX(0) !important
  }
  
  #map_area{
    margin-top: 10vw;
  }

  .oda .map_area .map01,
  .oda .map_area .map02,
  .oda .map_area .map03,
  .oda .map_area .map04,
  .oda .map_area .map05,
  .oda .map_area .map06,
  .oda .map_area .map07,
  .oda .map_area .map08,
  .oda .map_area .map09,
  .oda .map_area .map10,
  .oda .map_area .map11,
  .oda .map_area .map12{
    width: 100%;
    top: auto;
    left: auto;
    transform: translateY(0)
  }

  .oda .map_area .map13,
  .oda .map_area .map14{
    top: auto;
    right: auto;
    transform: translateY(0)
  }

  
}

