@charset "utf-8";
/* 採用情報 */
#recruitment span.bb {
	display: inline-block !important;
}
#recruitment span.bb:after {
	right: -0.5em !important;	
}
.post_content #recruitment .s_table {
	overflow: inherit !important;
	white-space: inherit !important;
}
#recruitment table tr th {
	width: 28%;
	font-weight: bold;
}
#recruitment table tr td {
	font-weight: normal;
}
#recruitment table tr td strong {
	color: #096;
	margin-right: 0.5em;
}
#recruitment table tr td .line {
	text-decoration: underline;
}

#recruitment table tr th.tl {
	padding: 20px 1em;
	font-size: 1.2em;
	color: #096;
	border: double 3px #096;
	background: #fff;
}
.post_content #recruitment table tr:nth-child(even) th, 
.post_content #recruitment table tr:nth-child(even) td,
#recruitment.faq_list .desc, 
.post_content #recruitment th {
	background: #fff !important;
}
#flow {
	margin-top: 60px;
}
#flow .step {
	background: #096;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	padding: 0.5em 1em;
	margin-right: 0.8em;	
}
#flow .arrow {
	margin:20px auto 28px;
	width:20px;
	height:20px;
	border-top:3px solid #096;
	border-right:3px solid #096;
	transform:rotate(135deg);
}
#entry {
	margin-top: 50px;
}
#entry h2 {
	background: #096;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 13px 1.3em;
	line-height: 1.4;
	color: #fff;
}
#entry h2 span {
	display: block;
	font-size: 3em;
	font-weight: bold;
}
#entry .lead {
	text-align: center;
}
.comTxtbox {
	padding: 2em 1em;
}
.comTxtbox p {
	margin-bottom: 1em;
}
.comTxtbox p:last-child {
	margin-bottom: 0;
}
/* お問い合わせ */
.post_content #contact h2 {
	margin-bottom: 3em;
} 

@media (max-width: 800px) {
	#recruitment.faq_list.recruit .title:before {
		top: 38px;
	}
	#recruitment.faq_list.recruit .title {
		padding: 20px 60px 20px 20px;
	}
	#recruitment.faq_list.recruit .title dl dd {
		font-size: 1em;
	}
	#recruitment.faq_list.recruit .title:before {
		width: 24px;
		height: 24px;
		line-height: 24px;
		top: 28px;
	}
	#recruitment table tr th {
		display: block;
		background: #096;
		color: #fff;
		width: auto;
		padding: 10px 1em !important;
		border-bottom: 0;
	}

	#recruitment table tr td {
		display: block;
		width: auto;
		border-bottom: 0;
	}
	#recruitment table tr:last-child td {
		border-bottom: solid 1px #ddd;
	}
	.post_content #recruitment table tr:nth-child(even) th {
		background: #096 !important;
	}
	.post_content #recruitment th {
		background: #096 !important;
	}
	#recruitment.faq_list td span {
		margin-bottom: 1em;
	}
	#recruitment span.bb:after {
		right: -1em;
	}
	#flow {
		margin-top: 20px;
	}

}
@media (max-width: 520px) {
	#recruitment.faq_list {
		margin-bottom: 20px !important;
	}
	#recruitment table tr th {
		padding: 5px 1em !important;
	}
	#recruitment table tr th.tl {
		font-size: 1em;
		padding: 12px 1em;
	}
	#recruitment .s_table {
		margin-bottom: 0;
	}
	.comTxtbox {
		padding: 1em 1em 2em;
	}
	.comTxtbox br {
		display: none;
	}
	#flow .arrow {
		margin: 14px auto 16px;
		width: 14px;
		height: 14px;
	}
	#entry {
		margin-top: 0;
	}
	#entry h2 {
		padding: 8px 1.3em;
	}
	#entry h2 span {
		font-size: 1.5em;
	}
	#entry .lead {
		padding: 0 0.7em;
		line-height: 1.8;
		text-align: left;
	}
	#entry .lead br {
		display: none;
	}

	#entry #tcd_contact_form {
		margin-top: 20px;
	}
	#entry #tcd_contact_form .wpcf7-submit {
		margin-top: 20px;
	}
	.post_content #contact h2 {
		margin-bottom: 1em;
	}
	#contact .lead {
		text-align: left;
		padding-top: 1em;
	}

}
/* ----------------------------------------------------------------------
 エントリーフォーム（コンタクトページ）
---------------------------------------------------------------------- */
#contact_page_header {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
}
#page_content .wpcf7 {
  width: auto;
  margin: 60px 0 0 0 !important;
  padding: 50px 130px 60px;
  border: none;
  background: #f8f8f8;
}
#tcd_contact_form p {
	display: inline;
}
#tcd_contact_form dl {
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#tcd_contact_form dt {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: 500;
}
#tcd_contact_form dd {
  width: calc(100% - 300px);
  margin-bottom: 50px;
  line-height: 1;
  padding-top: 2px;
	font-weight: normal;
}
#tcd_contact_form input[type="text"],
#tcd_contact_form input[type="tel"],
#tcd_contact_form input[type="email"],
#tcd_contact_form input[type="date"] {
  padding: 0 20px;
  height: 50px;
  font-weight: normal;
}
#tcd_contact_form .text01 input[type="text"] {
	width: 5em;
}

