@charset "UTF-8";

/*------電話のPC時、非クリック-----*/
@media screen and (min-width: 769px) {
    #tel+section a {
        pointer-events: none;
        text-decoration: none;
    }
}

/* 電話デザイン */

#bg+section>.content_wrapper {
    padding-bottom: 100px;
}

.widget_tel {
    margin-top: -50px !important;
}

.widget_tel .inner_item_txt,
.widget_tel .inner_item_tel {
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700 !important;
    font-size: 2.2rem;
    max-width: 800px;
}

.widget_tel .inner_item_txt {
    background: var(--i_bg_color);
    border: 3px solid var(--i_main_color);
    border-radius: 10px 10px 0 0;
}

.widget_tel .inner_item_tel {
    border: none;
}

.widget_tel.block_tel_1 .inner_item_tel a {
    border-radius: 0 0 10px 10px;
}

.widget_tel .inner_item_tel svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%235F6368%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M19%2C12c0-1.9-0.7-3.6-2-5s-3-2-5-2V3c1.2%2C0%2C2.4%2C0.2%2C3.5%2C0.7s2%2C1.1%2C2.9%2C1.9c0.8%2C0.8%2C1.4%2C1.8%2C1.9%2C2.9%20S21%2C10.8%2C21%2C12H19z%20M15%2C12c0-0.8-0.3-1.5-0.9-2.1S12.8%2C9%2C12%2C9V7c1.4%2C0%2C2.6%2C0.5%2C3.5%2C1.5S17%2C10.6%2C17%2C12H15z%20M20%2C21%20c-2.1%2C0-4.1-0.5-6.2-1.4c-2-0.9-3.9-2.2-5.6-3.9s-3-3.5-3.9-5.6S3%2C6.1%2C3%2C4c0-0.3%2C0.1-0.5%2C0.3-0.8C3.5%2C3.1%2C3.8%2C3%2C4.1%2C3h4.1%20c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2S9%2C3.6%2C9.1%2C3.8l0.6%2C3.5c0%2C0.3%2C0%2C0.5%2C0%2C0.7S9.5%2C8.3%2C9.4%2C8.4L7%2C10.9c0.3%2C0.6%2C0.7%2C1.2%2C1.2%2C1.8%20c0.5%2C0.6%2C1%2C1.1%2C1.5%2C1.7c0.5%2C0.5%2C1.1%2C1%2C1.6%2C1.4c0.6%2C0.4%2C1.2%2C0.8%2C1.8%2C1.2l2.3-2.4c0.2-0.1%2C0.3-0.3%2C0.6-0.3c0.2-0.1%2C0.5-0.1%2C0.7-0.1%20l3.5%2C0.7c0.2%2C0.1%2C0.4%2C0.2%2C0.6%2C0.4c0.2%2C0.2%2C0.2%2C0.4%2C0.2%2C0.6V20c0%2C0.3-0.1%2C0.5-0.3%2C0.8C20.5%2C20.9%2C20.2%2C21%2C20%2C21z%20M6%2C9l1.7-1.7L7.2%2C5H5%20c0.1%2C0.7%2C0.2%2C1.4%2C0.3%2C2S5.7%2C8.3%2C6%2C9z%20M15%2C18c0.6%2C0.3%2C1.3%2C0.5%2C2%2C0.7c0.7%2C0.2%2C1.4%2C0.3%2C2%2C0.3v-2.2l-2.4-0.5L15%2C18z%22%2F%3E%3C%2Fsvg%3E');
    background: var(--i_bg_color);
    fill: none;
}

@media screen and (max-width: 800px) {

    .widget_tel .inner_item_txt,
    .widget_tel .inner_item_tel {
        font-size: 1.5rem;
    }

    .widget_tel .inner_item_tel svg {
        width: 25px;
        height: 25px;
    }
}

/* 見出しデザイン */

#h+section .heading.block_header_6 .h {
    color: var(--i_txt_color);
    padding: 0 15px;
}

#h+section .heading.block_header_6 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 12px;
    bottom: 0;
    left: 0;
    background: var(--i_main_color);
    z-index: -1;
    opacity: 0.8;
    pointer-events: none;
}

.heading.block_header_2 {
    margin-bottom: 15px;
}

.heading.block_header_2 .h {
    padding-left: 18px;
    font-size: 2.5rem;
    color: var(--i_txt_color);
}

.heading.block_header_2 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: calc(1em * 1.5 / 2);
    transform: translateY(-50%);
    left: 0;
    background: var(--i_main_color);
    border-radius: 50px;
    pointer-events: none;
}

.block_table_3 table th {
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700 !important;
}