@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("/recruit/img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_title{
  background: rgba(0,174,239,.75);
}
main{
  padding-bottom: 90px;
}
.out_block{
  margin-top: 60px;
}
.out_table {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  & th{
    border-bottom: 1px solid #ccc;
    background: var(--main-color);
    color: #fff;
    font-weight: normal;
    padding: 20px;
  }
  & td{
    border-bottom: 1px solid #ccc;
    padding: 20px;
  }
}
@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
.intro {
  font-size: 1.8rem;
  text-align: left;
}
.out_table {
  display: block;
  & tbody{
    display: block;
    width: 100%;
  }
  & tr{
    display: block;
    width: 100%;
  }
  & th{
    display: block;
    width: 100%;
    border: none;
    padding: 15px 5%;
  }
  & td{
    display: block;
    width: 100%;
    padding: 15px 5%;
  }
}
}