﻿.fp_site_contents h3 {
  color: #00498f;
  font-size: 16px;
  margin: 12px 0 4px;
}

.fp_site_image {
  height: 208px;
  text-align: center;
  background: #f0f0f2;
  margin-top: 40px;
}
.fp_site_image img {
  width: auto;
  height: 100%;
}

.fp_site_appli--txt {
  color: #00498f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px;
}

.fp_site_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.fp_site_block .fp_common_title {
  margin-top: 0;
}