@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .8;
}

.SP {
  display: none;
}

p,
a,
span,
h1,
h2,
h3,
th,
td {
  line-height: 1.5em;
}

/*header fv*/
header,
.fv_inner {
  max-width: 90%;
  width: 1400px;
  margin: 0 auto;
}

.fv_inner>img {
  max-width: 40%;
}

.fv {
  background-image: linear-gradient(0deg, #3650a1, #132685);
  padding: 20px 0;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_list {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav_list a {
  color: #fff;
  font-weight: bold;
}

.btm_nav img {
  padding-left: 10px;
  vertical-align: middle;
}

.nav_list>li {
  position: relative;
}

.nav_list>li>div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  background: #fff;
  z-index: 100;
  padding: 15px;
  width: 180px;
}

.btm_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btm_list li a {
  display: block;
  padding: 12px 20px;
  color: #3d3d3d;
  font-size: 15px;
}

.btm_list li a:hover {
  color: #142786;
  opacity: 1;
  background-color: #f2f2f2;
}

.nav_list li.open>.btm_nav img {
  content: url(../img/btn_up.png);
}

.nav_mate a {
  display: flex;
  align-items: center;
}

.nav_mate {
  border: solid 1px #fff;
  border-radius: 50px;
  padding: 10px 20px;
}

.nav_mate img {
  padding-right: 10px;
}

.fv_inner {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
  padding: 60px 0;
}

.fv_inner div>span {
  background-color: #ffc000;
  color: #142786;
  font-weight: 900;
  border-radius: 50px;
  padding: 8px 20px;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}

.fv_inner div li {
  color: #fff;
  font-weight: 900;
  font-size: 35px;
}

.fv_inner div li img {
  padding-right: 10px;
}

.fv_inner div ul {
  display: flex;
  flex-wrap: wrap;
  width: 365px;
  gap: 20px;
  border: solid 2px #fff;
  padding: 20px;
  border-radius: 10px;
}

h1 {
  color: #fff;
  font-weight: 900;
  font-size: 35px;
  margin-top: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.18em;
}

h1 span {
  font-weight: 900;
  font-size: 57px;
  display: block;
}

.fv_inner a {
  display: block;
  background-color: #ffc000;
  color: #142786;
  font-weight: 900;
  font-size: 20px;
  padding: 15px 50px;
  border-radius: 50px;
  width: fit-content;
}

.fv_inner a img {
  padding-right: 10px;
  vertical-align: middle;
}

/*section common*/
section {
  padding: 80px 0;
}

.wrapp {
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
}

.bkg_gly {
  background-color: #f2f2f2;
}

.tit {
  width: fit-content;
  margin: 0 auto 80px auto;
}

.tit h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  position: relative
}

.tit h2 span {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding-left: 20px;
}

.sec_about .tit h2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.tit_icon {
  position: absolute;
  top: -20px;
  right: -30px;
}

/*about*/
.about_inner {
  padding: 50px;
  display: flex;
  gap: 50px;
  align-items: center;
}

.about_l,
.about_r {
  width: 50%;
}

.about_inner h3 {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.about_r ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/*function*/
.func_cont {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 30px;
}

.func_cont h3 {
  font-size: 30px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}

.func_cont h3 span {
  font-size: 40px;
  font-weight: 900;
  padding: 0 10px;
}

.func_cont h3 img {
  padding-right: 30px;
}

.func_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}

.func_flex dl {
  padding: 30px;
  background-color: #f4f4f4;
  width: 35%;
}

.func_flex dd {
  text-align: center;
  margin-top: 30px;
}

.func_flex dl:last-of-type {
  background-color: #fff9e5;
  padding-top: 20px;
}

.func_flex dt p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.func_flex dt p span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.func_flex dl:last-of-type dt p span:first-of-type {
  font-size: 30px;
  font-weight: 900;
  display: inline;
}

.func_cont .read {
  width: fit-content;
  margin: 50px auto;
}

.func_flex .mesh_l dl {
  background-image: url(../img/mesh_flame.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: contain;
  width: 215px;
  padding: 30px 12px;
  text-align: center;
}

.func_flex .mesh_l dd p:first-of-type {
  font-weight: 900;
  color: #142786;
  margin-bottom: 10px;
}

.func_flex .mesh_l dd p:last-of-type {
  font-size: 14px;
}

.func_flex .mesh_l dt {
  margin-top: -65px;
}

.func_flex .mesh_l dd {
  margin-top: 10px;
}

.mesh_l {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 45px 5px;
  justify-content: center;
}

.func_mesh_flex {
  margin-top: 70px;
}

.func_free_flex {
  align-items: center;
}

.func_free_flex dt p {
  font-weight: 900;
}

.func_cont:last-of-type {
  margin-bottom: 0;
}

.func_cont:last-of-type+p {
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}

/*reason*/
.reason_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.reason_flex dl {
  padding: 0 30px;
  border: #0000a1 solid 2px;
  padding: 30px;
  border-radius: 10px;
  width: calc(58%/3);
}

.reason_flex dt {
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(0deg, #1f6ed4, #0000a1);
  padding: 5px;
  width: 90%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  margin: -40px auto auto auto;
}

.reason_flex dd {
  margin-top: 20px;
}

.reason_flex dd div {
  background-color: #f2f2f2;
  border-radius: 10px;
  text-align: center;
}

.reason_flex dd p:first-of-type {
  color: #142786;
  text-align: center;
  font-weight: 900;
  font-size: 25px;
  margin: 15px 0;
}

/*plan*/
.plan_main {
  background-color: #fff;
  padding: 50px;
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.plan_main img,
.plan_main div {
  max-width: 50%;
}

.hiyou {
  text-align: center;
  background-color: #ffc000;
  color: #142786;
  font-weight: 900;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.plan_main div .hiyou span {
  font-size: 45px;
  font-weight: bold;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.plan_main .price {
  font-size: 40px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #142786;
}

.plan_main .price span:first-of-type {
  font-size: 75px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding: 0 10px;
  margin-bottom: 10px;
}

.plan_main .price span:last-of-type {
  font-size: 30px;
  font-weight: 900;
}

.caution {
  font-size: 14px;
}

.sub_tit {
  width: fit-content;
  margin: 50px auto;
}

.sub_tit h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
}

.sub_tit span {
  display: block;
  width: 40%;
  height: 5px;
  background-image: linear-gradient(0deg, #1f6ed4, #0000a1);
  margin: 5px auto 0 auto;
}

.plan_flex {
  display: flex;
  gap: 50px;
}

.plan_cont {
  background-color: #fff;
  padding: 50px;
  width: 50%;
}

.plan_cont p:first-of-type {
  font-size: 30px;
  text-align: center;
  color: #142786;
  font-weight: 900;
}

.plan_cont p:nth-of-type(2) {
  color: #142786;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  border-top: solid 1px #3d3d3d;
  border-bottom: solid 1px #3d3d3d;
  margin: 30px 0;
}

.plan_cont p:nth-of-type(2) span {
  font-weight: 900;
  font-size: 30px;
}

.plan_cont p:nth-of-type(2) .price {
  font-size: 65px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.plan_cont p:nth-of-type(3) {
  background-color: #f2f2f2;
  text-align: center;
  font-weight: 900;
  padding: 20px;
}

.plan_cont p:last-of-type {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.plan_table {
  margin: 80px 0;
}

.plan_tit {
  position: relative;
  text-align: center;
}

.plan_tit h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
}

.plan_tit h3 img {
  padding-left: 15px;
}

.plan_table table {
  margin: 50px auto 0 auto;
}

.plan_table th span {
  border-radius: 10px 10px 0 0;
  background-color: #3d3d3d;
  color: #fff;
  font-weight: 900;
  padding: 10px 20px;
  font-size: 30px;
  display: block;
}

.plan_table th:nth-of-type(2) span {
  background-image: linear-gradient(0deg, #1f6ed4, #0000a1);
}

.plan_table th {
  border-right: solid 10px #f2f2f2;
}

.plan_table td {
  text-align: center;
  background-color: #fff;
  padding: 10px 30px;
  border-right: solid 10px #f2f2f2;
  border-bottom: solid 2px #3d3d3d;
}

.plan_table td .t_txt {
  display: block;
  text-align: center;
  font-weight: 900;
}

.plan_table td:first-of-type {
  color: #142786;
  font-weight: bold;
  vertical-align: middle;
}

.plan_table td:first-of-type span {
  display: block;
  color: #3d3d3d;
  font-size: 14px;
}

.plan_table td:first-of-type,
.plan_table td:nth-of-type(2) {
  border-bottom: solid 2px #0000a1;
}

.plan_table td .t_txt span {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.t_txt_g {
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

.t_txt_g span {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.plan_table tr:last-of-type td {
  border-bottom: none;
}

.plan_table .table_scroll+p {
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
}

/*step*/
.sec_step .tit h2 span {
  padding-left: 0;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.sec_step {
  background-color: #dad8e3;
  background-image: url(../img/bkg_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.step_flex {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  justify-content: center;
}

.step_flex dt {
  text-align: center;
}

.step_flex dd p:first-of-type {
  font-weight: 900;
  font-size: 25px;
  color: #142786;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_flex dd p img {
  padding-right: 5px;
}

.step_flex dl {
  background-image: url(../img/step_flame.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 0;
  width: calc(77%/3);
}

.step_flex dd p:last-of-type {
  padding: 0 30px;
  width: fit-content;
  margin: 0 auto;
}

/*faq*/
.faq_list {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
}

.faq_list li {
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 20px;
}

.q_cont p::before {
  background-image: url(../img/q.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15px;
  display: block;
  content: '';
}

.a_cont p::before {
  background-image: url(../img/a.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15px;
  display: block;
  content: '';
}

.q_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.q_cont p,
.a_cont p {
  font-weight: bold;
  display: flex;
  gap: 10px;
  padding: 20px 0;
}

.a_cont {
  border-top: solid 1px #3d3d3d;
  display: none;
}

.a_cont.open {
  display: block;
}

.q_cont::after {
  background-image: url(../img/faq.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px;
  display: block;
  content: '';
}

.q_cont.open::after {
  transform: rotate(180deg);
}

/*contact*/
#line_contact {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}

#line_contact p:first-of-type {
  font-size: 30px;
  font-weight: 900;
}

#line_contact p:first-of-type span {
  font-size: 40px;
  font-weight: 900;
}

#line_contact p:last-of-type {
  background-color: #fff;
  padding: 10px 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 900;
  justify-content: center;
  border-radius: 10px;
  width: fit-content;
  margin: 30px auto 0 auto;
  font-size: 20px;
}

form>p {
  text-align: center;
  color: #d70000;
  font-weight: bold;
}

form dl {
  display: flex;
  width: 600px;
  margin: 0 auto;
}

form dt {
  width: 150px;
  text-align: right;
  font-weight: bold;
}

form dt,
form dd {
  padding: 15px;
}

form dt {
  padding: 25px 15px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
  padding: 10px;
  border: solid 1px #0000a1;
  border-radius: 5px;
  width: 350px;
  font-size: inherit;
  font-family: inherit;
}

form textarea {
  height: 150px;
}

form select {
  width: 370px;
}

input[type="checkbox"] {
  display: none;
}

.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
  width: auto;
}

.pp_check::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.pp_check::after {
  border-right: 3px solid #0000a1;
  border-bottom: 3px solid #0000a1;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

input[type=checkbox]:checked+.pp_check::after {
  opacity: 1;
}

.pp_check_cont {
  width: fit-content;
  margin: 30px auto;
}

.pp_check_cont label {
  font-weight: bold;
}

.pp_check_cont a {
  color: #0000a1;
  font-weight: bold;
  border-bottom: solid 1px #0000a1;
}

.submit {
  display: block;
  width: 250px;
  background-image: linear-gradient(0deg, #1f6ed4, #0000a1);
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
}

.submit.none {
  background-color: #bbb;
  background-image: none;
  pointer-events: none;
}

/*footer*/
footer {
  background-color: #3d3d3d;
  color: #fff;
  padding: 50px 0 20px 0;
}

footer .wrapp>img {
  display: block;
  margin: 0 auto 30px auto;
}

.foot_btn {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.foot_btn a {
  border: solid 2px #fff;
  padding: 0 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  color: #fff;
  font-weight: 900;
  height: 50px;
}

.foot_btn a:last-of-type {
  border: solid 2px #ffc000;
  color: #0000a1;
  background-color: #ffc000;
}

.foot_link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.foot_link a {
  color: #fff;
  font-size: 14px;
}

small {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
}

/*side_fix*/
.side_fix {
  position: fixed;
  right: -4px;
  top: 25%;
  bottom: 0;
  left: auto;
  z-index: 99999;
}

.side_fix a {
  display: block;
  background-color: #142786;
  color: #fff;
  padding: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  font-feature-settings: initial;
  margin-bottom: 15px;
}

.side_fix a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  width: 30px;
}

.side_fix a:last-of-type {
  background-color: #ffc000;
  color: #0000a1;
}

/*thanks*/
.sec_thanks p {
  text-align: center;
  font-weight: 900;
}

.sec_thanks a {
  display: block;
  width: 250px;
  background-image: linear-gradient(0deg, #1f6ed4, #0000a1);
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 40px auto;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width:1370px) {
  h1 span {
    font-size: 50px;
  }
}

@media screen and (max-width:1280px) {
  body {
    font-size: 14px;
  }

  header {
    max-width: 95%;
  }

  .head_logo {
    width: 240px;
  }

  .fv_inner>img {
    width: 40%;
  }

  .fv_inner div li {
    font-size: 25px;
  }

  h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  h1 span {
    font-size: 40px;
  }

  .fv_inner div ul {
    width: 300px;
    padding: 15px;
  }

  .fv_inner a {
    font-size: 16px;
  }

  .nav_list a {
    font-size: 14px;
  }

  .sec_about .tit h2 img {
    width: 240px;
  }

  .tit h2 {
    font-size: 50px;
  }

  .about_r ul li {
    width: calc(88%/3);
  }

  .about_inner h3 {
    font-size: 25px;
  }

  .func_cont h3 img {
    width: 74px;
  }

  .func_cont h3 {
    font-size: 25px;
  }

  .func_cont h3 span {
    font-size: 35px;
  }

  .func_flex dt p {
    font-size: 16px;
  }

  .func_flex dl:last-of-type dt p span:first-of-type {
    font-size: 20px;
  }

  .reason_flex dd p:first-of-type {
    font-size: 20px;
  }

  .hiyou {
    font-size: 20px;
  }

  .plan_main div .hiyou span {
    font-size: 35px;
  }

  .plan_main .price {
    font-size: 30px;
  }

  .plan_main .price span:first-of-type {
    font-size: 65px;
  }

  .plan_main .price span:last-of-type {
    font-size: 20px;
  }

  .plan_cont p:first-of-type {
    font-size: 25px;
  }

  .plan_cont p:nth-of-type(2) {
    font-size: 25px;
  }

  .plan_cont p:nth-of-type(2) .price {
    font-size: 55px;
  }

  .plan_cont p:nth-of-type(2) span {
    font-size: 20px;
  }

  .plan_tit h3 img {
    width: 280px;
  }

  .plan_tit h3 {
    top: 20px;
  }

  .plan_table td img {
    width: 45px;
  }

  .plan_table td {
    padding: 10px 20px;
  }

  .step_flex dt img {
    width: 100px;
  }

  .step_flex dd p img {
    width: 30px;
  }

  .step_flex dd p:first-of-type {
    font-size: 18px;
  }

  .step_flex {
    width: 800px;
  }

  .step_flex dl {
    width: calc(89%/3);
    padding-top: 5px;
  }

  .step_flex dd p:last-of-type {
    padding: 0 20px;
  }

  #line_contact p:first-of-type {
    font-size: 20px;
  }

  #line_contact p:first-of-type span {
    font-size: 30px;
  }

  #line_contact p:last-of-type {
    font-size: 16px;
  }

  #line_contact p:last-of-type {
    padding: 10px;
  }

  #line_contact p:last-of-type img {
    width: 45px;
  }
}

@media screen and (max-width:1180px) {
  .head_logo {
    width: 200px;
  }

  .func_flex .mesh_l dl {
    width: calc(88%/2);
  }

  .func_flex .mesh_l dt img {
    width: 59px;
  }

  .func_flex .mesh_l dd p br {
    display: none;
  }

  .func_flex .mesh_l dd p:last-of-type {
    padding: 0 10px;
  }

  .func_free_flex>img {
    max-width: 60%;
  }

  .sec_step .tit h2 span {
    font-size: 55px;
  }
}

@media screen and (max-width:1060px) {
  .mesh_r {
    width: 45%;
  }

  .nav_list {
    gap: 15px;
  }
}

@media screen and (max-width:1040px) {
  .func_flex .mesh_l dl {
    width: calc(85% / 2);
  }

  .side_fix a {
    width: 20px;
    padding: 20px 15px;
  }
}

@media screen and (max-width:1000px) {
  header .PC {
    display: none;
  }

  header .SP {
    display: block;
  }

  .SP .nav_list {
    display: block;
  }

  .SP .nav_list>li>div {
    display: block;
    position: static;
    padding: 0 15px;
  }

  .btm_nav img {
    content: url(../img/faq.png);
    width: 15px;
  }

  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }

  .open nav {
    left: 0;
    opacity: 1;
  }

  nav .inner {
    padding: 25px 25px 70px 25px;
  }

  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  nav .inner ul li {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
  }

  .SP .nav_list>li>div li {
    margin: 0;
  }

  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  .nav_mate {
    border: none;
    background-image: linear-gradient(0deg, #1f6ed4, #0000a1);
    padding: 10px;
  }

  nav .inner ul li.nav_mate a {
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
  }

  nav .inner ul li a:hover {
    background: #e4e4e4;
  }

  header .PC {
    display: none;
  }

  .toggle_btn {
    display: block;
    position: fixed;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
    box-shadow: 1px 1px 3px #0000a1;
  }

  .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 14px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }

  .open .toggle_btn span {
    background-color: #fff;
  }

  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  #mask {
    display: none;
    transition: all .5s;
  }

  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }

  .fv_inner div li {
    font-size: 20px;
  }

  .fv_inner div li img {
    width: 22px;
  }

  h1 {
    font-size: 20px;
  }

  h1 span {
    font-size: 40px;
  }

  .fv_inner div ul {
    width: 250px;
  }

  .fv_inner a {
    padding: 10px 30px;
  }

  .sec_about .tit h2 img {
    width: 200px;
  }

  .tit h2 span {
    font-size: 30px;
  }

  .tit h2 {
    font-size: 40px;
  }

  .tit_icon {
    width: 30px;
    top: -10px;
    right: -20px;
  }

  .func_cont h3 img {
    width: 60px;
  }

  .func_cont h3 {
    font-size: 20px;
  }

  .func_cont h3 span {
    font-size: 30px;
  }

  .func_flex dd img {
    width: 80%;
  }

  .reason_flex dd p:first-of-type {
    font-size: 18px;
  }

  .reason_flex dd div img {
    width: 100px;
  }

  .reason_flex dl {
    padding: 30px 15px;
  }

  .reason_flex dl {
    width: calc(75%/3);
  }

  .plan_table td {
    padding: 10px;
  }

  .plan_table td {
    padding: 10px;
    border-right: solid 5px #f2f2f2;
  }

  .plan_table th {
    border-right: solid 5px #f2f2f2;
  }

  .plan_table th span {
    font-size: 20px;
  }

  .plan_table th:nth-of-type(2) span img {
    width: 150px;
  }

  .plan_table td img {
    width: 30px;
  }

  .plan_table td .t_txt span {
    font-size: 16px;
    padding-top: 15px;
    display: inline-block;
  }

  .plan_table td:first-of-type span {
    font-size: 12px;
  }

  .plan_table td .t_txt {
    font-size: 12px;
  }

  .t_txt_g {
    font-size: 12px;
  }

  .sec_step .tit h2 span {
    font-size: 45px;
  }
}

@media screen and (max-width:990px) {
  h1 span {
    font-size: 35px;
  }

  .fv_inner {
    gap: 40px;
  }

  .func_mesh_flex {
    display: block;
  }

  .mesh_l {
    width: 460px;
    margin: 0 auto;
  }

  .func_flex .mesh_l dl {
    width: calc(86% / 2);
  }

  .mesh_r {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }

  .plan_main img {
    max-width: 40%;
  }

  .hiyou {
    font-size: 16px;
  }

  .plan_main div .hiyou span {
    font-size: 25px;
  }

  .plan_main .price {
    font-size: 20px;
  }

  .plan_main .price span:first-of-type {
    font-size: 45px;
  }

  .plan_main .price span:last-of-type {
    font-size: 16px;
  }

  .plan_cont {
    padding: 50px 30px;
  }

  .plan_cont p:nth-of-type(3) br {
    display: none;
  }
}

@media screen and (max-width:850px) {
  .fv_inner {
    max-width: 95%;
  }

  h1 span {
    font-size: 30px;
  }

  .fv_inner>img {
    max-width: 40%;
  }

  .fv_inner {
    padding-top: 50px;
    gap: 30px;
  }

  .about_inner {
    display: block;
  }

  .about_l,
  .about_r {
    width: 100%;
  }

  .about_inner h3 br {
    display: none;
  }

  .about_l {
    margin-bottom: 30px;
  }

  .about_r ul {
    justify-content: center;
  }

  .func_flex1 {
    display: block;
  }

  .func_flex1 dl {
    width: 90%;
  }

  .func_flex1 dl:first-of-type {
    margin-bottom: 20px;
  }

  .func_flex dd img {
    width: fit-content;
  }

  .func_cont h3 img {
    padding-right: 15px;
  }

  .func_free_flex {
    display: block;
  }

  .func_free_flex>img {
    display: block;
    margin: 0 auto 30px auto;
  }

  .func_free_flex dl:last-of-type {
    width: 90%;
    margin: 0 auto;
  }

  .plan_flex {
    display: block;
  }

  .plan_cont {
    margin: 0 auto 20px auto;
    width: 90%;
    padding: 30px 20px;
  }

  .plan_cont p:nth-of-type(2) {
    margin: 15px 0;
  }

  .plan_cont p:first-of-type {
    font-size: 20px;
  }

  .plan_cont p:nth-of-type(2) {
    font-size: 20px;
  }

  .plan_cont p:nth-of-type(2) .price {
    font-size: 45px;
  }

  .plan_cont p:nth-of-type(2) span {
    font-size: 18px;
  }

  .plan_tit h3 img {
    width: 210px;
  }

  .plan_tit h3 {
    font-size: 25px;
  }

  .plan_table th:nth-of-type(2) span img {
    width: 100px;
    vertical-align: middle;
  }

  .sec_step .tit h2 span {
    font-size: 45px;
  }

  .step_flex {
    width: 700px;
    gap: 10px;
  }

  .step_flex dl {
    width: calc(98% / 3);
    padding-top: 5px;
  }

  .about_l .PC {
    display: none;
  }

  .about_r .SP {
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width:750px) {
  .step_flex {
    display: block;
    width: fit-content;
  }

  .step_flex dl {
    width: 237px;
    margin-bottom: 20px;
  }

  .func_free_flex>img {
    max-width: 90%;
  }
}

@media screen and (max-width:700px) {
  #line_contact .line_qr {
    max-width: 50%;
  }

  .reason_flex dl {
    width: calc(75%/2);
  }

  .reason_flex {
    gap: 20px;
  }

  .plan_main {
    display: block;
    padding: 40px 20px;
  }

  .plan_main img,
  .plan_main div {
    max-width: 100%;
  }

  .plan_main img {
    display: block;
    margin: 0 auto 30px auto;
    max-width: 250px;
  }

  .plan_tit h3 {
    top: 30px;
  }

  .plan_tit img.PC {
    display: none;
  }

  .plan_tit img.SP {
    display: block;
    margin: 0 auto;
    width: 85%;
  }

  .plan_tit h3 img {
    display: block;
    margin: 0 auto;
  }

  #line_contact {
    display: block;
  }

  #line_contact p:first-of-type {
    text-align: center;
  }

  #line_contact .line_qr {
    margin: 20px auto 0 auto;
    display: block;
  }

  .side_fix {
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
  }

  .side_fix {
    display: flex;
    width: 100%;
    height: fit-content;
  }

  .side_fix a {
    writing-mode: horizontal-tb;
    width: 50%;
    border-radius: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .fv_inner {
    display: block;
    padding-top: 20px;
  }

  .fv_inner>img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }

  .fv_inner div {
    width: fit-content;
    margin: 20px auto 0 auto;
  }

  .fv_inner div ul {
    gap: 10px;
  }

  .fv_inner a {
    margin: 30px auto 0 auto;
  }
}

@media screen and (max-width:620px) {
  .mesh_l {
    display: block;
    width: fit-content;
  }

  .func_flex .mesh_l dl {
    margin: 0 auto 50px auto;
    width: 192px;
  }

  .sec_about .tit h2 img {
    width: 150px;
  }

  .about_inner h3 {
    font-size: 20px;
  }

  .about_inner {
    padding: 30px 20px;
  }

  .tit h2 {
    font-size: 30px;
  }

  .tit {
    margin-bottom: 40px;
  }

  .tit_icon {
    width: 20px;
    top: -5px;
    right: -15px;
  }

  .func_cont h3 {
    display: block;
    text-align: center;
  }

  .func_cont h3 img {
    display: block;
    margin: 0 auto 10px auto;
  }

  .func_cont h3 span {
    padding: 0 5px;
  }

  .func_cont {
    padding: 30px;
  }

  .func_flex1 dl {
    width: 90%;
    margin: 0 auto;
    padding: 30px 10px;
  }

  .func_free_flex dl:last-of-type {
    padding: 20px 0;
  }

  .func_free_flex dl:last-of-type img {
    width: 150px;
  }

  form dl {
    width: 550px;
  }

  .plan_table {
    margin-bottom: 30px;
  }

  .func_cont:last-of-type+p {
    text-align: center;
  }

  .func_flex dt p span {
    font-size: 14px;
  }
}

@media screen and (max-width:580px) {
  .table_scroll {
    overflow-y: scroll;
  }

  .table_scroll table {
    width: 550px;
  }

  .func_free_flex>img {
    max-width: 100%;
  }

  .func_flex .mesh_l dt img {
    width: 50px;
  }

  .func_flex .mesh_l dt {
    margin-top: -40px;
  }

  .func_flex .mesh_l dd p:last-of-type {
    padding: 0;
    font-size: 13px;
  }

  .func_flex .mesh_l dl {
    margin-bottom: 25px;
  }

  .func_flex dd img {
    max-width: 80%;
  }
}

@media screen and (max-width:550px) {
  .plan_tit h3 {
    top: 18px;
  }

  .sub_tit h3 {
    font-size: 25px;
  }

  form dl {
    display: block;
    width: 95%;
  }

  form dt {
    padding: 15px;
    text-align: left;
  }

  form dd {
    padding-top: 0;
    width: fit-content;
    width: 90%;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form select,
  form textarea {
    width: 92%;
  }

  .foot_btn {
    display: block;
  }

  .foot_btn a {
    margin: 0 auto 10px auto;
  }

  footer .wrapp>img {
    width: 60%;
  }

  .foot_link a {
    font-size: 13px;
  }

  #line_contact {
    padding: 25px;
  }

  .fv_inner div li {
    font-size: 16px;
  }

  .fv_inner div li img {
    width: 18px;
  }

  .fv_inner div ul {
    justify-content: center;
  }

  .fv_inner div>span {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 10px;
  }

  .fv_inner>img {
    width: 60%;
  }

  .func_flex {
    margin-top: 30px;
  }

  .reason_flex dd div img {
    width: 75px;
  }

  .plan_cont {
    width: 85%;
  }

  .plan_table .table_scroll+p {
    font-size: 12px;
    text-align: left;
  }

  .plan_table .table_scroll+p .SP {
    display: block;
  }

  .step_flex dt img {
    width: 90px;
  }

  .step_flex dl {
    width: 226px;
  }

  .head_logo {
    width: 160px;
  }

  .toggle_btn {
    top: 22px;
    right: 15px;
  }

  .plan_table th span {
    font-size: 15px;
  }
}

@media screen and (max-width:460px) {
  .reason_flex dl {
    width: 80%;
  }

  .func_cont h3 br.SP {
    display: block;
  }

  .plan_tit h3 {
    top: 10px;
  }

  .plan_tit h3 img {
    width: 170px;
  }

  #line_contact p:first-of-type {
    font-size: 18px;
  }

  #line_contact p:first-of-type span {
    font-size: 25px;
  }

  .foot_btn a {
    height: 30px;
  }

  .faq_list li {
    padding: 0 15px;
  }

  .q_cont p::before {
    padding: 12px;
  }

  .a_cont p::before {
    padding: 12px;
  }

  .q_cont::after {
    padding: 7px;
  }

  section {
    padding: 60px 0;
  }
}

@media screen and (max-width:400px) {
  .plan_tit h3 {
    top: 10px;
  }

  .plan_tit img.SP {
    width: 95%;
  }

  .plan_tit h3 img {
    width: 150px;
  }

  .sec_step .tit h2 span {
    font-size: 35px;
  }

  .side_fix a {
    padding: 15px 10px;
  }

  .side_fix a:hover {
    opacity: 1;
  }

  .fv_inner {
    max-width: 90%;
  }

  h1 {
    text-align: center;
  }

  h1 span {
    font-size: 26px;
  }

  .fv_inner div ul {
    margin: 0 auto;
    width: 200px;
  }

  .fv_inner div>span {
    margin: 0 auto 10px auto;
    padding: 3px 15px;
  }
}




/*----------------------------------------
■申込の確認（シンプルスタイル）
-----------------------------------------*/

#catch-title {
  text-align: center;
  padding: 40px 5vw 0;
}

#contents,
#houjin-appli-area {
  padding: 60px 5vw;
  margin: 0 auto;
  max-width: 1000px;
  background: #f5f5f5;
}

#houjin-appli {
  max-width: 100%;
}

/* セクションタイトル */
.houjin-form-title {
  margin: 0 0 20px 0;
}

.houjin-form-title span {
  font-size: 20px;
  font-weight: 700;
  color: #142786;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid #142786;
}

/* メインフォームエリア */
#houjin-form-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
}

