/*
<link rel="stylesheet" href="/mobile.css" type="text/css" media="screen and (max-width:767px)" />
*/


/*
#######################################
    レスポンシブ対応
#######################################
*/
/*
===========================

1.common
2.card
3.sidebar
4.job-detail
5.login
6.search
7.entry
8.header
9.footer
10.panel
11.mypage
12.mypage-unregist
13.index
14.index-sp
15.regist
16.considerationlist
17.latestlist
18.searchtype
19.info
20.top
21.resort
22.job-exit
23.Area-result
24.faq

===========================*/

/*
--------------------------------------------
    1.common
--------------------------------------------
*/
@media only screen and (max-width: 767px) {
   html{
      font-size: 14px;
  }
  body {
    min-width: 320px;
    width: 100%;
}
img {
    width: 100%;
}
#main,
#sidebar{
    padding-right: 5px;
    padding-left: 5px;
}
.sp_back, .search-result, .job-detail, #sidebar, .considerationlist, .latestlist, .entry-form {
    background: #efefef;
}
.col-xs-4{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;

}
.col-xs-8{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}
/*.container-fluid.wrap>.row{
    margin-right: -10px;
    margin-left: -10px;
    }*/
    .wrap{
        width: 100%;
    }
    .see-sp{
        display: block;
    }
    .see-pc,
    .see-mb{
        display: none;
    }
    .sp-hd{
        display: none;
    }
    .chk + .chk-icon.large:before{
        font-size: 1.5rem;
    }


    hr{
        margin-top: .5rem;
    }
    /*フォーム*/
    table.gigaTable th{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    table.gigaForm th{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    table.gigaForm th,
    table.gigaForm td{
        display: block;
        width: 100%;
    }
    .button-area .btn{
      width: 80%;
      padding: .5rem;
      font-size: .9rem;
  }
    #main.entry-confirm .button-area #chk_Modal .btn{
        width: 38%;
        padding: .4rem 0;
  }
  input.input-lg{
      width: 90%;
  }
  input.input-sm{
      width: 45%;
  }
  .custom-select{
    height: calc(3.05rem + 2px);
  }
/* modal */
.modal-backdrop.show.dark{
    opacity: .75;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

/*
--------------------------------------------
    2.cards
--------------------------------------------
*/
/*entryJobCard*/
.entryJobCard{
    margin: 0 0 10px;
    border-width: 2px;
    border: none;
    background-color: #fff;
}
.entryJobCard .entry-item .entry-head{
    padding: .75rem .5rem .5rem .75rem;
}
.entryJobCard .entry-item .entry-head h2{
    font-size: 13px;
    line-height: 1.4;

}
.entryJobCard .entry-item .entry-head h3{
    font-size: 11px;
}
.entryJobCard .more-link{
    min-width: 60px;
    padding-left: 0;
}
.entryJobCard .entry-job-info li{
    font-size: 11px;
}
.entryJobCard .entry-job-info li:before{
    width: 14px;
    height: 16px;
}
.entryJobCard .entry_item .entry_list{
    width: 100%;
    border-left: none;
}
.entryJobCard .entry-job-info .contents{

}
.entryJobCard .entry-item .more-link button.btn-keep{
    right: 8px;
    bottom: 6px;
}

/*jobCard*/
.jobCard{
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-radius: .5rem;
}
.jobCard .jobCard-header{
    padding: 1rem 1rem 0;
    background-color: #fff;
    border: none;
    border-radius: .5rem .5rem 0 0;
}
.jobCard .recommend-label{
    width: 56px;
    height: 26px;
    left: -17px;
    top: -4px;
}
.employment-tag-label span{
    background-color: #f2f2f2;
    color: #222;
    border: none;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0px 5px;
    font-size: 10px;
    border-radius: 2px;
    font-weight: bold;
}
.jobCard .jobCard-header .company-title h2{
    font-weight: bold;
    font-size: 12px;
    margin: 7px 0;
}
.jobCard .jobCard-body{
    padding: .5rem .75rem;
}
.jobCard .job-cassette-main{
     -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
       justify-content: space-between;
}
.job-cassette-tag span {
    color: #444;
    border: 1px solid #d4d2d0;
    background-color: white;
}
.jobCard .job-cassette-main .job-card-photo{
    padding: 0 0 0 10px;
    min-width: 124px;
}
.jobCard .job-cassette-main .job-card-info{
    padding: 0;
    width: 100%;
    flex: 1;
    min-width: 0;

}
.jobCard .jobCard-body .col-xs-8 ul li{
    line-height: 0;
}
.jobCard .jobCard-body .client-info, .jobCard .cassette-lists .check-label, .jobCard .jobCard-body .gigaTable tr.tbl03, 
.jobCard .jobCard-body .gigaTable th span, .jobCard .jobCard-body .gigaTable td .job-list-height.height:after{
    display: none;
}
.jobCard .jobCard-body .badge-tag {
    padding: .3rem;
    margin-bottom: 2px;
    line-height: .9;
}
.jobCard .jobCard-header .offer-title h3{
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 1.4;
    color: #0275d8;
}
.jobCard .jobCard-body .gigaTable{
    border-collapse: collapse;
}

.jobCard .jobCard-body .gigaTable tr{
    display: block;
    border-bottom: 1px dotted #dfdfdf;
}
.jobCard .jobCard-body .gigaTable th, .jobCard .jobCard-body .gigaTable td{
    border: none;
    font-size: 12px;
}
.jobCard .jobCard-body .gigaTable th{
    background-color: #fff;
    width: 25px;
    padding-right: 0;
    padding-left: 7px;
}
.jobCard .jobCard-body .gigaTable td{
    width: calc(100% - 25px);
}
.jobCard .jobCard-body .gigaTable th img{
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.jobCard .jobCard-body .tag_list{
    margin-top: .7rem;
}
.jobCard .jobCard-body .tag_list.job-features ul{
    position: relative;
    flex-wrap: wrap;
    height: 42px;
    overflow: hidden;
}
.jobCard .jobCard-body .tag_list.job-features ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    display: none;
}
.tag_list.job-features ul li{
    width: auto;
    padding-top: 0;
}
.jobCard .jobCard-body .tag_list.job-features ul li .badge-tag{
    color: var(--blue-color);
    background-color: #EAF2FC;
    font-size: 10px;
    border-radius: 2px;
    font-weight: bold;
}
.jobCard .jobCard-footer {
    border-radius: 0 0 .5rem .5rem;
}
.jobCard .jobCard-footer .row, .jobDetailCard .card-footer.jobDetailCard-footer ul.button-area, #entryFooterBox .row{
    -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
.jobDetailCard .card-footer.jobDetailCard-footer ul.button-area{
    margin: 0;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.jobCard .jobCard-footer .GB-balloon{
    display: none;
}
.GB-balloon, #entryFooterBox .GB-balloon{
    padding: 8px 0;
    background-color: #ffdb05;
    border: 1px solid #ffdb05;
    color: #ff0000;
    border-radius: 50vh;
}
.GB-balloon:before{
    right: inherit;
    left: 20%;
    border-top: 13px solid #ffdb05;
}
.GB-balloon:after{
    display: none;
}
.GB-balloon span{
    font-size: 10px;
}
.GB-balloon.balloon_sm, #entryFooterBox .GB-balloon.balloon_sm{
    width: 80%;
}
#entryFooterBox .GB-balloon.balloon_sm{
    margin-left: 10px;
    margin-right: auto;
}
.GB-balloon.balloon_sm span{
    font-size: 13px;
}
.jobCard .jobCard-footer ul li{
    padding: 0 8px;
}
.jobCard .jobCard-footer ul .count-down{
    height: 1rem;
}
.jobCard .jobCard-footer ul .count-down>i{
    font-size: 1rem;
}
.jobCard .jobCard-footer button.btn{
    height: 42px;
    font-size: 16px;
    border-radius: 8px;
}
.jobCard .jobCard-footer button.btn-white{
    font-size: 14px;
    line-height: 40px;
}
.jobCard .jobCard-footer button.btn .keep-icon{
    margin: 0;
}
.jobCard .jobCard-footer button.btn .keep-icon:before{
    width: 22px;
    height: 22px;
}
.jobCard .jobCard-footer button.btn-entry .oubo-txt{
    display: none;
}
.searchResultList .jobCard .jobCard-header .fsM2 label input{
   display: none;
}
/*jobDetailCard*/
.jobDetailCard{
    border: none;
    border-radius: 0;
    box-shadow: 0 1.5px 0 0 #555555;
}
.jobDetailCard .jobDetailCard-header {
    padding: 1rem 1rem .5rem 1rem;
}
.jobDetailCard .jobDetailCard-header .company-name{
    font-size: 13px;
    margin-bottom: 6px;
}
.jobDetailCard .jobDetailCard-header h2{
    font-size: 17px;
}
.jobDetailCard .jobDetailCard-body{
  padding: 0;
}
.jobDetailCard .jobDetailCard-body .job-image{
    max-width: 300px;
    display: block;
    margin: auto;
    width: 50%;
}
.jobDetailCard .jobDetailCard-body .client-info>img{
    display: inline;
    width: 100px;
}
.jobDetailCard .jobDetailCard-body .job-detail-tbl-wrap .button-area{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.jobDetailCard-footer .entry-btn-wrap, .jobDetailCard-footer .keep-btn-wrap, 
.jobDeatil-bottom .entry-btn-wrap, .jobDeatil-bottom .keep-btn-wrap, .entryFooterInner .entry-btn-wrap{
    width: 100%;
    padding: 0;
}
.jobDeatil-bottom{
    padding: 1rem 1.2rem 0;
}
.jobDeatil-bottom .flex{
    flex-wrap: wrap;
}
.jobDetailCard-footer .entry-btn-wrap, .jobDeatil-bottom .entry-btn-wrap{
    margin-bottom: 10px;
}
.jobDetailCard .jobDetailCard-body .job-detail-tbl-wrap .button-area .btn, .jobDetailCard .jobDetailCard-footer button.btn-entry, 
.jobDetailCard .jobDetailCard-footer button.btn-keep, .jobDeatil-bottom button.btn{
    margin: 0;
    width: 100%;
    font-size: 18px;
    height: 56px;
    border-radius: 8px;
}
.jobDetailCard .jobDetailCard-body .job-detail-tbl-wrap .button-area .btn .keep-icon, .jobDeatil-bottom button.btn .keep-icon{
    width: 100%;
    font-size: 18px;
    height: 50px;
    border-radius: 8px;
}
#entryFooterBox button.btn{
    border-radius: 8px;
    line-height: 1.3;
}
.job-detail-tbl-wrap .gigaTable th{
    background-color: #fff;
    border-top: 2px solid #eee;
    padding: 20px 20px 0px 20px;
}
.job-detail-tbl-wrap .gigaTable td{
    padding: 8px 20px 18px 20px;
    font-size: 14px;
}
.job-detail-tbl-wrap .gigaTable th h2{
    font-size: 15px;
}
.job-detail-tbl-wrap .gigaTable th span:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}
.job-detail-tbl-wrap .gigaTable th .icon_yen:before{
    background-image: url(/images/common/icons/searchtype_yen.svg);
}
.job-detail-tbl-wrap .gigaTable th .icon_access:before{
    background-image: url(/images/common/icons/searchtype_train.svg);
    width: 22px;
    height: 22px;
    margin-right: 3px;
}
.job-detail-tbl-wrap .gigaTable th .icon_job-type:before{
    background-image: url(/images/common/icons/searchtype_jobtype.svg);
}
.job-detail-tbl-wrap .gigaTable th .icon_time:before{
    background-image: url(/images/common/icons/searchtype_time.svg);
}
.jobDetailCard-body .text-container {
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 6em; /* 6行分 */
    transition: max-height 0.3s ease;
}
.jobDetailCard-body .text-container.expanded {
    max-height: none;
}
.jobDetailCard-body .show-more:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(transparent, transparent 0%, #ffffff 90%);
    pointer-events: none;
}
.jobDetailCard-body .show-more {
    position: relative;
    width: 100%;
    color: var(--blue-color);
    background-color: white;
    font-size: 12px;
    border: none;
    padding: 8px;
    margin: auto;
    cursor: pointer;
    display: none;
}
.jobDetailCard-body .show-more:after {
    content: "\f123";
    font-family: "Ionicons";
    padding-left: 10px;
}
.jobDetailCard .jobDetailCard-body .job-features h2{
    border-top: 2px solid #eee;
    padding: 20px 15px 4px 15px;
    color: #464a4c;
    font-size: 15px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.jobDetailCard .jobDetailCard-body .job-features h2:before {
    background: inherit;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url(/images/common/icons/searchtype_tag.svg);
}
.jobDetailCard .jobDetailCard-body .job-features ul{
    padding: 0 15px;
}
.jobDetailCard .jobDetailCard-body .job-features ul li .badge-tag{
    padding: 2px 6px;
}
.jobDetailCard .jobDetailCard-body table{
  margin-top: 1rem;
}
.jobDetailCard .jobDetailCard-footer ul .count-down{
    height: 1rem;
}
.jobDetailCard .jobDetailCard-footer ul .count-down>i{
    font-size: 1rem;
}
.jobDetailCard .jobDetailCard-body .comment {
    padding: 0 20px;
    font-size: 14px;
}
.jobDetailCard .jobDetailCard-footer{
    padding: 1rem 1.5rem;
    background-color: #fff;
    width: 100%;
}
.entryFooterInner{
    padding: 1rem 1.2rem 1.5rem;
    background: hsla(0, 0%, 100%, .8);
}
#entryFooterBox button.btn{
    height: 56px;
}
#entryFooterBox .GB-balloon{
    width: 90%;
    margin-right: auto;
}

