@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* Base Styles */
html {
  font-size: 10px;
}

@media screen and (max-width: 719px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #191919;
  margin: 0;
}

@media screen and (min-width: 720px) {
  body {
    line-height: 1.6em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 719px) {
  body {
    line-height: 1.6em;
    font-size: 1.4rem;
  }
}

/* Foundation */
* {
  box-sizing: border-box;
}

a {
  color: #191919;
  transition: opacity .5s ease, color .5s ease, background-color .5s ease, text-decoration .5s ease;
}

a:link, a:visited {
  text-decoration: underline;
}

a:active, a:hover {
  color: #059669;
  text-decoration: none;
}

p {
  margin-top: 0;
}

@media screen and (min-width: 720px) {
  p {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  p {
    margin-bottom: 1.8rem;
  }
}

ul, ol {
  margin-top: 0;
  padding-left: 1em;
}

@media screen and (min-width: 720px) {
  ul, ol {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 719px) {
  ul, ol {
    margin-bottom: 2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

@media screen and (min-width: 720px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 719px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  pointer-events: none !important;
}

:focus {
  outline: none;
}

/* Table Styles */
table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 720px) {
  table {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 719px) {
  table {
    margin-bottom: 1.8rem;
  }
}

table tr th, table tr td {
  padding: 1rem;
  border: 1px solid #dbdbdb;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: top;
}

table tr th {
  background-color: #f7f7f7;
  text-align: center;
  color: #666666;
  font-weight: normal;
}

table tr td {
  background-color: #ffffff;
}

/* Header */
header {
  background: #059669;
  margin-bottom: 2rem;
}

@media screen and (max-width: 719px) {
  header .l-contents__inner {
    padding: 0;
  }
}

.c-mainvisual {
  margin: 0;
  padding: 0;
}

.c-mainvisual img {
  width: 100%;
  height: auto;
  display: block;
}

/* Main Content */
.l-contents {
  background: #FFFFFF;
}

.l-contents__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 0 2rem;
}

@media screen and (max-width: 719px) {
  .l-contents__inner {
    padding: 0 1.2rem;
  }
}

/* 施工会社の比較が必要な理由セクションの左右余白を詰める */
@media screen and (min-width: 720px) {
  .comparison-necessity .necessity-content {
    padding-left: 0;
    padding-right: 0;
  }
  .comparison-necessity img {
    width: 100%;
  }
}

/* Annotation */
.c-annotation {
  text-align: right;
  color: #999;
  font-size: 1.2rem;
  margin: 0;
}

/* Top 3 Apps Section */
.p-app-top3 {
  background: #F4FCF2;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 4rem;
}

.p-app-top3-head {
  background: linear-gradient(135deg, #059669, #047857);
  color: #FFFFFF;
  text-align: center;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 719px) {
  .p-app-top3-head {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}

.p-app-top3-body {
  padding: 2rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-body {
    padding: 1.5rem;
  }
}

.p-app-top3-item {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

@media screen and (max-width: 719px) {
  .p-app-top3-item {
    padding: 1.5rem;
  }
}

.p-app-top3-item:last-child {
  margin-bottom: 0;
}

.p-app-top3-icon-wrap {
  flex-shrink: 0;
  margin-right: 2rem;
}

@media screen and (max-width: 719px) {
  .p-app-top3-icon-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.p-app-top3-logo {
  width: 100%;
  height: auto;
  max-width: 120px;
  max-height: 80px;
  object-fit: contain;
  border-radius: 8px;
}

.p-app-top3-detail {
  flex: 1;
}

.c-hw-rank {
  margin-bottom: 1rem;
}

.p-app-top3-name {
  font-size: 2rem;
  font-weight: bold;
  color: #191919;
}

@media screen and (max-width: 719px) {
  .p-app-top3-name {
    font-size: 1.6rem;
  }
}

.p-app-top3-text {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.p-app-top3-text span {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #059669;
}

.p-app-top3-text strong {
  color: #059669;
  font-weight: bold;
}

.p-app-top3-button-top {
  background: #FEF3C7;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #FCD34D;
}

.p-app-top3-button-top span {
  color: #92400E;
  font-weight: bold;
  font-size: 1.4rem;
}

/* Button Styles */
.flex_button {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn_size {
  flex: 1;
  max-width: 300px;
}

.c-button {
  display: inline-block;
  padding: 1.2rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.c-button--blank {
  background: linear-gradient(135deg, #059669, #047857);
  color: #FFFFFF;
  border: none;
}

.c-button--blank:hover {
  background: linear-gradient(135deg, #047857, #065f46);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.c-button--flash {
  position: relative;
  overflow: hidden;
}

.c-button--flash:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.c-button--flash:hover:before {
  left: 100%;
}

.c-button--slim {
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  white-space: nowrap;
}

@media screen and (max-width: 719px) {
  .c-button--slim {
    white-space: normal;
    line-height: 1.3;
  }
}

.c-button--primary {
  background: linear-gradient(135deg, #059669, #047857);
  color: #FFFFFF;
  border: none;
}

.c-button--large {
  padding: 1.5rem 3rem;
  font-size: 1.4rem;
}

.btn-square {
  border-radius: 0.5rem;
}

/* Table Head */
.p-top3table__head {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-top3table__head span {
  display: block;
  color: #059669;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0.5rem 0;
}

@media screen and (max-width: 719px) {
  .p-top3table__head {
    font-size: 1.4rem;
  }
  .p-top3table__head span {
    font-size: 1.5rem;
  }
}

/* Comparison Table */
.c-table-group {
  margin-bottom: 4rem;
}

.table {
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media screen and (max-width: 719px) {
  .table {
    overflow: visible;
    margin: 0 0 2rem 0;
    padding: 0;
    border-radius: 1rem;
  }
}

.table-title {
  background: linear-gradient(135deg, #DC2626, #B91C1C);
  color: #FFFFFF;
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 719px) {
  .table-title {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}

.inner-table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 719px) {
  .inner-table {
    width: 100%;
    table-layout: fixed;
  }
}

.fixed-row {
  background: #F7F7F7;
}

.colspan_text {
  background: #10b981 !important;
  color: #FFFFFF !important;
  font-weight: bold;
  padding: 1rem !important;
}

/* Recommend App */
.c-recommend-app {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top3table__rank__no {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.p-top3table__rank__no span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.5rem;
}

.p-top3table__rank__svg-1 {
  fill: #FBBF24;
}

.p-top3table__rank__svg-2 {
  fill: #9CA3AF;
}

.p-top3table__rank__svg-3 {
  fill: #CD7C2F;
}

.c-recommend-app__icon {
  width: 80px;
  height: 100%;
  margin-bottom: 0.5rem;
}

.c-recommend-app__icon img {
  width: 100%;
  height: 100%;
  max-width: 80px;
  object-fit: contain;
  border-radius: 0.5rem;
}

.c-recommend-app__name {
  font-weight: bold;
  font-size: 1.4rem;
  color: #191919;
}

/* Table Points */
.p-top3table__point {
  list-style: none;
  padding: 0.8rem;
  margin: 0;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.p-top3table__point li {
  margin-bottom: 0.3rem;
}

.p-top3table__point li:last-child {
  margin-bottom: 0;
}

.p-top3table__point.--doublecircle {
  background: #DCFCE7;
  color: #166534;
  border: 2px solid #16A34A;
}

.p-top3table__point.--circle {
  background: #FEF3C7;
  color: #92400E;
  border: 2px solid #F59E0B;
}

.p-top3table__point.--triangle {
  background: #FEE2E2;
  color: #991B1B;
  border: 2px solid #EF4444;
}

/* Button Column */
.p-app-button__col {
  padding: 0.5rem;
}

/* Section Headings */
.c-hw-level2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191919;
  margin: 2rem 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #059669;
}

@media screen and (max-width: 719px) {
  .c-hw-level2 {
    font-size: 2rem;
    margin: 1.5rem 0 1.5rem;
  }
}

.c-hw-level3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #191919;
  margin: 2rem 0 1rem;
}

/* Concern Block */
.concern-block {
  background: #F9FAFB;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.concern-block h3 {
  color: #DC2626;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.concern-list {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}

.concern-list li {
  margin-bottom: 1rem;
  color: #4B5563;
}

.solution-message {
  background: #DCFCE7;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-left: 4px solid #059669;
}

.solution-message p {
  margin-bottom: 0.5rem;
}

.solution-message strong {
  color: #059669;
}

/* Subsidy Table */
.subsidy-table {
  margin-bottom: 3rem;
}

.subsidy-table table {
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.highlight-text {
  color: #DC2626;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}

/* 補足・微行注記 */
.note-small {
  text-align: center;
  color: #6B7280;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  font-weight: normal;
}

/* 表セル用の補足注記（左寄せ・行内） */
.note-foot {
  display: block;
  color: #6B7280;
  font-size: 1.2rem;
  margin-top: 4px;
  text-align: left;
  font-weight: normal;
}

/* Simulation Box */
.simulation-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #F3F4F6;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 719px) {
  .simulation-box {
    flex-direction: column;
  }
}

.simulation-item {
  text-align: center;
  padding: 1rem;
}

.simulation-item h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1F2937;
}

.simulation-item.before {
  background: #FEE2E2;
  border-radius: 0.5rem;
}

.simulation-item.after {
  background: #DCFCE7;
  border-radius: 0.5rem;
}

.amount {
  font-size: 1.6rem;
  font-weight: bold;
  color: #DC2626;
  margin-bottom: 0.5rem;
}

.simulation-item.after .amount {
  color: #059669;
}

.income {
  color: #059669;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.total {
  font-size: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid #D1D5DB;
}

.total strong {
  color: #059669;
  font-size: 1.8rem;
}

.arrow {
  font-size: 2rem;
  color: #059669;
  font-weight: bold;
  padding: 0 1rem;
}

.payback-info {
  text-align: center;
  background: #FEF3C7;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

/* インナー幅に強制収束（構造ずれ時の保険） */
.simulation-box-vertical,
.payback-info {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.payback-info p {
  margin-bottom: 0.5rem;
}

.highlight-result {
  font-size: 1.4rem;
}

.highlight-result strong {
  color: #DC2626;
  font-size: 1.8rem;
}

/* Company Detail Grid */
.company-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 719px) {
  .company-detail-grid {
    grid-template-columns: 1fr;
  }
}

.company-detail-card {
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

/* 区切り線スタイルは削除（カード間の余白で区別） */

.company-detail-card:hover {
  border-color: #059669;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  transform: translateY(-4px);
}

/* Company Header */
.company-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #F3F4F6;
}

/* Company Comparison Table */
.company-comparison-table {
  margin-bottom: 2rem;
}

.company-comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: #F8FAFC;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.company-comparison-table th {
  background: #059669;
  color: #FFFFFF;
  padding: 1rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  width: 30%;
}

.company-comparison-table td {
  background: #FFFFFF;
  padding: 1rem;
  border-bottom: 1px solid #E5E7EB;
  font-size: 1.4rem;
  font-weight: bold;
  color: #374151;
  text-align: left;
}

.company-comparison-table tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 719px) {
  .company-comparison-table {
    margin-bottom: 2rem;
  }
  
  .company-comparison-table table {
    width: 100%;
    table-layout: fixed;
  }
  
  .company-comparison-table th,
  .company-comparison-table td {
    padding: 0.6rem 0.4rem;
    font-size: 1.2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
  }
  
  .company-comparison-table th {
    width: 38%;
    font-size: 1.1rem;
  }
  
  .company-comparison-table td {
    width: 62%;
    font-weight: normal;
  }
}

.company-logo {
  width: 100%;
  height: 80px;
  max-width: 150px;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  object-fit: contain;
}

.company-header h3 {
  color: #1F2937;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.rating-stars {
  color: #FBBF24;
  font-size: 1.4rem;
  font-weight: bold;
}

/* Company Specialty */
.company-specialty {
  margin-bottom: 2rem;
  text-align: left;
}

.company-specialty h4 {
  color: #059669;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.specialty-desc {
  color: #6B7280;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

/* Pros and Cons */
.pros-cons {
  margin-bottom: 2rem;
}

.pros, .cons {
  margin-bottom: 1.5rem;
}

.pros h5 {
  color: #059669;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cons h5 {
  color: #DC2626;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pros ul, .cons ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.pros li {
  color: #374151;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.cons li {
  color: #374151;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* Recommended For */
.recommended-for {
  background: #F0FDF4;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid #059669;
}

.recommended-for h5 {
  color: #059669;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.recommended-for ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.recommended-for li {
  color: #374151;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-weight: 500;
}

/* Customer Voice */
.customer-voice {
  background: #F9FAFB;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  border: 1px solid #E5E7EB;
}

.customer-voice h5 {
  color: #374151;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.customer-voice p {
  color: #4B5563;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 0;
}

.customer-info {
  display: block;
  margin-top: 1rem;
  color: #059669;
  font-weight: bold;
  font-style: normal;
  font-size: 1.4rem;
}

/* CTA Button */
.cta-button {
  text-align: center;
}

.cta-button .c-button {
  width: 100%;
  max-width: none;
}

/* Comparison Summary */
.comparison-summary {
  background: #F0FDF4;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 3rem;
  border: 2px solid #BBF7D0;
}

.comparison-summary h3 {
  color: #059669;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media screen and (max-width: 719px) {
  .choice-grid {
    grid-template-columns: 1fr;
  }
}

.choice-item {
  background: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.choice-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.choice-item strong {
  color: #1F2937;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}

.choice-item p {
  color: #059669;
  font-weight: bold;
  margin-bottom: 0;
}

/* FAQ Container */
.faq-container {
  background: #F9FAFB;
  padding: 3rem;
  border-radius: 1rem;
}

@media screen and (max-width: 719px) {
  .faq-container {
    padding: 2rem 1.5rem;
  }
}

.faq-item {
  background: #FFFFFF;
  border-radius: 0.8rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  border: 1px solid #E5E7EB;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  background: #FFFFFF;
  border: none;
  width: 100%;
  padding: 2rem 2.5rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-weight: bold;
  color: #059669;
  line-height: 1.5;
}

.faq-question-text {
  display: flex;
  align-items: flex-start;
  flex: 1;
  text-align: left;
}

@media screen and (max-width: 719px) {
  .faq-question {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }
}

.faq-question:hover {
  background: #F0FDF4;
}

.faq-question.active {
  background: #DCFCE7;
}

.faq-icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
  color: #059669;
  font-weight: bold;
  margin-left: 1rem;
  flex-shrink: 0;
}

.faq-question.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #FFFFFF;
}

.faq-answer.active {
  max-height: 300px;
}

.faq-answer-content {
  padding: 1.5rem 2.5rem 2rem 2.5rem;
  color: #374151;
  line-height: 1.7;
  font-size: 1.5rem;
  font-weight: bold;
  border-top: 1px solid #F3F4F6;
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

@media screen and (max-width: 719px) {
  .faq-answer-content {
    padding: 1.2rem 2rem 1.5rem 2rem;
    font-size: 1.4rem;
  }
}

/* Q/A バッジのスタイル */
.q-badge, .a-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 0.8rem;
}

.q-badge {
  background: #059669;
  color: #FFFFFF;
}

.a-badge {
  background: #10b981;
  color: #FFFFFF;
  margin-top: 0.2rem;
}

@media screen and (max-width: 719px) {
  .q-badge, .a-badge {
    width: 26px;
    height: 26px;
    font-size: 1.4rem;
    margin-right: 0.6rem;
  }
}

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, #F0FDF4, #DCFCE7);
  padding: 3rem;
  border-radius: 1rem;
  text-align: center;
  margin: 4rem 0;
  border: 2px solid #BBF7D0;
}

@media screen and (max-width: 719px) {
  .final-cta {
    text-align: left;
  }
}

.final-cta h2 {
  color: #059669;
  font-size: 2rem;
  margin-bottom: 2rem;
  border: none;
}

.next-energy-summary {
  text-align: center;
  margin-bottom: 2rem;
}

.next-energy-summary h3 {
  text-align: center;
}

@media screen and (max-width: 719px) {
  .next-energy-summary {
    text-align: left;
  }
  
  .next-energy-summary h3 {
    text-align: left;
  }
}

.cta-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.cta-point {
  background: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-align: center;
}

@media screen and (max-width: 719px) {
  .cta-point {
    text-align: left;
  }
}

.cta-point h4 {
  color: #DC2626;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.cta-point p {
  color: #4B5563;
  margin-bottom: 0;
}

.cta-buttons {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 719px) {
  .cta-buttons {
    justify-content: flex-start;
  }
}

.cta-buttons .c-button {
  white-space: nowrap;
}

/* 3社ロゴ横並びCTA */
.cta-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
  justify-items: center;
  margin-top: 1.5rem;
}

.cta-logos a.logo-link {
  display: inline-block;
  padding: 0.6rem;
  border-radius: 0.8rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.cta-logos a.logo-link:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.cta-logos img {
  width: 120px;
  height: 64px;
  object-fit: contain;
  display: block;
}

.cta-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-logo-text {
  padding: 0;
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #2563eb;
  font-size: 1.4rem;
}

.cta-logo-text:hover {
  color: #1d4ed8;
}

@media screen and (max-width: 719px) {
  .cta-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cta-logos img {
    width: 100px;
    height: 56px;
  }
}

/* Footer */
.footer {
  background: #1F2937;
  padding: 3rem 2rem 2rem;
  text-align: center;
  margin-top: 4rem;
}

.footer-content {
  color: #9CA3AF;
  max-width: 600px;
  margin: 0 auto;
}

.footer-logo {
  margin-bottom: 2rem;
}

.footer-logo-img {
  height: 60px;
  width: auto;
  max-width: 300px;
}

@media screen and (max-width: 719px) {
  .footer-logo-img {
    height: 45px;
    max-width: 250px;
  }
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 719px) {
  .footer-links {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
}

.footer-link {
  color: #D1D5DB;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  transition: opacity 0.3s ease;
}

.footer-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 719px) {
  .footer-link {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem;
    width: 200px;
    text-align: center;
  }
}

.footer-content p {
  margin: 0;
  font-size: 1.4rem;
  color: #9CA3AF;
}

/* Utility Classes */
.invisible {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

/* Text utilities */
.u-text-danger {
  color: #DC2626 !important;
}

/* 改行制御: スマホのみ改行 */
.br-sp {
  display: none;
}

@media screen and (max-width: 719px) {
  .br-sp {
    display: block;
  }
}

.u-bold {
  font-weight: bold !important;
}

/* マーカー風の下地（テキスト行の下部60%に色を敷く） */
.u-marker-yellow {
  display: inline;
  background: none !important;
  box-shadow: none !important;
  text-decoration-line: underline;
  text-decoration-color: #FEF3C7;
  text-decoration-thickness: 0.55em; /* マーカーの太さ */
  text-underline-offset: -0.2em;     /* 文字直下に寄せる */
  text-decoration-skip-ink: none;    /* 字形で欠けないように */
}

/* ボタンアニメーション */
.c-button {
  position: relative;
  overflow: hidden;
  animation: wiggle 0.4s ease-in-out infinite;
  transition: all 0.3s ease;
  text-decoration: none !important;
  border: 2px solid transparent !important;
}

/* 常時ぷるぷる揺れアニメーション */
@keyframes wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-1deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(1deg); }
}

/* ホバー時のキラキラエフェクト */
.c-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.4) 50%, 
    transparent 100%
  );
  transition: left 0.6s ease;
}

.c-button:hover::before {
  left: 100%;
}

/* ホバー時の追加エフェクト */
.c-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
  animation-play-state: paused;
  text-decoration: none !important;
  background: transparent !important;
  border: 2px solid #10b981 !important;
}

/* アニメーション遅延で自然な感じに */
.c-button:nth-child(odd) {
  animation-delay: 0.5s;
}

.c-button:nth-child(even) {
  animation-delay: 1s;
}

/* 比較表の見やすさ改善 */
.p-top3table__point {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center;
  position: relative;
  padding: 40px 10px 10px !important;
  margin: 0 !important;
}

/* アイコンを上部に配置 */
.p-top3table__point::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  color: #10b981;
}

/* ◎ 二重丸アイコン */
.p-top3table__point.--doublecircle::before {
  content: '◎';
  color: #10b981;
}

/* ○ 丸アイコン */
.p-top3table__point.--circle::before {
  content: '○';
  color: #f59e0b;
}

/* △ 三角アイコン */
.p-top3table__point.--triangle::before {
  content: '△';
  color: #ef4444;
}

/* テキスト部分のスタイリング */
.p-top3table__point li,
.p-top3table__point {
  color: #333 !important;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 719px) {
  .p-top3table__point li,
  .p-top3table__point {
    font-size: 1.2rem;
  }
}

.p-top3table__point li {
  list-style: none;
  margin: 2px 0;
}

/* 比較表ヘッダーの固定表示 */
.c-table-group {
  position: relative;
  overflow: visible;
}

.table {
  position: relative;
  overflow: visible;
}

.table-title {
  background: #10b981;
  color: #ffffff !important;
  padding: 15px 20px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.inner-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

.inner-table td {
  width: 33.33%;
  vertical-align: top;
  font-size: 1.4rem;
}

@media screen and (max-width: 719px) {
  .inner-table td {
    font-size: 1.2rem;
  }
}

.inner-table thead.fixed-row {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.inner-table thead.fixed-row th {
  background: #ffffff !important;
  color: inherit !important;
  padding: 20px 15px !important;
  border-bottom: 2px solid #e5e7eb;
  position: relative;
  width: 33.33%;
}

/* 業者名リンクスタイル */
.company-link {
  color: #2563eb !important;
  text-decoration: underline !important;
  cursor: pointer;
  transition: color 0.2s ease;
}

.company-link:hover {
  color: #1d4ed8 !important;
  text-decoration: underline !important;
}

/* ロゴをクリッカブルに */
.company-logo-link {
  display: inline-block;
  transition: transform 0.2s ease;
}

.company-logo-link:hover {
  transform: scale(1.05);
}

/* マイクロコピースタイル */
.micro-copy {
  font-size: 14px;
  color: #10b981;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0;
  text-align: center;
}

.final-cta .micro-copy {
  text-align: left;
  font-style: normal;
  text-align: center;
  padding: 8px 12px;
}

/* 星アイコンスタイル */
.star-icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

/* リストのチェックマークスタイル */
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}

.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url('../../images/check.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

/* 気になる点専用のチェックマークスタイル */
.cons .check-list li::before {
  background-image: url('../../images/check-2.webp');
}

/* いい点・気になる点のh5スタイル */
.pros-cons h5 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}

/* 画像バナースペース */
.image-banner-space {
  margin: 20px 0;
  text-align: center;
}

.image-banner-space img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 2カラムヘッダーレイアウト */
.company-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.company-header-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.company-header-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  min-width: 0;
  overflow: hidden;
}

.company-header-right h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  text-align: left;
  word-wrap: break-word;
}

.rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 719px) {
  .company-header {
    grid-template-columns: 100px 1fr;
    gap: 15px;
  }
  
  .company-header-right {
    margin-left: 0;
  }
  
  .company-header-right h3 {
    font-size: 1.8rem;
  }
}

/* 各案件詳細カードのホバーエフェクトを無効化 */
.company-detail-card:hover {
  border-color: #E5E7EB !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
  transform: none !important;
}

/* スライダーのスタイル */
.testimonial-slider {
  position: relative;
  margin: 10px 0 40px;
}

@media screen and (min-width: 720px) {
  .testimonial-slider {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 2.5rem;
  }
}

.slider-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 60px;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.testimonial-slide {
  width: calc(100% / 9); /* 9つのスライドに対応 */
  min-width: calc(100% / 9);
  padding: 0 8px;
  box-sizing: border-box;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  padding: 30px;
  height: 100%;
  border: 2px solid #e5e7eb;
  transform: scale(0.95);
  opacity: 0.7;
  transition: all 0.3s ease;
}


.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  background: #10b981;
  border-radius: 8px;
  color: white;
}

.user-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.user-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.user-info h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
}

.user-info p {
  margin: 2px 0;
  font-size: 14px;
  opacity: 0.9;
}

.cost-info {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  text-align: center;
  border: 2px solid #10b981;
}

.cost-info h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #333;
}

.cost-amount {
  font-size: 24px;
  font-weight: bold;
  color: #dc2626;
}

.savings-info {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  text-align: center;
}

.savings-info h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333;
}

.savings-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.before {
  font-size: 18px;
  font-weight: bold;
  color: #dc2626;
}

.arrow {
  font-size: 20px;
  color: #10b981;
  font-weight: bold;
}

.after {
  font-size: 18px;
  font-weight: bold;
  color: #059669;
}

.process-details, .features, .user-comment {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
}

.process-details h4, .features h4, .user-comment h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #10b981;
  border-bottom: 2px solid #10b981;
  padding-bottom: 5px;
}

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

.features li {
  padding: 3px 0;
  font-size: 14px;
}

.user-comment p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* スライダーボタン */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #10b981;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: #059669;
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

@media (max-width: 768px) {
  .slider-container {
    margin: 0;
    padding: 0 50px;
  }
  
  .testimonial-slide {
    padding: 0 4px;
    margin-bottom: 12px;
  }
  
  .testimonial-card {
    padding: 20px 16px 16px;
  }
  
  .prev-btn {
    left: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .next-btn {
    right: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .testimonial-header {
    padding: 16px;
    margin-bottom: 14px;
    flex-direction: column;
    text-align: left;
  }
  
  .user-icon {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .user-info {
    width: 100%;
  }
  
  .user-info h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  
  .user-info p {
    font-size: 13px;
    margin: 2px 0;
  }
  
  .cost-info,
  .savings-info,
  .process-details,
  .features,
  .user-comment {
    padding: 14px 12px;
    margin: 12px 0;
    text-align: left;
  }
  
  .cost-info h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .cost-info h4::after {
    content: "：";
  }
  
  .cost-info p {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .cost-amount {
    font-size: 22px;
    font-weight: bold;
  }
  
  .savings-info {
    text-align: center;
  }
  
  .savings-info h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .savings-comparison {
    font-size: 16px;
    gap: 10px;
  }
  
  .savings-comparison .before,
  .savings-comparison .after {
    font-size: 16px;
    font-weight: bold;
  }
  
  .savings-comparison .arrow {
    font-size: 14px;
  }
  
  .savings-info p {
    font-size: 13px;
    margin-top: 6px;
  }
  
  .process-details h4,
  .features h4,
  .user-comment h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .process-details p {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .features li {
    padding: 4px 0;
    font-size: 13px;
    line-height: 1.5;
  }
  
  .user-comment {
    margin-bottom: 0;
  }
  
  .user-comment p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* シミュレーション上下配置スタイル */
.simulation-box-vertical {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.simulation-item {
  background: #ffffff;
  border: 3px solid #10b981;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}

.simulation-item.before {
  border-color: #ef4444;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.1);
}

.simulation-item.before h4 {
  color: #ef4444;
  font-size: 20px;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.simulation-item.after h4 {
  color: #10b981;
  font-size: 20px;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.simulation-item .amount {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
  color: #333;
}

.simulation-item .annual {
  font-size: 16px;
  color: #666;
  margin: 5px 0;
}

.simulation-item .income {
  font-size: 16px;
  color: #10b981;
  font-weight: bold;
  margin: 8px 0;
}

.simulation-item .total {
  font-size: 18px;
  color: #10b981;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.arrow-vertical {
  text-align: center;
  font-size: 30px;
  color: #10b981;
  font-weight: bold;
  margin: 10px 0;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .simulation-box-vertical {
    margin: 20px 15px;
    max-width: none;
  }
  
  .simulation-item {
    padding: 20px 15px;
  }
  
  .simulation-item h4 {
    font-size: 18px;
  }
  
  .simulation-item .amount {
    font-size: 16px;
  }
  
  .simulation-item .total {
    font-size: 16px;
  }
  
  .arrow-vertical {
    font-size: 24px;
    margin: 5px 0;
  }
}

/* 紹介文スタイル */
.company-introduction {
  margin: 20px 0;
  padding: 20px;
  background: #f9fafb;
  border-radius: 10px;
  line-height: 1.8;
}

.introduction-preview {
  color: #374151;
  font-size: 15px;
  margin-bottom: 15px;
}

.introduction-full {
  color: #374151;
  font-size: 15px;
}

.introduction-full p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.introduction-full p:last-child {
  margin-bottom: 0;
}

.read-more-btn {
  background: none;
  color: #2563eb;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  transition: color 0.2s ease;
  display: inline-block;
  margin: 15px 0 0;
}

.read-more-btn:hover {
  color: #1d4ed8;
}

@media screen and (max-width: 719px) {
  .company-introduction {
    padding: 15px;
  }
  
  .introduction-preview,
  .introduction-full {
    font-size: 14px;
  }
  
  .read-more-btn {
    padding: 8px 25px;
    font-size: 14px;
  }
}

/* お客様の声スタイル */
.customer-review {
  margin: 20px 0;
}

.customer-review h5 {
  font-size: 18px;
  color: #059669;
  margin-bottom: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

.customer-review h5::before {
  content: "";
  font-size: 20px;
}

.review-item {
  background: #ffffff;
  border: 2px solid #e5e7eb;
  padding: 20px 24px;
  margin-bottom: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
}

.review-item:hover {
  border-color: #059669;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.15);
  transform: translateY(-2px);
}

.review-item::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 48px;
  color: #d1fae5;
  font-family: Georgia, serif;
  line-height: 1;
}

.review-item:last-child {
  margin-bottom: 0;
}

.review-item p {
  color: #374151;
  line-height: 1.8;
  margin-bottom: 12px;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}

.customer-info {
  color: #6B7280;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  display: block;
  text-align: right;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
}

@media screen and (max-width: 719px) {
  .customer-review h5 {
    font-size: 16px;
  }
  
  .review-item {
    padding: 16px 20px;
  }
  
  .review-item::before {
    font-size: 36px;
    top: 8px;
    left: 12px;
  }
  
  .review-item p {
    font-size: 14px;
    padding-left: 15px;
  }
  
  .customer-info {
    font-size: 14px;
  }
}

.page-section {
  margin-bottom: 60px;
}

.page-section h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #059669;
  padding-bottom: 16px;
  border-bottom: 3px solid #059669;
  margin-bottom: 30px;
}

.page-section h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #191919;
  margin-top: 30px;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 4px solid #059669;
}

.page-section h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #191919;
  margin-top: 20px;
  margin-bottom: 12px;
}

.page-section p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.page-section ul,
.page-section ol {
  margin-bottom: 20px;
  padding-left: 24px;
}

.page-section li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.info-table,
.result-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.info-table th,
.info-table td,
.result-table th,
.result-table td {
  padding: 12px 16px;
  border: 1px solid #E5E7EB;
  text-align: left;
}

.info-table th,
.result-table th {
  background-color: #F3F4F6;
  font-weight: bold;
  width: 30%;
}

.result-table th {
  width: auto;
  text-align: center;
}

.result-table td {
  text-align: center;
}

@media screen and (max-width: 719px) {
  .page-section h2 {
    font-size: 2rem;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  
  .page-section h3 {
    font-size: 1.6rem;
    margin-top: 24px;
    margin-bottom: 12px;
    padding-left: 10px;
  }
  
  .page-section h4 {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}