@charset "UTF-8";

.body .trunk > .branches > .leaf .outline{
  display: block !important;
  width: 100%;
}

.body.lower .trunk .branches .leaf > .main > .content{
  display: block;
  width: 100%;
  padding: 0 10px;
}
.leaf .main .content .list .title{
  display: block !important;
  width: 100% !important;
  padding-bottom: 0 !important;
}
.leaf .main .content .list .detail{
  display: block !important;
  width: 100% !important;
  padding-top: 5px !important;
  font-size: 12px !important;
}



.services-row{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.services-row .service-item{
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  max-width: 50%;
  padding: 15px 15px 0 15px !important;
  margin-bottom: 24px !important;
}
.services-row .service-item h3{
  text-align: center;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 28px;
  position:relative;
  white-space: nowrap;
  letter-spacing: 0.01em;
  margin-bottom: 24px !important;
}
.services-row .service-item h3::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 30px;
  margin: auto !important;
  border-bottom: 2px solid #174aa6;
}

.services-row .service-item .service-desc{
  font-size: 14px;
  line-height: 1.5em;
  padding:15px !important;
}
.services-row .service-item .service-image-outer{
  margin-bottom: 15px;
}
body .services-row .service-item .service-image-outer img{
  width: 100%;
}
