@charset "utf-8";

    


    #formWrap {
        width: 100%;
        padding: 0 1.25em;
    }
    table.formTable tr {
        margin-bottom: 1.5em;
        display: block;
    }
    table.formTable th, table.formTable td {
        width:auto;
        display:block;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
        margin-bottom: 0.5em;
    }
    form input[type="text"], form textarea {
        width:80%;
        padding:5px;
        font-size:110%;
        display:block;
    }
    form input[type="submit"], form input[type="reset"], form input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
    form input[type="checkbox"] {
        margin: 0.7em 0;
    }
    label, input[type="checkbox"], input[type="radio"] {
        cursor: pointer;
    }
    label {
        margin-right: 1em;
    }
    input[type="radio"] {
        margin-right: 0.3em;
    }
    table.formTable th span {
        color: #DF89B5;
        font-size: 0.725rem;
        font-weight: bold;
        line-height: 1.2;
        display: inline;
        margin-left: 0.5em;
    }
    table.formTable th span.th-cap {
        color: #999999;
        font-size: 0.725rem;
        font-weight: bold;
        line-height: 1.2;
        display: inline;
        margin-left: 0.5em;
    }


form input[type="text"], form textarea {
    width:100%;
    padding:5px;
    font-size:110%;
    display:block;
    border: 1px solid #d9d7d7;
}

form input[type="submit"], form input[type="reset"], form input[type="button"] {
    background: #ffffff;
    border-radius: 25px;
    color: #DF89B5;
    border: 2px solid #DF89B5;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    width: 100px;
    padding: 5px;
    display: inline-block;
    height: 40px;
}
form input[type="submit"] {
}
form input[type="submit"].is-inactive {
    background: #ffffff;
    cursor: not-allowed;
}
form input[type="submit"].is-active {
    background: rgba(223, 137, 181, 0.3);
    cursor: pointer;
}
.select {
    display: inline-block;
    position: relative;
    border: 1px solid #d9d7d7;
    vertical-align: middle;
    width: 100%;
}
.select::before {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 0;
    height: 0;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #d9d7d7 transparent transparent transparent;
    content: "";
    pointer-events: none;
}
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 11px 15px;
    padding-right: 1em;
    border: none;
    outline: 0;
    background: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    cursor: pointer;
}
.form-text {
    font-size: 1.125rem;
    margin-bottom: 2em;
    font-weight: bold;
    color: #DF89B5;
}
.form-text-sub {
    font-size: 1rem;
    margin-bottom: 2em;
}
.form-text-sub span, .privacy-policy-link {
    font-size: 1rem;
    font-weight: bold;
    color: #DF89B5;
    text-decoration: underline;
}

.formTable {
    margin-bottom: 1em;
    width: 100%;
}
.submit-btn {
    text-align: center;
    margin-top: 1em;
}
.form-text {
    font-size: 0.875rem;
    margin-bottom: 2em;
    font-weight: bold;
    color: #DF89B5;
}
.form-text-sub {
    font-size: 0.75rem;
    margin-bottom: 2em;
}
.form-text-sub span {
    font-size: 0.75rem;
    font-weight: bold;
    color: #DF89B5;
    text-decoration: underline;
}
.agree-check {
    text-align: center;
}

/* ---- TB ---- */
@media screen and (min-width: 600px) {
    #formWrap {
        max-width: 800px;
        margin: 0 auto;
    }
    .h2-page-ttl {
        font-size: 1.875rem;
    }
    .h2-page-ttl span {
        font-size: 1.375rem;
    }

    table.formTable th span {
        display: inline;
        margin-left: 1em;
    }
    table.formTable th span.th-cap {
        display: inline;
        margin-left: 1em;
    }

}

/* ---- PC ----*/
@media screen and (min-width: 1025px) {
    #formWrap {
        width:700px;
        margin:0 auto;
        line-height: 1.4;
        font-size: 1.125rem;
    }
    table.formTable{
        width:100%;
        margin:0 auto;
        border-collapse:collapse;
    }
    table.formTable tr {
        display: flex;
    }
    table.formTable td,table.formTable th{
        padding: 20px 10px;
        vertical-align: text-top;
        display: inline-block;
    }
    table.formTable th{
        width: 30%;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0;
    }
    table.formTable td {
        width: 70%;
    }
    table.formTable td span {
        color: #DF89B5;
        font-size: 0.725rem;
        font-weight: bold;
    }
    .select select {
        width: 100%;
    }
    
    .form-text {
        font-size: 1.125rem;
        margin-bottom: 2em;
        font-weight: bold;
        color: #DF89B5;
    }
    .form-text-sub {
        font-size: 1rem;
        margin-bottom: 2em;
    }
    .form-text-sub span {
        font-size: 1rem;
        font-weight: bold;
        color: #DF89B5;
        text-decoration: underline;
    }
    form input[type="submit"], form input[type="reset"], form input[type="button"] {
        background: #ffffff;
        border-radius: 25px;
        color: #DF89B5;
        border: 2px solid #DF89B5;
        font-size: 1.125rem;
        font-weight: bold;
        text-align: center;
        width: 200px;
        padding: 9px 8px 8px;
        display: inline-block;
        height: 50px;
    }
    form input[type="submit"] {
    }
    .submit-btn {
        text-align: center;
        margin-top: 2em;
    }
    .formTable {
        margin-bottom: 4em;
        width: 100%;
    }
    table.formTable th span {
        display: block;
        margin-left: 0;
    }
    table.formTable th span.th-cap {
        display: block;
        margin-left: 0;
    }





}