/*&#160;広告ブロックブロック対策&#160;スクロール解除&#160;*/
body&#160;{
&#160;&#160;overflow:&#160;auto&#160;!important;
}

/*&#160;広告ブロックブロックを非表示&#160;*/
div.fc-ab-root&#160;{
&#160;&#160;display:&#160;none&#160;!important;
}.line-chat {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #7494C0;
    padding: 5px 3px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 9pt;
}
.line-message {
    max-width: 70%;
    padding: 10px;
    margin: 5px;
    position: relative;
}
.line-left {
    background-color: #ffffff;
    align-self: flex-start;
    border-radius: 15px 15px 15px 0;
}
.line-right {
    background-color: #8DE055;
    align-self: flex-end;
    border-radius: 15px 15px 0 15px;
} .sumaho-waku {
    --phone-color: #111; /* スマホの色 */
    --button-color: #666; /* ◎ボタンと…の色 */
    --screen-color: #7494C0; /* スマホ画面の背景色 */
    --max-width: 400px; /* スマホ幅の最大値 */
    --border-radius: 30px; /* 角丸の大きさ */
    --screen-height: 400px; /* スマホ画面の高さ */
    --font-size: 10px; /* 画面内のフォントサイズ */
    position: relative;
    max-width: var(--max-width);
    background-color: var(--phone-color);
    padding: 30px 5px 60px;
    border-radius: var(--border-radius);
    box-sizing: border-box;
}
.sumaho-waku::before,
.sumaho-waku::after {
    position: absolute;
    left: 0;
    right: 0;
    color: var(--button-color);
    text-align: center;
    font-family: 'MS PGothic', sans-serif;
    line-height: 1;
}
.sumaho-waku::before {
    content: '…';
    top: 5px;
    font-size: 30px;
}
.sumaho-waku::after {
    content: '◎';
    bottom: 5px;
    font-size: 50px;
}
.sumaho-waku .sumaho-moji.line-chat {
    overflow: auto;
    height: var(--screen-height);
    background-color: var(--screen-color);
    font-size: var(--font-size);
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}
.sumaho-waku .line-message {
    max-width: 70%;
    padding: 5px 8px;
    margin: 5px;
    position: relative;
}
.sumaho-waku .line-left {
    background-color: #ffffff;
    align-self: flex-start;
    border-radius: 15px 15px 15px 0;
}
.sumaho-waku .line-right {
    background-color: #8DE055;
    align-self: flex-end;
    border-radius: 15px 15px 0 15px;
}/* 動く広告やポップアップを非表示にする例 */
.ad-banner, 
#popup-ad, 
.floating-ad,
div[class*="animation-ad"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
}