/*recommendCard*/
.recommendCard .recommendCard-header label.see-sp{
    display: inline-block;
}
.recommendCard .recommendCard-body{
  padding-top: 0px;
  padding-bottom: 0px;
}
.recommendCard .recommendCard-body .offer-image{
    padding: 7px 7px 0 0;
}
.recommendCard .recommendCard-body table td,
.recommendCard .recommendCard-body table th{
    padding: 0.5rem;
}
.recommendCard .recommendCard-body table th{
    background-size: 15px auto;
    width: 24px;
}
.recommendCard .recommendCard-body table th.salary{
    background-size: 14px auto;
}
.recommendCard .recommendCard-body table td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.recommendCard .recommendCard-body .client-info{
    display: none;
}



/*recommendCardMini*/

.recommendCardMini .card-block table th img{
  width: 25px;
}
.recommendCardMini .card-block table th{
  text-align: center;
  width: 15%;
}

/* keepedJobCard */
#keepedJob-panel .modal-content{
    background-color: inherit;
    border: none;
}
#keepedJob-panel .modal-body{
    padding: 0;
}
#keepedJob-panel .modal-header{
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 4px double #777;
}
#keepedJob-panel .modal-header h2{
    color: #222;
    font-size: 16px;
    text-align: center;
}
.keepedJobCard{
    border-radius: 10px;
}
.keepedJobCard .keeped-head h3{
    font-size: 15px;
}
.keepedJobCard .job-cassette-main .offer-info ul li p{
    font-size: 12px;
}
.keepedJobCard .job-cassette-main .offer-info ul li p:before{
    width: 15px;
    height: 15px;
}
.keepedJobCard .btn-wrap .btn{
    border-radius: 10px;
    height: 48px;
}
.keepedJobCard .btn-wrap button.btn-remove i{
    margin: 0;
}
.close-btn .close{
    float: inherit;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 7px;
    font-size: 14px;
    color: #777;
    opacity: 1;
}
/*
--------------------------------------------
    4.job-detail
--------------------------------------------
*/

#main.job-detail section#offer-info .tab-content table th{
    display: block;
    width: 100%;
    border-top: 2px solid #1a7cb4;
    /*background-color: #e8f7ff;*/
}
#main.job-detail section#offer-info .tab-content table td{
    display: block;
    width: 100%;
    border-top: none;
}

#entryFooterBox{
    padding-top: 1rem;
}
#entryFooterBox .row{
  width: 100%;
}