#tcd_contact_form textarea {
  padding: 20px 25px;
  height: 250px;
  line-height: 1.6;
	font-weight: normal;
}
#tcd_contact_form select {
  height: 50px;
  padding: 0 20px;
  min-width: 270px;
}
#tcd_contact_form input[type="file"] {
  height: 50px;
  background: #fff;
	font-weight: normal;
}
#tcd_contact_form input[type="text"]:focus, #tcd_contact_form input[type="email"]:focus, #tcd_contact_form input[type="date"]:focus, #tcd_contact_form textarea:focus {
  background: #f3dfdf;
}
#tcd_contact_form .wpcf7-not-valid {
  border-color: #ff0101;
  background: #fff2f2;
}
#tcd_contact_form .required {
  background: #f40;
  margin-left: 10px;
  color: #fff;
  text-align: center;
  padding: 0.2em 0.7em;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: normal;
}
#tcd_contact_form .year, #tcd_contact_form .month, #tcd_contact_form .date {
  float: left;
  margin-right: 20px;
}
#tcd_contact_form .date {
  margin-right: 0;
}
#tcd_contact_form .year input {
  width: 128px;
  margin-right: 10px;
}
#tcd_contact_form .month input {
  width: 80px;
  margin-right: 10px;
}
#tcd_contact_form .date input {
  width: 80px;
  margin-right: 10px;
}
#tcd_contact_form .radio_list .wpcf7-list-item {
  float: left;
  margin: 12px 30px 0 0;
}
#tcd_contact_form .radio_list::after {
  display: block;
  clear: both;
  content: "";
}
#tcd_contact_form .radio_list .wpcf7-not-valid-tip {
	display: inline-block;
}
#tcd_contact_form .checkbox_list .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#tcd_contact_form .checkbox_list .wpcf7-list-item {
  width: calc(50% - 30px);
  margin: 12px 30px 5px 0;
}
#tcd_contact_form .privacy_policy {
  line-height: 2.8;
  background: #fff;
  padding: 25px;
  height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_content #tcd_contact_form .privacy_policy p {
  font-size: 14px;
}
#tcd_contact_form .privacy_policy_checkbox {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
#page_content #tcd_contact_form .wpcf7-submit {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  border: none !important;
  outline: none;
  background: #de0000;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#page_content #tcd_contact_form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 600;
  background: #ffd5d4;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 20px;
  position: relative;
}
#page_content #tcd_contact_form .wpcf7-not-valid-tip:before {
  width: 0;
  height: 0;
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  left: 30px;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffd5d4 transparent;
}
/* ラジオボタン */
#tcd_contact_form .radio_list .wpcf7-list-item input {
  display: none;
}
#tcd_contact_form .radio_list .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
#tcd_contact_form .radio_list .wpcf7-list-item-label:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 100%;
}
#tcd_contact_form .radio_list .wpcf7-list-item-label:hover:before {
  border-color: #666;
}
#tcd_contact_form .radio_list input:checked + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 3px;
  left: 5px;
  background: #666;
}
.recruit input, .recruit textarea {
  font-weight: normal;
}
.mb0 {
  margin-bottom: 0;
}
.lh16 {
  line-height: 1.8 !important;
}
.link01 {
  color: #f40;
  text-decoration: underline;
}
.link01:hover {
  text-decoration: none !important;
}
.checkbox_doui {
  display: inline-block;
  padding-top: 7px;
}
.cdlsa {
  text-align: center;
  padding: 2em 0;
}
.lead {
  text-align: center;
  margin-bottom: 3.4em;
  padding-top: 3em;
}
.pp {
  margin-bottom: 4em !important;
}
.pp:last-child {
  margin-bottom: 0 !important;
}
.pp dt {
  display: list-item;
  list-style-type: square;
  margin-left: 1em;
}
.pp dd {
  border-top: solid 1px #ddd;
  padding: 0.7em 0 0 0;
  margin-top: 0.7em;
}
.buildList li {
	display: inline-block;
	list-style: none;
	margin-left: -1em;
	margin-bottom: 0.5em;
}
#tcd_contact_form .text01 {
	margin-bottom: 0.5em;
}
#tcd_contact_form .text01 span:first-child,
#tcd_contact_form .text02 span {
	margin-left: 0.3em;
}
.prpbox {
	border: solid 1px #ccc;
	height: 200px;
	overflow: auto;
	padding: 1.8em;
	margin-top: 1em;
}
.prpbox .inner li {
	line-height: 1.8;
	margin-bottom: 1em;
	
}
.prpbox .inner li:last-child {
	margin-bottom: 0;
}
.prpbox .inner p {
	display: block !important;
	font-size: 0.9em;
	line-height: 1.8;
	margin-bottom: 1em;
}
.prpbox .inner .list li {
	margin-bottom: 0.5em !important;
}
.prpbox .inner .list li p {
	line-height: 1.6 !important;
}
@media (max-width: 800px) {
  .pp {
    margin-bottom: 2em !important;
  }
  .pp dd {
    font-size: 0.9em;
  }
	.prpbox {
		padding: 1.4em;
	}
  .prpbox .inner p {
	font-size: 0.6em;
  }
 .prpbox .inner p {
	font-size: 1em;
  }
}