body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

.lp-inner {
  max-width: 750px;
  margin: 0 auto;
}

.cta-wrap{
  background-color: #ffffff;
  padding: 0 0.8em 2em;
}

.contact-btn{
  margin-bottom: 1.5em;
}


.link-btn {
  display: flex;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 5% 30px;
}

.link-btn a {
  box-shadow: 5px 5px 9px 1px rgb(43 43 43 / 15%);
}

.plan-container {
  background: #e5dddd;
  position: relative;
}

.plan-container .content-title {
  position: absolute;
  width: 103%;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

.plan-content {
  padding: 25% 5% 5%;
  position: relative;
  width: 90%;
  margin: 0 auto 10%;
  border-radius: 15px;
  box-shadow: 0 0 9px 1px rgb(43 43 43 / 10%);
}

.plan-content01 {
  background-color: #f9e5d6;
}

.plan-content02 {
  background-color: #edd2dc;
}

.plan-content03 {
  background-color: #dccde9;
}

.plan-content04 {
  background-color: #daeed9;
  margin-bottom: 5%;
}

.plan-title {
  width: 100%;
  margin: 0 auto 8%;
}

.plan-box {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 0 5%;
  border-radius: 40px 40px 20px 20px;
  box-shadow: 0 0 6px 1px rgb(43 43 43 / 10%);
}

.plan-content a {
  padding: 7% 0 5%;
  display: block;
}

img.top-text {
  width: 80%;
  margin: 0 auto 10%;
}

.accordion-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-box.open .accordion-inner {
  max-height: 1000px;
}

.icon-style::before {
  content: "▼";
  font-size: clamp(8px, 3vw, 14px);
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
}

.open .icon-style::before {
  content: "▲";
}

p.accordion-btn {
  cursor: pointer;
  text-align: center;
  font-size: clamp(16px, 3vw, 24px);
  color: #575555;
}

span.border-style {
  border-bottom: 2px solid;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.inspection {
  width: 90%;
  margin: 0 auto;
}

/* ==================
* float_banner
* ================== */
.float_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin: auto;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* sp only */
}
.float_banner img {
  width: auto;
}
.float_banner a {
  max-width: 750px;
  display: block;
}
.float_banner.is_scroll {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .float_banner {
    /* sp only */
    padding: 0;
  }
}

/* end float_banner */
/* 既存パーツの上書き */
.l-Footer {
  --col: #fff;
  --bg_gray: #fcfbfb;
  background-color: #000;
  color: var(--col);
}
.l-Footer__Logo .p-Icon--Logo {
  fill: var(--col);
}

.p-Icon--Line,
.p-Icon--Twitter,
.p-Icon--Instagram,
.l-PageTop__Arrow {
  fill: var(--col);
}

.l-Footer__ConversionLink {
  background-color: #ad5157;
}
.l-Footer__ConversionLink:hover {
  background-color: #f6caca;
}

.l-PageTopSp__Link {
  text-decoration: none;
}

.l-PageTopSp::before {
  background-color: var(--col);
}

.p-Tel--White .p-Icon--TelNumber use:nth-of-type(1) {
  fill: var(--col);
}
