@charset "UTF-8";

/*--------チェック-----------*/
a[id*="ch"]+section .inner_item_txt p {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
a[id*="ch"]+section .inner_item_txt p:before {
    content: "";
    background: url(/common/upload_data/5rinnet/image/20260714133734.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

/*--------2カラム---------*/
a#clm2+div .inner_item:nth-of-type(1) .inner_item_img {
    margin-bottom: 0;
}
a#clm2+div .inner_item:nth-of-type(1) img {
    width: 65% !important;
    object-fit: contain;
    height: auto !important;
}
a#clm2+div .inner_item:nth-of-type(1) .inner_item_txt .tel a {
    font-size: 2.6rem;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#clm2+div .inner_item:nth-of-type(1) .inner_item_txt .tel a svg {
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 3px;
    top: 1px;
}
@media screen and (min-width: 769px) {
a#clm2+div .inner_item:nth-of-type(1) .inner_item_txt .tel a {
    pointer-events: none;
}
}

a#clm2+div .inner_item:nth-of-type(2) .inner_item_txt,
#clm2+div .inner_item:nth-of-type(1) .inner_item_txt {
    margin-top: 0;
}
a#clm2+div .inner_item:nth-of-type(2) .inner_item_txt .heading.block_header_4 h3.h {
    font-size: 3.0rem !important;
}
a#clm2+div .inner_item:nth-of-type(2) .inner_item_txt .brdr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}
a#clm2+div .inner_item:nth-of-type(2) .inner_item_txt .brdr p {
    width: 46%;
    border: 1px solid var(--i_border_color);
    margin: 0;
    border-radius: 5px;
}

/*チェック微調整 260724*/
a[id*="ch"]+section .inner_item_txt p:before {
    margin-top: 2px;
}