header {
  width: 100%;
  background: #fff;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 0 5px;
}
header .inner .site_logo {
  width: 235px;
  margin-right: 15px;
}
header .inner .header_link {
  display: flex;
}
header .inner .header_link .header_mail {
  max-width: 55px;
  margin-right: 1px;
}
header .inner .header_link .header_tel {
  max-width: 55px;
}

.middle {
  background: #dfead1;
  padding: 12px;
}
.middle .inner {
  position: relative;
  background: #fff;
  border: 2px solid #5f941b;
  border-radius: 10px;
}
.middle .inner .head {
  position: relative;
  background: #5f941b;
  border-radius: 5px 5px 0 0;
  padding: 8px 5px;
}
.middle .inner .head::before, .middle .inner .head::after {
  content: "";
  position: absolute;
}
.middle .inner .head::after {
  width: 24%;
  aspect-ratio: 13/10;
  background: url(../img/fv_image.png) 0/contain no-repeat;
  bottom: 0;
  right: -10px;
}
.middle .inner .head::before {
  width: 22%;
  aspect-ratio: 5/3;
  background: url(../img/fv_image2.png) 0/contain no-repeat;
  left: -6px;
  top: -10px;
}
.middle .inner .head .txt1 {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
}
.middle .inner .head .txt1::before {
  content: "";
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/section01_ico.png) 0/contain no-repeat;
  margin-top: 1px;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.middle .inner .head .txt2 {
  max-width: 220px;
  margin: 0 auto;
}
.middle .inner .btn {
  display: block;
  width: 84%;
  margin: 0 auto;
  padding: 10px 0;
}
.middle .inner .card_txt {
  font-size: min(0.8em, 2.8vw);
  font-weight: bold;
  margin-bottom: 6px;
}
.middle .inner .card_img {
  width: 94%;
  margin: 0 auto 10px;
}

.section01 {
  background: url(../img/section01_bg.png) repeat center top;
}
.section01 .inner {
  padding: 15px;
}
.section01 .inner .read {
  margin-bottom: 10px;
}
.section01 .inner .txt {
  color: #314c0c;
  font-weight: bold;
}
.section01 .inner .txt .orange {
  color: #ff4800;
}
.section01 .inner .txt .font-up {
  font-size: 1.3em;
}

.section02 {
  background: url(../img/section02_bg.png) repeat center top/225px auto;
}
.section02 .inner {
  padding: 30px 15px;
}
.section02 .inner .read {
  color: #ff9000;
  font-size: min(1.6em, 6.3vw);
  font-weight: bold;
  margin-bottom: 30px;
}
.section02 .inner ul.discount li {
  position: relative;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.section02 .inner ul.discount li h3 {
  background: #319f2d;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px 0;
}
.section02 .inner ul.discount li .box {
  padding: 20px;
}
.section02 .inner ul.discount li .box .txt1 {
  font-size: 1.2em;
  line-height: 1.3;
}
.section02 .inner ul.discount li .box .txt1 .red {
  color: #be0000;
  font-weight: bold;
}
.section02 .inner ul.discount li .box .txt1 .red span {
  font-size: 1.8em;
}
.section02 .inner ul.discount li .box .txt2 {
  margin-top: 5px;
}
.section02 .inner ul.discount li .box .txt2 span {
  font-size: 0.9em;
}
.section02 .inner ul.discount li:nth-of-type(1) .box {
  background: url(../img/section02_bg1.png) no-repeat right 90%/25% auto;
}
.section02 .inner ul.discount li:nth-of-type(2) .box {
  background: url(../img/section02_bg2.png) no-repeat right 90%/30% auto;
}
.section02 .inner ul.discount li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../img/section02_ico.png) no-repeat center top/contain;
  top: -12px;
  right: 0;
}
.section02 .inner ul.discount li:nth-of-type(3) .box {
  background: url(../img/section02_bg3.png) no-repeat 95% 90%/30% auto;
}

.section02 ul.plan {
  margin-top: 15px;
}
.section02 ul.plan li {
  margin-bottom: 20px;
}

.section02 .bottom_txt {
  color: #957200;
  font-size: min(1.6em, 5.5vw);
  font-weight: bold;
  margin-top: 10px;
}