/* フォームボックス */
.houjin-form-box {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}

#houjin-form-keiyaku-area {
  background: #fff;
  padding: 20px;
}

/* フォームテーブル */
.form-t-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.form-t-h,
.form-t-d {
  padding: 0;
}

.form-t-h {
  width: 35%;
  flex-shrink: 0;
}

.form-t-d {
  flex: 1;
  padding-left: 15px;
}

.form-dai {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

/* テーブル */
.form-t {
  width: 100%;
  border-collapse: collapse;

  @media (max-width: 1024px) {
    width: 90%;
  }
}

.form-t th {
  width: 35%;
  text-align: left;
  vertical-align: top;
  padding: 15px 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  font-weight: 700;
}

.form-t td {
  padding: 15px 10px;
  vertical-align: middle;
  border: 1px solid #ddd;
}

#houjin-form-appli-area .form-t th {
  align-content: baseline;
}

/* 決済選択エリア */
.form-pay-title-area {
  margin-bottom: 20px;
  text-align: center;
}

.form-pay-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #142786;
}

/* フォーム入力欄 */
.form-t td input,
.form-t td textarea,
.form-t-d input,
.form-t-d textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px !important;
  border-radius: 4px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

.form-t td input:focus,
.form-t td textarea:focus,
.form-t-d input:focus,
.form-t-d textarea:focus {
  outline: none;
  border-color: #142786;
}

