/* themify アイコンフォント（×ボタン \e646 用・logging に font/ が無いため nancre.com 絶対URLで供給） */
@font-face {
    font-family: themify;
    src: url(https://nancre.com/font/themify/themify.eot7-fvbane);
    src: url(https://nancre.com/font/themify/themify.eot7-fvbane#iefix) format('embedded-opentype'),
         url(https://nancre.com/font/themify/themify.woff7-fvbane) format('woff'),
         url(https://nancre.com/font/themify/themify.ttf7-fvbane) format('truetype'),
         url(https://nancre.com/font/themify/themify.svg7-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal;
}

/* LINEボタン（本体 css/style.css より移植・logging統一用） */
.btn_line {
    display: inline-flex !important;
    align-items: center;
    background-color: #43cb43;
    justify-content: center;
    color: #fff;
    margin-top: 7px;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 15px;
    width: 140px;
    position: relative !important;
    z-index: 10000 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    box-shadow: 4px 4px 0px rgb(41 108 29);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn_line .line_logo {
    display: inline-block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
    flex-shrink: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.btn_line .line_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.btn_line .line_text_main {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.btn_line .line_text_sub {
    font-size: 12px;
    font-weight: normal;
    opacity: 0.95;
}

@media screen and (max-width: 599px) {
    .btn_line {
        padding: 8px 10px;
    }

    .btn_line .line_logo {
        width: 40px;
        height: 40px;
        margin-right: 0;
    }

    .btn_line .line_text_main {
        font-size: 18px;
    }

    .btn_line .line_text_sub {
        font-size: 14px;
    }
}
