@charset "utf-8";

.error {
  color: #ea433d;
}

/* wrapper
----------------------------------------------- */
#wrapper {
  overflow: hidden;
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  #wrapper {
    padding: 60px 0 0;
  }
}
.inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header
----------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important; /* Firefox */
  -webkit-transition: all 0.3s !important; /* Chrome&Safari */
  z-index: 99;
}
#header .headerin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 15px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important; /* Firefox */
  -webkit-transition: all 0.3s !important; /* Chrome&Safari */
  position: relative;
}
#header .headerlogo {
  margin-right: 10px;
}
#header .headerlogo img {
  height: 32px;
}
#header .headerlogo a:hover {
  opacity: 0.7;
}
#header .headermess {
  display: flex;
  align-items: center;
}
#header .gnavi {
  display: flex;
  align-items: center;
}
#header .gnavi li {
  margin-right: 30px;
}
#header .gnavi a {
  color: #090602;
  font-size: 13px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
}
#header .gnavi a:hover {
  color: #fa8200;
}
#header .headerbtn {
  flex-shrink: 0;
}
#header .headerbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  height: 60px;
  background: #fff603;
  border: 3px #090602 solid;
  padding: 0 42px 0 28px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  position: relative;
}
#header .headerbtn a:before {
  position: absolute;
  content: "";
  right: 18px;
  /* top:50%;
	transform:translateY(-50%);
	border-top: 8px solid #090602;
	border-bottom: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	z-index: 0; */
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
}
#header .headerbtn a:hover {
  background: #fff;
}
.hamburger {
  display: none;
}
@media (max-width: 1100px) {
  #header .gnavi li {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .nav-open {
  }
  #header .headerlogo {
    width: 182px;
  }
  #header .headerin {
    height: 60px;
  }
  #js-nav-bg {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    position: relative;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    transition: all 0.6s;
    background-color: #333;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  /* 表示された時用のCSS */
  .nav-open #js-nav-bg {
    display: block;
    right: 0;
    background: #fa8200;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
    background-color: #fff;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
    background-color: #fff;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
    background-color: #fff;
    margin-bottom: 15px;
  }
  #header .headermess {
    display: block;
    padding: 0 15px;
  }
  #header .gnavi {
    display: block;
  }
  #header .gnavi li {
    margin-right: 0;
  }
  #header .gnavi a {
    color: #fff;
    font-size: 16px;
    display: block;
    letter-spacing: 0.1em;
    padding: 15px;
    position: relative;
  }
  #header .gnavi a:before {
    display: none;
  }
  #header .gnavi a:hover:before {
    display: none;
  }
  #header .headerbtn {
    flex-shrink: 0;
    max-width: 300px;
    margin: 30px auto 0;
  }
  #header .headerbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.1em;
    height: 60px;
    background: #fff603;
    border: 3px #090602 solid;
    padding: 0 42px 0 28px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    position: relative;
  }
  /* #header .headerbtn a:before {
    position: absolute;
    content: "";
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid #090602;
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    z-index: 0;
  } */
  #header .headerbtn a:hover {
    background: #fff;
  }
}
@media (max-width: 767px) {
  #header .headerin {
    padding: 0 15px;
  }
}

/* footer
----------------------------------------------- */
#footer {
  background: #fdb100;
}
#footer .footerin {
  padding: 100px 0 95px;
}
#footer .footerlogo {
  text-align: center;
  font-size: 0;
  margin-bottom: 25px;
}

#footer .footerlogo img {
  height: 56px;
}
#footer .footertel {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
#footer .footertel a {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  pointer-events: none;
}
#footer .footertime {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.08em;
  color: #fff;
}
#footer .footertime .sml {
  font-size: 13px;
}
#footer .footerbtm {
  background: #edebeb;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .fnavi {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
#footer .fnavi li {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 25px;
  margin: 2px 20px 2px 0;
}
#footer .fnavi li a {
  color: #090602;
  display: block;
  position: relative;
}
#footer .fnavi li a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #090602;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#footer .fnavi li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#footer .copyright {
  font-size: 13px;
  font-weight: 300;
  color: #090602;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  #footer .footertel a {
    pointer-events: inherit;
  }
  #footer .footerbtm {
    padding: 10px 20px;
    flex-direction: column;
    align-items: center;
  }
  #footer .fnavi li a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer .footerin {
    padding: 50px 0;
  }
  #footer .footerlogo {
    margin-bottom: 20px;
  }
  #footer .footerlogo img {
    width: 280px;
  }
  #footer .footertel a {
    font-size: 28px;
  }
  #footer .footertime {
    font-size: 14px;
  }
  #footer .footertime .sml {
    font-size: 12px;
  }
  #footer .copyright {
    margin-top: 20px;
    font-size: 12px;
  }
  #footer .fnavi li {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* anchor
