@charset "UTF-8";

@keyframes pt-fade-in {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.8;
    }
}

@-moz-keyframes pt-fade-in {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.8;
    }
}

@-webkit-keyframes pt-fade-in {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.8;
    }
}

@keyframes fade-out {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

/*------------------------------------------------
Reset
------------------------------------------------*/

body,
h1,
h2,
h3,
h4,
h5,
ul,
dl,
dd,
p,
figure {
    margin: 0;
    padding: 0;
    line-height: 1;
}

select {
    font-size: 1.6rem;
}

ul {
    list-style: none;
}

.sp {
    display: none;
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
* {
    font-feature-settings: 'palt';
}

/*------------------------------------------------
icon
------------------------------------------------*/
.head_icon_1 {
    background-image: url(../img/common/menu/icon_2.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    background-repeat: no-repeat;
}
.head_icon_2 {
    background-image: url(../img/top/icon_6_l.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-right: 15px;
    background-repeat: no-repeat;
}

i.public_job {
    background-image: url(../img/top/icon01.svg);
    height: 72px;
    width: 62px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

i.high_paying_time {
    background-image: url(../img/top/icon03.svg);
    height: 72px;
    width: 62px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}

i.high_paying_year {
    background-image: url(../img/top/icon05.svg);
    height: 72px;
    width: 51px;
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 10px; */
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

i.opening {
    background-image: url(../img/top/icon_2.svg);
    height: 72px;
    width: 62px;
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 10px; */
    background-repeat: no-repeat;
    background-size: 82%;
    background-position: center center;
}
i.skillup {
    background-image: url(../img/top/icon_6.svg);
    height: 72px;
    width: 51px;
    display: inline-block;
    vertical-align: middle;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}
i.inexperience {
    background-image: url(../img/top/icon04.svg);
    height: 72px;
    width: 56px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
i.high_paying {
    background-image: url(../img/top/icon05.svg);
    height: 72px;
    width: 51px;
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 10px; */
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

i.qualification {
    background-image: url(../img/top/icon02.svg);
    height: 72px;
    width: 62px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}
i.part_time {
    background-image: url(../img/top/icon06.svg);
    height: 72px;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 120%;
    background-position: center center;
}
i.temporary {
    background-image: url(../img/top/icon03.svg);
    height: 72px;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-size: 120%;
    background-position: center center;
}

i.return_blank {
    background-image: url(../img/top/icon07.svg);
    height: 72px;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    /* margin-right: 10px; */
    /* background-size: 100%; */
    background-position: center center;
}

i.welfare {
    background-image: url(../img/top/icon08.svg);
    height: 72px;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-size: 71%;
    background-position: center center;
}

i.station {
    background-image: url(../img/top/icon09.svg);
    height: 72px;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    /* margin-right: 10px;*/
    background-size: 75%;
    background-position: center center;
}

/*------------------------------------------------
Normarize
------------------------------------------------*/
.ls0 {
    letter-spacing: 0 !important;
}
.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.pt10 {
    padding-top: 10px;
}

.aic {
    -ms-align-items: center;
    align-items: center;
}

.flex_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex_w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

button,
input[type^='submit'] {
    cursor: pointer;
}

.c_pink {
    color: #55a93a;
}

/*------------------------------------------------
Modal
------------------------------------------------*/

.enabled_modal {
    overflow: hidden;
    padding-right: 17px;
}

#modal-content {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 9998;
    overflow: auto;
}

#modal-inner {
    background: #fff;
    z-index: 9999;
    overflow: auto;
    position: relative;
    margin: 80px auto 80px auto;
    width: 960px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#modal-overlay {
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    z-index: 9997;
}

#modal-content,
#modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#modal-close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    margin: -2px 0 0 -10px;
    background-color: #e4e4e4;
    transition: 0.2s;
}

#modal-close::before,
#modal-close::after {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    left: 9px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
    margin-top: 0;
}

#modal-close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#modal-close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/*------------------------------------------------
求人評価の説明
------------------------------------------------*/

#RateOutline {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 50px 0;
    max-width: 1200px;
    margin: 0 auto 20px;
}

#RateOutline .outline-inner {
    background-color: #fff;
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: -webkit-flex-start;
    justify-content: flex-start;
    align-items: -webkit-center;
    align-items: center;
    width: 100%;
}

#RateOutline dl {
    width: 210px;
    border: solid 1px #eaeaea;
    margin-right: 20px;
}

#RateOutline dl dt {
    display: -webkit-flex;
    display: flex;
    height: 53px;
    line-height: 1;
    justify-content: -webkit-center;
    justify-content: center;
    align-items: -webkit-center;
    align-items: center;
    background-color: #cdefe4;
    font-size: 1.4rem;
    color: #55a93a;
    font-weight: bold;
}

#RateOutline dl dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
}

#RateOutline ol {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-flex: 1;
    flex: 1;
}

#RateOutline ol li {
    display: -webkit-flex;
    display: flex;
    justify-content: -webkit-flex-start;
    justify-content: flex-start;
    align-items: -webkit-center;
    align-items: center;
    height: 65px;
    border-bottom: solid 1px #eaeaea;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#RateOutline ol li p {
    line-height: 1.6;
}

#RateOutline ol li:first-child {
    padding-top: 0;
}

#RateOutline ol li:last-child {
    border-bottom: 0;
}

#RateOutline ol li .review {
    margin-right: 25px;
    min-width: 132px;
}

/*------------------------------------------------
Form
------------------------------------------------*/

.btn1,
.btn2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    color: #4a4a4a;
    cursor: pointer;
}

nav input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
}

.select {
    color: #4a4a4a;
    border: 1px solid #cccccc;
    cursor: pointer;
    background-color: #fff;
    box-shadow: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
    border-radius: 0;
}

:placeholder-shown {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

.disabled {
    opacity: 0.5;
    cursor: default !important;
}
@media screen and (max-width: 767px) {
    .disabled {
        opacity: 1;
    }
}

/*#modal-inner dl dd {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}*/

#modal-inner dl dd label {
    /*	width: 23%;*/
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
#modal-inner .area_info dl dd label {
    -webkit-justify-content: center;
    justify-content: center;
}
#modal-inner #select_area_pref_inner label {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

/*------------------------------------------------
Scroll Bar
------------------------------------------------*/

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #787878;
    background-color: #787878;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    border-radius: 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eaeaea;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar:hover {
    background-color: #787878;
    background-color: #787878;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #787878;
    background-color: #787878;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
}

.mCSB_scrollTools {
    width: 5px;
    opacity: 1;
}

/*------------------------------------------------
Hexagon
------------------------------------------------*/

.hexagon {
    position: relative;
    width: 23px;
    height: 13.28px;
    background-color: #55a93a;
    margin: 6.64px 0;
    display: block;
}

.page_top.f_in {
    animation-duration: 1s;
    animation-name: pt-fade-in;
    -moz-animation-duration: 1s;
    -moz-animation-name: pt-fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: pt-fade-in;
    display: block;
    opacity: 0.8;
}

.page_top {
    display: none;
    position: relative;
    width: 40px;
    height: 23.09px;
    margin: 11.55px 0;
    position: fixed;
    background-color: #151515;
    opacity: 0;
    bottom: 10px;
    right: 3%;
    z-index: 11;
    animation-duration: 1s;
    animation-name: fade-out;
    -moz-animation-duration: 1s;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fade-out;
}

.page_top .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 11px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 14px;
    top: 5px;
}

.hexagon::before,
.hexagon::after {
    content: '';
    position: absolute;
    width: 0;
    border-left: 11.5px solid transparent;
    border-right: 11.5px solid transparent;
}

.page_top::before,
.page_top::after {
    content: '';
    position: absolute;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    right: 0%;
}

.hexagon::before,
.page_top::before {
    bottom: 100%;
    border-bottom: 6.64px solid #55a93a;
}

.page_top::before {
    border-bottom: 11.55px solid #151515;
}

.hexagon::after,
.page_top::after {
    top: 100%;
    width: 0;
    border-top: 6.64px solid #55a93a;
}

.page_top::after {
    border-top: 11.55px solid #151515;
}

/*------------------------------------------------
Main
------------------------------------------------*/

html,
body {
    font-size: 10px;
}

body {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.4rem;
    color: #333;
    line-height: 1;
    min-width: 1050px;
}

a {
    color: #4a4a4a;
    text-decoration: none;
}

a[href^='tel:'] {
    cursor: default;
}

a[href^='tel:']:hover {
    opacity: 1;
}

a:hover {
    opacity: 0.8;
}

a:focus {
    text-decoration: none;
}