#entryFooterBox .btn{
    width: 100%;
}
#main.job-detail section#offer-info .nav-tabs, #main.job-detail section#offer-info .tab-content{
    border: none;
}
#main.job-detail section#offer-info .nav-tabs .nav-link{
    line-height: 1.8;
    border: none;
    background: #308be1;
    color: #fff;
    font-weight: bold;
}
#main.job-detail section#offer-info .nav-tabs .active{
    border: none;
    background: #fff;
    color: #308be1;
}
#main.job-detail section#offer-info .nav-tabs .nav-item{
    margin-bottom: 0;
}
#main.job-detail section#offer-info .tab-content table th{
    border-top: none;
    font-weight: bold;
}
#main.job-detail #recommend{
    margin: 0;
}
.recommend_block .recomend_comment{
    background-color: #2183df;
    padding: .75rem;
}
.recommend_block .recomend_comment p{
    color: #fff;
}
.recommend_block .recomend_comment p strong{
    display: block;
    color: yellow;
}
.recommend_block .recomend_comment p strong:before{
    display: inline-block;
    content: '';
    background-image: url(/images/common/icons/recommend.png);
    width: 33px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.recommend_block .recommend_wrap{
    padding-top: 1rem;
}
.recommend_block .recommend_wrap, #formFooterBox{
    background-color: #efefef;
}
#formFooterBox .container{
    padding: 0;
}
#formFooterBox .allcheck{
   width: 34%;
  line-height: 1.3rem;
  position: relative;
  left: 0;
  top: 10px;
}
#formFooterBox .allcheck label span{
    display: block;
    font-size: .7rem;
}
#formFooterBox .action{
    width: 65%;
    padding-left: 0;;
}
#formFooterBox .btn{
    width: 100%;
    font-size: 13px;
}
p.message-y span{
    margin-left: 1.2rem;
}
#entryFooterBox.dtlFooter .col-5, #entryFooterBox.dtlFooter .col-7{
    padding: 0 5px;
}

.jobDetailCard .jobDetailCard-body .slide-job-img-sp{
    width: 100%;
    margin: 0 auto;
}
.jobDetailCard .jobDetailCard-body .slide-job-img-sp .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(50%);
    -moz-filter: opacity(50%);
    -o-filter: opacity(50%);
    -ms-filter: opacity(50%);
    filter: opacity(50%);
    transition: 0.2s linear;
}
.jobDetailCard .jobDetailCard-body .slide-job-img-sp li{
    margin: 0 10px;
}
.jobDetailCard .jobDetailCard-body .slide-job-img-sp li img{
    max-height: 160px;
    min-height: 147px;
    width: auto;
    margin: auto;
}
.jobDetailCard .jobDetailCard-body .slide-job-img-sp li p{
    margin: 5px 0 0 0;
    font-size: 11px;
    color: #777;
}
.common_schList{
    background-color: white;
    margin: 7px;
    padding-bottom: 10px;
    border-radius: 7px;
}
.common_schList h2{
    border-radius: 7px 7px 0 0;
    padding: 10px 15px;
}
.common_schList dl{
    padding: 0 7px;
}
/*
--------------------------------------------
    5.login
--------------------------------------------
*/
.login-box{
    padding: 0;
    border: none;
}
.password-reset-box{
  padding: 0;
  border: none;
}
#main.login table tr:last-child th{
    border-bottom: none;
}
#main form .sp_center{ /* 追加 */
    margin-right: 18%;
}



/*
--------------------------------------------
    6.search
--------------------------------------------
*/
#main.search-result{
    padding: 0 0 3rem 0;
}
#result-header{
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 10;
    padding: 7px 0 7px 15px;
}
#result-header h1.result-title{
    color: #666;
    font-weight: normal;
    font-size: 12px;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
}
#result-header h1.result-title::-webkit-scrollbar {
    display: none;
}
#result-header .result-title .fsP4{
    margin-left: 5px;
}
#result-header .result-title span.see-sp{
    display: inline-block;
}
#result-header h1.result-title:before{
    display: none;
}
/* search-box-wrap */
.search-box-wrap{
    background-color: #fff;
    margin-bottom: 1rem;
}
.search-box-content{
    padding: 8px 17px 15px 17px;
}
.research-box-wrap .research-box-item{
    display: flex;
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 44px;
    border: 1px solid #a1a1a1;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 0 10px;
}
.research-box-wrap .research-box-item a{
    width: calc(100% - 33px);
    text-decoration: none;
    position: relative;
    padding-right: 36px;
    line-height: 1.2;
}
.research-box-item .research-panel-icon{
    margin-right: 10px;
}
.research-box-item .research-panel-icon img{
    width: 23px;
    height: 23px;
}
.research-box-item .text-input-inner{
    font-style: normal;
    color: #bbb;
    font-size: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.research-box-item .text-input-inner.cl_blk{
    color: #222;
}
.research-box-wrap .research-box-item a span{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #0275d8;
    cursor: pointer;
}
.research-box-wrap .research-box-item a span:after, .searchtype #addTerm .gigaForm td .filter-link-box a span:after{
    content: "\f125";
    font-family: "Ionicons";
    margin-left: 5px;
}
.research-box-wrap .free-word-wrap .form-input {
    width: calc(100% - 68px);
    height: 44px;
    border: 1px solid #a1a1a1;
    padding: 0 10px 0 20px;
    border-radius: 8px;
    margin-right: 8px;
    position: relative;
}
.research-box-wrap .free-word-wrap .form-input input{
    padding: 0;
    height: 42px;
    transform: scale(0.8);
    border: none;
    background-color: inherit;
}
.research-box-wrap .free-word-wrap .form-input .clear-btn{
    position: absolute;
    right: 13px;
    top: 8px;
    color: #555;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.research-box-wrap .free-word-wrap .form-btn{
    width: 68px;
}
.research-box-wrap .free-word-wrap .form-btn .btn{
    width:  100%;
    padding: 0;
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
}
.free-word-wrap .form-input .research-panel-icon{
    position: absolute;
    top: 9px;
    left: 10px;
}
.free-word-wrap .form-input .research-panel-icon img{
    width: 20px;
    height: 20px;
}
.resent-search-content{
    border-top: 1px solid #ddd;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}
.resent-search-content h3 a{
    padding: 0 24px;
    color: #444;
    font-size: .9rem;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
}
.resent-search-content h3 a[aria-expanded="false"]:before {
    display: inline-block;
    content: "\f123";
    font-family: "Ionicons";
}
.resent-search-content h3 a[aria-expanded="true"]:before {
    display: inline-block;
    content: "\f126";
    font-family: "Ionicons";
}
.resent-search-content #ResentSearch{
    box-shadow: 0 4px 4px rgb(0 0 0 / 40%);
}
.resent-search-wrap{
    padding: 0 17px;
    max-height: 170px;
    overflow-y: scroll;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
}
.resent-search-wrap li{
    padding-bottom: 10px;
}
.resent-search-item {
    padding: 6px 0 6px 10px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #ddd;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.resent-search-item a{
   display: -webkit-box;
    padding-left: 18px;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    position: relative;
}
.resent-search-item a .fa-history:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.resent-search-item a span{
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.resent-search-clear{
    cursor: pointer;
    background: none;
    border: none;
}
.modal-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.modal-overlay #resultList{
    position: relative;
}
.modal-overlay #resultList:before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    top: -1rem;
    left: 0;
    z-index: 1;
}

#resultList{
    padding: 0 5px;
}
#resultList .search-num{
    border-bottom: none;
}
#resultList .search-num .count-num{
    display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.count-num .average{
    margin-left: -10px;
}
.count-num .average dl{
    background-color: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: bold;
}
.count-num .average dl dd{
    text-align: right;
    position: relative;
}
.count-num .average dl dd .play_allow img{
    width: 20px;
    position: absolute;
    left: 0;
    top: 6px;
}
.count-num .count-result{
    text-align: right;
}
#resultList #search_filter{
    margin: 0 auto;
    display: table;
}
#search_filter li{
    display: table-cell;
    text-align: center;
}
#search_filter li a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #fff;
    color: #555;
    border-right: 2px solid #efefef;
}
#search_filter li:nth-child(2) a{
    border-radius: 6px 0 0 6px;
}
#search_filter li:last-child a{
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #efefef;
}
#search_filter li a.selected{
    background-color: #1e7ad1;
    color: #fff;
    position: relative;
}
#search_filter li a.selected:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #1e7ad1;
    border-bottom: 5px solid transparent;
}
#search_filter .see-pc{
    display: none;
}
#change_areaRoute .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#change_areaRoute .modal-content{
    width: 100%;
    background-color: inherit;
    border:  none;
}
#change_areaRoute .modal-content h3{
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 0 #000;
    font-weight: bold;
}
#change_areaRoute .modal-content ul{
    padding: 20px 0 40px;
}
#change_areaRoute .modal-content ul li{
    width: 42%;
    padding: 0 6px;
}
#change_areaRoute .modal-content ul li .btn-change{
    display: block;
    background-color: #fff;
    padding: 26px 0;
    border-radius: 10px;
}
#change_areaRoute .modal-content ul li .btn-change span{
    display: block;
    padding-top: 54px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
}
#change_areaRoute .modal-content ul li .btn-change.link_area span{
    background: url(/images/common/icons/sch_icon_area.svg) no-repeat 50% 0;
    background-size: 42px auto;
}
#change_areaRoute .modal-content ul li .btn-change.link_traffic span{
    background: url(/images/common/icons/sch_icon_train.svg) no-repeat 50% 0;
    background-size: 46px auto;
}
#change_areaRoute .modal-content .close{
    float: unset;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
