﻿.first h1{
  width: 200px;
  height: 200px;
  line-height: 170%;
  background: url(../img/common/bg-border.png) left top repeat;
  text-align: center;
  font-size: 2rem;
  margin: 100px auto 40px;
}
.recruit .first h1{
  line-height: 200px;
}
ol{
  margin-left: 30px;
}
ol li{
  list-style: decimal;
  margin: 0 0 7px 0;
}
ol li ol li{
  list-style: upper-alpha;
}
ol li ul{
    padding-left: 30px;
}
ol li ul li{
  list-style: disc;
  margin: 0;
}
.bl-index{
  background: #eee;
  padding: 15px 15px 15px 50px;
  margin-bottom: 20px;
}
.bl-index ol{
    margin-left: 20px;
}
.bl-index ol li{
  font-size: 1.5rem;
  list-style: decimal-leading-zero;
  margin-left: 0;
}
.info{
  letter-spacing: .5px;
  padding: 40px 12vw;
}
.info h2{
  font-size: 2rem;
  line-height: 200%;
  font-weight: bold;
  margin-top: 50px;
  margin-left: -30px;
}
.bl-index h2{
  margin-top: 0;
}
.info h3{
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: bold;
  margin-top: 30px;
  margin-left: -20px;
}
.info h4{
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 20px;
}
.info h5{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}
.info h6{
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 5px;
}
table{
  margin: 0 auto;
  width: 100%;
}
th,
td{
  padding: 15px;
  text-align: left;
  border: 3px solid #fff;
}
th{
  background: #eee;
}
td{
  background: #f7f7f7;
}
.info a{
  text-decoration: underline;
}

.recruit .catch{
  font-size: 2rem;
  line-height: 200%;
  text-align: center;
}

.recruit .info h2{
  margin: 50px auto 0;
  text-align: center;
  line-height: 250%;
}
.recruit .info h2 span{
  font-size: 5rem;
  display: block;
  color: #ccc;
}
.recruit .info h3{
  margin: 30px auto 0;
  text-align: center;
}
.recruit .info img{
  width: 100%;
  height: auto;
}

.ast {
    font-size: 1.3rem;
    color: #d30;
    font-weight: bold;
    letter-spacing: 0;
}
.x-scroll {
overflow: auto;
}
.x-scroll table{
width:100%;
}
.x-scroll::-webkit-scrollbar{
height: 5px;
}
.x-scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.x-scroll::-webkit-scrollbar-thumb {
background: #d6d6d6;
}
.x-scroll td, .x-scroll th{
white-space: nowrap;
}

/* ------------------------- windows size pattern ------------------------- */

@media screen and (min-width: 1350px){
  .recruit{
    text-align: center;
  }
  .recruit .info {
    padding: 40px 10px;
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
}
@media screen and (max-width: 999px){
  
  .info{
    padding: 40px;
  }
  .info img {
    width: 100%;
  }
}