.question100-single-body {
    background-color: #ffffff;
}

/* タイトル */

.question100-single-header {
    width: min(90%, 700px);
    margin: 100px auto 50px;
}

.question100-single-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.question100-single-title {
    font-family: "dot-gothic-16", sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4;
}

/* 本文 */

.question100-single-main {
    width: min(90%, 700px);
    margin: 0 auto;
}

.question100-content {
    font-family: "dot-gothic-16", sans-serif;
    font-size: 18px;
    line-height: 0.1em;
    white-space: pre-wrap;
}

/* 戻る */

.question100-single-nav {
    width: min(90%, 700px);
    margin: 70px auto 100px;
}

.question100-single-nav a {
    color: #000;
    text-decoration: none;
    font-family: "dot-gothic-16", sans-serif;
}

.question100-single-nav a:hover {
    text-decoration: underline;
}
