.page-header-container h1, .page-header-container h2 {
    text-align: left;
}


#contents{
	max-width: 700px;
	margin: auto;
	padding-bottom: 90px;
}

#contents a{
	text-decoration: none;
}

.page-header{
	font-size: 12px;
	width: 390px;
	margin: 0 auto 70px;
}

.recruit-content article{
	width: 390px;
	margin: auto;	
}

.recruit-content.detail{
	width: 650px;
	max-width:100%;
}

h2.recruit-card-title{
	margin-bottom:16px !important;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
}

div.recruit-card-meta dl dt{
	font-size: 13px;
	line-height:1.5em;
}

div.recruit-card-meta dl dd{
	font-size:11px;
	line-height:1.5em;
}

.recruit-content{
	margin:auto;
	max-width:390px;
}

.recruit-card-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #aaa;
}

.recruit-content.detail .recruit-card-box{
  border-bottom: none;
  margin-bottom: 90px;
}

.recruit-post-list a{
	color: #000;
}

.recruit-card-morelink{
	text-align: right;
	font-size: 11px;
	margin-top: 1em;
	font-weight: bold;
}

.page .page-section .page-title, .single-recruit .page-section .page-title, .post-type-archive-recruit .page-section .page-title {
    margin-bottom: 60px;
    font-size: 28px;
    letter-spacing: 0.15rem;
    font-family: proxima-nova-condensed, sans-serif;
}

.type-recruit{
	margin-bottom: 60px;
}

.recruit-card a {
  display: block;
}
.recruit-card a.hidden {
  display: none;
}

.more-detail {
  display: none;
  position: relative;
  margin-bottom: 20px;
}
.more-detail.active {
  display: block;
}
.more-detail .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 20px;
}


.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2em;
}
.table tr th,
.table tr td {
  text-align: left;
  vertical-align: bottom;
  padding-top: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.table tr th {
  font-family: proxima-nova-condensed, sans-serif;
  width: 22.5%;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
}
.table tr td {
  width: 77.5%;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: 400;
}

form{

}

/* フォーム全体 */
form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #000;
}

/* 必須マークや説明 */
form p:first-of-type {
  font-weight: bold;
  margin-bottom: 20px;
}

/* ラベル用の <p> */
form > p {
  margin: 10px 0 5px;
  font-weight: bold;
}

/* 名前欄を横並び */
form > p + p input {
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  box-sizing: border-box;
}

form > p + p input:last-child {
  margin-right: 0;
}

/* 単体 input と textarea */
form input[type="text"],
form input[type="file"],
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px;
}

/* textarea 固定高さ */
form textarea {
  min-height: 150px;
  resize: vertical;
}

/* ファイル説明 */
form input[type="file"] {
  margin-top: 5px;
  border: none;
}

/* submit ボタン */
form input[type="submit"] {
  display: block;
  width: 200px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
}

form input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}

.name{
  display: flex;
  gap: 4%;
}

.name span{
  display: block;
  width: 48%;
}

.name span input{
  width: 100%;
}

.submit-wrap{
  display: flex;
  justify-content: center;
}

form p.required{
  font-size: 13px;
}

form p{
  font-size: 11px;
  color: #443933;
}

form p input{
  font-size: 16px;
}

.recruit-content .recruit-button {
  margin-top: 45px;
  text-align: center;
}
.recruit-content .recruit-button a {
  position: relative;
  width: 230px;
  padding: 12px 0;
  margin: auto;
  display: block;
  font-size: 13px;
  color: #fff;
  border: 1px solid #000;
  text-align: center;
  font-weight: 600;
}

.recruit-content .recruit-button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 1);
  transform-origin: left top;
  z-index: -1;
}
.recruit-content .recruit-button a:hover {
  opacity: 1;
}
.recruit-content .recruit-button a:hover:after {
  transform-origin: right top;
  transform: scale(0, 1);
}
.recruit-content .recruit-button a:after {
  background-color: #000;
}
.recruit-content .recruit-button a:hover {
  color: #000;
}

.store-radio{
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

p.store-radio input{
  margin-top: 0;
  margin-right: 5px !important;
}

p.store-radio span{
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
  form > p + p input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  form input[type="submit"] {
    width: 100%;
  }
}

