h1,
h2,
h3,
h4,
p {
   color: #3f3f3f;
}

section.body .title-body .box-center .bg-active {
   position: absolute;
   background-color: #656565;
   height: 3.2vw;
   width: 9vw;
   border-radius: .5vw;
   bottom: -.8vw;
   left: 27vw;
}

section.body-price .bg-gray {
   background-color: #ffffff;
}

section.body-price .bg-gray .title {
   width: 100%;
   display: flex;
   justify-content: center;
   padding: 70px 0;
}

section.body-price .bg-gray .title h2 {
   font-size: 30px;
   letter-spacing: 5px;
}

section.body-price .bg-green {
   background-color: #63c0ab;
   padding: 40px 0;
}

.text-yl {
   color: #fffcc8;
}

section.body-price .bg-in-green {
   max-width: 950px;
   margin: auto;
}

section.body-price .bg-green .title-top {
   display: flex;
   justify-content: end;
   align-items: center;

}

section.body-price .bg-green .title {
   margin-bottom: 30px;
   display: flex;
   margin-right: 25px;
   margin-left: 15px;
}

section.body-price .bg-green .title h2 {
   font-size: 30px;
   letter-spacing: 3.2px;
   line-height: 40px;
   color: #ffff;
}

section.body-price .bg-green .title-top .arrow {
   display: flex;
   align-items: center;
   margin-bottom: 30px;
}


section.body-price .bg-green .title-top .arrow img {
   height: 60px;
}


section.body-price .bg-green .bg-under-title {
   background-color: #ffffff;
   border-radius: 20px;
   display: flex;
   justify-content: end;
   flex-wrap: wrap;
   position: relative;
}

section.body-price .bg-green .bg-under-title .img-box-left {
   position: absolute;
   left: 14px;
   bottom: 0px;
}

section.body-price .bg-green .bg-under-title .img-box-left img {
   width: 50%;
}

section.body-price .bg-green .bg-under-title .img-radius {
   position: absolute;
   left: 14px;
   bottom: 0px;
   background-color: #ff4359;
   width: 120px;
   height: 120px;
   border-radius: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}


section.body-price .bg-green .bg-under-title .img-radius p {
   color: white;
   font-size: 24px;
   letter-spacing: 3px;
}

section.body-price .bg-green .bg-under-title .img-radius {
   position: absolute;
   left: 0;
   bottom: 275px;
   background-color: #ff4359;
}


section.body-price .bg-green .bg-under-title .lorem {
   display: flex;
   width: 54%;
   margin: 25px;
   margin-right: 100px;
}

section.body-price .bg-green .bg-under-title .lorem p {
   font-size: 15px;
   line-height: 24px;
}

section.body-price .bg-green .bg-under-title .bg-btn {
   background-color: #f2f2f2;
   border-radius: 0 0 20px 20px;
   padding: 15px;
   width: 100%;
   display: flex;
   justify-content: center;
}


section.body-price .bg-green .bg-under-title .bg-btn .btn-red:hover {
   opacity: .8;
}

section.body-price .bg-green .bg-under-title .bg-btn .btn-red {
   background-color: #ff4359;
   padding: 20px 40px;
   width: 365px;
   border-radius: 60px;
   display: flex;
   align-items: center;
   margin-left: 90px;
   box-shadow: inset -1px -1px 4px 1px rgba(112, 112, 112, 0.555);
   z-index: 1;
}

section.body-price .bg-green .bg-under-title .bg-btn .btn-red .arrow {
   width: 8px;
   height: 8px;
   display: flex;
   align-items: center;
}

section.body-price .bg-green .bg-under-title .bg-btn .btn-red .arrow img {
   width: 100%;
}

section.body-price .bg-green .bg-under-title .bg-btn .btn-red .arrow img {
   width: 100%;
}

section.body-price .bg-green .bg-under-title .bg-btn .btn-red .title-btn p {
   font-size: 18px;
   color: #ffffff;
   margin-left: 32px;
}


.bg-gray-double {
   background-color: #f2f2f2;
   padding-bottom: 45px;
}

.bg-gray-double .box-in-gray {
   max-width: 950px;
   margin: auto;
}


.bg-gray-double .box-in-gray .all-box-double {
   display: flex;
   justify-content: space-between;
}

.bg-gray-double .box-in-gray .all-box-double .box {
   width: 48%;
}

.bg-gray-double .box-in-gray .all-box-double .box-title {
   display: flex;
   justify-content: center;
   margin-top: 40px;
}

.bg-gray-double .box-in-gray .all-box-double .box-title h3 {
   font-size: 30px;
   letter-spacing: 2.5px;
}

.bg-gray-double .box-in-gray .all-box-double .image {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
}

.bg-gray-double .box-in-gray .all-box-double .image .btn-green {
   width: 370px;
   display: flex;
   background-color: #63c0ab;
   border-radius: 60px;
   position: absolute;
   align-items: center;
   padding: 18px 35px;
   box-shadow: 2px 2px 4px 1px #b4b4b4;
}

.bg-gray-double .box-in-gray .all-box-double .image .btn-green:hover {
   opacity: .8;
}

.bg-gray-double .box-in-gray .all-box-double .image .btn-green .radius {
   display: flex;
   width: 7px;
   height: 7px;
   border-radius: 60px;
   align-items: center;
   justify-content: center;
}

.bg-gray-double .box-in-gray .all-box-double .image img {
   width: 100%;
}