.abel {
    font-family: 'Abel', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.tag {
    width: 35px;
    height: 15px;
    background-color: #db0000;
    color: #fff;
    padding: 3px;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
}

.review {
    display: block;
    margin-bottom: 5px;
}

.review img {
    margin-right: 3px;
}

.aside_p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

.aside_p .review {
    display: inline;
    margin-bottom: 0;
}

.accordion {
    display: block;
    padding-top: 28px;
    height: auto;
    position: relative;
}

.accordion ul {
    margin-top: 28px;
    position: absolute;
    border: 1px solid #dddddd;
    display: none;
    z-index: 10;
}

.accordion li {
    background-color: #fff;
    white-space: nowrap;
}

.accordion li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.accordion li a {
    padding: 20px 10px;
    display: block;
}
.head_logo {
    margin-top: 16px;
}
.right_fixed {
    display: none;
    position: fixed;
    top: calc(50vh - 272px);
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 20;
}
.right_fixed.r_top_2 {
    top: initial;
    bottom: 0;
    z-index: 20;
}
.right_fixed li {
    width: 80px;
    height: 170px;
    position: relative;
}
.right_fixed li:not(:last-child) {
    margin-bottom: 10px;
}
.right_fixed li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 90px;
    background-repeat: no-repeat;
    z-index: 30;
}
.right_fixed li i {
    position: absolute;
    top: 15px;
    left: 24px;
    font-size: 3rem;
}
.right_fixed li:first-of-type {
    background-color: #55a93a;
}
.right_fixed li:first-of-type::before {
    content: '';
    background-image: url(../img/common/side_txt001.png);
    background-repeat: no-repeat;
    top: -44px;
    left: -4px;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.right_fixed li:first-of-type a {
    background-image: url(../img/common/side_txt002.png);
}
.right_fixed li.tomypage::before {
    content: '';
    display: none;
}
.right_fixed li.tomypage a {
    background-image: url(../img/common/side_txt002_b.png);
}
.right_fixed li:nth-of-type(2) i {
    color: #ffc834;
}
.right_fixed li:nth-of-type(2),
.right_fixed li:last-of-type {
    border: 1px solid #dbdbdb;
    border-right: none;
}
.right_fixed li:nth-of-type(2) a,
.right_fixed li:last-of-type a {
    background-image: url(../img/common/side_txt003.png);
    background-position: 22px 50px;
    background-color: #fff;
}
.right_fixed li:nth-of-type(2) a:hover,
.right_fixed li:last-of-type a:hover {
    opacity: 0.7;
}
.right_fixed li:nth-of-type(2) span.count,
.right_fixed li:last-of-type span.count {
    position: absolute;
    left: 23px;
    bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #ff9f00;
}
.right_fixed li:last-of-type a {
    background-image: url(../img/common/side_txt004.png);
    background-position: 22px 50px;
    background-color: #fff;
}
.right_fixed li:last-of-type img {
    position: absolute;
    top: 15px;
    left: 24px;
    font-size: 3rem;
    width: 30px;
}
.bottom_fixed.common_contents {
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 11;
}
.common_contents {
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}
.common_contents a {
    height: 51px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.common_contents .btn2 {
    font-size: 2rem;
    width: 260px;
}
.common_contents .btn1 {
    color: #333;
    border: 1px solid #cccbcb;
    width: 163px;
    margin-left: 15px;
    font-size: 1.6rem;
}
.common_contents .fa {
    color: #ffc834;
    margin-right: 5px;
}
.table_layout {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #d4d4d4;
    margin: 70px 0;
}
.table_layout dt,
.table_layout dd {
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
.table_layout dt:nth-of-type(n + 2),
.table_layout dd:nth-of-type(n + 2) {
    border-top: 1px solid #d4d4d4;
}
.table_layout dt {
    background-color: #fafafa;
    width: 140px;
    padding-top: 24px;
    line-height: 1.4;
}
.table_layout dd {
    border-left: 1px solid #d4d4d4;
    /** width: 858px; **/
    width: 856px;
    padding-right: 20px;
    line-height: 1.7;
}
.table_layout span {
    display: block;
}

/*------------------------------------------------
Button
------------------------------------------------*/

a,
.btn1,
.btn2 {
    cursor: pointer;
    transition: 0.3s ease;
}

.btn1 {
    border: 1px solid #333333;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
}

.btn1:hover {
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .btn1.disabled:hover {
        opacity: 1;
    }
}

.btn2 {
    background-color: #55a93a;
    color: #fff;
}

.modal-inner .bottom_con .btn2.area_selected,
.modal-inner .bottom_con .btn2.line_selected {
    font-size: 1.2rem;
    margin: 5px 0px 5px 10px;
    vertical-align: top;
}

.modal-inner .img_map01 {
    margin: auto auto auto 0px;
}
.modal-inner .area_info .area .area_btn {
    position: absolute;
    padding: 10px;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    text-align: center;
    width: 110px;
    font-size: 12px;
    font-weight: bold;
}
.modal-inner .area_hokkaido {
    top: 240px;
    left: 440px;
}
.modal-inner .area_kanto {
    top: 340px;
    left: 420px;
}
.modal-inner .area_hokuriku {
    top: 230px;
    left: 240px;
}
.modal-inner .area_tokai {
    top: 420px;
    left: 320px;
}
.modal-inner .area_kansai {
    top: 300px;
    left: 180px;
}
.modal-inner .area_chugoku {
    top: 360px;
    left: 95px;
}
.modal-inner .area_shikoku {
    top: 470px;
    left: 210px;
}
.modal-inner .area_kyusyu {
    top: 430px;
    left: 20px;
}

.modal-inner .area_info .area .area_btn:hover,
.modal-inner .area_info .area input[type='radio']:checked + label {
    border: 1px solid #ffc600;
    background: #ffc600;
    color: #ffffff;
}
.modal-inner .area_info .area .area_btn:hover,
.btn2:hover {
    opacity: 0.8;
}

.btn3 {
    border: 1px solid #55a93a !important;
    color: #55a93a;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.btn3:hover {
    opacity: 0.8;
}

.btn3 i {
    margin-left: 10px;
}

/*------------------------------------------------
Header
------------------------------------------------*/
header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
h1 {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 20px;
    text-align: left;
}
nav {
    background-color: #fff;
    z-index: 2;
}
nav .modal ul {
    display: none;
}
nav > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 71px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    padding-left: 20px;
}
nav > ul > li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
}
nav > ul > li:nth-last-of-type(3),
nav > ul > li:nth-last-of-type(4) {
    height: 100%;
}
nav > ul > li:nth-last-of-type(n + 5):not(:first-child) {
    margin-left: 22px;
}
nav > ul > li:nth-of-type(n + 6) a {
    /*height: 100%;*/
    width: 100%;
    display: inline-flex;
    /*justify-content: center;*/
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
}
nav > ul > li:nth-of-type(n + 8) {
    border-left: 1px solid #eaeaea;
    height: 100%;
    width: 180px;
}
nav > ul > li:last-of-type {
    margin-left: 0;
}
nav > ul > li.recruit.pc a {
    padding-right: 20px;
}
nav .head_logo {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 173px;
    border-right: none;
    max-height: 51px;
    margin-left: 0;
}
nav .head_logo a {
    width: 100%;
    padding-top: 40px;
    height: 0;
    display: block;
    background-image: url(../img/common/header_logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    transition: opacity 0.3s;
    line-height: 100px;
}

/* スクロール時のロゴ */
.s_nav.strage .head_logo a,
.strage .head_logo a {
    background-image: url(../img/common/logo_cube.png) !important;
    background-size: 44px auto !important;
}
nav .nav_right {
    margin-left: auto !important;
    border-left: 1px solid #eaeaea;
}
.s_nav .nav_right.guide {
    border-left: 1px solid #eaeaea;
}
.s_nav .recruit.pc {
    border-left: 1px solid #eaeaea;
}

nav .nav_right a {
    background-image: url(../img/common/icon007.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding-left: 35px;
    padding-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .recruit a {
    padding-left: 20px;
    border-left: 1px solid #eaeaea;
    height: 100%;
    display: flex;
    align-items: center;
}
nav .panel-btn {
    display: none;
}
.strage .panel-btn {
    cursor: pointer;
}
nav .fa {
    /*color: #c18b5d;*/
    padding-right: 4px;
}
nav a {
    color: #4a4a4a;
}
.breadcrumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 24px;
    box-sizing: border-box;
    font-size: 1rem;
    border-bottom: 1px solid #eaeaea;
    background-color: #fafafa;
    margin-top: 71px;
}
.breadcrumb li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
}
.breadcrumb li .fa {
    font-size: 1.3rem;
    margin-left: 5px;
}
.breadcrumb li:first-of-type {
    padding-left: 15px;
}
.breadcrumb li:not(:last-child) {
    margin-right: 5px;
}
.breadcrumb li,
.breadcrumb li a {
    color: #6a6a6a;
}
.breadcrumb br {
    display: none;
}

/*------------------------------------------------
Aside
------------------------------------------------*/

aside {
    background-color: #f1f1f1;
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    border-top: solid 1px #e8e8e8;
}
aside > dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*aside>.job_kw,
aside>.job_cat {
	margin-bottom: 30px;
}*/
aside > .job_kw {
    padding-bottom: 22px;
}
aside > dl.job_kw li {
    margin-right: 10px;
    margin-bottom: 8px;
}
aside > .job_cat > dd {
    width: 79.599999999999994%;
    /*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
    display: block;
    flex-wrap: wrap;
}
aside > dl:nth-of-type(3) dd {
    height: 345px;
    overflow-y: scroll;
    padding: 10px 0;
    box-sizing: border-box;
}
aside > dl:nth-of-type(3) ul {
    display: block;
    margin-right: 10px;
}

aside > dl:nth-of-type(3) li {
    margin-bottom: 10px;
}
aside > dl:nth-of-type(n + 3) {
    width: 312px;
    height: 435px;
    display: block;
}
aside > dl:nth-of-type(n + 3) > dd {
    height: 345px;
    overflow-y: auto;
    padding: 10px 0;
    box-sizing: border-box;
}
aside > dl:nth-of-type(n + 3) > dt {
    width: 100%;
    margin-bottom: 20px;
}
aside > dl:nth-of-type(n + 4) {
    margin-left: 32px;
}
aside > dl:nth-last-of-type(n + 3) {
    /*	margin-left: -webkit-calc((100% - 1000px) / 2);
	margin-left: calc((100% - 1000px) / 2);*/
}
aside > .job_cat,
aside > dl:nth-of-type(n + 4) {
    padding-bottom: 4px;
}

aside > .job_cat > dd dt,
aside > dl:nth-of-type(n + 4) > dd dt {
    margin-bottom: 5px;
}

aside > .job_cat dl,
aside > dl:nth-of-type(n + 4) dl {
    margin-right: 30px;
    margin-bottom: 20px;
}

aside > .job_cat li,
aside > dl:nth-of-type(n + 4) li {
    border-left: 1px solid #333;
    margin-bottom: 6px;
}

aside > .job_cat li a,
aside > dl:nth-of-type(n + 4) li a {
    margin: 0 5px;
}

aside > .job_cat li:last-of-type a,
aside > dl:nth-of-type(n + 4) li:last-of-type a {
    margin-right: 0;
}

aside > dl > dt {
    position: relative;
    width: 200px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

aside > dl > dt::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #333333;
    margin: 0 auto;
}

aside > dl > dd {
    width: 100%;
    margin-left: 20px;
}

aside ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

aside dt {
    font-weight: bold;
}

aside a {
    color: #333;
    font-size: 1.2rem;
}

.aside a {
    background-color: #f7f7f7;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 1.3rem;
    border: solid 1px #d4d4d4;
}

.aside > .job_cat li a,
.aside > dl:nth-of-type(n + 4) li a {
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.aside > .job_cat {
    display: block;
    border: solid 1px #d4d4d4;
}

.aside > dl > dt {
    width: 100%;
    text-align: left;
    font-size: 2rem;
    /* background-image: url(../img/common/icon_capsule.svg);*/
    background-position: top left;
    background-repeat: no-repeat;
    color: #55a93a;
    /* padding-left: 27px; */
}

.aside > dl > dd {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    line-height: 1.5;
}

.aside > .job_cat > dd {
    width: 100%;
}

.aside > dl > dt::after {
    background-color: #dadada;
    width: 100%;
}

.aside > .job_cat li,
.aside > dl:nth-of-type(n + 4) li {
    border-left: none;
}

.aside .bd dl {
    border-bottom: 1px dashed #55a93a;
    padding-bottom: 4px;
}

.aside .bd dl:first-of-type {
    border-top: 1px dashed #55a93a;
    padding-top: 10px;
}

.aside .aic > dl {
    -ms-align-items: center;
    align-items: center;
}

.aside .fa {
    color: #55a93a;
    margin-right: 5px;
}

.container.aside .job_cat > dd > dl > dt {
    font-size: 1.6rem;
    margin-top: 20px;
}

.aside .fa-angle-right {
    font-size: 1.3rem;
    font-weight: bold;
}

.aside .aside_body {
    margin-top: 15px;
}

.aside .aside_body dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 0;
    margin-bottom: 10px;
}

.aside .aside_body dt {
    width: 150px;
    margin-bottom: 10px;
    line-height: 27px;
}

.aside .aside_body dd {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.aside .aside_body.flex_box > dl {
    display: block;
    width: 50%;
    padding-bottom: 10px;
}

.aside .aside_body.flex_box dt {
    width: 100%;
}

.aside > .job_cat dl,
.aside > dl:nth-of-type(n + 4) dl {
    margin-right: 0;
}

.f_aside .aside_body dd {
    width: 100%;
}

.f_aside > dl > dt {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.f_aside .job_cat > dd > dl > dt {
    font-size: 1.6rem;
    margin-top: 20px;
}

/*------------------------------------------------
Flow
------------------------------------------------*/

#Flow {
    width: 1000px;
    margin: 0 auto;
}

#Flow h2 {
    line-height: 1.3;
    letter-spacing: 4px;
    width: 100%;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
}

#Flow h2 span {
    font-size: 4rem;
    display: block;
}

#Flow ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Flow li {
    width: 196px;
    height: 162px;
    background-color: #ffffff;
    color: #333333;
    position: relative;
    border: solid 1px #eaeaea;
    box-sizing: border-box;
}

#Flow li::before,
#Flow li::after {
    content: '';
    position: absolute;
}
.abel {
    margin-bottom: 0px !important;
    margin-right: 10px;
}

#Flow li::before {
    border-color: transparent transparent #f3f3f3 transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 162px 162px;
    right: 0;
    bottom: 0;
}

#Flow li:not(:last-of-type)::after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: url(../img/common/arrow_right003.png);
    top: 50%;
    right: -15px;
    width: 18px;
    height: 27px;
    z-index: 1;
}

#Flow li dl dt > span {
    box-sizing: border-box;
    background-color: #55a93a;
    height: 45px;
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    max-height: 45px;
    max-width: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 1.2rem;
}
#Flow li dl dt > span > span {
    display: block;
    width: 100%;
    text-align: center;
}

#Flow li .abel span {
    display: block;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0 !important;
    margin-top: -13px;
}
#Flow dl {
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: bottom 15px right 10px;
    height: 100%;
}

#Flow dt {
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #eaeaea;
    color: #55a93a;
}

#Flow dd {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 3px 11px 10px 11px;
}

#Flow li:nth-of-type(-n + 3) {
    width: 330px;
    height: 156px;
    margin-bottom: 5px;
    color: #333333;
}

#Flow li:nth-of-type(-n + 3)::before {
    border-width: 0 0 156px 156px;
}

#Flow li:nth-of-type(-n + 3)::after {
    right: -15px;
    width: 17px;
    height: 27px;
}
#Flow li:nth-of-type(-n + 3) dt {
    color: #55a93a;
}
#Flow li:nth-of-type(-n + 3) dt span {
    color: #ffffff;
}
#Flow li:nth-of-type(-n + 3) .abel {
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 1.4rem;
}
#Flow li:nth-of-type(-n + 3) .abel span {
    font-size: 3rem;
}
#Flow li:nth-of-type(-n + 3) dt {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0px;
    font-size: 2.2rem;
}
#Flow li:nth-of-type(-n + 3) dd {
    margin-top: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 9px 9px 9px 13px;
}
#Flow li:nth-of-type(1),
#Flow li:nth-of-type(2),
#Flow li:nth-of-type(3) {
    background-color: #ffffff;
    border: solid 2px #eaeaea;
}
#Flow li:nth-of-type(1)::before,
#Flow li:nth-of-type(2)::before,
#Flow li:nth-of-type(3)::before {
    border-color: transparent transparent #f3f3f3 transparent;
}
#Flow li:nth-of-type(1)::after {
    background-image: url(../img/common/arrow_right001.png);
}
#Flow li:nth-of-type(1) dl {
    background-image: url(../img/common/icon008.png);
}
#Flow li:nth-of-type(1) dt .abel,
#Flow li:nth-of-type(2) dt .abel,
#Flow li:nth-of-type(3) dt .abel {
    box-sizing: border-box;
    background-color: #55a93a;
    height: 64px;
    width: 64px;
    min-height: 64px;
    min-width: 64px;
    max-height: 64px;
    max-width: 64px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Flow li:nth-of-type(1) dt .abel span,
