@charset "UTF-8";
.elupi h2{border-left: 10px solid #47b39d;background: #f5f5f5;font-weight: bold;color: #000;}
.elupi h2 .red {
    font-size: 1.2em;
}
.red {
    color: red;
}
.elupi h3 {
    font-size: 1.5em;
    border-bottom: 0;
}
.elupi .footer {
  margin: 30px -64px 10px;
  padding:10px 64px;
  background: #7cc0b2;
  color:#fff
}

.elupi .footer h2{
    margin: 1em 0;
    text-align: center;
    border-left: none;
    padding: 16px;
    background: unset;
    font-weight: 400;
    color: #fff;
    font-size: 1.8em;
}
.mansion-benefits h2 span {
    display: block;
    background: orangered;
    color: #fff;
    width: 180px;
    margin: 0 auto 30px;
}
.benefit {
  margin-bottom: 2em;
  background: #fff;
  padding: 20px;
}
.benefit h3 {
  color: orangered;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin: .5em 0;
}
.benefit p {
  font-size: 1em;
  line-height: 1.6;
  color: #444;
}
.testimonial {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 40px 0;
}
.testimonial-in{
  width: 100px;
}
.testimonial img {
  width: 75px;
  height: 75px;
  padding: 5px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-in span{
  width: 85px;
  display: block;
  text-align: center;
  font-size: .8em;
  letter-spacing: 2px;
}
.testimonial-content {
  flex: 1;
  border: 1px solid gray;
  padding: 20px 20px 5px;
  position: relative;
  border-radius: 15px;
  line-height: 1.8;
}
.testimonial-content::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 20px;
    border-right-width: 12px;
    border-right-style: solid;
    border-right-color: #a9a8a8;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
.testimonial-content::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -10px;
    top: 20px;
    border-right-width: 12px;
    border-right-style: solid;
    border-right-color: #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.testimonial-name {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  color: #555;
}
.toc {
  background-color: #f5f5f5;
  border-left: 5px solid #ffcc00;
  padding: 1.5em 5%;
  margin: 2em 0;
  font-family: 'Sawarabi Gothic', sans-serif;
  max-width: 800px;
  border-radius: 8px;
}

.toc h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #333;
  font-weight: bold;
}

.toc ul {
  list-style: none;
  padding-left: 0;
}

.toc ul > li {
  margin-bottom: 1.2em;
}

.toc ul > li > strong {
  display: block;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.toc ul li ul {
  padding-left: 1em;
  margin-left: 0.5em;
}

.toc ul li ul li {
  margin: 0.3em 0;
  font-size: 0.95em;
  position: relative;
}

.toc ul li ul li::before {
  content: "▶";
  color: #ff9900;
  position: absolute;
  left: -1em;
}

.ribon {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 10px 10px 10px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    background: #7cc0b2;
    color: #fff;
    text-align: left;
    width: 100%;
    z-index: 2;
}
  .risk-section {
  background: #f9f9f9;
  padding: 2em 1em;
  max-width: 900px;
  margin: 2em auto;
  font-family: 'Sawarabi Gothic', sans-serif;
  border-radius: 8px;
}

.risk-section h2,.fudousan-kaisha {
  text-align: center;
  border-left: none;
  font-size: 1.8em;
  padding-left: 0;
  margin: 1.2em;
  background: unset;
}

.risk-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.risk-card {
  background: #fff;
  padding: 0 1.5em 2em;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  border-radius: 6px;
}

.risk-icon {
  font-size: 2em;
  margin-bottom: 0.3em;
}

.risk-card h3 {
  background: unset;
  font-size: 1.2em;
  padding: 0;
  margin-bottom: 1.5em;
  color: #444;
  border-bottom: 0;
}

.risk-card p {
  margin-bottom: 0.5em;
  color: #555;
  line-height: 1.6;
}

.risk-card ul {
  margin-top: 0.5em;
  padding-left: 1.2em;
}

.risk-card ul li {
  margin-bottom: 0.3em;
  color: #555;
}
.company-table th {
    min-width: 200px;
}
.cta-section {
  background: #ffffff;
}
.cta-container {
  text-align: left;
}
.cta-container h3{background: unset;color: #111;font-size: 24px;}
.cta-section h2 {
  font-size: 40px;
  text-align: center;
  border-left: none;
  margin: 0;
  background: unset;
  padding: 1em 0;
}
.cta-lead {
  /* font-size: 16px; */
  margin-bottom: 20px;
}
.cta-points {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 15px;
}
.cta-box {
  background: #fff;
  border: 2px solid orange;
  padding: 20px 20px 60px;
  text-align: center;
  border-radius: 8px;
}
.cta-box h4 {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 20px;
  color: #111;
  border-left: 0;
  background: unset;
}
.cta-box p {
  font-size: 15px;
  line-height: 1.6;
}
.cta-button {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 20px 5%;
  background-color: orange;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
}

.cta-button:hover {
  background-color: #ff6600;color: #fff;text-decoration: none;
}

/* キラッと光る線のアニメーション */
.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

/* キラッの動き */
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@media screen and (max-width: 1200px) {
.elupi .footer {
    margin: 30px -36px 10px;
    padding: 10px 36px;
}
  }
@media screen and (max-width: 991px) {
.elupi .footer {
    margin: 30px -40px 10px;
    padding: 10px 40px;
}
  }
@media screen and (max-width: 767px) {
.elupi .footer {
    margin: 30px -20px 10px;
    padding: 10px 20px;
}
  }
@media screen and (max-width: 568px) {
.elupi h2 {
    padding: 3%;font-size:1.1em;
    border-bottom: 0;
}
  .elupi h2 br{
    display: none;
}
  .fudousan-kaisha {
        font-size: 1.6em;
        margin: 0 0 20px 0;
    }
   .testimonial {
    flex-direction: column;
    align-items: flex-start;     
    margin: 0;
  }
  .testimonial-in {
    align-items: center;
    position: relative;
  }
  .testimonial-in img {
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 9;
  }
.testimonial-in span {
    width: 75px;
    position: absolute;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    z-index: 99;
    bottom: 2px;
    letter-spacing: 2px;
}
  .testimonial-content {
    margin-left: 0;
    margin-top: -25px;
    padding-top: 25px;
    padding: 30px 15px 0;
  }
  .testimonial-content::before,
  .testimonial-content::after {
    border-bottom-width: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .elupi ul {background: #f5f5f5;padding: 5%;border-radius: 15px;}
  .elupi ul li  {
    margin-left: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}
  .elupi h3 {
    font-size: 1.1em;
    border-bottom: 0;
}
.post-content table.company-table td, 
    .post-content table.company-table th {
    padding: 20px;
    }
.post-content table.company-table {
  margin-bottom: 0;}
  .cta-button {
    padding: 20px 5px;
    font-size: 18px;
  }
  .cta-box {
    padding: 20px;
}
}