@charset "utf-8";

.pageWrapper {
	font-family: 'Noto Sans JP', sans-serif;
}
.weight100 {
	font-weight:100
}

.weight300 {
	font-weight:300
}

.weight400 {
	font-weight:400
}

.weight500 {
	font-weight:500
}

.weight600 {
	font-weight:600
}
.red {
	color: #cc0000;
}
#contents .secRecruit h1 {
	margin-top: 30px;
	padding-top: 0;
	font-weight: 600;
}
#contents .secRecruit h1:before {
	content: "contact";
	display: block;
	color: #21c1d9;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
}
#contents .secRecruit p {
	font-size: 16px !important;
}
form {
    pointer-events: auto !important;
}
table {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
table th,
table td {
	display: block;
	vertical-align: top;
}
table th {
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
	border-left: solid 8px #25c0d6;
}
table td {
	margin-bottom: 20px;
}
table input {
	height: 45px;
    padding: 0 1em;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
}
table input,
table textarea {
	font-size: 16px;
}
input[type="checkbox"] {
	height: auto;
}
input[type="checkbox"],
label {
	margin: 10px 0;
}
label::after {
  content: "";
  display: block;
}
table td textarea {
	width: 100%;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	box-sizing: border-box;
}
table th .red {
	display: none;
}
input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
.loader {
  display: none !important;
}
.button_box {
	padding-top: 40px;
	text-align: center;
}
input[type="submit"] {
  background-color: #22c0d9;
  color: #ffffff;
  padding: 20px 40px;
  border: none;
  border-radius: 10000px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  cursor: pointer;
	line-height: 1rem;
}
.hissu {
	display: block;
	max-width: 900px;
	margin: 10px auto 0;
	padding: 5px 0;
	background: #21c1d9;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
input[type="submit"]:hover {
  background-color: #b0ecf6;
	color: #21c1d9;
}
input[type="submit"]:nth-child(1) {
	background: #21538e;
}
input[type="submit"]:nth-child(1):hover {
  background-color: #c3e7fe;
	color: #21538e;
}
#contents .secRecruit .red_txt li {
	width: 100%;
	padding: 3px 0;
	text-align: center;
}
tr:nth-child(7) th:after {
	content: "（税理士科目〇〇合格・簿記〇級合格・該当なし）";
	font-weight: normal;
}
tr:nth-child(8) th:after {
	content: "（会計事務所経験〇〇年・社会人経験〇〇年＜除会計事務所経験＞・該当なし）";
	font-weight: normal;
}
@media only screen and (min-width:768px) {
	#txt_explain {
		text-align: center;
	}
	/* input と label をペアで inline-block にして整える */
	input[type="checkbox"] {
	  vertical-align: middle;
	  margin-right: 0.25em;
	}

	label {
	  margin-right: 1.5em; /* 各ペアの間隔 */
	  vertical-align: middle;
	  display: inline-block;
	}
	table td {
		margin-bottom: 40px;
	}
	.mainNavigation {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	#contents .secRecruit th {
		padding-bottom: 0 !important;
	}
	input[type="text"] {
		width: 100%;
		box-sizing: border-box;
	}
	input[name="item_name_1"],
	input[name="item_name_2"]{
		box-sizing: border-box;
	}
	#contents .secRecruit h1 {
		padding-top: 0;
	}
	#contents .secRecruit .pageWrapper {
		margin-top: 20px;
	}
	.red_txt ul {
		padding-left: 0;
	}
	tr:nth-child(7) th:after {
		display: block;
		line-height: 1.5rem;
	}
	tr:nth-child(8) th:after {
		display: block;
		line-height: 1.5rem;
	}
}