#Flow li:nth-of-type(2) dt .abel span,
#Flow li:nth-of-type(3) dt .abel span {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: -17px;
}

#Flow li:nth-of-type(2)::after {
    background-image: url(../img/common/arrow_right002.png);
}
#Flow li:nth-of-type(2) dl {
    background-image: url(../img/common/icon009.png);
}
#Flow li:nth-of-type(3)::after {
    background-image: none;
}
#Flow li:nth-of-type(3) dl {
    background-image: url(../img/common/icon011.png);
}

#Flow li:nth-of-type(4) dl {
    background-image: url(../img/common/icon014.png);
}

#Flow li:nth-of-type(5) dl {
    background-image: url(../img/common/icon012.png);
}

#Flow li:nth-of-type(6) dl {
    background-image: url(../img/common/icon013.png);
}

#Flow li:nth-of-type(7) dl {
    background-image: url(../img/common/icon010.png);
}

#Flow li:nth-of-type(8) dl {
    background-image: url(../img/common/icon016.png);
}

/*------------------------------------------------
Footer
------------------------------------------------*/
footer {
    background-color: #313131;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 50px 20px;
    position: relative;
    z-index: 10;
}
footer span,
.f_center small {
    color: #ffffff;
}
footer .f_left {
    letter-spacing: 1px;
    width: 70%;
}
footer .f_left span:not(.text){
    width: 200px;
    height: 31px;
    line-height: 100px;
    background-image: url(../img/common/footer_logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    max-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
footer .f_left span a {
    width: 100%;
    padding-top: 44px;
    height: 0;
    display: block;
}
footer .f_left p a {
    display: block;
    margin-top: 6px;
    color:white;
    font-weight: bold;
}
footer .f_right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
    /*width: 380px;*/
}
footer .f_center {
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
footer > div div {
    width: 100%;
    line-height: 1.5;
}
footer .f_right ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
footer li:not(:last-of-type) a {
    margin-right: 10px;
}
footer li {
    line-height: 1.7;
}
footer p:not(:p_text):first-of-type {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 15px;
}
footer p:not(:p_text):last-of-type,
footer li a {
    font-size: 1.2rem;
}
footer a[href^='tel:'] {
    font-family: 'Abel', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
    font-size: 4rem;
    background-image: url(../img/common/tel_icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 48px;
    display: block;
    margin: 2px 0 7px;
}
footer .fa-angle-right {
    margin-right: 5px;
}
.p_mark {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.p_mark p {
    font-size: 1rem;
    margin-top: 0;
    line-height: 1.5;
}
.p_mark a {
    display: block;
    padding: 5px;
    background-color: #fff;
    width: 85px;
    /*height: 85px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
}
.p_mark img {
    width: 100%;
    display: block;
}
footer,
footer a {
    color: #fff;
}

/*------------------------------------------------
Modal Custom
------------------------------------------------*/

.modal-inner {
    color: #333;
}

/*.modal-inner dl {
	margin-bottom: 30px;
}*/

.modal-inner dt {
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 1.1;
}
.modal-inner .headline-list-body dt {
    padding: 0;
}

.modal-inner dd {
    font-size: 1.2rem;
    padding-bottom: 20px;
    background-size: cover;
}

.modal-inner ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

/*.modal-inner li {
	width: 50%;
	margin-bottom: 15px;
}*/

.modal-inner li a {
    font-size: 1.6rem;
    display: block;
}

.modal-inner label {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    /*	margin-right: 10px;
	margin-bottom: 14px;*/
    cursor: pointer;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.modal-inner label > input[type='checkbox'],
.modal-inner label > input[type='radio'] {
    margin: 0 7px 0 0;
}

/*
.modal-inner label:last-of-type {
	margin-bottom: 0;
}
*/

.modal-inner input[type='checkbox'] {
    margin: 0 10px 0 0;
}

/*.modal-inner .btn2 {
	width: 96px;
	height: 39px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto 20px;
}*/

#modal-content dt {
    letter-spacing: 2px;
}

#modal-content .now-loading {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

/*#modal-content dt::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 30px;
	height: 1px;
	background-color: #333333;
	margin: 0 auto;
}*/

#modal-content .headline-list-body .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    height: 65px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#modal-content .modal_body {
    padding: 30px;
}

#modal-content .modal_body ul {
    justify-content: space-between;
}

#modal-content .modal_body li {
    width: 48%;
}
#modal-content .headline-list-body .modal_body li {
    margin-bottom: 15px;
}

#modal-content .modal_body a {
    display: block;
    border: 1px solid #cccbcb;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#modal-content .modal_body dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

#modal-content .modal_body dt {
    text-align: left;
    line-height: 1.3;
}

#modal-content .modal_body dd {
    padding-bottom: 0;
    width: 70px;
    height: 100%;
    margin-right: 12px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#modal-content .m_column .modal_body dd {
    width: 90px;
}

#modal-content .m_column .modal_body dd {
    width: 90px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#modal-content .modal_body .f_list_icon1 {
    background-image: url(../img/top/modal_icon001.jpg);
}

#modal-content .modal_body .f_list_icon2 {
    background-image: url(../img/top/modal_icon002.jpg);
}

#modal-content .modal_body .f_list_icon3 {
    background-image: url(../img/top/modal_icon003.jpg);
}

#modal-content .modal_body .u_list_icon1 {
    background-image: url(../img/top/item_bg001.jpg);
}
#modal-content .modal_body .u_list_icon2 {
    background-image: url(../img/top/item_bg002.jpg);
}
#modal-content .modal_body .u_list_icon3 {
    background-image: url(../img/top/item_bg003.jpg);
}
#modal-content .modal_body .u_list_icon4 {
    background-image: url(../img/top/item_bg004.jpg);
}
#modal-content .modal_body .u_list_icon5 {
    background-image: url(../img/top/item_bg005.jpg);
}
#modal-content .modal_body .u_list_icon6 {
    background-image: url(../img/top/item_bg006.jpg);
}
#modal-content .modal_body .u_list_icon7 {
    background-image: url(../img/top/item_bg005.jpg);
}
#modal-content .modal_body .u_list_icon8 {
    background-image: url(../img/top/item_bg014.jpg);
}

#modal-content .modal_body i {
    color: #55a93a;
    font-size: 3rem;
}

/* 常勤 */
.f-list-icon1 {
    background-image: url(../img/top/icon19.svg);
}
.f-list-icon2 {
    background-image: url(../img/top/icon01.svg);
}
.f-list-icon3 {
    background-image: url(../img/top/icon02.svg);
}
.f-list-icon4 {
    background-image: url(../img/top/icon05.svg);
}
.f-list-icon5 {
    background-image: url(../img/top/icon06.svg);
}
.f-list-icon6 {
    background-image: url(../img/top/icon03.svg);
}
.f-list-icon7 {
    background-image: url(../img/top/icon04.svg);
}
.f-list-icon8 {
    background-image: url(../img/top/icon07.svg);
}
.f-list-icon9 {
    background-image: url(../img/top/icon08.svg);
}

/* 非常勤 */
.f-list-icon10 {
    background-image: url(../img/top/icon13.svg);
}
.f-list-icon11 {
    background-image: url(../img/top/icon14.svg);
}
.f-list-icon4 {
    background-image: url(../img/top/icon05.svg);
}
.f-list-icon12 {
    background-image: url(../img/top/icon15.svg);
}
.f-list-icon13 {
    background-image: url(../img/top/icon09.svg);
}
.f-list-icon14 {
    background-image: url(../img/top/icon16.svg);
}
.f-list-icon15 {
    background-image: url(../img/top/icon11.svg);
}
.f-list-icon16 {
    background-image: url(../img/top/icon21.svg);
}
.f-list-icon20 {
    background-image: url(../img/top/icon20.svg);
}
.f-list-icon22 {
    background-image: url(../img/top/icon10.svg);
}
.f-list-icon23 {
    background-image: url(../img/top/icon12.svg);
}
.f-list-icon24 {
    background-image: url(../img/top/icon17.svg);
}
.f-list-icon25 {
    background-image: url(../img/top/icon18.svg);
}

.modal-inner .headline-list {
    max-height: 350px;
    height: auto;
    margin-bottom: 50px;
    width: 100%;
    display: block;
}

.modal-inner .headline-list dl {
    margin-bottom: 0;
}

.modal-inner .headline-list li {
    border-bottom: 1px solid #eaeaea;
}

.headline-list dt,
.headline-list dd {
    text-align: left !important;
}

.modal-inner .headline-list dt {
    font-size: 1.2rem;
    color: #858585;
    margin-bottom: 6px;
}

.modal-inner .headline-list dd {
    font-size: 1.5rem;
    color: #333;
    padding-bottom: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    margin-top: 0 !important;
}

.modal-inner .headline-list dt::after {
    display: none;
}

.modal-inner .headline-list li {
    width: 100%;
}

.modal-inner .headline-list a {
    padding: 20px 20px 0;
}

.modal-inner .headline-list-body .desc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.modal-inner .headline-list-body .login_keep {
    display: block;
}

.modal-inner .headline-list-body .desc > a {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 46%;
    margin: 0;
}

.modal-inner .headline-list-body .login_keep ul {
    margin: 10px auto 0;
    width: 540px;
    justify-content: center;
}

.modal-inner .headline-list-body .login_keep li {
    height: 50px;
    width: 44%;
}

.modal-inner .headline-list-body .login_keep a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.headline-list-body .desc {
    text-align: center;
}

.headline-list-body .desc p {
    /*margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;*/
    width: 540px;
    /*margin: auto;*/
}

.headline-list-body .login_keep p {
    margin: 0 auto;
}

.headline-list-body .desc p > span:first-child {
    /*width: 370px;*/
    /*text-align: left;*/
    line-height: 1.5;
    display: block;
    text-align: center;
    padding: 20px 0 10px;
}

.headline-list-body .desc p a {
    font-size: 1.5rem;
    height: 50px;
    width: inherit;
    line-height: 1;
    padding-top: 12px;
    display: inline-block;
    padding: 17px;
    width: 170px;
}

.modal-inner .headline-list-body dl {
    margin-bottom: 0;
}

.modal-inner .modal-close {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.sample-table {
    border-collapse: collapse;
    margin-bottom: 50px;
}

.sample-table,
.sample-table th,
.sample-table td {
    border: solid 1px #000;
}

.sample-table th,
.sample-table td {
    padding: 20px;
    font-size: 18px;
}

/*------------------------------------------------
404 page
------------------------------------------------*/

main.common-result {
    padding-top: 20px;
    margin-bottom: 100px;
    display: block;
}

main.common-result h2 {
    width: 1000px;
    max-width: 100%;
    font-size: 16px;
    line-height: 160%;
    margin: auto;
    padding-top: 40px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

main.common-result h2 i {
    font-size: 60px;
    color: #55a93a;
}

main.common-result h2 span {
    display: block;
    font-size: 28px;
    text-align: center;
    line-height: 1;
    padding-top: 20px;
}

main.common-result.page-content {
    width: 1000px;
    max-width: 100%;
    font-size: 16px;
    line-height: 160%;
    margin: auto;
    padding-top: 40px;
}

main.common-result .page-content ul {
    width: 350px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: auto;
    padding: 0;
}

main.common-result .page-content ul a {
    width: 140px;
    text-align: center;
    height: 50px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/*------------------------------------------------
Job Search
------------------------------------------------*/

h2 {
    font-family: 'Abel', sans-serif;
    letter-spacing: 5px;
    font-weight: normal;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 span {
    z-index: 1;
}

h2 span span {
    letter-spacing: 2px;
}

#Job_search {
}

#Job_search h2 {
    text-align: center;
    height: -webkit-calc((100vw - 40px) / 5);
    height: calc((100vw - 40px) / 5);
    max-height: 240px;
    position: relative;
    background-color: #fff;
    font-size: 4rem;
}

#Job_search h2 span span {
    display: block;
    font-size: 1.4rem;
}

#Job_search h2::before,
#Job_search h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

#Job_search h2::before {
    background-image: url(../img/top/sec_bg001.jpg);
    background-position: top left;
    left: 0;
}

#Job_search h2::after {
    background-image: url(../img/top/sec_bg002.jpg);
    background-position: top right;
    right: 0;
}

#Job_search > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#Job_search > ul li.active {
    border-top: 3px solid #55a93a;
    background-color: #fff;
    opacity: 1;
    padding: 1.2em 3%;
}

#Job_search > ul li {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
    width: 32.7%;
    padding: 1.5% 3%;
    font-size: 2rem;
    cursor: pointer;
    color: #9e9e9e;
}

#Job_search > ul .fa {
    color: #55a93a;
    margin-right: 1%;
}

#Job_search > form {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Job_search > form input {
    border: 1px solid #ccc;
    height: 100%;
    margin: 0 10px;
    width: 390px;
    padding: 0 15px;
}

#Job_search > form .btn2 {
    height: 100%;
    width: 93px;
}

