@charset "UTF-8";

#bg1 + .contents_box01 .content_wrapper {
position: relative;
padding: 30px;
}
#bg1 + .contents_box01 .content_wrapper::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #f2e7d3;
z-index: -1;
}
#bg2 + .contents_box01 .content_wrapper {
position: relative;
padding: 30px;
}
#bg2 + .contents_box01 .content_wrapper::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fafff0;
z-index: -1;
}

#bg3 + .contents_box01 .content_wrapper {
position: relative;
padding: 30px;
}
#bg3 + .contents_box01 .content_wrapper::after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fafff0;
z-index: -1;
}

#bg3 + .contents_box01 .inner_item_img img{
  max-width: 200px!important;
}

