@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/******************************************************
    
PC / SP 共有

******************************************************/


.recruitBox ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0 10px 155px;
}
.recruitBox ul li {
  display: flex;
  width: 33%;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: center;
}
.recruitBox ul li a {
  font-size: 1.5rem;
  line-height: 20px;
  color: #0072bf;
}
.recruitBox ul li a i {
  background: #0072bf none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  transform: rotate(90deg);
  width: 20px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

.pageTitle {
  background-image: url(../img/title.jpg);
  background-color: #79bde6;
  background-position: center center;
  background-size: cover; }

.guidedent-tb {
  width: 900px;
  box-sizing: border-box;
  margin: 40px auto;
}

.guidedent-tb tr {
  border-bottom: #dcdcdc solid 1px;
}
.guidedent-tb th {
  background: #fffef4;
  font-weight: 700;
  text-align: center;
}
.guidedent-tb th, 
.guidedent-tb td {
  padding: 10px;
  vertical-align: middle;
}

.guidedent-tb td {
  background: #fff;
  font-weight: 400;
  text-align: left;
}
/******************************************************
    
PC

******************************************************/
@media screen and (min-width: 741px) {
  .pageTitle span em {
    color: #fff; }
  .pageTitle span small {
    color: #e34b21; }
  .dataBox figure {
    margin-bottom: 100px; } 
    .recruitBox {
      width: 1000px;
      margin: 50px auto;
      background: #fff;
    }
    .sec-financial{
      margin-top: 50px;
    }
  }

/******************************************************

SP

******************************************************/
@media screen and (max-width: 740px) {
  .pageTitle::after {
    background: rgba(255, 255, 255, 0.7); } 
    .recruitBox {
      background: #fff;
      margin: 10px;
  }
  .recruitBox ul {
    padding: 20px 0 5px 15px;
    max-width: 400px;
    margin: 0 auto;
}
.recruitBox ul li {
  width: 48%;
  margin-bottom: 15px;
}
.sec-financial{
  margin-top: 10px;
}
.guidedent-tb {
  width: 100%;
  margin: 20px auto;
}
.guidedent-tb th {
  text-align: left;
}
.guidedent-tb th, 
.guidedent-tb td {
  display: block;
}
}

/*# sourceMappingURL=style.map */