#Job_search > form .fa {
    margin-right: 5px;
}

.tab_list {
    padding: 50px;
    margin-bottom: 30px;
}

.tab_list > div {
    display: none;
}

.tab_list .active {
    display: block;
    position: relative;
}

.tab_list dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.tab_list dl:first-of-type {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.tab_list dt {
    color: #55a93a;
    background-color: #ffebf7;
    font-weight: bold;
    width: 124px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    min-height: 40px;
}

.tab_list dd {
    width: 100%;
}

.tab_list .search_btn {
    bottom: 0;
    right: 0;
    text-align: right;
    width: 100%;
    height: 50px;
    margin-top: 15px;
}

.tab_list .search_btn input {
    display: block;
    margin-left: auto;
}

.tab_list .search_btn .btn1 {
    position: relative;
    bottom: 4px;
    margin-left: 10px;
}

.tab_list .btn1,
.tab_list .btn2 {
    width: 100%;
    max-width: 200px;
}

.tab_list .btn1 {
    border: 1px solid #55a93a;
    color: #55a93a;
    font-weight: bold;
    display: inline-block;
    height: 50px;
}

.tab_list .btn2 {
    color: #fff;
    font-size: 2.6rem;
    height: 50px;
    display: inline-block;
}

.tab_list .btn2 .fa {
    margin-right: 2%;
    font-size: 2.5rem;
    position: relative;
    bottom: 2px;
}

.tab_list label {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 14px;
    min-width: 220px;
}

/*
.tab_list label:last-of-type {
	margin-bottom: 0;
}
*/

.tab_list input[type='checkbox'] {
    margin: 0 10px 0 0;
}

.tab_list .select_area dt {
    height: 40px;
}

.tab_list .select_area dd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.tab_list .select_area select,
.tab_list .select_area .btn1 {
    height: 40px;
}

.tab_list .select_area select {
    width: 170px;
}

.tab_list .select_area .btn1 {
    width: 170px;
    display: inline-block;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tab_list .select_area .fa {
    margin-left: 10px;
    font-size: 1.2rem;
}

.tab_list .select_list {
    font-size: 1.2rem;
    color: #55a93a;
    width: 100%;
    padding: 5px;
    background-color: #ffebf7;
    margin-top: 10px;
    line-height: 1.4;
}

.tab_list .select_list > span {
    font-weight: bold;
}

.tab_list .aboutHope .fa {
    display: none;
}

.tab_list select {
    width: 170px;
    height: 40px;
}

.station-form .btn2 {
    height: 100%;
    width: 93px;
}

.tab_list .tab-form .btn2 {
    max-width: 93px;
    height: 40px;
    font-size: 1.4rem;
}

.tab_list .tab-form .btn2 .fa {
    font-size: 1.3rem;
    margin-right: 5%;
    top: 0px;
}

.tab_list select,
.tab_list .btn1 {
    height: 40px;
}

.tab_list .btn1 {
    width: 160px;
    display: inline-block;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*margin-left: 10px;*/
}

.form-inner {
    -webkit-display: flex;
    display: flex;
}

.tab_list .form-inner .btn1 {
    width: 160px;
    height: 40px;
    -webkit-display: inline-flex;
    display: inline-flex;
    margin-right: 10px;
}

.tab_list .form-inner .btn1 .fa {
    margin-left: 10px;
    font-size: 1.2rem;
}

.tab-form input[type='text'] {
    border: 1px solid #ccc;
    margin: 0 10px 0 0;
    width: 340px;
    padding: 0 15px;
}

#LineSelect {
    display: block;
}
#CalendarSelect_nikin,
#CalendarSelect_tochoku {
    display: block;
}

/* タブ */

.tab-body {
    display: none;
}

.tab-body.tab-active {
    display: block;
}

.frame_privacy {
    height: 120px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}

.notice_privacy {
    height: 96px;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    text-align: left;
    padding: 10px;
    overflow: scroll;
}

p.text {
    text-align: center;
    margin-bottom: 8px;
}

span.wpcf7-not-valid-tip {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .page-id-17379 .table_layout {
        margin: 40px 0;
    }
    .page-id-17379 .table_layout dt {
        width: 160px;
    }
    .page-id-17379 .table_layout dd {
        width: 838px;
    }
    .page-id-17379 .table_layout dt,
    .page-id-17379 .table_layout dd {
        padding: 20px;
    }
}

.special_search_form select {
    width: 90px;
    text-align: center;
    padding-left: 10px;
}
.sel_c_2,
.sel_c_3 {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
}
.sel_c_3 .fa,
.sel_c_2 .fa {
    display: none;
}
.sel_c_3 span,
.sel_c_2 span {
    color: #613c1b;
    font-size: 16px;
    margin-right: 5px;
}
.tab_list select {
    width: 90px;
    text-align: center;
    padding-left: 10px;
}
.tab_list select#form-pref {
    width: auto;
}

.sel_c_2 select,
.sel_c_3 select {
    margin-right: 5px;
}
.sel_c_2 span:last-child,
.sel_c_3 span:last-child {
    color: #333333;
    font-size: 1.4rem;
}

.sel_c_3 span:last-child:after,
.sel_c_2 span:last-child:after {
    content: '以上';
}
.special_search_form select,
.tab_list .btn1 {
    height: 40px;
}

/*------------------------------------------------
Responsive
------------------------------------------------*/

