@charset "UTF-8";

/*----------代表あいさつ-----------*/
a#txt+section .inner_item_txt h3 {
    display: inline-block;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
    color: var(--i_txt_color);
}

a#txt+section .inner_item_txt h3 span {
    font-size: 1.4rem;
}

a#txt+section .inner_item_txt h3+p {
    font-size: 1.4rem;
    padding-left: 20px;
    font-weight: 600;
    color: var(--i_txt_color);
    margin-bottom: 20px;
}

a#txt+section .inner_item_txt h3:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(1.09em * 1.5 / 2);
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--i_main_color);
    border-radius: 50px;
}

@media screen and (max-width: 1350px) {
    a#txt+section .inner_item_txt h3 {
        letter-spacing: 0 !important;
        font-size: 2.1rem !important;
    }
    a#txt+section .inner_item_txt h3 span {
    font-size: 1.6rem;
}
}