/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 767px) {
  *,
  html {
    font-size: 12px;
  }
  .title-10vw {
    font-size: 3vw !important;
  }
  .title-12vw {
    font-size: 3.6vw !important;
  }
  .title-15vw {
    font-size: 5vw !important;
  }
  .title-20vw {
    font-size: 6vw !important;
  }
  .title-25vw {
    font-size: 6vw !important;
  }
  .title-30vw {
    font-size: 8vw !important;
  }
  .tgt span {
    font-size: 4vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  *,
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  *,
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  *,
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  *,
  html {
    font-size: 18px;
  }
}
h1,
h2 {
  font-size: 1.5em;
  font-size: 1.5rem;
}
h3,
h4 {
  font-size: 1.3em;
  font-size: 1.3rem;
}
span,
p,
div {
  font-size: 1em;
  font-size: 1rem;
}
/*　for smart phone */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .row {
    margin: 0;
  }
  #main-column,
  .container,
  .fit-box,
  .fit-box-left {
    padding-right: 0;
    padding-left: 0;
  }
  .main-title {
    text-align: right;
    padding-right: 1em;
  }
  .overray-btn {
    min-width: 14em;
    font-size: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
  }
  /* sales */
  .inner-left,
  .inner-right {
    padding: 5% 0;
  }
  .flow-table {
    width: 100%;
  }
  .training .nav-tabs li {
    width: 97%;
  }
  .training .nav-tabs li a {
    height: 55px;
  }
  .qa-btn {
    padding: 5px;
  }
  .rec-pan {
    display: none;
  }
  img.train-long-title {
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .training .nav-tabs li a {
    font-size: 0.7rem;
    padding: 0 1%;
  }
}

.main-logo {
  width: 170px !important;
}

.disp-pc {
    display: none;
}
.disp-sp {
    display: block;
}

.rec-news {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .main-logo {
      width: 200px !important;
    }
    .disp-pc {
        display: block;
    }
    .disp-sp {
        display: none;
    }    
    .rec-news {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;    
    }    
}
.rec-news > h2 {
    padding-bottom: 15px;
    font-weight: bold;
}
.rec-news a {
    color:#000;
    text-decoration: none;
}
.rec-news a:hover {
    color:#000;
    text-decoration: underline;
}

.rec-table {
    width: 100%;
}
.rec-table tr {
    border-bottom: 1px dashed#000;
}
.rec-table th {
    width: 12em;
    padding: 10px;
    font-weight: normal;
    color:#777;
}
.rec-table td {
    padding: 10px;
}
@media (max-width:767.98px) {
    .rec-table th {
        display: block;
        width: 100%;
        padding-bottom:5px;
    }    
    .rec-table td {
        display: block;
        width: 100%;
        padding-top: 0;
    }
}


/* for PC */
/*# sourceMappingURL=original-recruit-resp.css.map */