@media screen and (max-width: 1200px) {
    .headline-list-body .desc p {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .headline-list-body .desc p > span:first-child {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    .modal-inner .headline-list-body .login_keep {
        padding: 0 3%;
    }
    .modal-inner .headline-list-body .login_keep ul {
        width: 100%;
    }
}

@media screen and (min-width: 767px) {
    .accordion:hover {
        cursor: pointer;
    }
    .accordion:hover ul {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    footer {
        display: block;
    }
    footer > div:last-of-type {
        margin-top: 5%;
    }
}

@media screen and (max-width: 767px) {
    /*	.nav_list a i{
		margin-right:3px;
	}*/
    /*------------
  All
  ------------*/
    html,
    body {
        font-size: 8px;
    }

    body {
        font-size: 1.4rem;
        min-width: 100%;
    }

    select,
    input[type='text'] {
        font-size: 12px !important;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .right_fixed {
        display: none;
    }

    .breadcrumb {
        margin-top: 59px;
        overflow: scroll;
    }
    .breadcrumb li {
        white-space: nowrap;
    }

    /*.breadcrumb li:not(:first-child),
	.breadcrumb li:not(:first-child) span {
		overflow: hidden;
	}
	.breadcrumb li:not(:first-child) span span {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.breadcrumb li:nth-of-type(even) {
		display: none;
	}
	.breadcrumb li:not(:last-of-type) a span::after {
		content: '\f105';
		font-family: FontAwesome;
		display: inline-flex;
		-ms-align-items: center;
		align-items: center;
		font-size: 1.3rem;
		margin-left: 5px;
	}*/

    /*------------
  Header
  ------------*/
    .panel-btn {
        display: inline-block;
        position: relative;
        background-color: #55a93a;
    }

    .panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 4px;
        margin: -2px 0 0 -10px;
        background: #fff;
        transition: 0.2s;
    }

    .panel-btn-icon::before,
    .panel-btn-icon::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 4px;
        background: #fff;
        transition: 0.3s;
    }

    .panel-btn-icon::before {
        margin-top: -10px;
    }

    .panel-btn-icon::after {
        margin-top: 6px;
    }

    .panel-btn .close {
        background: transparent;
    }

    .panel-btn .close::before,
    .panel-btn .close::after {
        margin-top: 0;
    }

    .panel-btn .close::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .panel-btn .close::after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    h1 {
        background-repeat: no-repeat;
        border-right: none;
        max-height: 26px;
        display: block;
        box-sizing: border-box;
        padding: 0 3%;
        font-size: 1.3rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-top: 5px;
    }
    h1 a {
        padding: 30% 0 0;
    }
    .topAddContents .tag {
        margin-right: 3px;
    }

    header {
        box-sizing: border-box;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        justify-content: space-between;
        align-items: center;
        width: 100%;
        display: block;
        text-align: center;
        z-index: 50;
    }
    header .sp {
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: 60px;
        top: 0;
        z-index: 40;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px rgba(4, 0, 0, 0.08);
        -moz-box-shadow: 0 2px 4px rgba(4, 0, 0, 0.08);
        box-shadow: 0 2px 4px rgba(4, 0, 0, 0.08);
    }
    header .sp li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    header .sp li.panel-btn {
        border-left: none;
    }
    header .sp li.head_logo {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        border-right: none;
        max-height: 60px;
        height: 100%;
        margin-left: 3%;
        border-left: none;
        width: 100%;
        margin-top: 0;
        margin-right: auto;
        max-width: 250px;
    }
    header .sp .open-history-btn img {
        width: 33%;
        margin-bottom: 3px;
    }
    header .sp li.head_logo a {
        width: 100%;
        padding-top: 30px;
        height: 0;
        display: block;
        background-image: url(../img/common/header_logo.png);
        background-repeat: no-repeat;
        background-position: center left;
        -webkit-background-size: contain;
        background-size: contain;
        background-color: transparent;
        margin-right: 10px;
        color: #ffffff;
    }
    header .sp li.tbc {
        margin-left: auto;
        position: relative;
    }
    header .sp li.tbc span {
        position: absolute;
        top: 3px;
        right: 3px;
        min-width: 35%;
        height: 35%;
        background-color: #db0000;
        color: #fff;
        font-weight: normal;
        border-radius: 50%;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        font-size: 1.2rem;
    }
    header .sp li:nth-of-type(n + 2) {
        width: 60px;
        min-width: 60px;
        border-left: 1px solid #e7e7e7;
    }
    header .sp li a {
        height: 100%;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    header .sp .fa {
        display: block;
        font-size: 2rem;
        margin-bottom: 3px;
    }
    header .sp .fa-star {
        color: #ffc834;
    }
    header .sp .fa-medkit {
        color: #b2885f;
    }

    nav {
        position: fixed;
        transition: top 1000ms 0s ease;
        display: block;
        top: -150%;
        left: 0;
        z-index: 30;
        background-color: #fff;
        width: 100vw;
        height: 100%;
        overflow: auto;
    }
    nav > ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -webkit-calc(3% + 60px);
        margin-top: calc(3% + 60px);
        padding-left: 0;
        height: auto;
        overflow: auto;
        margin-bottom: 20px;
    }
    nav > ul > li:nth-last-of-type(n + 4):not(:first-child) {
        margin-left: 0;
    }
    nav > ul > li.login_btn,
    nav > ul > li.regist,
    nav > ul > li.logout,
    nav > ul > li.mypage {
        width: 46%;
        height: 37px;
        margin-bottom: 10px;
    }
    nav > ul > li.regist {
        width: 100%;
        height: 37px;
        margin-bottom: 10px;
    }
    nav > ul li.login_btn a,
    nav > ul li.regist a,
    nav > ul li.logout a,
    nav > ul li.mypage a {
        font-size: 1.6rem;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center;
        padding: 12px 0;
        font-weight: bold;
    }
    nav > ul li.login_btn {
        color: #55a93a;
        padding-left: 3%;
    }
    nav > ul li.logout {
        color: #55a93a;
        padding-right: 3%;
    }
    nav > ul li.login_btn:hover,
    nav > ul li.logout:hover {
        opacity: 0.5;
    }
    nav > ul li.login_btn .fa,
    nav > ul li.logout .fa {
        color: #55a93a;
    }
    nav > ul li ul li.login_btn a,
    nav > ul li ul li.logout a,
    nav > ul li.login_btn a,
    nav > ul li.logout a {
        border: 1px solid #333333;
        background-color: #ffffff;
        color: #333333;
    }
    nav > ul li.regist {
        color: #fff;
        padding: 3%;
    }
    nav > ul li.mypage {
        color: #fff;
        padding-left: 3%;
    }
    nav > ul li.regist:hover,
    nav > ul li.mypage:hover {
        opacity: 0.8;
    }
    nav > ul li.regist a,
    nav > ul li.mypage a {
        background-color: #55a93a;
        color: #fff;
    }
    nav > ul li.regist a::after {
        content: '(無料)';
    }
    nav > ul li.accordion {
        padding-top: 0;
    }
    nav > ul li.accordion ul {
        position: static;
        margin-top: 0;
        width: 100vw;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    nav > ul li.accordion span {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        padding: 5.4% 3%;
        position: relative;
        /*font-weight: bold;*/
    }
    nav > ul li.accordion span::after {
        content: '\f0fe';
        font-family: FontAwesome;
        color: #55a93a;
    }
    nav > ul li.accordion span.open::after {
        content: '\f146';
    }
    nav > ul li.accordion > a {
        padding: 0;
    }
    nav > ul li.accordion li a {
        padding: 4% 3% 4% 23px;
        background-color: #ffffff;
    }
    nav > ul li.accordion li a::after {
        content: '\f105';
        color: #55a93a;
        font-family: FontAwesome;
        font-weight: bold;
        font-size: 2.5rem;
    }
    nav > ul li.guide a,
    nav > ul li.recruit a {
        padding: 4% 3%;
    }
    nav > ul li.guide a::after,
    nav > ul li.recruit a::after {
        content: '\f105';
        color: #55a93a;
        font-family: FontAwesome;
        font-weight: bold;
        font-size: 2.5rem;
    }
    nav > ul li.nav_form {
        background-color: #f1f1f1;
        padding: 5% 3%;
    }
    nav > ul li.nav_form .btn1,
    nav > ul li.nav_form .btn2 {
        width: 100%;
        height: 40px;
        margin-right: 0;
        position: relative;
        text-align: center;
        display: block;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    nav > ul li.nav_form form:last-of-type .btn2 {
        width: 40px;
    }
    nav > ul li:not(.nav_form):not(.login_btn):not(.regist):not(.logout):not(.mypage):not(.pc) {
        min-height: 39px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        font-size: 1.6rem;
    }
    body.dr_f .nav_list_feature li:not(.dr_f),
    body.dr_p .nav_list_feature li:not(.dr_p),
    body.dr_s .nav_list_feature li:not(.dr_s),
    body.dr_c .nav_list_feature li:not(.dr_c) {
        display: none !important;
    }
    nav > ul > li:nth-of-type(n + 2) {
        border-top: 1px solid #dddddd;
        width: 100%;
        margin-bottom: 0;
    }
    nav > ul > li:nth-of-type(n + 2) a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.6rem;
    }
    nav > ul > li:nth-of-type(n + 34) i {
        font-size: 2.1rem;
    }
    nav > ul > li:nth-of-type(n + 34):last-of-type {
        border-top: none;
        border-bottom: 1px solid #b0b0b0;
    }
    nav > ul > li:nth-of-type(n + 8) {
        border-left: none;
    }
    nav > ul > li:last-of-type {
        text-align: left;
    }
    nav .nav_right {
        border-left: 0px solid #eaeaea;
    }
    nav .nav_right a {
        background-image: none;
        border-left: 0px solid #eaeaea;
    }
    nav label {
        width: 100%;
        display: block;
        font-size: 1.8rem;
        /*font-weight: bold;*/
        margin-bottom: 2%;
    }
    nav label:not(:first-of-type) {
        width: 25%;
        height: 40px;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        -ms-align-items: center;
        align-items: center;
    }
    nav form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    nav form:first-of-type {
        margin-bottom: 6%;
    }
    nav form:first-of-type span {
        font-size: 2rem;
        /*padding-left: 5px;*/
    }
    nav input[type='text'] {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        border: 1px solid #b0b0b0;
        border-right: none;
        padding-left: 3%;
        height: 40px;
        box-sizing: border-box;
    }
    nav select {
        height: 40px;
    }
    nav .nav_form select {
        width: 75%;
        margin-bottom: 3%;
        border: 1px solid #cccccc;
    }
    nav select:first-of-type {
        /*width: 20%;*/
    }
    nav select:nth-of-type(2) {
        /*width: 30%;*/
    }
    nav select:last-of-type {
        /*    width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);*/
    }
    nav form:last-of-type .btn2 span {
        display: none;
    }
    nav.on {
        top: 0px;
        transition: top 1000ms 0s ease;
    }
    nav .fa {
        /*color: #fff;*/
        padding-right: 0;
    }

    .bottom_fixed.common_contents {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 3%;
        justify-content: space-between;
        height: auto;
    }

    /*------------
  Main
  ------------*/
    .common_contents {
        padding: 0 3%;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
    }
    .common_contents li:first-of-type {
        width: 47.5%;
    }
    .common_contents li:last-of-type {
        width: 47.5%;
    }
    .common_contents .btn1,
    .common_contents .btn2 {
        width: 100%;
        margin-left: 0;
        font-size: 1.6rem;
    }
    .common_contents a {
        height: 40px;
    }

    .table_layout {
        margin: 15% 3%;
    }
    .table_layout dt,
    .table_layout dd {
        width: 100%;
        padding: 5%;
    }
    .table_layout dt {
        position: relative;
    }
    .table_layout dd {
        border-left: none;
    }
    .table_layout dd:first-of-type {
        border-top: 1px solid #eaeaea;
    }

    aside > dl {
        padding: 0 10px 20px 10px;
    }

    /*------------
  Flow
  ------------*/
    #Flow {
        width: 100%;
    }
    #Flow ul {
        margin: 0 3%;
    }
    #Flow li {
        height: 156px;
        width: 100%;
    }
    #Flow li::before {
        border-width: 0 0 136px 136px;
    }
    #Flow li:not(:last-of-type)::after {
        display: none;
    }
    #Flow li {
        width: 100%;
        height: 140px;
    }
    #Flow li:nth-of-type(-n + 3)::after {
        display: none;
    }
    #Flow li:nth-of-type(n + 1) dl {
        display: block;
    }
    #Flow li dt {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        /* padding-bottom: 6px; */
        /* display: block; */
        height: auto;
        width: 100%;
        padding-right: 0;
        line-height: 1;
        font-size: 2.7rem;
    }
    #Flow li:nth-of-type(n + 1) dt .abel {
        font-size: 2rem;
        /* padding-right: 2%; */
        margin-right: 2%;
    }
    #Flow li:nth-of-type(n + 1) dt .abel span {
        font-size: 2.4rem;
    }
    #Flow li:nth-of-type(n + 1) dd {
        margin-top: 6px;
        line-height: 1.4;
        font-size: 1.6rem;
        padding: 8px;
        font-weight: normal;
    }
    #Flow li:nth-of-type(n + 1) dd br {
        display: none;
    }
    #Flow li:nth-of-type(-n + 3)::before {
        border-width: 0 0 136px 136px;
    }
    #Flow li:nth-last-of-type(n + 2) {
        margin-bottom: 2%;
        height: 140px;
    }
    #Flow li:last-of-type {
        background-size: 10%;
    }
    #Flow li {
        background-color: #ffffff;
        border: solid 2px #eaeaea;
    }
    #Flow li dt .abel {
        box-sizing: border-box;
        background-color: #55a93a;
        height: 64px;
        width: 64px;
        min-height: 64px;
        min-width: 64px;
        max-height: 64px;
        max-width: 64px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #Flow li:nth-of-type(-n + 3) {
        width: 100%;
    }

    /*------------
  Aside
  ------------*/
    aside {
        display: none;
    }

    /*------------
  Footer
  ------------*/
    footer {
        padding: 0;
    }
    footer p:first-of-type {
        margin-top: 0;
    }
    footer > div {
        box-sizing: border-box;
    }
    footer > div:first-of-type {
        text-align: center;
        padding: 6% 3%;
        /*background-color: #f1f1f1;*/
        background-color: #191919;
        /*color: #444444;*/
        color: #ffffff;
    }
    /*
	footer>div:first-of-type a {
		padding: 0;
		background-image: none;
		background-color: #fff;
		width: 98%;
		color: #55a93a;
		font-size: 3.6rem;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		padding: 10px 0;
		height: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: solid 1px #dddddd;
	}
	*/
    footer > div:first-of-type p {
        font-weight: normal;
        font-size: 3.49vw;
    }
    footer > div:first-of-type span {
        display: none;
    }
    footer > div:last-of-type {
        background-color: #313131;
        margin-top: 0;
        justify-content: space-between;
    }
    footer > div div:not(.p_mark) {
        padding: 3% 3% 0;
    }
    footer > div span,
    footer > div small {
        text-align: center;
    }
    footer ul {
        width: 44%;
    }
    footer ul:first-of-type {
        padding-left: 3%;
    }
    footer ul:last-of-type {
        padding-right: 3%;
    }
    footer li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-align-items: center;
        align-items: center;
        font-size: 1.6rem;
    }
    footer .fa-angle-right {
        display: block;
        font-weight: bold;
        font-size: 1.9rem;
        margin-right: 0;
    }
    footer a[href^='tel:'] {
        margin: 2%;
        position: relative;
        /*height: 40px;*/
        font-size: 2rem;
        color: #188260;
        padding: 2rem 0vw;
        background-image: none;
        background: #ffffff;
    }
    footer .f_left {
        width: 100%;
    }
    footer li:not(:last-of-type) a {
        margin: 0;
    }
    .p_mark {
        padding: 0 5% 3%;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .f_center {
        line-height: 1.5;
        padding-top: 3%;
        padding-bottom: 3%;
        border-top: 1px solid #aaaaaa;
    }
    footer span,
    .f_center small {
        display: block;
    }
    footer .f_right {
        background-color: #313131;
        width: 100%;
    }
    footer .f_right ul {
        display: block;
    }
    footer .f_right div:not(.p_mark) {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*------------
  Modal
  ------------*/
    #modal-content {
        width: 100%;
    }

    #modal-inner {
        padding: 14% 0 0 0;
        width: auto;
        margin: 3% 3%;
    }

    .enabled_modal {
        overflow: hidden;
        padding-right: 0;
    }

    #modal-inner dl dd {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        /*display: block;*/
        flex-wrap: wrap;
    }
    #modal-inner .label-name {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
    .modal-inner .headline-list {
        margin-bottom: 20px;
        height: auto;
    }
    .modal-inner .headline-list a {
        padding: 15px 0 0;
    }
    .modal-inner dd {
        padding-bottom: 0;
    }
    #modal-inner .headline-list-body .desc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        padding: 0;
    }
    .modal-inner .headline-list-body .login_keep li {
        margin: 0 auto 20px auto;
        height: auto;
        width: 46%;
    }
    .modal-inner .headline-list-body .login_keep ul {
        justify-content: space-between;
        margin-top: 10px;
    }
    #modal-inner .headline-list-body .desc span {
        width: 100%;
    }
    #modal-inner .headline-list-body .desc .btn1,
    #modal-inner .headline-list-body .desc .btn2 {
        width: 46%;
        margin: 0 auto;
        height: 37px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    #modal-inner .headline-list-body .desc.login_keep a {
        width: 100%;
    }

    /*------------
  求人票の評価
  ------------*/
    #RateOutline {
        padding: 0;
    }
    #RateOutline .outline-inner {
        padding: 20px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #RateOutline dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #RateOutline dl dt {
        height: auto;
        font-size: 1.8rem;
        padding: 5% 0;
    }
    #RateOutline dl dd {
        font-size: 1.6rem;
    }
    #RateOutline ol li {
        height: auto;
    }
    #RateOutline ol li .review {
        margin-right: 15px;
    }
    #RateOutline ol li p br {
        display: none;
    }

    /* Form */
    .notice_privacy {
        height: auto;
    }
    .frame_privacy {
        overflow: auto;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    footer > div:first-of-type p {
        font-size: 2.5vw;
    }
}

/*------------
  column_head
  ------------*/