.form-t td input[readonly],
.form-t-d input[readonly] {
  background: #f5f5f5;
  color: #666;
}

/* ラジオボタン */
.form-radio {
  font-size: 14px;
}

.form-radio input {
  width: auto !important;
}

.form-t p {
  margin: 0;
  text-align: left;
}

.form-dai-tesuuryou {
  color: #e9501e;
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}

.kizon-t {
  margin-top: 15px;
}

/* バナーボタン */
.form-banner-btn {
  width: 234px;
  margin: 0;
  padding-top: 10px;
}

#other-highlight .form-banner-btn {
  padding-top: 0;
  margin-bottom: 15px;
}

.pay-pay-hosoku {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  margin-top: 10px;
}

/* クレジットカードハイライト */
#card-highlight {
  padding: 15px;
  background: #fffde7;
  margin-bottom: 15px;
  border: 1px solid #ffc000;
}

#card-highlight .form-dai-tesuuryou {
  padding-left: 0;
  font-weight: 700;
  font-size: 16px;
  color: #142786;
}

/* カードリスト */
#pay-card-list {
  text-align: left;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

#pay-card-list li {
  display: inline-block;
}

#pay-card-list li img {
  height: 30px;
  width: auto;
}

/* その他決済オプション */
#other-highlight {
  display: none;
  margin-top: 15px;
}

