/*
Theme Name: gussuri yamada
Description:
Version: 0.0.0
*/
@charset "utf-8";

/********************************************************************
 *　//ログイン時のポイント獲得モーダル
********************************************************************/

.remodal_pointGet {
    width:70%;
    max-width:300px;
    padding:0;
    font-family: "Kosugi Maru", sans-serif;
}
.remodal_pointGet_content {
    font-size:18px;
    background: linear-gradient(135deg,  #f3faff 11%,#ffffff 88%);
}
.remodal_pointGet_title {
    background:#ffae00;
    padding:0.8em 0;
    margin-bottom:1.5em;
    color:#fff;
    letter-spacing:0.1em;
}
.remodal_pointGet_icon {
    width:20%;
    margin:0 auto 1em;
}
.remodal_pointGet_text {
    margin-bottom:1.5em;
    letter-spacing:0.1em;
}

