
/* TOP */




/* PAGE */

.contact__primary .sec__txt {
    font-size: 16px;
}

.red__font {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    color: #FF0000;
    text-align: center;
    font-weight: 500;
}

.contact__list {
    max-width: 664px;
    width: 100%;
    margin: 35px auto 0;
    padding-left: 0;
}

.contact__list .contact__item {
    list-style: none;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
}

.contact__item:nth-child(n+2) {
    margin-top: 20px;
}

.contact__item span {
    color: #FF0000;
}

.contact__item label {
    margin-bottom: 7px;
    display: block;
}

.radio__container {
    display: flex;
}

.radio__box {
    margin-right: 15px;
}

/* .name__container {
    display: flex;
    justify-content: space-between;
} */

.name__container .name__box {
    width: 50%;
}

.name__container .name__box input {
    width: 100%;
    border: none;
    background-color: #E6E6E6;
    color: #4d4d4d;
    padding: 12px 10px;
}

.input__container {
    width: 100%;
}

.input__container .input__box {
    width: 100%;
}

.input__container .input__box input {
    width: 100%;
    border: none;
    background-color: #E6E6E6;
    color: #4d4d4d;
    padding: 12px 10px;
}

.input__container .input__box textarea {
    width: 100%;
    border: none;
    background-color: #E6E6E6;
    color: #4d4d4d;
    padding: 12px 10px;
}

input::placeholder {
    color: #999999;
}

.submit__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    color: #000000;

}

.submit__container a {
    color: #000000;
}

#policycheck {
    border-radius: 0;
}

input[type=checkbox] {
    display: none;
}

.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.checkbox01::after {
    border-right: 3px solid #4d4d4d;
    border-bottom: 3px solid #4d4d4d;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}

input[type=checkbox]:checked+.checkbox01::after {
    opacity: 1;
}

.button_contact {
    display: inline-block;
    font-size: 16px;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 22px 0px;
    /* 余白       */
    width: 250px;
    background: #DD8FBB;
    /* 背景色     */
    color: #ffffff;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    text-align: center;
    border: 0;
    margin: 30px auto 0;
}

.button_contact {
    display: inline-block;
    font-size: 16px;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 22px 0px;
    /* 余白       */
    width: 250px;
    background: #DD8FBB;
    /* 背景色     */
    color: #ffffff;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    text-align: center;
    border: 0;
    margin: 30px auto 0;
}

.reverse__btn {
    display: inline-block;
    font-size: 16px;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 22px 0px;
    /* 余白       */
    width: 250px;
    background: #4d4d4d;
    /* 背景色     */
    color: #ffffff;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    text-align: center;
    border: 0;
    margin: 30px auto 0;
}

.colorblue {
    background-color: #0273BA;
}


@media screen and (max-width: 768px) {


}


.formTable {
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    max-width: 664px;
    width: 100%;
    margin: 35px auto 0;
    padding-left: 0;
}

.formTable tr {
    width: 100%;
    display: block;
}

.formTable tr:nth-child(n+2) {
    margin-top: 20px;
}

.formTable td {
    width: 100%;
    display: block;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    text-align: left;
    border: none;
    background-color: #E6E6E6;
    color: #4d4d4d;
    padding: 12px 10px;
    min-height: 48px;
}

.formTable th {
    width: 100%;
    display: block;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    text-align: left;
    margin-bottom: 7px;
}

.confirm_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}
