.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.main-img {
  position: relative;
  background: url("../img/common/main_img.webp") no-repeat center center/cover;
  height: 280px;
  display: table;
  width: 100%;
}

.main-img__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-img__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 440px;
  height: 130px;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  white-space: nowrap;
}

.main-img__title--en {
  font-size: 2rem;
  font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #e24b07;
}

@media screen and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    margin-bottom: 45px;
  }
}

.text-big {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

@media screen and (max-width: 767px) {
  .text-big {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.headline-main {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.84615;
  border-bottom: 2px solid #e24b07;
}

@media screen and (max-width: 767px) {
  .headline-main {
    font-size: 2rem;
    border-width: 1px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}

.highlight {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffa775));
  background: -webkit-linear-gradient(transparent 60%, #ffa775 60%);
  background: linear-gradient(transparent 60%, #ffa775 60%);
}

.intro {
  margin-bottom: 107px;
}

.intro__text {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 68px;
  }
  .intro__text {
    margin-bottom: 40px;
  }
}

.about {
  margin-bottom: 107px;
}

.about__title {
  margin-bottom: 1em;
}

.about-list {
  margin-bottom: 80px;
}

.about-list__item:not(:last-child) {
  padding-bottom: 53px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.about-list__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.about-list__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.68182;
}

.about-list__heading--num {
  width: 40px;
  line-height: 40px;
  background-color: #141414;
  color: #fff;
  border-radius: 100vh;
  font-size: 2rem;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 1em;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-list__desc {
  width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.about-list-banner {
  display: block;
  padding: 5px;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ece9e6;
  position: relative;
}

.about-list-banner__photo {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.about-list-banner__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  width: auto;
}

.about-list-banner__inner {
  border-left: 2px solid #e24b07;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-list-banner__title {
  font-size: 2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  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;
  padding-left: 34px;
  position: relative;
  z-index: 5;
}

.about-list-banner__title--en {
  color: #e24b07;
  font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
  letter-spacing: 0.025em;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .about-list__item:not(:last-child) {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .about-list__group {
    display: block;
    margin-bottom: 1.5em;
  }
  .about-list__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.15em;
    line-height: 1.47059;
    margin-bottom: 1em;
  }
  .about-list__heading--num {
    width: 33px;
    line-height: 33px;
    font-size: 1.9rem;
    margin-right: 0;
    padding-left: 2px;
    padding-bottom: 1px;
    margin-bottom: 0.5em;
  }
  .about-list__desc {
    width: 100%;
  }
  .about-list-banner {
    padding: 3px;
    height: 75px;
  }
  .about-list-banner__photo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-list-banner__photo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height:auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 480px) {
  .about-list-banner__photo img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .about-list-banner__inner {
    height: 100%;
  }
  .about-list-banner__title {
    font-size: 1.6rem;
    line-height: 1.625;
    padding-left: 17px;
  }
  .about-list-banner__title--en {
    font-size: 1rem;
  }
}

.about-guarantee {
  margin-bottom: 107px;
  border: 1px solid rgba(128, 128, 128, 0.25);
  padding: 43px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-guarantee__group {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 55px;
}

.about-guarantee__heading {
  text-align: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
  margin-bottom: 1.25em;
}

@media screen and (max-width: 767px) {
  .about-guarantee__heading {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.about-guarantee__text {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid rgba(128, 128, 128, 0.25);
  padding-left: 40px;
}

.about-guarantee__text--medium {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .about-guarantee {
    margin-bottom: 68px;
    padding: 20px 25px 25px;
    display: block;
  }
  .about-guarantee__group {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .about-guarantee__photo {
    width: 90px;
  }
  .about-guarantee__photo img {
    height:auto;
  }
  .about-guarantee__heading {
    text-align: center;
    margin-bottom: 0;
    margin-right: 1em;
  }
  .about-guarantee__text {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;
    padding-left: 0;
  }
  .about-guarantee__text--medium {
    font-weight: 500;
    text-indent: -1em;
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 68px;
  }
  .about-list {
    margin-bottom: 50px;
  }
}

.suggest {
  margin-bottom: 107px;
}

.suggest__title {
  margin-bottom: 1.5em;
}

.suggest-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 55%;
      grid-template-columns: 40% 55%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 250px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.suggest-list__item:not(:last-child) {
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  margin-bottom: 2em;
}

.suggest-list__before {
  padding: 25px 0;
  text-align: center;
}

.suggest-list__after {
  background-color: #eae7e4;
  padding: 25px 30px;
  position: relative;
}

.suggest-list__after::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 30px solid #eae7e4;
}

.suggest-list__heading {
  width: 77px;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 1.5em;
  font-size: 1.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 100vh;
}

.suggest-list__heading--num {
  font-size: 2.2rem;
}

.suggest-list__heading--before {
  padding-top: 3px;
  color: #fff;
  background: url(../img/common/icon_jag_black.svg) no-repeat;
  background-size: 77px 77px;
}

.suggest-list__heading--after {
  background-color: #fff;
}

.suggest-list__desc--before {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .suggest-list__item {
    display: block;
    height: auto;
  }
  .suggest-list__item:not(:last-child) {
    padding-bottom: 3em;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    margin-bottom: 3em;
  }
  .suggest-list__before {
    padding: 0;
    margin-bottom: 3em;
  }
  .suggest-list__after {
    padding: 24px;
  }
  .suggest-list__after::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -24px;
    margin-top: 0;
    border-bottom: 24px solid #eae7e4;
    border-top: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .suggest-list__heading {
    margin: 0 auto 1em;
  }
  .suggest-list__heading--num {
    font-size: 2.1rem;
  }
  .suggest-list__heading--before {
    padding-top: 4px;
  }
  .suggest-list__desc--before {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .suggest {
    margin-bottom: 68px;
  }
}

.bridal {
  margin-bottom: 107px;
}

.bridal__title {
  margin-bottom: 1.5em;
}

.bridal-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.bridal-group__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.bridal-group__area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.bridal-group__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 330px;
  margin-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 1024px) {
  .bridal-group {
    display: block;
  }
  .bridal-group__photo {
    width: 60%;
    margin: 0 auto 1em;
  }
  .bridal-group__photo img {
    height:auto;
  }
}

.bridal-circle > * {
  position: absolute;
  color: #e24b07;
  font-size: 1rem;
}

.bridal-circle__left-top {
  left: 9px;
  top: 9px;
}

.bridal-circle__right-top {
  right: 9px;
  top: 9px;
}

.bridal-circle__left-bottom {
  left: 9px;
  bottom: 9px;
}

.bridal-circle__right-bottom {
  right: 9px;
  bottom: 9px;
}

@media screen and (max-width: 767px) {
  .bridal-circle > * {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  .bridal-circle__left-top {
    left: 2px;
    top: 2px;
  }
  .bridal-circle__right-top {
    right: 2px;
    top: 2px;
  }
  .bridal-circle__left-bottom {
    left: 2px;
    bottom: 2px;
  }
  .bridal-circle__right-bottom {
    right: 2px;
    bottom: 2px;
  }
}

.bridal-plan {
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.25);
  padding: 56px 40px 40px;
}

.bridal-plan__title {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  margin-bottom: 1em;
  text-align: center;
}

.bridal-plan__text {
  text-align: center;
  margin-bottom: 60px;
}

.bridal-plan-list__item {
  background-color: #eae7e4;
  padding: 25px 32px;
}

.bridal-plan-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.bridal-plan-list__heading {
  text-align: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.36364;
  margin-bottom: 1em;
}

.bridal-plan-list__heading--small {
  font-size: 1.5rem;
  line-height: 2;
}

.bridal-plan-list__group {
  width: 100%;
  display: table;
  table-layout: fixed;
  height: 100px;
}

.bridal-plan-list__plus {
  display: table-cell;
  width: 40px;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.bridal-plan-list__plus--narrow {
  width: 25px;
}

.bridal-plan-list__text {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  background-color: #fff;
  line-height: 1.46667;
}

@media screen and (max-width: 767px) {
  .bridal {
    margin-bottom: 68px;
  }
  .bridal-plan {
    padding: 44px 20px;
  }
  .bridal-plan__title {
    font-size: 1.7rem;
  }
  .bridal-plan__text {
    margin-bottom: 40px;
  }
  .bridal-plan-list__item {
    background-color: #eae7e4;
    padding: 25px 18px 20px;
  }
  .bridal-plan-list__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .bridal-plan-list__heading {
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: 1em;
  }
  .bridal-plan-list__heading--small {
    font-size: 1.3rem;
  }
  .bridal-plan-list__group {
    display: block;
    height: auto;
  }
  .bridal-plan-list__plus {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .bridal-plan-list__plus--narrow {
    width: 100%;
  }
  .bridal-plan-list__text {
    display: block;
    padding: 10px 0 14px;
    line-height: 1.46667;
  }
}

.flow__title {
  margin-bottom: 1.5em;
}

.flow-list {
  margin-bottom: 1em;
}

.flow-list__item {
  background-color: #eae7e4;
}

.flow-list__heading {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.66667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-list__heading-num {
  width: 40px;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 0.5em;
  padding-left: 2px;
}

.flow-list__heading-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 90px;
  height: 26px;
  background-color: #fff;
  font-size: 1.4rem;
  margin-right: 1em;
}

.flow-list__desc {
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .flow-list__heading {
    font-size: 1.7rem;
    line-height: 1.47059;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .flow-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .flow-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.flow-list__item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}

.flow-list__item:not(:last-child)::after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -8px;
  bottom: -42px;
  border-top: 16px solid #e24b07;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.flow-list__item:not(:last-child) {
  margin-bottom: 68px;
}

.flow-list__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.flow-list__photo {
  width: 250px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .flow-list__item {
    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;
  }
  .flow-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .flow-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .flow-list__heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.72727;
  }
  .flow-list__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    margin: 0 auto 1em;
    text-align: center;
  }
  .flow-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.flow-list__item {
  padding: 36px;
}

.flow-list__heading {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .flow-list__item {
    padding: 20px 20px 30px;
  }
  .flow-list__heading {
    font-weight: 500;
  }
}
/*# sourceMappingURL=esthetic-treatment.css.map */