@charset "UTF-8";
/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
/*--------------sds.html↓----------------*/
#sds {
  background-color: #f1f1f1;
}

.main-wrap {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 4.6rem 6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .main-wrap {
    padding: 3rem 3rem 4rem;
  }
}
.main-wrap .contents-wrap h2 {
  font-size: 2.1rem;
  color: #283760;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-wrap .contents-wrap h2 {
    font-size: 1.8rem;
  }
}
.main-wrap .contents-wrap p {
  margin-top: 3rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .main-wrap .contents-wrap p {
    font-size: 1.4rem;
  }
}
.main-wrap .contents-wrap p span {
  font-weight: 600;
}
.main-wrap #btn {
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .main-wrap #btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 4rem auto 0;
  }
}
.main-wrap #btn a {
  width: 28rem;
  display: flex;
  background-color: #283760;
  padding: 2.5rem 2.3rem;
  border-radius: 0.8rem;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  margin: 0 auto;
}
.main-wrap #btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .main-wrap #btn a {
    margin: 0;
  }
}
.main-wrap #btn a p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.main-wrap #btn a::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1;
  background: url(../common/images/arrow.svg) no-repeat center/cover;
  transform: rotate(-45deg);
  transform-origin: center center;
}

footer {
  background-color: #f1f1f1;
}
/*# sourceMappingURL=sds.css.map */