body {
    font-size: 16px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;

}

.hissu {
    color: #FC396C;
    font-size: 13px;
    padding-left:10px;
}

a {
    color: #1A1311;
}
.top-logo{
    width:180px;
    height: auto;
    margin-top:4px;
}
.number {
    font-size: 87px;
    font-weight: bold;
}

section dl {
    list-style: none;
}

dt {
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;

}

dt:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 24px;
    /*画像の幅*/
    height: 26px;
    /*画像の高さ*/
    background-image: url(/img/top-q.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}


dd {
    font-size: 15px;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 50px;
}

.padding-yaji {
    padding-top: 100px;
}

label {
    font-size: 15px;
    font-weight: bold;
}

.label2 {
    font-size: 14px !important;
    font-weight: normal;
}





.top-h1 {
    font-size: 60px;
}

.top-h2 {
    font-size: 40px;
}

ol {
    padding-left: 18;

}

.ol-2 li {
    padding-left: 5;
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

.ol-2 li:before {
    content: "("counter(cnt) ")";
    display: inline-block;
    margin-left: -3.5em;
    /* サイトに合せて調整 */
    width: 3em;
    /* サイトに合せて調整 */
    text-align: right;
    position: absolute;
    top: 0;
    left: 8;
}

ul {
    padding-left: 18;
}

.detail-border {
    border-bottom: 2px solid #707070;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: solid 1px#ACA8A8;

}

::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
    margin: 50px;
}

.messege {
    background: #E5E5E5;
}
.slider-1 {
    background: #86BFBC;
    background-image: url(/img/slider-1.jpg);
    background-repeat: no-repeat;
    height: 679px;

}

.slider-2 {
    background: #86BFBC;
    background-image: url(/img/slider-2.jpg);
    background-repeat: no-repeat;
    height: 670px;

}

.slider-3 {
    background: #fff;
    background-image: url(/img/remote-1.jpg);
    background-repeat: no-repeat;
    height: 384px;

}


.service-img {
    background-image: url(/img/top-re1-1.jpg);
    background-repeat: no-repeat;
}

.service-img2 {
    background-image: url(/img/top-re1-2.jpg);
    background-repeat: no-repeat;
}

#page-top {
position: fixed;
bottom: 40px;
right: 0;
z-index: 999;
}

th {

    width: 20%;
}

.border-hr{
    border-bottom: solid 1px #707070;
}
.job-serach{
    margin-top:80px;
}

.job-serach a:hover{
    color:#348C72;
    text-decoration:none;

}


.search-input{
width: 100%;
padding:10px; 
position:absolute; 
left:0;
top:0; 
border:solid 1px #B5B3AC;
outline:0;
background:#F7F7F8;

}
.search-btn{
height:50px;
position:absolute; 
right:6px;
top:0;
background:none;
color:#666;
border:none;
font-size:20px;/*アイコンサイズ*/
}
 



/*** フォント ***/
.font11{
    font-size: 11px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;

}

.font20 {
    font-size: 20px;

}

.font22 {
    font-size: 22px;

}
.font30 {
    font-size: 30px;

}

/*** カラー ***/
.color-admin-yellow{
    background: #FFFBED;
}
.color-admin-blue{
    background: #E1F2ED;
}

.color-enterprise-red{
    background: #FAF2F2;
}
.color-enterprise-yellow{
    background: #F8F8E7;
}





/*** ヘッダー ***/
.navbar {
    padding: 0;
    font-size: 15px;
}

/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;

}

/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
    color: #fff;
}









/*** フォーム ***/
.form-control {
    font-size: 14px;
    padding: 26px 16px;
}

