#contents article > section {
  padding-bottom: 40px;
}
#contents article .kaigaiBtnList li {
  width: calc(50% - 6px);
  display: table;
  float: left;
  margin: 0 12px 12px 0;
  height: 92px;
}
#contents article .kaigaiBtnList li:nth-child(2n) {
  margin-right: 0;
}
#contents article .kaigaiBtnList li a {
  display: table-cell;
  vertical-align: middle;
  max-width: none;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
#contents article .kaigaiBtnList li a span {
  display: block;
  font-size: 16px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  width: 200%;
  margin-left: -50%;
  color: #0091d7;
  margin-bottom: 45px;
}
#contents article .kaigaiBtnList li a.btn01 {
  background-image: url(../img/ico-kaigai_001.png);
  background-size: 33px 31px;
}
#contents article .kaigaiBtnList li a.btn02 {
  background-image: url(../img/ico-kaigai_002.png);
  background-size: 21px 31px;
}
#contents article .kaigaiBtnList li a.btn03 {
  background-image: url(../img/ico-kaigai_003.png);
  background-size: 35px 30px;
}
#contents article .kaigaiBtnList li a.btn04 {
  background-image: url(../img/ico-kaigai_004.png);
  background-size: 32px 32px;
}
#contents article .contBoxIn {
  margin-bottom: -15px;
}
#contents article .contBoxIn .contBox {
  margin: 0 0 15px;
}
#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: 100%;
  text-decoration: none;
  height: 100%;
  min-height: 90px;
}
#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;
  padding: 10px 0;
}
#contents article .contBoxIn .contBox a figure .photo {
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-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: 12px;
  line-height: 1.3;
}
#contents article .contBoxIn .contBox a .txt p {
  padding: 8px 0 0;
  font-size: 10px;
  line-height: 1.5;
  color: #333;
}

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