@charset "UTF-8";

/*-----------------まずご相談ください-----------------*/
a#service_01+div {
    padding-top: 70px;
}
a#service_01+div .content_wrapper .wrapper_item {
    margin-bottom: 0;
}
div#service_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#service_a .inner_item {
    background: #fff;
    border: 2px solid #333;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 31%;
    margin: 1%;
}
@media screen and (max-width: 480px) {
    div#service_a .inner_item {
        width: 48%;
        margin: 2% 1%;
    }
}
/*-----------------解決いたします-----------------*/
a#service_03+div {
    padding-top: 70px;
}
a#service_03+div .content_wrapper .wrapper_item {
    margin-bottom: 0;
}
div#service_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
div#service_b .inner_item {
    background: #000000;
    padding: 30px 20px;
    width: 280px;
    height: 280px;
    margin: 1%;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.0rem;
}
div#service_b .inner_item .heading.block_header_4 {
    margin-bottom: 0;
}
@media screen and (max-width: 920px) {
    div#service_b .inner_item {
        width: 220px;
        height: 220px;
    }
}
@media screen and (max-width: 740px) {
    div#service_b .inner_item {
        width: 190px;
        height: 190px;
    }
}
@media screen and (max-width: 630px) {
    div#service_b .inner_item {
        width: 140px;
        height: 140px;
        font-size: 1.6rem;
    }
}