@charset "utf-8";
body{
    background-color: #EDF2F4;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #252E31;
    font-weight: bold;
    line-height: 1.5;
}
.container{
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}
.font_eng{
    font-family: 'Quintessential', serif;
}
/* text_place */
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_left{
    text-align: left;
}
/* font_size */
.font_10{
    font-size: 10px;
}
.font_12{
    font-size: 12px;
}
.font_15{
    font-size: 15px;
}
.font_16{
    font-size: 16px;
}
.font_18{
    font-size: 18px;
}
.font_20{
    font-size: 20px;
}
.font_30{
    font-size: 30px;
}
/* font_color */
.font_blue{
    color: #B1C3CB;
}
.font_white{
    color: #F8F8F8;
}
/* font_weight */
.font_medium{
    font-weight: 400;
}
@media screen and (min-width: 768px){
    .container_pc{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    /* font_size */
    .font_pc_12{
        font-size: 12px;
    }
    .font_pc_15{
        font-size: 15px;
    }
    .font_pc_18{
        font-size: 18px;
    }
    .font_pc_20{
        font-size: 20px;
    }
    .font_pc_25{
        font-size: 25px;
    }
    .font_pc_40{
        font-size: 40px;
    }
}