@keyframes smallbig {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circleupdown {
  0% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.bg_wb {
  position: relative;
}
.bg_wb::before {
  position: absolute;
  content: "";
  background: #f2faff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.bg_wb2 {
  position: relative;
}
.bg_wb2::before {
  position: absolute;
  content: "";
  background: #f2faff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 40%;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.bg_wave {
  position: relative;
}
.bg_wave::before {
  position: absolute;
  content: "";
  background: url(../img/seo_b01.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.bg_stone {
  background-image: url(../img/dd03_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bg_circle {
  position: relative;
}
.bg_circle::before {
  position: absolute;
  content: " ";
  background: url(../img/dd03_before.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 230px;
  top: 6%;
  right: 0;
  animation-name: circleupdown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.bg_circle2 {
  position: relative;
}
.bg_circle2::before {
  position: absolute;
  content: " ";
  background: url(../img/dd03_before.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 230px;
  top: 6%;
  left: 0;
  animation-name: circleupdown;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.bg_faq {
  position: relative;
}
.bg_faq::before {
  position: absolute;
  content: "";
  background: #f2faff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 45%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .tl575 {
    text-align: left !important;
  }
}

@media screen and (max-width: 575px) {
  .seo_block01 .text-center h2, .seo_block02 .text-center h2, .seo_block03 .text-center h2, .seo_block04 .text-center h2, .seo_block05 .text-center h2, .seo_block06 .text-center h2, .seo_block07 .text-center h2, .seo_block08 .text-center h2, .seo_block09 .text-center h2, .seo_block10 .text-center h2, .seo_block11 .text-center h2 {
    text-align: left !important;
    font-size: 25px;
  }
}

.seo_block01 h2 {
  line-height: 1.8;
}
.seo_block01 .textbox p {
  line-height: 1.8;
}
.seo_block01 .imgbox img {
  max-width: 340px;
}

@media screen and (max-width: 575px) {
  .seo_block02 .text-center {
    text-align: left !important;
  }
}
.seo_block02 .qbox {
  text-align: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 5px solid #db1515;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.093);
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .seo_block02 .qbox {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .seo_block02 .qbox h3 {
    font-size: 20px;
    font-weight: 600;
  }
}
.seo_block02 .qbox img {
  margin: 15px 0;
  max-width: 30%;
  animation-name: smallbig;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
.seo_block02 .qbox:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #fff3f3;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}
.seo_block02 .qbox:hover h3 {
  color: #db1515;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.seo_block03 .pbox {
  padding-left: 60px;
}
@media screen and (max-width: 1200px) {
  .seo_block03 .pbox {
    padding-left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .seo_block03 .pbox {
    padding-left: 0px;
  }
}
.seo_block03 .other_web {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 20px;
  border: solid 2px #f6f6f6;
  box-shadow: 2px 10px 10px rgba(188, 188, 193, 0.078);
}
.seo_block03 .other_web:hover {
  box-shadow: 2px 10px 10px rgba(188, 188, 193, 0.141);
  background: #e9e9e9;
}
.seo_block03 .other_web h3 {
  text-align: center;
}
.seo_block03 .other_web p {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 450px) {
  .seo_block03 .other_web p {
    padding-left: 30px;
  }
}
.seo_block03 .other_web p::before {
  position: absolute;
  content: "";
  background: url(../img/delete_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 5px;
}
.seo_block03 .our_web {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: solid 2px #0766aa;
  box-shadow: 2px 10px 10px rgba(33, 33, 197, 0.078);
}
.seo_block03 .our_web:hover {
  box-shadow: 2px 10px 10px rgba(33, 33, 197, 0.136);
  background: #e3f7ff;
}
.seo_block03 .our_web::before {
  position: absolute;
  content: "";
  background: url(../img/vs.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  left: -92px;
  top: 92px;
  animation-name: smallbig;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .seo_block03 .our_web::before {
    left: auto;
    right: -10px;
    top: -83px;
  }
}
@media screen and (max-width: 450px) {
  .seo_block03 .our_web::before {
    width: 100px;
    height: 100px;
    right: -10px;
    top: -56px;
  }
}
.seo_block03 .our_web h3 {
  text-align: center;
}
.seo_block03 .our_web p {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 450px) {
  .seo_block03 .our_web p {
    padding-left: 30px;
  }
}
.seo_block03 .our_web p::before {
  position: absolute;
  content: "";
  background: url(../img/check_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 5px;
}

.seo_block04 .stepbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .seo_block04 .stepbox {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
.seo_block04 .stepbox .arrow::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  right: -50px;
  top: calc(50% - 30px);
  z-index: 1;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 991px) {
  .seo_block04 .stepbox .arrow::before {
    top: auto;
    bottom: -50px;
    right: calc(50% - 30px);
    transform: rotate(90deg) !important;
  }
}
.seo_block04 .stepbox .sbox {
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(33, 33, 197, 0.078);
  width: calc(20% - 30px);
  margin: 10px 15px;
  padding: 15px;
  text-align: center;
}
.seo_block04 .stepbox .sbox:hover {
  box-shadow: 0px 0px 20px rgba(33, 33, 197, 0.157);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .seo_block04 .stepbox .sbox {
    width: 50%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 575px) {
  .seo_block04 .stepbox .sbox {
    width: 85%;
  }
}
.seo_block04 .stepbox .sbox p {
  font-weight: 600;
}
.seo_block04 .stepbox .sbox p {
  font-size: 18px;
}
.seo_block04 .stepbox .sbox img {
  max-width: 50%;
  width: 80px;
  margin: 10px 0;
}

.seo_block05 img {
  border-radius: 20px;
}
.seo_block05 p span {
  padding: 4px 10px;
  background: #fff6cc;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  display: inline-block;
}
.seo_block05 p .blue {
  background: #ccecff;
}

.seo_block06 .sbox {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 30px;
  min-height: 268px;
}
@media screen and (max-width: 1200px) {
  .seo_block06 .sbox {
    padding: 10px;
  }
}
@media screen and (max-width: 575px) {
  .seo_block06 .sbox {
    min-height: 100px;
  }
}
.seo_block06 .sbox h3 {
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .seo_block06 .sbox h3 {
    font-size: 20px;
  }
}
.seo_block06 .sbox p {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .seo_block06 .sbox p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .seo_block06 .sbox p {
    margin-bottom: 20px;
  }
}
.seo_block06 .sbox img {
  margin: 15px 0;
  max-width: 30%;
}
.seo_block06 .sbox:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #f3f9ff;
}

.seo_block07 .seobox .topbox {
  background: #0766aa;
  color: #fff;
  font-size: 20px !important;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .seo_block07 .seobox .topbox {
    font-size: 18px !important;
  }
}
.seo_block07 .seobox .col-md-6 {
  padding: 6px 12px;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .seo_block07 .seobox .col-md-6 {
    padding: 6px;
    font-size: 16px;
  }
}
.seo_block07 .seobox .gray_bg {
  background: #F2F2F2;
}

.seo_block08 .seobox {
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 30px;
  padding: 30px 20px;
  min-height: 150px;
}
.seo_block08 .seobox:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.114);
  background: #fffeef;
}
@media screen and (max-width: 575px) {
  .seo_block08 .seobox {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .seo_block08 .seobox h3 {
    font-size: 20px;
  }
}
.seo_block08 .seobox h3 span {
  padding: 0px 10px;
  background: #0766aa;
  border-radius: 80px;
  margin-right: 6px;
  color: #fff;
}
.seo_block08 .seobox img {
  width: 80px;
  height: 80px;
  margin: 0 10px;
  animation-name: smallbig;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 575px) {
  .seo_block08 .seobox img {
    margin: 0 0 20px 0;
  }
}
.seo_block08 .seobox .textbox {
  width: calc(100% - 100px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 575px) {
  .seo_block08 .seobox .textbox {
    width: 100%;
    padding: 0;
  }
}
.seo_block08 .seobox .textbox p {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .seo_block08 .seobox .textbox p {
    font-size: 16px;
  }
}
.seo_block08 .bgbox {
  background: #ebf8fb;
  border-radius: 20px;
}
.seo_block08 .functionbox {
  padding: 40px;
}
@media screen and (max-width: 1440px) {
  .seo_block08 .functionbox {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 450px) {
  .seo_block08 .functionbox {
    padding: 30px 15px 0 15px;
  }
}
@media screen and (max-width: 450px) {
  .seo_block08 .functionbox h3 {
    text-align: center;
  }
}
.seo_block08 .functionbox p {
  position: relative;
  padding: 6px 6px 6px 40px;
  margin-bottom: 4px;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .seo_block08 .functionbox p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 450px) {
  .seo_block08 .functionbox p {
    padding: 6px 6px 6px 30px;
  }
}
.seo_block08 .functionbox p::before {
  position: absolute;
  content: "";
  background: url(../img/check_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 4px;
  top: 10px;
}
.seo_block08 .function_img img {
  height: 100%;
  padding: 20px;
}

.seo_block09 .tablebox .topbox {
  color: #fff;
  padding: 12px 6px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .seo_block09 .tablebox .topbox {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.seo_block09 .tablebox .dbox {
  border-bottom: solid 1px #ccc;
  text-align: center;
  background: #f9f9f9;
}
@media screen and (max-width: 575px) {
  .seo_block09 .tablebox .dbox {
    min-height: 78px;
  }
}
.seo_block09 .tablebox .bg0 {
  background: #ebf8fb;
}
@media screen and (max-width: 575px) {
  .seo_block09 .tablebox .bg0 {
    min-height: 78px;
  }
}
.seo_block09 .tablebox .bg1 {
  background: #676767;
}
.seo_block09 .tablebox .bg2 {
  background: #55ceb7;
}
.seo_block09 .tablebox .bg3 {
  background: #437ac9;
}
.seo_block09 .tablebox .col-3 {
  padding: 10px;
}

.seo_block10 .pbox {
  padding-left: 60px;
}
@media screen and (max-width: 1440px) {
  .seo_block10 .pbox {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .seo_block10 .pbox {
    padding-left: 0px;
  }
}
.seo_block10 .nobox {
  background: #f6f6f6;
  box-shadow: 2px 10px 10px rgba(188, 188, 193, 0.078);
}
.seo_block10 .nobox h3 {
  text-align: center;
  background: #ccc;
  padding: 12px 4px;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .seo_block10 .nobox h3 {
    font-size: 20px;
  }
}
.seo_block10 .nobox p {
  position: relative;
  font-size: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  .seo_block10 .nobox p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding: 0 20px;
  }
}
.seo_block10 .nobox p span {
  background: #dedede;
  margin-right: 10px;
  padding: 0 4px;
  width: 180px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .seo_block10 .nobox p span {
    width: 100%;
    display: block;
    padding: 4px 4px;
    margin-right: 0px;
  }
}
.seo_block10 .yesbox {
  position: relative;
  background: #f3f9ff;
  box-shadow: 2px 10px 10px rgba(33, 33, 197, 0.078);
}
.seo_block10 .yesbox h3 {
  text-align: center;
  text-align: center;
  background: #0766aa;
  padding: 12px 4px;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .seo_block10 .yesbox h3 {
    font-size: 20px;
  }
}
.seo_block10 .yesbox p {
  position: relative;
  font-size: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  .seo_block10 .yesbox p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding: 0 20px;
  }
}
.seo_block10 .yesbox p span {
  background: #dfe8ff;
  margin-right: 10px;
  padding: 0 4px;
  width: 180px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .seo_block10 .yesbox p span {
    width: 100%;
    display: block;
    padding: 4px 4px;
    margin-right: 0px;
  }
}

.seo_block11 .sbox {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  border: solid 4px #f6f6f6;
  box-shadow: 0px 0px 20px rgba(188, 188, 193, 0.294);
}
@media screen and (max-width: 1200px) {
  .seo_block11 .sbox {
    padding: 70px 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .seo_block11 .sbox {
    padding: 20px;
  }
}
.seo_block11 .box48 {
  border: solid 4px #004376 !important;
  position: relative;
}
@media screen and (max-width: 575px) {
  .seo_block11 .box48 {
    padding: 70px 20px 20px;
  }
}
.seo_block11 .box48::before {
  position: absolute;
  content: "";
  background: url(../img/r-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 130px;
  right: 30px;
  top: -22px;
}
@media screen and (max-width: 1440px) {
  .seo_block11 .box48::before {
    width: 90px;
    height: 118px;
  }
}
@media screen and (max-width: 575px) {
  .seo_block11 .box48::before {
    width: 74px;
    height: 101px;
    right: calc(50% - 37px);
  }
}
.seo_block11 .box48 .colorb {
  color: #0766aa;
}
.seo_block11 .pbox span {
  display: block;
  position: relative;
  padding-left: 40px;
  margin: 10px 0;
}
@media screen and (max-width: 450px) {
  .seo_block11 .pbox span {
    padding-left: 30px;
  }
}
.seo_block11 .pbox span::before {
  position: absolute;
  content: "";
  background: url(../img/check_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 5px;
}
.seo_block11 .money {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .seo_block11 .money {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .seo_block11 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

/*FAQ */
.qabox li {
  position: relative;
  margin-bottom: 15px;
  border-radius: 16px;
  background: #fbfbfb;
  box-shadow: 0px 0px 10px rgba(146, 167, 201, 0.29);
  border: solid 2px #fff;
}
.qabox li:hover {
  border: solid 2px #0766aa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.qabox li .open {
  display: none;
  padding: 20px 25px;
  background: #edf9ff;
  border-radius: 0 0 16px 16px;
}
.qabox .faqname {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 18px;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.qabox .faqname:after {
  width: 0;
  height: 0;
  border-top: 10px solid skyblue;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  right: 20px;
  content: " ";
  top: calc(50% - 5px);
  transition: all 0.2s ease-in-out;
}
.qabox .faqname h3 {
  font-size: 18px;
  line-height: 24px;
  margin-left: 20px;
  position: relative;
}
.qabox .open {
  font-size: 16px;
  background: #edf9ff;
  padding: 10px;
}
.qabox .open .open-text p {
  color: #000 !important;
}

.faqname.active:after {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in-outs;
  top: calc(50% - 5px);
}

@media screen and (max-width: 667px) {
  /*FAQ */
  .qabox .faqname h3 {
    font-size: 18px;
  }
}