@charset "utf-8";

/*========================================================
common/css/base_new.css
========================================================*/
/*===========================================================
    header.css
===========================================================*/

.breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
  width: 100%;
  margin: 0 auto;
}

.breadcrumb-page {
  padding-top: 18px;
  margin-bottom: 40px;
}

.breadcrumb-page ul.breadcrumb {
  padding-left: 0;
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\003E\00a0";
}
ul.breadcrumb li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #5c5c5e;
}

@media screen and (min-width: 1367px) {
  .breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
      width: 1366px;
  }
}

@media screen and (max-width: 1366px) {
  .breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
      width: 1000px;
  }
}

@media screen and (max-width: 750px) {
    .breadcrumb-page {
      width: 100%;
      box-sizing: border-box;
      padding-left: 20px !important;
      padding-right: 20px !important;
      padding-top: 10px;
      margin-bottom: 0;
      /* WEB_TEAM-324  suzuki 20220802 */
  }

  ul.breadcrumb {
      padding: 0;
  }

  header.header-nav {
  /*      position: static;  2021/10TOPページスマホ表示時メイン画像がメニューの下に入ってしまう対応 */
  }
}
/*===========================================================
  search.css
===========================================================*/

.box-login-detail {
  border: 1px solid #005fb1;
  margin-top: 28px !important;
  border-radius: 8px;
}

.box-login-detail .title {
  background-color: #d8edff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.box-login-detail .form-column {
  text-align: center;
  margin-top: 15px;
}

.box-login-detail .form-column input {
  border-radius: 8px;
  border: 1px solid #c0c0c0;
  padding: 7px 6px;
  outline: none;
}

.box-login-detail .form-column label {
  font-weight: bold;
  display: block;
  text-align: left;
  padding-left: 8px;
  margin-bottom: 2px;
}

.box-login-detail .btn-login {
  background-color: #005fb1;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  margin-top: 10px;
  cursor: pointer;
}

.box-login-detail .login-reminder a {
  color: #636363;
}

input#j_freeword:focus::placeholder {
  color: transparent;
}

/*===========================================================
  以下、従来のbase_new.css  (import廃止→cssを下記に展開 2021.10 sasaki)
===========================================================*/

.information-list, .know-wrap, .top-know-wrap, .service-wrap, .top-service-wrap, .box-sidebar {
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);
  background-color: #fff;
}

#sidebar .box-sidebar,
#sidebar .box-register-email,
#sidebar .box-sidebar-bottom,
#sidebar-second .box-sidebar,
#sidebar-second .box-register-email,
#sidebar-second .box-sidebar-bottom {
margin-top: 35px;
}

#sidebar .box-sidebar:first-child,
#sidebar-second .box-sidebar:first-child {
margin-top: 20px;
}

#sidebar .box-sidebar,
#sidebar-second .box-sidebar {
  border-radius: 8px;
  padding-bottom: 20px;
}

#sidebar .box-sidebar .new-title,
#sidebar-second .box-sidebar .new-title {
color: #000;
padding: 15px 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

#sidebar .box-sidebar .new-title h2, 
#sidebar .box-sidebar .new-title p,
#sidebar-second .box-sidebar .new-title h2, 
#sidebar-second .box-sidebar .new-title p {
  text-align: center;
}

#sidebar .box-sidebar .new-title h2,
#sidebar-second .box-sidebar .new-title h2 {
font-size: 18px;
width: 100%;
padding-left: 0;
font-weight: bold;
}

#sidebar .box-sidebar .new-title p,
#sidebar-second .box-sidebar .new-title p {
font-size: 12px;
font-weight: bold;
margin-top: 12px;
}

#sidebar .box-sidebar-padding,
#sidebar-second .box-sidebar-padding {
padding:15px;
overflow: hidden;
}

#sidebar .box-sidebar-bottom,
#sidebar-second .box-sidebar-bottom {
border: 1px solid #d6d6d6;
height: 85px;
}