#change_areaRoute .modal-content .close span{
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 14px;
    margin-right: 4px;
    background-color: #bbb;
    border-radius: 4px;
}
/* #24 追加(461行目まで) */

#main.search-result section#resultList .matometeoubo,
#main.considerationlist .matometeoubo,
#main.latestlist .matometeoubo,
.matometeoubo-footer{
    background: #fff;
    margin-bottom: 1.3rem;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-radius: 0.5rem;
}

#main.considerationlist .matometeoubo:after, #main.considerationlist .matometeoubo-footer:after,
#main.latestlist .matometeoubo:after, #main.latestlist .matometeoubo-footer:after{
    display: none;
}
.search-zero-match .error-txt{
    border: 1px solid #bbb;
    margin: .75rem .75rem 0;
}
.search-zero-match h3.head-meg{
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border-radius: 0;
  font-weight: bold;
}
.search-recommend-wrap h3{
    border: none;
    color: #595959;
    font-size: 17px;
    margin: 1.5rem 1rem 0;
}
.search-recommend-lists li{
    width: 93%;
    padding: 4px;
}
.search-recommend-lists li .btn-recommend{
    background-color: #fff;
    box-shadow: 0 2px 2px -2px #666;
    padding: 7px 15px;
}
.search-recommend-lists li .btn-recommend .btn-img {
    width: 92px;
}
@media only screen and (min-width: 551px) {
#main .matometeoubo .row,
.matometeoubo-footer .row{
    justify-content: center;
    align-items: center;
}
}
@media only screen and (max-width: 550px) {
#main.search-result section#resultList .matometeoubo .allcheck{
    text-align: center;
    padding: 0;
    position: relative;
}
.matometeoubo .btn, .matometeoubo-footer .btn{
    width: 180px;
}
.matometeoubo .allcheck label, .matometeoubo-footer .allcheck label{
    font-size: 9px;
}
#main.search-result section#resultList .matometeoubo .allcheck input#alloubo{
    position: absolute;
    bottom: 6px;
    left: 15%;
}
#main.considerationlist .matometeoubo .allcheck, #main.latestlist .matometeoubo .allcheck, .matometeoubo-footer .allcheck{
    text-align: center;
    margin-right: 10px;
    width: 76px;
}
.matometeoubo .all-entry, .matometeoubo-footer .all-entry{
    width: calc(100% - 90px);
}
.matometeoubo .all-entry .btn, .matometeoubo-footer .all-entry .btn{
    width: 100%;
}
#main .matometeoubo .row,
.matometeoubo-footer .row{
    font-size: .85rem;
}
}
/*
--------------------------------------------
    7.entry
--------------------------------------------
*/

/*entry-form*/
#main.entry-complete .recommend-message{
    padding: 1.2rem;
    font-size: 13px;
    letter-spacing: .7px;
}
#main.entry-form{
    padding: 0;
}
.message-entry-login{
    font-size: 12px;
    text-align: center;
    color: #595960;
    font-weight: bold;
    padding-bottom: 1rem;
    margin: 0;
}
#main.entry-form section#entry-info .accordion .switch,
#main.entry-form section#entry-info .accordion .switch-close {
    padding: 0;
    font-size: 13px;
}
#main.entry-form .consent-link, #formFooterBox .consent-link{
    font-size: .7rem;
    color: #646464;
}
#ouboForm{
   padding: 0 15px;
}
#ouboForm table.gigaForm{
    border: none;
}
#ouboForm table.gigaForm th, #ouboForm table.gigaForm td {
   display: table-cell;
    border: none;
}
#ouboForm table.gigaForm th{
   width: 64px;
    color: #3a3a3a;
    background-color: inherit;
   vertical-align: top;
   padding: 1.65rem .5rem 0 0;
   font-size: 13px;
    font-weight: bold;
   text-align: right;
   line-height: 1.4;
}
#ouboForm table.gigaForm th .badge-must{
   display: none;
}
#ouboForm table.gigaForm td{
   padding: 1.2rem 0 0;
}
#ouboForm table.gigaForm td input, #ouboForm table.gigaForm td select.select-lg{
    padding: 10px;
}
#ouboForm table.gigaForm td select{
   height: 42px;
   padding-right: 1.75rem;
   padding-left: .8rem;
}
#ouboForm table.gigaForm td input.input-sm{
    box-sizing: border-box;
    width: 48.6%;
}
#ouboForm table.gigaForm td input.input-zip{
    width: 47.6%;
    font-size: 16px;
}
#ouboForm table.gigaForm td .mgn_r_03 {
    margin-right: 10px;
}

#ouboForm table.gigaForm td .care{
    font-size: 11px;
}
#ouboForm table.gigaForm td .unit {
    margin: .2rem .2rem 0;
    font-size: 11px;
}
#ouboForm table.gigaForm td.form_auto .form-control:disabled, #ouboForm table.gigaForm td.form_auto .form-control[readonly]{
    opacity: 1;
    background-color: #DADADA;
    color: #7C7C7C;
}
#ouboForm table.gigaForm.customTbl{
    display: block;
    margin-top: 10px;
    border-top: 1px solid #c2c2c2;
}
#ouboForm table.gigaForm.customTbl th, #ouboForm table.gigaForm.customTbl td{
    display: block;
    width: 100%;
    text-align: left;
}
#ouboForm table.gigaForm.customTbl th{
   padding-top: 1.2rem;
}
#ouboForm table.gigaForm.customTbl td{
   padding-top: .5rem;
}
/*entry-confirm*/
#main.entry-confirm section#profile table th,
#main.entry-confirm section#profile table td{
    display: block;
    width: 100%;
}
.button-area.touroku .mgn_b_02 {
    margin-bottom: 0;
}
.oubo .btn-entry{
    font-size: 16px;
}
.touroku .line-btn img {
    margin-bottom: 16px;
}

#awasete-panel .modal-dialog{
    top: 20%;
}

