.basic-service .text-display + .text-lead {
  margin: .625rem 0;
}

.basic-service .text-display + .text-lead + .text-body {
  line-height: 2;
}

.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: 1.125rem;
}

.basic-service__col {
  width: 100%;
  margin-bottom: 2.1875rem;
}

.basic-service__col h3 {
  margin-bottom: .75rem;
}

.basic-service__col h4 {
  margin: .5rem 0;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: calc( .9375rem * 0.001 * 50 );
}

.basic-service__col > .text-body {
  line-height: 2;
}

.basic-service__col .basic-service__caption {
  background: #f5f5f5;
  margin-top: 2.125rem;
  padding: 0 1.125rem .9375rem;
}

.basic-service__col .basic-service__caption h5 {
  display: inline-block;
  font-size: .875rem;
  font-weight: bold;
  background: #71b2ce;
  padding: .25rem .75rem;
  color: #fff;
  -webkit-transform: translate( -.59375rem, -.9375rem);
  transform: translate( -.59375rem, -.9375rem);
}

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