.c-orange {
  color: #F8693F;
}

#womm {
  width: 100%;
  height: 57vh;
  max-height: 550px;
  overflow: hidden;
  position: relative;
  background-image: url(../../assets/img/womm/kv_pc.jpg);
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  #womm {
    -webkit-transform: scale(1) 1s;
            transform: scale(1) 1s;
  }
}
#womm .kvWord {
  position: absolute;
  top: 35%;
  left: 20%;
}
@media (min-width: 1500px) and (max-width: 1800px) {
  #womm .kvWord {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 15%;
  }
}
@media (min-width: 1100px) and (max-width: 1499px) {
  #womm .kvWord {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 10%;
  }
}
@media (min-width: 991px) and (max-width: 1099px) {
  #womm .kvWord {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #womm .kvWord {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 10%;
  }
}
#womm .kvWord h1 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  display: block;
}
#womm .kvWord .kvWord-title {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
#womm .kvBtn {
  margin-top: 20px;
  width: 270px;
  height: 45px;
  background-color: #F8693F;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s, background-color 0.5s ease, -webkit-box-shadow 0.3s ease;
  transition: 1s, background-color 0.5s ease, -webkit-box-shadow 0.3s ease;
  transition: 1s, background-color 0.5s ease, box-shadow 0.3s ease;
  transition: 1s, background-color 0.5s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#womm .kvBtn p {
  margin: 0;
}
#womm .kvBtn:hover {
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
  background-color: #e73600;
}

@media (max-width: 768px) {
  #womm {
    aspect-ratio: 390/450;
    height: unset;
    max-height: 600px;
    background-size: cover;
    background-image: url(../../assets/img/womm/kv_mb.jpg);
    background-position: center 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    position: relative;
  }
  #womm .kvWord {
    position: static !important;
    margin-top: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #womm .kvWord .kvBtn {
    margin-top: 10px;
    margin-bottom: 30%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    height: 45px;
  }
}
@media (max-width: 680px) {
  #womm .kvWord .kvBtn {
    margin-bottom: 10%;
  }
}
@media (max-width: 460px) {
  #womm .kvWord .kvBtn {
    width: 250px;
    height: 40px;
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 365px) {
  #womm .kvWord .kvBtn {
    width: 200px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 365px) {
  #womm .kvWord .kvWord-title {
    font-size: 18px;
  }
}