----------------------------------------------- */

.anchor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.txtline {
  background: #fff603;
}
.lightline {
  background: #fffdc7;
}
.darkline {
  background: #ffe16a;
}
.fcyellow {
  color: #fdb100;
}

/* thanks
----------------------------------------------- */
.thanksbox {
  padding: 200px 0 150px;
}
.thankstit {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.thankstxt {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.thanksbtn a:before {
  display: none !important;
}

@media (max-width: 767px) {
  .thanksbox {
    padding: 150px 0 100px;
  }
  .thankstit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .thankstxt {
    font-size: 16px;
  }
}

/* main
----------------------------------------------- */
.main {
  background: url(../img/bg_main.jpg) center bottom no-repeat #fdb100;
  background-size: cover;
  padding: 60px 0 205px;
  position: relative;
}
.main .maintxt01 {
  text-align: center;
  margin-bottom: 20px;
}
.main .maintxt02 {
  text-align: center;
  margin-bottom: 40px;
}
.main .maintxt03 {
  text-align: center;
}
.main .mainlist {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.main .mainlist li {
  margin: 0 19px;
}

@media (max-width: 1024px) {
  .main .mainlist li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 30px 20px 120px;
  }
  .main .maintxt02 {
    margin-bottom: 20px;
  }
  .main .mainlist {
    bottom: -30px;
    justify-content: space-around;
  }
  .main .mainlist li {
    margin: 0;
    max-width: 118px;
  }
}

/* contact
----------------------------------------------- */
.contact {
  padding: 95px 0 100px;
  background: url(../img/bg_form.jpg) center bottom repeat-x #fdce1c;
  position: relative;
}
.contact .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.contact .ctahd {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}
.contact .ctadet {
  text-align: center;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-bottom: 65px;
}
.contact .formbox {
  background: #fff;
  padding: 60px 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.contact .formbtn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.contact .formbtn input[type="submit"] {
  background: url(../img/arrow_form.png) right 20px center no-repeat #fff603;
  width: 320px;
  height: 80px;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-align: center;
  color: #090602;
  border: 4px #090602 solid;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important; /* Firefox */
  -webkit-transition: all 0.3s !important; /* Chrome&Safari */
}
.contact .formbtn input[type="submit"]:hover {
  background: url(../img/arrow_form.png) right 20px center no-repeat #fff;
}
.contact .formin li + li {
  margin-top: 40px;
}
.contact .formin li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.contact .formin li .formmess {
  padding: 10px 0;
  flex: 1;
}
.contact .formin li .formtit {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.contact .formin li .formtit .num {
  background: #ffc145;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.contact .formin li .formnote {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 50px;
  color: #6c6c6c;
  letter-spacing: 0.05em;
}
.contact .formin li .formcont {
  width: 45.6%;
  flex-shrink: 0;
  margin-left: 10px;
}
.contact .formin li .formcont input[type="text"],
.contact .formin li .formcont input[type="email"],
.contact .formin li .formcont input[type="tel"],
.contact .formin li .formcont textarea {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 2px #bfbfbf solid;
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact .formin li .formcont textarea {
  height: 180px;
}
.contact .formin li .formcont input::placeholder,
.contact .formin li .formcont textarea::placeholder {
  color: #b5b5b5;
}
.contact .formin li .inputbox + .inputbox {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .contact .formbtn input[type="submit"]:hover {
    background: url(../img/arrow_form.png) right 20px center no-repeat #fff603;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
  .contact .ctahd {
    margin-bottom: 30px;
  }
  .contact .ctadet {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .contact .formbox {
    padding: 30px 20px;
  }
  .contact .formbtn {
    margin-top: 40px;
  }
  .contact .formbtn input[type="submit"] {
    background: url(../img/arrow_form.png) right 20px center no-repeat #fff603;
    background-size: 12px auto;
    width: 300px;
    max-width: 100%;
    height: 70px;
    font-size: 18px;
  }
  .contact .formin li + li {
    margin-top: 30px;
  }
  .contact .formin li {
    display: block;
  }
  .contact .formin li .formmess {
    padding: 0;
    margin-bottom: 20px;
  }
  .contact .formin li .formtit {
    font-size: 16px;
  }
  .contact .formin li .formtit .num {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .contact .formin li .formnote {
    padding-left: 40px;
  }
  .contact .formin li .formcont {
    width: auto;
    margin-left: 0;
  }
  .contact .formin li .formcont input[type="text"],
  .contact .formin li .formcont input[type="email"],
  .contact .formin li .formcont input[type="tel"],
  .contact .formin li .formcont textarea {
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 10px;
    font-size: 16px;
  }
  .contact .formin li .formcont textarea {
    height: 150px;
  }
}

/* plan
----------------------------------------------- */
.plan {
  background: #fff7d7;
  padding: 95px 0 100px;
  position: relative;
}
.plan .planhd {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}
.plan .plantxt {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.09em;
}
.plan .plannote {
  font-size: 14px;
  letter-spacing: 0.09em;
  margin-top: 10px;
}
.plan .planfeat {
  text-align: center;
  margin: 50px 0 10px;
}
.plan .planlink {
  margin: 20px 0 25px;
  padding-left: 27px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.plan .planlink:before {
  position: absolute;
  content: "";
  background: url(../img/ico_blank.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
  z-index: 0;
}
.plan .planlink a {
  display: block;
  color: #fa5100;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.09em;
  padding-bottom: 5px;
  position: relative;
}
.plan .planlink a:before {
  position: absolute;
  content: "";
  background: #fa5100;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.plan .planbox {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.plan .planbox > li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.plan .planbox li:nth-child(2n) {
  margin-right: 0;
}
.plan .planbox .boximg {
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.plan .planbox .boxcont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.plan .planbox .boxtit {
  background: #fdb100;
  padding: 5px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.09em;
  margin-bottom: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.plan .planbox .boxdot li {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.09em;
  font-weight: 500;
  padding-left: 22px;
  position: relative;
}
.plan .planbox .boxdot li + li {
  margin-top: 6px;
}
.plan .planbox .boxdot li:before {
  position: absolute;
  content: "";
  background: #fdb100;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}
.plan .planbox .boxdot .dot {
  color: #fdb100;
}
.plan .ratebox {
  border: 3px #fdce1c solid;
  background: #fff;
  margin-top: 55px;
  padding: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.plan .ratebox .ratehd {
  text-align: center;
  margin-bottom: 40px;
  font-size: 0;
}
.plan .ratebox .ratelist li {
  display: flex;
  align-items: stretch;
  position: relative;
}
.plan .ratebox .ratelist .justcenter {
  justify-content: center;
}
.plan .ratebox .ratelist .justcenter .ratecont {
  width: 66.7%;
  margin: 0;
}
.plan .ratebox .ratelist li + li {
  margin-top: 20px;
}
.plan .ratebox .ratelist li + li:before {
  position: absolute;
  content: "";
  background: url(../img/plus_rate.png) center center no-repeat;
  width: 100%;
  height: 70px;
  left: 0;
  top: -45px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .plan .ratebox .ratelist div + div {
    position: relative;
    margin-top: 20px !important;
  }
  .plan .ratebox .ratelist div + div:before {
    position: absolute;
    content: "";
    background: url(../img/plus_rate.png) center center no-repeat;
    width: 100%;
    height: 70px;
    left: 0;
    top: -45px;
    z-index: 0;
  }
}
.plan .ratebox .ratelist .ratecont {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  background: #fff7d7;
  padding: 30px 20px;
  font-weight: 500;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.plan .ratebox .ratelist .ratecont:nth-child(2n) {
  margin-right: 0;
}
.plan .ratebox .ratelist .ratetit {
  /* font-size: 0; */
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.plan .ratebox .ratelist .ratetxt {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.plan .ratebox .ratelist .formula {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 10px;
}
.plan .ratebox .ratelist .formula .formulatxt {
  background: #ffe16a;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  letter-spacing: 0.1em;
}
.plan .ratebox .ratelist .formula .formulatxt .sml {
  font-size: 10px;
}
.plan .ratebox .ratelist .formula .formulatxt.ffLexend {
  padding: 5px;
}
.plan .ratebox .ratelist .formula .formulaplus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex-shrink: 0;
  font-size: 14px;
}
.combtn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.combtn a {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 4px #090602 solid;
  background: #fff603;
  padding: 0 40px;
  width: 400px;
  height: 90px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}
.combtn a:before {
  position: absolute;
  content: "";
  right: 18px;
  /* background: url(../img/arrow_down.png) center center no-repeat;
  right: 22px;
  height: 100%;
  top: 0;
  width: 19px;
  z-index: 0; */

  display: inline-block;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #000;
}
.combtn a:hover {
  background: #fff;
}

@media (max-width: 1024px) {
  .plan .ratebox {
    padding: 50px 20px 80px;
  }
  .plan .ratebox .ratelist .justcenter .ratecont {
    width: 70%;
  }
  .combtn a:hover {
    background: #fff603;
  }
  .plan .ratebox .ratelist li {
    display: block;
  }
  .plan .ratebox .ratelist .justcenter .ratecont {
    width: auto;
  }
  .plan .ratebox .ratelist .ratecont {
    width: auto;
    margin-right: 0;
  }
  .plan .ratebox .ratelist .ratecont + .ratecont {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .plan {
    padding: 50px 0;
  }
  .plan .planhd {
    margin-bottom: 30px;
  }
  .plan .plantxt {
    font-size: 14px;
  }
  .plan .plannote {
    font-size: 12px;
  }
  .plan .planfeat {
    margin: 30px 0 10px;
  }
  .plan .planlink {
    margin: 20px 0;
    padding-left: 20px;
  }
  .plan .planlink:before {
    position: absolute;
    content: "";
    background: url(../img/ico_blank.png) 0 0 no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    z-index: 0;
  }
  .plan .planlink a {
    font-size: 14px;
  }
  .plan .planbox {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .plan .planbox > li {
    width: 100%;
    margin: 0;
  }
  .plan .planbox > li + li {
    margin-top: 40px;
  }
  .plan .planbox .boximg img {
    width: 100%;
  }
  .plan .planbox .boxcont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .plan .planbox .boxtit {
    padding: 5px 10px;
    font-size: 16px;
  }
  .plan .planbox .boxdot li {
    font-size: 14px;
    padding-left: 20px;
  }
  .plan .planbox .boxdot li:before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
  .plan .ratebox {
    margin-top: 40px;
    padding: 30px 15px 40px;
  }
  .plan .ratebox .ratehd {
    margin-bottom: 30px;
  }
  .plan .ratebox .ratelist .ratetxt {
    font-size: 13px;
  }
  .combtn {
    margin-top: 30px;
  }
  .combtn a {
    font-size: 18px;
    padding: 0 30px;
    width: 300px;
    max-width: 100%;
    height: 70px;
  }
  /* .combtn a:before {
    position: absolute;
    content: "";
    background: url(../img/arrow_down.png) center center no-repeat;
    background-size: 16px auto;
    right: 15px;
    height: 100%;
    width: 16px;
    z-index: 0;
  } */
  .plan .ratebox .ratelist .ratecont {
    padding: 30px 15px;
  }
  .plan .ratebox .ratelist .formula .formulatxt {
    font-size: 12px;
    padding: 8px 10px;
    line-height: 1.3;
  }
  .plan .ratebox .ratelist .formula .formulaplus {
    width: 15px;
    font-size: 12px;
  }
}

/* market
----------------------------------------------- */
.market {
  background: #fff;
  padding: 100px 0;
  position: relative;
}
.market .markethd {
  text-align: center;
  margin-bottom: 50px;
}
.market .marketpop {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}
.market .marketimg {
  text-align: center;
  margin: 0 -80px 50px;
}
.market .marketimp {
  text-align: center;
  margin-bottom: 30px;
}
.market .markettxt {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}
.market .marketpoint {
  background: #ffb6b4;
  border: 3px #090602 solid;
  padding: 35px 40px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.market .marketpoint .pointtit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 0;
}
.market .marketpoint .pointtxt {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  .market .marketimg {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .market {
    padding: 50px 0;
  }
  .market .markethd {
    margin-bottom: 30px;
  }
  .market .marketimg {
    margin: 0 auto 30px;
    padding: 0;
  }
  .market .marketimp {
    margin-bottom: 20px;
  }
  .market .markettxt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .market .marketpoint {
    padding: 30px 20px 20px;
  }
  .market .marketpoint .pointtxt {
    font-size: 14px;
  }
}

/* recommend
----------------------------------------------- */
.recommend {
  background: #fff7d7;
  padding: 140px 0 100px;
  position: relative;
}
.recommend .recomdet {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 25px;
}
.recommend .recomhd {
  text-align: center;
  margin-bottom: 85px;
  font-size: 0;
}
.recommend .recombox {
  background: #fff;
  padding: 45px 35px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.recommend .recomtit {
  position: absolute;
  width: 448px;
  height: 82px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -57%);
  background: url(../img/bg_recommend.png) center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
  z-index: 0;
}
.recommend .recomtxt {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.recommend .combtn {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .recommend {
    padding: 80px 0 50px;
  }
  .recommend .recomdet {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .recommend .recomhd {
    margin-bottom: 60px;
  }
  .recommend .recombox {
    padding: 40px 20px 20px;
  }
  .recommend .recomtit {
    width: 300px;
    height: 55px;
    font-size: 16px;
    background-size: 300px 55px;
  }
  .recommend .recomtxt {
    font-size: 14px;
  }
  .recommend .combtn {
    margin-top: 30px;
  }
}

/* XXXXXXXXXX
----------------------------------------------- */

@media (max-width: 1024px) {
}
@media (max-width: 767px) {
}

/* XXXXXXXXXX
----------------------------------------------- */

@media (max-width: 1024px) {
}
@media (max-width: 767px) {
}
