:root {
    --primary-blue: #1d3083;
    --accent-red: #e60012;
    --color-white: #fff;
    --text-black: #333333;
    --bg-gray-light: #f0f4f9;
    --max-width: 1024px;
    /* 影響表専用変数 */
    /* --table-border: #333; */
    --sp-gray-bg: #f2f2f2;
}

@font-face {
    font-family: "myfont";
    src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
    font-display: swap;
}

/* @font-face {
    font-family: "myfont-Bold";
    src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "myfont-Medium";
    src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
    font-display: swap;
} */

body {
    font-family: "myfont", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    color: var(--text-black);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: var(--bg-white);
    font-size: 16px;
    font-weight: 500;
    overflow-y: visible !important;
    height: 100%;

}

#scalable-content {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

section {
    margin: 30px auto;
}

h2 {
    margin: 0;
}

.font-15 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-27-m {
    font-size: 27px;
}

.font-weight-m {
    font-weight: 400;
}

.text-aline-r {
    text-align: right;
    width: 100%;
}

.color-black {
    color: var(--text-black);
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-40 {
    padding: 40px;
}

.padding-b-40 {
    padding-bottom: 40px;
}

.margin-t-10 {
    margin-top: 10px;
}
.margin-b-20 {
    margin-bottom: 20px;
}
.margin-b-50 {
    margin-bottom: 50px;
}

a {
    text-decoration: none;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.8;
}

.under-line {
    text-decoration: underline;
    font-weight: bold;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

h1 {
    margin: 0;
}

h4,
p {
    margin: 0;
}

h4 {
    font-size: 33px;
    font-weight: bold;
}

.container {
    max-width: var(--max-width);
    margin: 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
    transform-origin: top center;
}

/* =========================================
    対象作物と適用害虫(抜粋)
========================================= */

.section-title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 43px;
    font-weight: bold;
    color: var(--primary-blue);
}

.section-title::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 60%;
    height: 10px;
    background-image: url('../img/line_pc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section-title-sub {
    font-size: 34px;
}

.grid-container {
    display: grid;
    gap: 0 20px;
}

.grid-pests {
    grid-template-columns: repeat(3, 1fr);
}

.grid-crops {
    grid-template-columns: repeat(4, 1fr);
}

.item {
    text-align: center;
}

.image-box {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-label {
    font-size: 24px;
    font-weight: bold;
    /* margin-top: 5px; */
    word-break: break-all;
}

.btn-wrapper {
    text-align: center;
    margin-top: 30px;
}

.img-button1 {
    background-image: url('../img/button_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    min-height: 60px;
    max-height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;

    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 0.2s;
    font-size: clamp(0.84375rem, 0.4rem + 1vw, 1.375rem);
}

/* =========================================
    ロムダンフロアブルの特長
========================================= */

.background-blue {
    margin-top: 40px;
    background-image: url('../img/backimg_1.png');
    background-position: center;
    background-size: contain;
    padding-top: 20px;
}

.grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 20px;
}

.feature-box {
    background-color: var(--color-white);
    border: 1px solid var(--primary-blue);
    box-sizing: border-box;
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    height: 70px;
}

.num-img {
    height: 50px;
    flex-shrink: 0;
}

.feature-title {
    font-size: 29px;
    font-weight: 800;
    color: var(--primary-blue);
    margin: 0;
    line-height: 1.3;
}

.section-title-main {
    font-size: 40px;
    color: var(--primary-blue);
    font-weight: bold;
    margin: 0;
}

.main-text {
    font-size: 33px;
    font-weight: bold;
    margin: 0;
}

.lead-text {
    font-size: 20px;
    margin-bottom: 30px;
}

.number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;

    color: #ffffff;
    font-weight: bold;
    font-size: 43px;

    background-image: radial-gradient(circle at center, #1a2b75 24.5px, transparent 26.5px);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 7px;
    line-height: 1;
}

.number::before,
.number::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: #1a2b75;
}

.number::before {
    margin-right: 26px;
}

.number::after {
    margin-left: 26px;
}

.romdan-table {
    padding: 0 10px 10px 10px;
}

.action_title {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    color: #1d3083;
    /* height: 100px; */
    height: 80px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.table-img {
    height: 95px;

    display: flex;
    align-items: flex-end;
}
.table-img img {
    width: auto;
}

.compare-img-wrap {
    width: 100%;
    margin: 15px 0;
}

.compare-label {
    background: var(--primary-blue);
    color: #fff;
    text-align: center;
    padding: 4px;
    font-weight: bold;
    font-size: 28px;
}

.compare-text {
    font-size: 20px;
    padding-top: 10px;
}

.bottom-info-box {
    display: grid;
    grid-template-columns: 100px 1fr 280px;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "area-bottle area-title       area-larva"
        "area-bottle area-description area-larva";
    gap: 12px;
    align-items: start;
    padding: 15px;
    background: #fff;
    border: 1px solid var(--primary-blue);
}

.item-bottle {
    grid-area: area-bottle;
    text-align: center;
}

.item-title {
    grid-area: area-title;
    margin: 0;
    line-height: 1.3;

    font-size: 38px;
    color: var(--primary-blue);
    margin: 0;
    white-space: nowrap;
}

.item-description {
    grid-area: area-description;
    font-size: 19px;
    line-height: 1.6;
}

.item-larva {
    grid-area: area-larva;
    text-align: center;
}

.item-bottle img,
.item-larva img {
    width: 100%;
    height: auto;
    display: block;
}

.item-larva .caption {
    margin: 8px 0 0 0;
    font-size: 16px;
}

.feature-desc {
    font-size: 20px;
    
}

.num_box {
    border: 1px solid var(--text-black);
    padding: 4px 8px 4px 4px;
    background: #fff;
    width: 30px;
}

.num_box img {
    height: 30px;
    margin: 0 auto;
}

.sub-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 50px 0 30px;
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-blue);
}

