.flexItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 325px;
}

.flexItem h4 {
  width: 100%;
  color: #113a78;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 18px 0;
}

@media all and (-ms-high-contrast: none) {
  .flexItem h4 {
    padding: 15px 0 12px;
  }
}

.flexItem:not(:last-child) {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .flexItem:not(:last-child) {
    margin-bottom: 30px;
  }
}

.ImgBox {
  width: 100%;
  max-width: 325px;
  margin-bottom: 24px;
}

.columnBox {
  background-image: url("../images/pic_column11.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 26px;
}

.columnBox h5 {
  font-weight: bold;
  margin-bottom: 22px;
  min-height: 42px;
}

.txtBox {
  margin: 0 20px;
  text-align: left;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox::after {
  content: "";
  display: block;
  width: calc(96% / 3);
}

@media all and (max-width: 767px) {
  .flexbox::after {
    display: none;
  }
}

.btn a {
  width: 100%;
  max-width: 242px;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  background-color: #113a78;
  border-radius: 2px;
  margin: 0 auto;
  background-image: url("../images/pic_column02.jpg");
  background-repeat: no-repeat;
  background-position: center right 0;
  display: block;
}

@media all and (max-width: 767px) {
  .btn a {
    max-width: none;
  }
}

.flexItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(96% / 3);
}

@media all and (max-width: 768px) {
  .flexItem {
    width: calc(96% / 2);
    margin: 0 auto;
  }
}

@media all and (max-width: 426px) {
  .flexItem {
    width: 96%;
    margin: 0 auto;
  }
}

@media all and (max-width: 1024px) {
  h5 span {
    display: none;
  }
}

.txt {
  min-height: 147px;
}

@media all and (max-width: 426px) {
  .txt {
    min-height: auto;
    margin-bottom: 20px;
  }
}