#awasete-panel .modal-content{
  height: 320px;
}
#awasete-panel .modal-body .col-12{
    padding: 0 5px;
}
#awasete-panel .modal-body .message-y{
    padding: 5px 7px;
}
#awasete-panel .modal-body .message-y img{
    width: 26px;
}
#awasete-panel .modal-footer .col-6{
    padding: 0;
}
#keepedJob-panel .modal-contentt{
    background-color: inherit;
}
/* app-badges */
.app-badges .app-btn{
    padding: 0;
}
.app-badges .app-icon{
    width: 80px;
}
.app-badges .app-text{
    padding-left: 92px;
    text-align: left;
    margin-bottom: 10px;
}
.app-badges {
    padding: 20px;
}
.app-badges .app-contents, .line-badges .line-contents{
    flex-wrap: wrap;
}
.app-badges .app-btn h2, .line-badges h2{
    font-size: 19px;
}
.line-badges {
    padding: 20px;
    background-color: #01bd28;
}
.line-badges .line-contents{
    background-color: white;
    border-radius: 10px;
    padding: 13px;
}
.line-badges .line-text, .line-badges .line-btn{
    width: 100%;
}
.line-badges .line-btn a{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.line-badges .line-btn img{
    width: 60%;
    height: auto;
}
#main.entry-complete .entryFooterInner{
    padding: 1.25rem 0;
}
#main.entry-complete .entry-step .step-head p{
    font-size: 13px;
    margin-top: 15px;
    text-align: left;
}
#main.entry-complete .entry-step .app-badges{
    background-color: white;
    border-radius: 7px;
}
#main.entry-complete .entry-step .app-badges .app-bnr{
    position: relative;
    padding-left: 86px;
    margin-bottom: 15px;
}
#main.entry-complete .entry-step .app-badges .app-bnr:before{
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(/images/common/app-icon.png);
    background-size: contain;
    border: 2px solid #eee;
    border-radius: 14px;
}
#main.entry-complete .entry-step .app-badges .app-bnr p{
    font-size: 1.3rem;
    color: #333;
}
#main.entry-complete .entry-step .app-badges .app-btn ul{
    display: flex;
}
#main.entry-complete .entry-step .app-badges .app-btn ul li.ios-btn{
    margin: 0 10px 0 0;
}
/*
--------------------------------------------
    8.header
--------------------------------------------
*/
.drawer-overlay{
    background-color: rgba(0,0,0,.5)
}
header .topBar{
    border: none;
}
.header-nav .drawer-nav{
    width: 21rem;
}
.drawer--right .drawer-nav{
    right: -21rem;
}
.drawer--right.drawer-open .drawer-hamburger{
    right: 21rem;
}
header #navbarToggler01{
    margin-right: -1rem;
    margin-left: -1rem;
}
.header-main{
    padding: 0;
}
header #navbar-first{
    padding: 4px 0 0;
}
header #navbar-first .sp-menu-icon {
    text-align: right;
}
header #navbar-first .sp-menu-icon ul{
    margin-right: 52px;
}
header #navbar-first .sp-menu-icon a{
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 50px;
    height: 49px;
    padding-top: 30px;
    color: #333;
    font-size: 10px;
    text-align: center;
}
header #navbar-first .sp-menu-icon a.history {
    background: url(/images/common/icons/header-icon-history.png) no-repeat 50% 5px;
    background-size: 26px;
}
header #navbar-first .sp-menu-icon a.keep{
    background: url(/images/common/icons/header-icon-keep.png) no-repeat 50% 6px;
    background-size: 25px;
}
header #navbar-first .sp-menu-icon a.keeped{
    background: url(/images/common/icons/header-icon-keeped.png) no-repeat 50% 6px;
    background-size: 25px;
}
.drawer-nav-lists .drawer-menu li a:before{
    display: inline-block;
    content: '';
    width: 35px;
    height: 30px;
    vertical-align: middle;
}
.drawer-nav-lists .drawer-menu.others li a:before{
    display: none;
}
.drawer-nav-lists .drawer-menu li .keep:before {
    background: url(/images/common/icons/header-icon-keep.png) no-repeat 0 3px;
    background-size: 25px;
}
.drawer-nav-lists .drawer-menu li .history:before {
    background: url(/images/common/icons/header-icon-history.png) no-repeat 0 3px;
    background-size: 25px;
}
.drawer-nav-lists .drawer-menu li .area:before {
    background: url(/images/common/icons/areawaku-blue.png) no-repeat -2px 0;
    background-size: 30px;
}
.drawer-nav-lists .drawer-menu li .train:before {
    background: url(/images/common/icons/header-icon-train.png) no-repeat -2px 0;
    background-size: 28px;
}
.drawer-nav-lists .drawer-menu li .job:before {
    background: url(/images/common/icons/header-icon-job.png) no-repeat 0 2px;
    background-size: 25px;
}
header #navbar-first .sp-menu-icon .keep-link{
    position: relative;
}
header #navbar-first .sp-menu-icon .see-sp span{
    display:block;
    font-size: 10px;
    color: #777;
    margin-top: .12rem; /* 追加 */
}
.header-logo{
    width: calc(100% - 100px);
    align-self: flex-start;
    padding-left: 10px;
}
.header-logo .header_date{
    font-size: 10px;
    color: #c6c6c6;
    width: 100%;
    margin: 0 0 4px 0
}
.header-logo .logo-link{
    width: 120px;
}
.sp-menu-icon ul .nav-item a .keep-list-number{
    position: absolute;
  top: 0px;
    right: -4px;
}
.drawer-nav-lists .drawer-menu-btn {
    padding: 10px;
}
.drawer-nav-lists .drawer-menu-btn li{
    width: calc((100% - 10px)/ 2);
}
.drawer-nav-lists .drawer-menu-btn li .btn{
    width: 100%;
    padding: 0;
    height: 44px;
    line-height: 43px;
    border-radius: 10px;
}
.drawer-nav-lists .drawer-menu li.menu-list-title{
    color: var(--blue-color);
    background-color: #EAEEF4;
    padding: .6rem;
    font-size: 12px;
    border: none;
}
.drawer-nav-lists .drawer-menu li.nav-item a{
    display: block;
    padding: 10px;
    color: #444;
    border-bottom: 1px solid #dfdfdf;
}
.drawer-nav-lists .drawer-menu li.nav-item:last-child a{
    border-bottom: none;
}
header #navbar-first .navbar-toggler{
    -webkit-align-self: flex-end; /* Safari */
    align-self: flex-end;
}
button.drawer-toggle.drawer-hamburger{
    position: absolute;
    top: 5px;
    padding: 5px 15px 0; /* 変更 */
    width: 22px;
}
button.drawer-toggle.drawer-hamburger:focus{
    outline: none;
}
button.drawer-toggle.drawer-hamburger span#h-text {   /* 追加 */
    width: 44px;
    margin-top: 12px;
    font-size: 10px;
    color: #333;
    display: block;
    position: relative;
    right: 12px;
}

header #navbar-first span.see-sp{
    position: absolute;
    font-size: .7rem;
}
header #navbar-first span.rireki{
    right: 5rem;
}
header #navbar-first span.keep{
    right: 9rem;
}
.header-logo .area-change a{
    font-size: 11px;
    color: var(--blue-color);
    padding-left: 6px;
}
.header-logo .area-change span{
    padding: 4px 2px 4px 5px;
    border: 1px solid;
    border-radius: 4px;
    font-weight: bold;
}
.area-change a span:after{
    content: "\f125";
    font-family: "Ionicons";
    display: inline-block;
    font-size: 9px;
    padding-left: 4px;
    background: none;
    margin-left: 0;
    width: inherit;
    height: inherit;
    vertical-align: inherit;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    background-color: #333;
}
.drawer-hamburger-icon:before {
    top: -8px;
}
.drawer-hamburger-icon:after{
    top: 8px;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after{
    background-color: #fff;
}
.drawer-open button.drawer-toggle.drawer-hamburger span#h-text{
    color: #fff;
}
/*
--------------------------------------------
    9.footer
--------------------------------------------
*/
.footer-nav{
  background-color: #1c72c2;
}
footer .footer-search-list{
    display: initial;
}

footer .footer-search-list>div{
  width: 100%;
  float: none;
  margin-bottom: 1rem;
}
footer .footer-nav ul{
    width: 100%;
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
}
footer .footer-link-list li{
    padding: 7px 0;
    margin: 0;
}
.footer-nav .sec03{
    font-size: 13px;
    padding: 1rem;
}
.footer-nav ul.extra_contents_link li:not(:last-child) a {
    border: none;
    font-size: 11px;
}

footer#entryFooter .flex{
  justify-content: center;
}

/*
--------------------------------------------
    10.panel
--------------------------------------------
*/
.modal .modal-body section ul li{
    min-width: 50%;
    width: auto;
}

/*カンタン検索モーダル*/
#modal-search .modal-content ul.nav-tabs>li>a{
    line-height: 24px;
    padding: 11px 0px;
    font-size: 85%;
}
#modal-search .modal-content ul.nav-tabs>li:last-child>a{
    line-height: 70px;
    padding: inherit;
}
#modal-search .modal-dialog{
    width: 95%;
}

/*学校選択モーダル*/
#modal-school .schoolnamelist li{
  min-width: unset;
}


/*
--------------------------------------------
    11.mypage
--------------------------------------------
*/
#main.mypage{
  margin-right: -15px;
  margin-left: -15px;
}
#main.mypage .offerBox p{
  padding-left: 40px;
  background-size: auto 36px;
}
#main.mypage .offerBox .offerBtn{
  width: 80%;
  position: initial;
  margin-top: .3rem;
}
.mypage-edit section.form-sec h3{
    background-color: #fff;
    color: #222;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 8px 0;
}
/*tab2 応募履歴*/
#main.mypage #tab2 .tabTitle+span{
    margin-top: -1rem;
    margin-bottom: .5rem;
    font-size: .9em;
    text-align: right;
}
#main.mypage #tab2 .entryJobCard th,
#main.mypage #tab2 .entryJobCard td{
    display: table;
    width: 100%;
    border-collapse: separate;
    padding: .5rem .75rem;
}
#main.mypage #tab2 .entryJobCard .rirekiJob td{
    width: 100%;
}
#main.mypage #tab3 table.gigaForm td input.input-lg{
    width: 100%;
}
#ouboForm table.gigaForm th .badge-must{
   margin-left: 0;
   top: 2px;
   border-radius: 3px;
}
#main.mypage #tab4 table.gigaTable td, #main.mypage-edit table.gigaForm td{
    padding: .75rem .5rem;
}
#main.mypage-edit table.gigaForm th .badge-must{
    margin: 3px 0 0 0;
}
#main.mypage-edit .form-sec table.gigaForm th, #main.mypage-edit .form-sec table.gigaForm td{
    display: block;
    width: 100%;
}
#main.mypage-edit .form-sec table.gigaForm th{
    text-align: left;
    padding: .75rem;
    font-size: 1rem;
}



#main.mypage-offer .matometeoubo.see-sp {
    padding: 1rem;
}
#main.mypage-offer .matometeoubo.see-sp .btn {
    padding: 1rem .5rem;
    width: 100%;
    margin-left: 0px;
}

