a {
    text-decoration: none;
}
.guide_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
/* 空室状況 */
.vacancy_text {
    padding: 0 !important;
}
.vacancy_true {
    font-weight: bold;
    color: #10e708;
    font-size: 20px;
}
.vacancy_false {
    font-weight: bold;
    color: #e71708;
    font-size: 20px;
}
.conditions_wrapper {
    
}
.guide_category_title {
    padding: 10px !important;
    background-color: #cce6f6;
    border: 1px solid #999;
    text-align: center;
}
.conditions_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    background-color: #fdfdee;
    border: 1px solid #999;
}
.conditions_item {
    text-align: center;
}
.system_wrapper {

}
.system_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    background-color: #999;
    border: 1px solid #999;
}
.system_item {
    padding: 10px;
    background-color: #fdfdee;
}
.others_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    background-color: #fdfdee;
    border: 1px solid #999;
}
.others_item {
    padding: 4px 8px;
}

/* -----問い合わせフォーム----- */
.form_wrapper {
    width: 80%;
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    color: #003953;
    background-color: #fff;
    border: 1px solid #3b7ac4;
    border-radius: 40px;
}
.form_title {
    padding: 0 !important;
    text-align: center;
    margin-bottom: 15px;
        font-size: 16px;
}
.form_block {
    margin: 0 auto;
    font-size: 16px;
}
.fb_up {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-bottom:1px solid #003953;
}
.fb_up p {
    padding: 0 !important ;
}
.fb_down {
    margin-bottom: 20px;
}
.date input, .date label {
    margin-bottom: 10px;
}
.date label {
    margin-left: 5px;
}
.date input:hover, .date label:hover {
    cursor: pointer;
}
.form_button {
    display: block;
    width: 180px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;;
    border-radius: 20px;
}

.form_button:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.form_button input {
    display: block;
    width: 180px !important;
    height: 40px !important;
    margin: 0 auto;
    border: 1px solid #ff9d26;
    background-color: #ff9d26;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #dd871e;
}
.form_button input:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* -----テキストラジオ----- */
input {
    width: 95%;
    font-size: 16px;
    padding: 4px 6px;
}
input.t_input[type=radio]  {
    display: none;
}
.t_radio {
    min-width: 92px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #ccc;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 6px 4px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: #fffafa;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
/* ホバー中の背景 */
input:checked + label {
    background-color: #ffca89;
    color:#191970;
}
/* 選択中の背景 */
.t_radio:hover {
    background-color: #ffca89;
}

/* 選択中の枠線 */
input.t_input[type=radio]:checked+label{
    border:2px solid #ff9d26;
    box-shadow: 3px 3px 2px #fff;
}
input.t_input[type=radio]:checked + .t_radio:after {
    opacity: 1;
}

/* 入力中の枠線 */
input.input_txt[type=text]:focus, textarea:focus {
    outline: 2px solid #ff9d26 !important;
    border: none !important;
}



#entrybtn {
    color: #fff;
    font-weight: bold;
}
.radio_large {
    width: 100%;
    padding: 6px 10px;
}
.fd_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.radio_small {
    width: 48%;
    padding: 6px 10px;
}

/* テキストエリア */
.textarea_large {
    width: 99%;
    height: 50px;
}

/* プライバシーポリシー */
.formContents__privacy__title {
    font-size: 12px;
    letter-spacing: 0.7px;
    color: #666666;
    font-weight: 700;
    text-align: center;
}
.formContents__privacy__text {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.7px;
    text-align: center;
}
.privacyForm__innerBlock {
    width: 80%;
    margin: 6px auto;
    border: 1px solid #999;
    padding: 5px;
    max-height: 80px;
    overflow-y: scroll;
    text-align: left;
}
.c2 {
    text-align: center;
    margin-top: 20px;
}
.form_entry_btn {
    height: 40px;
    width: 200px;
    margin-top: 6px;
    font-size: 16px;
    border-radius: 25px;
    color: #003953;
    border: 1px solid #003953;
}
.form_unit_error_msg {
	color:red;
}

/* -----アコーディオン----- */
.accordion_area {
    list-style: none;
    width: 95%;
    max-width: 1000px;
    margin: 20px auto 0;
}

.accordion_area li{
    margin: 10px 0;
}

