.tab {
  background: #f5f5f5;
  width: 100%;
  margin: 30px 0 -80px;
  height: 70px;
}

.tab__inner {
  width: 604px;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  margin: auto;
  padding: 10px 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: 50px;
  line-height: 50px;
  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 {
  left: 0;
}

.tab__inner li a {
  font-size: 18px;
  letter-spacing: calc( 18px * 0.001 * 50 );
  color: #000;
  text-decoration: none;
  display: block;
  width: calc( 100% - 20px );
  height: 100%;
  margin: auto;
  transition: all .15s ease-out;
}

.tab__inner li a:hover {
  color: #fff;
  background: #7d8d9e;
}

.service-apparel__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: calc( 24px * 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: 16px;
}

.outline .service_apparel__kv {
  margin: 35px auto;
}

.service-apparel__thumb {
  margin-top: 40px;
}

.service-apparel__thumb .service__col {
  margin-bottom: 14px !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:hover:before {
  border: 3px solid transparent;
}

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


.service-example__row {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  margin-top: 45px;
  margin-bottom: 50px;
}

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

.flex-direction-none{
    flex-direction: column !important;
}

.service-example__row:nth-child(even) img {
  margin-right: 40px;
}

.service-example__row:nth-child(odd) img {
  margin-left: 40px;
}

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

.service-example__row .service-example__text {
  padding-top: 10px;
}

.service-example__row .text-lead {
  margin: 10px 0;
}

.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: 18px;
  letter-spacing: calc( 18px * 0.001 * 50 );
  line-height: 30px;
  width: 117px;
  height: 30px;
  text-align: center;
  background: #71b2ce;
  color: #fff;
}

.service-example__tag--orange {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: calc( 15px * 0.001 * 50 );
  line-height: 30px;
  width: 117px;
  height: 30px;
  text-align: center;
  background: #ffa000;
  color: #fff;
  margin-right: 16px;
}
