@charset "UTF-8";
/*
  /rakurakucloud/mailmarketing/asset/css/object/module/m-case.css
  導入事例モジュール用CSS
*/
.m-case-simple-list {
  display: flex;
  @media screen and (max-width: 1024px) {
    flex-direction: column;
  }
}
.m-case-simple-item:not(:last-of-type) {
  padding: 0 40px 0 0;
  border-right: 1px solid var(--gray-bg-01);
  @media screen and (max-width: 1024px) {
    margin: 0 0 40px;
    border-right: none;
    padding: 0;
  }
}
.m-case-simple-item:last-of-type {
  padding: 0 0 0 40px;
  @media screen and (max-width: 1024px) {
    padding: 0;
  }
}
.m-case-simple-item__heading{
  width: 129px;
  height: 38px;
  margin: 0 auto 20px;
  padding: 4px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--rmailmarketing-dark);
  border-radius: 19px;
}
.m-case-simple-item__before {
  display: flex;
  margin: 0 0 40px;
  padding: 20px;
  background-color: var(--white);
  border-radius: 10px;
  @media screen and (max-width: 840px) {
    display: block;
  }
}
.m-case-simple-item__before-title {
  min-width: 131px;
  padding: 0 20px 0 0;
  border-right: 1px solid var(--gray-bg-01);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gray-03);
  font-weight: 700;
  text-align: center;
  @media screen and (max-width: 840px) {
    min-width: 121px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-right: none;
    border-bottom: 1px solid var(--gray-bg-01);
  }
}
.m-case-simple-item__before-list {
  margin: 0;
}
.m-case-simple-item__before-item {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  &::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: var(--gray-06);
  }
  &:not(:last-of-type) {
    margin: 0 0 10px 0;
  }
}
.m-case-simple-item__after {
  position: relative;
  display: flex;
  padding: 32px 20px 30px;
  background-color: var(--white);
  border-radius: 10px;
  &::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background: var(--gray-bg-02);
  }
  &::after {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/rakurakucloud/mailmarketing/asset/image/common/icon/icon_arrow-primary.svg) no-repeat no-repeat center center;
  }
  @media screen and (max-width: 840px) {
    display: block;
  }
}
.m-case-simple-item__after-title {
  min-width: 131px;
  padding: 0 18px 0 2px;
  border-right: 1px solid var(--gray-bg-01);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--rmailmarketing-dark);
  font-weight: 700;
  text-align: center;
  @media screen and (max-width: 840px) {
    min-width: 121px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-right: none;
    border-bottom: 1px solid var(--gray-bg-01);
  }
}
.m-case-simple-item__after-item {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  &::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: var(--rmailmarketing-dark);
  }
  &:not(:last-of-type) {
    margin: 0 0 10px 0;
  }
}