#req-form {
    width: 100%;
}

input,
select {
    border: none;
}

input,
label,
select,
.confirmTable {
    font-family: sans-serif;
    font-weight: normal;
}

table {
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

table {
    margin-bottom: 32px;
}

tr th,
td {
    padding: 20px;
    border: 1px solid #a8a6a6;
    text-indent: 0;
    vertical-align: middle;
    padding-right: 38px;
}

tr caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

tr th {
    width: 295px;
    background: #dfdaac;
    position: relative;
}

tr td {
    background: #E7E4CB;
}

tr.req th span::after {
    content: "必須";
    background-color: #05060d;
    color: #FFF;
    margin-left: 12px;
    padding: 4px 6px;
    font-size: 14px;
}

input[name="familyName"],
input[name="givenName"],
input[name="familyNamePhonetic"],
input[name="givenNamePhonetic"] {
    width: 30%;
}

tr td input[type=text]:first-child {
    margin-right: 16px;
}

tr td input[type=text] {
    padding: 10px 19px;
    font-size: 16px;
}

tr td .decorated_select {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 16px;
    width: 60%;
}

tr td .decorated_select::before {
    z-index: 1;
    position: absolute;
    top: 13px;
    right: 12px;
    font-family: FontAwesome;
    content: "\f078";
    color: #7F878C;
    pointer-events: none;
}

tr td .decorated_select select {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #fff;
}

tr td div.genderWrap {
    display: flex;
    align-items: flex-end;
    width: 80%;
}

tr td div.genderWrap .decoratedParts {
    background-color: #fff;
    width: 50%;
    padding: 8px;
    display: flex;
    margin-right: 8px;
}

.decoratedParts input {
    display: none;
}

.decoratedParts input[name="gender"]+label {
    margin-right: 7px;
}

.decoratedParts label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.decoratedParts.radio label::before {
    content: "\f1db";
    margin-top: -4px;
}

.decoratedParts.radio input:checked+label::before {
    content: "\f192";
}

.decoratedParts label::before {
    font-family: FontAwesome;
    font-size: 24px;
    color: #555;
    line-height: 1;
    width: 24px;
}

tr td div.genderWrap p.unCheck {
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 10px;
}

tr td div.birthdayPartsWrap {
    display: flex;
}

tr td div.birthdayPartsWrap .decorated_select::before {
    right: 32px;
}

tr td div.decorated_select::before {
    z-index: 1;
    position: absolute;
    top: 12px;
    right: 16px;
    font-family: FontAwesome;
    content: "\f078";
    color: #7F878C;
    pointer-events: none;
}

tr td div.birthdayPartsWrap .decorated_select select {
    margin-right: 8px;
}

tr td .birthdayPartsWrap .decorated_select.birthYear {
    width: 40%;
}

tr td .birthdayPartsWrap .decorated_select.birthSelectSht {
    width: 20%;
}

.confirmTable span.mailNotice {
    display: block;
}

span.mailNotice::before,
.mailNotice li::before {
    content: "※";
}

span.mailNotice,
.mailNotice li {
    /* font-size: 12px; */
    font-size: 14px;
    text-indent: -14px;
    margin-left: 14px;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 10px;
}

.mails {
    display: flex;
    flex-direction: column;
}

input[name="email"],
input[name="emailCheck"] {
    width: 80%;
    margin-bottom: 12px;
}

.enquete .decoratedParts {
    display: flex;
    flex-wrap: wrap;
}

.enquete .decoratedParts label {
    width: 44%;
    margin-bottom: 16px;
}

.enquete input[name="kikkakeOtherText"] {
    width: 80%;
}

button[type="submit"]:hover {
    opacity: 0.8;
}

button[type="submit"] {
    background: rgba(0, 0, 0, .3);
    display: block;
    margin: 0 auto 24px;
    border: none;
    cursor: pointer;
}

.formWrap {
    padding: 2em 4% 30px;
    background-color: #000;
}

/** confirm **/
#confirmBtn {
    background: #d2b200;
    color: #fff;
    font-size: 24px;
    font-family: serif;
    width: 304px;
    display: block;
    margin: 0 auto 24px;
    border: none;
    text-align: center;
    cursor: pointer;
    padding: 16px;
    transition: .3s;
}

.formWrap h1 {
    font-size: 32px;
    margin-bottom: 32px;
}

.formWrap h1,
h2,
h3 {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

p.sendingNotice {
    width: 100%;
    color: white;
    text-align: center;
    margin-bottom: 1rem;
}

p.return {
    width: 100%;
    margin: 0 auto 1rem;
    color: white;
    text-align: center;
}

p.return a,
a:hover,
a:visited {
    color: white;
}

.formWrap #contents,
.formWrap #contents_smf,
.contentSetter {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

.contentSetter .thanksMsg,
.contentSetter .notice,
.contentSetter .tar {
    color: white;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.contentSetter .notice .mailTo {
    color: #00aeff;
}

/* 送信時の｢お待ち下さい｣ */
.waitMsg {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgb(0, 0, 0, 0.7);
}

.waitMsgText {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -168px;
    font-size: 24px;
    background: transparent;
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 767px) {
    tr {
        display: flex;
        flex-direction: column;
    }

    tr th {}

    tr td {
        border: 1px solid #a8a6a6;
    }

    input[name="familyName"],
    input[name="givenName"],
    input[name="familyNamePhonetic"],
    input[name="givenNamePhonetic"] {
        width: 33%;
    }

    tr td .decorated_select {
        width: 60%;
    }

    tr td div.genderWrap {
        width: 100%;
    }

    tr td div.genderWrap .decoratedParts {
        width: 50%;
    }

    .birthdayPartsWrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    tr td .birthdayPartsWrap .decorated_select.birthYear {
        width: 100%;
        margin-bottom: 0.6rem;
    }

    tr td .birthdayPartsWrap .decorated_select.birthSelectSht {
        width: 44%;
    }
}

@media screen and (min-width: 767px) {
    rt th {
        width: 220px;

    }
}