/*** CSS reset  ***/
*:where(:not(html,iframe,canvas,img,svg,video):not(svg*,symbol*)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}
a,button{cursor:revert}
ol,ul,menu{list-style:none}
img{max-width:100%}
table{border-collapse:collapse}
input,textarea{-webkit-user-select:auto}
textarea{white-space:revert}
meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}
/*** common  ***/
    a:hover {
        opacity: 0.8;
    }
/*** TOP  ***/
p {
    text-align: center;
    margin-bottom: 3em;
}
a.bt {
    background: #0cb2b4;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 1em;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 400px;
}
    .box_recommend {
        width: 730px;
    }
    .top h3.top_title {
       background: url(https://img07.shop-pro.jp/PA01434/911/etc/ic_hukidashi_l.png?cmsp_timestamp=20220819160545) no-repeat 5% 50%, url(https://img07.shop-pro.jp/PA01434/911/etc/ic_hukidashi_r.png?cmsp_timestamp=20220819160556) no-repeat 95% 50%;
        text-align: center;
        background-size: 23px;
        font-weight: bold;
        font-size: 26px !important;
        padding: 0 1em;
        width: auto;
        margin: 0 auto;
        border-left:none !important;
    }
    .top h4.top_title {
       background: url(https://img07.shop-pro.jp/PA01434/911/etc_base64/dG9wX3BoX2RmcmVlMDEtMw.png?cmsp_timestamp=20250526094223) no-repeat 72% bottom #0cb2b4;
        font-size: 1.4rem;
        font-size: 30px;
        color: #fff;
        border-radius: 8px 8px 0 0;
        text-align: center;
        padding: 0.5em;
        margin: 0;
    }
    .border{
        border: 1px solid #ccc;
        border-top: none;
        border-radius: 0 0 8px 8px;
        padding: 1em;
    }
    .top h5 {
        font-size: 20px;
        text-align: center;
    }
    .fl_box {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }
    .fl_box dl {
        width: 48%;
    }
    .fl_box dl dt {
        height: 230px;
        width: 50%;
        margin: 0 auto;
        display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .fl_box dl dt img {
        margin-bottom: 1em;
    }
    .fl_box dl ul li{
       background: url(https://img07.shop-pro.jp/PA01434/911/etc/top_ic_dfree01.png?cmsp_timestamp=20220819160700) no-repeat left 50%;
        padding: 0.5em 0 0 1.7em;
        text-align: left;
        font-size: 0.9rem;
    }
    .fl_box dl p {
        color: #666;
        text-align: center;
        margin: 1em 0;
    }
    .bt_cart {
        background: #0cb2b4;
        border-radius: 8px;
        margin-bottom: 1.5em;
    }
    .bt_cart:hover {
        opacity: 0.8;
    }
    .bt_cart a {
        display: block;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 0.5em;
        text-align: center;
    }
    .top h6 {
        font-size: 16px;
        background: #e2e2e2;
        padding: 1em;
        margin-bottom: 1em;
        text-align: center;
        position: relative;
    }
    .top h6::after{
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #e2e2e2;
    }
    .top p.title {
        border-left: 5px solid #CCCCCC;
        padding: 0.3em 0 0.5em 1.5em;
        font-weight: bold;
        font-size: 18px;
        margin: 0 0 1em;
    }
    .fl_box dl.accessories {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1.5em;
        justify-content:center;
        align-items:center;
    }
    .fl_box dl.accessories dt {
        width: 40%;
        height: auto;
    }
    .fl_box dl.accessories dt img {
        width: 100%;
    }
    .fl_box dl.accessories dd {
        width: calc(60% - 1.5em);
        margin-left: 1.5em;
        text-align: left;
    }
    .fl_box dl.accessories dd a {
        text-decoration: none;
        font-weight: bold;
       background: url(https://img07.shop-pro.jp/PA01434/911/etc/top_ic_link.png?cmsp_timestamp=20220819164543) no-repeat left 50%;
        padding: 0 0 0 1em;        
    }
    .fl_box dl.accessories dd p {
        text-align: left;
        padding-left: 1em;
    }
.diaper {
        margin-bottom: 1.5em;
}