@charset "UTF-8";
/* CSS Document */
.job-category, .birth-year, .birth-month, .birth-day {
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
}
.job-category select, .birth-year select, .birth-month select, .birth-day select {
	padding: 5px 40px 5px 10px;
	min-width: 150px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    color: #666666;
    font-size: 18px;
    vertical-align: baseline;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	.job-category select, .birth-year select, .birth-month select, .birth-day select {
		font-size: 15px;
	}
}
.job-category select::-ms-expand, .birth-year select::-ms-expand, .birth-month select::-ms-expand, .birth-day select::-ms-expand {
    display: none;
}
.job-category::before, .birth-year::before, .birth-month::before, .birth-day::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 18px;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 600;
    display: block;
    pointer-events: none;
}
.job-category-select {
    width: auto;
}
.form-style01 {
    overflow: hidden;
    width: 90%;
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    font-size: 18px;
    padding: 10px;
    vertical-align: baseline;
}
.form-style01::placeholder {
    color: #ccc
}
.form-style02 {
    overflow: hidden;
    width: 90%;
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    font-size: 18px;
    padding: 10px;
    vertical-align: baseline;
}
.form-style02::placeholder {
    color: #ccc
}
@media screen and (max-width:768px) {
    .form-style01, .form-style02 {
        width: 100%;
        font-size: 15px;
    }
}
.birth-year, .birth-month, .birth-day {
    margin: 0 10px 0 10px;
    display: inline-flex;
}
@media screen and (max-width:768px) {
    .birth-year, .birth-month, .birth-day {
        margin: 0 10px 10px 0;
        display: inline-flex;
    }
}
input[type="radio"], input[type="checkbox"] {
    vertical-align: inherit;
    margin: 10px 10px 10px 0;
}
.p-postal-code {
    width: 40%;
}
.add-txt {
    font-size: 16px;
    padding-left: 10px;
}
@media screen and (max-width:768px) {
    .add-txt {
        font-size: 13px;
        display: block;
        padding-left: 0px;
        padding-top: 15px;
    }
}
.rec_table th span {
    display: block;
    border: 1px solid #ffffff;
    float: right;
    color: #ffffff;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: bold;
}
.acceptance-box {
    margin-right: 10px !important;
}
.form_txt {
    font-size: 16px;
    text-align: center;
    padding: 30px 0 0;
}
@media screen and (max-width:768px) {
    .form_txt {
        font-size: 12px;
        text-align: left;
        padding: 20px 0 0;
    }
}
/* 打ち消し */
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-top: 5px;
}
div.wpcf7-response-output {
    margin: 2em 1em 1em;
    padding: 1em 1em;
}
/* =============================================================================================== */
/* 装飾                                                                                 */
/* =============================================================================================== */
.wrap-form {
    padding: 50px 0;
}
@media screen and (max-width:768px) {
    .wrap-form {
        padding: 25px 0 50px;
    }
}
.form-txt {
    border: 1px solid #CCCCCC;
}
.redtxt {
    color: #FF0004;
}
.form-exp {
    padding: 0 0 20px;
}
.form-tit {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 20px 20px;
}
@media screen and (max-width:768px) {
    .form-tit {
        padding: 10px 10px;
    }
	.form-tit:first-child {
        padding: 10px 10px 20px;
    }
}
.wrap-job {
    width: 20%;
    padding: 10px 0;
    display: inline-block;
}
@media screen and (max-width:768px) {
    .wrap-job {
        width: 100%;
        padding: 0px 0px 10px;
    }
}
.form-table {
    width: 100%;
}
.form-table tr {
    border-bottom: 1px solid #CCCCCC;
}
.form-table tr:last-child {
    border-bottom: 0px solid #CCCCCC;
}
.form-table th {
    width: 20%;
    text-align: left;
    padding: 20px 20px;
    vertical-align: middle;
    line-height: 1.4;
}
@media screen and (max-width:768px) {
    .form-table th {
        width: 100%;
        display: block;
        padding: 10px 10px 0;
    }
    .form-table th br {
        display: none;
    }
}
.form-table td {
    padding: 20px 20px;
    vertical-align: middle;
}
@media screen and (max-width:768px) {
    .form-table td {
        padding: 10px 10px;
        width: 100%;
        display: block;
    }
}
.form-exp {
    display: block;
    padding: 0px 20px 20px;
    font-size: 16px;
    line-height: 1.6;
}
@media screen and (max-width:768px) {
    .form-exp {
        padding: 0px 10px 20px;
        font-size: 14px;
    }
}
.btn_entry_form {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
    display: block;
    border-radius: 15px;
    transition: 0.3s;
}
.wrap_entry_form {
    margin: 50px 0;
}
@media screen and (max-width:768px) {
    .wrap_entry_form {
        margin: 30px 0 0;
    }
}