main {
  padding: 60px 0;
}

@media (max-width: 767px) {
  main {
    padding: 50px 0;
  }
}

.page__header {
  padding: 140px 0 70px;
  background: #FEE3EC;
}

@media (max-width: 979px) {
  .page__header {
    padding: 70px 0 50px;
  }
}

@media (max-width: 767px) {
  .page__header {
    padding: 60px 0 40px;
  }
}

.page__header .section__title {
  margin-bottom: 0;
}

.page__header .section__title p {
  letter-spacing: 5px;
}

.breadcrumb {
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(#F999B7), to(#F2789F));
  background: -webkit-linear-gradient(left, #F999B7, #F2789F);
  background: linear-gradient(to right, #F999B7, #F2789F);
  color: #fff;
  font-size: 12px;
}

.breadcrumb a, .breadcrumb span {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.breadcrumb a {
  text-decoration: underline;
}

.pagination .nav-links {
  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;
}

.pagination .page-numbers {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  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;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Comfortaa', sans-serif;
  color: #F2789F;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers.current {
  color: #fff;
  background: #F2789F;
}

.pagination .prev,
.pagination .next {
  display: none;
}

.section__app {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .section__app {
    padding: 60px 0;
  }
}

.section__app:nth-child(2) {
  background: #FEE3EC;
}

.section__app__title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .section__app__title {
    margin-bottom: 30px;
  }
}

.section__app__title h2 {
  margin-bottom: 20px;
  font-size: 50px;
  color: #F2789F;
  font-weight: 900;
  line-height: 45px;
  position: relative;
  display: inline-block;
}

@media (max-width: 979px) {
  .section__app__title h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .section__app__title h2 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 35px;
  }
}

.section__app__title p {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section__app__title p {
    font-size: 20px;
  }
}

.section__app__images {
  margin-bottom: 40px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .section__app__images {
    margin-bottom: 30px;
    display: block;
  }
}

.section__app__images img {
  margin-right: 40px;
  height: 500px;
}

@media (max-width: 979px) {
  .section__app__images img {
    margin-right: 20px;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .section__app__images img {
    margin: 0 auto 20px !important;
    width: 80%;
    height: initial;
  }
}

.section__app__images img:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .section__app__images img:last-child {
    margin-bottom: 0 !important;
  }
}

.section__app__steps ul li {
  margin-bottom: 30px;
}

.section__app__steps ul li:last-child {
  margin-bottom: 0;
}

.section__app__steps ul li h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__app__steps ul li h3 span:first-child {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #F999B7;
  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 (max-width: 767px) {
  .section__app__steps ul li h3 span:first-child {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    position: relative;
  }
}

.section__app__steps ul li h3 span:last-child {
  width: calc(100% - 65px);
  color: #F2789F;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

@media (max-width: 767px) {
  .section__app__steps ul li h3 span:last-child {
    width: calc(100% - 50px);
    line-height: 25px;
    font-size: 17px;
  }
}

.section__app__steps ul li p {
  margin-top: 10px;
  line-height: 27px;
  text-align: justify;
}

@media (max-width: 767px) {
  .section__app__steps ul li p {
    font-size: 15px;
    line-height: 23px;
  }
}

.section__faq {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section__faq {
    margin-bottom: 40px;
  }
}

.section__faq:last-child {
  margin-bottom: 0;
}

.section__faq__title {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .section__faq__title {
    margin-bottom: 30px;
  }
}

.section__faq__title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #F2789F;
  display: inline-block;
  position: relative;
}

@media (max-width: 979px) {
  .section__faq__title h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .section__faq__title h2 {
    font-size: 28px;
  }
}

.section__faq ul li {
  margin-bottom: 20px;
  padding: 18px 20px;
  background: #F999B7;
  border-radius: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .section__faq ul li {
    border-radius: 20px;
  }
}

.section__faq ul li:last-child {
  margin-bottom: 0;
}

.section__faq .question {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.section__faq .question h3 {
  width: calc(100% - 40px);
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}

@media (max-width: 979px) {
  .section__faq .question h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .section__faq .question h3 {
    width: calc(100% - 30px);
    font-size: 17px;
  }
}

.section__faq .question span {
  margin-left: 20px;
  width: 20px;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .section__faq .question span {
    margin-left: 10px;
    font-size: 18px;
  }
}

.section__faq .answer {
  display: none;
  margin-top: 18px;
  padding: 30px;
  border-radius: 10px;
  background: #FEE3EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__faq .answer p {
  line-height: 27px;
  text-align: justify;
}

.section__feed ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section__feed__item {
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(33.33333% - 20px);
}

@media (max-width: 979px) {
  .section__feed__item {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .section__feed__item {
    margin-right: 0 !important;
    width: 100%;
  }
}

@media (max-width: 979px) {
  .section__feed__item:nth-child(2n) {
    margin-right: 0;
  }
}

.section__feed__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 979px) {
  .section__feed__item:nth-child(3n) {
    margin-right: 30px;
  }
}

.section__feed__item a {
  padding: 20px 20px 30px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FEE3EC;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section__feed__item a:hover {
  opacity: .7;
}

.section__feed__item a time {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #F2789F;
}

.section__feed__item a h3 {
  margin-top: 10px;
  color: #F2789F;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .section__feed__item a h3 {
    font-size: 16px;
  }
}

.section__feed__item a > span {
  margin-top: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #F2789F;
  text-decoration: underline;
}

.section__feed__thumb {
  margin-bottom: 20px;
  padding-top: 70%;
  width: 100%;
  border-radius: 20px;
  background: no-repeat center/cover;
}

.entry__thumb {
  margin-bottom: 30px;
  padding-top: 60%;
  width: 100%;
  background: no-repeat center/cover;
  border-radius: 20px;
}

.entry__meta {
  margin-bottom: 50px;
  text-align: left;
}

@media (max-width: 767px) {
  .entry__meta {
    margin-bottom: 40px;
  }
}

.entry__meta time {
  font-weight: 500;
  color: #F2789F;
  font-size: 16px;
}

@media (max-width: 767px) {
  .entry__meta time {
    font-size: 16px;
  }
}

.entry__meta h2 {
  margin-top: 20px;
  font-weight: 900;
  color: #F2789F;
  line-height: 38px;
  font-size: 26px;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .entry__meta h2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
  }
}

.entry__back {
  margin-top: 40px;
  text-align: center;
}

.entry__back a {
  padding: 20px 60px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: #F2789F;
  border-radius: 30px;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .entry__back a {
    padding: 15px 50px;
    font-size: 16px;
  }
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
  color: #F2789F;
  font-weight: bold;
}

.entry h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 12px 20px;
  font-size: 28px;
  line-height: 37px;
  background: #FEE3EC;
  border-top: 2px solid #F999B7;
}

@media (max-width: 767px) {
  .entry h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.entry h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 3px 20px;
  font-size: 24px;
  line-height: 34px;
  border-left: 4px solid #F999B7;
}

@media (max-width: 767px) {
  .entry h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

.entry h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .entry h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

.entry ul {
  margin: 20px 0;
  padding-left: 20px;
}

.entry ul li {
  margin-left: 20px;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 27px;
  color: #F2789F;
  font-weight: 500;
  list-style: disc;
}

.entry img {
  margin: 20px 0;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .entry img {
    margin: 15px 0;
  }
}

.entry a {
  color: #F999B7;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.entry a:hover {
  opacity: .7;
}

.entry p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .entry p {
    line-height: 27px;
  }
}

.error404 main .container {
  text-align: center;
}

.error404 main .container p span {
  display: inline-block;
}

form > p {
  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;
}

form input[type="submit"] {
  padding: 15px 0;
  width: 30%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#F999B7), to(#F2789F));
  background: -webkit-linear-gradient(left, #F999B7, #F2789F);
  background: linear-gradient(to right, #F999B7, #F2789F);
  font-size: 18px;
  color: #fff;
  border: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-appearance: none;
}

form input[type="submit"]:hover {
  opacity: .7;
}

.form-item {
  padding: 20px 0;
  border-top: 2px solid #F999B7;
  width: 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;
}

.form-item:last-of-type {
  margin-bottom: 30px;
  border-bottom: 2px solid #F999B7;
}

@media (max-width: 979px) {
  .form-item:last-of-type {
    margin-bottom: 0;
  }
}

.form-item dt {
  padding-right: 20px;
  width: 300px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: initial;
      -ms-flex-wrap: initial;
          flex-wrap: initial;
}

.form-item dt label {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.form-item dt span {
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 500;
}

.form-item dt span.required {
  background: #F2789F;
  color: #fff;
}

.form-item dt span.not-required {
  background: #ccc;
  color: #333;
}

.form-item dd {
  width: calc(100% - 200px);
}

.form-item dd input[type="text"],
.form-item dd input[type="email"] {
  padding: 10px;
  background: #eee;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  border: none;
  border-radius: 0;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-weight: 500;
}

.form-item dd textarea {
  margin: 0;
  padding: 10px;
  min-height: 200px;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  color: #333;
  background: #eee;
  border: none;
  border-radius: 0;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.message-area {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mw_wp_form .error {
  margin-top: 10px;
  font-size: 13px;
  color: #FA4848;
  font-weight: 500;
}

.mw_wp_form_confirm dd {
  width: calc(100% - 200px);
  padding: 8px 10px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  background: #eee;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  line-height: 1.5;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mw_wp_form_confirm .form-item.birthday ul li {
  margin-right: 0;
  width: initial;
}

.mw_wp_form_confirm .message-area dd {
  min-height: 200px;
  height: 100%;
}

.mw_wp_form_confirm form input[type="submit"] {
  width: calc(50% - 10px);
}

.mw_wp_form_confirm form input[type="submit"]:first-child {
  margin-right: 20px;
  background: #777;
}

@media (max-width: 979px) {
  form input[type="submit"] {
    width: 100%;
  }
  form > p {
    display: block;
  }
  .form-item {
    display: block;
  }
  .form-item dt {
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-item dt label {
    margin-right: 10px;
  }
  .form-item dt span {
    padding: 5px 12px;
    font-size: 12px;
  }
  .form-item dd {
    margin-left: 0;
    width: 100%;
  }
  .mw_wp_form_confirm form input[type="submit"] {
    width: 100%;
  }
  .mw_wp_form_confirm form input[type="submit"]:first-child {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .mw_wp_form_confirm .form-item dd {
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=page.css.map */