.accordion_area section {
    padding-bottom: 4px;
	box-shadow: 3px 3px 3px #aaa;
    border: 1px solid rgb(250, 250, 250);
}
/*アコーディオンタイトル*/
.accordion_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: bold;
    padding: 4px 4px 4px 50px;
    transition: all .5s ease;
    /* color: #0071bc; */
    color: #00A0E9;
    font-size:16px;
}


/*アイコンの＋と×*/
.accordion_title::before,
.accordion_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #000;
}

.accordion_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    transition: 0.2s;
}
.accordion_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
    transition: 0.2s;
}
/*　closeというクラスがついたら形状変化　*/
.accordion_title.close::before{
	transform: rotate(225deg);
    transition: 0.2s;
}

.accordion_title.close::after{
	transform: rotate(-45deg);
    transition: 0.2s;
}

/*アコーディオンで現れるエリア*/
.accordion_box {
    display: none;/*はじめは非表示*/
    background: #fff;
	margin:3%;
    font-size: 14px;
}
.detail_index {
    margin: 0 !important;
    padding: 0 4px !important;
    background-color: #0071bc;
    color: #fff;
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    line-height: 24px;
    font-size:14px;
}

/* -----求人情報----- */
.detail_title {
    margin: 30px 0 0;
    text-align: center;
    font-size: 30px !important;
}
.detail_content {
    margin: 4px 0 8px;
    line-height: 22px;
}
.detail_content p {
    padding: 0 !important;
}

.kyujin_block_details {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.kyujin_title {
    padding: 0 !important;
    align-items: bottom;
    font-size: 20px;
    font-weight: bold;
}
.kyujin_colum {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #000;
}
.kyujin_colum_p{
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold !important;
}
.detail_table {
    margin: 50px auto;
    font-size: 12px;
}
.detail_table, .detail_left, .detail_right {
    border: 1px solid #999;
}
.detail_left, .detail_right {
    padding: 10px 20px;
}
.detail_left {
    vertical-align:top;
    text-align: center;
}
.mb {
    margin-bottom: 10px;
}
.ml- {
    margin-left: -6px;
}
.ls30 {
    letter-spacing: 30px;
}
.ls13 {
    letter-spacing: 13.25px;
}
.ls05em {
    letter-spacing: 0.5em;
}
.ls1em {
    letter-spacing: 1em;
}
.ls15em {
    letter-spacing: 1.5em;
}
.ls2em {
    letter-spacing: 2em;
}
.ls066em {
    letter-spacing: calc(1em / 3 * 2);
}
.ls025em {
    letter-spacing: 0.25em;
}

/* ジャンプボタン */
.form_jump {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 8px;
    font-weight: bold;
    color: #ff9d26;
    text-align: center;
    border: 1px solid #ff9d26;
    border-radius: 40px;
    box-shadow: 2px 2px 2px #dd871e;
    background-color: #fff;
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.form_jump a {
    text-decoration: none;
}
.form_jump:hover {
    opacity: 0.8;
    transition: 0.2s;
    background-color: #ff9d26;
    color: #fff;
    box-shadow: none;
}

@media screen and (min-width: 800px) {
    .pc_hidden {
        display: none;
    }
    .conditions_list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .system_list {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .form_wrapper {
        margin: 50px auto;
        padding: 50px 100px;
    }
    .form_title {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .kyujin_colum_p {
        font-size: 16px;
    }
    .detail_index {
        padding: 2px 6px !important;
        font-size: 16px;
    } 
    .detail_content p {
        padding: 4px 0 !important;
    }
    .fb_up {
        margin-bottom: 20px;
        border-bottom:1px solid #003953;
    }
    .fb_down {
        margin-bottom: 40px;
    }
    .privacyForm__innerBlock {
        max-height: 100px; 
        padding: 20px;
    }
    .privacyForm__title {
        margin-bottom: 20px;
        padding: 0 !important;
        text-align: center;
        border: 1px solid #999;
        border-radius: 20px;
        font-size: 16px !important;
    }
    .privacyForm__text {
        font-size: 14px !important;
    }
    .form_jump {
        width: 320px;
        margin: 30px auto;
    }
}

@media screen and (max-width: 799px) {
    .sp_hidden {
        display: none;
    }
}