@charset "UTF-8";

/* 初回特典(2026/05/01) */
#bonus + section .content_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*padding: min(100px, 15vw);*/
    max-width: 900px !important;
    aspect-ratio: 1;
    background-image: url(/common/upload_data/dog-salon-ivycom/image/20260501175003.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.6;
    font-size: min(16px, 4vw) !important;
    height: 45vh;
margin: 6rem auto;
border-radius: 30px;
}

/* inner border */
#bonus + section .content_wrapper::before{
    content: "";
    position: absolute;
    inset: 40px;
   /* border: 5px solid #006752;*/
    border-radius: 100px;*/
    pointer-events: none;
}



#bonus + section .content_wrapper .inner_item_txt p:nth-of-type(1) span {
    font-size: min(18px, 4.5vw) !important;
}
#bonus + section .content_wrapper hr {
    margin-bottom: 5px;
    border-top: 2px dashed var(--i_txt_color);
}
@media only screen and (min-width: 701px) {
    #bonus + section .content_wrapper .heading.block_header_4 .h {
        font-size: 2.2rem !important;
    }
}
@media only screen and (max-width: 700px) {
    #bonus + section .content_wrapper .heading.block_header_4 {
        margin-bottom: 0;
    }
#bonus + section {
padding: 4rem 1rem;
}
}

/* inner border */
#bonus + section .content_wrapper::before{
    inset: 12px;

}

#bonus + section {
max-width: 1200px!important;
margin: 0 auto;
border-radius: 10px;
}