#other-highlight.active {
  display: block;
}

#other-highlight-btn {
  margin: 15px 0 0;
  font-size: 14px;
  color: #142786;
  cursor: pointer;
  font-weight: 600;
}

#other-highlight-btn:hover {
  text-decoration: underline;
}

.form-dai-box {
  margin-bottom: 15px;
  padding: 10px 0;
}

/* プライバシーエリア */
#houjin-privacy-area {
  padding: 20px;
  background: #f9f9f9;
  margin: 20px 0;
  border: 1px solid #ddd;
}

#privacy-list {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}

#privacy-list li {
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.6;
}

#privacy-list li a {
  color: #142786;
  text-decoration: underline;
}

#privacy-list-area #privacy-check {
  margin: 0;
}

#privacy-check {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px;
  background: #fff;
  border: 2px solid #142786;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#privacy-check input[type="checkbox"] {
  display: inline-block;
  width: 18px !important;
  height: 18px;
  margin: 0;
  accent-color: #142786;
  vertical-align: middle;
  flex-shrink: 0;
}

/* 送信ボタン */
#form-btn {
  text-align: center;
  margin: 0;
  padding-top: 20px;
}

#form-btn input[type="submit"] {
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: auto;
  min-width: 250px;
  background: linear-gradient(180deg, #1f6ed4 0%, #142786 100%);
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#form-btn input[type="submit"]:hover {
  opacity: 0.8;
}

