body {
    color: #333;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.contact {
    margin: 0 auto;
    padding: 60px 0;
}
.contact-ttl{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.contact-table{
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.contact-item,
.contact-body{
    padding: 20px;
    border: 1px solid #ccc;
}
.contact-item{
    text-align: left;
    background-color: #eee;
}
.contact-body{
    width: 70%;
}
.form-name{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
    display: inline-block;
}
.form-text{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
}
.contact-content + .contact-content{
    margin-left: 10px;
}
.contact-content-txt{
    margin-left: 5px;
}
.form-birthday{
    width: 80px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
}
.contact-skill{
    display: block;
}
.contact-skill + .contact-skill{
    margin-top: 10px;
}
.contact-skill-txt{
    margin-left: 5px;
}
.form-textarea{
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
}
.contact-submit{
    /* width: 250px; */
    background-color: #ffbf7f;
    color: #000;
    display: block;
    margin: 50px auto;
    font-size: 18px;
    padding: 20px;
    border-radius: 15px;
    border: none;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;*/
    box-shadow: 5px 5px 15px rgba(18, 47, 61, 0.5);
    transition: 0.5s;
}
.contact-submit:hover{
    background-color: #ffcc00;
    font-size: 24px;
    transform: scale(1.1);
}
@media screen and (min-width:769px) {
    .contact{
        width: 960px;
    }
    .form-name{
        width: 40%;
    }
    .contact-item{
        width: 30%;
    }
    .form-name{
        max-width: 400px;
    }
    .form-text{
        max-width: 400px;
    }
}
@media screen and (max-width:768px) {
    .contact-table th,
    .contact-table td{
        display: block;
        width: 90%;
        margin: 0 5%;
    }
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    
    .formTable {
    width: 100%;
    margin-top: 10px;
    border: solid 1px #d9d9d9;
    border-collapse: collapse;
    border-spacing: 0;
    }
    
    .formTable > tbody > tr > td {
    width: 689px;
    }
    
    .formTable tr + tr {
    border-top: solid 1px #d9d9d9;
    }
    
    .formTable th {
    background: #ebebeb;
    box-sizing: border-box;
    font-size: 16px;
    padding: 25px 11px;
    text-align: left;
    vertical-align: top;
    width: 249px;
    color: #333;
    }
    
    .formTable th .tagWrap {
    position: relative;
    }
    
    .formTable .must .tag {
    background: #ff0000;
    color: #fff;
    }
    
    .formTable th .tag {
    background: #fff;
    color: #999;
    display: inline-block;
    font-size: 14px;
    padding: 3px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px;
    }
    
    .formTable td {
    color: #666;
    font-size: 14px;
    padding: 7px 0 7px 11px;
    vertical-align: middle;
    }
    
    .formTable td {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    }
    
    .formTable td .txtBox.must,
    .formTable td .txtBoxS.must,
    .formTable td .txtBoxL.must,
    .formTable td select.must {
    background: #fffece;
    border-color: #d9d9d9;
    }
    
    input.must,
    textarea.must,
    label.must,
    .must label {
    background: #fffece;
    }
    
    .formTable td .txtBox,
    .formTable td .txtBoxS,
    .formTable td .txtBoxL {
    background: #fff;
    width: 490px;
    /*    height: 18px;    */
    margin: 0;
    padding: 8px 6px;
    border: solid 1px #cfd8dc;
        border-top-color: rgb(207, 216, 220);
        border-right-color: rgb(207, 216, 220);
        border-bottom-color: rgb(207, 216, 220);
        border-left-color: rgb(207, 216, 220);
    border-radius: 2px;
    font-size: 14px;
    }
    
    .formTable td .txtBoxS {
    width: 207px;
    }
    
    .formTable td .txtBox.multiLine,
    .formTable td .txtBoxL {
    height: 50px;
    line-height: 1.75;
    }
    
    .formTable td .txtBox.multiLine2,
    .formTable td .txtBoxL {
    height: 140px;
    line-height: 1.75;
    }
    
    .formTable td .unit {
    width: 2em;
    display: inline-block;
    line-height: 1;
    }
    
    .formTable td .format {
    margin: 7px 3px 15px 0;
    -webkit-order: 1;
    order: 1;
    }
    
    .formTable td .slctBox {
    /*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    */
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    width: 110%;
    padding: 5px 0 4px 3px;
    border-radius: 0;
    border: none;
    display: block;
    position: relative;
    color: #4d4d4d;
    font-size: 14px !important;
    line-height: 1;
    word-wrap: break-word;
    white-space: normal;
    z-index: 1;
    }
    
    .formTable td .caption {
    padding-top: 5px;
    font-size: 12px;
    -webkit-order: 2;
    order: 2;
    margin: 0;
    }
    
    .formTable td .txtCnt {
    margin-left: 10px;
    padding-top: 0;
    font-size: 14px;
    }
    
    .formTable .innerTable {
    width: -webkit-calc(100% + 22px);
    width: calc(100% + 11px);
    margin-left: -11px;
    }
    
    .formTable .innerTable > tr th {
    line-height: 38px;
    vertical-align: top;
    }
    
    .formTable .innerTable th {
    color: #666;
    font-size: 14px;
    background: none;
    width: 6.5em;
    /*padding: 14px 4px 0px 10px;*/
    box-sizing: content-box;
    font-weight: normal;
    /*vertical-align: middle;*/
    }
    
    .formTable .innerTable td {
    width: 550px;
    padding-left: 0;
    padding-right: 0;
    }
    
    .formTable .innerTable td .txtBox {
    width: 398px;
    }
    
    .formTable .innerTable td .txtBoxPst {
    width: 200px;
    }
    
    .formTable td .slctWrap {
    /*background-color: #fff;*/
    background-repeat: no-repeat;
    width: 210px;
    margin: 0;
    padding: 0;
    border: 1px solid #cfd8dc;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    vertical-align: middle;
    }
    .formTable .upload-files{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    }
    .formTable .upload-files-labl{
    padding: 5px 15px;
    margin: 0 0 10px;
    background: rgb(202, 202, 202);
    color: #333;
    display: inline-block;
    cursor: pointer;
    }
    
    .format {
    font-size: 14px;
    line-height: 1.75;
    }
    
    .display_base {
    position: relative;
    }
    
    .display_base + .display_base {
    margin-left: 6px;
    }
    
    .birth_area {
    display: inline-flex;
    }
    
    input, textarea, select {
    -moz-box-sizing: inherit;
    -ms-box-sizing: inherit;
    box-sizing: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    }
    
    
    .toiawase_vali,.sonotatoi_vali,
    .shoCode_vali,.companyName_vali,
    .seiKanji_vali,.meiKanji_vali,
    .seiKana_vali,.meiKana_vali,
    .mail_vali,.tel_vali,
    .zipCode_vali,.prefecture_vali,
    .address_vali,.inqInput .errOnSv .blcArr,
    .divisionName_vali,
    .businessName_vali,
    .divName_vali,
    .business_vali {
    display: none;
    }
    
    .inqInput .errSv {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    color: #f00;
    }
    
    .inqInput .errOnSv .errSvAlt .errSv {
    display: block;
    }
    
    .blcSbmIpt {
    background-color: #eceece;
    margin-top: 70px;
    padding: 25px 10px 30px;
    position: relative;
    text-align: center;
    }
    
    .blcSbmIpt input[type="submit"] {
    border: none;
    cursor: pointer;
    }
    .blcSbmIpt .button{
    height: 60px;
    }
    .btnIpt {
    border: none;
    width: 402px;
    height: 63px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .5px;
    cursor: pointer;
    }
    .policy_text{
    text-align: left;
    padding: 0 1rem;
    }
    .policy_text h4{
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    }
    .policy_text p{
    margin-top: 0.5rem;
    }
    .policy_text dl dt{
    font-weight: bold;
    margin-top: 0.7rem;
    }
    .policy_text dl dt::before{
    content: "・";
    }
    .entry {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #484884;
    width: 320px;
    height: 60px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fff4dd 0%, #fe9e0f 100%);
    background-image: linear-gradient(#fff4dd 0%, #fe9e0f 100%);
    /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66); */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    }
    
    .entry:hover {
    text-decoration: none;
    color: #ffffff;
    }
    
    .entry:active {  /*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fff4dd 0%, #fe9e0f 100%);
    background-image: linear-gradient(#fff4dd 0%, #fe9e0f 100%);/*グラデーションを明るく*/
    }
    
    .button {
    margin: 20px 10px;
    }
    
    p.inputted {
    padding-top: 5px;
    }
    .accordion {
        max-width: 100%;
        margin-bottom: 7px;
        border: 2px solid #d6dde3;
        border-radius: 5px;
    }
    
    .accordion summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em;
        color: #333333;
        font-weight: 600;
        cursor: pointer;
    }
    
    .accordion summary::-webkit-details-marker {
        display: none;
    }
    
    .accordion summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #333333b3;
        border-right: 3px solid #333333b3;
        content: '';
        transition: transform .3s;
    }
    
    .accordion[open] summary::after {
        transform: rotate(225deg);
    }
    
    .accordion p {
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: .3em 2em 1.5em;
        color: #333333;
        transition: transform .5s, opacity .5s;
    }
    
    .accordion[open] p {
        transform: none;
        opacity: 1;
    }
    
    .table-bordered tbody tr td, .errSvAlt{
        background-color: #fff;
    }
    
    /*タブレット*/
    
    @media screen and (max-width:991px){
        .sp-center{text-align:center}
    }
    
    /*スマホ*/
    @media screen and (max-width:767px){
        .h1{font-size:1.7rem}
        h2{font-size:1.6rem}
        h3{font-size:1.5rem}
        .form-control{padding:.37rem .3rem}
        .JobListingsArea .table th,.JobListingsArea .table td{width: 100%;display: block;font-size:14px}
        
        .inqInput .formTable,
        .inqInput .formTable tr+tr {
            border: none;
        }
    
        .inqInput .formTable,
        .inqInput .formTable tbody,
        .inqInput .formTable tr,
        .inqInput .formTable th,
        .inqInput .formTable td {
            display: block;
            width: auto;
        }
    
        .inqInput .formTable>tbody>tr {
        position: relative;
        }
    
        .inqInput .formTable th .tag {
            padding: 1px 0;
            -webkit-order: -1;
            order: -1;
            font-size: 12px;
        }
    
        .inqInput .formTable,
        .inqInput .formTable tr+tr {
            border: none;
        }
    
        .inqInput .formTable>tbody>tr {
            position: relative;
        }
    
        .inqInput .formTable th{
            background: none;
            width: auto;
            padding: 0;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            font-weight: bold;
        }
    
        .inqInput .formTable>tbody>tr>td {
                /*padding-top: 5px;*/
                position: relative;
            }
    
            .inqInput .formTable>tbody>tr+tr{
            margin-top: 27px;
        }
        .inqInput .formTable>tbody>tr>td>.format{
            position: absolute;
            right: 0;
            top: -30px;
            /*bottom: 100%;*/
        }
        .inqInput .formTable th .tagWrap {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
        }
        .formTable th .tag{
            background: #999;
            color: #fff;
            margin-right: 10px;
            position: static;
        }
        .inqInput .formTable th .tag{
            padding: 1px 0;
            -webkit-order: -1;
            order: -1;
            font-size: 12px;
        }
        .inqInput .formTable td{
            padding: 0;
        }
        .inqInput .formTable td .format{
            margin: 10px 0 10px;
            font-size: 12px;
            text-align: right;
        }
        .inqInput .formTable td .txtBox,
        .inqInput .formTable td .txtBoxS,
        .inqInput .formTable td .txtBoxL,
        .inqInput .formTable td select{
            width: 100%;
            height: auto;
            box-sizing: border-box;
            font-size: 16px !important;
            line-height: 1;
        }
        .formTable td .slctBox{
            line-height: 1.5 !important;
        }
        .inqInput .formTable td textarea.txtBox,
        .inqInput .formTable td textarea.txtBoxL{
            font-size: 16px !important;
            line-height: 1.75;
        }
        .display_base.name_area{
            width: 48%;
                    display: inline-block;
        }
        .inqInput .display_base.name_area+.display_base.name_area{
            margin-top: 0;
            margin-left: 0;
            float: right;
        }
        .inqInput .formTable td .unit{
            display: none;
        }
        .inqInput .formTable .innerTable{
            width: 100%;
            margin: 0 auto;
        }
        .inqInput .formTable .innerTable tbody tr{
            border-bottom: solid 10px transparent;
            display: table-row;
        }
        .inqInput .formTable .innerTable tbody th{
            padding-top: 16px;
            padding-bottom: 0;
            display: table-cell;
            line-height: normal;
            white-space: nowrap;
            vertical-align: middle;
        }
        .inqInput .formTable .innerTable tbody td{
            margin-left: 10px;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
            -webkit-align-items: center;
            align-items: center;
        }
        .inqInput .formTable .innerTable tbody td .txtBox{
            width: 7em;
        }
        .inqInput .formTable .innerTable tbody tr:nth-child(3){
            display: block;
        }
        .inqInput .formTable .innerTable tbody tr:nth-child(3) td{
            margin-left: 0;
        }
        .inqInput .formTable .innerTable tbody tr:nth-child(3) .format{
            display: none;
        }
        .inqInput .formTable .innerTable tbody tr:nth-child(3) .display_base{
            width: 100%;
        }
        .inqInput .formTable .innerTable tbody tr:nth-child(3) textarea.txtBox{
            width: 100%;
        }
        .inqInput .formTable .innerTable tbody tr:nth-child(3) td{
            position: relative;
        }
        .inqInput .formTable .innerTable tbody tr:nth-child(3) .caption{
            margin-left: auto;
            padding-bottom: 5px;
            font-size: 10px;
            text-align: right;
        }
        .inqInput .formTable .itemList.btnArea{
            margin-bottom: 0;
            display: block;
        }
        .inqInput .formTable .itemList.btnArea>li{
            width: 100%;
        }
        .inqInput .formTable .itemList.btnArea>li+li{
            margin-top: 10px;
            margin-left: 0;
        }
        .formTable .itemList.btnArea>li label{
            width: auto;
            font-size: 16px;
        }
        .formTable .itemList.btnArea>li label input{
            vertical-align: middle;
        }
    
        .formTable td .txtBox.multiLine,
        .formTable td .txtBoxL{
            height: 80px !important;
        }
    
        .formTable td .txtBox.multiLine2,
        .formTable td .txtBoxL{
            height: 123px !important;
        }
    
        .policy_text{
            text-align: left;
        }
        
        .entry {
            width: 300px;
        }
        /* 生年月日　追加 */
        .inqInput .formTable td select#year,
        .inqInput .formTable td select#month,
        .inqInput .formTable td select#day{
            height: 2rem !important;
    
        }
        .inqInput .formTable td select#year{
            width: 7rem !important;
        }
        .inqInput .formTable td select#month,
        .inqInput .formTable td select#day{
            width: 5rem !important;
        }
    }