.micro-text {
    font-size: 17px;
    text-align: center;
    width: 100%;
}

/* =========================================
    ２．安定した効果
========================================= */
.section-header-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 50px 0 30px;
}

.summary-box {
    background-color: #fffde6;
    border: 1px solid var(--primary-blue);
    padding: 6px 20px 3px 20px;
    margin-bottom: 20px;
}

.summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 20px;
}

.summary-list li::before {
    content: "●";
    color: var(--primary-blue);
    position: absolute;
    left: 0;
    /* font-size: 18px; */
}



.data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    /* margin-bottom: 40px; */
}

/* =========================================
    効果持続性セクション 固有スタイル
========================================= */

.data-item h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-black);
    font-size: 28px;
    font-weight: 500;
    margin: 15px 0;
}

.data-item h3::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--primary-blue);
    flex-shrink: 0;
}

/* 画像ボックス */
.data-img-box {
    width: 100%;
    margin-bottom: 5px;
}

.data-img-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* 右寄せの注釈 */
.data-note-right {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

/* 詳細情報の定義リスト */
.data-detail-list {
    margin: 0;
    padding: 0;
}

.detail-row {
    display: flex;
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 2px;
}

.detail-row dt {
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: 600;
    width: 100px;
    text-align: justify;
    text-align-last: justify;
}

.detail-row dd {
    margin: 0;
    font-weight: 400;
}

.data-img {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
}

.data-notes {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 10px;
    color: #444;
}


.table3-content {
    max-width: 1024px;
    margin: 0 auto;
    font-size: clamp(10px, 1.45vw, 15px);
    background-color: #fff;
}

/* --- 共通構造 --- */
.table-group {
    display: grid;
}

.cell {
    border-right: 1px solid var(--text-black);
    border-bottom: 1px solid var(--text-black);
    padding: 10px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}

/* --- PC版 (769px以上) --- */
@media screen and (min-width: 769px) {

    .results-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "area-a    area-b"
            "area-c    area-d"
            "area-e    area-f"
            "area-text area-text";

        gap: 20px;
    }

    .result-item.a {
        grid-area: area-a;
    }

    .result-item.b {
        grid-area: area-b;
    }

    .result-item.c {
        grid-area: area-c;
    }

    .result-item.d {
        grid-area: area-d;
    }

    .result-item.e {
        grid-area: area-e;
    }

    .result-item.f {
        grid-area: area-f;
    }

    .complement-text {
        grid-area: area-text;
    }

    .table3-content {
        display: grid;
        grid-template-columns: 1.2fr 1.2fr 1.5fr 0.8fr;
        border-left: 1px solid var(--text-black);
        border-top: 1px solid var(--text-black);
        background-color: #fff;
    }

    .table-group {
        display: contents;
    }

    .pc-header-cell {
        background-color: var(--sp-gray-bg);
        font-weight: bold;
    }

    .sp-label,
    .empty-cell {
        display: none;
    }

    .merge-v-master {
        grid-row: span 2;
    }

    .merge-v-slave {
        display: none !important;
    }
    .point-header::after {
        content: "";
        flex: 1;
        height: 1px;
        background-color: #1a2b75;
        margin-left: 16px;
    }
}