.column_head {
    width: 1000px;
    max-width: 100%;
    padding: 42px 30px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    background-image: url(../img/column/h2_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0 auto 30px auto;
}

.column_head span,
.column_head h2 {
    width: 100%;
    text-align: left;
    display: block;
}

.column_head span {
    font-family: 'Abel', sans-serif;
    font-size: 40px;
    border-left: none;
    letter-spacing: 5px;
}

.column_head h2 {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    /* font-size: 14px; */
    font-size: 3rem;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .column_head {
        height: 70px;
        padding: 0;
    }
    .column_head h2 {
        /*
		font-size: 2.2vw;
		*/
        font-size: 4vw;
        font-weight: bold;
        display: inline-flex;
        height: 100%;
        align-items: center;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }
}

/*------------
  read_head
  ------------*/

h3.icon_read {
    /* background-image: url(../img/common/icon_capsule.svg); */
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    color: #55a93a;
    line-height: 1.9rem;
    font-size: 1.8rem;
    margin: 0 0 15px 0;
    border-bottom: solid 1px #dadada;
    box-sizing: border-box;
    padding: 0 0 1rem 0;
}

/* １行のみ表示 */
.one_line {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    display: block;
    height: 16px;
}

/*------------
  list-style
  ------------*/
.list-style1 {
    padding: 0;
    margin: 0;
}
.list-style1 li {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.list-style1 li i {
    color: #55a93a;
    margin-right: 5px;
}

.ssl {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.p_mark a {
    margin-left: 20px;
}
footer .f_left {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
@media screen and (max-width: 800px) {
    .ssl {
        -webkit-flex: initial;
        -moz-flex: initial;
        -ms-flex: initial;
        -o-flex: initial;
        flex: initial;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .p_mark {
        margin-top: 25px;
        -webkit-justify-content: center;
        justify-content: center;
        margin-left: 0;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p_mark a {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .ssl {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 !important;
    }
}

.common_contents.entry_btn .btn2 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.btn2.no_regist {
    background-color: #3f742e;
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .common_contents.entry_btn {
        flex-wrap: wrap;
        height: auto;
        padding: 3%;
        justify-content: space-between;
    }
    .common_contents.entry_btn li {
        width: 47.5%;
    }
    .btn2.no_regist {
        margin-left: 0;
    }
    .common_contents.entry_btn .keep-regist {
        margin-top: 4%;
    }
}

@media screen and (max-width: 767px) {
    .common_contents.entry_btn.bottom_fixed li {
        width: 47.5%;
    }
    .common_contents.entry_btn.bottom_fixed li:nth-child(2n) {
        display: none;
    }
    .common_contents.entry_btn.bottom_fixed .keep-regist {
        margin-top: 0;
    }
    .common_contents.entry_btn.bottom_fixed .fa {
        margin-right: 5px;
    }
    .common_contents.entry_btn.bottom_fixed li:last-of-type span {
    }
}
@media screen and (max-width: 374px) {
    .common_contents.entry_btn.bottom_fixed a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    #modal-close {
        top: 10px;
        right: 10px;
    }
    .area_select_info > dl > dt {
        padding: 0 !important;
        font-size: 18px !important;
        margin-bottom: 15px;
        text-align: center !important;
    }
}

/*20190927*/

nav a {
    font-size: 1.4rem;
}
nav .btn1,
nav .btn2 {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
nav .btn1 a,
nav .btn2 a {
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
nav .login_btn,
/*nav .mypage {
	margin-bottom: 10px;
}*/
nav .btn1 a {
    color: #ff7fa6;
}
nav .regist,
nav .logout {
    /*margin-bottom: 24px;*/
}
nav .fa-angle-right {
    color: #55a93a;
    font-weight: bold;
    font-size: 2.5rem;
}
nav i {
    padding-right: 3px;
}
nav > .nav_list > li:nth-of-type(n + 6) a {
    border-left: none;
    padding-right: 0;
}
nav > .nav_list > li:nth-last-of-type(n + 6):not(:first-child) {
    margin-left: 0;
}
nav .nav_list {
    /*display: flex;*/
    height: auto;
    border-bottom: none;
    padding-left: 0;
    position: absolute;
    left: 192px;
    top: -44px;
    width: 580px;
}

nav .fa-id-card-o,
nav .fa-user-circle-o {
    color: #55a93a;
    padding-right: 4px;
}

nav .fa-angle-right {
    color: #55a93a;
    font-weight: bold;
    font-size: 2.5rem;
}

nav .btn1,
nav .btn2 {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.s_nav {
    background-color: #fff;
    z-index: 2;
}
.s_nav .modal ul {
    display: none;
}
.s_nav > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 71px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    padding-left: 20px;
}
.s_nav > ul > li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
}
.s_nav > ul > li:nth-last-of-type(3),
.s_nav > ul > li:nth-last-of-type(4) {
    height: 100%;
}
.s_nav > ul > li {
    margin-left: 22px;
}
.s_nav .recruit {
    margin-left: 0;
}

.s_nav > ul > li .s_nav > ul > li:nth-of-type(n + 6) a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
}
.s_nav > ul > li:nth-of-type(n + 7) {
    border-left: 1px solid #eaeaea;
    height: 100%;
}
.s_nav > ul > li:last-of-type {
    margin-left: 0;
}
.s_nav .head_logo {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 175px;
    border-right: none;
    max-height: 26px;
    margin-left: 0;
}
.s_nav .head_logo a {
    width: 100%;
    padding-top: 27px;
    height: 0;
    display: block;
    background-image: url(../img/common/header_logo.svg);
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: contain;
    background-size: contain;
    transition: opacity 0.3s;
}
.s_nav .nav_right {
    margin-left: auto;
}
.s_nav .nav_right a {
    background-image: url(../img/common/icon007.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding: 0 20px 0 35px;
    height: 100%;
    display: flex;
    align-items: center;
}
.s_nav .recruit a {
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.s_nav .panel-btn {
    display: none;
}
.s_nav .fa {
    color: #55a93a;
    padding-right: 4px;
}
.s_nav a {
    color: #4a4a4a;
}
.s_nav .strage_on {
    display: none;
}
.s_nav.strage {
    transition: background 0.5s ease;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    min-width: 1280px;
}
.s_nav.strage.on {
    background-color: #fff;
}
.s_nav.strage.on > .strage_on {
    border-bottom: 1px solid #eaeaea;
}
.s_nav.strage.on > .strage_on > li:not(.head_logo):not(.panel-btn):not(.sp) {
    left: 0;
}
.s_nav.strage.on .panel-btn {
    margin-left: 0;
}
.s_nav.strage > .strage_on {
    padding-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 71px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
}
.s_nav.strage > .strage_on > li:not(.head_logo):not(.panel-btn) {
    position: relative;
    left: 100%;
    transition: left 1s ease;
}
.s_nav.strage .head_logo {
    padding-left: 0;
    margin-top: 0;
    width: 90px;
    background-position: left 20px center;
}
.s_nav.strage .head_logo a {
    width: 90px;
    padding-top: 71px;
    -webkit-background-size: 335px auto;
    background-size: 335px auto;
    background-position: left 20px center;
    overflow: hidden;
}
.s_nav.strage .head_logo,
.s_nav.strage .panel_btn {
    height: 70px;
    max-height: 100%;
    background-color: #fff;
}
.s_nav.strage .panel-btn {
    display: block;
    position: relative;
    background-color: #55a93a;
    width: 71px;
    margin-left: auto;
    animation-duration: 1s;
    animation-name: fade-in;
    -moz-animation-duration: 1s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fade-in;
}
.s_nav.strage .panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #fff;
    transition: 0.2s;
}
.s_nav.strage .panel-btn-icon::before,
.s_nav.strage .panel-btn-icon::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #fff;
    transition: 0.3s;
}
.s_nav.strage .panel-btn-icon::before {
    margin-top: -12px;
}
.s_nav.strage .panel-btn-icon::after {
    margin-top: 8px;
}
.s_nav.strage .panel-btn .close {
    background: transparent;
}
.s_nav.strage .panel-btn .close::before,
.s_nav.strage .panel-btn .close::after {
    margin-top: 0;
}
.s_nav.strage .panel-btn .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.s_nav.strage .panel-btn .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/*.s_nav>ul>li:nth-last-of-type(n+3):not(:first-child) {
	margin-left: 22px;
}*/
.s_nav .accordion {
    padding-top: 0;
}
.s_nav .accordion:hover ul {
    top: 42px;
}

@media screen and (max-width: 767px) {
    .nav_form ul {
        width: 100%;
    }
    .nav_form ul label {
        width: 25%;
        font-weight: normal;
    }
    .nav_form ul span {
        /*width: 72% !important;*/
    }
    .nav_form .select_list {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .nav_form .accordion {
        padding-top: 0;
    }
    .nav_form .sel_area,
    .nav_form .sel_line {
        display: flex !important;
        border: 1px solid #55a93a !important;
        color: #55a93a;
    }
    .nav_form .sel_area i,
    .nav_form .sel_line i {
        color: #55a93a;
        position: absolute;
        right: 10px;
    }

    .sp_top_header_nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #dddddd;
        width: 100%;
    }
    .sp_top_header_nav ul li {
        width: 46%;
        margin-bottom: 10px !important;
    }
    .sp_top_header_nav ul li a {
        font-size: 1.6rem;
        width: 100%;
        height: inherit !important;
        display: block;
        box-sizing: border-box;
        text-align: center;
        padding: 12px 0;
        font-weight: bold;
        border: 1px solid #55a93a;
    }
    nav {
        background-color: #fff;
    }
    nav .nav_list {
        display: block;
        height: auto;
        border-bottom: none;
        padding-left: 0;
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
    }
    nav > .nav_list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    nav > .nav_list li.accordion > a {
        flex-direction: row;
        background-color: transparent;
        display: flex;
        width: 100%;
        font-size: 1.6rem;
    }
    nav > .nav_list li.accordion .fa {
        display: none;
    }
    nav > .nav_list li.accordion {
    }

    nav > .nav_list li.accordion li {
        width: 100%;
        border-left: none;
        /*border-bottom: 1px solid #e9e4b6;*/
    }
    nav > .nav_list li.accordion li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.6rem;
        padding: 4% 3% 4% 23px;
        background-color: #fffdeb;
    }
    nav > .nav_list li.accordion span {
        box-sizing: border-box;
        height: 100%;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        align-items: center;
        padding: 5.4% 3%;
    }
    .nav > .nav_list > li a {
        padding: 6.5% 3%;
    }

    /*	nav .btn1 {
		margin-left: 3%;
	}*/
    nav .btn2 {
        margin-right: 3%;
        margin-bottom: 0;
    }
    nav > .nav_list > li:nth-of-type(n + 4) > a {
        display: block;
    }
    nav > .nav_list > .login_btn .fa,
    nav > .nav_list > .mypage .fa,
    nav > .nav_list > .logout .fa,
    nav > .nav_list > .regist .fa {
        margin-right: 5px;
    }
    nav > .nav_list > li.nav_form {
        background-color: #f1f1f1;
        padding: 5% 3%;
        border-top: none;
        box-sizing: border-box;
    }
    nav > .nav_list > li.nav_form li {
        margin-bottom: 3%;
    }
    nav > .nav_list > li.nav_form .btn1,
    nav > .nav_list > li.nav_form .btn2 {
        width: 100%;
        height: 40px;
        margin-right: 0;
        position: relative;
        display: block;
        text-align: center;
        font-size: 1.4rem;
    }
    nav > .nav_list > li.guide > a::after,
    nav > .nav_list > li.recruit > a::after,
    nav > .nav_list > li.accordion > a::after {
        display: none;
    }
    nav > .nav_list > li.guide,
    nav > .nav_list > li.recruit {
        border-top: 1px solid #eaeaea;
        width: 100%;
        margin-bottom: 0;
    }
    nav > .nav_list > li.guide a,
    nav > .nav_list > li.search a,
    nav > .nav_list > li.service a,
    nav > .nav_list > li.recruit a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 6.5% 3%;
        box-sizing: border-box;
        font-size: 1.6rem;
        height: 39px;
    }

    a.right_arrow:before {
    }

    nav > .nav_list > li.guide i,
    nav > .nav_list > li.recruit i {
        font-size: 2.5rem;
    }
    nav > .nav_list > li.guide:last-of-type,
    nav > .nav_list > li.recruit:last-of-type {
        border-top: none;
        border-bottom: 1px solid #dddddd;
    }
    nav label {
        width: 100%;
        display: block;
        font-size: 1.8rem;
        /*font-weight: bold;*/
        margin-bottom: 2%;
    }
    nav label:not(:first-of-type) {
        width: 25%;
        height: 40px;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        -ms-align-items: center;
        align-items: center;
    }
    nav .nav_form select {
        width: 75%;
    }
    nav .nav_form select {
        margin-bottom: 3%;
    }

    nav form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    nav form:first-of-type {
        margin-bottom: 6%;
    }

    nav input[type='text'] {
        width: calc(100% - 40px);
        border: 1px solid #b0b0b0;
        border-right: none;
        padding-left: 3%;
        height: 40px;
    }
    nav select {
        height: 40px;
    }
    nav select:first-of-type {
        /* width: 20%; */
    }
    nav select:nth-of-type(2) {
        /*width: 30%;*/
    }
    nav select:last-of-type {
        /*width: calc(50% - 40px);*/
    }
    nav > .nav_list > li.regist a::after {
        display: none;
    }
    .topAddContents {
        padding: 3px 3% 10%;
        display: block;
        -webkit-background-size: contain, cover;
        background-size: contain, cover;
        background-position: bottom right;
        margin-top: 41px;
        min-height: auto;
    }
    .topAddContents nav > ul > li:nth-of-type(n + 3) {
        margin-bottom: 0;
    }
    .topAddContents nav .btn1,
    .topAddContents nav .btn2 {
        width: 49%;
        /*margin: 0 0 10px 0;*/
        height: 37px;
        border: none;
    }
    .topAddContents nav .btn2.mypage,
    .topAddContents nav .btn2.regist {
        background-color: transparent;
    }
    .topAddContents nav .btn1 a,
    .topAddContents nav .btn2 a {
        font-size: 1.6rem;
        width: 100%;
    }
    .topAddContents dl {
        overflow: hidden;
        width: 100%;
        margin: 1% 0 5%;
    }
    .topAddContents dt {
        /*display: none;*/
    }
    .topAddContents dd {
        /*		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;*/
        margin-top: 5px !important;
    }
    .topAddContents dd a:last-of-type {
        /*display: none;*/
        /*margin-top: 5px;*/
    }
    .topAddContents dd a {
        /*width: 12%;*/
        display: inline-block !important;
    }
    .topAddContents dd .date {
        display: block;
        width: 100%;
        font-weight: normal;
    }
    .topAddContents dd .text a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        line-height: 20px;
    }
    .topAddContents dd .text {
        width: -webkit-calc(87% - 30px);
        width: calc(87% - 30px);
        display: inline-block;
        line-height: 1;
    }
    .infonew dd > a {
        margin: 0;
        padding: 0;
        top: -6px;
        position: relative;
    }

    .topAddContents > div:first-of-type {
        width: 100%;
    }
    .topAddContents > div:first-of-type > a {
        display: none;
    }
    .topAddContents > div:not(:first-child),
    .topAddContents > div > a {
        position: relative;
        z-index: 1;
    }

    .topAddContents > div:not(:first-child),
    .topAddContents > div > a {
        position: relative;
        z-index: 1;
        display: block;
    }
    .topAddContents > div:last-of-type {
        margin-top: 100px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .topAddContents > div:last-of-type .update {
        margin: 0 0 20px 0;
        font-weight: bold;
        font-size: 1.2rem;
    }
    .topAddContents > div:last-of-type .update span {
        display: inline;
        font-weight: normal;
        font-size: 1.2rem;
    }
    .topAddContents > div:last-of-type .update .count {
        font-weight: bold;
        font-size: 1.2rem !important;
    }
    .topAddContents > div:last-of-type select,
    .topAddContents > div:last-of-type button {
        height: 45px;
    }
    .topAddContents > div:last-of-type form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left;
    }
    .topAddContents > div:last-of-type form span {
        display: none;
    }
    .topAddContents > div:last-of-type label {
        width: 25%;
        height: 45px;
        display: inline-flex;
        align-items: center;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .topAddContents > div:last-of-type label:not(:last-of-type),
    .topAddContents > div:last-of-type select:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .topAddContents > div:last-of-type select {
        width: 100%;
    }
    .topAddContents > div:last-of-type select:nth-of-type(3) {
        margin-bottom: 5%;
    }
    .topAddContents > div:last-of-type button {
        margin: 0 auto;
        width: 85%;
        height: 45px;
        font-size: 2.4rem;
    }
    .topAddContents > div:last-of-type button span {
        display: inline-block;
    }
    .topAddContents > .sp {
        position: relative;
        z-index: 1;
        width: 55%;
        padding: 3% 5%;
        text-align: center;
        margin: 0 auto;
        box-sizing: border-box;
        line-height: 1.3;
        font-size: 1.7rem;
        margin-top: 5%;
    }
    .topAddContents > .sp span {
        font-size: 1.4rem;
        position: relative;
    }
    .topAddContents > .sp span::before,
    .topAddContents > .sp span::after {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background-color: #ff7fa6;
        position: absolute;
        top: 6px;
    }
    .topAddContents > .sp span::before {
        left: -12px;
        transform: rotate(45deg);
    }
    .topAddContents > .sp span::after {
        right: -9px;
        transform: rotate(125deg);
        bottom: 3px;
    }

    .topAddContents dl {
        font-size: 1.3rem;
    }
    .topAddContents dd .date {
        font-size: 1.4rem;
        font-weight: bold;
    }
}

/*modal css*/
.modal-inner .modal_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 30px;
}

.modal-inner .modal_ttl .des {
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.modal-inner .modal_ttl .des .modal_ttl_icons {
    display: flex;
}

.modal-inner .modal_ttl .nikin,
.modal-inner .modal_ttl .tochoku {
    height: 48px;
    padding-left: 55px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-left: 10px;
    background-position: left center;
}

body.dr_c .modal-inner .modal_ttl .nikin {
    height: 48px;
    padding-left: 10px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-left: 10px;
    background-position: left center;
}

.modal-inner .modal_ttl .nikin {
    background-image: url(../img/top/icon_sun_off.png);
    color: #ff9f00;
}

.modal-inner .modal_ttl .tochoku {
    background-image: url(../img/top/icon_moon_off.png);
    color: #3a5ca9;
    margin-right: 10px;
}

body.dr_c .modal-inner .modal_ttl .nikin {
    background-image: url(../img/top/icon_check_off.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.area_select_info dd:nth-child(2) {
    background-color: #f4f4f4;
    padding: 30px 30px 30px 0;
    justify-content: space-between;
    display: flex;
}

.area_select_info .map_info {
    background-image: url(../img/top/map01.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 580px;
    height: 372px;
}

.area_select_info .area_detail_info dd {
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 0;
}

.area_select_info .area_detail_info ul {
    height: 348px;
    overflow: auto;
}

.area_select_info .area_detail_info li {
    width: 100%;
    margin-bottom: 0;
}

.area_select_info .area_detail_info label {
    border-bottom: 1px solid #d6d6d6;
    min-width: auto !important;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
}

.area_select_info .area_detail_info label.active {
    background-color: #fff4cc;
}

.area_select_info .area_detail_info .count {
    color: #c4c4c4;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

.area_select_info .area_detail_info li:last-child label {
    border-bottom: none;
}

.area_select_info .area_detail_info dt {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0;
    padding: 0;
}

.area_select_info .area_detail_info {
    width: 330px;
}

.area_select_info .map_info li {
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    font-size: 14px;
    padding: 12px 10px;
    width: 138px;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    margin-bottom: 0;
    cursor: pointer;
}

.area_select_info .map_info .active {
    background-color: #ffc600;
    border: 1px solid #ffc600;
    color: #ffffff;
}

.area_select_info .map_info li:nth-child(1) {
    bottom: 35px;
    left: 38px;
}

.area_select_info .map_info li:nth-child(2) {
    top: 118px;
    left: 432px;
}

.area_select_info .map_info li:nth-child(3) {
    top: 144px;
    left: 214px;
}

.area_select_info .map_info li:nth-child(4) {
    top: 196px;
    left: 414px;
}

.area_select_info .map_info li:nth-child(5) {
    top: 267px;
    left: 346px;
}

.area_select_info .map_info li:nth-child(6) {
    top: 321px;
    left: 245px;
}

.area_select_info .map_info li:nth-child(7) {
    top: 13px;
    left: 262px;
}

.area_select_info .map_info li:nth-child(8) {
    top: 216px;
    left: 93px;
}

.area_select_info .map_info li:nth-child(9) {
    top: 49px;
    left: 30px;
}

.modal-inner .bottom_con {
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.modal-inner .bottom_con ul {
    display: flex;
}

.modal-inner .bottom_con li {
    background-color: #55a93a;
    color: #ffffff;
    text-align: center;
    padding: 10px 15px;
    margin-left: 10px;
}

.modal-inner .bottom_con .more:after {
    content: '…';
    color: #55a93a;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 11px;
}

.modal-inner .bottom_con .ttl {
    font-size: 14px;
}

.modal-inner .bottom_con .ttl_label {
    margin-right: 10px;
    flex-shrink: 0;
}

.modal-inner .bottom_con .btn_clear {
    text-decoration: underline;
    background: none;
    margin: 10px;
    flex-shrink: 0;
}
.modal-inner .bottom_con .set-area-btn {
    flex-shrink: 0;
}
.modal-inner .bottom_con .set-line-btn {
    flex-shrink: 0;
}

.modal-inner .bottom_con button.btn_clear:hover {
    opacity: 0.6;
}

.modal-inner .bottom_con .btn2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    margin-left: auto;
    width: 165px;
    height: 49px;
}

/*エリアを絞り込む*/
.modal-inner .area_info .modal_ttl {
    display: flex;
    align-items: center;
    padding: 30px 30px 20px 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.modal-inner .area_info .area {
    background-color: #f4f4f4;
    padding: 30px 50px;
    min-height: 500px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-image: url(/wp-content/themes/th-agent/assets/img/top/map01.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position-x: 40px;
    background-position-y: 60px;
}

.modal-inner .area_info .area .select_pref {
    width: 37%;
}

.modal-inner .area_info .area .select_pref {
    box-sizing: border-box;
}

.modal-inner .area_info .area .select_pref > span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.modal-inner .area_info .area .select_pref .hokkaido,
.modal-inner .area_info .area .select_pref .kanto,
.modal-inner .area_info .area .select_pref .hokuriku,
.modal-inner .area_info .area .select_pref .tokai,
.modal-inner .area_info .area .select_pref .kansai,
.modal-inner .area_info .area .select_pref .chugoku,
.modal-inner .area_info .area .select_pref .shikoku,
.modal-inner .area_info .area .select_pref .kyusyu {
    display: none;
    width: 100%;
}

.modal-inner .area_info .area .select_pref #select_area_pref_inner {
    max-height: 400px;
    min-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #e4e4e4;
    display: flex;
}
.modal-inner .area_info .area .select_pref #select_area_pref_inner label {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
    border-bottom: 1px solid #d6d6d6;
}

.modal-inner .area_info .area input[type='radio'] {
    display: none;
}

.modal-inner .area_info .area .select_pref #select_area_pref_inner::-webkit-scrollbar {
    width: 10px;
}

.modal-inner .area_info .area .select_pref #select_area_pref_inner::-webkit-scrollbar-track {
    background: #eaeaea;
}

.modal-inner .area_info .area .select_pref #select_area_pref_inner::-webkit-scrollbar-thumb {
    background: #787878;
}

#select_area_pref_inner .default_text {
    margin: auto;
}

/*路線を絞り込む*/
.modal-inner .line_info .modal_ttl {
    display: flex;
    align-items: center;
    padding: 30px 30px 20px 30px;
}

.modal-inner .line_info .line {
    background-color: #f4f4f4;
    padding: 30px 50px;
    min-height: 500px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.modal-inner .line_info .line ul {
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.modal-inner .line_info .line li {
    width: 100%;
}

.modal-inner .line_info .line li,
.modal-inner .line_info .line .select_line #select_line_inner label {
    border-bottom: 1px solid #d6d6d6;
}

.modal-inner .line_info .line .select_area {
    width: 25%;
}

.modal-inner .line_info .line .select_pref {
    width: 25%;
}

.modal-inner .line_info .line .select_line {
    width: 40%;
}

.modal-inner .line_info .line .select_area,
.modal-inner .line_info .line .select_pref,
.modal-inner .line_info .line .select_line {
    box-sizing: border-box;
}

.modal-inner .line_info .line .select_area > span,
.modal-inner .line_info .line .select_pref > span,
.modal-inner .line_info .line .select_line > span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.modal-inner .line_info .line .select_pref .hokkaido,
.modal-inner .line_info .line .select_pref .kanto,
.modal-inner .line_info .line .select_pref .hokuriku,
.modal-inner .line_info .line .select_pref .tokai,
.modal-inner .line_info .line .select_pref .kansai,
.modal-inner .line_info .line .select_pref .chugoku,
.modal-inner .line_info .line .select_pref .shikoku,
.modal-inner .line_info .line .select_pref .kyusyu {
    display: none;
    width: 100%;
}

.modal-inner .line_info .line .select_area ul,
.modal-inner .line_info .line .select_pref #select_pref_inner,
.modal-inner .line_info .line .select_line #select_line_inner {
    max-height: 400px;
    min-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #e4e4e4;
}
.modal-inner .line_info .line .select_area ul {
    display: block;
}
.modal-inner .line_info .line .select_pref #select_pref_inner,
.modal-inner .line_info .line .select_line #select_line_inner {
    /*	display: flex;*/
    display: block;
}

.modal-inner .line_info .line .select_area input[type='radio'],
.modal-inner .line_info .line .select_pref input[type='radio'] {
    display: none;
}
.modal-inner .line_info .line .select_area input[type='radio'] + label,
.modal-inner .line_info .line .select_pref input[type='radio'] + label,
.modal-inner .line_info .line .select_line label {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
}
.modal-inner .line_info .line .select_area input[type='radio']:checked + label,
.modal-inner .line_info .line .select_pref input[type='radio']:checked + label {
    background: #fff4cc;
}

.modal-inner .line_info .line .select_area ul::-webkit-scrollbar,
.modal-inner .line_info .line .select_pref #select_pref_inner::-webkit-scrollbar,
.modal-inner .line_info .line .select_line #select_line_inner::-webkit-scrollbar {
    width: 10px;
}

.modal-inner .line_info .line .select_area ul::-webkit-scrollbar-track,
.modal-inner .line_info .line .select_pref #select_pref_inner::-webkit-scrollbar-track,
.modal-inner .line_info .line .select_line #select_line_inner::-webkit-scrollbar-track {
    background: #eaeaea;
}

.modal-inner .line_info .line .select_area ul::-webkit-scrollbar-thumb,
.modal-inner .line_info .line .select_pref #select_pref_inner::-webkit-scrollbar-thumb,
.modal-inner .line_info .line .select_line #select_line_inner::-webkit-scrollbar-thumb {
    background: #787878;
}

