.purchased .contents {
  padding: 125px 0 120px;
}
@media screen and (max-width: 768px) {
  .purchased .contents {
    padding: 53px 0 80px;
  }
}
@media screen and (min-width: 1025px) {
  .purchased .contents .section_inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .purchased .contents .section_inner {
    padding: 0 30px;
  }
}
.purchased .bg_liteGray {
  padding: 89px 0 132px;
}
@media screen and (max-width: 768px) {
  .purchased .bg_liteGray {
    padding: 63px 0 70px;
  }
}
.purchased .bg_liteGray_last {
  padding: 126px 0 140px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .purchased .bg_liteGray_last {
    padding: 62px 0 73px;
  }
}
.purchased .bg_white {
  padding: 125px 0 130px;
}
@media screen and (max-width: 768px) {
  .purchased .bg_white {
    padding: 62px 0 75px;
  }
}
.purchased_title {
  text-align: center;
  letter-spacing: 3.2px;
}
.purchased_title:nth-of-type(2) {
  margin-top: 65px;
  letter-spacing: 3.3px;
}
@media screen and (max-width: 768px) {
  .purchased_title:nth-of-type(2) {
    margin-top: 37px;
    letter-spacing: 3.1px;
  }
}
@media screen and (max-width: 768px) {
  .purchased_title {
    font-size: 1.8rem;
    margin-top: 5px;
    line-height: 2.2;
    letter-spacing: 2.8px;
  }
}
.purchased_text {
  text-align: center;
  margin-top: 32px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .purchased_text {
    font-size: 13.8px;
    text-align: left;
    margin-top: 19px;
    line-height: 2.02;
    letter-spacing: 0.8px;
  }
}
.purchased_text:nth-of-type(2) {
  margin-top: 17px;
  padding-bottom: 71px;
  line-height: 1.99;
  border-bottom: 1px solid #818794;
}
@media screen and (max-width: 768px) {
  .purchased_text:nth-of-type(2) {
    line-height: 2.1;
    padding-bottom: 51px;
  }
}
.purchased_bg {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .purchased_bg {
    margin-top: 52px;
  }
}
.purchased_feature {
  max-width: 899px;
  margin: 0 auto;
}
.purchased_feature_title {
  text-align: center;
  font-size: 1.9rem;
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .purchased_feature_title {
    font-size: 1.7rem;
    margin-top: 48px;
  }
}
.purchased_feature_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 33px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .purchased_feature_wrapper {
    max-width: 315px;
    margin: 32px auto 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
  }
}
.purchased_feature_contents {
  background: #FFFFFF;
  width: 200px;
  height: 140px;
  border-radius: 10px;
  position: relative;
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .purchased_feature_contents {
    width: calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
  }
}
.purchased_feature_contents .purchased_feature_icon {
  width: 30px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.purchased_feature_contents .purchased_feature_icon.icon1 {
  background: #47C2D1;
}
.purchased_feature_contents .purchased_feature_icon.icon2 {
  background: #F17D63;
}
.purchased_feature_contents .purchased_feature_icon.icon3 {
  background: #FCA90F;
}
.purchased_feature_contents .purchased_feature_icon.icon4 {
  background: #005EA1;
}
.purchased_feature_contents .purchased_feature_icon .purchased_feature_number {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
}
.purchased_feature_contents .purchased_feature_contents_textbox {
  width: 200px;
  height: 118px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .purchased_feature_contents .purchased_feature_contents_textbox {
    width: 100%;
  }
}
.purchased_feature_contents .purchased_feature_contents_text {
  font-size: 1.83rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .purchased_feature_contents .purchased_feature_contents_text {
    font-size: 1.6rem;
  }
}
.purchased_feature_text {
  max-width: 900px;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .purchased_feature_text {
    margin: 30px auto 0;
  }
}
.purchased_feature_text .purchased_feature_lead {
  font-size: 1.47rem;
}
.purchased_feature_text .purchased_feature_list {
  font-size: 1.267rem;
  line-height: 1.9;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .purchased_feature_text .purchased_feature_list {
    line-height: 1.76;
    margin-top: 15px;
  }
}
.purchased_feature_text .purchased_feature_list ul,
.purchased_feature_text .purchased_feature_list li {
  padding-left: 0.5em;
  text-indent: -1em;
}
.purchased_feature_text .purchased_feature_list ul .list_disc,
.purchased_feature_text .purchased_feature_list li .list_disc {
  letter-spacing: 3.5px;
}
.purchased_step_title {
  text-align: center;
  font-size: 1.9rem;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .purchased_step_title {
    font-size: 1.7rem;
    margin-top: 35px;
  }
}
.purchased_block .purchased_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .purchased_block .purchased_list {
    gap: 23px 0;
  }
}
.purchased_block .purchased_list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 61px;
  width: 2px;
  height: 84%;
  background: #47C2D1;
}
@media screen and (max-width: 768px) {
  .purchased_block .purchased_list::before {
    left: 46px;
    height: 85%;
  }
}
.purchased_list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .purchased_list {
    margin-top: 22px;
  }
}
.purchased_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 50px;
}
.purchased_item:not(:first-child) {
  margin-top: 20px;
}
.purchased_item .purchased_item_step {
  letter-spacing: 0.05em;
  position: relative;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .purchased_item .purchased_item_step {
    width: auto;
  }
}
.purchased_item .purchased_item_step .purchased_item_step_number {
  font-family: "Outfit", sans-serif;
  font-size: 1.9rem;
}
.purchased_item .purchased_item_step::after {
  left: 50px;
  width: 24px;
  height: 24px;
  background: #47C2D1;
  border-radius: 50px;
  border: 6px solid #EEE;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .purchased_item .purchased_item_step::after {
    left: 35px;
  }
}
.purchased_item .purchased_item_text .purchased_item_lead {
  font-size: 1.89rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .purchased_item .purchased_item_text .purchased_item_lead {
    font-size: 1.66rem;
  }
}
.purchased_item .purchased_item_text .purchased_item_details {
  margin-top: 11px;
  font-size: 1.68rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .purchased_item .purchased_item_text .purchased_item_details {
    margin-top: 3px;
    font-size: 1.19rem;
    line-height: 1.88;
  }
}
.purchased_about_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .purchased_about_bg {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 18px;
  }
}
.purchased_about_bg:last-child {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .purchased_about_bg:last-child {
    margin-top: 35px;
  }
}
.purchased_about_bg .purchased_about__image {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .purchased_about_bg .purchased_about__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.purchased_about_bg .purchased_about_text {
  max-width: 480px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .purchased_about_bg .purchased_about_text {
    display: contents;
  }
}
.purchased_about_bg .purchased_about_text.purchased_about_text2 {
  margin-top: 61px;
}
.purchased_about_bg .purchased_about_lead {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .purchased_about_bg .purchased_about_lead {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    font-size: 1.56rem;
    margin-top: 46px;
    margin-left: 13px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .purchased_about_bg .purchased_about_lead.lead2 {
    margin-top: 44px;
  }
}
.purchased_about_bg .purchased_about_details {
  margin-top: 8px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .purchased_about_bg .purchased_about_details {
    font-size: 1.33rem;
    line-height: 2.1;
    letter-spacing: 0.7px;
  }
}
@media screen and (max-width: 768px) {
  .purchased_about_bg .purchased_about_details.details2 {
    margin-top: 6px;
  }
}