@charset "UTF-8";

/*-------従来の賃貸管理との違い--------*/
a#dif+div .inner_item_txt p {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
    padding: 0 20px;
}
a#dif+div .inner_item_txt p:before {
    content: "";
    background: url(/common/upload_data/zerorenokanri-g-upcom/image/20260810122109.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    left: -10px;
}
a#dif+div .inner_item {
    background: var(--i_sub2_color);
    width: 44%;
}
a#dif+div .inner_item:first-child {
    background: #f2f2f2;
}
a#dif+div .inner_item:first-child .heading.block_header_4 {
    background: #a6a6a6;
}
a#dif+div .inner_item:nth-of-type(2) {
    margin-left: 12% !important;
}
a#dif+div .heading.block_header_4 {
    background: var(--i_main_color);
}
a#dif+div .heading.block_header_4 .h {
    color: #fff;
    padding: 5px;
}
a#dif+div .inner_item_txt {
    margin-top: 0;
    padding-bottom: 20px;
}
a#dif+div .inner_item:nth-of-type(2) .inner_item_txt p {
    color: var(--i_btn_hover_color);
}
a#dif+div .inner_item:nth-of-type(2) .inner_item_txt p:nth-of-type(2) {
    line-height: 1.2;
}
a#dif+div .wrapper_item {
    position: relative;
}
a#dif+div .wrapper_item:before {
    content: "";
    background: url(/common/upload_data/zerorenokanri-g-upcom/image/20260810121803.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 42px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10;
}

a#dif+div .heading.block_header_7 .h {
    font-size: 2.5rem;
    color: var(--i_main_color);
}
@media screen and (max-width: 900px) {
a#dif+div .wrapper_item:before {
    width: 75px;
    height: 35px;
}
}

@media screen and (max-width: 768px) {
a#dif+div .inner_item:nth-of-type(2) {
    margin-left: 0 !important;
    margin-top: 70px;
}
a#dif+div .wrapper_item:before {
    transform: translate(-50%, -50%) rotate(90deg);
    top: 49.8%;
}
}