@media screen and (max-width: 640px) {
  .onlypctab {
    display: none;
  }
}

.onlytab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .onlytab {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .onlytab {
    display: none;
  }
}

.onlysp {
  display: none;
}
@media screen and (max-width: 640px) {
  .onlysp {
    display: block;
  }
}

/* common
----------------------------------------------------*/
body.page-template-page-lp,
body.lptemp {
  background: #fff;
  color: #333;
}

/* header
----------------------------------------------------*/
.lp_header {
  position: relative;
  height: 80px;
  background: #cfedf8;
}
@media screen and (max-width: 640px) {
  .lp_header {
    height: 60px;
  }
}
.lp_header_logo {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .lp_header_logo img {
    width: 60px;
  }
}
.lp_header_logo p {
  margin-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #078aba;
}
@media screen and (max-width: 640px) {
  .lp_header_logo p {
    margin-left: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.lp_header_contact {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.lp_header_contact_tel {
  margin: 0 15px 0 0;
  color: #078aba;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .lp_header_contact_tel {
    margin: 0;
  }
}
.lp_header_contact_tel a {
  display: inline-block;
  padding: 0 0 0 50px;
  background: url(../images/lp/header_tel.svg?ver=4) no-repeat 0 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #078aba;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .lp_header_contact_tel a {
    width: 60px;
    height: 60px;
    padding: 0;
    background: url(../images/lp/footer_tel.svg?ver=4) no-repeat center center #078aba;
    background-size: 35px auto;
  }
  .lp_header_contact_tel a span {
    display: none;
  }
}
.lp_header_contact_tel p {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .lp_header_contact_tel p {
    display: none;
  }
}
.lp_header_contact_line {
  width: 180px;
  background: linear-gradient(#06c755 0%, #00b900 100%);
}
@media screen and (max-width: 640px) {
  .lp_header_contact_line {
    width: 60px;
  }
}
.lp_header_contact_line a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 0 0 75px;
  background: url(../images/lp/header_line.svg) no-repeat 12px 50%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  transition: 0.4s ease;
}
@media screen and (max-width: 640px) {
  .lp_header_contact_line a {
    height: 60px;
    padding: 0;
    background-position: 60% 50%;
    background-size: 40px auto;
  }
  .lp_header_contact_line a span {
    display: none;
  }
}
.lp_header_contact_line a:hover {
  opacity: 0.7;
}

/* visual
----------------------------------------------------*/
.lp_visual {
  position: relative;
  min-height: calc(100vh - 80px);
  padding: 110px 0;
  background: url(../images/lp/vis.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_visual {
    min-height: calc(100vh - 150px);
    padding: 150px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .lp_visual {
    min-height: calc(100vh - 120px);
    padding: 120px 10px 0;
  }
}
.lp_visual:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.lp_visual01 {
  position: absolute;
  display: block;
  left: 22%;
  top: -80px;
}
@media screen and (max-width: 1280px) {
  .lp_visual01 {
    top: 0;
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .lp_visual01 {
    left: 10%;
    width: 75%;
  }
}
.lp_visual00 {
  position: absolute;
  display: block;
  left: 15vw;
  top: 160px;
}
@media screen and (max-width: 1280px) {
  .lp_visual00 {
    left: 5%;
    top: 22vw;
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .lp_visual00 {
    top: 22vh;
    width: 50%;
  }
}
.lp_visual02 {
  width: 780px;
  margin: 0 auto 10px;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .lp_visual02 {
    position: relative;
    z-index: 2;
    width: auto;
  }
}
.lp_visual02 img {
  transform: translateX(60%);
}
@media screen and (max-width: 1280px) {
  .lp_visual02 img {
    transform: none;
    width: 20%;
  }
}
@media screen and (max-width: 640px) {
  .lp_visual02 img {
    width: 30%;
  }
}
.lp_visual03 {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 640px) {
  .lp_visual03 {
    margin: 0 0 20px 0;
  }
}
.lp_visual04 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .lp_visual04 {
    position: relative;
    z-index: 2;
  }
}
.lp_visual04 li {
  margin: 0 20px;
}
@media screen and (max-width: 1280px) {
  .lp_visual04 li {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .lp_visual04 li {
    margin: 0 2%;
    width: 30%;
  }
}

/* sec
----------------------------------------------------*/
.lp_sec {
  padding: 110px 0;
}
@media screen and (max-width: 1280px) {
  .lp_sec {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec {
    padding: 50px 20px;
  }
}
.lp_sec.white {
  background: #fff;
}
.lp_sec.blue {
  background: #cfedf8;
}
.lp_sec.green {
  background: #cff8e5;
}
.lp_sec.faq {
  overflow: hidden;
}
.lp_sec_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.lp_sec_inner.faq {
  position: relative;
}
.lp_sec_inner.faq:after {
  content: "";
  position: absolute;
  display: block;
  right: -90px;
  bottom: -110px;
  width: 320px;
  height: 514px;
  background: url(../images/lp/woman02.png) 0 0 no-repeat;
}
@media screen and (max-width: 1280px) {
  .lp_sec_inner.faq:after {
    right: -20px;
    bottom: -80px;
    width: 280px;
    height: 450px;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_inner.faq:after {
    display: none;
  }
}
.lp_sec_title {
  margin: 0 0 70px 0;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 1280px) {
  .lp_sec_title {
    margin: 0 0 50px 0;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_title {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.lp_sec.contact {
  position: relative;
  margin: 200px 0 0 0;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 640px) {
  .lp_sec.contact {
    margin: 180px 0 0 0;
  }
}
.lp_sec.contact:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 327px;
  background: url(../images/lp/bg.png) repeat #45a8cc;
}
@media screen and (max-width: 1280px) {
  .lp_sec.contact:before {
    height: 290px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec.contact:before {
    height: 270px;
  }
}
.lp_sec.contact:after {
  content: "";
  position: absolute;
  display: block;
  left: 53%;
  bottom: 20px;
  width: 170px;
  height: 172px;
  background: url(../images/lp/pay.png) no-repeat;
}
@media screen and (max-width: 1280px) {
  .lp_sec.contact:after {
    left: 52%;
    bottom: 25px;
    width: 130px;
    height: 130px;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec.contact:after {
    display: none;
  }
}
.lp_sec.contact .lp_sec_inner {
  padding: 0 50px;
}
@media screen and (max-width: 1280px) {
  .lp_sec.contact .lp_sec_inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec.contact .lp_sec_inner {
    padding: 0 10px;
  }
}
.lp_sec.contact .lp_sec_inner:after {
  content: "";
  position: absolute;
  display: block;
  right: 50px;
  bottom: -40px;
  width: 360px;
  height: 461px;
  background: url(../images/lp/woman01.png) no-repeat;
}
@media screen and (max-width: 1280px) {
  .lp_sec.contact .lp_sec_inner:after {
    width: 360px;
    height: 410px;
    right: 0;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec.contact .lp_sec_inner:after {
    display: none;
  }
}
.lp_sec_sec {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .lp_sec_sec {
    display: block;
    text-align: center;
  }
}
.lp_sec_sec + .lp_sec_sec {
  margin-top: -30px;
}
@media screen and (max-width: 1280px) {
  .lp_sec_sec + .lp_sec_sec {
    margin-top: -15px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_sec + .lp_sec_sec {
    margin-top: 30px;
  }
}
.lp_sec_sec_img {
  min-width: 300px;
  max-width: 300px;
  margin-right: 50px;
}
@media screen and (max-width: 1280px) {
  .lp_sec_sec_img {
    min-width: 200px;
    max-width: 200px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_sec_img {
    margin: 0 auto 15px;
  }
}
.lp_sec_sec_txt {
  flex-grow: 2;
}
.lp_sec_sec_txt p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .lp_sec_sec_txt p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_sec_txt p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp_sec_sec_txt p.sub {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .lp_sec_sec_txt p.sub {
    margin: 20px 0 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_sec_txt p.sub {
    margin: 15px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.lp_sec_sec:nth-of-type(2n) {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.lp_sec_sec:nth-of-type(2n) .lp_sec_sec_txt {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .lp_sec_sec:nth-of-type(2n) .lp_sec_sec_txt {
    text-align: center;
  }
}
.lp_sec_sec:nth-of-type(2n) .lp_sec_sec_img {
  margin-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 1280px) {
  .lp_sec_sec:nth-of-type(2n) .lp_sec_sec_img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_sec:nth-of-type(2n) .lp_sec_sec_img {
    margin: 0 auto 15px;
  }
}
.lp_sec_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .lp_sec_flow {
    display: block;
  }
}
.lp_sec_flow li {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lp_sec_flow li + li {
    margin: 60px 0 0 0;
  }
}
.lp_sec_flow li:after {
  content: "";
  position: absolute;
  display: block;
  right: -50px;
  top: 127px;
  z-index: 1;
  width: 66px;
  height: 66px;
  background: url(../images/lp/arrow.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .lp_sec_flow li:after {
    top: 78px;
    right: -55px;
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_flow li:after {
    top: auto;
    bottom: -55px;
    right: auto;
    left: 50%;
    margin-left: -22px;
    transform: rotate(90deg);
  }
}
.lp_sec_flow li:last-of-type:after {
  display: none;
}
.lp_sec_flow li img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .lp_sec_flow li img {
    width: 200px;
  }
}
.lp_sec_flow li p {
  margin: 20px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .lp_sec_flow li p {
    margin: 15px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lp_sec_repair {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .lp_sec_repair {
    display: block;
  }
}
.lp_sec_repair_img {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_sec_repair_img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_repair_img {
    width: auto;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .lp_sec_repair_img img {
    width: 200px;
  }
}
.lp_sec_repair_img p {
  margin: 20px 0 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .lp_sec_repair_img p {
    margin: 15px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_repair_img p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp_sec_double {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .lp_sec_double {
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_double {
    display: block;
  }
}
.lp_sec_double .lp_sec_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .lp_sec_double .lp_sec_title {
    margin-bottom: 40px;
  }
}
.lp_sec_double_item {
  width: 470px;
  margin: 0 5% 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .lp_sec_double_item {
    width: 48%;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_double_item {
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp_sec_double_item + .lp_sec_double_item {
  margin: 0 0 0 5%;
}
@media screen and (max-width: 1280px) {
  .lp_sec_double_item + .lp_sec_double_item {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_double_item + .lp_sec_double_item {
    margin: 100px 0 0 0;
  }
}
.lp_sec_guarantee {
  position: relative;
}
.lp_sec_guarantee p {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
}
.lp_sec_area {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_sec_area {
    height: 0;
    padding: calc(77% - 2.8em) 0 0 0;
    background: url(../images/lp/area.png) no-repeat center center;
    background-size: auto 100%;
  }
  .lp_sec_area img {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_area {
    height: auto;
    padding: 0;
    background: none;
  }
  .lp_sec_area img {
    display: inline;
    width: 60%;
  }
}
.lp_sec_area p {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 1280px) {
  .lp_sec_area p {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_area p {
    margin: 15px 0 0 0;
  }
}
.lp_sec_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin: 0 -25px -50px;
}
@media screen and (max-width: 1280px) {
  .lp_sec_service {
    margin: 0 -15px -40px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_service {
    display: block;
    margin: 0 0 -40px;
  }
}
.lp_sec_service_item {
  width: 300px;
  margin: 0 25px 50px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_sec_service_item {
    width: 220px;
    margin: 0 15px 40px;
  }
  .lp_sec_service_item img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_service_item {
    width: auto;
    margin: 0 0 40px;
  }
}
.lp_sec_service_item_title {
  margin: 20px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .lp_sec_service_item_title {
    margin: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_service_item_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp_sec_service_item p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .lp_sec_service_item p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_service_item p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lp_sec_faq {
  margin: 0 0 25px 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1280px) {
  .lp_sec_faq {
    margin: 0 0 15px 0;
  }
}
.lp_sec_faq dt {
  margin: 0 0 15px 0;
  padding: 25px 0 0 0;
  line-height: 1.5;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .lp_sec_faq dt {
    margin: 0 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_sec_faq dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp_sec_faq dd {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .lp_sec_faq dd {
    padding: 0 0 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .lp_sec_faq_sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contact_inner {
  position: relative;
  width: 485px;
  margin: -140px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .contact_inner {
    width: 360px;
  }
}
@media screen and (max-width: 640px) {
  .contact_inner {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.contact_lead {
  color: #078aba;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .contact_lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact_lead img {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1280px) {
  .contact_lead img {
    width: 300px;
  }
}
.contact_icons {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
@media screen and (max-width: 1280px) {
  .contact_icons li {
    width: 22%;
  }
}
.contact_txt {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .contact_txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .contact_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact_bar {
  display: block;
  margin: 20px 0;
  background: #fff;
  border-radius: 100px;
  line-height: 36px;
  text-align: center;
  color: #078aba;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .contact_bar {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .contact_bar {
    margin: 15px 0;
  }
}
.contact_foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .contact_foot {
    justify-content: center;
  }
}
.contact_foot_tel {
  margin: 0 15px 0 0;
  color: #fff;
  line-height: 1;
}
.contact_foot_tel a {
  display: inline-block;
  padding: 0 0 0 50px;
  background: url(../images/lp/footer_tel.svg?ver=4) no-repeat 0 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .contact_foot_tel a {
    padding: 0 0 0 35px;
    background-size: auto 30px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.contact_foot_tel p {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1280px) {
  .contact_foot_tel p {
    font-size: 10px;
    font-size: 1rem;
  }
}
.contact_foot_mail {
  border-left: 1px solid #fff;
}
.contact_foot_mail a {
  display: block;
  background: url(../images/lp/footer_mail.svg) no-repeat 50% 5px;
  padding: 45px 15px 0 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .contact_foot_mail a {
    background-size: auto 20px;
    padding: 35px 10px 0 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.contact_foot_mail a:hover {
  opacity: 0.7;
}

.lp_large_table {
  width: 100%;
  border-collapse: collapse;
}
.lp_large_table th, .lp_large_table td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_large_table th, .lp_large_table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_large_table th, .lp_large_table td {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
.lp_large_table thead th {
  padding: 30px 20px 20px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_large_table thead th {
    padding: 20px 15px 15px;
  }
}
@media screen and (max-width: 640px) {
  .lp_large_table thead th {
    padding: 10px 5px 10px;
    white-space: nowrap;
    vertical-align: middle;
  }
}
.lp_large_table thead th img {
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .lp_large_table thead th img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .lp_large_table thead th img {
    width: 100px;
  }
}
.lp_large_table thead th.agw {
  background: #ea7423;
  border-radius: 10px 10px 0 0;
}
.lp_large_table tbody th {
  width: 320px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .lp_large_table tbody th {
    width: 260px;
  }
}
@media screen and (max-width: 640px) {
  .lp_large_table tbody th {
    width: auto;
    padding: 0 5px 5px 0;
    text-align: center;
  }
  .lp_large_table tbody th span {
    display: none;
  }
}
.lp_large_table tbody th img {
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .lp_large_table tbody th img {
    width: 140px;
  }
}
.lp_large_table tbody th br {
  display: none;
}
@media screen and (max-width: 640px) {
  .lp_large_table tbody th br {
    display: block;
  }
}
.lp_large_table tbody td {
  text-align: center;
}
.lp_large_table tbody td.agw {
  width: 270px;
  background: #ea7423;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .lp_large_table tbody td.agw {
    width: 220px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_large_table tbody td.agw {
    width: 180px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lp_large_table tbody td.agw b {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1280px) {
  .lp_large_table tbody td.agw b {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_large_table tbody td.agw b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lp_large_table tbody td.agw.end {
  position: relative;
}
.lp_large_table tbody td.agw.end:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -31px;
  width: 100%;
  height: 30px;
  background: #ea7423;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 640px) {
  .lp_large_table tbody td.agw.end:after {
    bottom: -11px;
    height: 10px;
  }
}

.lp_small_table {
  border-collapse: collapse;
  width: 550px;
}
@media screen and (max-width: 1280px) {
  .lp_small_table {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 640px) {
  .lp_small_table {
    width: 100%;
  }
}
.lp_small_table th, .lp_small_table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_small_table th, .lp_small_table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.lp_small_table th {
  width: 320px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .lp_small_table th {
    width: 260px;
  }
}
@media screen and (max-width: 640px) {
  .lp_small_table th {
    width: auto;
    padding: 0 5px 5px 0;
    text-align: center;
  }
  .lp_small_table th span {
    display: none;
  }
}
.lp_small_table th img {
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .lp_small_table th img {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .lp_small_table th img {
    width: 100px;
  }
}
.lp_small_table th br {
  display: none;
}
@media screen and (max-width: 640px) {
  .lp_small_table th br {
    display: block;
  }
}
.lp_small_table td {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_small_table td {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lp_small_table td b {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .lp_small_table td b {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* fixed
----------------------------------------------------*/
.lp_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 15px 40px;
  box-sizing: border-box;
  background: #078aba;
}
@media screen and (max-width: 1280px) {
  .lp_fixed {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .lp_fixed {
    height: auto;
    padding: 10px 10px 30px;
  }
}
.lp_fixed_lead {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  background: #fff;
  border-radius: 100px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 900;
  color: #078aba;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .lp_fixed_lead {
    padding: 5px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_fixed_lead {
    display: none;
  }
}
.lp_fixed_tel {
  margin: 0 30px;
  color: #078aba;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .lp_fixed_tel {
    margin: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .lp_fixed_tel {
    margin: 0;
  }
}
.lp_fixed_tel a {
  display: inline-block;
  padding: 0 0 0 50px;
  background: url(../images/lp/footer_tel.svg?ver=4) no-repeat 0 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .lp_fixed_tel a {
    padding: 0 0 0 35px;
    background-size: auto 30px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_fixed_tel a {
    width: 60px;
    height: 60px;
    padding: 43px 0 0 0;
    background: url(../images/lp/footer_tel.svg?ver=4) no-repeat 50% 6px;
    background-size: auto 33px;
  }
  .lp_fixed_tel a span {
    display: none;
  }
}
.lp_fixed_tel a b {
  display: none;
}
@media screen and (max-width: 640px) {
  .lp_fixed_tel a b {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
  }
}
.lp_fixed_tel p {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .lp_fixed_tel p {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_fixed_tel p {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
  }
}
.lp_fixed_mail {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.lp_fixed_mail a {
  display: block;
  background: url(../images/lp/footer_mail.svg) no-repeat 50% 5px;
  padding: 45px 30px 0 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .lp_fixed_mail a {
    background-size: auto 20px;
    padding: 35px 10px 0 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .lp_fixed_mail a {
    background-size: auto 17px;
  }
}
.lp_fixed_mail a:hover {
  opacity: 0.7;
}
.lp_fixed_line a {
  display: block;
  background: url(../images/lp/footer_line.svg) no-repeat 50% 0;
  padding: 45px 30px 0 30px;
  transition: 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .lp_fixed_line a {
    background-size: auto 30px;
    padding: 28px 10px 0 10px;
  }
}
.lp_fixed_line a:hover {
  opacity: 0.7;
}
.lp_fixed_line a span {
  display: inline-block;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  line-height: 15px;
  color: #1AC755;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .lp_fixed_line a span {
    position: relative;
    bottom: -1px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.lp_fixed_pay {
  position: absolute;
  display: block;
  right: 40px;
  top: -75px;
}
@media screen and (max-width: 1280px) {
  .lp_fixed_pay {
    top: -35px;
    right: 10px;
  }
  .lp_fixed_pay img {
    width: auto;
    height: 130px;
  }
}
@media screen and (max-width: 640px) {
  .lp_fixed_pay {
    top: -25px;
  }
  .lp_fixed_pay img {
    width: auto;
    height: 100px;
  }
}

/* form
----------------------------------------------------*/
.wp-block-contact-form-7-contact-form-selector {
  margin-bottom: 0;
}

.wp-block-contact-form-7-contact-form-selector input[type=text], .wp-block-contact-form-7-contact-form-selector input[type=email], .wp-block-contact-form-7-contact-form-selector input[type=tel], .wp-block-contact-form-7-contact-form-selector textarea {
  background: #f3f3f3;
  color: #333;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-list-item {
  background: #f3f3f3;
}

.wp-block-contact-form-7-contact-form-selector input[type=submit], .wp-block-contact-form-7-contact-form-selector input[type=button] {
  background: #ea7423;
  color: #fff;
}

/* footer
----------------------------------------------------*/
.lp_footer {
  display: flex;
  justify-content: space-between;
  padding: 70px 40px 170px;
  background: #078aba;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .lp_footer {
    display: block;
    padding: 40px 20px 100px;
  }
}
.lp_footer_txt {
  width: 300px;
}
@media screen and (max-width: 1280px) {
  .lp_footer_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .lp_footer_txt {
    display: block;
    margin: 0 30px;
  }
}
.lp_footer_txt_logo {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .lp_footer_txt_logo {
    margin: 0 0 10px 0;
  }
}
.lp_footer_txt_logo img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.lp_footer_txt_add {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.lp_footer_txt_tel {
  margin: 15px 0 0 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .lp_footer_txt_tel {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .lp_footer_txt_tel {
    margin: 20px 0 0 0;
    text-align: center;
  }
}
.lp_footer_txt_tel a {
  display: inline-block;
  padding: 0 0 0 50px;
  background: url(../images/lp/footer_tel.svg?ver=4) no-repeat 0 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .lp_footer_txt_tel a {
    padding: 0 0 0 35px;
    background-size: auto 30px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.lp_footer_txt_tel p {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .lp_footer_txt_tel p {
    margin: 10px 0 0 0;
    text-align: center;
  }
}
.lp_footer_map {
  flex-grow: 2;
  width: 100%;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1280px) {
  .lp_footer_map {
    order: 1;
    width: 100%;
    position: relative;
    margin: 40px 0 20px 0;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .lp_footer_map {
    padding-bottom: 100%;
  }
}
.lp_footer_map iframe,
.lp_footer_map object,
.lp_footer_map embed {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .lp_footer_map iframe,
.lp_footer_map object,
.lp_footer_map embed {
    position: absolute;
    top: 0;
    left: 0;
  }
}
