/*
.mainSection2 {
    background-color: #F8F8F8;
}
*/

.search {
    background-color: #F8F8F8;
}
.pageTitle__block__left-search {
    width: auto;
    min-width: 700px;
    min-height: 90px;
    height: auto;
}
.pageTitle__mainTitle-search {
    line-height: 1.25em;
}
.subSection__search__contents {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.sideLink__search__btn {
    margin-top: 20px;
}
.btn__search {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    padding: 5px 20px;
    background-color: #003A82;
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    background-image: url(../img/icon_search_white.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto 17px;
}
.jobIconList {
    margin-top: 5px;
    width: 100%;
}
.jobIconList-details {
    margin-top: 0;
    margin-bottom: 5px;
}
.table__title__wrapper {
    padding: 5px;
    background-color: #666666;
    text-align: center;
}
.tabale__title__text {
    font-size: 12px;
    color: #ffffff;
}
.jobList2__table {
    margin-top: 10px;
}

.btn__list {
    margin-top: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.btn__detail {
/*    display: block;*/
    margin: 0 auto;
    width: 200px;
/*    height: 30px;*/
    height: 100%;
    padding: 5px 20px;
    border: 1px solid #003A82;
    background-color: #ffffff;
    color: #003A82;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn__entry {
/*    display: block;*/
    margin: 0 auto;
    width: 200px;
/*    height: 30px;*/
    height: 100%;
    padding: 5px 20px;
    background-color: #003A82;
    color: #fff;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn__nolink {
/*    display: block;*/
    margin: 0 auto;
    width: 200px;
/*    height: 30px;*/
    height: 100%;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn__return {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn__detail__text {
    vertical-align: middle;
}

.subSection__detail {
    padding: 0;
}
.subSection__detail__up {
    padding-bottom: 60px;
    background-color: #ffffff;
}
.subSection__detail__down {
    padding: 60px 0;
    background-color: #F8F8F8;
}
.table__wrapper {
    padding: 60px;
    background-color: #ffffff;
}
.table__type1__th {
    border-left: none;
    border-right: none;
}
.table__type1__td {
    border-left: none;
    border-right: none;
}

.sub__details {
    margin-top: 20px;
}
.icon__blue {
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #009FE8;
}
.sub__details__text {
    margin-top: 10px;
}
.details__btn {
    margin-top: 60px;
}
.details__btn__entry {
/*    height: 50px;*/
/*    padding: 15px 20px;*/
    padding: 5px 20px;
}

/* chrome オートコンプリート文字カラー対応 */
input[name="fw"].change {
    -webkit-text-fill-color: #003A82 !important;
}

.subSection__entryForm {
    padding-top: 0;
}

.subSection__cv {

}
.subSection__cv__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*
.subSection__cv {
    background-image: url(../img/top/pageTitle_bg_left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.subSection__cv__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    color: #FFF;
    text-align: center;
}
.subSection__cv__btn {
    margin-top: 30px;
}
.subSection__cv__link {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 1em 0.5em;
    line-height: 1;
    background-color: #FFF;
    text-align: center;
    text-decoration: none;
}
.subSection__cv__text {
    font-size: 24px;
    font-weight: 700;
    color: #003A82;
}
*/

.search-detials-entry__form {
    margin-top: 40px;
}

/* recommend */

.jobList1 {
    width: 100%;
    height: 100%;
    position: relative;
}
.slick-slider .slick-track {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.slick-slide {
/*    float: none;*/
    height: auto;
}
.slick-slide > div {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
/*
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
*/
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.slick-slide > div:nth-child(n+2) {
    margin-top: 15px;
}

.jobList1__item {

}
/*
.jobList1__item:last-child {
    margin-right: 0;
}
*/

.jobList1__link {
    display: block;
    text-decoration: none;
}
.jobList1__article {
    margin-right: 15px;
    /* width: 270px; */
    width: 310px;
    height: 100%;
    padding: 20px 15px;
    background-color: #F2F2F2;
}
.jobList1__img {
    width: 100%;
    /* height: 120px; */
    height: 140px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.jobList1__title {
    padding-bottom: 0.5em;
    font-size: 13px;
    line-height: 1.5em;
    color: #444444;
    border-bottom: 1px solid #003A82;

}
.jobList1__table {
    margin-top: 15px;
    table-layout: fixed;
    border: none;
}
.jobList1__table__title {
    width: 60px;
    vertical-align: top;
}
.table__title__wrapper {
    padding: 0 5px;
    background-color: #666;
}
.tabale__title__text {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.jobList1__table_desc {
    padding: 0 10px;
    /* vertical-align: top; */
    color: #666;
}
.jobList1__date {
    text-align: right;
    font-size: 10px;
    line-height: 2em;
    color: #666666;
}

.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -19px;
    z-index: 10;
}
.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -19px;
    z-index: 10;
}

/*----------------------------------------
 _画面の横幅が750pxまで
----------------------------------------*/
@media screen and (max-width:750px) {
    
    .pageTitle__block__left-search {
        width: 100%;
        min-width: initial;
        min-width: auto;
        min-height: initial;
        min-height: auto;
        height: auto;
    }
    .sideLink__search__btn {
        margin-top: 40px;
    }
    .btn__search {
        height: 100px;
        padding: 10px 20px;
        font-size: 24px;
        background-size: auto 34px;
    }
    .jobIconList {
        margin-top: 10px;
    }
    .jobIconList-details {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .jobList2__table {
        margin-top: 20px;
    }
    .table__title__wrapper {
        padding: 10px;
        background-color: #666666;
    }
    .tabale__title__text {
        font-size: 24px;
        color: #ffffff;
    }
    
    .btn__list {
        margin-top: 40px;
        width: 100%;
    }
    .btn__list li {
        width: 48%;
    }
    .btn__detail {
/*        display: block;*/
        margin: 0 auto;
        width: 100%;
/*        height: 60px;*/
        padding: 10px 20px;
        border: 2px solid #003A82;
        background-color: #ffffff;
        color: #003A82;
        font-size: 26px;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
    }
    .btn__entry {
/*        display: block;*/
        margin: 0 auto;
        width: 100%;
/*        height: 60px;*/
        /* padding: 10px 20px; */
        padding: 10px 0;
        background-color: #003A82;
        color: #fff;
        font-size: 26px;
        line-height: 1.5em;
        letter-spacing: -0.01em;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
    }
    .btn__nolink {
/*        display: block;*/
        margin: 0 auto;
        width: 100%;
/*        height: 60px;*/
        padding: 10px 20px;
        font-size: 26px;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
    }
    .btn__list li:nth-child(n+2) {
        margin-left: 4%;
    }
    
    .btn__list .btn__entry,
    .btn__list .btn__detail {
        width: 100%;
    }
    
    .subSection__detail__down {
        padding: 60px 0;
        background-color: #ffffff;
    }
    .table__wrapper {
        padding: 60px 0;
        background-color: inherit;
    }

    .sub__details {
        margin-top: 40px;
    }
    .icon__blue {
        display: inline-block;
        padding: 0 20px;
        font-size: 24px;
    }
    .sub__details__text {
        margin-top: 20px;
    }
    .details__btn {
        margin-top: 120px;
    }
    .details__btn__entry {
/*        height: 100px;*/
/*        padding: 30px 20px;*/
        padding: 10px 20px;
    }
    
    .btn__list input[type="submit"].btn__return {
        width: 280px;
    }
    .btn__return {
        width: 280px;
    }
    .btn__nolink {
        width: 280px;
    }

    .subSection__entryForm {
        padding-top: 0;
    }
    
    /*
    .subSection__cv {

    }
    .subSection__cv__title {
        font-size: 48px;
    }
    .subSection__cv__btn {
        margin-top: 60px;
    }
    .subSection__cv__link {
        width: 400px;
    }
    .subSection__cv__text {
        font-size: 32px;
    }
    */

    .search-detials-entry__form {
        margin-top: 80px;
    }

    /* recommend */
        
    .jobList1 {
        margin: 0 auto;
        width: 540px;
        height: auto;
/*
        width: 100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
*/
    }
    .jobList1__item {


    }
    .jobList1__link {
        
    }
    .jobList1__article {
        margin-right: 0;
        width: 540px;
        padding: 40px;
    }
    .jobList1__img {
        width: 100%;
        height: 230px;
        margin-bottom: 40px;
    }
    .jobList1__title {
        font-size: 26px;
        border-bottom: 2px solid #003A82;
    }
    .jobList1__table {
        margin-top: 30px;
    }
    .jobList1__table__title {
        width: 120px;
        line-height: 1.2em;
    }
    .table__title__wrapper {
        padding: 10px;
    }
    .tabale__title__text {
        font-size: 24px;
    }
    .jobList1__table_desc {
        padding: 12px 20px;
        line-height: 1.2em;
    }
    .jobList1__date {
        font-size: 20px;
    }

    .slide-arrow.prev-arrow.slick-arrow {
        position: absolute;
        top: 50%;
        left: -63px;
        margin-top: -19px;
        z-index: 10;
    }
    .slide-arrow.next-arrow.slick-arrow {
        position: absolute;
        top: 50%;
        right: -63px;
        margin-top: -19px;
        z-index: 10;
    }
}
