@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
}

img.header {
	width: 400px;
}

h1.pre {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	letter-spacing: 5px;
	text-align: center;
	background-color: #000;
	color: #fff;
	margin:0;
	padding: 20px 0 30px 0;	
}

h1.pre br {
	display: none;
}

h1.pre span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	display: block;
	letter-spacing: 3px;
	margin: 0 auto;
}

section#t_recruit_wrap {
	width: 100%;
	margin: 0 auto;
}

section#t_recruit_wrap div.inner {
	wdith: 80%;
	max-width: 680px;
	margin: 50px auto;
}

section#t_recruit_wrap table {
	width: 100%;
	margin: 50px 0;
	/*border-spacing: 0 10px;*/
	font-weight: 500;
}

section#t_recruit_wrap table td {
	width: 80%;
	padding-left: 30px;
	padding: 5px 0 30px 0;
}

section#t_recruit_wrap table td.border {
border-top: 1px solid silver;
}

input.min {
	border: 3px solid #000;
	padding: 10px;
	margin-right: 20px;
	width: 150px;
}

section#t_recruit_wrap table td span {/*必須*/
	background-color: #d01137;
	color: #fff;
	border-radius: 5px;
	padding: 3px 8px;
	/*position: absolute;
	right:20px;*/
	margin-right: 10px;
	font-size: 12px;
	font-weight: 100;
}

.error_disp {
	display: none;
}

section#t_recruit_wrap table p.name {
	width: 50px;
	display: inline-block;
}

section#t_recruit_wrap table p.name_come {
	color: #555555;
	font-size: 12px;
	font-weight: 400;
}




.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  margin-left: 5px;
  position:relative;
  line-height: 40px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -5px;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #d01137;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

input.mail {
	border: 3px solid #000;
	padding: 10px;
	/*width: 460px;*/
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
}

a.tel_min {
	font-size: 12px;
	color: #555555;
	letter-spacing: 2px;
	font-weight: 400;
}

p.tel_red {
	color: #d01137;
	font-size: 14px;
}

p.tel {
	margin-top: 30px;
}

input.tel {
	border: 3px solid #000;
	padding: 10px;
	width: 119px;
}

input.tel_ver {
	border: 3px solid #000;
	padding: 10px;
	/*width: 460px;*/
	width: 100%;
	margin-top: 5px;
	box-sizing: border-box;
}

textarea.text_desc {
	border: 3px solid #000;
	padding: 10px;
	width: 460px;
}

p.hihun {
	margin: 0 10px;
	display: inline-block;
}

div.space {
height: 50px;
}







.cp_ipcheck {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 150px;
	margin: -10px auto 10px auto;
border: 1px solid #ff0000;
}
.cp_ipcheck:before, .cp_ipcheck:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.cp_ipcheck input[type=checkbox] {
	display: none;
}
.cp_ipcheck label:focus,
.cp_ipcheck label:hover,
.cp_ipcheck label:active,
.cp_ipcheck input:checked + label {
	color: #da3c41;
}
.cp_ipcheck label:focus:before,
.cp_ipcheck label:hover:before,
.cp_ipcheck label:active:before,
.cp_ipcheck input:checked + label:before {
	border-color: #da3c41;
	background: #ffffff;
}
.cp_ipcheck label {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
}
.cp_ipcheck label:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
}
.cp_ipcheck input:checked + label:before {
	border-color: #da3c41;
	background: #da3c41;
}


.cp_ipcheck_re {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 150px;
	margin: -10px auto 10px auto;
	padding: 0 0 0 1em;
}

.checkbox-input{
	display: none;
}

.checkbox-parts{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	font-size: 1em;
	font-weight: bold;
	padding: 0 1em 1em 2em;
	cursor: pointer;
}
.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 12px;
	height: 12px;
	border: 0.2em solid #d01137;
/*  border-radius: 4px;*/
}
.checkbox-input:checked + .checkbox-parts{
	color: #d01137;
}
.checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
}



div.inquiry_privacy {
	border: 3px solid silver;
	margin: 30px 0;
	box-sizing: border-box;
	padding: 10px 30px;
}

div.inquiry_privacy h3 {
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 3px solid silver;
	padding-bottom: 20px;
}

div.inquiry_privacy p {
	color: #555555;	
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 30px;
}

div.inquiry_privacy p a {
	color: #da3c41;	
	margin-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid;
	transition: .2s;
}

div.inquiry_privacy p a i {
	font-size: 12px;
	margin: 0 5px;
}

div.inquiry_privacy p a:hover {
	opacity: .5;
}



input.confirm_btn {
	width: 250px;
	display: block;
	margin: 50px auto 0 auto;
	transition: .3s;
}

input.confirm_btn:hover {
	opacity: .5;
}

img.confirm_btn {
	width: 250px;
	display: block;
	margin: 50px auto 0 auto;
	transition: .3s;
}

img.confirm_btn:hover {
	opacity: .5;
}


/*-----
住所追加
--------------------*/

p.home {
	display: inline-block;
	width: 100px;
}

input.home_min {
	border: 3px solid #000;
	padding: 10px;
	width: 150px;
}

input.home {
	border: 3px solid #000;
	padding: 10px;
	width: 359px;
	margin-left: 4px;
}

p.complete {
	text-align: center;
	letter-spacing: 2px;
	margin: 20px 0;
}

select {
	border: 3px solid #000;
	padding: 10px;
	width: 385px;
	
}



/** error message */
span.error {
	color: #D01137;
	font-weight: bold;
}

input::placeholder {
  color: #bbbbbb;
}