#sidebar .box-sidebar-bottom a,
#sidebar-second .box-sidebar-bottom a {
display: flex;
align-items: center;
width: 100%;
height: 100%;
}

#sidebar .box-sidebar-bottom.only-image img,
#sidebar-second .box-sidebar-bottom.only-image img {
width: 100%;
height: 100%;
}

#sidebar .box-sidebar-bottom .sidebar-bottom,
#sidebar-second .box-sidebar-bottom .sidebar-bottom {
display: flex;
  align-items: center;
  padding: 0 5px;
}

#sidebar .box-sidebar-bottom .sidebar-bottom img,
#sidebar-second .box-sidebar-bottom .sidebar-bottom img {
width: 60px;
}

#sidebar .box-sidebar-bottom .sidebar-bottom .title,
#sidebar-second .box-sidebar-bottom .sidebar-bottom .title {
  padding-left: 8px;
  font-size: 12px;
}

#sidebar .h125,
#sidebar-second .h125{
height: 125px!important;
}

.h100{
height: 100px!important;
}

#sidebar .box-sidebar .list-box,
#sidebar-second .box-sidebar .list-box {
padding: 0 15px;
}

#sidebar .box-sidebar .news{
  padding: 15px;
}

#sidebar .box-sidebar .link-redirect {
    padding: 10px 0px;
    margin-top: 10px;
    background: #191d5d;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 5px #aaa;
}

#sidebar .box-sidebar .link-redirect a{
  color: #fff!important;
}

#sidebar .box-sidebar .list-box .category-head,
#sidebar-second .box-sidebar .list-box .category-head {
display: flex;
  align-items: center;
  padding: 15px 0 5px;
margin-bottom: 10px;
  border-bottom: 1px solid #646464;
font-size: 16px;
  font-weight: bold;
}

#sidebar .box-sidebar .list-box .category-head img,
#sidebar-second .box-sidebar .list-box .category-head img {
width: 25px;
margin-right: 10px;
}

#sidebar .box-sidebar .list-box > ul,
#sidebar-second .box-sidebar .list-box > ul {
margin-bottom: 15px;
}

#sidebar .box-sidebar .list-box > ul > li,
#sidebar-second .box-sidebar .list-box > ul > li {
margin-bottom: 5px;
}

#sidebar .box-sidebar .list-box > ul > li > p,
#sidebar-second .box-sidebar .list-box > ul > li > p {
position: relative;
padding-left: 15px;
font-size: 14px;
}

#sidebar .box-sidebar .list-box > ul > li > p a,
#sidebar-second .box-sidebar .list-box > ul > li > p a {
color: #7a7a7a;
}

#sidebar .box-sidebar .list-box > ul > li > p::before,
#sidebar-second .box-sidebar .list-box > ul > li > p::before {
content: '>';
position: absolute;
left: 0;
}

#sidebar .box-sidebar .list-box .libottom02
#sidebar-second .box-sidebar .list-box .libottom02, {
position: relative;
padding-left: 10px;
color: #646464;
margin-bottom: 5px;
}

#sidebar .box-sidebar .list-box .libottom02 .fontstyle a,
#sidebar-second .box-sidebar .list-box .libottom02 .fontstyle a{
color: #646464;
}

#sidebar .box-sidebar .list-box .libottom02::before,
#sidebar-second .box-sidebar .list-box .libottom02::before {
  content: "\B7";
  position: absolute;
  left: 0;
  color: #646464;
}

#sidebar .box-sidebar .search-by-company ul,
#sidebar-second .box-sidebar .search-by-company ul {
padding-top: 20px;
}

#sidebar .box-sidebar .search-by-company ul li,
#sidebar-second .box-sidebar .search-by-company ul li {
margin-bottom: 15px;
}

