@charset "utf-8";

body {
    background-color: rgb(249, 252, 237);
    overflow-y: scroll;
    overflow-x: hidden;
}
.main {
    margin: 0 auto;
}
.form-content {
    margin: auto;
    max-width: 90vw;
    width: 640px;
}
.color-red {
    color: red;
}
.button-style {
    background-color: #fff;
    color: rgb(104, 131, 0);
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    font-size: 15px;
    border-style: none;
    padding: 5px 25px;
    border-radius: 5px;
    outline: none;
    margin: 20px 0;
}
.button-style:hover {
    background-color: #c9c9c9;
}
.margin-bottom {
    margin-bottom: 50px;
}
.question-base-root {
    background-color: #fff;
    border-color: #d93025;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    page-break-inside: avoid;
}
.question-base-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
.quetion-base-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
    color: #202124;
    font-weight: 400;
    width: 100%;
    word-break: break-word;
}
.question-text-short {
    width: 50%;
    display: inline-block;
    outline: none;
    padding-bottom: 8px;
}
.complete-title-row {
    text-align: center;
}
.irori-complete-text {
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 24px;
    padding-top: 22px;
    margin: 50% auto;
    position: relative;
}
.complete-title-row {
    padding-left: 0;
    padding-right: 0;
}
.input-main-content {
    height: 40px;
    position: relative;
    vertical-align: top;
}
.input-content-area {
    display: flex;
    position: relative;
    top: 14px;
    letter-spacing: 25px;
    white-space: nowrap;
}
.text-input-paper {
    font-size: 15px;
    border-style: hidden;
    border-bottom: solid 1px gray;
    outline: none;
    width: 230px;
}
.question-base-banner {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nominal {
    font-family: "Cormorant Garamond", serif;
    padding: 12px 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: rgb(234, 245, 196);
    color: rgba(0, 0, 0, 1);
    margin-bottom: 12px;
    font-weight: bold;
}
.nominal p {
    display: inline-block;
    margin: 0;
}

.error-text {
    color: red;
    margin-left: 10px;
    font-weight: bold;
}

.invalid-feedback {
    color: red;
    font-size: 13px;
}

.reset-text-short {
    width: 100%;
    display: inline-block;
    outline: none;
    padding-bottom: 8px;
}

.input-reset-content {
    height: 40px;
    position: relative;
    vertical-align: top;
    width: 234px;
    margin: 0 auto;
}