.mypage-edit .content-head h2{
  text-align: center;
  margin-top: 1.2rem;
}
.mypage .nav-tabs li{
  width: 50%;
  text-align: center;
}
.mypage .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background-color: var(--blue-color);
  color: white;
}
.mypage-main .account-wrap dl dt{
  width: 110px;
}
.mypage-main .account-wrap dl dd{
  width: calc(100% - 110px);
}
.mypage .table th, .newsletter .table th{
  width: 110px;
  display: table-cell;
  font-size: 12px;
}
.mypage .table td{
  display: table-cell;
}
.mypage .app-badges .app-contents{
  flex-wrap: nowrap;
}
/*
--------------------------------------------
    12.mypage-unregist
--------------------------------------------
*/





/*
--------------------------------------------
    13.index
--------------------------------------------
*/

#main.index .checkActivationWrap{
    padding: .7rem 0 0rem;
}
#main.index .checkActivationWrap .btn-white{
    font-size: 70%;
}
#main.index .checkActivationWrap .selectedTermsArea{
    margin-bottom: 0px;
}
#main.index section.search-box .nav-tabs .nav-link:before{
    height: 15px;
    width: 15px;
}
#main.index section.search-box .nav-tabs .nav-link{
    font-size: 80%;
    line-height: 15px;
}

#main.index section.search-box #tab1 table th,
#main.index section.search-box #tab1 table td{
    display: block;
    width: 100%;
}
#main.index section.search-box #tab1 table th>img{
    width: 22px;
    margin-right: 6px;
}
#main.index section.search-box #tab1 table td li{

}
#main.index section.search-box #tab2 ul.prefectureList li{
    width: 50%;
}
#main.index section.search-box #tab2 section.roseneki #accordion .card .allCheckChild li{
    width: 50%;
    line-height: 1.8rem;
}
#main.index section.search-box #tab2 section.jouken table th,
#main.index section.search-box #tab2 section.jouken table td {
    display: block;
    width: 100%;
}
#main.index section.search-box #tab2 section.jouken table th>img {
    width: 22px;
    margin-right: 6px;
}
#main.index section.search-box #tab3 table th,
#main.index section.search-box #tab3 table td{
    display: block;
    width: 100%;
}
#main.index section.search-box #tab3 table td li{
    min-width: 50%;
    width: auto;
}

#main.index .special .card-block{
    padding: .5rem;
}
#main.index .special table th,
#main.index .special table td{
    width: 100%;
    display: block;
}

/*
--------------------------------------------
    14.index-sp
--------------------------------------------
*/
ul li .badge.badge-pink, ul li .badge.badge-success{
    padding: .5rem .7rem;
    font-size: 85%;
}

/*
--------------------------------------------
    15.regist
--------------------------------------------
*/
.regist-form .regist-tbl th, .regist-form .regist-tbl td{
    display: block;
    width: 100%;
    border: none;
    background-color: inherit;
    padding: .3rem 0.75rem;
}
.regist-form .regist-tbl th, .regist-form .regist-tbl td.pas-head{
    padding-bottom: 0;
    font-size: 12px;
    background-color: inherit;
}
.regist-form .regist-tbl th .badge-must{
    float: none;
}
.registSelect_birth-day {
    width: 100%;
}
.regist-form .regist-tbl td .zip-warp li:first-child, .regist-form .regist-tbl td .zip-warp li:last-child{
    width: calc((100% - 10px) / 2);
}
#main.regist-form .regist-tbl td input.input-lg,
#main.regist-form .regist-tbl td select{
    width: 100%;
}

#main.regist-form section.form-sec h5, #main.regist-confirm section.form-sec h5{
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px 10px;
}
footer#entryFooter .footer-icon img{
    padding: 0 10px;
}
/*regist-confirm*/

#main.regist-confirm table th,
#main.regist-confirm table td{
    display: block;
    width: 100%;
}
#eyecatch .kantan-bar>div>a{
    font-size: 76%;
}
#main.regist-complete .button-area .btn{
    width: 280px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    font-weight: bold;
}
/*
--------------------------------------------
    16.considerationlist
--------------------------------------------
*/
#main.considerationlist .matometeoubo.see-sp{
    padding: 1rem;
}
#main.considerationlist .matometeoubo.see-sp .btn{
  padding: 1rem .5rem;
  width: 100%;
  margin-left: 0px;
}
#main .matometeoubo .btn-entry,
.matometeoubo-footer  .btn-entry{
    width: 100%;
}

.job-num-txt{
    text-align: center;
    font-weight: bold;
}


/*
--------------------------------------------
    17.latestlist
--------------------------------------------
*/
#main.latestlist .matometeoubo.see-sp{
    padding: 1rem;
}
#main.latestlist .matometeoubo.see-sp .btn{
  padding: 1rem .5rem;
  width: 100%;
  margin-left: 0px;
}



/*
--------------------------------------------
    18.searchtype
--------------------------------------------
*/

@media only screen and (max-width: 370px) {
#addTerm table.gigaForm td .Checkhalf li .l-s{
  letter-spacing: -2.8px;
}
}
/*
--------------------------------------------
    19.info
--------------------------------------------

.oiwaikin
--------------------------------------------
*/

#oiwaikin_Tab, #tanki_Tab, #resarch_Tab{
    overflow: hidden;
    overflow-x: scroll;
}
#oiwaiContainer, #tankiContainer, #resarchContainer{
    border-bottom: 0;

}
#oiwaiContainer .nav-item, #tankiContainer .nav-item, #resarchContainer .nav-item{
    text-align: center;
    margin-right: 2px;
}
.nav-item .kanto, .nav-item .kansai, .nav-item .tokai, .nav-item .shikoku, .nav-item .tyuugoku{
    width:85px;

}
.nav-item .hokuriku, .nav-item .hokkaido, .nav-item .kyusyu{
    width: 117px;
}
#oiwaiContainer .nav-item .nav-link, #tankiContainer .nav-item .nav-link, #resarchContainer .nav-item .nav-link{
   padding: 0;
   height: 40px;
   line-height: 40px;
   font-size: 15px;
   font-weight: bold;
   color: #000;
   border: 1px solid #ffd700;
   border-top-right-radius: 0.3rem;
   border-top-left-radius: 0.3rem;
}
#oiwaikin_Tab #oiwaiContainer .nav-link.active{
    background: #ffd700;
    border: none;
}
#oiwaikin_area .tab-content, #tanki_area .tab-content{
    padding: 1rem .5rem 0 .5rem;
    line-height: 1;
    background-color: #ffd700;
    box-shadow: #eec900 0 -8px 0 inset;
}
#oiwaikin_area .tab-content .areaTitle{
    margin: .7rem auto 1.2rem auto;
}
.tab-content .areaTitle h2{
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
}
.tab-content .areaTitle h2:before{
    margin:0 6px 0 0;
    content:" ";
    display:inline-block;
    width: 27px;
    height:27px;
    background: url("/images/common/icons/earth.png");
    background-repeat: no-repeat;
    background-size:contain;
    vertical-align:middle;
    position: relative;
    top: -2px;


}
.areaList{
  justify-content: center;

}
.areaList li {
    width: 25%;
    padding: 5px 5px 20px 5px;
    text-align: center;
}
.areaList li a {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 70px;
    background-color: #fff;
    box-shadow: #dddddd 0 -4px 0 inset;
    border-color: #eec900;
    border-radius: 10px;
    color: #000;
}

/*
.tanki
--------------------------------------------
*/
.icatch{
  height: 160px;
  width: 100%;
  background: url(/images/common/tanki_icatch-sp.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;

}
#tanki_area .title_center h2, #tanki_point .title_center h2{
    background: #e1e1e1;
    color: #515151;
    width: 100%;
    border-radius: 0;
    border-top: 2px solid #515151;
}
#tanki_area .title_center h2:after, #tanki_point .title_center h2:after{
    border-color: #e1e1e1 transparent transparent transparent;
}

#tanki_area .title_center p{
    margin: 7px 0;
}

#tankiContainer .nav-item .nav-link{
    border-color: #ffae27;
}
#tanki_Tab #tankiContainer .nav-item .nav-link.active{
    background: #ffbb49;
    border: none;
}

#tanki_area .tab-content{
    padding: 1rem .5rem 0 .5rem;
    line-height: 1;
    background-color: #ffbb49;
    box-shadow: #ffae27 0 -8px 0 inset;
}