/* Contact Form 7 スタイル */
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0 !important;
  padding: 10px !important;
  border: 1px solid #ccc;
  text-align: center !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.wpcf7-spinner {
  display: block !important;
  margin: 15px auto 0 !important;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* GMOカード登録ボタン */
#gmo-card-register-btn {
  display: none;
  margin-top: 15px;
}

#gmo-card-register-btn button {
  background: linear-gradient(180deg, #1f6ed4 0%, #142786 100%);
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

#gmo-card-register-btn button:hover {
  opacity: 0.8;
}

/* カード登録完了メッセージ */
#creditPaymentResultMessage .done,
#creditPaymentResultMessage .error {
  display: none;
  padding: 12px 15px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
}

#creditPaymentResultMessage .done {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

#creditPaymentResultMessage .error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* 決済方法ラジオボタン */
#houjin-form-appli-area .form-dai label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  color: #333;
}

#houjin-form-appli-area .form-dai input[type="radio"] {
  width: 18px !important;
  height: 18px;
  margin-right: 8px;
  accent-color: #142786;
  cursor: pointer;
}

/* 既存合算テーブル */
.kizon-t th,
.kizon-t td {
  padding: 15px 10px !important;
}

.kizon-t td {
  color: #666;
  font-size: 14px;
}

/* 補足テキストリンク */
.pay-pay-hosoku a {
  color: #142786;
  text-decoration: underline;
}

