td dt{
	display: none;
}
td dd:nth-of-type(2) {
display: none;
}
.mail_cv_form dd {
    margin: 0;
}
.flex_wrap.choice {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.flex_box.choice {
    justify-content: space-between;
}
.choice li {
    width: calc((100% - 1rem)/2);
}
.col_1 {
    width: 100%;
}
[type="radio"]:not(:checked) + label:before {
    border: none;
}
[type="radio"] + label:before, [type="radio"] + label:after {
    content: none;
}
.mail_cv_form input[type=radio]:checked + label::after {
    background: none;
    border: none;
    border-radius: unset;
}
.choice [type="radio"]:not(:checked) + label, .choice [type="radio"]:checked + label {
    width: 100%;
    height: auto;
    padding: 12px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    text-align: center;
}
.choice [type="radio"]:not(:checked) + label:hover {
    background: #fff8cf;
}
.choice [type="radio"]:checked + label {
    background-color: #fff8cf;
    border: 1px solid #e4c104;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    padding-left: 24px;
}
.col_4 {
    width: 24.5%;
}
.select-wrapper span.select-dropdown {
    display: none;
}
table.form select {
    width: 100%;
    display: block;
    border: 1px solid #9e9e9e;
    padding: 12px;
    color: #000;
}
table.form textarea, textarea {
    margin-top: .5rem;
    width: 100%;
}
.date_and_time {
    align-items: center;
    margin-bottom: 8px;
}
.date_and_time dl {
    width: calc(87% / 2);
    margin-right: 1%;
}
.date_and_time dl dt {
    background: #07854f;
    margin: 0 8px 0 0;
    padding: 0.5rem;
    font-size: 16px;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 3px;
}
.date_and_time dl dd {
    margin: 0;
}
.date_and_time dl dd input {
    width: auto;
}
.mail_cv_form dt::before {
    content: none;
}
input[type=date] {
    margin: 0;
}
table.form input {
    margin: 0;
    height: auto;
}
.date_and_time dl:last-of-type {
    margin-right: 0;
}
table.form input[type=text].readonly {
    background: #ffe6e9;
    height: 36px;
    font-weight: bold;
    text-align: right;
    color: #cc0033;
}
@media only screen and (max-width: 768px) {
    table.form td.t_top label {
        font-size: 16px;
    }
    .date_and_time {
        display: flex !important;
        margin-bottom: 12px;
    }
    .date_and_time dl {
        width: calc(99% / 2);
    }
    .date_and_time dl dt {
        margin: 0;
    }
    .date_and_time dl dd input {
        width: 100%;
        box-sizing: border-box;
    }
    .col_4 {
        width: 49%;
        display: inline-block;
        margin-bottom: .5rem;
    }
    .mail_cv_form input {
        width: 96%;
    }
}