#tanki_area .tab-content .areaList li a{
    border-color: #f39800;
}
#tanki_point h3{
    text-decoration: underline;
    font-size: 1.25rem;
}
#tanki_point ul{
    width: 320px;
    margin: 0 auto;
    padding: 1rem;
    font-size: 1.1rem;
    text-align: left;
}
#tanki_point ul li{
    font-weight: bold;
}
#tanki_point ul li i{
    color: red;
    font-size: 20px;
    margin-right: 8px;
}
#tanki_point p{
    width: 360px;
    margin: 0 auto;
    padding: .5rem;
    text-align: left;
    font-size: 1rem;
}



/*
.resarch
--------------------------------------------
*/
#resarch .icatch{
    height: 230px;
  width: 100%;
  background: url(/images/common/resarch_icatch-sp.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#resarch .bk_bar{
    border-radius: 0;
    border-top: 2px solid #005858;
}
#resarch .bk_bar h2{
    font-size: 1.3rem;
}
#resarchContainer .nav-item .nav-link{
    border-color: #ffae27;
}
#resarch_Tab #resarchContainer .nav-item .nav-link.active{
    background: #ffbb49;
    border: none;
}

#resarch_area .tab-content{
    padding: 1rem .5rem 0 .5rem;
    line-height: 1;
    background-color: #ffbb49;
    box-shadow: #ffae27 0 -8px 0 inset;
}

#resarch_area .tab-content .areaList li a{
    border-color: #f39800;
}
#resarch_area .tab-content .areaTitle h2, #resarch_area .areaList li a{
    color: #000;
}
.Ex_box{
     flex-direction: column;
}
.Ex_box ul{
    width: 80%;
    padding: .5rem;
    margin: auto;
}

.Ex_box ul .Ex_img{
    width: 78%;
}


/*
--------------------------------------------
    20.top
--------------------------------------------
*/
#Alltopcontent .container{
    padding: 0;
}
#Alltopcontent .visual {
 -moz-background-size: 160% auto;
  background-size: 160% auto;
}
.top-ttl{
    margin-top: 10px;
}
#Alltopcontent .index {
    background-color: var(--blue-color);
    position: relative;
    margin-top: 40px;
}
#Alltopcontent .index:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 42px;
    border-radius: 50% / 100% 100% 0 0;
    background:  var(--blue-color);
    position: absolute;
    top: -33px;
    right: 0;
    z-index: -1;
}
#Alltopcontent .counter{
    border: none;
    box-shadow: none;
}
.Allarea .Allarea-map{
    margin: 0;
    padding: 0 10px;
    background: inherit;
    box-shadow: none;
}
.Allarea-GN{
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 10;
}
.Allarea-GN .ui-icon__gn{
    display: inline-block;
    background: url(/images/common/GN_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 102px;
}
.Allarea .Allarea-map .counter{
    width: 52%;
    border-radius: 4px;
    border: none;
    font-size: 12px;
}
.Allarea-map .map-inner{
  border: none;
  padding: 0 .75rem 1rem;
  background-color: inherit;
}
.Allarea-map .map-inner h2{
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: none;
  margin: 0 0 10px;
  text-align: center;
  color: white;
}
.Allarea-map .map-inner h2 .ion-ios-search-strong:before{
  content: "\f4a4";
  font-size: 22px;
  position: relative;
  top: 2px;
}
.Allarea-map .map-inner .map-body_sp ul li a{
    color: #222;
}
#Alltopcontent .col-md-5, #Alltopcontent .col-md-9{
    padding: 0 10px;
}
.Allarea-list{
    margin-top: 0;
}
.Allarea-list .area-sch-box h2{
    display: none;
}
.area-sch-box .area-sch-body{
    border: none;
    padding: 0;
}
.area-sch-box .area-sch-body dl{
    border: none;
}
.area-sch-box .area-sch-body dl dt, .area-sch-box .area-sch-body dl dd{
    display: block;
    width: 100%;
}
.area-sch-box .area-sch-body dl dt{
    text-align: left;
    padding: 6px 20px 4px 15px;
    background-color: var(--light-gray-color);
    border-radius: 0;
    font-size: 15px;
    border-bottom: 2px solid #EBECEE;
}
.area-sch-box .area-sch-body dl dt a{
    color: #222;
    display: block;
}
.area-sch-box .area-sch-body dl dt a:before{
    background-color: var(--dark-blue-color);
    display: inline-block;
    width: 5px;
    height: 16px;
    border-radius: 2px;
    margin-right: 9px;
    content: "";
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.area-sch-box .area-sch-body dl dt a:after{
    content: "\f125";
    font-family: "Ionicons";
    color: #BCBCBD;
    font-size: 1rem;
    float: right;
}
.area-sch-box .area-sch-body dl dt a span{
    display: inline-block;
}
.area-sch-box .area-sch-body dl dd ul {
    padding: 0 0 0 20px;
}
.area-sch-box .area-sch-body dl dd ul li {
    width: auto;
    padding-top: 7px;
}
.area-sch-box .area-sch-body dl dd ul li a{
    text-decoration: underline;
    padding: 3px 10px;
    border-right: 1px solid #bbb;
}
.area-sch-box .area-sch-body dl dd ul li:last-child a{
    border-right: none;
}
#Alltopcontent .search-recommend-lists li .btn-recommend{
    background-color: #f4f4f6;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
    border: none;
}
#Alltopcontent .sch_units{
    padding: 10px 0;
    background-color: var(--light-gray-color);
}
.sch_units .sch_box{
    border: none;
    padding: 10px 15px;
    margin: 0;
}
.sch_units .sch_box h2{
    margin-bottom: 7px;
}
.sch_units .sch_box ul{
    display: block!important;
    padding: 0;
}
.sch_units .sch_box ul li{
    display: inline;
}
.sch_units .sch_box ul li a{
    display: inline-block;
    padding: 5px 9px;
    margin: 0 5px 6px 0;
    font-size: 11px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #EBECEE;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.lp_banner_slide .slideItem p{
    font-size: 18px;
    text-align: center;
}
.lp_feature_link h2{
    background-color: inherit;
}
#sub-area{
  margin: 0 0 3rem;
}
#Alltopcontent .bd-box{
    margin-bottom: 2rem;
}
.Guide_area{
    border: none;
    padding: 0;
}
.Guide_area h2 {
    border-top: 1px solid #caddf1;
    border-bottom: 1px solid #caddf1;
    border-radius: 0;
    margin-right: -5px;
    margin-left: -5px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.85);
}
.Guide_area .gd_box02 {
    border-bottom: 2px dashed #ddd;
}
.Guide_area .gd_box ul{
    flex-direction: column;
}

.Guide_area .gd_box ul li{
     width: 100%;
}
.Guide_area .gd_box ul .gd_txt{
    padding: .7rem 0;
}
.Guide_area .gd_box ul .gd_txt p{
    margin-bottom: 0;
}
.app_bottom_banner{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
    text-align: center;
    padding: 15px 32px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
    z-index: 10001;
}
.app_bottom_banner .app_icon{
    width: 68px;
    height: 68px;
    border: 2px solid #eee;
    margin: auto;
    border-radius: 18px;
}
.app_bottom_banner .btn-blue{
    font-weight: bold;
    border-radius: 50vh;
    border: none;
}
/*
--------------------------------------------
    21.resort
--------------------------------------------
*/

.resot-index h2{
    font-size: 1.5rem;
}
button.btn-resort{
    width: 90%;
}
.resot-index {
    padding: 1rem 0;
}
.resort-nav, .type-img{
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resort-nav li {
    width: 48%;
    margin: 2px;
}
.resort-nav li a {
    font-size: 1.1rem;
    height: 48px;
    line-height: 48px;
}
#resort-type .type-img li{
    width: 32%;
}
#resort-type .type-img li:nth-child(3){
    margin-right: 0;
}
#resort-type .type-img li:nth-child(4){
    margin-left: 0;
}
#resort-type .type-box, .advice-box{
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
#resort-type .type-box li{
    width: 100%;
    margin: auto;
    margin-top: 27px;
}
#resort-merit .merit-box li{
    width: 90%;
}
.advice-box li h3, .advice_article h3 {
    padding: 5px 0;
}
#resort-advice h3:before, #resort-advice h3:after{
    margin: 0 .5rem;
}
#resort-advice .advice-txt{
  text-align: left;
}
.advice-box li{
    width: 100%;
    margin: 0 0 10px;
}
.advice_article{
    margin: 0 0 2rem;
}
.advice_article table.item tr{
    display: block;
    margin-bottom: 7px;
}
.advice_article table.item th, .advice_article table.item td{
    display: inline-block;
    width: 100%;
}
.area-box dl.area_menu {
    width: 47%;
    margin: 10px 5px 10px;
}
.area-box dl.area_menu dt.area_btn{
    font-size: 16px;
    height: 52px;
    line-height: 52px;
}
.area-box dl.area_menu dd .area_list li {
    width: 47.4%;
    margin: 0 2px 7px 2px;
}


