@charset "UTF-8";

#list_items + .composite_box01 .wrapper_item {
    padding: 5px; 
}
#list_items + .composite_box01 .content_wrapper .inner_item{
    border-radius: 16px;
    padding: 10px 20px; 
    box-shadow: 0px 1px 2px 1px rgb(183 170 164 / 55%);
    background: #fff;
}
#list_items + .composite_box01 .content_wrapper .inner_item h3{
    color: #F47D2D;
}


#img_height + .contents_box01 .inner_item_img {
margin-top: -65px;
}
#img_height + .contents_box01 .inner_item_txt {
margin-top: 20px;
}
@media screen and (max-width: 900px) {
#img_height + .contents_box01 .inner_item_img {
margin-top: 10px;
}
#img_height + .contents_box01 .inner_item_txt {
margin-top: 0px;
}
}


#number_size + .block_text_1  .block_header_7 p {
font-size: 5rem;
}