#main #facts {
  padding-top: 50px;
}
#main #facts .container .section-header p {
  text-align: justify;
}
#main #facts .container .facts-img {
  width: 100%;
  aspect-ratio: 111/60;
  background: url("../../assets/img/womm/introduction-pic.png") no-repeat center center/contain;
}
@media (min-width: 992px) {
  #main #facts .container .facts-img {
    aspect-ratio: 111/60;
    background-image: url("../../assets/img/womm/introduction-pic.png");
  }
}
#main #feature {
  padding-top: 0;
}
#main #feature .container .portfolio-description p {
  text-align: justify;
}
@media (min-width: 992px) {
  #main #feature {
    padding-top: 80px;
  }
  #main #feature h3 {
    margin-bottom: 30px;
  }
  #main #feature .box img {
    border: 1px solid #DDDADA;
  }
}
@media (max-width: 991px) {
  #main #feature .feature-title h3 {
    margin-top: 50px;
    font-weight: bold;
  }
  #main #feature .container .portfolio-description p {
    margin-bottom: 30px;
  }
  #main #feature .container .row:nth-child(2) .last-img {
    margin-bottom: 100px;
  }
  #main #feature .container .box img {
    border: 2px solid #DDDADA;
  }
}
#main section.portfolio-details {
  padding: 0 0;
}
#main section.service-details {
  padding: 50px 0;
}
@media (min-width: 992px) {
  #main section.service-details {
    padding: 80px 0;
  }
}
#main section.service-details .row-mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main section.service-details .row-mb .col-phone {
  width: 50%;
}
#main section.service-details .row-mb .col-phone .ta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#main section.service-details .row-mb .col-phone .ta-content h6 {
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 20px;
}
#main section .box:nth-child(2n) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #main section .box:nth-child(2n) {
    margin-bottom: 60px;
  }
}
#main section .tips {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7;
  padding-left: 1.5em;
}
#main .section-header h3 ~ h5 {
  margin-top: 2em;
  margin-bottom: 1em;
}
#main .section-header h5 {
  font-size: 26px;
}
#main #service {
  background: url("../img/order/service_bg.png") no-repeat center center/cover;
}
#main #service .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main #service .service-title h5:nth-child(2) {
  margin-right: 15px;
}
@media (max-width: 768px) {
  #main #service .service-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main #service .service-title h5:nth-child(2) {
    margin-right: 0;
  }
}
#main #service .step {
  border-radius: 1em;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.25);
  background: #FFF;
  padding: 70px 0;
}
#main #service .step .row {
  margin: 0 5px;
}
@media (min-width: 400px) {
  #main #service .step .row {
    margin: 0 25px;
  }
}
#main #service .step .row .stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 20px 0;
}
#main #service .step .row .stepBox .service-img {
  margin-top: 10px;
  margin-right: 20px;
}
#main #service .step .row .stepBox .service-img img {
  width: 70px;
}
@media (min-width: 480px) and (max-width: 991px) {
  #main #service .step .row .stepBox .service-img {
    margin-top: 20px;
    margin-right: 45px;
  }
  #main #service .step .row .stepBox .service-img img {
    width: 80px;
  }
}
#main #service .step .row .stepBox .service-text h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 400px) {
  #main #service .step .row .stepBox .service-text h3 {
    font-size: 1.7rem;
  }
}
#main #service .step .row .stepBox .service-text h6 {
  font-size: 1rem;
  font-weight: bold;
  color: #F8693F;
}
#main #service .step .row .stepBox .service-text br {
  display: none;
}
@media (min-width: 992px) {
  #main #service .step {
    border-radius: 1em;
    padding: 0 0;
  }
  #main #service .step .row {
    margin: 30px 40px;
  }
  #main #service .step .row .stepBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  #main #service .step .row .stepBox .service-img {
    margin-top: 20px;
    margin-right: 20px;
  }
  #main #service .step .row .stepBox .service-img img {
    width: 80px;
  }
  #main #service .step .row .stepBox .service-text h6 {
    font-size: 1rem;
    font-weight: bold;
    color: #F8693F;
  }
  #main #service .step .row .stepBox .service-text br {
    display: inline;
  }
}
#main #pick {
  background: url("../img/order/pick_bg_mb.png") no-repeat center center/cover;
}
@media (min-width: 992px) {
  #main #pick {
    background-image: url("../img/order/pick_bg_pc.png");
  }
}
#main #pick .container .row {
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
#main #pick .container .row .flex-item {
  border-radius: 1.5em;
  padding: 1em;
  background-color: #fff;
  width: 90%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
