@charset "utf-8";
/* CSS Document */
 
a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.8;
}
/*NAVI*/
#logo_image img.pc_logo_image {
  width: 140px;
  height: auto;
}body {
    font-family: "Noto Sans JP", sans-serif;
   font-size: 16px;
}
p {
    font-size: 16px;
}
body#body-lp-2025 .post_content {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
}
body#body-lp-2025 p{
	line-height: 2;
}
div#header_inner.header_inner-lp {
  width: 100%;
  padding: 35px 0 0 0px;
}
.lp-head-right {
  display: flex;
}
#header {
  height: 90px;
}
.h-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.h-tel div {
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: end;
  color: #000;
}
.h-tel div b {
  font-weight: normal;
  padding: 0 15px;
}
.h-tel div span {
  text-align: right;
  line-height: 1.2;
  padding: 0 0 0 20px;
  position: relative;
  border-left: 1px solid #989898;
}
.h-tel {
  padding: 5px 40px 0 0;
}
.h-mail a {
  display: flex;
  width: clamp(9.375rem, -3.125rem + 15.63vw, 12.5rem);
  justify-content: center;
  align-items: center;
  height: 90px;
  background: #ff642a;
  color: #fff;
  font-size: 16px;
}
.h-mail a img {
  margin: 0 10px;
}
#header-pc__menu > ul > li a {
  font-size: clamp(0.813rem, 0.313rem + 0.63vw, 0.938rem);
  color: #000;
  font-weight: normal;
  padding: 15px 30px;
  transition: .5s;
  height: auto;
  position: relative;
  padding-left: clamp(0.938rem, -2.813rem + 4.69vw, 1.875rem);
  padding-right: clamp(0.938rem, -2.813rem + 4.69vw, 1.875rem);
}
#header-pc__menu > ul > li a::after {
  bottom: 0;
}
#header-pc__menu > ul {
  gap: 0;
  margin-right: clamp(1.25rem, -6.25rem + 9.38vw, 3.125rem);
}
#header-pc__menu > ul > li a:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #959595;
  position: absolute;
  right: 0;
}
#header-pc__menu > ul > li:last-child a:before {
  content: none;
}
.lp-head-rightbox {
  display: flex;
  align-items: center;
}
.header_fix .lp-head-right {
  display: none;
}
.header_fix .lp-head-rightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
}
.header_fix div#header_inner.header_inner-lp {
  padding: 0;
}
/*FOOTER*/
.lp-footer {
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
.lp-footer-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.footer-nav__list ul {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 190px);
}
.f-logo {
  margin-right: 50px;
}
.footer-nav__list ul li a {
  color: #000;
  font-size: 15px;
  display: block;
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.footer-nav__list ul li {
  border: none;
  position: relative;
}
.footer-nav__list ul li:before {
  content: "";
  height: 15px;
  width: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 4px;
  margin: auto;
}
.footer-nav__list ul li:last-child:before {
  content: none;
}
.footer-nav__list ul li a:hover {
  color: #00b050;
}
.footer-nav__list ul li a:hover {
  color: #00b050;
}
.lp-footer-under {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.lp-footer-under-r {
  display: flex;
  justify-content: space-between;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
#copyright {
  background-color: #07b255;
  color: #FFFFFF;
}
/*MAIN*/
.no_txt {
  display: none !important;
}
section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
div#container {
  overflow: hidden;
}
.Inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}.Inner1200 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
section.FV {
  text-align: center;
  height: 90vh;
  background: url("../img/lp/fv-bg.webp") no-repeat;
  background-position: left top;
  background-size: 55vw auto;
}
section.FV {
  display: flex;
  justify-content: end;
  padding: 50px 50px 0;
}
section.FV h1 {
  width: 50%;
}
h2.h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 1.8;
  border-bottom: 2px solid;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.tk1 {
  color: #00b050;
  font-weight: bold;
}
.tk2 {
  color: #ff622f;
  font-weight: bold;
}
ul li {
  list-style: none;
}
.LP_01box ul {
  display: flex;
  justify-content: space-evenly;
}
.LP_01box ul li {
  width: 25%;
  text-align: center;
}
.LP_01box ul li h3 {
  background: #00b050;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 40px;
}
.LP_01box ul li h3 span {
  font-size: 20px;
  border-bottom: 3px dotted;
  display: inline-block;
  font-weight: bold;
}
.LP_01box ul li h3 b {
  color: #fff15b;
}
section.LP_01 {
  padding: 0 0 50px;
  position: relative;
  background: url("../img/lp/h2-01.webp") right 20px top 20px no-repeat;
}
section.LP_02 {
  position: relative;
  padding: 100px 0 70px;
  background: url("../img/lp/h2-02.webp"), url("../img/lp/sec2-bg.webp");
  background-position: left 20px top 80px, center center;
  background-size: auto auto, 100% 100%;
  background-repeat: no-repeat, no-repeat;
}
section.LP_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100px 0px 100px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.LP_02-head h2 {
  font-size: 30px;
  border: none;
}
.LP_02-head h2 span {
  font-size: 36px;
}
.LP_02-head {
  position: relative;
  background: url("../img/lp/bar-l.webp"), url("../img/lp/bar-r.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 100px auto, 100px auto;
  background-position: left center, right center;
}
.LP_02-link ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.LP_02-link ul li {
  position: relative;
  transition: 0.5s;
}
.LP_02-link ul li .txt {
  position: absolute;
  top: 26px;
  margin: auto;
  left: 30%;
}
.LP_02-link ul li:hover {
  opacity: 0.8;
}
.LP_02-link ul li .txt h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
.LP_02-link ul li .txt p {
  font-size: 20px;
}
.LP_02-link ul li:last-child .txt {
  left: 40%;
}
.LP_02-link ul li a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
section.LP_03 {
  padding: 70px 0;
  position: relative;
  background: url("../img/lp/h2-03.webp") right 20px top 20px no-repeat;
}
section.LP_03 h2 {
  border: none;
}
.LP_03box {
  background: url("../img/lp/sec3-barL.webp"), url("../img/lp/sec3-barR.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto auto, auto auto;
  background-position: left 20px top 20px, right 20px bottom 20px;
  padding: 50px;
  background-color: #dbf0e4;
}
.LP_03box h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.LP_03box .txt p {
  font-size: 16px;
  margin-bottom: 20px;
}
.LP_03box p.ar {
  padding: 0 50px;
}
p.ar {
  text-align: right;
}
section.contatc_area {
  background: url("../img/lp/contact-bg-l.webp"), url("../img/lp/contact-bg-r.webp");
  background-color: #00b050;
  background-size: auto 100%, auto 100%;
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding: 60px 0;
}
section.contatc_area:before {
  content: "";
  height: 20px;
  width: 100vw;
  background: url("../img/lp/contact-bg3.webp")top center;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}
section.contatc_area:after {
  content: "";
  height: 20px;
  width: 100vw;
  background: url("../img/lp/contact-bg3.webp")bottom center;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}
section.contatc_area .Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.contatc_area .link p a {
  width: 350px;
  height: 90px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  border: 5px solid #cce9d8;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
section.contatc_area .link p a img {
  margin-right: 10px;
}
section.contatc_area .link p a:hover {
  text-decoration: none;
}
section.contatc_area .link p:nth-child(2) a {
  background: #ff642a;
  border-color: #fff;
  font-size: 22px;
  color: #fff;
}
section.contatc_area .link p {
  margin-bottom: 15px;
}
section.contatc_area .Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.contatc_area .txt p {
  font-size: 33px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
section.contatc_area .link p a {
  width: 350px;
  height: 90px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  border: 5px solid #cce9d8;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
section.contatc_area .link p a img {
  margin-right: 10px;
}
section.contatc_area .link p a:hover {
  text-decoration: none;
}
section.contatc_area .link p:nth-child(2) a {
  background: #ff642a;
  border-color: #fff;
  font-size: 22px;
  color: #fff;
}
section.contatc_area .link p {
  margin-bottom: 15px;
}
section.LP_04 {
  position: relative;
  padding: 80px 0 40px;
  background: url("../img/lp/h2-04.webp"), url("../img/lp/sec4-bg-r.webp"), url("../img/lp/sec4-bg-l.webp");
  background-position: left 100px top 20px, right bottom 30%, left bottom;
  background-size: auto auto, auto auto, auto auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
section.LP_04 h2 {
  border: none;
  margin-bottom: 10px;
}
section.LP_04 p.txt-p {
  text-align: center;
}
.LP_04-txt {
  border: 10px solid #00b050;
  padding: 50px 50px 20px;
  margin-bottom: 40px;
  background: #fff;
}
.LP_04-txt h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #00b050;
  line-height: 2;
  padding-top: 0;
}
.LP_04-txt h3 span {
  background: #ff622e;
  color: #fff;
  padding: 0 10px;
}
.LP_04box figure {
  width: 300px;
}
.LP_04cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px dotted;
  padding-bottom: 30px;
}
.LP_04cont .txtIn {
  width: calc(100% - 350px);
}
.LP_04cont.al_center {
  align-items: center;
}
.LP_04cont .txtIn h4 {
  text-align: center;
  color: #00b050;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.LP_04cont .txtIn p {
  line-height: 2;
}
.LP_04cont:last-child {
  border: none;
  margin: 0;
}
.LP_04-txt ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 0;
}
.LP_04-txt ul li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #00b050;
}
.tk3 {
  background: #dbf0e4;
  padding: 2px 10px;
  font-weight: bold;
}
.LP_04cont h5 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
}
.LP_04cont h5:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #00b257;
}
.LP_04cont .txtIn p:last-child {
  margin-bottom: 0;
}
section.LP_05 h2 {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}
section.LP_05 p.txt-p {
  text-align: center;
}
.LP_05box {
  background: #fff;
  padding: 40px 60px;
}
.LP_05box h3 {
  padding: 20px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  background: #dbf0e4;
  margin-bottom: 20px;
}
section.LP_05 {
  background: #dbf0e4 url("../img/lp/h2-05.webp");
  background-position: right 20px top 20px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 0 30px;
  position: relative;
}
section.LP_05 h2 {
  border: none;
  margin-bottom: 20px;
}
section.LP_05 p.txt-p {
  text-align: center;
}
.LP_05box {
  background: #fff;
  padding: 30px 60px 40px;
  margin-bottom: 50px;
}
.LP_05box h3 {
  padding: 20px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  background: #dbf0e4;
  margin-bottom: 20px;
}
section.LP_05 table th {
  border: none;
  background: none;
  padding: 0 0 10px;
  font-weight: bold;
}
section.LP_05 table th:nth-child(1) {
  background: #00b050;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px;
  border: 3px solid #00b257;
  width: 36%;
}
section.LP_05 table th:nth-child(1):before {
  content: "";
  height: 10px;
  width: calc(100% + 6px);
  position: absolute;
  top: -9px;
  background: #00b050;
  left: -3px;
  border-radius: 20px 20px 0 0;
}
section.LP_05 table th:nth-child(3):before {
  content: "";
  background: #ff642a;
  height: 10px;
  width: calc(100% + 6px);
  position: absolute;
  top: -9px;
  left: -3px;
  border-radius: 20px 20px 0 0;
}
section.LP_05 table th:nth-child(3) {
  background: #ff642a;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px;
  border: 3px solid #ff622e;
  width: 36%;
}
section.LP_05 table td:nth-child(1) {
  text-align: center;
  border: 1px solid #00b257;
  border-left: 3px solid #00b257;
  border-right: 3px solid #00b257;
  font-weight: bold;
  color: #00b257;
}
section.LP_05 table td:nth-child(3) {
  text-align: center;
  border: 1px solid #ff622e;
  border-left: 3px solid #ff622e;
  border-right: 3px solid #ff622e;
  color: #ff622e;
  font-weight: bold;
}
section.LP_05 table td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.8;
  padding: 15px;
}
section.LP_05 table td:nth-child(1) span {
  font-size: 13px;
}
section.LP_05 table tr:last-child td:nth-child(1) {
  border-bottom: 3px solid #00b257;
}
section.LP_05 table tr:last-child td:nth-child(3) {
  border-bottom: 3px solid #ff622e;
}
.LP_05box table {
    margin: 50px 0 0;
    font-size: 16px;
}
.LP_05cont {
  display: flex;
  justify-content: space-between;
}
.LP_05cont figure {
  width: 400px;
}
.LP_05cont .txt {
  width: calc(100% - 450px);
}
.LP_05under h4 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #00b050;
  border-top: 5px solid;
  padding: 25px 0;
  margin-bottom: 20px;
}
.LP_05under ul {
  display: flex;
  justify-content: space-between;
}
.LP_05under ul li figure {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.LP_05under ul li {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.LP_05under ul li p {
  margin: 0;
}
section.LP_06 {
  padding: 80px 0 40px;
  background: url("../img/lp/h2-06.webp"), url("../img/lp/sec6-bg01.webp"), url("../img/lp/sec6-bg02.webp"), url("../img/lp/sec6-bg03.webp");
  background-position: left 50px top 10px, right top 44%, left bottom 12%, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
}
section.LP_06 h2 {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}
section.LP_06 p.txt-p {
  text-align: center;
}
.LP_06cont h3 b {
  display: flex;
  align-items: center;
  font-size: 80px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  margin-right: 30px;
  line-height: 1.1;
}
.LP_06box h3 {
    font-size: 26px;
    display: flex;
    align-items: center;
    background: #00b050;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 50px;
}
.LP_06cont h4 {
  font-size: 24px;
  text-align: center;
  color: #00b050;
  font-weight: bold;
  border-top: 6px solid;
  padding: 25px 0;
}
.LP_06conttxt {
  padding: 0;
  margin-bottom: 50px;
}
.LP_06conttxt p {
  margin: 0 0 20px;
  line-height: 2;
}
.LP_06conttxt ul {
  display: flex;
  justify-content: space-around;
}
.LP_06contIn {
  padding: 0 70px;
  margin-bottom: 50px;
}
.LP_06contIn dl {
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.LP_06contIn dt {
  width: 250px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.LP_06contIn dd {
    width: calc(100% - 260px);
    background: #f2f2f2;
    margin: 0;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    line-height: 2;
    font-size: 16px;
}
.LP_06contIn dd b {
  font-size: 20px;
  font-weight: bold;
}
.LP_06contIn dd p {
  margin: 0;
}
.LP_06contIn dl.last-dl dt {
  background: #00b050;
  color: #fff;
}
.LP_06contIn dl.last-dl dd {
  border: 5px solid #00b050;
  background: #fff;
  font-weight: bold;
}
.LP_06contIn dd p b {
  background: #ff642a;
  padding: 0 5px;
  color: #fff;
}
.LP_06flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}
.LP_06flex figure, .LP_06flex .txt {
  width: 48%;
}
.LP_06cont h4 span {
  font-size: 40px;
  line-height: 0;
}
.LP_06-detail {
  display: flex;
  margin-bottom: 20px;
}
.LP_06-detail .num {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  width: 60px;
  height: 60px;
  background: #00b257;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
}
.LP_06-detail .txt {
  margin-left: 20px;
  border: 5px solid #00b45d;
  width: calc(100% - 65px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
.LP_06-thing {
  padding: 0 40px;
}
.LP_06-detail .txt span {
  color: #ff642a;
  border-bottom: 4px solid #ff642a;
  padding: 6px;
}
.LP_06-03box {
  display: flex;
  justify-content: space-between;
  background: #dbf0e4;
  padding: 15px;
  margin: 50px 0;
}
.LP_06-03box h4 {
  padding: 0;
  border: none;
  color: #000;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  line-height: 1.8;
}
.LP_06cont03-01 {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 80px 0 0;
}
.LP_06cont03under {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.LP_06cont03under div {
  width: 48%;
  background: #fff;
  flex-direction: column;
}
.LP_06cont03under div {
  text-align: center;
  padding: 10px;
}
.LP_06cont03under div h5 {
    background: #00b050;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.LP_06cont03under div figure {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LP_06cont03under div p {
  font-size: 15px;
}
.LP_06cont05box {
  display: flex;
  justify-content: space-between;
}
.LP_06cont05cont {
  width: calc((100% - 30px)/ 4);
  background: #dbf0e4;
}
.LP_06cont05cont .num {
  font-size: 32px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #00b257;
  background: #fff;
}
.LP_06cont05cont .txt {
  padding: 20px 10px;
  text-align: center;
}
.LP_06cont05cont figure {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.LP_06cont05cont h5 {
  font-size: 18px;
  font-weight: bold;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LP_06cont05cont p {
  line-height: 2;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}
section.LP_07 {
  background: #dbf0e4 url("../img/lp/h2-07.webp");
  background-position: right 20px top 20px;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 80px 0 40px;
  position: relative;
}
section.LP_07 h2 {
  border: none;
}
.LP_07box ul {
  display: flex;
  justify-content: space-between;
}
.LP_07box ul li {
  width: 31%;
  background: #fff;
}
.LP_07box ul h3 {
  background: #00b050;
  text-align: center;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.LP_07box ul figure img {
    width: 100%;
}
.LP_07box ul .txt {
  padding: 0 20px;
}
.LP_07box ul p {
  line-height: 2;
}
section.LP_08 {
  padding: 80px 0;
  position: relative;
  background: url("../img/lp/h2-08.webp")left 20px top 20px no-repeat;
  background-size: auto;
}
section.LP_08 h2.h2 {
  border: none;
  margin-bottom: 20px;
}
p.ac {
  text-align: center;
}
section.LP_08 .pc_only {
  position: relative;
}
section.LP_08 h3 {
  position: absolute;
  top: 6px;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #00b358;
}
section.LP_08 p.lp8-01 {
    top: 120px;
    left: 40%;
}
section.LP_08 p {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
section.LP_08 p.lp8-02 {
    top: 190px;
    left: 40%;
}
section.LP_08 p.lp8-03 {
    top: 263px;
    left: 40%;
}
section.LP_08 h4.lp8-04 {
  position: absolute;
  top: 32.5%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #00b358;
  left: 40px;
}
section.LP_08 h4.lp8-05 {
  position: absolute;
  top: 32.5%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ff642a;
  right: 24%;
}
section.LP_08 p.lp8-06 {
    top: 470px;
    left: 10%;
    line-height: 1.5 !important;
    text-align: center;
}
section.LP_08 p.lp8-07 {
    top: 570px;
    left: 35%;
    line-height: 1.5;
    text-align: center;
}
section.LP_08 p.lp8-08 {
    top: 639px;
    left: 14%;
    line-height: 2;
    text-align: center;
}
section.LP_08 p.lp8-09 {
    top: 640px;
    left: 58%;
    line-height: 2;
    text-align: center;
}
section.LP_08 p.lp8-10 {
    top: 711px;
    left: 16%;
    line-height: 2;
    text-align: center;
}
section.LP_08 p.lp8-11 {
    top: 710px;
    left: 66%;
    line-height: 2;
    text-align: center;
}
section.LP_08 p.lp8-12 {
    top: 780px;
    left: 16%;
    line-height: 1.5;
    text-align: center;
}
section.LP_08 p.lp8-13 {
    top: 861px;
    left: 10%;
    line-height: 1.5 !important;
    text-align: center;
}
section.LP_08 p.lp8-14 {
    top: 953px;
    left: 10%;
    line-height: 1.5;
    text-align: center;
}
section.LP_08 p.lp8-14 {
  top: 83.5%;
  left: 10%;
  line-height: 1.5;
  text-align: center;
}
section.LP_08 p.lp8-15 {
    top: 1026px;
    left: 23%;
    line-height: 2;
    text-align: center;
}
section.LP_08 p.lp8-16 {
    top: 1099px;
    right: 25%;
    line-height: 2;
    text-align: center;
}
section.LP_08 p.ac {
    position: relative;
    top: auto;
    margin: 0 0 50px;
    font-weight: normal;
}
section.LP_09 {
  position: relative;
  padding: 80px 0 10px;
  background: #dbf0e4 url("../img/lp/h2-09.webp");
background-position: right 20px top 20px;
	background-size: auto;
	background-repeat: no-repeat;
}
section.LP_09 h2 {
  border: none;
  margin-bottom: 20px;
}
section.LP_09 h3 {
  font-size: 26px;
  font-weight: bold;
  background: url("../img/lp/qabar.webp") left bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  margin: 0;
}
/*=========
accordion
=========*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 5px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  border-radius: 10px;
  margin-bottom: 10px;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  opacity: 0.8;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #ffffff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 3px solid #333;
  width: 24px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 3px solid #333;
  width: 0;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #00b050;
  border-radius: 10px;
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding: 10px 0 10px 60px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 5px;
  content: "Q";
  color: #ffffff;
  font-size: 26px;
  font-weight: normal;
  background: #00b050;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 16px;
  margin: 0px;
  font-weight: bold;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 60px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 15px;
  content: "A";
  color: #ffffff;
  font-size: 26px;
  top: 0;
  margin: auto;
  line-height: 1.2;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin: 0;
  font-weight: bold;
}
.s_section {
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 20px 0;
}
.gutter > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
section.LP_10 {
    background: #00b050 url("../img/lp/h2-contact.webp");
    background-position: left 20px top 10px;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 80px 0 10px;
}
section.LP_10 h2 {
    color: #fff;
    border: none;
    margin: 0 0 20px;
}.wpcf7 p {
    margin-bottom: 1em;
    font-size: 16px;
    margin: 0;
    line-height: 2;
}.wpcf7 {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    margin: 0 0 2.5em !important;
    font-size: 16px;
}.table-contactform7 th {
    width: 28%;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    padding: 0px 15px;
}.lp10-boxIN th p {
    font-size: 16px;
    margin: 0;
}.required-contactform7 {
    padding: 0px 5px;
    background: #ff642a;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
    margin-left: 8px;
    font-size: 13px;
    font-weight: normal;
    float: right;
}.table-contactform7 input, .table-contactform7 textarea {
    max-width: 100% !important;
    margin: 10px 10px 10px 5px;
}.table-contactform7 td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 15px;
}
.wpcf7 input, .wpcf7 textarea {
    width: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 2.5;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
}.table-contactform7 th.v-align-top {
    vertical-align: middle;
}.wpcf7 textarea {
    height: 180px;
}span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    margin: 23px 0;
}.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    line-height: 1.2;
    font-size: 16px;
}
.lp10-boxIN {
    padding: 30px 50px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
span.wpcf7-form-control.wpcf7-acceptance {
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}
span.wpcf7-form-control.wpcf7-acceptance a {
    color: #fff;
    text-decoration: underline;
}
span.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    max-width: 100%;
    border: none;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 5px;
    transform: rotate(50deg);
    width: 6px;
    height: 11px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
}
.wpcf7 input.wpcf7-submit {
    position: relative;
    display: block;
    width: 300px;
    height: 70px;
    margin: 30px auto 0;
    background-color: #ffffff;
    cursor: pointer;
    border: none !important;
    color: #00b257;
    text-align: center;
    text-decoration: none;
    font-size: 23px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
}.wpcf7 input.wpcf7-submit:hover {
    background: #ff622e;
    color: #fff;
}
section.LP_11 {
    padding: 80px 0;
    position: relative;
	background: url("../img/lp/h-10.webp")right 20px top 20px no-repeat;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #ff622e;
    color: #fff;
}

section.LP_11 {
    padding: 80px 0 120px;
    position: relative;
}
section.LP_11 h2 {
    margin-bottom: 20px;
    border: none;
}

section.LP_11 table {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
}

section.LP_11 table th,section.LP_11 table td {
    background: none;
    border: none;
    position: relative;
}

section.LP_11 table th {
    width: 22%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border-bottom: 8px solid #FFF;
    font-weight: bold;
}

section.LP_11 table th:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #dbf0e4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: -1;
}

section.LP_11 table td {
    border-bottom: 1px dotted;
    padding: 0 50px;
    vertical-align: middle;
}
footer {
    background-color: #fff;
    padding: 30px 0 0;
    border-top: 1px solid #c9c9c9;
}
.pagelink2 {
    padding-top: 100px;
    margin-top: -100px;
}







@media screen and (max-width:1280px) {
	button.headtel {
    border: none;
    background: #00b257;
    height: 45px;
    border-radius: 5px;
    width: 45px;
}
button.headmail {
    background: #ff642a;
    border: none;
    height: 45px;
    border-radius: 5px;
    width: 45px;
    margin: 0 10px;
}

button.headmail img {
    height: 30px;
}

button.headtel img {
    height: 30px;
}

div#menu-button__wrap {
    display: flex;
    align-items: center;
}
	#header {
    height: 58px;
    position: fixed;
    top: 0;
    right: 0;
}.header_fix .lp-head-rightbox {
    width: auto;
}div#header_inner.header_inner-lp {
    width: 100%;
    padding: 0 0 0 0px;
}
  .lp-head-right {
    display: none;
  }
	section.FV {
    height: auto;
}section.LP_01 {
    padding: 120px 0 50px;
    background-size: auto 50px;
}section.LP_02 {
    position: relative;
    padding: 100px 0 70px;
    background: url("../img/lp/h2-02.webp"), url("../img/lp/sec2-bg.webp");
    background-position: left 20px top 0px, center center;
    background-size: auto 60px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
}section.LP_03 {
    background-size: auto 80px;
    padding: 100px 0;
}section.LP_04 {
    background-size: auto 80px;
    padding: 100px 0 40px;
}section.LP_05 {
    background-size: auto 80px;
    padding: 100px 0 30px;
}section.LP_06 {
	background: url(../img/lp/h2-06.webp) left 20px top 10px no-repeat;
    background-size: auto 80px;	
    padding: 100px 0 30px;
}section.LP_07 {
    background: #dbf0e4 url("../img/lp/h2-07.webp");
    background-position: right 20px top 20px;
    background-size: auto 80px;	
    background-repeat: no-repeat;
    padding: 100px 0 40px;
    position: relative;
}section.LP_08 {
    padding: 100px 0;
    position: relative;
    background: url("../img/lp/h2-08.webp")left 20px top 20px no-repeat;
    background-size: auto 80px;	
}section.LP_09 {
    position: relative;
    padding: 100px 0 10px;
    background: #dbf0e4 url("../img/lp/h2-09.webp");
    background-position: right 20px top 20px;
    background-size: auto 80px;	
    background-repeat: no-repeat;
}section.LP_10 {
    background: #00b050 url("../img/lp/h2-contact.webp");
    background-position: left 20px top 10px;
    background-repeat: no-repeat;
    background-size: auto 80px;	
    padding: 100px 0 10px;
}section.LP_11 {
    padding: 100px 0 120px;
    position: relative;
    background: url("../img/lp/h-10.webp")right 20px top 20px no-repeat;
	background-size: auto 80px;	
}main {
    margin-top: 60px;
}
}
@media screen and (min-width:1001px) {
  .mobile_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}
@media screen and (max-width:1000px) {
  .pc_only {
    display: none !important;
  }
  .mobile_only {
    display: block !important;
  }
  section.FV h1 {
    width: 100%;
    padding: 0 20px 0 0;
}
  section.FV {
    display: flex;
    justify-content: end;
    padding: 0;
    background: #fff;
    height: auto;
  }
  .lp-footer {
    max-width: 100%;
    padding: 0;
  }
  .footer-nav__list {
    margin: 0px;
    width: 100%;
  }
  .lp-footer-under {
    flex-wrap: wrap;
  }
  .lp-footer-under-l {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .lp-footer-under-r {
    display: flex;
    justify-content: space-between;
    width: max-content;
    margin: auto;
  }
  .lp-footer-under {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
.footer-nav__list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}section.LP_05 p.txt-p br {
    display: none;
}
  .lp-footer {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }.LP_01box ul li {
    width: 32%;
    text-align: center;
}.LP_02-link ul li {
    position: relative;
    transition: 0.5s;
    width: 49%;
}.LP_02-link ul li .txt {
    position: absolute;
    top: 22px;
    margin: auto;
    left: 30%;
}.LP_02-link ul li .txt h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}.LP_02-link ul li .txt p {
    font-size: 16px;
}section.contatc_area .txt p {
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    margin: 0;
}section.contatc_area .link p a {
    width: 300px;
    height: 75px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    border: 5px solid #cce9d8;
    border-radius: 100px;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: bold;
}.LP_05cont figure {
    width: 48%;
}.LP_05cont .txt {
    width: 48%;
}.LP_06box h3 br {
    display: none;
}.LP_06conttxt ul li {
    width: 40%;
}.LP_06contIn {
    padding: 0 20px;
    margin-bottom: 50px;
}.LP_06-03box h4 {
    font-size: 17px;
}.LP_06cont05cont h5 {
    font-size: 16px;
}.table-contactform7 th {
    width: 100%;padding: 15px;
}.LP_06-detail .txt {
    margin-left: 20px;
    border: 5px solid #00b45d;
    width: calc(100% - 65px);
    border-radius: 10px;
    display: inline-block;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}.LP_06-detail {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
	
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
    line-height: 1.5;
}
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 22px;
    left: 0;
}
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
@media screen and (max-width:650px) {
  .lp-footer-top {
    flex-wrap: wrap;
  }
  .f-logo {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-nav__list ul li {
    width: 48%;
  }
  .lp-footer-under-r {
    flex-wrap: wrap;
  }
  .h-tel {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .h-tel div {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    color: #000;
  }
  .h-mail {
    width: max-content;
    margin: 0 auto;
  }
  .h-mail a {
    padding: 0 35px;
    width: 100%;
  }h2.h2 {
    text-align: center;
    font-size: 28px;
}.LP_01box ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    flex-wrap: wrap;
}.LP_01box ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #00b257;
    margin-bottom: 10px;
}.LP_01box ul li h3 {
    background: #00b050;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 10px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
	.LP_01box ul li figure img {
    height: 70px;
}
.LP_01box ul li figure {
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}.LP_02-head h2 {
    font-size: 20px;
    border: none;
}.LP_02-head h2 span {
    font-size: 26px;
}.LP_02-head {
    position: relative;
    background: url("../img/lp/bar-l.webp"), url("../img/lp/bar-r.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: 50px auto, 50px auto;
    background-position: left center, right center;
}.LP_02-link ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}.LP_02-link ul li {
    position: relative;
    transition: 0.5s;
    width: 100%;
    text-align: center;
}.LP_02-link ul li .txt {
    position: absolute;
    top: 32px;
    margin: auto;
    left: 36%;
    text-align: left;
}img.alignright {
    width: 100%;
    margin: 0 0 20px;
    display: block;
}.LP_03box p.ar {
    padding: 0;
}section.contatc_area .Inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}section.contatc_area .Inner .txt {
    width: 100%;
    margin-bottom: 20px;
}section.contatc_area .Inner .link {
    margin: 0 auto;
}.LP_04cont {
    flex-wrap: wrap;
}.LP_04box figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}.LP_04cont .txtIn {
    width: 100%;
}.LP_04-txt h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
}.LP_04-txt ul {
    flex-wrap: wrap;
}.LP_04-txt ul li {
    width: 48%;
}.LP_04-txt {
    border: 10px solid #00b050;
    padding: 20px;
}.LP_05box {
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
}.LP_05cont {
    flex-wrap: wrap;
}.LP_05cont figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}.LP_05cont .txt {
    width: 100%;
}.LP_05under ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}.LP_05under ul li {
    text-align: center;
    color: #000;
    font-weight: bold;
    width: 32%;
}.LP_06cont h3 b {
    font-size: 60px;
}.LP_06box h3 {
    font-size: 20px;
}.LP_06contIn dt {
    width: 30%;
}.LP_06contIn dd {
    width: 68%;
}.LP_06box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}.LP_06flex {
    flex-wrap: wrap;
}.LP_06flex figure {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
	 .LP_06flex .txt {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}.LP_06cont h4 {
    font-size: 21px;
}.LP_06-thing {
    padding: 0;
}.LP_06-detail .txt {
    margin-left: 20px;
    padding: 10px 20px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}.LP_06-03box {
    flex-wrap: wrap;
}.LP_06cont03-01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
}.LP_06-03box h4 {
    font-size: 17px;
    position: relative;
    margin-bottom: 10px;
}.LP_06cont03-01 {
    margin-bottom: 20px;
}.LP_06flex figure {
    text-align: center;
}.LP_06cont05box {
    flex-wrap: wrap;
}.LP_06cont05cont {
    width: 48%;
    background: #dbf0e4;
    margin-bottom: 20px;
}.LP_07box ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}.LP_07box ul li {
    width: 100%;
    background: #fff;
    display: flex;
    margin-bottom: 20px;
    padding: 0 20px 0 0;
}
.LP_07box ul h3 {
    background: #00b050;
    text-align: center;
    padding: 20px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    width: 20%;
    display: flex;
    align-items: center;
}.LP_07box ul figure {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 0;
    order: 2;
}
.LP_07box ul .txt {
    padding: 20px;
    width: 60%;
    display: flex;
    align-items: center;
}.LP_07box ul .txt p {
    margin: 0;
    font-size: 12px;
	line-height: 2;
}.p-faq__headinner::before {
    position: absolute;
    width: 30px;
    height: 30px;
}.accordion_area .accordion_one .ac_header {
    padding: 10px;
}.p-faq__headinner {
    padding: 10px 0 10px 50px;
}.accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 6px;
}.p-faq__headinner {
    padding: 10px 30px 10px 50px;
}span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    margin: 23px 0;
    flex-wrap: wrap;
}.lp10-boxIN {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}section.LP_04 p.txt-p {
    text-align: left;
}.wpcf7 input, .wpcf7 textarea {
    line-height: 1.8;
    font-size: 14px;
}.table-contactform7 th {
    width: 100%;
    padding: 5px;
}section.LP_05 p.txt-p {
    text-align: left;
}.LP_05under ul li figure {
    padding: 10px;
}section.LP_05 p.txt-p.ac {
    text-align: center;
}.LP_05box h3 {
    padding: 20px;
    font-size: 20px;
}.table-contactform7 td p {
    margin: 0;
}
	
}
@media screen and (max-width:430px) {
h2.h2 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 0;
    line-height: 1.5;
}.post_content p {
    line-height: 1.8;
    margin: 0 0 2em 0;
}.tk3 {
    padding: 2px 5px;
}.LP_01box ul li h3 {
    background: #00b050;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 10px;
    width: 70%;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0;
}.LP_02-head h2 {
    font-size: 19px;
    border: none;
    margin-bottom: 20px;
}section.LP_03 h2 {
    border: none;
    margin-bottom: 20px;
}.LP_02-head {
    position: relative;
    background: none;
}.LP_02-head h2 span {
    font-size: 25px;
}.LP_03box h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}section.contatc_area .txt p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
}.LP_02-link ul li .txt {
    position: absolute;
    top: 15px;
    margin: auto;
    left: 36%;
    text-align: left;
}.LP_03box {
    background: url("../img/lp/sec3-barL.webp"), url("../img/lp/sec3-barR.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, auto auto;
    background-position: left 10px top 10px, right 10px bottom 10px;
    padding: 25px;
    background-color: #dbf0e4;
}.LP_03box p.ar {
    padding: 0 15px;
}.LP_04-txt {
    border: 10px solid #00b050;
    padding: 10px;
}.LP_04-txt ul li h4 {
    font-size: 15px;
    font-weight: bold;
    color: #00b050;
}section.LP_05 table td, section.LP_05 table th {
    padding: 5px 2px;
    vertical-align: middle;
    font-size: 12px;
}section.LP_05 table td:nth-child(1) span {
    font-size: 9px;
}.LP_05box {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 50px;
}.LP_05under ul li p {
    font-size: 13px;
}.LP_06cont h3 b {
    font-size: 50px;
    margin-right: 10px;
}.LP_06box h3 {
    font-size: 16px;
    margin-bottom: 20px;
}.LP_06contIn {
    padding: 0;
    margin-bottom: 50px;
}.LP_06contIn dt {
    width: 30%;
    font-size: 16px;
}.LP_06contIn dd {
    width: 68%;
    padding: 10px;
    font-size: 13px;
}.LP_06contIn dd b {
    font-size: 17px;
    font-weight: bold;
}body#body-lp-2025 p b {
    display: block;
}.LP_06contIn dd p {
    margin: 0 0 10px;
}.LP_06cont h4 {
    font-size: 21px;
    line-height: 2;
}.LP_06cont03under div h5 {
    padding: 5px;
    font-size: 16px;
}.LP_06cont03under div {
    width: 49%;
    padding: 5px;
}.LP_06-03box {
    padding: 15px 10px;
    margin: 50px 0;
}.LP_06cont03-01 {
    margin-bottom: 0;
}.LP_06-03box h4 {
    font-size: 17px;
    position: relative;
    margin: 20px auto;
}.LP_06cont03under div p {
    font-size: 13px;
}.LP_06cont05cont {
    width: 100%;
    background: #dbf0e4;
    margin-bottom: 20px;
}.LP_06cont05cont h5 {
    min-height: auto;
}.LP_07box ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}
.LP_07box ul .txt {
    padding: 10px;
    width: 70%;
    display: flex;
    align-items: center;
}.LP_07box ul h3 {
    padding: 0 5px;
    font-size: 17px;
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
}.LP_07box ul figure {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    order: 2;
}.LP_07box ul .txt p {
    margin: 0;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}.LP_07box ul li {
    width: 100%;
    background: #fff;
    display: flex;
    margin-bottom: 20px;
    padding: 0;
    flex-wrap: wrap;
}.LP_05under h4 {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}.LP_06-detail .txt span {
    color: #ff642a;
    border-bottom: 2px solid #ff642a;
    padding: 2px 0 0;
}.LP_06-detail .txt {
    margin-left: 20px;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
	
	
	
	
	
	
	
	
	
	
	.wpcf7 form {
    margin: 0;
}.lp10-boxIN {
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}section.LP_11 table th {
    width: 30%;
}section.LP_11 table td {
    border-bottom: 1px dotted;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 13px;
}.lp-footer-under-l {
    padding: 0 20px;
	}.footer-nav__list ul li:before{
		content: none;
	}.h-mail {
    width: 90%;
    margin: 0 auto 10px;
}
}