img {
  width: auto;
  height: auto;
}
a {
  outline: none;
}
html#form, #form body {
  height: 100%;
  min-height: 720px;
}
body {
  color: #000000;
  font-size: 18px;
  line-height: 1;
  min-width: 1000px;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}
strong {
  font-weight: bold;
}
.hover {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.hover:hover {
  opacity: .7;
}
.pageInner {
  margin: auto;
  width: 1100px;
}
.inner {
  margin: auto;
  width: 1100px;
}
.center {
  text-align: center;
}
.flex, .flexBetween, .flexStyleBC, .alignCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexBetween, .flexStyleBC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alignCenter, .flexStyleBC {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*----- header -----*/
#header {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0 8px;
  border-bottom: 1px solid #e4e4e4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  display: none;
}
#header .inner {
  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;
}
#header .button-header a:first-child {
  padding-right: 10px;
}
/*----- fv -----*/
#fv {
  background: #dbdde2 url(../img/fv_image_background_02.jpg) no-repeat center top;
  position: relative;
}
#fv:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#fv h1 {
  padding: 0 0 0 22px;
}
#fv .fv {
  width: 1120px;
  height: 800px;
  margin: 0 auto;
  position: relative;
}
#fv .fv-title {
  /*background: #ea655a;
	border-radius: 0 30px 30px 0;*/
  width: 61%;
  text-align: right;
  position: relative;
  margin: -10px 0 40px;
}
/*#fv .fv-title:after {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 100%;
  height: 140px;
  background: #ea655a;
}*/
#fv .fv-text2 {
  margin-bottom: 32px;
}
#fv .fv-text2 + .btn {
  margin-left: 106px;
}
#fv .button-info {
  margin: 60px 40px 0;
  justify-content: space-between;
}
#fv .scroll-fv {
  margin-top: 65px;
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
  text-align: center;
}
#fv .scroll-fv a {
  display: inline-block;
}
#fv .fv-date {
  font-size: 11px;
  color: #000000;
  margin-top: -14px;
  letter-spacing: 0.8px;
}
#fv .logo-img {
  text-align: center;
  background: #fff url(../img/fv_scroll_button2.png) no-repeat center -96px;
  padding: 70px 0 30px;
}
#fv .fv-form {
  width: 382px;
  position: absolute;
  right: 16px;
  top: 35px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(6, 0, 1, 0.2);
  padding: 0 26px;
}
#fv .fv-form .fv-form-title {
  font-size: 24px;
  font-weight: bold;
  color: #0c72d9;
  text-align: center;
  /*background: #fafafa;*/
  margin-bottom: 15px;
  padding: 18px 0 17px;
}
/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
}
#about {
  height: 675px;
  background: url(../img/about_image_background.png) no-repeat center top;
  padding-top: 70px;
}
#about h2 {
  margin-bottom: 48px;
}
#about .about-img {
  background: #0c72d9;
}
#about .about-text {
  width: 856px;
  margin: 0 auto;
  margin-top: 40px;
}
#about .about-text p {
  line-height: 30px;
  margin-bottom: 30px;
}
#trouble h2 {
  padding: 50px 0 38px;
}
#trouble .trouble-image2 {
  background-color: #f7f7f7;
  background-image: url(../img/trouble_img02_background.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 240px;
  margin: -20px 0 50px;
  padding: 49px 0 0;
}
#characteristic {
  background: #fafafa;
  padding-top: 90px;
}
#characteristic h2 {
  margin-bottom: 71px;
}
#characteristic .box-characteristic {
  padding: 0 30px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 55px;
  position: relative;
}
#characteristic .box-characteristic:nth-child(2) {
  padding-top: 39px;
  border-bottom: none;
}
#characteristic .box-characteristic:nth-child(2):before {
  top: 9px;
}
#characteristic .box-characteristic:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 250px;
  left: 1px;
  right: 0;
  top: -20px;
  margin: 0 auto;
  z-index: 3;
  background: #d2d2d2;
}
#characteristic .box-characteristic .ar-characteristic {
  float: left;
  width: 46%;
  z-index: 1;
}
#characteristic .box-characteristic .ar-characteristic:nth-child(2n) {
  float: right;
}
#characteristic .box-characteristic .ar-characteristic .text-characteristic {
  font-size: 16px;
  line-height: 24px;
  width: 98%;
  margin: 0 auto;
  margin-top: 22px;
}
#characteristic .profile-characteristic {
  background: url(../img/characteristic_profile_image_background.jpg) no-repeat center center;
  height: 470px;
  margin-top: -58px;
  padding-top: 222px;
}
#characteristic .img-profile {
  margin-top: -130px;
  position: relative;
}
#characteristic .img-profile img {
  z-index: 1;
  position: relative;
}
#characteristic .img-profile:after {
  position: absolute;
  height: calc(100% - 130px);
  background: #dff2ff;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: 0;
}
.info {
  background: #0c72d9 url(../img/info_image_background.jpg) no-repeat center;
  padding: 50px 0 22px;
}
.info h2 {
  margin-bottom: 41px;
}
.info h2 img {
  margin-left: -5px;
}
.info .button-info a {
  display: block;
  margin-bottom: 27px;
}
#contrivance h2 {
  padding: 60px 0 32px;
}
#contrivance .contrivance-text {
  width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
}
#contrivance .contrivance-image {
  margin: 55px 0 0 14px;
}
#contrivance .contrivance-image02 {
  margin: 28px 0 96px 0;
}
#contrivance .contrivance-title {
  width: 320px;
  margin: 53px auto 0;
  background: #ea665a;
  font-size: 19px;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}