/* 同意チェックボックス */
#privacy-check .wpcf7-form-control-wrap {
  display: inline-flex;
  align-items: center;
  width: auto;
}

#privacy-check .wpcf7-acceptance {
  display: inline-flex;
  align-items: center;
}

#privacy-check .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

#privacy-check input[type="checkbox"] {
  width: 18px !important;
  height: 18px;
  margin: 0 8px 0 0 !important;
  accent-color: #142786;
  cursor: pointer;
  flex-shrink: 0;
}

#privacy-check .wpcf7-list-item-label {
  font-weight: 700;
  color: #333;
  cursor: pointer;
}

/* 送信ボタンエリア */
#houjin-form-submit {
  text-align: center;
  padding: 20px 0 0;
}

#houjin-form-submit .wpcf7-response-output {
  margin-bottom: 15px !important;
}

/* 送信ボタン */
#form-btn .wpcf7-submit,
#form-btn input[type="submit"] {
  display: inline-block;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #1f6ed4 0%, #142786 100%);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#form-btn .wpcf7-submit:hover,
#form-btn input[type="submit"]:hover {
  opacity: 0.8;
}

#form-btn .wpcf7-submit:disabled,
#form-btn input[type="submit"]:disabled {
  background: #999;
  cursor: not-allowed;
}

