@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav li.nav-recruit a {
  color: #ff7200;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.recruit table {
  margin-bottom: 40px;
}
.recruit table th {
  width: 250px;
  background-color: #eee;
  border: solid 1px #ccc;
  border-right: solid 2px #1b3aac;
  padding: 20px;
}
.recruit table td {
  border: solid 1px #ccc;
  padding: 20px;
}
.recruit-bt02 {
  width: 700px;
  margin: 0 auto;
}
.recruit-bt02 a {
  display: block;
  font-size: 2rem;
  text-align: center;
  background-color: #ffdd20;
  border-radius: 100px;
  padding: 25px 0;
}
.recruit-bt02 a:hover {
  background-color: #ffe764;
}
.recruit-bt02 a:after {
	content: "\f08e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.recruit table th {
  width: 200px;
}
.recruit-bt02 {
  width: 600px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.recruit table {
  font-size: 90%;
  margin-bottom: 30px;
}
.recruit table th {
  width: 100px;
  padding: 10px;
}
.recruit table td {
  padding: 10px;
}
.recruit-bt02 {
  width: 90%;
}
.recruit-bt02 a {
  font-size: 1.7rem;
}
.recruit-bt02 a:after {
	margin-left: 7px;

}

}

