@charset "UTF-8";

#top_nayami + .contents_box01 .inner_item_txt p{
position: relative;
padding-left: 1.5em;
}
#top_nayami + .contents_box01 .inner_item_txt p::after{
position: absolute;
content: "";
top:0.5em;
left:0;
width: 1em;
aspect-ratio: 1/1;
background: url(/common/upload_data/autorefreshcompanycom/image/20240430092306.png) no-repeat center / contain;
}
#top_nayami + .contents_box01 .wrapper_item{
position: relative;
padding: 2em 1.5em !important;
background-image: linear-gradient(32deg, rgba(180, 180, 180, 1), rgba(129, 129, 129, 1));
}
#top_nayami + .contents_box01 .wrapper_item::after{
position: absolute;
content: "";
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: calc(100% - 3rem);
height:calc(100% - 3rem);
border: solid 6px #fff;
}
/*top_product*/
#top_product + .composite_box01 .inner_item{
padding: 3%;
background: var(--i_sub2_color);
}
#top_product + .composite_box01 .inner_item .heading{
border-bottom: solid 2px #fff;
}
#top_product + .composite_box01 .content_wrapper{
padding: 0;
width: calc(100% - 40px);
}
/*キャンペーン情報*/
#top_cam_bun + .composite_box01 .inner_item{
margin: 0 auto !important;
margin-left: auto !important;
}
#top_cam_bun + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
display: none;
}
/*サイズ別料金表*/
#top_size_new + .composite_box01.block_images_2 a+.inner_item_txt{
padding-top: 1rem;
background: rgba(43 43 69 / 1);
}