.form-control-select {
    font-size: 14px;
    padding: 15px 10px;
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.form-control-select2 {
    font-size: 14px;
    color: #9B9EA7;
    background-color: #F7F7F8;
    padding: 10px 30px;
    
    border: 1px solid #ced4da;

}
.form-control-textarea{
    font-size: 14px;
    padding: 10px 16px;
    display: block;
    width: 100%;
    border: 1px solid #ced4da;

    
}
.form-control-msg{
    padding: 10px;
    flex: 1 1 auto;
    /*width: 1%;*/
    height:80px;

    
}

.form-profile {
    font-size: 14px;
    margin-left: 100px;
}






/*** ボタン ***/

.btn-remojob {
    color: #fff;
    background-color: #B29A59;
    border-color: #B29A59;
    font-size: 15px;
    padding: 14px 10px;
}

.btn-edit {
    border: 1px solid #707070;
    background-color: #EFEBEB;
    font-size: 13px;
    color: #848484;
}

.btn-add{
border:1px solid #EBEDEF;
	background-color: #ffffff;
	font-size: 13px;
	color:#348C72;
	padding: 14px 10px;

}

.btn-copy {
    border:1px solid #707070;
	background-color: #EFEBEB;
	font-size: 13px;
	color:#848484;
}
.btn-login {
    color: #B29A59;
    border-color: #B29A59;
    font-size: 15px;
    padding: 14px 10px;
}

.btn-my-search {
    color: #fff;
    background-color: #348C72;
    border-color: #348C72;
    font-size: 15px;
    padding: 14px 10px;
}

.btn-stop {
    color: #fff;
    background-color: #E06262;
    border-color: #E06262;
    font-size: 15px;
    padding: 14px 10px;
}

.btn-file {
    color: #fff;
    background-color: #348C72;
    border-color: #348C72;
    font-size: 13px;

}
.btn-jitai {
    color: #fff;
    background-color: #848484;
    border-color: #848484;
    font-size: 15px;
    padding: 14px 10px;
}

.header-btn {
    background-color: #3C8B86;
    border-color: #3C8B86;
}

.btn-back {
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 52px;
    position: relative;
    border: 2px solid #A3A3A3 !important;
    color: #A3A3A3;
    padding-right: 0px;

}

.btn-back:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #A3A3A3;
    border-right: 2px solid #A3A3A3;
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -4px;
}

.btn-mypage{
    border:none;
    color:#000;
    background-color: #ffffff;
    
}





/*** テーブル ***/
.td-edit {
    width: 140px;
}



.tbl-my tr {
    border-bottom: 1px solid #707070;
}
.td-my h4{
    font-size:16px !important;
}
.compnay-th {
    border-top: 2px solid #86BFBC !important;
    border-bottom: 2px solid #86BFBC !important;
}

.compnay-td {
    border-top: 2px solid #B1B1B1 !important;
    border-bottom: 2px solid #B1B1B1 !important;
}

.compnay-td-end {
    border-left: solid 1px #86BFBC !important;
}


.my-page{
    text-align:center
}
.my-page th{
    font-weight :normal;
    font-size:13px;
}
.my-page-tr-border{
    border-bottom: 2px solid #707070;
}


.tbl-admin{font-size: 15px;}
.tbl-admin th{
    padding-left: 10px !important;
    background-color: #E5E5E5;
    border-top: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;
}
.tbl-admin td{
    padding-left: 15px !important;
    border-top: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;
}

.tbl-admin-dot{
    font-size: 15px;
    border-top: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;
}
.tbl-admin-dot th{
    font-size: 15px;
    padding-left: 10px !important;
    background-color: #E5E5E5;
    border-top: 1px dotted #707070 !important;
}

.tbl-admin-dot td{
    font-size: 15px;
    padding-left: 15px !important;
    border-top: 1px dotted #707070 !important;
}

.tbl-admin-home{
    font-size:16px;
}

.tbl-admin-home th{
    text-align:center;
    border: 1px solid #707070;
    font-weight: normal;
    padding:6px 0;
}
.tbl-admin-home td{
    text-align:center;
    border: 1px solid #707070;
}



/*** 見出し ***/
.h3-title {
    position: relative;
    padding: 0 65px;
    text-align: center;
}

.h3-title:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #707070;
}

.h3-title span {
    position: relative;
    padding: 0 2em;
    color: #3C8B86;
    background: #fff;
    font-weight: bold;
    font-size: 20px;
}

