﻿@charset "UTF-8";
/* --------------------------------------------------------------------
	/product/linkedservices/list
--------------------------------------------------------------------- */
/* 	カテゴリ一覧
--------------------------------------------------------------------- */
.common_heading:has(+ .affiliated_ctg) {
  margin-bottom: 0;
}
.affiliated_ctg {
  padding: 50px 0 34px;
  background: #F6F6F6;
}
.affiliated_ctg .common_inner_ {
  max-width: 1368px;
}
.affiliated_ctg .common_h2 {
  text-align: center;
}
.affiliated_ctg_list {
  display: flex;
  flex-wrap: wrap;
  width: 1368px;
  margin-top: 40px;
}
.affiliated_ctg_list li {
  width: 218px;
  height: 58px;
  min-height: 58px;
  margin-right: 12px;
  margin-bottom: 16px;
  line-height: 1.3;
  transition: all 0.5s;
}
.affiliated_ctg_list li:nth-child(6n) {
  margin-right: 0;
}
.affiliated_ctg_list li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 30px 5px 12px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 2px;
  box-sizing: border-box;
}
.affiliated_ctg_list li a:hover {
  color: var(--ecbeing_color_green);
  text-decoration: none;
  border: 1px solid var(--ecbeing_color_green);
}
.affiliated_ctg_list li a i {
  right: 12px;
  font-size: 12px;
  color: var(--ecbeing_color_green);
}
@media screen and (max-width: 768px) {
  .affiliated_ctg {
    padding: 32px 0;
  }
  .affiliated_ctg .sp_scroll {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .affiliated_ctg .common_h2 {
    text-align: left;
  }
  .affiliated_ctg_list {
    width: calc((164px * 6) + (8px * 5));
    margin-top: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .affiliated_ctg_list li {
    width: 164px;
    height: 48px;
    min-height: 48px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
/* 	サービス一覧
--------------------------------------------------------------------- */
.affiliated_srvice {
  padding: 105px 0;
}
.affiliated_srvice_list {
  display: flex;
  flex-wrap: wrap;
}
.affiliated_srvice_list li {
  width: calc((100% - (65px * 3)) / 4);
  height: 100%;
  min-height: 333px;
  margin-right: 65px;
  margin-bottom: 128px;
  transition: all 0.5s;
}
.affiliated_srvice_list li:nth-child(4n) {
  margin-right: 0;
}
.affiliated_srvice_list li a:hover {
  opacity: .7;
  text-decoration: none;
}
.affiliated_srvice__title {
  font-size: 20px;
  font-weight: 500;
  color: var(--ecbeing_color_green);
  line-height: 1;
  margin-bottom: 8px;
}
.affiliated_srvice__icon {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 15px;
}
.affiliated_srvice_list li a + a {
  display: block;
  margin-top: 10px;
}
.affiliated_srvice__all_category {
  display: table;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 6px 4px;
  background: #F6F6F6;
}
.affiliated_srvice__all_category.services_all {
  display: none;
}
.affiliated_srvice__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 182px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}
.affiliated_srvice__logo img {
  width: max-content;
  max-width: 80%;
  margin: auto;
  transition: transform .6s ease;
}
.affiliated_srvice_list li a:hover .affiliated_srvice__logo img {
  transform: scale(1.1);
}
.affiliated_srvice__linkname {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 12px 30px 12px 12px;
  border: 1px solid var(--ecbeing_color_green);
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.affiliated_srvice_list li a .affiliated_srvice__linkname i {
  position: absolute;
  right: 12px;
  font-size: 12px;
}
.affiliated_srvice_list li a:hover .affiliated_srvice__linkname {
  color: var(--ecbeing_color_green);
}
.affiliated_srvice_list li a:not([target="_blank"]):hover .affiliated_srvice__linkname {
  color: var(--ecbeing_color_green);
  background: #fff;
}
.affiliated_srvice_list li a[target="_blank"] .affiliated_srvice__linkname {
  background: var(--ecbeing_color_green) url(/cms/smz/img/usr/common/icon_blank_white.png) no-repeat center right 10px;
  background-size: 12px auto;
}
.affiliated_srvice_list li a[target="_blank"]:hover .affiliated_srvice__linkname {
  background: #fff url(/cms/smz/img/usr/common/icon_blank_green.png) no-repeat center right 10px;
  background-size: 12px auto;
}
.affiliated_srvice_list li a[target="_blank"] .affiliated_srvice__linkname i {
  display: none;
}
@media screen and (max-width: 768px) {
  .affiliated_srvice {
    padding: 45px 0;
  }
  .affiliated_srvice_list li {
    width: calc((100% - 14px) / 2);
    min-height: 237px;
    margin-right: 14px;
    margin-bottom: 40px;
  }
  .affiliated_srvice_list li:nth-child(2n) {
    margin-right: 0;
  }
  .affiliated_srvice__title {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .affiliated_srvice__icon {
    margin-bottom: 12px;
  }
  .affiliated_srvice__all_category {
    font-size: 10px;
    padding: 6px 4px;
  }
  .affiliated_srvice__logo {
    height: 112px;
  }
  .affiliated_srvice__linkname {
    height: 48px;
    font-size: 11px;
    padding: 6px 23px 6px 6px;
  }
  .affiliated_srvice_list li a[target="_blank"] .affiliated_srvice__linkname {
    background: var(--ecbeing_color_green) url(/cms/smz/img/usr/common/icon_blank_white.png) no-repeat center right 6px;
    background-size: 12px auto;
  }
  .affiliated_srvice_list li a[target="_blank"]:hover .affiliated_srvice__linkname {
    background: #fff url(/cms/smz/img/usr/common/icon_blank_green.png) no-repeat center right 6px;
    background-size: 12px auto;
  }
  .affiliated_srvice_list li a .affiliated_srvice__linkname i {
    right: 5px;
  }
}
/* --------------------------------------------------------------------
	/product/linkedservices
--------------------------------------------------------------------- */
.linkedservices {
  padding: 105px 0;
}
.linkedservices_list {
  display: flex;
  flex-wrap: wrap;
}
.linkedservices_list li {
  width: calc((100% - 50px) / 2);
  height: 100%;
  min-height: 333px;
  margin-right: 50px;
  margin-bottom: 50px;
  transition: all 0.5s;
}
.linkedservices_list li:nth-child(2n) {
  margin-right: 0;
}
.linkedservices_list li a:hover {
  opacity: .7;
  text-decoration: none;
}
.linkedservices__ecb_category {
  display: table;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 6px 4px;
  background: #F6F6F6;
}
.linkedservices__icon .services_all, .linkedservices__icon .services_official, .linkedservices__icon .services_app, .linkedservices__icon .services_staff, .linkedservices__icon .services_analysis, .linkedservices__icon .services_linkage, .linkedservices__icon .services_mailing, .linkedservices__icon .services_mlist, .linkedservices__icon .services_recommend, .linkedservices__icon .services_review, .linkedservices__icon .services_login, .linkedservices__icon .services_global, .linkedservices__icon .services_payment, .linkedservices__icon .services_pos, .linkedservices__icon .services_search, .linkedservices__icon .services_return, .linkedservices__icon .services_logistics, .linkedservices__icon .services_service, .linkedservices__icon .services_clistcenter, .linkedservices__icon .services_picture, .linkedservices__icon .services_management, .linkedservices__icon .services_detection, .linkedservices__icon .services_cms, .linkedservices__icon .services_delivery, .linkedservices__icon .services_subscription, .linkedservices__icon .services_ad, .linkedservices__icon .services_crm, .linkedservices__icon .services_reserve, .linkedservices__icon .services_remote, .linkedservices__icon .services_point, .linkedservices__icon .services_microservise, .linkedservices__icon span:last-of-type > span {
  display: none;
}
.linkedservices_list_inner {
  display: flex;
}
.linkedservices_list_left {
  width: 100%;
}
.linkedservices_list_left:has(+ .linkedservices_list_right) {
  width: calc(65% - 15px);
  margin-right: 15px;
}
.linkedservices__logo {
  margin-bottom: 10px;
}
.linkedservices__ecb_heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.linkedservices__ecb_text {}
.linkedservices_list_right {
  width: 35%;
}
.linkedservices_list_btn {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}
.linkedservices_list_btn a {
  width: 48%;
}
.linkedservices__linkname {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 12px;
  border: 1px solid var(--ecbeing_color_green);
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.linkedservices_list_btn a .linkedservices__linkname i {
  position: absolute;
  right: 12px;
  font-size: 12px;
}
.linkedservices_list_btn a:hover .linkedservices__linkname {
  color: var(--ecbeing_color_green);
}
.linkedservices_list_btn a:not([target="_blank"]):hover .linkedservices__linkname {
  color: var(--ecbeing_color_green);
  background: #fff;
}
.linkedservices_list_btn a[target="_blank"] .linkedservices__linkname {
  background: var(--ecbeing_color_green) url(/cms/smz/img/usr/common/icon_blank_white.png) no-repeat center right 10px;
  background-size: 12px auto;
}
.linkedservices_list_btn a[target="_blank"]:hover .linkedservices__linkname {
  background: #fff url(/cms/smz/img/usr/common/icon_blank_green.png) no-repeat center right 10px;
  background-size: 12px auto;
}
.linkedservices_list_btn a[target="_blank"] .linkedservices__linkname i {
  display: none;
}
.linkedservices__ecb_wp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ecbeing_color_green);
  padding: 12px;
  background: 1px solid var(--ecbeing_color_green);
  border: 1px solid var(--ecbeing_color_green);
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.linkedservices_list_btn a .linkedservices__ecb_wp i {
  position: absolute;
  right: 12px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .linkedservices {
    padding: 45px 0;
  }
  .linkedservices_list {
    display: block;
  }
  .linkedservices_list li {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }
  .linkedservices__ecb_thumbnail img {
    width: 100%;
    margin-top: 15px;
  }
}