#main #pick .container .row .flex-item .img img {
  width: 100%;
}
#main #pick .container .row .flex-item .dtl {
  margin-top: 2em;
}
#main #pick .container .row .flex-item .dtl .caption h5 {
  font-size: 26px;
  font-weight: bold;
}
#main #pick .container .row .flex-item .dtl .content {
  font-size: 18px;
  min-height: 8em;
}
#main #pick .container .row .flex-item .dtl .content .list {
  padding-left: 2em;
}
#main #pick .container .row .flex-item .dtl .content .list._dot > li {
  list-style: disc;
}
#main #pick .container .row .flex-item .dtl .content .list._num > li {
  list-style: decimal;
}
@media (min-width: 992px) {
  #main #pick .container .row {
    gap: 2em;
  }
  #main #pick .container .row .flex-item {
    width: calc((100% - 2em) / 2);
    padding: 2em;
  }
}
#main #pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main #pricing .container .tips {
  margin-top: 1em;
  padding: 0;
  color: #666;
}
#main #pricing .container .tips .list {
  color: inherit;
  font-size: 0.8em;
  margin-top: 0.5em;
}
#main #pricing .container .tips .list li {
  list-style-type: decimal;
  color: inherit;
}
#main #pricing .scrollbar {
  overflow-x: auto;
  padding-bottom: 1em;
  padding: 1em;
}
@media (min-width: 576px) {
  #main #pricing .scrollbar {
    padding: 1em calc((100% - 540px) / 2 + 1em);
  }
}
@media (min-width: 768px) {
  #main #pricing .scrollbar {
    padding: 1em calc((100% - 720px) / 2 + 1em);
  }
}
@media (min-width: 992px) {
  #main #pricing .scrollbar {
    overflow-x: visible;
    padding: 1em;
  }
}
@media (max-width: 991px) {
  #main #pricing .scrollbar {
    max-width: none;
  }
}
#main #pricing .table-block {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 1em;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
}
#main #pricing .table-block table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #eaeaea;
}
#main #pricing .table-block table tr:nth-child(1) {
  background-color: #fff;
}
#main #pricing .table-block table tr th, #main #pricing .table-block table tr td {
  border-spacing: 5px;
  background-color: #fff;
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  padding: 1em;
  letter-spacing: 2px;
}
#main #pricing .table-block table tr th:first-child, #main #pricing .table-block table tr td:first-child {
  width: 15%;
}
#main #pricing .table-block table tr th {
  background-color: #DDDADA;
  color: #111111;
  font-weight: bold;
  font-size: 20px;
}
#main #pricing .table-block table tr ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1199px) {
  #main #pricing .table-block table tr .mobile-minify {
    font-size: 15.4px;
    padding: 1em 0.5em;
  }
}
#main #pricing .table-block table .spotlight td {
  color: #F8693F;
}
#main #qa {
  padding: 70px 0 120px 0;
}
#main #qa .container .qa-title {
  margin-bottom: 45px;
}
#main #qa .container .qa_list {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  #main #qa .container .qa_list {
    padding: 2em;
  }
}
#main #qa .container .qa_list .list {
  margin: 0;
  list-style: decimal;
  padding-left: 1.5em;
}
#main #qa .container .qa_list .list li dl {
  margin: 0;
}
#main #qa .container .qa_list .list li dl dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
}
@media (min-width: 992px) {
  #main #qa .container .qa_list .list li dl dt {
    padding: 1em 0;
  }
}
#main #qa .container .qa_list .list li dl dt > div {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: calc(100% - 2em);
  line-height: 1.3;
}
#main #qa .container .qa_list .list li dl dt .icon {
  position: relative;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 99em;
  background-color: #F8693F;
}
#main #qa .container .qa_list .list li dl dt .icon::after, #main #qa .container .qa_list .list li dl dt .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#main #qa .container .qa_list .list li dl dt .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#main #qa .container .qa_list .list li dl dt.open .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#main #qa .container .qa_list .list li dl dd {
  display: none;
  padding-right: 2em;
  padding-bottom: 1em;
  text-align: justify;
}
#main #qa .container .qa_list .list li dl .dd-padding-top {
  padding-top: 0.5em;
}
#main #qa .container .qa_list .list li ~ li {
  border-top: 1px solid #ddd;
}

.pricing-ga-bg {
  width: 100%;
  height: auto;
  background: url("../img/womm/price-ta-bg-mb.png") no-repeat center center/cover;
}
@media (min-width: 992px) {
  .pricing-ga-bg {
    background: url("../img/womm/price-ta-bg-pc.jpg") no-repeat center center/cover;
  }
}

.back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back-to-top img {
  width: 30px;
  height: 30px;
}

@media (min-width: 0px) and (max-width: 379px) {
  #subheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #subheader .sub-menu a {
    font-size: 15px;
    padding: 14px 6px;
  }
}
@media screen and (min-width: 380px) and (max-width: 640px) {
  .sub-menu a {
    font-size: 18.5px;
    padding: 14px 6px;
  }
}
.mobile-nav-toggle {
  top: 23px;
}

@media only screen and (max-width: 640px) {
  .btnrow a {
    padding: 10px 100px;
  }
}
@media only screen and (max-width: 360px) {
  .btnrow a {
    padding: 10px 80px;
  }
}