/*
report
--------------------------------------------
*/

.report-icatch{
    -moz-background-size:auto 100%;
    background-size:auto 100%;
    height: 130px
}
.report-icatch .report-ttl h1{
    font-size: 5vw;
    margin-bottom: 10px;
}
.report-icatch .report-ttl p{
    font-size: 11px;
    letter-spacing: -1;
}
#report .select-area dt{
    width: 50%;
}
#report .select-area dd .btn{
    width: 130px;
    margin-left:1rem;
}
.repoCard .repo-head{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
.repoCard .repo-ttl {
    font-size: 1.2rem;
    margin: .5rem 0;
}
.repoCard .repo-head li p{
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 7px;
    font-size: .8rem;
}
#report-box {
    padding: 1rem .75rem 2rem;
}
/*
reportdetail
--------------------------------------------
*/
.repodetail h1 {
    font-size: 1.3rem;
    margin-top: 10px;
}
/*
--------------------------------------------
    21.job-exit
--------------------------------------------
*/
.job-exit-ttl {
   padding: 3px 0 3px 8px;
   font-size: 16px;
   margin: 1rem .5rem;
}
#job-exit-block .job-exit-text{
    background-color: inherit;
    padding: 1rem 0;
}


/*
--------------------------------------------
    22.conditions
--------------------------------------------
*/
.conditions h2{
  background-color: #eee;
  border-radius: 2px;
}
.conditions ul li{
  float: left;
  padding: 7px;
  width: 50%;
}
.conditions ul li a{
  text-decoration: underline;
  font-size: 14px;
}
/* areaselect-panel */
.areaselect-panel .modal-dialog{
    margin: 0;
}
.areaselect-panel .modal-content{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: white;
    transition: 0.5s;
    border: none;
    border-radius: 0;
}
.areaselect-panel .nav-head h2{
    background-color: var(--blue-color);
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 7px;
}
.areaselect-panel .nav-head .logo{
    width: 142px;
    margin: 20px auto;
}
.areaselect-panel .counter{
    padding: 6px 26px 6px 16px;
    margin: 0 0 1rem;
    box-shadow: none;
}
.areaselect-panel .modal-body{
    background-color: var(--blue-color);
    padding: 25px 10px 22px 10px;
    margin-top: 10px;
}
.areaselect-panel .modal-head{
    position: relative;
}
.areaselect-panel .modal-body h3{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
    letter-spacing: 1.1px;
}
.areaselect-panel .prefselecter-prev.btn{
    background-color: #fff;
    padding: 6px 4px;
    border: none;
    box-shadow: none;
    top: 0;
    left: 6px;
}
.areaselect-panel .prefselecter-prev.btn:before{
    color: #34c067;
}
.areaselect-panel .tar-area-list li{
    width: 33.3%;
    padding: 0 5px 10px;
}
.areaselect-panel .tar-area-list a{
    display: table;
    width: 100%;
    border: none;
    box-shadow: none;
}
.areaselect-panel .tar-area-list a span{
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    height: 72px;
    line-height: 1.2;
}
.areaselect-panel .tar-area-list li a span:after {
    color: #34c067;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.areaselect-panel .gn-search{
    position: absolute;
 background-image: url(/images/common/gn_areaselect.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 86px;
    height: 66px;
    top: -62px;
    right: 10px;
}

/* .footer__breadcrumbs */
.footer__breadcrumbs{
   background-color: var(--blue-color);
   height: 30px;
   line-height: 30px;
}
.footer__breadcrumbList {
   overflow-x: scroll;
   word-break: keep-all;
   white-space: nowrap;
}
.footer__breadcrumbList::-webkit-scrollbar {
   display: none;
}
.footer__breadcrumbList li{
   position: relative;
}
.footer__breadcrumbList li:not(:first-child):before {
   content: "";
   left: 0;
   margin-top: -15px;
   position: absolute;
   top: 50%;
   background-image: url(/images/common/breadcrumb_arrow.png);
   background-repeat: no-repeat;
   background-size: 7px 30px;
   height: 30px;
   width: 7px;
}
.footer__breadcrumbList li .nav-link{
   display: block;
   padding: 0 6px 0 15px;
   color: #fff;
   font-size: 11px;
}
/*
--------------------------------------------
    24.faq
--------------------------------------------
*/
.faq .col-md-8, .faq .col-md-4{
    padding: 0;
}
.faq .col-md-4{
    margin-bottom: 30px;
}
.faq .nav-justified .nav-item a{
    height: 64px;
}

.faq_question a, .faq-answer{
    padding-right: 18px;
}
.faq .guide-lists li, .faq .topic-box .link-lists li{
    width: 100%;
}
.faq .contact-box{
    padding: 1rem;
    font-size: 13px;
}
.faq .ask-form{
    padding: 20px 10px;
}

.ask-form .consent-link{
    font-size: 12px;
}

.main_Error .error_text{
    font-size: 1.3rem;
}
.app_banner a.bnr_link{
    padding: 20px 26px;
    background: none;
}
.app_banner h3{
    font-size: 1.2rem;
}
.app_banner .bnr_app_rate{
    padding: 10px 0 17px 74px;
}
.app_banner .bnr_app_rate:before{
    top: -2px;
    width: 68px;
    height: 68px;
}
.app_banner .rate-text-sp{
    display: inline-block;
    color: #777;
}
.app_banner .app_btn_lists li img {
    height: 46px;
}
.faq .row{
    margin: 0;
}
.faq .heading-page{
    margin: 1rem;
}
@media only screen and (max-width: 551px) {

#resort .icatch{
    height: 100px;
}
#resort .icatch h1{
    font-size: 6vw;
    margin-top: 9%;
}
}


@media only screen and (max-width: 480px) {
    header{
        overflow: hidden;
    }
    .see-mb{
        display: block;
    }
    header .topBar #logo-top .logo-link {
        position: relative;
        width: 114px;
    }
    header .topBar #logo-top .area-change{
        top: 0;
    }
    header .topBar #logo-top .logo-md{
        display: none;
    }

    #headerForm{
        display: none;
    }
    input[type=text] {
        font-size: 16px;
    }
    select{
        font-size: 16px;
    }

    /* 1000行まで追加 */
    #main{
        padding-top: 0;
        min-height: calc(100vh - 218px);
    }
    #main.searchtype{
        padding: 10px 0 30px 0;
    }

    .bg-blue h6{
        border-top: 2px solid #fff;
        border-bottom: 1px solid #1a7cb4;
        box-shadow: none;
    }
    .pageTitle {
        padding: 20px 0 10px 0;
        border: none;
        color: #444;
        font-weight: bold;
        text-align: center;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 10px;
    }
    .pageTitle h1{
        font-weight: bold;
        font-size: 18px;
    }
    .pageTitle h1:before {
        display: none;
    }
    .subTitle {
        background-image: linear-gradient(to bottom, #ffffff 40%, #ffffff 3%, #eeeeee 2% );
    }
    .indexTitle, .jobDetailCard, #offer-info{ /* #85 追加 */
        margin-left: -5px;
        margin-right: -5px;
    }
    .heading-page{
        margin: 20px 0 30px;
    }
    .breadcrumb{
        display: none;
    }
    #ouboForm table.gigaForm td input[type=text] {
      font-size: 16px;
    }
    #oiwaikin, #tanki, #resarch{
        padding: 0;
    }
    .areaList li{
        padding: 5px 2px 20px 2px;
    }

    .icatch{
        height: 100px;
        margin: 0;
    }
    #resarch .icatch{
        height: 120px;
    }
    .resarch_point{
        padding: 1.5rem 0;
        border-radius: 0;
        margin-top: 10px;
    }
    .Ex_box ul{
        width: 100%;
    }
    #resarch_Ex .resarch_ck{
        font-size: 1rem;
        line-height: 20px;
    }
    #resarch_Ex .resarch_ck img{
        width: 90px;
    }
    .Ex_box ul .Ex_text h6{
        letter-spacing: -1.2px;
    }
    .recommendCardMini .card-block .media-body{
        font-size: 1rem;
    }
    .recommendCardMini .card-block table td, .recommendCardMini .card-footer .company-name{
        font-size: .9rem;
    }
    .jobDetailCard .jobDetailCard-body .col-md-4 {
        padding: 0;
    }
    .entryJobDeatil .modal-scrollable .modal-body{
        padding: 7px;
    }
}
}