.point-header {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 20px;
    padding-bottom: 5px;

    display: flex;
  align-items: center;
}

.check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--primary-blue);

}

.check-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 26.5px;
    font-weight: bold;
    align-items: flex-start;
}

.check-icon {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    flex-shrink: 0;
    position: relative;
    margin-top: 7px;
}

.sub-text {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}

.example-header {
    font-size: 34px;
    font-weight: 800;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.example-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    color: var(--text-black);
}

.chart-img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.chart-note {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
}

.result-item {
    display: flex;
    flex-direction: column;
}

.result-header {
    font-size: 28px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.custom-text {
    color: var(--text-black);
}

.blue-mark {
    color: var(--primary-blue);
}

.small-text {
    font-size: 19px;
}

.graph-box {
    width: 100%;
    background: #fff;
    border: 1px solid #333;
    margin-bottom: 10px;
}

.detail-text {
    font-size: clamp(0.6875rem, -0.07rem + 1.57vw, 0.9375rem);
    font-weight: 400;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 10px;
}

.detail-text dt {
        text-align: justify;
        text-align-last: justify;

    white-space: nowrap;
    font-weight: 600;
}
.detail-text dd {
        margin-inline-start: 0px;
}

.complement-text {
    margin-bottom: 40px;
}

.footer-note {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}

/* --- お問い合わせ --- */
.section-header {
    text-align: center;
    border-top: 2px solid var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
    padding: 10px 0;
    margin-bottom: 30px;
}

.related-links {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 60px;
}

.btn-img {
    width: 32%;
    height: auto;
    display: block;
}

.contact-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 20px 0;
}

.section-line-title {
    color: var(--primary-blue);
    font-size: 36px;
    text-align: center;
    border-top: 1px solid var(--primary-blue);
    border-bottom: 1px solid var(--primary-blue);
    margin: 50px 0 20px 0;
}

img.phone-icon {
    width: 80px;
}

.contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
}

.phone-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-text-area {
    display: flex;
    flex-direction: column;
}

.phone-number {
    color: var(--primary-blue);
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}

.phone-hours {
    font-size: 20px;
    margin: 0;
    color: var(--text-black);
}

.footer {
    text-align: center;
    padding: 40px 0;
}

.footer img {
    margin: 0 auto 10px;
    width: 260px;
}

.footer p {
    font-size: 11px;
    margin: 0;
}

.button-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; 
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.custom-img-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  
  background-image: url('../img/button_1.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  
  aspect-ratio: 6 / 1; 
  
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  
  padding-right: 8%; 
  box-sizing: border-box;
  
  transition: opacity 0.3s ease;
}

.custom-img-btn:hover {
  opacity: 0.85;
}

.contact-left-area,
.contact-right-area {
  flex: 1;
}

.contact-right-area {
  display: flex;
  justify-content: flex-end; 
}



