@charset "UTF-8";
.content_wrap {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    background-color: #333;
    color: #333333;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
.content_wrap h1,
.content_wrap h2,
.content_wrap h3,
.content_wrap th {
    font-weight: bold;
}
.content_wrap p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.content_wrap .txt-c p {
    text-align: center;
}
.content_wrap p.mb5 {
    margin-bottom: 5px;
}
.content_wrap ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.container {
    max-width: 480px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0 0 60px 0;
    font-size: 16px;
}
.container img {
    max-width: 100%;
    height: auto;
}
#non_sales_ai_chat {
    display: none;
}

/* チャットアイコン(/lp/net/20250203/life) */
.ui-common .heading-box .chat_ico {
    font-size: 10px;
    color: #333;
    padding: 23px 0 0;
    position: absolute;
    top: 10px;
    right: 50px;
    border: none;
    background: none;
}
.ui-common .heading-box .chat_ico::before {
    font-family: "icomoon";
    content: "\e936";
    color: #333;
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* ヘッダー帯（緊急速報風） */
.header-band {
    background-color: #cc0000;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    letter-spacing: 1px;
}
.header-band span.pr {
    border: 1px solid #fff;
    padding: 1px 4px;
    margin-right: 5px;
    background-color: #fff;
    color: #cc0000;
}

.content {
    padding: 15px;
}

/* 文字装飾（煽り強化） */
.red-text { color: #ff0000; font-weight: bold; }
.blue-text { color: #0000ee; font-weight: bold; }
.bold { font-weight: bold; }
.large-text { font-size: 1.2em; line-height: 1.4; }
.huge-text { font-size: 1.6em; font-weight: bold; color: #ff0000; line-height: 1.2; text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 2px 5px rgba(0,0,0,0.5);}
.marker-yellow {
    background: linear-gradient(transparent 40%, #ffff66 40%);
    font-weight: bold;
}
.u-line { text-decoration: underline; font-weight: bold; }

/* 点滅アニメーション（古臭い煽りの王道） */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.blink {
    animation: blink 0.8s infinite;
    color: #ff0000;
    font-weight: bold;
}

/* テロップ付き画像（画像下黒帯） */
.telop-img-box {
    position: relative;
    background-color: #cccccc;
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    border: 2px solid #000;
    box-sizing: initial;
}

.telop-img-box img {
    width: 100%;
    height: auto;
}
/* 画像プレースホルダー（ダミー画像エリア） */
.img-box {
    text-align: center;
    padding: 0 0;
    margin: 0 0;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.img-box img {
    width: 100%;
    height: auto;
}

.telop-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}
.telop-bar::before {
    content: "⚠️ ";
    color: #ffcc00;
}

/* 吹き出し（お悩み・共感） */
.balloon {
    position: relative;
    padding: 15px;
    margin: 20px 0 35px 0;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
}
.balloon::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    border-width: 15px 15px 0 15px;
    border-style: solid;
}
.balloon-pink {
    background-color: #ffeeee;
    border: 3px solid #ffcccc;
    color: #cc0000;
}
.balloon-pink::after { border-color: #ffeeee transparent transparent transparent; }

/* 煽り見出し */
.content_wrap h2 {
    font-size: 22px;
    color: #ffffff;
    background-color: #333;
    padding: 10px;
    text-align: center;
    margin-top: 50px;
    border: 2px solid #000;
}
.content_wrap h3 {
    font-size: 19px;
    background-color: #ffffee;
    color: #ff0000;
    padding: 12px;
    border: 2px solid #ffcc00;
    margin-top: 40px;
    text-align: center;
}

/* 不安を煽るリスト */
ul.anxiety-list {
    background-color: #fff0f0;
    border: 2px solid #ffcccc;
    padding: 15px 15px 15px 40px;
    margin: 20px 0;
    color: #cc0000;
    font-weight: bold;
}
ul.anxiety-list li {
    margin-bottom: 10px;
    list-style-type: disc;
}

/* 派手なCTAボタンエリア */
.cta-wrapper {
    text-align: center;
    margin: 10px 0;
    padding: 10px 10px;
    background-color: #ffffcc;
    border: 3px double #ff0000;
}
.cta-text {
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 5px;
}
.cta-sub {
    font-size: 14px;
    font-weight: bold;
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    animation: blink 1s infinite;
}
.content_wrap .btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff !important;
    text-align: center;
    border-radius: 10px;
    padding: 20px 5px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
/* ボタンのテカリ（昔風） */
.content_wrap .btn::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
    transform: rotate(30deg);
}
.content_wrap .btn:active {
    transform: translateY(4px);
    box-shadow: none;
}
.btn-orange {
    background: linear-gradient(to bottom, #ff9900 0%, #ff6600 100%);
    border: 3px solid #ffffff;
    outline: 3px solid #ff6600;
    box-shadow: 0 5px 0 #cc3300;
}
.btn-green {
    background: linear-gradient(to bottom, #33cc33 0%, #009900 100%);
    border: 3px solid #ffffff;
    outline: 3px solid #009900;
    box-shadow: 0 5px 0 #006600;
}
.btn-title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}
.btn-desc {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

/* データボックス */
.data-box {
    border: 3px solid #ff0000;
    padding: 15px;
    background-color: #fff;
    margin: 25px 0;
    position: relative;
}
.data-box::before {
    content: "衝撃の事実";
    position: absolute;
    top: -15px;
    left: 10px;
    background-color: #ff0000;
    color: #fff;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 14px;
}
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
.data-table th, .data-table td {
    border: 1px solid #ccc;
    padding: 12px 5px;
    text-align: center;
}
.data-table th { background-color: #ffe0e0; font-size: 14px; color: #cc0000;}
.data-table td { font-weight: bold; font-size: 18px;}

/* 読者の声 */
.voice-box {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
}
.voice-box::before {
    content: "実体験";
    position: absolute;
    top: -10px;
    right: 10px;
    background-color: #666;
    color: #fff;
    padding: 1px 8px;
    font-size: 11px;
    border-radius: 10px;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
    .content_wrap {
        margin-bottom: 40px;
        padding-bottom: 16px;
    }
    .tel_link {
        pointer-events: none;
    }
}