@charset "UTF-8";
.athome-seo {
  background: #F2F0F7;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .athome-seo {
    padding-top: 60px;
  }
}
.athome-seo__header {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .athome-seo__header {
    font-size: 50px;
    line-height: 55px;
  }
}
.athome-seo__text {
  margin-top: 24px;
}
.athome-seo__items {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-seo__items {
    flex-direction: row;
  }
}
.athome-seo__item {
  margin-top: 14px;
}

.athome-seo-item {
  background: white;
  border-radius: 20px;
  overflow: hidden;
}
.athome-seo-item__img {
  width: 100%;
  height: 188px;
}
.athome-seo-item__img img {
  width: 100%;
  height: 100%;
}
.athome-seo-item__head {
  color: #692ECC;
  font-weight: 700;
  font-size: 15px;
}
.athome-seo-item__text {
  padding: 10px 20px 16px;
}

.athome-steps {
  margin-top: 44px;
}
@media screen and (min-width: 960px) {
  .athome-steps {
    margin-top: 68px;
  }
}
.athome-steps__header {
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
}
.athome-steps__text {
  margin-top: 4px;
}

.athome-step {
  background-color: white;
  padding: 28px;
  display: flex;
  border-radius: 15px;
  margin-top: 16px;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-step {
    flex-direction: row;
  }
}
.athome-step.step1 {
  background-image: url("/images/athome/Desktopcomputer1.png");
  background-repeat: no-repeat;
  background-position: left 50px;
}
@media screen and (min-width: 960px) {
  .athome-step.step1 {
    background-position: bottom left;
  }
}
.athome-step.step1 .athome-step__head {
  padding-top: 82px;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .athome-step.step1 .athome-step__head {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.athome-step.step2 {
  background-image: url("/images/athome/step2.png");
  background-repeat: no-repeat;
  background-position: left -56px;
  background-size: 65%;
}
@media screen and (min-width: 960px) {
  .athome-step.step2 {
    background-position: bottom left;
    background-size: auto;
  }
}
.athome-step.step2 .athome-step__head {
  padding-top: 70px;
  padding-bottom: 110px;
}
@media screen and (min-width: 960px) {
  .athome-step.step2 .athome-step__head {
    padding-top: 65px;
    padding-bottom: 0px;
  }
}
.athome-step.step3 {
  background-image: url("/images/athome/step3.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 42%;
}
@media screen and (min-width: 960px) {
  .athome-step.step3 {
    background-size: auto;
    background-position: bottom left;
  }
}
.athome-step.step3 .athome-step__head {
  padding-bottom: 80px;
  padding-top: 40px;
}
@media screen and (min-width: 960px) {
  .athome-step.step3 .athome-step__head {
    padding-top: 63px;
    padding-bottom: 0px;
  }
}
.athome-step__head {
  font-weight: bold;
  font-size: 30px;
  color: black;
  line-height: 35px;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .athome-step__head {
    font-size: 35px;
    line-height: 40px;
    border-bottom: none;
    border-right: 1px solid #A8A8A8;
    width: 365px;
    margin-right: 48px;
    padding-right: 10px;
    margin-bottom: 0px;
    width: 360px;
    flex-shrink: 0;
  }
}
.athome-step__head span {
  color: #692ECC;
}
.athome-step__text {
  flex: 0 1 auto;
  padding: 10px 0;
}
.athome-step ul {
  margin-top: 10px;
  line-height: 21px;
}
.athome-step ul li {
  padding-left: 20px;
  position: relative;
}
.athome-step ul li::before {
  content: "●";
  color: #6231C5;
  position: absolute;
  left: 0px;
  top: 0px;
}
.athome-step__soc {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .athome-step__soc {
    margin-top: 34px;
    flex-direction: row;
  }
}

/*# sourceMappingURL=athome-seo.css.map */
