.uchi-men-container h3.uchi-men-title span,
.uchi-men-qa-wrap .uchi-men-qa dd span,
.uchi-men-voice .voice-box .voice-text span,
.c_himitsu .txt .ttl span {
    background-image: linear-gradient(transparent 70%, rgba(167, 25, 23, 0.2) 70%) !important;
    background-color: transparent !important;
    font-weight: bold !important;
    display: inline !important;
}

.uchi-men-intro {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝 Medium", "YuMincho Medium", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.uchi-men-intro-main {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    color: #a71917;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}

.uchi-men-intro-sub {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.uchi-men-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.uchi-men-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
}

.uchi-men-title-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto 10px;
}

.uchi-men-title {
    font-size: 28px;
    font-weight: 900;
    color: #222;
    line-height: 1.4;
    margin-bottom: 15px;
}

.uchi-men-container h3.uchi-men-title {
    font-size: 22px;
    color: #222;
    margin: 40px 0 15px;
    padding-left: 5px;
}

.uchi-men-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.uchi-men-voice-wrap {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.uchi-men-voice-wrap .uchi-men-img {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.uchi-men-voice {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.voice-box {
    padding: 25px 20px 20px;
    background-color: #fffaf0;
    border: 1px solid #eee;
    border-radius: 8px;
    position: relative;
}

.voice-box::after {
    content: "“";
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 40px;
    color: #e0e0e0;
    font-family: serif;
}

.voice-text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.voice-info {
    font-size: 14px;
    color: #888;
    text-align: right;
    margin: 0;
}

.uchi-men-qa-wrap {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 40px;
    padding: 0 15px;
    box-sizing: border-box;
}

.uchi-men-qa-wrap .uchi-men-title-img {
    margin-top: 10px;
}

.uchi-men-qa {
    margin: 0;
    padding: 0;
}

.uchi-men-qa dt {
    margin: 0 0 10px 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    font-size: 18px;
    font-weight: 900;
    color: #222;
    line-height: 1.5;
}

.uchi-men-qa dt::before {
    content: "Q.";
    color: #a71917;
    margin-right: 0.5em;
}

.uchi-men-qa dd {
    margin: 0 0 35px 0;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    text-indent: 0;
}

.uchi-men-qa dd::before {
    content: "A.";
    font-weight: 900;
    color: #333;
    margin-right: 0.5em;
}

.uchi-men-qa dd a {
    color: #a71917;
    text-decoration: underline;
    font-weight: bold;
    transition: opacity 0.3s;
}

.uchi-men-qa dd a:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .uchi-men-intro-main { font-size: 20px; }
    .uchi-men-intro-sub { font-size: 14px; }
    .uchi-men-title { font-size: 22px; }
    .uchi-men-container h3.uchi-men-title { font-size: 19px; }
    .uchi-men-text { font-size: 14px; }
    .voice-text { font-size: 14px; }
    .uchi-men-qa dt { font-size: 16px; }
    .uchi-men-qa dd { font-size: 14px; padding: 15px; }
}