
@charset "UTF-8";

/*エアコンクリーニング*/
#service_cleaning + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2){
    width: 58%;
}
#service_cleaning + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
    width: 38%;
    border: 1px solid var(--i_border_color);
    padding: 1% 2% 2%;
}
@media screen and (max-width: 760px){
    #service_cleaning + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2){
        margin-bottom: 30px !important;
        width: 100% !important;
    }
    #service_cleaning + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
        width: 100% !important;
        margin-left: 0 !important;
    }
}
/*ボーダー囲み*/
#border_content + section{
    padding: 0 var(--i_padding, 20px);
}
#border_content + section .content_wrapper{
    border: 1px solid var(--i_border_color);
    margin: 0 auto;
    padding: 2%;
    width: fit-content;
}