@charset "UTF-8";

#line + .contents_box01.block_image_1 .wrapper_item .inner_item_img:nth-last-of-type(1){
width: 200px;
height:  200px;
padding: 50px;
}

#line + .contents_box01.block_image_1 .wrapper_item .inner_item_img:nth-last-of-type(1) a{
display: block;
transition: all 0.3s;
}

#line + .contents_box01.block_image_1 .wrapper_item .inner_item_img:nth-last-of-type(1) a:hover{
opacity: 0.8;

}
