@charset "utf-8";

/* 入力ステータス*/
ul.form_status {
  list-style: none;
  font-size: 0;
  padding-left: 0;
  border: 1px solid #cdcdcd;
}

ul.form_status li {
  position: relative;
  display: inline-block;
  width: 33.333%;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 10px 10px 27.0825px;;
}

ul.form_status li.active {
  background-color: #c6c6c7;
  color: #fff;
}

ul.form_status li:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -34.165px;
  width: 67px;
  height: 67px;
  transform: scale(0.7) rotate(45deg);
  -webkit-transform: scale(0.7) rotate(45deg);
  -moz-transform: scale(0.7) rotate(45deg);
  z-index: 1;
  border-top: 1px solid #c6c6c7;
  border-right: 1px solid #c6c6c7;
  background-color: #fff;
}

ul.form_status li.active:after {
  background-color: #c6c6c7;
}

ul.form_status li:last-child:after {
  content: none;
}

.m-table > tbody > tr > th {
  width: 230px;
}

#apply-box .data-item {
  display: inline-block;
  font-weight: bold;
}

#recruitSchedule a {
  text-decoration: none;
}

#recruitSchedule input[type=button] {
  width: 50%;
  background-color: rgba(72, 174, 213, 0.9);
  cursor: pointer;
  border: none;
}

@media screen and (max-width: 736px) {
  ul.form_status li {
    font-size: 1.6rem;
    padding: 5px 0 5px 10.245px;
  }

  ul.form_status li:after {
    right: -20.49px;
    width: 42px;
    height: 42px;
    transform: scale(0.69) rotate(45deg);
    -webkit-transform: scale(0.69) rotate(45deg);
    -moz-transform: scale(0.69) rotate(45deg);
  }

  .m-table > tbody > tr > th {
    width: 100%;
  }

  #apply-box .data-item {
    display: block;
  }
  #recruitSchedule input[type=button] {
    width: 100%;
  }
}

@media screen and (min-width: 737px) {
  #recruitSchedule input[type=button]:hover {
    opacity: 0.7;
  }
}