@charset "UTF-8";
/*--------------------------------------
  募集ページ
--------------------------------------*/
.team-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.team-box .post {
  width: 94%;
  margin: 3% 3%;
  background: #fff;
  padding: 4% 2%;
}
.team-box .post .title {
  font-size: 1.5em;
  text-align: left;
  margin: 10px 0;
  padding: 0;
  height: 2em;
  line-height: 1.1em;
  width: 100%;
  text-align: center;
}
.team-box .r-button {
  margin: 0 auto;
  font-size: 1em;
}
.team-box .posttags {
	display:flex;
	flex-wrap :wrap;
}
.team-box .posttags li {
	margin:0 10px 5px 0;
	padding:3px 10px;
	background:#888;
	border-radius:8px;
	font-size:1em;
}
.team-box .posttags li a:link, .team-box .posttags li a:visited {
	color:#fff;
	text-decoration:none;
}
.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;
}
.redtext {
	color:#F00;
	font-size:1.25em;
	font-weight:bold;
}
