/*
募集要項
*/
/*------------------------------*/
/* table152 */
/*------------------------------*/
.table152 h3{
  color: #ff7f66;
  font-weight: 900;
  font-size: 28px;
  text-align: center;
}
.table152-list {
  border-top: 1px solid #5ccfe6;
  margin: 20px auto 50px;
  max-width:800px;
}
.table152-list dt {
  font-size: 16px;
  color:#5ccfe6;
  text-align: right;
  padding: 10px;
  width: 260px;
  float: left;
  line-height: 2em;
  font-weight: 900;
}
.table152-list dd {
  font-size: 16px;
  padding: 10px 10px 10px 260px;
  border-bottom: solid 1px #5ccfe6;
  line-height: 2em;
}
.table152-list dd span {
  border-left: 5px solid #5ccfe6;
  padding: 0 10px;
  display: inline-block;
}

@media (max-width: 575px) {
  .table152-list {
    border-top: none;
  }
  .table152-list dt {
    float: none;
    text-align: left;
    width: 100%;
    background: #ff6;
  }
  .table152-list dd {
    padding: 10px;
    border-bottom: none;
  }
}

/*
採用・お問い合わせフォーム
*/
.red-text{
  font-size: 93%;
  color: #ff4090;
}
.yellow-text{
  font-size: 93%;
  color: #fef100;
  font-weight: 900;
}
dl.form-dl{
  max-width: 900px;
  margin: auto;
  background: #5ccfe6;
  padding: 80px 30px;
  margin-bottom:100px;
}
@media (max-width: 767px) {
  dl.form-dl{
    padding: 20px 10px;
  }
}
dl.form-dl dt{
  font-size: 20px;
  color: #fff;
  font-weight: 900;
}
dl.form-dl dt:not(:first-child){
  margin: 10px 0 0;
}
dl.form-dl dd{
  font-size: 16px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea{
  margin-bottom: 5px;
  max-width: 100%;
  padding: 5px 10px;
}
input.form1 , input.form2{
  margin-bottom: 10px;
}
select{
  vertical-align: middle;
}
input[type="submit"]{
  font-size: 20px;
  font-weight: 900;
  margin: 10px auto;
  text-align: center;
  background: #ff4090;
  color: #fef100;
  margin: 10px 5px 0 0;
  padding: 10px 20px;
}
input[type="submit"]:hover{
  background: #fef100;
  color:#ff4090;
}
.form-back input[type="submit"]{
  background: #eee;
  color:#999;
}
.form-back input[type="submit"]:hover{
  background: #aaa;
  color:#fff;
}