.btn-contact-mail {
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url('../img/button_3.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 6 / 1; 

    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 0.2s;
    font-size: clamp(1.1875rem, 0.62rem + 1.18vw, 1.375rem);
    text-decoration: none;
    padding-left: 8%; 
}

.btn-contact-mail:hover {
    opacity: 0.85;
}


@media screen and (max-width: 768px) {

    section {
        margin: 0 auto;
    }
    .background-blue {
        padding-top: 1px;
    }
    .example-header{
        margin-bottom: 10px;
    }

    .button-wrapper {
            grid-template-columns: 1fr;
            gap: 10px; 
    }
    
    .custom-img-btn {
            padding-right: 0; 
            font-size: clamp(0.9375rem, -0.14rem + 4.58vw, 2.0625rem);
            justify-content: flex-start;
            padding-left: 10%;
    }

    .contact-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-right-area {
        justify-content: center;
        width: 100%;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important; 
    }

    .grid-pests,
    .grid-3col,
    .data-grid,
    .related-links,
    .contact-area {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .container {
        padding-bottom: 0;
        padding: 0;
        max-width: 768px;
        margin: 0 20px;
    }

    .section-title {
        margin-top: 20px;
        font-size: clamp(1.4rem, -0.1rem + 7.38vw, 3.4375rem);
        margin-bottom: 25px;
    }

    .section-title::after {
        width: 100%;
    }

    .section-title-sub {
        font-size: clamp(1.25rem, -0.18rem + 6.11vw, 2.75rem);
    }

    .grid-container {
        width: 90%;
        margin: 0 auto;
    }

    .item-label {
        font-size: clamp(1.125rem, 0.11rem + 4.33vw, 2.1875rem);
        font-size: 15px;
    }

    .image-box {
        text-align: center;
    }

    .image-box img {
        width: 100%;
        margin: 0 auto;
    }

    .item-label {
        margin: 10px 0;
    }

    .romdan-table {
        max-width: 600px;
        margin: 0 auto;
    }

    .table-img {
        margin: 20px 0;
        margin-bottom: 20px;
        display: contents;
    }

    .table-img img {
        aspect-ratio: auto;
        margin: 0 auto;
    }

    .sub-heading {
        margin-bottom: 16px;
        justify-content: left;
        margin-top: 20px;
    }

    .compare-label {
        font-size: clamp(1.25rem, -0.06rem + 5.6vw, 2.625rem);
        margin-bottom: 10px;
    }

    .compare-text {
        font-size: clamp(0.875rem, -0.26rem + 4.83vw, 2.0625rem);
    }

    .compare-img-wrap {
        margin: 0;
        margin-top: 10px;
    }

    .compare-img-wrap img {
        margin: 0 auto;
    }
    .num-img {
        height: 60px;
    }
    .number {
        height: clamp(80px, 15.27vw + 22.75px, 140px);
        font-size: clamp(2.6875rem, 0.48rem + 9.41vw, 5rem);
        --circle-size: clamp(24.5px, 5.09vw + 5.42px, 44.5px);
        --blur-size: calc(var(--circle-size) + 1.5px);
        background-image: radial-gradient(circle at center,
                #1a2b75 var(--circle-size),
                transparent var(--blur-size));
    }

    .number::before {
        margin-right: clamp(30px, 17.81vw - 36.79px, 100px);
    }

    .number::after {
        margin-left: clamp(30px, 17.81vw - 36.79px, 100px);
    }

    .btn-wrapper {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
    }

    .img-button1 {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        height: clamp(42px, 5.86vw + 20.04px, 80px);
        font-size: clamp(1.15625rem, 0.77rem + 1.65vw, 1.5625rem);
        font-size: 21.5px;
        max-width: 365px;
        margin: 20px auto;
    }

    .section-header-flex {
        justify-content: left;
        margin: 30px 0 20px;
    }

    .feature-title {
        font-size: clamp(1.6rem, 0.61rem + 4.58vw, 2.1rem);
    }

    .section-title-main {
        font-size: clamp(1.22rem, -0.42rem + 7.12vw, 3rem);
        line-height: 1.2;
    }

    .num_box {
        width: clamp(40px, 5.09vw + 20.92px, 60px);
    }

    .num_box img {
        height: clamp(40px, 5.09vw + 20.92px, 60px);
        margin: 0 auto;
    }

    .main-text {
        font-size: clamp(1.25rem, 0.06rem + 5.09vw, 2.5rem);
    }

    .lead-text {
        margin-top: 10px;
        font-size: clamp(0.8125rem, -0.56rem + 5.85vw, 2.25rem);
    }

    .action_title {
        font-size: clamp(1.1875rem, -0.18rem + 5.85vw, 2.625rem);
        height: auto;
        padding-bottom: 20px;
    }

    .grid-crops {
        grid-template-columns: repeat(2, 1fr);
    }

    .btn-img,
    .form-btn-img,
    .bottle-part,
    .micro-part {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
    }

    .bottom-info-box {
        grid-template-columns: 40% 1fr; 
        grid-template-areas:
        "area-bottle      area-title"
        "area-description area-description"
        "area-larva       area-larva";
        
        gap: 16px;
    }

    .item-title {
        font-size: clamp(1.25rem, -0.42rem + 7.12vw, 3rem);
        align-self: center;
    }
    .item-description {
        font-size: clamp(0.8125rem, -0.38rem + 5.09vw, 2.0625rem);
    }

    .tel-number {
        font-size: 32px;
    }

    .tel-info {
        flex-direction: row;
        justify-content: center;
    }
    .item-larva .caption {
        font-size: clamp(0.8125rem, -0.5rem + 5.6vw, 2.1875rem);
    }

    .table3-content {
        font-size: 13px;
        padding: 10px 0;
        background-color: transparent;
    }

    .table-group {
        margin-bottom: 10px;
        border-top: 1px solid var(--text-black);
        border-left: 1px solid var(--text-black);
        grid-template-columns: 80px repeat(3, 1fr);
        background-color: #fff;

        grid-template-columns: max-content repeat(3, 1fr);
        
    }
    .table-group .cell {
        white-space: nowrap;
    }
    .group-last {
        grid-template-columns: max-content 1fr !important;
        width: 50% !important;
        min-width: max-content;
    }
    .cell {
        font-size: clamp(0.625rem, 0.03rem + 2.54vw, 1.25rem);
        padding: 4px;
    }

    .pc-header-row {
        display: none;
    }

    /* SP見出し用スタイル */
    .sp-label {
        background-color: var(--sp-gray-bg);
        font-weight: bold;
        width: clamp(43px, 9.41vw + 7.69px, 80px);
    }

    .cat-species {
        order: 1;
    }

    .cat-method {
        order: 2;
    }

    .cat-conc {
        order: 3;
    }

    .cat-effect {
        order: 4;
    }

    .group-last {
        width: calc(80px + (100% - 80px) / 3);
        grid-template-columns: 80px 1fr;
    }

    .group-last .empty-cell {
        display: none;
    }

    .merge-h-master {
        grid-column: span 2;
    }

    .merge-h-slave {
        display: none !important;
    }


    .data-item h3 {
        font-size: clamp(1.125rem, 0.11rem + 4.33vw, 2.1875rem);
    }

    .data-item h3::before {
        width: clamp(1.125rem, 0.11rem + 4.33vw, 2.1875rem);
        height: clamp(1.125rem, 0.11rem + 4.33vw, 2.1875rem);
    }

    .detail-row {
        font-size: clamp(0.75rem, 0.27rem + 2.04vw, 1.25rem);
    }

    .detail-row dt {
        width: clamp(100px, 7.63vw + 71.37px, 130px);
    }

    .data-note-right {
        font-size: clamp(0.875rem, 0.52rem + 1.53vw, 1.25rem);
    }

    .summary-box {
        padding: 10px;
    }

    .summary-list li {
        font-size: clamp(1.25rem, 0.36rem + 3.82vw, 2.1875rem);
        padding-left: 1em;
    }

    .point-header {
        padding-top: 20px;
        border-bottom: 0px solid var(--primary-blue);
        border-top: 1px solid var(--primary-blue);
        font-size: clamp(2.125rem, 1.47rem + 2.8vw, 2.8125rem);
    }

    .check-item {
        font-size: clamp(1.013rem, -0.07rem + 4.96vw, 2.3125rem);
        line-height: 1.3;
    }

    .check-icon {
        width: clamp(30px, 2.54vw + 20.46px, 40px);
        height: auto;
    }

    .font-18 {
        font-size: clamp(0.875rem, -0.08rem + 4.07vw, 1.875rem);
    }

    .check-list {
        border-bottom: 1px solid var(--primary-blue);
    }

    .example-title {
        font-size: clamp(1rem, -0.13rem + 4.83vw, 2.1875rem);
        font-weight: bold;
        gap: 5px;
        margin-bottom: 10px;
    }

    .font-19 {
        font-size: clamp(0.5rem, -0.45rem + 4.07vw, 1.5rem);
    }

    .chart-note {
        font-size: clamp(0.625rem, 0.03rem + 2.54vw, 1.25rem);
    }

    .detail-text {
        font-size: clamp(0.875rem, 0.52rem + 1.53vw, 1.25rem);
    }

    .detail-text dt {
        text-align: justify;
        text-align-last: justify;
    }

    .detail-text dd {
        margin: 0;
    }

    .result-header {
        font-size: clamp(1.125rem, 0.11rem + 4.33vw, 2.1875rem);
    }

    .small-text {
        font-size: clamp(0.9375rem, 0.34rem + 2.54vw, 1.5625rem);
    }

    .results-grid {

        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .section-line-title {
        font-size: clamp(1.625rem, 0.67rem + 4.07vw, 2.625rem);
    }

    img.phone-icon {
        width: clamp(56px, 6.11vw + 33.1px, 80px);
    }

    .phone-number {
        font-size: clamp(1.875rem, -0.15rem + 8.65vw, 4rem);
    }

    .phone-hours {
        font-size: clamp(0.625rem, -0.15rem + 3.31vw, 1.4375rem);
    }

    .btn-contact-mail {
        font-size: clamp(1.0625rem, 0.7rem + 1.53vw, 1.4375rem);

    }

    .footer img {
        max-width: 410px;
        width: 50%;
    }
}