#contrivance .text-under {
  border-bottom: 3px solid #ea665a;
}
#comparison {
  padding-top: 90px;
  margin-bottom: 70px;
}
#comparison h2 {
  margin-bottom: 33px;
}
#comparison .text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
#comparison .comparison-img2 {
  margin-top: 49px;
  position: relative;
}
#comparison .comparison-img3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 241px;
  right: 100%;
  background: #0d69ef;
  top: 8px;
}
#comparison .comparison-img3 {
  margin-top: 36px;
  position: relative;
}
#comparison .comparison-img3:before {
  position: absolute;
  content: "";
  background: url(../img/comparison_image_arrow.png);
  width: 86px;
  height: 178px;
  top: -90px;
  left: 110px;
}
#price {
  margin-bottom: 70px;
}
#price h2 {
  padding-top: 82px;
}
#price .price-image {
  text-align: center;
  width: 1100px;
  margin: 39px auto 0;
  padding: 31px 0 36px;
  border-radius: 20px;
  background: #ececec;
}
#price h3 {
  /*padding: 81px 0 20px;*/
  padding-bottom: 20px;
}
#price .subTitle {
  font-size: 18px;
  padding-bottom: 34px;
}
#flow {
  padding-top: 60px;
}
#flow h2 {
  margin-bottom: 51px;
}
#flow .flow-img {
  margin-bottom: 30px;
}
#voice {
  background: url(../img/voice_image_background.png) no-repeat center top 40px;
  padding-top: 150px;
  padding-bottom: 65px;
}
#voice h2 {
  margin-bottom: 91px;
}
#voice .owl-item.active.center .item-voice {
  background: #fff;
}
#voice .item-voice {
  border: 2px solid #005bea;
  width: 880px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 58px;
  height: 350px;
  background: #dff2ff;
}
#voice .item-voice .text-voice {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 22px;
  letter-spacing: -0.4px;
}
#voice .item-voice .text-voice p {
  font-size: 16px;
  margin-bottom: 26px;
  letter-spacing: -0.4px;
  line-height: 26px;
  text-align: left;
}
.owl-nav {
  width: 880px;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.owl-next {
  background: url(../img/voice_image_arrow_right.png) no-repeat !important;
  width: 40px;
  height: 80px;
  outline: none;
  position: absolute;
  top: 50%;
  right: 0;
}
.owl-prev {
  background: url(../img/voice_image_arrow_left.png) no-repeat !important;
  width: 40px;
  height: 80px;
  outline: none;
  position: absolute;
  top: 50%;
  left: 0;
}
.owl-next span, .owl-prev span {
  display: none;
}
/*----- footer -----*/
#footer {
  padding-top: 51px;
  padding-bottom: 13px;
}
#footer .left-footer {
  float: left;
  width: 501px;
  border-right: 1px solid #000000;
  height: 130px;
}
#footer .left-footer .logo-footer {
  margin-bottom: 28px;
}
#footer .left-footer small.copyright {
  font-size: 15px;
  letter-spacing: -0.1px;
}
#footer .right-footer {
  float: left;
  width: 599px;
  padding-left: 39px;
  padding-top: 7px;
}
#footer .right-footer p {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}
#footer .right-footer p:first-child {
  margin-bottom: 48px;
  display: block;
  letter-spacing: 0.3px;
}
#footer .right-footer p:last-child span.right {
  letter-spacing: -0.8px;
}
#footer .right-footer p span {
  font-size: 16px;
}
#footer .right-footer p span.left {
  width: 90px;
}
#footer .right-footer p span.right {
  letter-spacing: 0.9px;
}
#form footer {
  padding-top: 30px;
  padding-left: 5px;
}
/*----- form -----*/
#header-form {
  text-align: center;
  padding: 10px 0;
}
#header-form .logo {
  padding: 30px 0 42px;
}
#header-form .steps {
  background: #0c73d9;
  margin: 48px 0 56px;
}
#header-form .steps02 {
  background: #27bd94;
}
#header-form .subTitle {
  text-align: left;
  width: 860px;
  margin: 0 auto;
  font-size: 18px;
}
.formInputFrame, #form .formTable td select, #form .formTable td input[type="text"], #form .formTable td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #efefef;
  border: none;
  resize: none;
  border: none;
  box-shadow: inset 2px 2px 0 0 #cccccc;
  border-radius: 10px;
  width: 480px;
  outline: none;
  height: 50px;
  padding: 8px 16px;
  font-size: 18px;
  color: #374759;
}
.formInputFrame, #form .formTable td textarea {
  height: 72px;
}
#form #header {
  position: relative;
  display: block;
  padding-top: 40px;
  border-bottom: 0;
  padding-bottom: 42px;
}
#formFrame {
  color: #efefef;
  background-color: #efefef;
  margin: 37px auto auto auto;
  padding: 39px 0 63px;
}
#mainFrame {
  margin: auto;
  padding: 30px 50px;
  width: 760px;
  background-color: #fff;
}
.formTable {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  color: #374759;
  margin: 0 auto;
}
#form .formTable .error {
  color: #df3434;
  font-size: 14px;
}
#form .formTable tr {
  height: 90px;
  background: #fff;
  margin-bottom: 10px;
  display: block;
}
#form .formTable .req th {
  position: relative;
}
#form .formTable .req th label {}
#form .formTable .req th::after {
  content: '';
  position: absolute;
  background: url(../img/form_text_required.png) no-repeat top center;
  width: 60px;
  height: 20px;
  right: 20px;
  top: 35px;
}
#form .formTable th, #form .formTable td {
  vertical-align: middle;
  font-size: 18px;
}
#form .formTable th {
  width: 340px;
  padding: 21px 0 0 60px;
}
#form .formTable td {
  width: 560px;
  padding-top: 20px;
}
#form .formTable .etc {
  height: 170px;
}
#form .formTable #etc {
  height: 130px;
}
#form #nextBtn {
  margin-top: 41px;
  text-align: center;
}
/*----- confirm -----*/
#form.confirm .formTable tr th, #form.confirm .formTable tr td {
  padding-top: 35px;
}
#form.confirm .formTable td {
  padding-left: 20px;
}
#form.confirm .formTable .etc td {
  line-height: 30px;
}
#form.confirm .confirm-back {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
#form.confirm #sendBtn {
  width: 370px;
  margin-left: 20px;
}
#back-btn {
  cursor: pointer;
}
#prevBtn {
  text-align: center;
  cursor: pointer;
  width: 370px;
}
/*----- thanks -----*/
.thanksText {
  width: 860px;
  margin: 0 auto;
}
.thanksText .text {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
#goTop {
  font-size: 17px;
  width: 200px;
  margin: 100px auto 120px;
  border: 2px solid #262626;
  border-radius: 6px;
}
#goTop a {
  display: block;
  text-align: center;
  color: #262626;
  padding: 14px 0;
  text-decoration: underline;
}
/*-----  -----*/
/*-----  -----*/