@charset "UTF-8"; /*mfp*/
.contact__sec {
    max-width: 800px;
    margin: 0 auto;
}

.contact__sec p {
    margin: 0 auto 50px;
}

.contact__form {
}

.contact__form table {
    width: 100%;
}

.contact__form tbody {
}

.contact__form tr {
}

.contact__form th {
    width: 240px;
    text-align: left;
    font-weight: bold;
    padding: 20px 0 20px 20px;
    font-size: 16px;
    position: relative;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.contact__form .must {
    display: inline-block;
    background: #dc1432;
    color: #FFF;
    font-size: 10px;
    padding: 3px 8px 2px;
    margin: auto;
    position: absolute;
    /* position: relative; */
    left: 0;
    top: 1px;
    bottom: 0;
    height: 23px;
    float: none;
    text-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.contact__form td {
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.contact__form td ul {
    padding: 0;
    justify-content: flex-start;
}

.contact__form td ul li {
    list-style: none;
    margin-right: 30px;
}

textarea {
    width: 100%!important;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    min-height: 100px!important;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FFF !important;
}

.contact__form p {
    text-align: center;
    margin: 40px 0;
}

input[type=text] {
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FFF !important;
}

.contact__form p a {
    color: #4A86E8;
    text-decoration: underline;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}

.contact__form .btn {
    border: 1px solid #000;
    padding: 20px;
    background: #000000;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-shadow: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    border: none;
    max-width: 260px;
    width: 100%;
}

.contact__form .btn:hover {
    opacity: 0.6;
}

.contact__form .btn::before {
}

input[type="radio" i] {
    margin: 0px 10px 0px 0;
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
}

.has-text-align-center .mfp_err {
    text-align: center;
}

@media screen and (max-width: 820px) {
    /* mailform pro用 追加css */ .contact__form th, .contact__form td {
        width: 100%;
        float: none;
        display: block;
        border-bottom: 1px solid #c9c9c9;
    }

    .contact__form th {
        padding: 20px 0 0px;
        /* text-align: center; */
        border: none;
    }

    .contact__form th .must {
        left: 0px;
        position: relative;
        margin: 0 8px 0 0;
        float: none;
        top: -2px;
    }
}