.h4-title {
    font-size: 32px;
    font-weight: bold;

}

.h5-title {
    font-weight: bold;
    font-size: 20px;
}

.h5-tokutyo {
    padding: 5 1em;
    color: #fff;
    background: #3C8B86;
    font-weight: bold;
    font-size: 20px;
}


/*** フッター ***/
.footer {
    margin-top: 60px;
    font-size: 12px;
    padding: 30px 0 20px 0;
    background: #348C72;
    color: #ffffff;
}

.footer ul {
    list-style: none;

}

.footer li {
    padding: 2px 20px 2px 2px;
    display: inline;
    text-align: center;
}

.footer a {
    color: #ffffff;
}



/* 岡村編集 */









/****個人 求人情報(subscript_detail)*****/
.sub-company:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 15px;
    /*画像の幅*/
    height: 17px;
    /*画像の高さ*/
    background-image: url(/img/icon-building.jpg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}

.sub-address:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 13px;
    /*画像の幅*/
    height: 17px;
    /*画像の高さ*/
    background-image: url(/img/icon-map-marker.jpg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}



.sub-h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}
.tbl-subscript-detail{
    
}
.tbl-subscript-detail th{
    color: #7C7C7C;
    border-top: 1px solid #AFAFAF !important;
    border-left: 1px solid #AFAFAF !important;
    border-bottom: 1px solid #AFAFAF !important;
    background-color: #E5E5E5;
    padding-left: 20px !important;
}
.tbl-subscript-detail td{
    border-top: 1px solid #AFAFAF !important;
    border-right: 1px solid #AFAFAF !important;
    border-bottom: 1px solid #AFAFAF !important;
    vertical-align: middle !important;
    padding-left: 30px !important;
}



.sub-btn {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
}


.slider-center {
    padding-top: 160px;
}




/**ページャー**/
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
    border:solid 1px #EEEEEE;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #000;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #A3A3A3;
  background: #EEEEEE;
}



/*** 吹き出し***/
/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}


.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 14px;
  border-radius: 12px;
  background: #ffffff;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0; 
  left: -15px;
    border: 15px solid transparent;
  border-right: 15px solid #ffffff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
    /*
  border: 8px solid transparent;
  border-right: 18px solid #ffffff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
    */
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 8px;
  /*width: 100%;*/
  border-radius: 12px;
  background: #92DD9A;
  font-size: 15px;
}

.mycomment p:after {
  content: "";
  position: absolute;
  bottom: 0; 
  right: -10px;
    /*
  border: 8px solid transparent;
  border-left: 18px solid #92DD9A;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
    */
    border: 15px solid transparent;
  border-left: 15px solid #92DD9A;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}





/* 5 Columns */

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

/** スマホ(xs) **/
@media (max-width: 575.98px) {
    .top-h1 img {
        width: 100%;
    }

    .top-h2 {
        font-size: 20px;
    }

    .slider-1 {
        background-image: url(/img/s-slider-1.jpg);
        background-repeat: no-repeat;
    }
    .slider-2 {
        background-image: url(/img/s-slider-2.jpg);
        background-repeat: no-repeat;
    }

    .slider-center {
        padding-top: 320px;
    }


}

/** スマホ(sm) **/
@media (min-width: 576px) and (max-width: 767.98px) {



    .slider-1 {
        background-image: url(/img/s-slider-1.jpg);
        background-repeat: no-repeat;
    }
    .slider-2 {
        background-image: url(/img/s-slider-2.jpg);
        background-repeat: no-repeat;
    }

    .slider-center {
        padding-top: 320px;
    }




}

/** タブレット(md) **/
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }
    .slider-1 {
        background-image: url(/img/m-slider-1.jpg);
        background-repeat: no-repeat;
    }
    .slider-2 {
        background-image: url(/img/m-slider-2.jpg);
        background-repeat: no-repeat;
    }
    .slider-center {
        padding-top: 320px;
    }
}

/** PC(lg xl) **/
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }

}
