@charset "UTF-8";

/*枠調整*/
#support1+section .content_wrapper .wrapper_item, #support2+section .content_wrapper .wrapper_item, #support3+section .content_wrapper .wrapper_item {
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px !important;
     box-shadow: 10px 10px 10px #c9c9c9;
    margin: 0 20px;
}
#support1+section .inner_item_img, #support1+section .heading.block_header_2 .h:before, #support2+section .inner_item_img, #support2+section .heading.block_header_2 .h:before, #support3+section .inner_item_img, #support3+section .heading.block_header_2 .h:before  {
    display: none;
}