.service-apparel .text-display {
  margin-bottom: .75rem;
}

.tab {
  background: #f5f5f5;
  width: 100%;
  margin: 1rem 0 -2.4375rem;
  height: 2.8125rem;
}

.tab__inner {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  margin: auto;
  padding: .28125rem 0;
  -webkit-justify-content: space-around;       /* Safari etc. */
  -ms-justify-content    : space-around;       /* IE10        */
  justify-content: space-around;
}

.tab__inner li {
  width: 33.3%;
  text-align: center;
  list-style: none;
  height: 2.1875rem;
  line-height: 2.1875rem;
  position: relative;
}

.tab__inner li:before,
.tab__inner li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  height: 30px;
  width: 1px;
  border-right: 1px solid #d2d2d2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab__inner li:first-child:before {
  content: none;
}

.tab__inner li:last-child:before,
.tab__inner li:last-child:after {
  content: none;
}

.tab__inner li a {
  font-size: .875rem;
  letter-spacing: calc( .875rem * 0.001 * 50 );
  color: #000;
  text-decoration: none;
  display: block;
  width: calc( 100% - 20px );
  height: 100%;
  margin: auto;
}

.service-apparel__title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: calc( 1.125rem * 0.001 * 50 );
}

.service-apparel__title span {
  position: relative;
}

.service-apparel__title span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #425377;
}

.outline .text-lead {
  font-weight: bold;
  margin-bottom: .9375rem;
}

.outline .service_apparel__kv {
  margin: 1.75rem auto .625rem;
}


.service-apparel__thumb {
  margin-top: 1.25rem;
}

.service-apparel__thumb .service__col {
  margin-top: 0;
  margin-bottom: .6875rem !important;
}

.service-apparel__thumb .service__col .text-lead {
  line-height: 1.33;
  margin: 13px 0;
}

.service-apparel__thumb .service__col .text-body {
  line-height: 2;
  width: calc( 100% - 28px );
  margin: auto;
}

.service-apparel__thumb .service__col {
    padding: .9375rem 0 0;
}
.service-apparel__thumb .service__col:hover:before {
  border: 3px solid transparent;
}

.service-apparel__thumb .service__col:hover:after {
  border: 1px solid #ebebeb;
}

.service-apparel__thumb .service__col p {
  margin-bottom: .9375rem !important;
}

.service-example__row {
  margin-bottom: 1.875rem;
}

.service-example__row:nth-child(2) {
  margin-top: 1.875rem;
}

.service-example__row:nth-child(odd) {
  flex-direction: row-reverse;
}

.service-example__row img {
  width: 9.375rem;
  float: left;
}

.service-example__row:last-child {
  margin-bottom: 0px;
}

.service-example__row--point .text-lead {
  margin: .3125rem 0 0 10.156rem;
  min-height: 6rem;
}

.service-example__row .text-body {
  line-height: 2;
  letter-spacing: calc( 15px * 0.001 * 45 );
}

.service-example__tag--blue {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .875rem;
  letter-spacing: calc( .875rem * 0.001 * 50 );
  line-height: 1.5625rem;
  width: 5rem;
  height: 1.5625rem;
  text-align: center;
  background: #71b2ce;
  color: #fff;
  margin-left: 10.156rem;
}

.service-example__tag--orange {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .875rem;
  letter-spacing: calc( .875rem * 0.001 * 50 );
  line-height: 1.5625rem;
  width: 3.6875rem;
  height: 1.5625rem;
  text-align: center;
  background: #ffa000;
  color: #fff;
  margin-bottom: .5rem;
}

.no-img {
  margin-left: 0 !important;
  min-height: auto !important;
}
