@charset "utf-8";

h1,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 100%;
    line-height: 1;
}



ul,
ol {
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
}


body,
html {
    height: 100%;
    /* bodyとhtmlを100%に設定 */
}

.contents-all {
    background: #efefef;
    height: 100%;
    /* contents-allを画面いっぱいに広げる */
}



.main-contents {
    width: 70%;
    padding: 30px;
    border: 1px solid #d2d2d2;
    background: #fff;
    margin: 20px auto;
    min-height: 300px;
    text-align: center;
}

.contents-sentence p {
    font-weight: bold;
    text-align: center;
}

.main-contents p br {
    display: block;
    margin-bottom: 10px;
}

.error {
    color: #e60012;
    margin-bottom: 20px;
    font-size: 30px;
}

.header {
    height: 40px;
    background: #e60012;

}

.header p {
    margin-left: 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.page-title {
    padding: 20px 0;
    width: 70%;
    margin: 0 auto;
}

.page-title h1 {
    font-size: 16px;
    line-height: 18px;
    padding-left: 14px;
    border-left: 4px solid #e60012;
}

.top-link {
    display: inline-block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    margin-top: 70px;
    color: #fff;
    background-color: #e60012;

}