@charset "UTF-8";


/* =========================================================
wsm-suicagreen_New
========================================================= */
.tmpWsm_text-red{
    color: #c40018;
}
.tmpWsm_text-bold{
    font-weight: bold;
}
.tmpWsm_suicagreen_text-L{
    font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
    .tmpWsm_suicagreen_text-L{
        font-size: min(7.68vw, 1.8rem);
    }
}
body .tmpWsm_subTtlOuter{
    margin-bottom: 25px;
}
.wsm-purchaseTxt-Outer{
    margin-top: 20px;
}
body .wsm-suicagreenLink{
    margin-top: 35px;
    font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
    .wsm-howShop_shopTxt-noteOuter{
        margin-top: 10px;
    }
    body .wsm-suicagreenLink{
        font-size: min(6.83vw, 1.6rem);
    }
}
.tmpWsm_subSubTtl{
    font-size: 2.4rem;
    color: #c40018;
    font-weight: bold;
    padding-bottom: 22px;
}
@media only screen and (max-width: 750px) {
    .tmpWsm_subSubTtl{
        font-size: min(5.3333333333vw, 1.8rem);
    }
}
.tmpWsm_numlist ol{
    counter-reset: number;
    font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
    .tmpWsm_numlist ol{
        font-size: min(3.7333333333vw, 1.4rem);
    }
}
.tmpWsm_numlist li{
    position: relative;
    padding-left: 40px;
}
.tmpWsm_numlist li + li{
    margin-top: 20px;
}
.tmpWsm_numlist li span{
    font-weight: bold;
}
.tmpWsm_numlist li::before{
    content: counter(number);
    counter-increment: number;
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #c40018;
    line-height: 31px;
    text-align: center;
}
@media only screen and (max-width: 750px) {
    .tmpWsm_numlist li{
        padding-left: 34px;
    }
    .tmpWsm_numlist li::before{
        font-size: min(6.83vw, 1.6rem);
        top: -4px;
        width: 26px;
        height: 26px;
        line-height: 28px;
    }
}


.wsm-suicagreen_History .lead{
    margin-bottom: 25px;
}


.wsm-suicagreen_Precautions .tmpWsm_listblock{
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding: 39px 29px 30px;
}
@media only screen and (max-width: 750px) {
    .wsm-suicagreen_Precautions .tmpWsm_listblock{
        border-radius: 15px;
        padding: 29px 19px 30px;
    }
}
.wsm-suicagreen_Precautions .dotlist li{
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
}
.wsm-suicagreen_Precautions .dotlist li + li{
    margin-top: 24px;
}
@media only screen and (max-width: 750px) {
    .wsm-suicagreen_Precautions .dotlist li + li{
        margin-top: 20px;
    }
}
.wsm-suicagreen_Precautions .dotlist li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #222222;
    border-radius: 50px;
    left: 4px;
    top: 9px;
}
@media only screen and (max-width: 750px) {
    .wsm-suicagreen_Precautions .dotlist li::before{
        top :6px;
    }
}
.wsm-suicagreen_Precautions .dotlist .icon_error{
    background: url("../img/icon_error.svg") no-repeat top left;
    padding: 2px 11px 1px;
    margin: 0 3px;
}
@media only screen and (max-width: 750px) {
    .wsm-suicagreen_Precautions .dotlist .icon_error{
        background-size: contain;
        padding: 1px 9px 0;
        margin: 0 3px;
    }
}
.wsm-suicagreen_Precautions .tmpWsm_text-example{
    font-size: 1.4rem;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}
@media only screen and (max-width: 750px) {
    .wsm-suicagreen_Precautions .tmpWsm_text-example{
        font-size: min(5.12vw, 1.2rem);
        margin-top: 6px;
        flex-direction: column;
    }
}
.wsm-suicagreen_Precautions .tmpWsm_text-example span:first-child{
    font-weight: 600;
    color: #fff;
    background: #333333;
    border-radius: 12px;
    min-width: 60px;
    margin-right: 12px;
    text-align: center;
    padding: 6px 10px 4px;
    line-height: 1;
    flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
    .wsm-suicagreen_Precautions .tmpWsm_text-example span:first-child{
        border-radius: 9px;
        width: auto;
        padding: 6px 10px 4px;
        line-height: 1.2;
    }
}
.wsm-suicagreen_Precautions .tmpWsm_text-example span:last-child{
    padding-top: 2px;
}
@media only screen and (max-width: 750px) {
    .wsm-suicagreen_Precautions .tmpWsm_text-example span:last-child{
        padding-top: 6px;
    }
}

.wsm-suicagreen_Precautions .asteriskList-red{
    margin-top: 30px;
}
.wsm-suicagreen_Precautions .asteriskList-red li{
    position: relative;
    line-height: 1.6;
    color: #c40018;
    padding-left: 0.5em;
}
.wsm-suicagreen_Precautions .asteriskList-red li::before{
    position: absolute;
    content: "*";
    left: 0;
}
.wsm-suicagreen_Precautions .asteriskList-red li + li{
    margin-top: 15px;
}

body .last_sec{
    padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
    body .last_sec{
        padding-bottom: 80px;
    }
}

/* =========================================================
wsm-howto_purchase_terms
========================================================= */
.wsm-howto_purchase_terms.top-terms .tmpWsm_sec{
    padding: 12px 0 20px;
}
@media only screen and (max-width: 750px) {
    .wsm-howto_purchase_terms.btm-terms .tmpWsm_sec{
        padding-top: 0;
    }
}
.wsm-howto_purchase_terms .tmpWsm_btnList{
    gap: 15px;
}
.wsm-howto_purchase_terms .tmpWsm_btnListItem{
    width: calc((100% - 30px) / 3);
    min-width: 230px;
}
@media only screen and (max-width: 750px) {
  .wsm-howto_purchase_terms .tmpWsm_btnListItem {
      width: 100%;
  }
}
.wsm-howto_purchase_terms .tmpWsm_btnList .tmpWsm_btnListLink_active{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    padding: 12px 42px;
    border-radius: min(20px, 1.6666666667vw);
    background-color: #c40018;
    box-shadow: 0px 0px 20px 0px rgba(206, 0, 0, 0.15);
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}
@media only screen and (max-width: 750px) {
    .wsm-howto_purchase_terms .tmpWsm_btnList .tmpWsm_btnListLink_active{
        min-height: 80px;
        border-radius: min(20px, 4vw);
    }
}
/*.wsm-howto_purchase_terms .tmpWsm_btnList .tmpWsm_btnListLink_active:hover{
    background-color: #fff0f0;
    box-shadow: 0px 0px 10px 0px rgba(206, 0, 0, 0.15);
}*/
.wsm-howto_purchase_terms .tmpWsm_btnList .tmpWsm_btnListLinkTxt{
    font-size: 2rem;
}
@media only screen and (max-width: 750px) {
    .wsm-howto_purchase_terms .tmpWsm_btnList .tmpWsm_btnListLinkTxt{
        font-size: min(7.68vw, 1.8rem);
    }
}
.wsm-howto_purchase_terms .tmpWsm_btnList .tmpWsm_btnListLink_active .tmpWsm_btnListLinkTxt{
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
/*@media only screen and (max-width: 750px) {
    .wsm-howto_purchase_terms .tmpWsm_btnList .tmpWsm_btnListLink_active .tmpWsm_btnListLinkTxt{
        font-size: min(7.68vw, 1.8rem);
    }
}*/