@import url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/css/style4.css);

.blue_circle_btn {
    color: white !important;
    background-color: #004098;
    color: #fff;
    width: calc(206 / var(--view-size) * 100vw);
    margin: 0 auto;
    margin-top: calc(20 / var(--view-size) * 100vw);
    font-family: "Noto Sans JP", serif;
    padding: calc(4 / var(--view-size) * 100vw) 0;
    transition: .3s;
    cursor: pointer;
    font-size: calc(16 / var(--view-size) * 100vw);
}

.blue_circle_big_btn {
    color: white !important;
    background-color: #004098;
    color: #fff;
    width: calc(450 / var(--view-size) * 100vw);
    margin: 0 auto;
    margin-top: calc(70 / var(--view-size) * 100vw);
    font-family: "Noto Sans JP", serif;
    padding: calc(4 / var(--view-size) * 100vw) 0;
    transition: .3s;
    cursor: pointer;
    font-size: calc(26 / var(--view-size) * 100vw);
}

[lang="zh-CN"] .blue_circle_btn, [lang="zh-CN"] .blue_circle_big_btn {
    font-family: "Noto Sans CN";
}

.min_content, #detail_body {
    display: none;
}

.product_top_row img {
    padding-right: 30px;
}