.section_form {
  padding: 1em 0;
}

.inquiry_section {
  width: 90%;
  background: #fff;
  border: #ff4800 2px solid;
  margin: 0 auto;
}
.inquiry_section .form_title {
  background: #ff4800;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: 0.4em 0 0.3em;
}
.inquiry_section .form_title .sub_title {
  display: inline-block;
  background: #fff;
  color: #ff4800;
  font-size: 0.9em;
  border-radius: 6px;
  margin-bottom: 0.1em;
  padding: 0.2em 0.6em;
}
.inquiry_section .progress_bar {
  width: 90%;
  height: 4px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto 1em;
}
.inquiry_section .progress_bar .progress_inner {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #e60000, #e68200);
  transition: width 0.4s ease;
}

.form_step {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.form_step.active {
  display: block;
}
.form_step.fadein {
  opacity: 1;
}
.form_step h3 {
  font-size: 1.1em;
  margin-bottom: 0.8em;
}

.choice_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  padding: 0 0.8em;
}
.choice_buttons input[type=radio] {
  display: none;
}
.choice_buttons .choice_label {
  display: block;
  width: 48%;
  background: #f9f9f9;
  font-size: 0.9em;
  font-weight: bold;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 0.5em 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.choice_buttons input[type=radio]:checked + .choice_label {
  background: #ff9900;
  color: #fff;
}

.form_step h4 {
  width: 90%;
  text-align: left;
  margin: 0 auto 0.5em;
}
.form_step h4 .require {
  display: inline-block;
  background: #bb0000;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  border-radius: 5px;
  margin-left: 0.4em;
  padding: 0.2em 0.4em;
}
.form_step input[type=text], .form_step textarea {
  width: 90%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 0.4em 1em;
  box-sizing: border-box;
}
.form_step textarea {
  height: 200px;
}
.form_step input.error, .form_step textarea.error {
  border: 2px solid #e63946;
  background-color: #fff5f5;
}

.confirm_area {
  width: 90%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
.confirm_area th, .confirm_area td {
  font-size: 0.9em;
  border: 1px solid #bebebe;
  padding: 0.4em 0;
}

.form_step .buttons {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.form_step button {
  background: #ff9900;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  margin: 1em 0;
  padding: 0.3em 0.6em 0.5em;
  cursor: pointer;
  transition: background 0.2s ease;
}
.form_step button.next.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  transition: opacity 0.2s ease;
}
.form_step button.prev {
  background: #d6d6d6;
  color: #333;
}

.section03 {
  position: relative;
  background: linear-gradient(to right, #f1e078 0%, #cea318 30%, #f1e078 72%, #cfa61a 100%);
  padding: 40px 20px 55px;
}
.section03::before, .section03::after {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 658/49;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: url(../img/section03_ico.png) no-repeat center top/contain;
}
.section03::before {
  top: 14px;
}
.section03::after {
  bottom: 14px;
}
.section03 .txt {
  color: #51330c;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
}

.section04 {
  background: url(../img/section04_bg.png) repeat center top;
}
.section04 .inner {
  padding: 20px 15px;
}
.section04 .inner .block1, .section04 .inner .block2 {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.section04 .inner .block1 {
  margin-bottom: 20px;
}
.section04 .inner .block1 .head {
  color: #437007;
  background: #f1ee04;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0;
}
.section04 .inner .block1 .box {
  padding: 15px;
}
.section04 .inner .block1 .box p {
  margin-top: 10px;
}
.section04 .inner .block1 .box p .red {
  color: #dc0202;
  font-weight: bold;
}
.section04 .inner .block2 {
  padding: 15px;
}
.section04 .inner .block2 .images {
  padding: 10px 15px 15px;
}
.section04 .inner .block2 p {
  text-align: left;
}

.section05 {
  background: url(../img/section05_bg.png) repeat center top;
}
.section05 h2 {
  position: relative;
  background: #84ad34;
  color: #fff;
  font-size: min(1.3em, 5vw);
  padding: 12px 0;
}
.section05 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  border-color: #84ad34 transparent transparent transparent;
  margin: 0 auto;
  top: 100%;
  left: 0;
  right: 0;
}
.section05 img {
  padding: 20px 15px;
}

.cv_section2 {
  background: linear-gradient(to right, #f1e078 0%, #cea318 30%, #f1e078 72%, #cfa61a 100%);
  padding: 5px 0;
}
.cv_section2 .wrap {
  background: url(../img/cv_section_bg.png) repeat center top/32px auto;
}
.cv_section2 .wrap .inner {
  padding: 17px 20px 20px;
}
.cv_section2 .wrap .inner .txt_wrap {
  position: relative;
  display: inline-block;
  color: #4a4a4a;
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 16px;
}
.cv_section2 .wrap .inner .txt_wrap::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/section01_ico.png) no-repeat center top/24px;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}
.cv_section2 .wrap .inner .btn {
  margin-top: 10px;
}

.section07 {
  background: url(../img/section07_bg.png) repeat center top;
}
.section07 h2 {
  position: relative;
  background: #84ad34;
  color: #fff;
  font-size: min(1.3em, 5vw);
  padding: 12px 0;
}
.section07 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  border-color: #84ad34 transparent transparent transparent;
  margin: 0 auto;
  top: 100%;
  left: 0;
  right: 0;
}
.section07 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 10px 40px;
}
.section07 ul li {
  width: 50%;
}

