.basic-service__row {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;       /* Safari etc. */
  -ms-justify-content    : space-between;       /* IE10        */
  justify-content: space-between;
  margin-top: 75px;
}

.basic-service__col {
  width: 460px;
  margin-bottom: 75px;
}

.basic-service__col h3 {
  margin-bottom: 20px;
}

.basic-service__col h4 {
  height: 60px;
  margin: 12px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: calc( 18px * 0.001 * 50 );
}

.basic-service__col .basic-service__caption {
  background: #f5f5f5;
  margin-top: 40px;
  padding: 0 20px 25px 20px;
}

.basic-service__col .basic-service__caption h5 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  background: #71b2ce;
  padding: 5px 16px;
  color: #fff;
  -webkit-ransform: translate(5px, -15px);
  transform: translate(5px, -15px);
}

.basic-service__col .basic-service__caption p {
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: calc( 14px * 0.001 * 50 );
}
