@charset "UTF-8";

.contents_box01 .inner_item_img img{
     background: #6495ed;
     border-radius: 70% 70% 70% 50%/70% 70% 50% 60%;
     box-shadow: 0px -10px 10px -5px rgba(30,144,255,0.7) inset,0px 10px 5px -3px #1e90ff;
     box-sizing: border-box;
     padding: 2%;
     width: 80% !important;
     margin: 20px auto;
     text-align: center;
     display: block;
     height: auto !important;
}

.contents_box01.w40 .inner_item_txt,
.contents_box01.w45 .inner_item_txt {
     background: rgba(255,255,255,0.5);
     padding: 5%  !important;
}
@media screen and (max-width: 600px){
     .contents_box01 {
          padding: 20px 0 !important;
     }
}