.bg-gray-double .box-in-gray .all-box-double .title p {
   font-size: 18px;
   margin-left: 20px;
   color: white;
}

.bg-body-pc-table-custom {
   padding-top: 50px;
}

.bg-pc-table-custom {
   background-color: #ffff !important;
}

section#footer .section-footer {
   background-color: #ebebeb;
}

@media (max-width: 1399px) {
   section.body .title-body .box-center .bg-active {
      position: absolute;
      background-color: #656565;
      height: 47px;
      width: 130px;
      border-radius: .8vw;
      bottom: -11px;
      left: 374px;
   }
}

@media (max-width: 669px) {
   section.body-price .bg-gray .title {
      padding: 6.5vw 0;
   }

   section.body-price .bg-gray .title h2 {
      font-size: 6vw;
      letter-spacing: .6vw;
   }

   section.body-price .bg-green {
      background-color: #63c0ab;
      padding: 4vw 0;
      padding-bottom: 0;
   }

   section.body-price .bg-green .title {
      margin-bottom: 4vw;
      display: flex;
      margin-right: 2vw;
      margin-left: 35vw;
      width: 51%;
   }

   section.body-price .bg-green .title h2 {
      font-size: 4vw;
      letter-spacing: 0.5vw;
      line-height: 6vw;
   }

   section.body-price .bg-green .bg-under-title .img-box-left {
      position: absolute;
      left: 6vw;
      bottom: 46vw;
   }

   section.body-price .bg-green .bg-under-title .img-box-left img {
      width: 38vw;
   }

   section.body-price .bg-green .bg-under-title .img-radius {
      position: absolute;
      left: 5vw;
      bottom: 85.5vw;
      width: 17vw;
      height: 17vw;
   }

   section.body-price .bg-green .bg-under-title .img-radius p {
      color: white;
      font-size: 4vw;
      letter-spacing: 0.4vw;
   }

   section.body-price .bg-green .bg-under-title {
      border-radius: 0;
   }

   section.body-price .bg-green .bg-under-title .lorem p {
      font-size: 3.2vw;
      line-height: 6vw;
   }

   section.body-price .bg-green .bg-under-title .lorem-2 {
      display: flex;
      width: 87%;
      margin-right: 7vw;
      margin-bottom: 3vw;
   }

   section.body-price .bg-green .bg-under-title .lorem-2 p {
      font-size: 3.2vw;
      line-height: 6vw;
   }

   section.body-price .bg-green .bg-under-title .lorem {
      display: flex;
      width: 49%;
      margin: 3vw;
      margin-right: 5vw;
      margin-bottom: 0;
   }


   section.body-price .bg-green .bg-under-title .bg-btn .btn-red {
      background-color: #ff4359;
      padding: 4.5vw 7vw;
      width: 90%;
      border-radius: 30vw;
      display: flex;
      align-items: center;
      margin-left: 0;
      box-shadow: inset -1px -1px 4px 1px rgba(112, 112, 112, 0.555);
   }

   section.body-price .bg-green .bg-under-title .bg-btn .btn-red .arrow {
      width: 1.6vw;
      height: 1.6vw;
   }

   section.body-price .bg-green .bg-under-title .bg-btn .btn-red .title-btn p {
      font-size: 4vw;
      color: #ffffff;
      margin-left: 8vw;
      letter-spacing: .4vw;
   }

   section.body-price .bg-green .bg-under-title .bg-btn {
      background-color: unset;
      border-radius: 0;
      padding: 2vw;
      margin-bottom: 7vw;
   }

   .bg-gray-double {
      background-color: unset;
      padding-bottom: 3vw;
   }

   .bg-gray-double .box-in-gray .all-box-double {
      flex-wrap: wrap;
   }

   .bg-gray-double .box-in-gray .all-box-double .box {
      width: 100%;
   }

   .bg-gray-double .box-in-gray .all-box-double .box:last-child {
      margin-bottom: 11vw;
   }


   .bg-gray-double .box-in-gray .all-box-double .box-title {
      margin-top: 4vw;
      padding: 4vw 0;
   }

   .bg-blue-sp {
      background-color: #5b779b;
   }

   .bg-red-sp {
      background-color: #af6262;
   }

   .bg-gray-double .box-in-gray .all-box-double .box-title h3 {
      font-size: 5vw;
      letter-spacing: .2vw;
      color: white !important;
   }

   .bg-gray-double .box-in-gray .all-box-double .image {
      width: 90%;
      margin: auto;
      margin-top: 4vw;
      margin-bottom: 7vw;
   }

   .bg-gray-double .box-in-gray .all-box-double .image .btn-green {
      width: 85%;
      border-radius: 30vw;
      padding: 4.5vw 6vw;
      box-shadow: 2px 2px 4px 1px #b4b4b4;
      padding-right: 0;
   }

   .bg-gray-double .box-in-gray .all-box-double .image .btn-green .radius {
      width: 1.5vw;
      height: 1.5vw;
      border-radius: 0;
   }

   .bg-gray-double .box-in-gray .all-box-double .title p {
      font-size: 4vw;
      margin-left: 3vw;
   }

   section#footer .section-footer.section-footer-price {
      background-color: #3f3f3f !important;
   }

   section.body .title-body .box-center .bg-active {
      height: 8vw;
      width: 27vw;
      border-radius: 1vw;
      bottom: 6vw;
      left: 36vw;
   }

   section.body .bg-body-pc-table {
      background-color: #f6f7f7 !important;
   }


   .bg-body-pc-table-custom {
      padding-top: 8vw;
   }
}