@charset "UTF-8";

/*-service1かラム-*/
#service + div .inner_item:nth-of-type(1){
    display:none;
}
#service + div .inner_item:nth-of-type(2){
    width:100% !important;
    margin:0 5% !important;
}

/*調整*/
#service + div .wrapper_item {
    justify-content: center;
}

#service + div .inner_item:nth-of-type(2) {
    width: 50% !important;
    margin: 0 !important;
}

#service + div .inner_item:nth-of-type(2) {
    height: auto;
}

@media screen and (max-width: 900px) {
#service + div .inner_item:nth-of-type(2) {
    width: 100% !important;
    max-width: 450px;
}
}