@charset "UTF-8";
/*--------------------------------------
  募集ページ
--------------------------------------*/
.team-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.team-box .post {
  width: 40%;
  margin: 3% 3%;
  background: #fff;
  padding: 4% 2%;
}
.team-box .post .title {
  font-size: 1em;
  text-align: left;
  margin: 20px 0;
  padding: 0;
  height: 2em;
  line-height: 1.1em;
  width: 100%;
  text-align: center;
}
.team-box .r-button {
  margin: 0 auto;
  font-size: .85em;
}
.recruit-step {
  text-align: center;
}
.recruit-step li {
  text-align: center;
  color: #000;
  background: #fff;
  margin: 20px 0;
  padding: 20px;
  line-height: 1.5em;
  border-radius: 5px;
}
.recruit-step i {
  font-size: 2em;
}
.newform {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
/*--------------------------------------
  サンプルページ
--------------------------------------*/
.teampage {
  color: #555;
}
#team-img {
  display: flex;
  flex-wrap: wrap;
}
#team-img .img {
  width: 48%;
  margin: 0 1%;
}
.table {
  display: flex;
  flex-wrap: wrap;
  color: #000;
   line-height:1.5em;
   vertical-align: middle;
   background:#fff;
   margin:50px 0;
   overflow-wrap: break-word;
}
.table dt {
  width: 29.5%;
  padding: 20px 2%;
  border-right:3px solid #002467;
  border-bottom:3px solid #002467;
  text-align:center;
    background:#dfefff;

}
.table dd {
  width: calc( 62.5% - 3px );
  padding: 20px 2%;
  border-bottom: 3px solid #002467;
}
.table .img {
 margin:10px auto;
 width:85%;
 text-align:center;
}
.table a:link, .table a:visited {
 font-weight:bold;
}
#team-top h1 {
 font-size:1.8em;
 font-weight:bold;
 text-align:center;
 margin:10px 0 0 0;
}
