/*
Theme Name: 宮崎県保育支援センター
Theme URI: https://www.kodomo-hoiku.org/
Author: ekokai
Author URI: http://www.fukushi-net.com/
Description: 宮崎県保育支援センタのテーマファイル
Version: 1.0
License: ekokai
License URI: ekokai
Text Domain: テンプレ

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";
/****************************** 全体共通 ******************************/
html {
    font-size: 16px;
}
html * {
    box-sizing: border-box;
}
body{
    font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
}
h1 {
    text-indent: -9999px;
    height: 0px;
    margin: 0;
}
@media screen and (max-width: 767px) {
    table,
    tbody,
    table tr,
    table th,
    table td {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 414px) {
    h2 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 375px) {
    h2 {
        font-size: 1.15rem;
    }
}
@media screen and (max-width: 320px) {
    h2 {
        font-size: 0.81rem;
    }
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.main {
    width: 980px;
    margin: 0 auto;
}
section {
    margin-top: 100px;
    margin-bottom: 100px;
}
@media screen and (max-width: 414px) {
    section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 320px) {
    select {
        font-size: 0.6rem !important;
    }
}
.kosugi {
    font-family: 'Kosugi Maru', sans-serif;
}
.color_brown {
    color: #3f1e18;
}
.page_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.border_green {
    font-family: 'Kosugi Maru', sans-serif;
    color: #ee86a7;
    border-bottom: 3px solid #79d6b7;
    padding: 0px 50px;
}
.subtitle_font {
    color: #3f1e18;
    font-size: 1rem;
    font-weight: bold;
}
.error_message {
    margin-top: 20px;
}
.hoikushien_tel {
    color: #ee86a7;
    font-size: 1.5rem;
}
.hoikushien_tel:hover {
    color: #ee86a7;
}
/************ ヘッダー ************/
#wrap {
    position: relative;
}
.header {
    margin: 10px auto 0px;
    padding: 15px 30px;
    background-color: #ee86a7;
    border-radius: 20px;
    max-width: 1550px;
}
@media screen and (max-width: 1024px) {
    .header {
        margin: 0px auto;
        border-radius: 0px;
    }
}
.header_main,
.navi {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.navi {
    width: 70%;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
}
.navi_content {
    list-style: none;
}
.navi_content p {
    color: #fff;
}
.navi_content a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.navi_content:hover {
    cursor: pointer;
}
.navi_content:hover a {
    color: #fff;
}
.navi_content ul {
    display: none;
    position: absolute;
    z-index: 2;
}
.navi_content li a {
    background: #ee86a7;
}
.navi_content ul li a {
    border-top: 1px solid #eee;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2.8;
}
@media screen and (max-width: 768px) {
    .navi_content {
        margin-bottom: 15px;
    }
    .navi_content span,
    .navi_content a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.logo {
    margin-right: 20px;
}
.contact_logo {
    margin-left: 20px;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    background: #ee86a7;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
nav.globalMenuSp ul {
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li a {
    /*display: block;*/
    color: #000;
    padding: 12px 0;
}
/*@media screen and (max-height: 736px) {
    nav.globalMenuSp ul li a {
        padding: 11.5px 0;
    }
}
@media screen and (max-height: 667px) {
    nav.globalMenuSp ul li a {
        padding: 8.5px 0;
    }
}
@media screen and (max-height: 568px) {
    nav.globalMenuSp ul li a {
        padding: 3.7px 0;
    }
}
*/
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;
    left: 13px;
    top: 36%;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9002;
    background: #fff;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #ee86a7;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #ee86a7;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/************ 404 ************/
.not_find {
    height: 47.6vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top_link a {
    color: #ee86a7;
}
/************ トップページ ************/
.main_visual {
    position: relative;
    overflow: hidden;
    margin-top: -135px;
    z-index: -1;
}
.main_visual img {
    width: 100% !important;
}
@media screen and (max-width: 1024px) {
    .main_visual {
        margin-top: -70px;
    }
}
@media screen and (max-width: 1024px) {
    .main_visual {
        margin-top: 0px;
    }
}
.top {
    margin-top: -135px;
}
.top section {
    text-align: center;
}
.top h2 {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .top {
        margin-top: -50px;
    }
}
.notice,
.seminar {
    overflow: hidden;
}
/************ お知らせ一覧 ************/
.notice_archive section {
    text-align: center;
}
.notice_archive h2 {
    display: inline-block;
}
/* 2019-11-12 mod */
.notice_lists_archives {
    width: 70%;
    margin: 0 auto 5px;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #79d6b7;
}
@media screen and (max-width: 375px) {
    .notice_lists_archives {
        width: 85%;
        flex-direction: column;
        align-items: flex-start;
    }
}
/* 2019-11-12 mod */
@media screen and (max-width: 320px) {
    .notice_lists_archives {
        width: 90%;
    }
}
/************ セミナー一覧 ************/
.seminar_archive section {
    text-align: center;
}
.seminar_archive h2 {
    display: inline-block;
}
/* 2019-11-12 mod */
.seminar_lists_archives {
    width: 70%;
    margin: 0 auto 5px;
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #79d6b7;
}
@media screen and (max-width: 375px) {
    .seminar_lists_archives {
        width: 85%;
        flex-direction: column;
        align-items: flex-start;
    }
}
/* 2019-11-12 mod */
@media screen and (max-width: 320px) {
    .seminar_lists_archives {
        width: 90%;
    }
}

.notice_btn_area,
.seminar_btn_area {
    position: relative;
    width: 70%; /* 2019-11-12 mod */
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 2019-11-12 add */
@media screen and ( max-width: 375px ) {
  .notice_btn_area, .seminar_btn_area { width: 100%; }
}
/* 2019-11-12 add */
.notice_btn_area a,
.seminar_btn_area a {
    color: #000;
    height: 36px; /* 2019-11-12 add */
}
.notice_btn {
    position: absolute;
    border: 3px solid #000;
    padding: 5px 25px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(238,134,167,1);
    right: .5%; /* 2019-11-12 add */
}
/* 2019-11-12 add */
@media screen and ( max-width: 375px ) {
  .notice_btn { right: 7%; }
}
/* 2019-11-12 add */
.notice_btn:active {
    margin-top: 5px;
    margin-left: 5px;
    box-shadow: none;
    transform: translate(5px,5px);
}
.seminar_btn {
    position: absolute;
    border: 3px solid #000;
    padding: 5px 25px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(255,223,76,1);
    right: .5%; /* 2019-11-12 add */
}
/* 2019-11-12 add */
@media screen and ( max-width: 375px ) {
  .seminar_btn { right: 7%; }
}
/* 2019-11-12 add */
@media screen and ( max-width: 375px ) {}
.seminar_btn:active {
    margin-top: 5px;
    margin-left: 5px;
    box-shadow: none;
    transform: translate(5px,5px);
}
.notice .post_date {
    background-color: #ee86a7;
    padding: 5px;
    color: #fff;
    width: 135px; /* 2019-11-12 add */
}
/* 2019-11-12 add */
.notice .post_title, .seminar .post_title {
  padding: 0 0 0 30px;
  width: calc( 100% - 135px );
  text-align: left;
}
@media screen and (max-width: 375px) {
  .notice .post_title, .seminar .post_title {
    padding: 10px 0 0;
    text-align: left;
    width: 100%;
  }
}

.notice .post_title a, .seminar .post_title a {
  color: #000;
  text-decoration: none;
}
/* 2019-11-12 add */

.seminar .post_date {
    background-color: #ffdf4c;
    padding: 5px;
    color: #fff;
    width: 135px; /* 2019-11-12 add */
}
.info_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .info_area {
        display: block;
    }
}
.access,
.facebook {
    flex: 1;
}
.fb-container {
    width: 100%;
}
.facebook {
    margin-left: 100px;
}
@media screen and (max-width: 768px) {
    .facebook {
        margin: 100px auto 0;
    }
}
.access_map,
.facebook_content {
    border: 3px solid #000;
}
.access_map {
    box-shadow: 10px 10px rgba(121,214,183,1);
}
.facebook_content {
    box-shadow: 10px 10px rgba(238,134,167,1);
}
.contact p {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact_wrapper label {
    font-weight: normal;
}
.contact_wrapper input,
.contact_wrapper textarea {
    border: 1px solid #79d6b7;
    border-radius: 0px;
    box-shadow: none;
}
.name,
.email,
.contact {
    margin-bottom: 50px;
}
.submit {
    margin-top: 20px;
}
.submit_button {
    border: 3px solid #000 !important;
    padding: 5px 50px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(121,214,183,1) !important;
}
.submit_button:active {
    position: relative;
    //z-index: -1;
    box-shadow: none !important;
    transform: translate(5px,5px);
}
/************ 一覧画面共通 ************/
.archives_content {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/************ 検索結果画面共通 ************/
.total_number {
    color: #ee86a7;
    font-size: 1.5rem;
    margin-right: 5px;
    margin-left: 5px;
}
/************ 完了画面共通 ************/
.complete {
    height: 44.1vh;
}
.complete_contents {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.complete_contents p {
    font-size: 1.2rem;
}
.complete_contents a,
.complete_contents a:hover {
    color: #ee86a7;
}
/************ 求人掲載について（保育士を採用したい方へ） ************/
.childcare_post section {
    text-align: center;
}
.childcare_post table tr:first-child th,
.childcare_post table tr:first-child td {
    font-size: 1.2rem;
    font-weight: normal;
    padding-bottom: 20px;
}
.childcare_post table tr:first-child td {
    color: #ee86a7;
}
@media screen and (max-width: 414px) {
    .childcare_post table tr {
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
    }
    .childcare_post table tr th {
        width: 5%;
    }
}
@media screen and (max-width: 320px) {
    .childcare_post table tr th,
    .childcare_post table tr td {
        font-size: 1.05rem;
    }
}
.childcare_post_title h2 {
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .childcare_post_logo {
        margin: 0;
    }
}
@media screen and (max-width: 320px) {
    .childcare_post_logo img {
        width: 60%;
    }
}
.facility_regist,
.regist_confirm,
.post_info {
    margin-top: 50px;
}
.facility_regist li:last-child {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .facility_regist li:last-child {
        display: block;
    }
}
.btn_area_1 a,
.btn_area_2 a {
    color: #000;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn_area_1 img,
.btn_area_2 img {
    position: absolute;
}
.btn_area_1 img {
    margin-top: -10px;
    margin-left: -10px;
}
.btn_area_2 img {
    margin-top: -10px;
    margin-left: -10px;
}
@media screen and (max-width: 768px) {
    .btn_area_1 {
        margin-bottom: 40px;
    }
}
.push_button {
    border: 3px solid #000;
    padding: 5px 50px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(238,134,167,1);
}
.push_button:active {
    position: relative;
    z-index: -1;
    box-shadow: none;
    transform: translate(5px,5px);
}
@media screen and (max-width: 414px) {
    .facility_regist,
    .regist_confirm,
    .post_info {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 414px) {
    .content_image {
        margin-top: 20px;
        order: 2;
    }
}
@media screen and (max-width: 414px) {
    .content_text {
        order: 1;
    }
}
/************ 求職者の紹介について（保育士を採用したい方へ） ************/
.childcare_adopt section {
    text-align: center;
}
.childcare_adopt table tr:first-child th,
.childcare_adopt table tr:first-child td {
    font-size: 1.2rem;
    font-weight: normal;
    padding-bottom: 20px;
}
.childcare_adopt table tr:first-child td {
    color: #79d6b7;
}
@media screen and (max-width: 414px) {
    .childcare_adopt table tr {
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
    }
    .childcare_adopt table tr th {
        width: 5%;
    }
}
@media screen and (max-width: 320px) {
    .childcare_adopt table tr th,
    .childcare_adopt table tr td {
        font-size: 1.05rem;
    }
}
.childcare_adopt_title h2 {
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    .childcare_adopt_logo {
        margin: 0;
    }
}
@media screen and (max-width: 320px) {
    .childcare_adopt_logo img {
        width: 70%;
    }
}
.jobseeker_introduction,
.interview,
.decision_adopt {
    margin-top: 50px;
}
@media screen and (max-width: 414px) {
    .jobseeker_introduction,
    .interview,
    .decision_adopt {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 414px) {
    .content_image {
        margin-top: 20px;
        order: 2;
    }
}
@media screen and (max-width: 414px) {
    .content_text {
        order: 1;
    }
}
/************ 求職者の紹介について（保育士を採用したい方へ） ************/
.about_us_title,
.about_us_discription {
    text-align: center;
}
.about_us_discription p {
    width: 52%;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width: 414px) {
    .about_us_discription p {
        width: 70%;
    }
}
.purpose_01 p,
.purpose_02 p,
.purpose_03 p {
    font-size: 1.1rem;
}
.purpose_01 p,
.purpose_02 p {
    width: 95%;
    margin: 40px auto;
}
@media screen and (max-width: 414px) {
    .purpose_01_title img {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .purpose_01_content img {
        width: 80%;
        margin: 0 auto;
    }
}
.purpose_03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.purpose_03 img {
    margin-bottom: 40px;
}
.purpose_03 p {
    width: 85%;
    margin: 0 auto;
}
@media screen and (max-width: 414px) {
    .purpose_03_title img {
        width: 80%;
    }
}
/**** 施設情報（詳細情報） *****/
.facility_confirm {
    max-width: 1400px;
    margin: 0 auto;
}
.facility_confirm tr {
    border: 1px solid #ddd;
}
.facility_confirm tr tr {
    border: none;
}
.facility_confirm th,
.facility_confirm td {
    border-top: none !important;
}
.facility_confirm th {
    width: 20%;
    background-color: #ee86a7;
    color: #fff;
    vertical-align: middle !important;
}
.facility_confirm th:empty {
    display: none;
}
@media screen and (max-width: 414px) {
    .facility_confirm th {
        width: 100%;
    }
}
.facility_confirm_logo {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.facility_confirm_logo span {
    font-size: 1.5rem;
    margin-left: 20px;
}
.normalday_input,
.saturday_input,
.holiday_input,
.special_nersery_content_1,
.special_nersery_content_2,
.workers_content div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 414px) {
    .normalday_input,
    .saturday_input,
    .holiday_input,
    .special_nersery_content_1,
    .special_nersery_content_2,
    .workers_content div {
        display: block;
    }
}
.facility_kind_area td,
.post_code td,
.post_code td td,
.corporate_start_area td,
.corporate_start_area td div,
.current_content,
.current_content div,
.capacity_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 414px) {
    .facility_kind_area td,
    .post_code td,
    .post_code td td,
    .corporate_start_area td,
    .corporate_start_area td div,
    .current_content,
    .current_content div,
    .capacity_content {
        display: block;
    }
}
.corporate_name input,
.corporate_name_kana input,
.corporate_orner input,
.corporate_orner_kana input,
.position_area input,
.facility_name input,
.facility_name_kana input,
.contact_area input,
.in_charge_area input {
    width: 70%;
}
.url_area a {
    color: #ee86a7;
}
.facility_kind_area td div {
    margin-right: 20px;
}
.address td th,
.workers_area td th {
    background-color: #fff !important;
    border-bottom: none;
    color: #000 !important;
    text-shadow: none;
    font-weight: normal;
}
.facility_kind_other {
    //justify-content: flex-start !important;
}
.facility_kind_other input {
    //width: 40%;
}
.post_code input,
.capacity_area input,
.workers_area input {
    width: 20%;
}
.current_content div input,
.current_content div span {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.workers_content td {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* ラジオボタン（おしゃれ） */
.facility_radio_area label {
    font-weight: normal;
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}
.facility_radio_area .facility_radio {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.facility_radio_area .facility_radio:before {
    position: absolute;
    z-index: 1;
    top: 0.16rem;
    left: 0.09rem;
    width: 0.75rem;
    height: 0.75rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #ee86a7;
}
.facility_radio_area .facility_radio:checked:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.facility_radio_area .facility_radio:after {
    position: absolute;
    top: 0rem;
    left: -0.12rem;
    width: 1.125rem;
    height: 1.125rem;
    content: '';
    border: 1px solid #ee86a7;
    border-radius: 50%;
    background: #ffffff;
}
/* チェックボックス（おしゃれ） */
.facility_check_area label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}
.facility_check_area .facility_check {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.facility_check_area .facility_check:before {
    position: absolute;
    z-index: 1;
    top: 0.125rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #ee86a7;
    border-top-style: none;
    border-right-style: none;
}
.facility_check_area .facility_check:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
}
.facility_check_area .facility_check:after {
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
    border: 1px solid #ee86a7;
    background: #ffffff;
}
.facility_confirm .facility_radio_area .facility_radio:after,
.facility_confirm .facility_check_area .facility_check:after {
    background: #efefef;
}
.submit_button_facility input,
.facility_detail_list_search {
    color: #000;
    position: absolute;
    border: 3px solid #000;
    padding: 5px 25px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(238,134,167,1);
}
.submit_button_facility input:hover,
.facility_detail_list_search:hover {
    color: #000;
}
.submit_button_facility input:active,
.facility_detail_list_search:active {
    margin-top: 5px;
    margin-left: 5px;
    box-shadow: none;
    transform: translate(5px,5px);
}
.facility_img,
.facility_search_table,
.submit_button_facility {
    flex-grow: 1;
}
.facility_search_table {
    width: 35%;
    margin: auto 10px;
}
/************ 施設情報(検索) ************/
.facility_search_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.facility_search_area tr {
    border: none;
}
.facility_search_area th {
    width: 20%;
    background-color: #fff;
    color: #000;
    vertical-align: middle !important;
}
.facility_search_area th,
.facility_search_area td {
    border-top: none !important;
}
.facility_search_area td input,
.facility_search_area td select {
    border: 1px solid #ee86a7;
    box-shadow: none;
    border-radius: 0px;
}
@media screen and (max-width: 1024px) {
    .facility_search_area td select {
        width: 40%;
    }
    .facility_search_area td label {
        font-size: 0.86rem;
    }
}
@media screen and (max-width: 768px) {
    .facility_search_area {
        display: block;
    }
    .facility_search_area .facility_img {
        display: none;
    }
    .facility_search_area .facility_search_table {
        width: 100%;
        margin: 0 auto;
    }
    .facility_search_area td input[type="text"] {
        width: 50%;
    }
    .facility_search_area td select {
        width: 25%;
    }
    .facility_search_area .submit_button_facility {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .facility_search_area .facility_radio_area .facility_radio:before {
        left: 0.08rem;
    }
}
@media screen and (max-width: 414px) {
    .facility_search_area th {
        width: 100%;
    }
    .facility_search_area td input[type="text"] {
        width: 100%;
    }
    .facility_search_area td select {
        width: 50%;
    }
    .facility_search_area .facility_radio_area .facility_radio:before {
        top: 0.18rem;
    }
}
.facility_search_lists_content th {
    width: 20%;
    background-color: #ee86a7;
    color: #fff;
    vertical-align: middle !important;
}
@media screen and (max-width: 414px) {
    .facility_search_lists_content h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .facility_search_lists_content h3 img {
        width: 15%;
    }
    .facility_search_lists_content h3 span {
        margin-left: 10px;
        font-size: 1rem;
        font-weight: bold;
    }
    .facility_search_lists_content table {
        border: 1px solid #ddd;
        border-top: none;
    }
    .facility_search_lists_content th {
        width: 100%;
        border-top: 1px solid #ee86a7 !important;
    }
}
.to_facility_confirm {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/************ 施設情報登録（施設側確認ページ） ************/
.facility_confirm .facility_edit_area {
    margin-top: 0px;
}
/************ 求人情報登録（施設側確認ページ） ************/
.recruit {
    max-width: 1400px;
    margin: 0 auto;
}
.recruit th label {
    color: #fff;
}
.recruit_entry_sheet_area {
    display: flex;
    justify-content: space-between;
}
//.license td,
//.license td div,
.employ_condition td,
.employ_condition td div,
.employ_period div,
.trial_period div,
.working_time td,
.shift,
.care_1 div:nth-child(2),
.care_2 div:nth-child(2),
.care_3 div:nth-child(2),
.commute_fixed_amount div,
.commute_limited_amount div,
.parking_fee {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trial_period_flg input:nth-child(2),
.employ_period_flg input[type="radio"]:nth-child(2),
.working_time_shift_flg input:nth-child(2),
.overwork input:nth-child(2),
.commute_care input:nth-child(2) {
    margin-left: 15px;
}
.commute_price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.commute_limited_amount {
    margin-left: 25px;
}
.employ_period {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.employ_period div,
.shift,
.basic_income_kind,
.care_1,
.care_2,
.care_3,
.commute_care {
    margin-bottom: 15px;
}
.holiday td,
.document_type td,
.selection_method td {
    display: block;
    width: 100%;
}
.adopted_number td,
.overworking_time,
.workingtime_weekly td,
.wokingdays_weekly td,
.basic_income_amount,
.care_1 div:first-child,
.care_2 div:first-child,
.care_3 div:first-child,
.bonus td,
.salary td,
.payday td div,
//.holiday_flg,
.annual_holiday td,
.paid td,
.retirement_age td,
.parking_fee,
.document_type td div,
.selection_method td div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}
.recruit_list_search_check_other {
    border-top: none !important;
}
.adopted_number input,
.overworking_time input,
.wokingdays_weekly input,
.care_1 div:first-child input,
.care_2 div:first-child input,
.care_3 div:first-child input,
.bonus td input[type="text"],
.salary td input[type="text"],
.payday td input[type="text"],
.holiday td input[type="text"],
.annual_holiday td input[type="text"],
.paid input[type="text"],
.retirement_age input[type="text"],
.commute_mycar input[type="text"] {
    width: 40%;
}
.document_type input[type="text"],
.selection_method input[type="text"] {
    width: 80%;
}
.severance_pay input[type="radio"]:nth-child(n+2),
.paid input[type="radio"]:nth-child(n+2),
.retirement_age input[type="radio"]:nth-child(n+2),
.commute_mycar input[type="radio"]:nth-child(n+2),
.bonus input[type="radio"]:nth-child(n+2),
.salary input[type="radio"]:nth-child(n+2),
.salary input[type="radio"]:nth-child(n+2),
.holiday input[type="checkbox"]:nth-child(n+2),
.social_insurance input[type="checkbox"]:nth-child(n+2),
.document_type input[type="checkbox"]:nth-child(n+2),
.selection_method input[type="checkbox"]:nth-child(n+2),
.bonus input[type="text"],
.paid input[type="text"],
.salary input[type="text"],
.retirement_age input[type="text"],
.commute_mycar input[type="text"],
.document_type input[type="text"],
.selection_method input[type="text"] {
    margin-left: 15px;
}
.submit_button_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/********* 求職者情報登録 **********/
.subtitle_area_jobseeker {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.empty_jobseeker {
    width: 100px;
    height: 120px;
}
.jobseeker_links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jobseeker .link_area_3 {
    margin-right: 25px;
}
.jobseeker form {
    margin-top: 20px;
}
.jobseeker th,
.jobseeker td {
    vertical-align: middle !important;
}
.jobseeker th {
    border-top: 1px solid #79d6b7;
    border-bottom: 1px solid #fff;
    background-color: #79d6b7;
    color: #fff;
}
@media screen and (max-width: 414px) {
    .jobseeker th,
    .jobseeker td {
        border-top: none !important;
        border-bottom: none !important;
    }
}
.jobseeker input,
.jobseeker select {
    border: 1px solid #79d6b7;
    border-radius: 0px;
    box-shadow: none;
}
.jobseeker label {
    font-weight: normal;
}
.jobseeker .name input,
.jobseeker .kana input,
.tel input,
.mail input,
.chance_to_know_other input {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .jobseeker .name {
        margin-bottom: 0px;
    }
    .jobseeker .name input,
    .jobseeker .kana input,
    .tel input,
    .mail input,
    .chance_to_know_other input {
        width: 100%;
    }
}
.birth td,
.age td,
.birth_era,
.birth_year,
.birth_month,
.birth_day,
.to_contact td,
.license_no div,
.license_date,
.license_year,
.license_month,
.license_day,
.driver_license,
.experience_nersery,
.experience_kindergarden,
.career div,
.work_condition td,
.work_condition td div,
.disired_area td,
.disired_condition td,
.disired_condition td div,
.disered_working_hour td div,
.morning_extend_time td,
.disired_working_days td,
.disired_saraly_amount {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 414px) {
    .work_condition td,
    .disired_condition td,
    .morning_extend_time td {
        flex-direction: column;
    }
    .work_condition .jobseeker_radio_area,
    .disired_condition .jobseeker_radio_area,
    .morning_extend_time .jobseeker_radio_area {
        width: 100%;
    }
    .career div,
    .disired_area td,
    .work_condition .jobseeker_radio_area:last-child {
        display: block;
    }
}
@media screen and (max-width: 414px) {
    .birth td {
        display: block;
    }
}
.birth_year,
.birth_month,
.birth_day,
.license_year,
.license_month,
.license_day {
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .birth_era select,
    .license_era select {
        width: 75px;
    }
}
@media screen and (max-width: 414px) {
    .birth_year,
    .birth_month,
    .birth_day,
    .license_year,
    .license_month,
    .license_day {
        margin: 5px 0 5px 0;
    }
}
.age input,
.disered_working_hour input {
    width: 15%;
}
@media screen and (max-width: 414px) {
    .age input,
    .disered_working_hour input {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .jobseeker .post_code td {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .jobseeker .post_code input {
        width: 30%;
    }
}
.to_contact div:nth-child(2) {
    margin-left: 15px;
}
@media screen and (max-width: 414px) {
    .license_date {
        display: block !important;
    }
}
.license_no,
.license_register_date {
    margin-top: 10px;
    margin-left: 13px;
}
@media screen and (max-width: 414px) {
    .license_no,
    .license_register_date {
        margin-left: 0px;
    }
}
.license_no select,
.license_no input,
.experience_nersery input,
.experience_kindergarden input,
.career input,
.disired_saraly_amount input {
    width: 25%;
}
@media screen and (max-width: 414px) {
    .license_no select,
    .license_no input,
    .experience_nersery input,
    .experience_kindergarden input,
    .career input,
    .disired_saraly_amount input {
        width: 40%;
    }
}
.nersery_license {
    margin-top: 10px;
    margin-bottom: 10px;
}
.nersery_license_1,
.nersery_license_2 {
    display: block;
}
.driver_license p {
    margin-right: 10px !important;
}
.career div {
    margin-bottom: 10px;
}
.career_1,
.career_2,
.career_3 {
    width: 50% !important;
    margin-right: 10px;
}
@media screen and (max-width: 414px) {
    .career_1,
    .career_2,
    .career_3 {
        width: 100% !important;
        margin-right: 0px;
    }
}
.career_1_year,
.career_2_year,
.career_3_year,
.career_1_month,
.career_2_month,
.career_3_month,
.disired_holiday select,
.disired_working_days select {
    width: 20% !important;
}
@media screen and (max-width: 414px) {
    .career_1_year,
    .career_2_year,
    .career_3_year,
    .career_1_month,
    .career_2_month,
    .career_3_month {
        width: 100% !important;
    }
    .career_1_year,
    .career_2_year,
    .career_3_year {
        margin-top: 10px;
    }
}
.work_condition td div,
.disired_area td div,
.disired_condition td div {
    margin-right: 10px;
}
.morning_extend_time td div {
    margin-right: 30px;
}
@media screen and (max-width: 414px) {
    .morning_extend_time td div {
        margin-right: 0px;
    }
}
.jobseeker_result_content {
    width: 70%;
    padding: 20px 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fff;
    border: 5px solid #79d6b7;
    border-radius: 20px;
}
.jobseeker_result_content a {
    background-color: #79d6b7;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.jobseeker_result_content a:hover {
    color: #fff;
    text-decoration: underline;
}
.jobseeker_result_content p {
    margin-bottom: 20px !important;
}
.submit_button_jobseeker {
    color: #000;
    border-radius: 0px;
    border: 3px solid #000;
    padding: 5px 50px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(121,214,183,1);
}
.submit_button_jobseeker:hover {
    color: #000;
    border-color: #000;
    background-color: #fff;
    text-decoration: none;
}
.submit_button_jobseeker:active {
    color: #000;
    border-color: #000;
    background-color: #fff;
    box-shadow: none;
    transform: translate(5px,5px);
}
/* ラジオボタン（おしゃれ） */
.jobseeker_radio_area label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}
.jobseeker_radio_area .jobseeker_radio {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.jobseeker_radio_area .jobseeker_radio:before {
    position: absolute;
    z-index: 1;
    top: 0.16rem;
    left: 0.09rem;
    width: 0.75rem;
    height: 0.75rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #79d6b7;
}
@media screen and (max-width: 414px) {
    .jobseeker_radio_area .jobseeker_radio:before {
        top: 0.025rem;
        left: 0.01rem;
        width: 0.9rem;
        height: 0.9rem;
    }
}
.jobseeker_radio_area .jobseeker_radio:checked:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.jobseeker_radio_area .jobseeker_radio:after {
    position: absolute;
    top: 0rem;
    left: -0.12rem;
    width: 1.125rem;
    height: 1.125rem;
    content: '';
    border: 1px solid #79d6b7;
    border-radius: 50%;
    background: #ffffff;
}
@media screen and (max-width: 414px) {
    .jobseeker_radio_area .jobseeker_radio:after {
        top: -0.3rem;
        left: -0.3rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}
/* チェックボックス（おしゃれ） */
.jobseeker_check_area label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}
.jobseeker_check_area .jobseeker_check {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.jobseeker_check_area .jobseeker_check:before {
    position: absolute;
    z-index: 1;
    top: 0.125rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #79d6b7;
    border-top-style: none;
    border-right-style: none;
}
@media screen and (max-width: 414px) {
    .jobseeker_check_area .jobseeker_check:before {
        left: 0.1rem;
        width: 0.9rem;
        height: 0.5rem;
    }
}
.jobseeker_check_area .jobseeker_check:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
}
.jobseeker_check_area .jobseeker_check:after {
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
    border: 1px solid #79d6b7;
    background: #ffffff;
}
@media screen and (max-width: 414px) {
    .jobseeker_check_area .jobseeker_check:after {
        top: -0.25rem;
        left: -0.2rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}
/********* メルマガ情報登録 **********/
.subtitle_area_mail_magazine {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.empty_mail_magazine {
    width: 165px;
    height: 120px;
}
.mail_magazine_entry_sheet_area {
    margin-top: 50px;
}
.mail_links {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media screen and (max-width: 414px) {
    .mail_magazine .empty_mail_magazine,
    .mail_magazine .logo_side_img {
        display: none;
    }
}
.mail_magazine th {
    border-top: 1px solid #ee86a7;
    border-bottom: 1px solid #fff;
    background-color: #ee86a7;
    color: #fff;
}
@media screen and (max-width: 414px) {
    .mail_magazine th,
    .mail_magazine td {
        border-top: none !important;
        border-bottom: none !important;
    }
}
.mail_magazine input,
.mail_magazine select {
    border: 1px solid #ee86a7;
    border-radius: 0px;
    box-shadow: none;
}
@media screen and (max-width: 768px) {
    .mail_magazine select {
        width: 105px;
    }
}
@media screen and (max-width: 414px) {
    .mail_magazine input {
        width: 100%;
    }
}
.mail_magazine label {
    font-weight: normal;
}
.mail_magazine .name {
    margin-bottom: 0px;
}

.mail_magazine .name input,
.mail_magazine .kana input,
.mail_magazine .tel input,
.mail_magazine .mail input {
    width: 50%;
}
@media screen and (max-width: 414px) {
    .mail_magazine .name input,
    .mail_magazine .kana input,
    .mail_magazine .tel input,
    .mail_magazine .mail input {
        width: 100%;
    }
}
.mail_magazine .birth td,
.mail_magazine .age td,
.mail_magazine .birth_era,
.mail_magazine .birth_year,
.mail_magazine .birth_month,
.mail_magazine .birth_day {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 414px) {
    .mail_magazine .birth td,
    .mail_magazine .age td,
    .mail_magazine .birth_era,
    .mail_magazine .birth_year,
    .mail_magazine .birth_month,
    .mail_magazine .birth_day {
        display: block;
    }
}
.mail_magazine .birth_year,
.mail_magazine .birth_month,
.mail_magazine .birth_day,
.mail_magazine .license_year,
.mail_magazine .license_month,
.mail_magazine .license_day {
    margin-left: 10px;
}
@media screen and (max-width: 414px) {
    .mail_magazine .birth_year,
    .mail_magazine .birth_month,
    .mail_magazine .birth_day,
    .mail_magazine .license_month,
    .mail_magazine .license_day {
        margin-left: 0px;
    }
}
@media screen and (max-width: 414px) {
    .mail_magazine .birth_era {
        margin-bottom: 20px;
    }
}
.mail_magazine .age input {
    width: 15%;
}
@media screen and (max-width: 414px) {
    .mail_magazine .age input {
        width: 45%;
    }
}
.mail_magazine .license_no,
.mail_magazine .license_register_date {
    margin-top: 10px;
    margin-left: 13px;
}
@media screen and (max-width: 414px) {
    .mail_magazine .license_no,
    .mail_magazine .license_register_date {
        margin-top: 0px;
        margin-left: 0px;
    }
}
@media screen and (max-width: 320px) {
    .mail_magazine .license_no div {
        display: block;
    }
}
.mail_magazine .license_no input {
    width: 25%;
}
@media screen and (max-width: 414px) {
    .mail_magazine .license_no input {
        width: 100%;
    }
}
.mail_magazine .nersery_license {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mail_magazine .nersery_license_1,
.mail_magazine .nersery_license_2 {
    display: block;
}
@media screen and (max-width: 414px) {
    .license_date {
        display: block;
    }
}
@media screen and (max-width: 414px) {
    .mail_magazine .license_era {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 414px) {
    .mail_magazine .license_year {
        margin-left: 0px;
    }
    .mail_magazine .license_year,
    .mail_magazine .license_month,
    .mail_magazine .license_day {
        margin-bottom: 20px;
    }
}
.mail_magazine_search select {
    width: 25%;
}
.submit_button_mail_magazine {
    color: #000;
    border-radius: 0px;
    border: 3px solid #000;
    padding: 5px 50px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(238,134,167,1);
}
.submit_button_mail_magazine:hover {
    color: #000;
    border-color: #000;
    background-color: #fff;
    text-decoration: none;
}
.submit_button_mail_magazine:active {
    color: #000;
    border-color: #000;
    background-color: #fff;
    box-shadow: none;
    transform: translate(5px,5px);
}
.sex label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}
.sex .sex_radio {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.sex .sex_radio:before {
    position: absolute;
    z-index: 1;
    top: 0.16rem;
    left: 0.09rem;
    width: 0.75rem;
    height: 0.75rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #ee86a7;
}
@media screen and (max-width: 414px) {
    .sex .sex_radio:before {
        top: 0.025rem;
        left: 0.01rem;
        width: 0.9rem;
        height: 0.9rem;
    }
}
.sex .sex_radio:checked:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.sex .sex_radio:after {
    position: absolute;
    top: 0rem;
    left: -0.115rem;
    width: 1.15rem;
    height: 1.15rem;
    content: '';
    border: 1px solid #ee86a7;
    border-radius: 50%;
    background: #ffffff;
}
@media screen and (max-width: 414px) {
    .sex .sex_radio {
        margin: 0;
    }
    .sex .sex_radio:after {
        top: -0.3rem;
        left: -0.3rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}
/************ 求人情報検索（共通） ************/
/* ラジオボタン（おしゃれ） */
.recruit_list_search_radio_area label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem 1.5rem 0.5rem 0.5rem;
    cursor: pointer;
    font-weight: normal;
}
.recruit_list_search_radio_area .recruit_list_search_radio {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.recruit_list_search_radio_area .recruit_list_search_radio:before {
    position: absolute;
    z-index: 1;
    top: 0.16rem;
    left: 0.08rem;
    width: 0.75rem;
    height: 0.75rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    /* background: #ffdf4c; */
    background: #3f1e18;
}
@media screen and (max-width: 414px) {
    .recruit_list_search_radio_area .recruit_list_search_radio:before {
        top: 0.025rem;
        left: 0.01rem;
        width: 0.9rem;
        height: 0.9rem;
    }
}
.recruit_list_search_radio_area .recruit_list_search_radio:checked:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.recruit_list_search_radio_area .recruit_list_search_radio:after {
    position: absolute;
    top: 0rem;
    left: -0.12rem;
    width: 1.125rem;
    height: 1.125rem;
    content: '';
    /* border: 1px solid #ffdf4c; */
    border: 1px solid #3f1e18;
    border-radius: 50%;
    background: #ffffff;
}
@media screen and (max-width: 414px) {
    .recruit_list_search_radio_area .recruit_list_search_radio:after {
        top: -0.3rem;
        left: -0.3rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}
@media screen and (max-width: 414px) {
    .recruit_list_search_radio_area .recruit_list_search_radio:before {
        top: 0.02rem;
        left: 0.02rem;
    }
}
/* チェックボックス（おしゃれ） */
.recruit_list_search_check_area {
    display: block;
}
/* .recruit_list_search_check_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
} */
.recruit_list_search_check_area label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.recruit_list_search_check_area .recruit_list_search_check {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.recruit_list_search_check_area .recruit_list_search_check:before {
    position: absolute;
    z-index: 1;
    top: 0.125rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
            transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
            transform: rotate(-45deg) scale(0, 0);
    /* border: 2px solid #ffdf4c; */
    border: 2px solid #3f1e18;
    border-top-style: none;
    border-right-style: none;
}
@media screen and (max-width: 414px) {
    .recruit_list_search_check_area .recruit_list_search_check:before {
        left: 0.1rem;
        width: 0.9rem;
        height: 0.5rem;
    }
}
.recruit_list_search_check_area .recruit_list_search_check:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1);
}
.recruit_list_search_check_area .recruit_list_search_check:after {
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
    /* border: 1px solid #ffdf4c; */
    border: 1px solid #3f1e18;
    background: #ffffff;
}
@media screen and (max-width: 414px) {
    .recruit_list_search_check_area .recruit_list_search_check:after {
        top: -0.25rem;
        left: -0.2rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}
/************ 求人情報検索（検索画面） ************/
.recruit_list_search {
    max-width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .recruit_list_search_wrap {
        margin-bottom: 50px;
    }
}
.recruit_list_search .recruit_list_search_radio_area,
.recruit_list_search .recruit_list_search_check_area {
    display: flex;
    justify-content: flex-start;
}
@media screen and (max-width: 414px) {
    .recruit_list_search .recruit_list_search_radio_area,
    .recruit_list_search .recruit_list_search_check_area {
        flex-direction: column;
    }
}
.recruit_search_logo {
    margin-top: 50px;
    margin-bottom: 50px;
}
.recruit_list_search_area {
    margin-top: 0;
    margin-bottom: 0;
}
.recruit_list_search_area,
.recruit_list_search_area .city {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .recruit_list_search_area {
        display: block;
    }
    .recruit_list_search_area .city {
        justify-content: center;
    }
}
.city,
.checkbox_area,
.submit_button_area {
    flex-grow: 1;
}
@media screen and (max-width: 768px) {
    .city,
    .checkbox_area,
    .submit_button_area {
        flex-grow: 0;
    }
}
.recruit_list_search_area .city select {
    width: 100px;
    margin-left: 25px;
    /* border: 1px solid #ffdf4c; */
    border: 1px solid #3f1e18;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 25px;
}
@media screen and (max-width: 768px) {
    .recruit_list_search_area .city select {
        width: 200px;
    }
}
.checkbox_area {
    margin-left: 25px;
}
.checkbox_area th,
.checkbox_area td {
    border-top: none !important;
    vertical-align: middle !important;
}
.checkbox_area label {
    font-weight: normal;
}
/*ページングの表示が省略できたらコメントを外す。
.max_amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.amount_area,
.paging_area {
    flex: 1;
}
*/
.submit_button_recruit_list_search {
    position: absolute;
    border: 3px solid #000;
    padding: 5px 25px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(255,223,76,1);
}
.submit_button_recruit_list_search:active {
    margin-top: 5px;
    margin-left: 5px;
    box-shadow: none;
    transform: translate(5px,5px);
}
@media screen and (max-width: 768px) {
    .max_amount {
        margin-top: 35px;
    }
}
.recruit_detail_list_search {
    color: #000;
    position: absolute;
    border: 3px solid #000;
    padding: 5px 25px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(255,223,76,1);
}
.recruit_detail_list_search:hover {
    color: #000;
}
.recruit_detail_list_search:active {
    margin-top: 5px;
    margin-left: 5px;
    box-shadow: none;
    transform: translate(5px,25px);
}
.paging_area {
    border-bottom: 5px solid #79d6b7;
}
.paging_area p {
    color: #000;
    display: inline-block;
}
.paging_area a {
    color: #000;
}
.now {
    color: #f995bc !important;
}
.recruit_search_lists_content h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.recruit_search_lists_content h3 img {
    margin-right: 15px;
}
.recruit_search_lists_content table {
    border-left: 1px solid #ffdf4c !important;
    border-right: 1px solid #ddd !important;
}
@media screen and (max-width: 414px) {
    .recruit_search_lists_content table {
        border-left: 1px solid #ddd !important;
    }
}
.recruit_search_lists_content th {
    width: 200px;
    text-align: center;
    background-color: #ffdf4c;
    border-top: 1px solid #fff !important;
}
.recruit_search_lists_content tr:first-child th {
    border-top: 1px solid #ffdf4c !important;
}
.recruit_search_lists_content tr:last-child th {
    border-bottom: 1px solid #ffdf4c;
}
.recruit_search_lists_content tr:last-child td {
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 414px) {
    .recruit_search_lists_content {
        margin-bottom: 100px;
    }
    .recruit_search_lists_content th {
        width: 100%;
    }
}
.to_recruit_confirm {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.to_recruit_confirm a {
    margin-top: 20px;
}
.result_content_area .alert {
    margin-top: 25px;
}

/************ 求人情報検索（確認画面） ************/
.recruit_list_confirm {
    max-width: 1400px;
    margin: 0 auto;
}
.recruit_list_confirm .recruit_entry_sheet_area {
    margin-top: 20px !important;
}
@media screen and (max-width: 414px) {
    .recruit_list_confirm .recruit_entry_sheet_area {
        display: block;
    }
}
.recruit_confirm_logo {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit_confirm_logo span {
    font-size: 1.5rem;
    margin-left: 20px;
}
.recruit_list_confirm table {
    border-right: 1px solid #ddd !important;
    width: 50% !important;
}
.recruit_list_confirm table th {
    width: 200px;
    background-color: #ffdf4c;
    border-top: 1px solid #fff !important;
    padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
    .recruit_list_confirm table { width: auto !important; }
    .recruit_list_confirm table th {
        width: 125px;
    }
}
@media screen and (max-width: 414px) {
    .recruit_list_confirm table {
        border-right: none !important;
    }
    .recruit_list_confirm table th {
        width: 100%;
    }
}
.recruit_list_confirm table tr:first-child th {
    border-top: 1px solid #ffdf4c !important;
}
.recruit_list_confirm table tr:last-child th {
    border-bottom: 1px solid #ffdf4c;
}
.recruit_list_confirm table tr:last-child td {
    border-bottom: 1px solid #ddd;
}
.recruit_list_confirm .entry_sheet_2 {
    margin-left: 5px;
}
.recruit_list_confirm .address table {
    border-right: none !important;
}
.recruit_list_confirm .address table * {
    border-top: none !important;
    border-bottom: none !important;
}
.recruit_list_confirm .url_area_recruit a {
    /* color: #ffdf4c; */
    color: #337ab7;
}
.recruit_list_confirm .shift,
.recruit_list_confirm .working_time td {
    display: flex;
    justify-content: flex-start;
}
.recruit_list_confirm .adopted_number td,
.recruit_list_confirm .overworking_time,
.recruit_list_confirm .workingtime_weekly td,
.recruit_list_confirm .wokingdays_weekly td,
.recruit_list_confirm .basic_income_amount,
.recruit_list_confirm .care_1 div:first-child,
.recruit_list_confirm .care_2 div:first-child,
.recruit_list_confirm .care_3 div:first-child,
.recruit_list_confirm .bonus td,
.recruit_list_confirm .salary td,
.recruit_list_confirm .payday td div,
//.recruit_list_confirm .holiday_flg,
.recruit_list_confirm .annual_holiday td,
.recruit_list_confirm .paid td,
.recruit_list_confirm .retirement_age td,
.recruit_list_confirm .parking_fee {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}
.recruit_list_confirm .bonus td input:nth-child(2),
.recruit_list_confirm .salary td input:nth-child(2),
.recruit_list_confirm .paid td input:nth-child(2),
.recruit_list_confirm .retirement_age td input:nth-child(2),
.recruit_list_confirm .commute_mycar td input:nth-child(2) {
    margin-left: 20px !important;
}
.recruit_list_confirm .payday td  div p:first-child {
    margin-right: 20px !important;
}
.holiday_other,
.document_type_other,
.selection_method_other {
    display: block !important;
}
.holiday_other p:nth-child(2),
.document_type_other p:nth-child(2),
.selection_method_other p:nth-child(2) {
    margin-left: 1rem;
}
.recruit_list_confirm .recruit_list_search_radio_area .recruit_list_search_radio:after,
.recruit_list_confirm .recruit_list_search_check_area .recruit_list_search_check:after {
    background: #efefef;
}
.back_prev_recruit_search {
    display: flex;
    justify-content: center;
    align-items: center;
}
.back_prev_recruit_search_btn {
    color: #000;
    position: absolute;
    border: 3px solid #000;
    padding: 5px 25px;
    background-color: #fff;
    box-shadow: 5px 5px rgba(255,223,76,1);
}
.back_prev_recruit_search_btn:hover {
    color: #000;
}
.back_prev_recruit_search_btn:active {
    margin-top: 5px;
    margin-left: 5px;
    box-shadow: none;
    transform: translate(5px,5px);
}
/************ フッター ************/
.to_top img {
    margin-right: 100px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .to_top img {
        margin-right: 50px;
    }
}
@media screen and (max-width: 414px) {
    .to_top img {
        margin-right: 25px;
    }
}
.to_top img:hover {
    cursor: pointer;
}
.footer_content_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fceff9;
    background-image: url('https://dfa4ab.claudeassets.com/20250613133925im_/http://www.kodomo-hoiku.org/wp-content/themes/hoikushien/images/footer_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer_content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer_link a {
    color: #ee86a7;
}
.copyright {
    background-color: #ee86a7;
    margin-bottom: 0px !important;
}
.copyright p {
    color: #fff;
    margin-bottom: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.grecaptcha-badge { box-shadow: none !important; }

/* 2019-11-12 add */
.wp-pagenavi {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}

.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  margin: 0 7px;
  padding: 15px;
  color: #fff;
}

.wp-pagenavi .current { background-color: #ccc; }

.notice .wp-pagenavi .page, .notice .wp-pagenavi .nextpostslink, .notice .wp-pagenavi .previouspostslink { background-color: #ee86a7; }

.seminar .wp-pagenavi .page, .seminar .wp-pagenavi .nextpostslink, .seminar .wp-pagenavi .previouspostslink { background-color: #ffdf4c; }
/* 2019-11-12 add */
/* 2020-02-12 add */
.recruite_list_serach_text {
    margin: 0 0 0 .5rem;
    padding: .25rem;
    width: 80%;
    border: 1px solid #3f1e18;
}
@media screen and (max-width: 768px) {
    .recruite_list_serach_text { width: 94%; }
}
/* 2020-02-12 add */
/*
     FILE ARCHIVED ON 23:46:45 Dec 27, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:45:45 Jul 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.363
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.024
  esindex: 0.006
  cdx.remote: 8.217
  LoadShardBlock: 91.418 (3)
  PetaboxLoader3.datanode: 70.621 (4)
  PetaboxLoader3.resolve: 68.486 (2)
  load_resource: 66.95
*/