.section08 .inner .txt {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 5px;
}
.section08 .inner .txt .orange {
  color: #f57340;
}
.section08 .inner .txt .red {
  color: #c70202;
}
.section08 .inner ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 30px;
}
.section08 .inner ul li {
  width: 49%;
}

.section09 {
  background: url(../img/section04_bg.png) repeat center top;
  padding: 40px 15px;
}
.section09 .inner {
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.section09 .inner ul li {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 2px solid #437007;
}
.section09 .inner ul li .image {
  margin-top: 10px;
}
.section09 .inner ul li .txt {
  background: #d4e3b8;
  text-align: left;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px;
}

.section10 {
  background: url(../img/section10_bg.png) repeat center top;
  background-size: 123px auto;
}
.section10 h2 {
  position: relative;
  background: #84ad34;
  color: #fff;
  font-size: min(1.3em, 5vw);
  padding: 20px 0;
}
.section10 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 16px 16.5px 0 16.5px;
  border-style: solid;
  border-color: #84ad34 transparent transparent transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -16px;
}

.section10 ul {
  padding: 30px 15px 40px;
}
.section10 ul li {
  display: grid;
  grid-template-columns: 130px auto;
  grid-template-areas: "images right" "txt txt";
  align-items: center;
  gap: 0 10px;
  background: #f8ffee;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding: 10px;
}
.section10 ul li .image {
  grid-area: images;
}
.section10 ul li .right {
  grid-area: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section10 ul li .right .ico {
  width: 110px;
  margin: 0;
}
.section10 ul li .right .heading {
  color: #fb8e00;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin-top: 3px;
}
.section10 ul li .txt {
  grid-area: txt;
  text-align: left;
  margin-top: 10px;
}

.section11 {
  background: #ffedcf;
}
.section11 h2 {
  position: relative;
  background: #84ad34;
  color: #fff;
  font-size: min(1.3em, 5vw);
  padding: 20px 0;
}
.section11 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  border-color: #84ad34 transparent transparent transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -16px;
}

.section11 ul {
  padding: 10px 15px 40px;
}
.section11 ul li {
  border-bottom: 1px dotted #f95151;
  text-align: left;
  padding: 20px 0;
}
.section11 ul li .question, .section11 ul li .answer {
  position: relative;
  padding-left: 40px;
}
.section11 ul li .question::before, .section11 ul li .answer::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  left: 0;
  top: 50%;
}
.section11 ul li .trigger {
  position: relative;
}
.section11 ul li .question {
  font-size: 1.1em;
  font-weight: bold;
}
.section11 ul li .question::before {
  background: url(../img/section11_question.png) no-repeat center top;
  background-size: 30px auto;
}
.section11 ul li .answer {
  font-size: 0.9em;
  margin-top: 20px;
}
.section11 ul li .answer::before {
  background: url(../img/section11_answer.png) no-repeat center top;
  background-size: 30px auto;
}

