@charset "UTF-8";

/* お電話でのお問い合わせ */
a#cnt+div .heading.block_header_4 .h {
    line-height: 1.2;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-size: 18px 2px;
    background-image: linear-gradient(to right, var(--i_border_color) 10px, transparent 8px);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.8rem !important;
}

a#cnt+div .inner_item:first-child .inner_item_txt span {
    font-size: 2.1rem;
}

a#cnt+div .inner_item:first-child .inner_item_txt a {
    font-size: 3.6rem;
    text-decoration: none !important;
}

a#cnt+div .inner_item:first-child .inner_item_txt p {
    font-size: 1.4rem;
    line-height: 1.6;
}

@media screen and (min-width: 769px) {
    a#cnt+div .inner_item:first-child .inner_item_txt a {
        pointer-events: none;
    }
}

@media screen and (max-width: 900px) {
    a#cnt+div .heading.block_header_4 .h {
    font-size: 2.5rem !important;
}
}

@media screen and (max-width: 768px) {
    a#cnt+div .heading.block_header_4 .h {
    font-size: 2.7rem !important;
}
a#cnt+div .inner_item:first-child .inner_item_txt span {
    font-size: 2.5rem;
}
a#cnt+div .inner_item:first-child .inner_item_txt a {
    font-size: 4.1rem;
}
a#cnt+div .inner_item:first-child .inner_item_txt p {
    font-size: 1.5rem;
}
}

/* LINEでの お問い合わせ */
a#cnt+div .contents_btn01.block_button_1 a {
    background: transparent;
    border: 1px solid #06C755;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 225px !important;
    margin: auto;
}

a#cnt+div .contents_btn01.block_button_1 a:after {
    content: "";
    display: block;
    background: url(/common/upload_data/sunagurucom/image/20251006152138.png) no-repeat;
    background-size: contain;
    width: 40px !important;
    height: 40px !important;
    position: relative;
    margin: 20px 10px 20px 35px;
}

a#cnt+div .contents_btn01.block_button_1 a span {
    color: #06C755;
}

a#cnt+div .contents_btn01.block_button_1 a::before,
a#cnt+div .contents_btn01.block_button_1 a span::before,
a#cnt+div .contents_btn01.block_button_1 a span::after {
    border-color: #06C755;
}

a#cnt+div .contents_btn01.block_button_1 a:hover {
    opacity: 0.7;
}