.arenda_head .arenda_head_container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.arenda_head .arenda_head_container .arenda_head_image {
    width: 50%;
}
.arenda_head .arenda_head_container .arenda_head_image img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.arenda_head .arenda_head_container .arenda_head_content_wrapp {
    width: 50%;
}
.arenda_head .arenda_head_container .arenda_head_content_wrapp .arenda_head_cnt {
    padding-left: 32px;
}

.arenda_head .head_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 10px -15px 0;
    padding: 0;
}
.arenda_head .head_info li {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    word-wrap: break-word;
}
.arenda_head .head_info .ahi_ico img {
    width: 42px;
    height: 44px;
}
@media screen and (max-width: 820px){
    .arenda_head .head_info li {
        width: calc(50% - 30px);
    }
    .arenda_head .head_info {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px){
    .arenda_head .arenda_head_container .arenda_head_image {
        width: 100%;
    }
    .arenda_head .arenda_head_container .arenda_head_content_wrapp {
        width: 100%;
        margin-top: 20px;
    }
    .arenda_head .arenda_head_container .arenda_head_content_wrapp .arenda_head_cnt {
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media screen and (max-width: 430px){
    .arenda_head .head_info li {
        width: calc(100% - 30px);
    }
}