/* セクション間のスペーシング */
#houjin-form-keiyaku {
  margin-bottom: 30px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  #contents,
  #houjin-appli-area {
    padding: 30px 15px;
  }

  #houjin-form-area {
    padding: 20px 15px;
  }

  .houjin-form-box {
    padding: 15px;
    margin-bottom: 15px;
  }

  .houjin-form-title span {
    font-size: 18px;
  }

  .form-t-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .form-t-h {
    width: 100%;
    margin-bottom: 5px;
  }

  .form-t-d {
    width: 100%;
    padding-left: 0;
  }

  .form-t td,
  .form-t th {
    padding: 10px;
    display: block;
    width: 100%;
  }

  #card-highlight {
    padding: 15px;
  }

  #card-highlight .form-t {
    display: block;
  }

  #card-highlight .form-t tr {
    display: block;
  }

  #card-highlight .form-t th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
    padding-bottom: 10px;
  }

  #card-highlight .form-t td {
    display: block;
    width: 100%;
    text-align: center;
  }

  #pay-card-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  #pay-card-list li img {
    height: 22px;
  }

  #gmo-card-register-btn {
    text-align: center;
    margin-top: 10px;
  }

  #form-btn input[type="submit"] {
    width: 100%;
    min-width: auto;
    padding: 15px 20px;
  }

  #houjin-privacy-area {
    padding: 15px;
  }

  #privacy-list li {
    font-size: 13px;
    padding: 6px 0;
  }

  .pay-pay-hosoku {
    font-size: 11px;
  }

  #gmo-card-register-btn button {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  #other-highlight-btn {
    display: block;
    text-align: left;
    padding: 10px 0;
  }

  .form-dai-box {
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .form-banner-btn {
    width: 100%;
    text-align: center;
  }

  .form-banner-btn img {
    max-width: 200px;
  }

  #privacy-check {
    font-size: 14px;
    padding: 12px;
  }

  #houjin-form-submit {
    padding: 15px 0 0;
  }

  #form-btn .wpcf7-submit,
  #form-btn input[type="submit"] {
    padding: 15px 30px;
    font-size: 15px;
    width: 100%;
  }

  .kizon-t th,
  .kizon-t td {
    padding: 10px !important;
  }

  #houjin-form-appli-area .form-dai input[type="radio"] {
    width: 16px !important;
    height: 16px;
  }

  #creditPaymentResultMessage .done,
  #creditPaymentResultMessage .error {
    padding: 10px 12px;
    font-size: 13px;
  }
}

/*----------------------------------------
■サンクス
-----------------------------------------*/

#thanks-area {}

#thanks-title span {
  font-size: 60px;
  color: #142786;
  font-weight: 700;
}

#thanks-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}

.thanks-link {
  text-align: center;
}


#thanks-text {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

.thanks-text-address {
  color: #e63e22;
}


@media screen and (max-width: 768px) {
  #thanks-area {}

  #thanks-title span {
    font-size: 40px;
  }

  #thanks-title {
    font-size: 18px;
  }

  #thanks-text {
    text-align: left;
  }

  #thanks-text br {
    display: none;
  }

}