/* extracted style block 1 from pages/contents/sodium_reduction.blade.php */
.page-home .section-inner {
    max-width: 55%;
    padding-left: 0%;
}
h2.miz {
    font-size: 1.1vw;
    font-weight: 600;
    margin: 7% 0 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #ccc;
}
        .container01 {
            width: 100%;
            max-width: 900px;
            margin: auto;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }
        .image02 {
            width: 50%;
            max-width: 400px;
            height: auto;
        }
p.text02 {
    font-size: 0.94vw;
    font-weight: 500;
    line-height: 3rem;
}

        /* スマホ向けに縦並び */
        @media (max-width: 768px) {
            .container01 {
                flex-direction: column;
                text-align: center;
            }
            .image02 {
                width: 100%;
            }
        }
        .speech-bubble {
            position: relative;
            background: #fff;
            border-radius: 10px;
            padding: 12px 16px;

            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .speech-bubble::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 20px;
            border-width: 10px;
            border-style: solid;
            border-color: transparent transparent #fff transparent;
        }
        @media (min-width: 768px) {
            .speech-container {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                max-width: 700px;
                margin: 0 auto;
            }
            .speech-bubble {
                position: relative;
                display: inline-block;

                margin-bottom: 12px;
            }
            .speech-bubble.left {
                align-self: flex-start;
            }
            .speech-bubble.right {
                align-self: flex-end;
            }
            .speech-bubble.right::after {
                left: auto;
                right: 20px;
            }
        }
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* PCのとき4列 */
    gap: 15px;
    max-width: 100%;
    margin: auto;
}
h4.uio {
    font-size: 0.94vw;
    font-weight: 600;
    height: 9rem;
    margin-top: 15%;
}
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* SPのとき2列 */
    }
}

        .grid-item {
    background: white;
    padding: 0px;
    border-radius: 10px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    text-align: center;
        }
        .grid-item img {
    width: 90%;
    height: auto;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
        }
p.ltext {
    font-weight: 400;
    text-align: left;
    font-size: 0.9vw;
    margin-top: 11%;
    margin-bottom: 13%;
}
.max-w-2xl {
    max-width: 90rem;
    margin: 3% auto 0;
}
.speech-bubble.bondo {
    height: 8rem;
    margin-left: 20%;
}

.speech-bubble.bondo {
    height: 9rem;
    margin-left: 12%;
}
.speech-bubble.mizx {
    width: 60%;
    height: 8rem;
    margin-left: 8%;
}
img.w-full.max-w-md.h-auto.rounded-lg {
    margin: -12% 0 0 6%;
}
.speech-bubble {
    font-weight: 400;
    text-align: left;
    font-size: 0.9vw;
}
.speech-bubble.tall {
    margin-top: 12%;
    font-weight: 400;
    text-align: left;
    font-size: 0.9vw;
    margin-top: 11%;
    margin-bottom: 5%;
}
.max-w-md {
    max-width: 42rem;
}
@media screen and (max-width:780px) {
.page-home .section-inner {
    max-width: 85%;
    padding-left: 0%;
}
    h1.pagename {
        width: 50%;
}
p.text02 {
    font-size: 12px;
    font-weight: 500;
    line-height: 2rem;
}
h4.uio {
    font-size: 12px;
    font-weight: 600;
    height: 7rem;
    margin-top: 3rem;
}
p.ltext {
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    margin-top: 11%;
    margin-bottom: 13%;
}
.speech-bubble {
    font-weight: 400;
    text-align: left;
    font-size: 12px;
}
.speech-bubble.tall {
    margin-top: 12%;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    margin-top: 11%;
    margin-bottom: 5%;
}
h2.miz {
    font-size: 13px;
    font-weight: 600;
    margin: 7% 0 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #ccc;
}
}

/* extracted style attributes */
.csp-s-b75fad0009{margin-bottom: 20px;}
.csp-s-cad980f4b7{width:100%;}
