.whysdp_box {
  padding: 30px 0;
  background: url(../images/why_jdp/worldmap_sp.png) center 30px/100% no-repeat;
}

.left_box {
  width: 100%;
  margin: 0 0 30px 0;
}
.left_txt_en {
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.right_box {
  width: 100%;
}
.left_txt_en p, .left_txt_ja p {
  margin: 0 0 20px 0;
}
.left_txt_en p:last-of-type, .left_txt_ja p:last-of-type {
  margin: 0;
}


@media screen and (min-width: 641px) {
  .whysdp_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 100px 0 86px;
    background: url(../images/why_jdp/worldmap_pc.png) center 151px/100% no-repeat;
  }
  .left_box {
    width: 49%;
    margin: 0;
  }
  .left_txt_en {
    margin: 0 0 49px 0;
  }
  .right_box {
    width: 49%;
  }
  .left_txt_en p, .left_txt_ja p {
    margin: 0 0 29px 0;
  }
  .left_txt_en p:last-of-type, .left_txt_ja p:last-of-type {
    margin: 0;
  }
}


/*画像3つ並び*/
.whyjdp_three_box {
  margin: 0 0 50px;
}
.whyjdp_three_box_list {
  margin: 0 0 50px;
}
.whyjdp_three_box_list li {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
}
.whyjdp_three_box_list li:first-of-type {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 641px) {
  .whyjdp_three_box {
    margin: 0 0 100px;
  }
  .whyjdp_three_box_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
  }
  .whyjdp_three_box_list li {
    width: 47%;
    margin: 0;
  }
  .whyjdp_three_box_list li:last-of-type {
    margin: 30px 0 0;
  }

}
@media only screen and (min-width: 900px) {
  .whyjdp_three_box {
    margin: 0 0 158px;
  }
  .whyjdp_three_box_list {
    flex-wrap: nowrap; 
    margin: -25px;
  }
  .whyjdp_three_box_list li {
    width: 100%;
    padding: 25px;
  } 
  .whyjdp_three_box_list li:last-of-type {
    margin: 0;
  }
}
/* ----------
メリット
------- */
.blue_box {
  background-color: #F6F7FC;
  padding: 50px 0;
}

.merit_white_box {
  background-color: #fff;
  padding: 50px 24px;
  margin: 50px 0;
}
.black_box_list {
  margin: 30px 0 0;
}
.black_box_list li {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 30px 0;
}
.black_box_list li:last-of-type {
  margin:0;
}
.black_box_list li::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/common/check_mark.svg);
  top: 6px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-size: contain;
}
.blue_box_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.blue_box_ttl_en {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 0 0 15px;
}
.border_box {
  background-color: #fff;
}
.border_box a {
  text-decoration: underline;
}
.border_box a+a {
  margin: 25px 0 0 0;
} 
.bk_ttl{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .blue_box {
    padding: 150px 0;
  }
  .merit_white_box {
    padding: 80px;
    margin: 50px 0;
  }
  .black_box_list {
    margin: 50px 0 0;
  }
  .black_box_list li {
    padding: 0 0 0 40px;
    margin: 0 0 29px 0;
  }
  .black_box_list li::before {
    width: 20px;
    height: 20px;
  }
  .blue_box_ttl {
    font-size: 27px;
  }
  .blue_box_ttl_en {
    font-size: 24px;
  }
  .bk_ttl {
		margin: 0 0 0 13px;
		font-size: 18px;
	}
}

.about_uni {
  margin: 50px 0 0;
}
.about_uni a {
  text-decoration: underline;
}
.about_uni p+p {
  margin: 9px 0 0;
}
@media only screen and (min-width: 641px) {
  .about_uni p+p {
    margin: 17px 0 0;
  }
}