.sample-head {
  font-size: 1.125rem;
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
}
.sample-head > *:first-child {
  width: 36.363636%;
  margin-right: 3.6363636%;
  box-sizing: border-box;
}
.sample-head > *:last-child {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .sample-head {
    flex-direction: column;
  }
  .sample-head > *:first-child, .sample-head > *:last-child {
    width: 100%;
  }
  .sample-head > *:first-child {
    margin-bottom: 2rem;
  }
}
.sample-head__title {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 0.5em;
}
.sample-head__price {
  text-align: right;
}
.sample-head__list {
  margin-top: 1rem;
}
.sample-head__list > * {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.3em;
}
.sample-head__list > *:before {
  content: "1";
  background: #fff;
  color: #000;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em;
  display: block;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0.2em;
  text-align: center;
}
.sample-head__list > *:nth-child(2):before {
  content: "2";
}
.sample-head__list > *:nth-child(3):before {
  content: "3";
}
.sample-head__list > *:nth-child(4):before {
  content: "+";
}
.sample-text {
  margin-bottom: 2em;
  font-size: 1.125rem;
}
.sample-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.sample-item > * {
  width: 31.818181%;
}
.sample-item .item-box {
  font-size: 1.125rem;
}
.sample-item .item-box__title {
  margin-bottom: 1em;
  margin-top: 1em;
  font-weight: bold;
  min-height: 5em;
}
@media screen and (max-width: 767px) {
  .sample-item {
    flex-direction: column;
  }
  .sample-item > * {
    width: 100%;
  }
  .sample-item .item-box {
    margin-top: 3rem;
  }
  .sample-item .item-box__title {
    margin-top: 0;
    min-height: auto;
  }
  .sample-item .item-box > *:first-child {
    margin-right: 3%;
  }
}
.sample-message {
  margin-top: 5rem;
}
.sample-message__title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2em;
}
.sample-button {
  margin: 7rem 0 7rem 0;
  display: flex;
  justify-content: center;
}
.sample-button > * {
  width: 31.8%;
}
.sample-button > * a {
  display: block;
  padding: 1em 0.5em;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in;
}
.sample-button > * a:hover {
  background: rgba(225, 225, 225, 0.2);
  transform: translateY(-3px);
}
.sample-button > *:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .sample-button {
    flex-direction: column;
  }
  .sample-button > * {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }
}

/*# sourceMappingURL=sample.css.map */
