#contents article > section {
  padding-bottom: 60px;
}
#contents article .kaigaiBtnList li {
  width: 340px;
  float: left;
  margin: 0 25px 20px 0;
  display: table;
  height: 100px;
}
#contents article .kaigaiBtnList li:nth-child(2n) {
  margin-right: 0;
}
#contents article .kaigaiBtnList li a {
  display: table-cell;
  max-width: none;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 100px;
  font-size: 20px;
  background-repeat: no-repeat !important;
}
#contents article .kaigaiBtnList li a span {
  display: block;
  font-size: 14px;
  color: #0091d7;
  margin-bottom: 7px;
}
#contents article .kaigaiBtnList li a.btn01 {
  background-image: url(../img/ico-kaigai_001.png);
  background-size: 67px 62px;
  background-position: 16px center;
}
#contents article .kaigaiBtnList li a.btn02 {
  background-image: url(../img/ico-kaigai_002.png);
  background-size: 42px 62px;
  background-position: 29px center;
}
#contents article .kaigaiBtnList li a.btn03 {
  background-image: url(../img/ico-kaigai_003.png);
  background-size: 70px 61px;
  background-position: 15px center;
}
#contents article .kaigaiBtnList li a.btn04 {
  background-image: url(../img/ico-kaigai_004.png);
  background-size: 64px 65px;
  background-position: 17px 18px;
}
#contents article .contBoxIn {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: -20px;
}
#contents article .contBoxIn .contBox {
  margin: 0 20px 20px 0;
  min-height: 140px;
}
#contents article .contBoxIn .contBox:nth-child(2n) {
  margin-right: 0;
}
#contents article .contBoxIn .contBox a {
  border: 1px solid #ddd;
  display: table;
  table-layout: fixed;
  width: 340px;
  text-decoration: none;
  height: 100%;
}
#contents article .contBoxIn .contBox a img {
  transition: none;
}
#contents article .contBoxIn .contBox a figure, #contents article .contBoxIn .contBox a .txt {
  display: table-cell;
  vertical-align: middle;
}
#contents article .contBoxIn .contBox a figure {
  text-align: center;
  position: relative;
  background: #eee;
  width: 130px;
  overflow: hidden;
}
#contents article .contBoxIn .contBox a figure .photo {
  position: absolute;
  height: 200px;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}
#contents article .contBoxIn .contBox a .txt {
  padding: 15px 20px;
}
#contents article .contBoxIn .contBox a .txt h3 {
  color: #293b60;
  font-size: 16px;
  line-height: 1.3;
}
#contents article .contBoxIn .contBox a .txt p {
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}
#contents article #kaigaiRecommendBox .contBoxIn .contBox {
  min-height: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #contents article .contBoxIn .contBox a figure .photo:not(:target) {
    top: auto;
  }
}

/* DMPタグ用  */
article .manabiuniv_frame ul li {
    margin-bottom:30px !important;
}
aside .manabiuniv_frame ul li {
    margin-bottom:20px !important;
}
.dmp_mb {
    margin-bottom:30px !important;
}
.dmp_pb {
    padding-bottom:30px !important;
}
.dmp_mt {
    margin-top:30px !important;
}
.dmp_pt {
    padding-top:30px !important;
}
#kaigaiCont00 {
    margin-bottom:-50px;
}