@charset "UTF-8";

/* ボタンリセット */
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    border: none;
}

#txt_explain {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 1.5rem;
}

@media (width > 650px) {
    #txt_explain {
        margin: 0 auto 2rem;
    }
}

#txt_explain p {
    font-size: 14px;
    margin-bottom: 0;
}

@media (width > 650px) {
    #txt_explain p {
        font-size: 16px;
    }
}

.red_txt {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.red_txt ul {
    margin-bottom: 2rem;
}

.red_txt br {
    display: none;
}

.red_txt li {
    color: #e75e5e;
    font-size: 14px;
    padding: 3px 0;
}

@media (width > 650px) {
    .red_txt li {
        font-size: 16px;
    }
}

.mailform_wrapper {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1100px;
}

.mailform_table {
    border-bottom: 1px solid #ccc;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2rem;
}

@media (width > 650px) {
    .mailform_table {
        table-layout: fixed;
    }
}

.mailform_table th {
    border-bottom: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.mailform_table th .red {
    background: #e75e5e;
    border-radius: 60px;
    color: #fff;
    font-size: 0.9rem;
    margin-left: 5px;
    padding: 2px 8px;
}

@media (width > 650px) {
    .mailform_table th {
        display: table-cell;
        width: 260px;
    }
}

.mailform_table td {
    border-bottom: none;
    display: block;
    font-size: 16px;
    padding: 15px;
    width: 100%;
}

@media (width > 650px) {
    .mailform_table td {
        display: table-cell;
    }
}

.mailform_table td input[type="text"] {
    border: 1px solid #aaa;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

.mailform_table td textarea {
    border: 1px solid #aaa;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

.button_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.button_box input[type="submit"] {
    background: #2aa8a8;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
}

@media (width > 650px) {
    .button_box input[type="submit"] {
        font-size: 18px;
        cursor: pointer;
    }
}

.mail_end_box {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.mail_p02 {
}

.mail_p02 a {
    font-size: 1.75rem;
    font-weight: bold;
    text-decoration: none;
    color: #00a8a9;
}

.mail_p03 {
}
