@charset "UTF-8";

/*------------イラスト追加--------------*/
/*------------------電話------------------*/
a#illust+div .wrapper_item {
    align-items: stretch;
}

a#illust+div .wrapper_item .inner_item {
    align-items: center;
    justify-content: center;
}

a#illust+div .wrapper_item .inner_item_txt {
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

a#illust+div .wrapper_item .inner_item .inner_item_txt:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/common/upload_data/tr-service8730work/image/20251105085405.png) no-repeat center left;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

/*-----------------メール-------------------*/
a#illust+div .wrapper_item .inner_item:nth-of-type(2) {
    min-height: 150px;
}

a#illust+div .wrapper_item .inner_item:nth-of-type(2) .inner_item_txt {
    padding-left: 20px;
    padding-bottom: 0;
}

a#illust+div .wrapper_item .inner_item:nth-of-type(2) .inner_item_txt:before {
    display: none;
}

a#illust+div .wrapper_item .inner_item:nth-of-type(2) .contents_btn01.block_button_1 {
    margin-bottom: 30px;
    overflow: visible;
}

a#illust+div .wrapper_item .inner_item:nth-of-type(2) .contents_btn01.block_button_1 .content_wrapper {
    padding-top: 0;
    margin-top: 0;
}

a#illust+div .wrapper_item .inner_item:nth-of-type(2) .contents_btn01.block_button_1 a {
    width: 225px !important;
}

a#illust+div .wrapper_item .inner_item:nth-of-type(2) .contents_btn01.block_button_1 a:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/common/upload_data/tr-service8730work/image/contact1.png) no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 8px;
    background-size: contain;
    transform: translateY(-50%);
}

a#illust+div .wrapper_item .inner_item:nth-of-type(2) .contents_btn01.block_button_1 a span {
    padding-left: 50px;
}

@media screen and (max-width: 700px) {
    a#illust+div .wrapper_item .inner_item:nth-of-type(2) .inner_item_txt {
    padding-bottom: 10px;
}
}

/*-----------------地図-------------------*/
a#illust+div .wrapper_item .inner_item:nth-of-type(3) .inner_item_txt:before {
    background: url(/common/upload_data/tr-service8730work/image/20251105085405_2.png) no-repeat center left;
    background-size: contain;
}