.mv_mz {
  margin-bottom: 80px;
}

#article_content .article_main section:first-child {
  padding-top: 0;
}
#article_content .column_topic .ttl_box {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 25px;
  color: #004e98;
}
#article_content .column_topic .ttl_box .ttl_en {
  font-weight: bold;
  font-size: 36px;
  font-style: normal;
  letter-spacing: .02em;
}
#article_content .column_topic .ttl_box h2, #article_content .column_topic .ttl_box .h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: .5em;
  border-bottom: none;
  letter-spacing: .05em;
  padding-bottom: 0.18em;
}
#article_content .column_topic .flex_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
#article_content .column_topic .flex_box .card_img {
  border-bottom: 4px solid #004e98;
}
#article_content .column_topic .flex_box .card_img img {
  object-fit: cover;
  height: 130px;
}
#article_content .column_topic .flex_box .card_text {
  padding: 25px;
  color: #004e98;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 1px;
}
#article_content .column_topic .flex_box .card_text > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 93px;
  max-height: 93px;
}
#article_content .column_topic .col-md-4 a {
  margin: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  box-shadow: 2.5px 4.5px 10px #004E981A;
}
#article_content .column_topic .btn_wrapper {
  text-align: center;
}
#article_content .column_topic .btn_wrapper .read_more_btn {
  background-color: #004E98;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.7em 2.3em 0.7em 1.5em;
  display: inline-block;
  min-width: 255px;
  text-align: center;
  margin: 50px 0 0;
  position: relative;
  transition: all .3s;
  line-height: initial;
}
#article_content .column_topic .btn_wrapper .read_more_btn::after {
  content: url(../img/caret-right-solid.svg);
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 1em;
  transform: scale(0.5);
}

.pagenation-wrapper {
  text-align: center; }
  .pagenation-wrapper .pagenation {
    display: flex;
    justify-content: center; }
    .pagenation-wrapper .pagenation ul.page-numbers {
      display: flex;
      justify-content: center;
      align-items: center; }
      .pagenation-wrapper .pagenation ul.page-numbers li .page-numbers {
        border: 1px solid #004E98;
        color: #004E98;
        border-radius: 6px;
        margin: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-width: 30px;
        height: 30px;
        padding: 0 3px;
        word-break: normal; }
        .pagenation-wrapper .pagenation ul.page-numbers li .page-numbers.current {
          background: #004E98;
          color: #fff; }
        .pagenation-wrapper .pagenation ul.page-numbers li .page-numbers.prev, .pagenation-wrapper .pagenation ul.page-numbers li .page-numbers.next {
          width: 60px; }

