@charset "UTF-8";
/* 採用情報 */
/* PC */

/*--------------------
    containts
--------------------*/

.subBbreadcrumbs{
  width: 100%;
  padding: 25px 0 22px 0;
  background-color: #e9eaf1;
}
.subBbreadcrumbs ol{
  width: 980px;
  margin: auto;
}
.subBbreadcrumbs li{
  position: relative;
  display: inline;
  margin: 0 40px 0 0;
  line-height: 23px;
  font-size: 13px;
  white-space: nowrap;
}
.subBbreadcrumbs li::after{
  position: absolute;
  top: 8px;
  right: -28px;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #bfc0c5;
}
.subBbreadcrumbs li:last-child{
  margin-right: 0;
  white-space: normal;
}
.subBbreadcrumbs li:last-child::after{
  display: none;
}
.subBbreadcrumbs a{
  cursor: default;
  text-decoration: none;
  color: #004eba;
}
.subBbreadcrumbs li:last-child a:link,
.subBbreadcrumbs li:last-child a:visited,
.subBbreadcrumbs li:last-child a:hover,
.subBbreadcrumbs li:last-child a:active {
  color: black;
  text-decoration: none;
}

.subBbreadcrumbs a:link,
.subBbreadcrumbs a:visited,
.subBbreadcrumbs a:hover,
.subBbreadcrumbs a:active {
  cursor: pointer;
  color: #004eba;
  text-decoration: none;
}
.heading01{
  width: 100%;
  height: 300px;
  padding: 115px 0 0;
  background: url(/recruit/guideline/images/bg_index01.jpg) no-repeat center top;
  background-size: cover;
}
.heading01 img{
  width: 539px;
  margin: auto;
}
.contentsArea{
  width: 1200px;
  margin: -50px auto 150px;
  background-color: #fff;
}
.tblList01{
  width: 780px;
  margin: 0 auto 0;
  padding: 60px 0 0;
  border-bottom: 1px solid #cccccc;
}
.tblList01 dl{
  display: table;
  width: 100%;
  border-top: 1px solid #cccccc;
  line-height: 30px;
  color: #000;
  font-size: 15px;
  padding-bottom: 15px;
}
.tblList01 dt{
  display: table-cell;
  width: 195px;
  padding: 17px 0 0;
}
.tblList01 dd{
  display: table-cell;
  padding-left: 17px 0 13px;
}
.tblList01 p{
  line-height: 30px;
  color: #000;
  font-size: 15px;
}
.tblList01 p + p{
  margin-top: 30px;
}
.tblList01 li{
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 15px;
}
.tblList01 address{
  margin-top: 30px;
  line-height: 30px;
  color: #000;
  font-size: 15px;
}
.tblList01 a{
  line-height: 30px;
  color: #004eba;
  font-size: 15px;
}
/*--------------------
      footer
  --------------------*/
.footerWrap .txtLinkArea{display: none;}
.footerWrap .txtLinkArea02 {
  display: table;
  margin: 0 auto 0;
}
.footerWrap .txtLinkArea02 > ul {
  display: inline-block;
  font-size: 0;
}
.footerWrap .txtLinkArea02 li {
  display: inline-block;
}
.footerWrap .txtLinkArea02 a {
  margin-right: 2em;
  font-size: 13px;
}
.footerWrap .txtLinkAre02a02 a:hover {text-decoration: underline;}

/* SP */
@media only screen and (max-width: 767px) {
  .subBbreadcrumbs{
    display: none;
  }
  .heading01{
    height: auto;
    padding: 0;
    background: none;
  }
  .heading01 img{
    width: 100%;
    margin: auto;
  }
  .contentsArea{
    width: 100%;
    margin: 25px auto 100px;
    padding: 0 5.333%;
  }
  .tblList01{
    width: 100%;
    margin: auto;
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }
  .tblList01 dl{
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #cccccc;
    line-height: 25px;
    color: #000;
    font-size: 15px;
  }
  .tblList01 dt{
    display: block;
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  .tblList01 dd{
    display: block;
    padding: 0;
  }
  .tblList01 p{
    line-height: 30px;
    color: #000;
    font-size: 15px;
  }
  .tblList01 p + p{
    margin-top: 30px;
  }
  .tblList01 address{
    margin-top: 30px;
    line-height: 30px;
    color: #000;
    font-size: 15px;
  }
  .tblList01 a{
    line-height: 30px;
    color: #004eba;
    font-size: 15px;
  }
  /*--------------------
        footer
    --------------------*/
  .footerWrap .txtLinkArea{display: table;width: 100%;}
  .footerWrap .txtLinkArea02{display: none;}

}
