@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP&display=swap');
 
#body {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 900;
}

#itemGoods {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 1.9;
    background: #f4f4f4;
    width: 90%;
    display: block;
    margin: 0px auto;
    padding: 35px;
}

#div_inner_contents * {
    font-size: 13px !important;
}

.content_wrap {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1.7;
    background: #f4f4f4;
    display: block;
    margin: 0px auto;
    width: 90%;
    padding: 15px;
}