
#contact-container {
    padding: 100px 90px;
}

#contact-container .section-title {
    padding: 0 0 0 20px;
    white-space: nowrap;
    text-align: left;
    margin-top: -20px;
}
#contact-container .section-title::before {
    content: "";
    display: block;
    width: 78px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 26px;
    bottom: 0;
    margin: auto 0;
    left: -78px;
}
#contact-container .section-title .en {
    font-size: 72px;
    line-height: 72px; line-height: 7.2rem;
    margin: -8px 0 8px 0;
}
#contact-container .section-title .ja {
    font-size: 18px;
    line-height: 26px; line-height: 2.6rem;
    padding: 0 0 0 4px;
    margin: 0 0 -4px 0;
}
#contact-container .section-title .ja::before {
    display: none;
}

#contact-container {
    width: 1160px;
    margin: 0 auto;
}

#contact-inner {
    width: 810px;
    margin: 0 auto;
    padding: 72px 0 0 0;
}
.form-elements {
    display: table;
}

.form-elements input,
.form-elements textarea,
.submit-container button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    letter-spacing: inherit;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    margin: 0;
    padding: 17px 22px;
    border: solid 1px #cecece;
    width: 100%;
    font-size: 16px; font-size: 1.6rem;
    line-height: 24px; line-height: 2.4rem;
    transition: border .2s;
}
.form-elements textarea {
    display: block;
}
.form-elements input:focus,
.form-elements textarea:focus {
    border-color: #aaaaaa;
}

.form-elements dl {
    display: table-row;
}
.form-elements dl dt,
.form-elements dl dd {
    display: table-cell;
    padding: 12px 0;
    font-size: 16px; font-size: 1.6rem;
    letter-spacing: 2px;
    vertical-align: top;
}
.form-elements dl dt {
    width: 210px;
}
.form-elements dl dt label {
    display: inline-flex;
    align-items: center;
    padding: 14px 0;
}
.form-elements dl dt label span {
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #c73a4c;
    padding: 0 0 0 6px
}
.form-elements dl dd {
    width: 600px;
}

.global_errors {
    font-size: 16px; font-size: 1.6rem;
    line-height: 24px; line-height: 2.4rem;
    letter-spacing: 2px;
/*color: #842029;*/
    color: #c73a4c;
    border: solid 1px #f5c2c7;
    background-color: #f8d7da;
    padding: 12px 20px 14px 20px;
    margin-bottom: 36px;
}
.global_errors li {
    position: relative;
    padding-left: 16px;
}
.global_errors li::before {
    content: "！";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.global_errors li+li {
    margin-top: 4px;
}

.form-elements .errors {
    color: #c73a4c;
    margin: 6px 0 -6px 2px;
    font-size: 14px; font-size: 1.4rem;
    line-height: 22px; line-height: 2.2rem;
    letter-spacing: 1px;
}

#privacy-statement {
    padding: 8px 0;
    font-size: 14px; font-size: 1.4rem;
    line-height: 22px; line-height: 2.2rem;
    display: flex;
    justify-content: center;
}
#privacy-statement dl {
    display: flex;
}
#privacy-statement dl dt {
    white-space: nowrap;
    padding-right: 4px;
}

.submit-container {
    padding-top: 36px;
}
.submit-container button {
    display: block;
    width: 200px;
    margin: 0 auto;
    border: none;
    border-radius: 6px;
    background-color: #c73a4c;
    color: #fff;
    font-size: 18px; font-size: 1.8rem;
    line-height: 26px; line-height: 2.6rem;
    letter-spacing: 2px;
    cursor: pointer;
    transition: opacity .2s;
}
.submit-container button:hover {
    opacity: 0.8;
}

#complete-message-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 694px);
}
.complete-message {
    font-size: 28px; font-size: 2.8rem;
    letter-spacing: 2px;
    text-align: center;
}