/* 鈴木さん対応の横展開 Kanda 20220401 */
#sidebar .box-sidebar .new-title .new-title-icon,
#sidebar-second .box-sidebar .new-title .new-title-icon {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  /* WEB_TEAM-78 20220307 suzuki */
  }
  
  #sidebar .box-sidebar .new-title .new-title-icon img,
  #sidebar-second .box-sidebar .new-title .new-title-icon img {
  width: 35px;
  height: auto;
  /* WEB_TEAM-78 20220307 suzuki */
  }
  
  #sidebar .box-sidebar .new-title .new-title-icon .new-title-text,
  #sidebar-second .box-sidebar .new-title .new-title-icon .new-title-text {
  margin-left: 10px;
  text-align: left;
  line-height: 1.1;
  /* WEB_TEAM-78 20220307 suzuki */
  }

#sidebar .regist-button-tiger a img {
  width: 100%;
}
/* END */

@media screen and (max-width: 750px) {

#sidebar .box-sidebar-bottom,
#sidebar-second .box-sidebar-bottom {
  width: 430px;
  height: 150px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #252525;
}

#sidebar .box-sidebar-bottom .sidebar-bottom img,
#sidebar-second .box-sidebar-bottom .sidebar-bottom img {
  width: 125px;
}

#sidebar .box-sidebar-bottom .sidebar-bottom .title,
#sidebar-second .box-sidebar-bottom .sidebar-bottom .title {
  font-size: 24px;
}

/* 鈴木さん対応の横展開 Kanda 20220406 */
#sidebar .box-sidebar .new-title .new-title-text,
/* #sidebar .box-sidebar .new-title .new-title-text .new-title-small, */
#sidebar .box-sidebar .new-title .new-title-small,
#sidebar-second .box-sidebar .new-title .new-title-text,
#sidebar-second .box-sidebar .new-title .new-title-text .new-title-small{
  font-weight: bold;
  display: inline; /* mypage_new.cssがあるページで「企業の特徴から探す」が2段になる対応 20220413 kanda */
  /* WEB_TEAM-78 20220307 suzuki */
  }
/* END */

}

/* マイページ登録ボタン */
/* .box-regist {
  background-color: #B33817;
  color: #fff;
  border-radius: 8px;
  padding: 20px 10px;
}

.box-regist .regist-top p {
  font-size: 21px;
  font-weight: bold;
  padding-left: 5px;
}

.box-regist .regist-bottom {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}

.box-regist .regist-top {
  display: flex;
}

.regist > a:hover {
  text-decoration: none;
}

.box-regist .regist-top .title-free span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  background-color: #fff;
  color: #B33817;
  font-weight: bold;
} */

.regist a img {
  width: 260px;
}

@media screen and (max-width: 750px) {
  #sidebar .box-sidebar-bottom,
  #sidebar-second .box-sidebar-bottom {
    width: 260px;
    height: 100px;
  }
  
  #sidebar .box-sidebar-bottom .sidebar-bottom .title,
  #sidebar-second .box-sidebar-bottom .sidebar-bottom .title {
    font-size: 13px;
  }
  
  #sidebar .box-sidebar-bottom .sidebar-bottom img,
  #sidebar-second .box-sidebar-bottom .sidebar-bottom img {
    width: 60px;
  }
  
  #sidebar .sidebar-bottom-wrap,
  #sidebar-second .sidebar-bottom-wrap {
		display: flex;
		flex-flow: column-reverse;
	}

  .regist a img {
    width: 100%;
  }
}

/* 求人詳細の「勤務地から探す」*/
section#content .main-area {
  margin: 20px 15px 0;
  padding: 0;
  border-bottom: 1px dashed #999;
}
section#content .main-area h2 {
  padding: 0 5px;
}
section#content .main-area h2 span {
  font-size: 16px;
}
section#content .main-area .list-box > ul {
  margin: 0;
  padding-top: 10px;
}
section#content #sidebar .box-sidebar {
  padding: 0;
}
section#content #sidebar.keyword-search .box-sidebar:not(.main-area) > .list-box.list-box-area {
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  section#content .main-area h2 {
    padding: 0 5px;
  }
  section#content .main-area h2 span {
    font-size: 15px;
  }
}