#wrap {
  overflow-x: hidden;
}
.unit {
  border:none;
}
#wrap > .unit{
  border-bottom: 2px solid #f2f2f2!important;
}
.unit .swiper,
.unit .text-link-wrap,
.unit:last-child {
  border-bottom: none;
  
}
#wrap{
  margin: 10px 0;
}
.service-category-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.list-items {
  justify-content: left;
  margin-left: 2px;
}
.list-items .item {
  width: calc(24% - 5px);
  margin: 0 4px 10px;
}
.list-items .item .item-name {
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  line-height: 1.2;
}
.list-items .item .icon {
  width: 38px;
  height: 38px;
  background: #f3f3f3;
  border-radius: 100%;
  padding: 8px;
  margin: 0 auto;
}
.list-items .item .icon img {
  width: 38px;
  height: 38px;
}

/*--- 長方形・正方形バナーローテーション ---*/
.swiper {
  border-bottom: 2px solid #f2f2f2;
}
.swiper-wrapper {
  padding: 32px 0 30px;
}
.swiper-slide {
  text-align: center;
}

.sp-slide-image {
  width: 90%;
  height: 100%;
  border: none;
  border-radius: 4px;
}
.sp-slide-image.rectangle {
  width: 95%;
}

/*--- /長方形・正方形バナーローテーション ---*/

/*--- 単体バナー ---*/
.single-banner-inner,
.large-banner-inner {
  padding: 20px 0 18px;
}
.single-banner-link,
.large-banner-link {
  width: 100%;
  height: 100%;
  display: block;
}
.single-banner-link > img,
.large-banner-link > img {
  border: none;
  border-radius: 4px;
}
/*--- /単体バナー ---*/

/*--- テキストリンク ---*/
.text-link-wrap {
  padding: 24px 16px;
  border-bottom: 2px solid #f2f2f2;
}
.text-link-inner {
  padding: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  font-size: 14px;
}
.text-link-inner > p {
  margin: 0 12px 0 0;
}

.blank-icon-wrap {
  width: 14px;
  height: 14px;
  position: relative;
  padding-left: 12px;
}
.blank-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-link-textarea {
  margin-right: 12px;
}
.text-link-title {
  max-width: 300px;
  word-wrap: break-word;
  margin-bottom: 12px;
  font-weight: bold;
}
.text-link-sentence {
  font-size: 13px;
  color: #86898B;
}
/*--- /テキストリンク ---*/