@charset "utf-8";

/* エラー */
.error-message {
	/* padding: 0.3em 1.5em 0.3em; */
	color: #f00;
    margin-top: 0.6em;
	line-height: 1em;

}
@media(max-width:600px) {    
    .error-message {
        margin-top: 0.8em;
        font-size: 1.3em;
    }
}

div.message {
    text-align: center;
    /* line-height: 60px; */
    padding: 16px 0;
    /* min-width: 1180px; */
    background: #f00;
    /* border-bottom: 6px solid #fde5b1; */
    color: #fff;
    font-size: 1.4em;
}

@media(max-width:980px) {
    div.message {
        box-sizing: border-box;
        width: 100%;
        min-width: 320px;
        padding: 20px 10px;
        /* padding: 0; */
        /* line-height: 80px; */
    }
}