.section12 {
  position: relative;
  background: #f5f5f5;
}
.section12 h2 {
  position: relative;
  background: #84ad34;
  color: #fff;
  font-size: min(1.3em, 5vw);
  padding: 20px 0;
}
.section12 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 16px 16.5px 0 16.5px;
  border-style: solid;
  border-color: #84ad34 transparent transparent transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -16px;
}

.section12 .inner {
  padding: 30px 15px 0;
}
.section12 .inner .read {
  background: #fff;
  border: 1px dotted #ff9000;
  padding: 20px 10px;
}
.section12 .inner .read2 {
  font-size: 0.8em;
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
  padding-bottom: 20px;
}

.form_section table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form_section table tr {
  border-bottom: 1px solid #ddd;
}
.form_section table th, .form_section table td {
  width: 100%;
  display: block;
  text-align: left;
}
.form_section table th {
  position: relative;
  font-size: 1.1em;
  padding-top: 20px;
}
.form_section table td {
  position: relative;
  padding: 25px 0;
}

.form_section .require, .form_section .option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 21px;
  right: 0;
}
.form_section .require {
  background: #cb1c1c;
}
.form_section .option {
  background: #1c77cb;
}

.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer;
}
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer;
}
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea, .form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
}
.form_section textarea {
  height: 200px;
}

.form_section input#zip1 {
  display: inline-block;
  width: 80px;
}

.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px;
}

.form_section [type=submit] {
  display: block;
  border: none;
  border-bottom: 5px solid #800f0f;
  background: #f05b1b;
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  width: 100%;
  margin: 25px auto 0;
}

.form_section .checkbox input, .form_section .radio input {
  display: none;
}
.form_section .checkbox li, .form_section .radio li {
  margin-bottom: 5px;
}
.form_section .checkbox li label, .form_section .radio li label {
  display: block;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-left: 4px solid #ff9000;
  border-radius: 5px;
}
.form_section .checkbox .parts, .form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1;
}
.form_section .checkbox .parts::before, .form_section .radio .parts::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form_section .checkbox input:checked + .parts, .form_section .radio input:checked + .parts {
  color: #ff9000;
}

.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px;
}
.form_section .checkbox input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ff9000;
  border-right: 3px solid #ff9000;
}

.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.form_section .radio input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff9000;
  border-radius: 50%;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

.form_section p.ermsg {
  font-size: 11px;
  color: #c20003;
  margin-bottom: 3px;
  position: absolute;
  top: 5px;
  right: 0;
}
.form_section .radio li p.ermsg {
  display: none;
}
.form_section .radio li:first-child p.ermsg {
  display: block;
}

footer {
  background: #f5f5f5;
  border-top: 40px solid #fff;
}
footer .inner {
  padding: 30px 20px 20px;
}
footer .inner .logo {
  width: 140px;
  margin: 0 auto;
}
footer .f_nav {
  margin-top: 20px;
}
footer .f_nav ul {
  display: flex;
  justify-content: center;
}
footer .f_nav ul li {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 8px;
}
footer .copyright {
  background: #437007;
  color: #fff;
  font-size: 12px;
  padding: 14px 0;
}

.fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.fixed_footer .inner {
  display: flex;
  width: 100%;
  gap: 0 4px;
  background: #fff;
  padding: 0 14px 10px;
}

.page {
  position: relative;
  margin-top: 1px;
  margin-bottom: 20px;
}
.page h2 {
  background: #437007;
  color: #fff;
  font-size: 1.4em;
  padding: 17px 0;
}
.page .page_wrap {
  text-align: left;
  padding: 20px;
}
.page .page_wrap h3 {
  font-size: 1.1em;
  margin: 30px 0 10px;
}

.thanks_title {
  background: #437007;
  color: #fff;
  font-size: 2em;
  margin-bottom: 1.2em;
  padding: 1em 0;
}

.thanks_con h2 {
  font-size: 1.6em;
  margin-bottom: 1em;
}
.thanks_con p {
  width: 94%;
  text-align: left;
  margin: 0 auto 1.2em;
}