#select_pref_inner,
#select_line_inner {
    display: flex;
}
#select_pref_inner .default_text,
#select_line_inner .default_text {
    margin: auto;
}

/*日付別で選択*/
.modal-inner .calender_info .modal_ttl {
    display: flex;
    align-items: center;
    padding: 30px 30px 20px 30px;
}

.modal-inner .calender_info .schedule.hide {
    display: none;
}

.modal-inner .calender_info .schedule {
    background-color: #f4f4f4;
    padding: 30px 50px;
}

.modal-inner .calender_info .schedule {
    min-height: 670px;
    box-sizing: border-box;
}

.modal-inner .calender_info .schedule .date {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.modal-inner .calender_info .schedule .date li.hide:first-child,
.modal-inner .calender_info .schedule .date li.hide:last-child {
    cursor: default;
    color: #d6d6d6;
}

.modal-inner .calender_info .schedule .date li:first-child,
.modal-inner .calender_info .schedule .date li:last-child {
    cursor: pointer;
}

.modal-inner .calender_info .schedule .date li:first-child:hover,
.modal-inner .calender_info .schedule .date li:last-child:hover {
    opacity: 0.6;
}

.modal-inner .calender_info .schedule .date li.hide:first-child:before,
.modal-inner .calender_info .schedule .date li.hide:last-child:after {
    font-family: FontAwesome;
    font-size: 16px;
    color: #d6d6d6;
}

.modal-inner .calender_info .schedule .date li.hide:first-child:before {
    content: '\f0d9';
    margin-right: 5px;
}

.modal-inner .calender_info .schedule .date li:first-child:before,
.modal-inner .calender_info .schedule .date li:last-child:after {
    font-family: FontAwesome;
    font-size: 16px;
    color: #55a93a;
}

.modal-inner .calender_info .schedule .date li:first-child:before {
    content: '\f0d9';
    margin-right: 5px;
}

.modal-inner .calender_info .schedule .date li:last-child:after {
    content: '\f0da';
    margin-left: 5px;
}

.modal-inner .calender_info table {
    border: 1px solid #d6d6d6;
    width: 100%;
    border-collapse: collapse;
}
.modal-inner .calender_info input[type='checkbox'] {
    display: none;
}

.modal-inner .calender_info input[type='checkbox'] + label {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 40px;
    min-width: auto !important;
}

.modal-inner .calender_info input[type='checkbox']:checked + label {
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 40px;
    min-width: auto !important;
}

.modal-inner .calender_info input.nikin[type='checkbox'] + label {
    background-image: url(../img/top/icon_sun_off.png);
}

.modal-inner .calender_info input.nikin[type='checkbox']:checked + label {
    background-image: url(../img/top/icon_sun.png);
}

.modal-inner .calender_info input.tochoku[type='checkbox'] + label {
    background-image: url(../img/top/icon_moon_off.png);
}

.modal-inner .calender_info input.tochoku[type='checkbox']:checked + label {
    background-image: url(../img/top/icon_moon.png);
}

body.dr_c .modal-inner .calender_info input.nikin[type='checkbox'] + label {
    background-image: url(../img/top/icon_check_off.png);
}

body.dr_c .modal-inner .calender_info input.nikin[type='checkbox']:checked + label {
    background-image: url(../img/top/icon_check.png);
}

.modal-inner .calender_info table th,
.calender_info table td {
    padding: 10px;
    font-size: 14px;
}

.modal-inner .calender_info table th {
    background-color: #eeeeee;
    border: 1px solid #d6d6d6;
    vertical-align: top;
}

.modal-inner .calender_info table td {
    border: 1px solid #d6d6d6;
    background-color: #ffffff;
    height: 82px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

.modal-inner .calender_info table .day {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.modal-inner .calender_info table .holiday {
    color: #ff0000;
}

.modal-inner .calender_info table .saturday {
    color: #00aeff;
}

.modal-inner .calender_info table .unselect {
    opacity: 0.5;
}

.modal-inner .calender_info {
    position: relative;
}

.modal-inner .calender_info .bottom_con {
    position: absolute;
    bottom: 40px;
    right: 50px;
    padding: 0;
}

.modal-inner .calender_info .btn_clear {
    margin-right: 15px;
    margin-left: 0;
}

body.dr_c .modal-inner .calender_info .tochoku,
body.dr_c .modal-inner .calender_info .tochoku + label {
    display: none;
}

/* 駅検索 */
#modal-content .st_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .st_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}
#modal-inner .st_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* 勤務形態検索 */
#modal-content .jw_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .jw_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}
#modal-inner .jw_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* 週検索 */
#modal-content .wk_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .wk_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}
#modal-inner .wk_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* 曜日検索 */
#modal-content .dw_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .dw_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}
#modal-inner .dw_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* 検診対象検索 */
#modal-content .ta_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .ta_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}
#modal-inner .ta_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* 業務内容検索 */
#modal-content .jc_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .jc_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}
#modal-inner .jc_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* 曜日検索 */
#modal-content .specialty_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .specialty_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}
#modal-inner .specialty_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* 区分検索 */
#modal-content .segment_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .segment_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}
#modal-inner .segment_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* 市区町村検索 */
#modal-content .city_select .modal_ttl {
    border-bottom: 1px solid #eaeaea;
    font-size: 2.5rem;
    /*height: 65px;*/
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}
#modal-inner .city_select .btn2 {
    width: 96px;
    height: 39px;
    box-sizing: border-box;
    /*display: block;*/
    margin: 0 auto 20px;
}
#modal-inner .city_select button.btn2 {
    display: block;
}
#modal-inner .city_select dl dd label {
    min-width: 160px;
    margin-right: 10px;
    margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
    .modal-inner .area_info .area .area_btn {
        position: static;
        width: auto;
        display: block;
        padding: 20px 10px;
    }
    .modal-inner .area_info .area {
        padding: 20px;
        justify-content: space-between;
        background-position: top center;
    }
    .modal-inner .line_info .line {
        padding: 20px;
    }
    .modal-inner .line_info .line .select_area {
        width: 100%;
    }
    .modal-inner .line_info .line .select_area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        background: inherit;
        max-height: inherit;
        min-height: inherit;
        overflow-y: inherit;
        border: none;
    }
    .modal-inner .line_info .line li {
        width: 49%;
        margin-bottom: 3%;
        border-bottom: none;
    }
    .modal-inner .line_info .line .select_pref li {
        width: 100%;
        margin-bottom: 0;
    }
    .modal-inner .line_info .line li label {
        box-sizing: border-box;
    }
    .modal-inner .line_info .line .select_pref li label {
        box-sizing: border-box;
    }
    #modal-inner dl dd label {
        justify-content: center;
    }
    .modal-inner .line_info .line .select_pref #select_pref_inner ul {
        border: none;
    }
    .modal-inner .line_info .line .select_pref #select_pref_inner li label {
        padding: 15px;
        justify-content: left;
        border: none;
        border-bottom: solid 1px #d6d6d6;
    }
    .modal-inner .line_info .line .select_pref {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 3%;
    }
    .modal-inner .line_info .line .select_pref span {
        margin-bottom: 3%;
    }
    .modal-inner .line_info .line .select_line {
        width: 100%;
    }
    .modal-inner .line_info .line .select_line span:first-child {
        margin-bottom: 2%;
    }
    .modal-inner .area_info .area > div {
        width: 49%;
        margin-bottom: 3%;
        opacity: 0.9;
    }
    .modal-inner .area_info .area .select_pref {
        width: 100%;
        margin-top: 50px;
    }
    #modal-inner {
        padding: 0;
    }
    .modal-inner dd {
        font-size: 2rem;
    }
    .modal-inner .calender_info {
    }
    #modal-close {
        top: 20px;
        right: 20px;
    }
    .modal-inner .calender_info .modal_ttl {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        flex-direction: column;
        line-height: 1.8;
    }
    .modal-inner .bottom_con .ttl_label {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }
    .modal-inner .area_selected {
        width: 100%;
        font-size: 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .modal-inner .line_selected {
        width: 100%;
        font-size: 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .modal-inner .area_selected .btn2.area_selected {
        font-size: 1.6rem;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        margin-top: 2%;
    }
    .modal-inner .line_selected .btn2.line_selected {
        font-size: 1.6rem;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        margin-top: 2%;
    }
    .modal-inner .bottom_con button.btn_clear {
        width: 49%;
        margin: 4% 0 0 0;
        font-size: 13px;
        height: auto;
        box-sizing: border-box;
    }
    .modal-inner .bottom_con .btn2.set-area-btn {
        width: 49%;
        margin: 4% 0 0 0;
        box-sizing: border-box;
    }
    .modal-inner .bottom_con .btn2.set-line-btn {
        width: 49%;
        margin: 4% 0 0 0;
        box-sizing: border-box;
    }
    .modal-inner .modal_ttl .des {
        margin-left: 0;
        flex-direction: column;
    }
    .modal-inner .modal_ttl .des .modal_ttl_icons {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .modal-inner .modal_ttl .nikin {
        margin-left: 0;
    }
    .modal-inner .modal_ttl .tochoku {
        margin-left: 0;
        margin-right: 0;
    }
    .modal-inner .calender_info .schedule {
        padding: 20px;
        width: 100%;
        min-height: inherit;
    }
    .modal-inner .calender_info .schedule .schedule_inner {
        overflow: auto;
    }
    .modal-inner .calender_info .schedule table {
        overflow-x: scroll;
        width: 190vw;
    }
    .modal-inner .calender_info .schedule table td {
        text-align: center;
    }
    .modal-inner .calender_info table th,
    .calender_info table td {
        padding: 10px 5px;
    }
    .modal-inner .calender_info input[type='checkbox'] + label {
        width: 40px;
        height: 33px;
    }
    .modal-inner .calender_info input[type='checkbox']:checked + label {
        width: 40px;
        height: 33px;
    }
    .modal-inner .calender_info input.nikin[type='checkbox'] + label {
        background-size: cover;
    }
    .modal-inner .calender_info input.tochoku[type='checkbox'] + label {
        background-size: cover;
    }
    .modal-inner dd.bottom_con {
        padding: 10px 10px 30px 10px;
    }
    .modal-inner .calender_info .bottom_con {
        width: 100%;
        box-sizing: border-box;
        background-color: #f4f4f4;
        position: inherit;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    .modal-inner .calender_info .bottom_con .btn_clear {
        width: 49%;
        margin: 0;
        height: auto;
    }
    .modal-inner .calender_info .bottom_con .btn2.set-calendar-btn {
        width: 49%;
        margin-left: 0;
    }
}

/* 候補日検索 */
.select_calendar input[type='date'] {
    font-size: 16px;
    padding: 0 10px 0 20px;
    margin-bottom: 10px;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
}
.w100p {
    width: 100% !important;
}
@media screen and (max-width: 767px) {
    .select_calendar input[type='date'] {
        max-width: 200px;
        width: 100%;
        padding: 0;
    }
}

body.dr_c #CalendarSelect_nikin span:first-of-type {
    display: none;
}

/* input date の編集 */
input[type^='date'] {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: unset;
}
.tab_list .select_area.select_calendar dt {
    height: auto;
}
.tab_list .hope_date {
    display: block;
    border: 1px solid;
    max-width: 200px;
    min-width: auto;
    position: relative;
}
.hope_date span {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}
.tab_list input[type^='date'] {
    padding: 25px 10px 10px;
    height: auto;
    margin-bottom: 0;
    line-height: 1;
}
input[type='date']::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.tab_list .pc-df {
    display: flex;
}
.tab_list .pc-df label:not(:last-of-type) {
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .tab_list input[type^='date'] {
        padding: 25px 10px 10px;
    }
    .tab_list .pc-df {
        display: block;
    }
    .tab_list .pc-df label:not(:last-of-type) {
        margin-right: 0;
    }
}

label.display_none {
    display: none !important;
}

/* 左メニュー(常勤:dr_f) */
body.dr_f .left_form .hope {
    display: none;
}

/* 左メニュー(非常勤:dr_p) */
body.dr_p #modal-content .jw_select label:not(.jtid2) {
    display: none;
}
body.dr_p .left_form .div_target {
    display: none;
}
body.dr_p .left_form .div_job_contents {
    display: none;
}
body.dr_p .left_form .hope_working_day {
    display: none;
}

/* 左メニュー(スポット:dr_s) */
body.dr_s #modal-content .jw_select label:not(.jtid3) {
    display: none;
}
body.dr_s .left_form .div_target {
    display: none;
}
body.dr_s .left_form .div_week {
    display: none;
}
body.dr_s .left_form .div_job_contents {
    display: none;
}

/* 左メニュー(常勤:dr_c) */
body.dr_c #modal-content .jw_select label:not(.jtid4) {
    display: none;
}
body.dr_c #modal-content .jc_select label:not(.jtid4) {
    display: none;
}
body.dr_c .left_form .div_week {
    display: none;
}
body.dr_c .left_form dl.subject {
    display: none;
}

.top_btn {
    padding: 10px 20px;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.top_center {
    margin-top: 30px;
    text-align: center;
}
.top_center .top_btn {
    padding: 20px 30px;
}
@media screen and (max-width: 767px) {
    .top_btn {
        margin-left: 3%;
    }
    .top_center .top_btn {
        margin-left: 0;
    }
}

.modal-inner .headline-list li {
    position: relative;
}
.btn-delete {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    font-size: 2rem !important;
    font-weight: bold;
    line-height: 1;
}
