@charset 'UTF-8';

/* SMP追加 */

.smp-mg-top60 {
  margin-top: 60px;
  }


@media screen and (min-width: 768px) {
  .smp-massage {
    display: block;
    /* width: 180px; */
    /* background: #000; */
    padding-left: 0.8em;
    border-left: 6px solid #007a4c;
    /* border-right: 6px solid #007a4c; */
    border-radius: 6px;
  }
}

.smp-declaration-of-conduct {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .smp-declaration-of-conduct {
    display: block;
    margin: 0 auto;
    margin-bottom: 3em;
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .smp-mg-left-3em {
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 2.5em;
    padding-left: 2em;
    padding-right: 2em;
    border-right: 6px solid #007a4c;
    border-radius: 6px;
  }
}
@media screen and (min-width: 769px) {
  .c-lyt-column-01 .smp-lyt-aline-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

._profile-principles .list-declaration-01.smp-value {
  margin-bottom: 60px;
  border-bottom: none;
}

/* ._profile-principles .list-declaration-01.smp-value li:before {
  position: absolute;
  content: "";
  display: block;
  top: 40px;
  left: 135px;
  width: 25px;
  height: 1px;
  background-color: #dfdfdf;
}
@media screen and (max-width: 768px) {
  ._profile-principles .list-declaration-01.smp-value li:before {
    top: 5.729166666666666vw;
    left: 35vw;
    width: 12vw;
  }
} */

/* SMP追加 */
