@charset "utf-8";

article{
	justify-content:center;
}

.title01{
	margin-bottom:20px;
	color:#c80037;
	font-size:20px;
	font-weight:bold;
}

.wrap{
	padding:20px;
	border:3px solid #ccc;
}

.wrap .recruit_comment{
	margin:20px 0;
}

.wrap .toDetail{
	display:flex;
	justify-content:space-between;
}

/*===========================応募ページ用=============================*/
.recruit_page img {
	margin: 0 auto;
	display: block;
}
main section{
	margin:20px 0;
}

main section .note{
	margin:20px 0;
}

main section .note{
	margin:20px 0;
}

main section table{
	width:100%;
	background:#eee;
	border:1px solid #ddd;
	box-shadow:0 0 2px #fff inset;
	text-align:left;
}

main section thead th:last-child{
	text-align:left;
}

main section table th{
	min-width:100px;
	padding:20px;
	color:#c71987;
	text-align:right;
}

main section table td{
	padding:20px;
}

main section tbody th:after{
	content:"：";
}

h3.subtitle{
	padding:5px 10px;
	border-left:5px solid #c80037;
	border-bottom:1px dashed #333;
	font-weight:bold;
}

.caution{
	color:#f00;
}

.btn td{
	width:100%;
	text-align:center;
}

.btn button{
	padding:10px 100px;
	background:#333;
	border:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

/*===========================応募完了ページ用=============================*/

section.end{
	border:3px solid #ccc;
	padding:20px;
}

section.end .recruit_comment{
}

/*===========================リニューアル用=============================*/
.recruit_inner {
	padding: 20px 40px;
}
.rec_red {
	color: #fe0000;
}

.rec_txt {
	margin: 20px 0 40px;
	line-height: 1.6;
	font-size: 15px;
}
.rec_list-item a {
	color: #bd1837;
	display: block;
	border: 1px solid #bd1837;
	padding: 20px 15px 20px 30px;
	border-radius: 30px;
	position: relative;
	font-size: 15px;
}
.rec_list-item:last-child a, .rec_list-item:nth-last-child(2) a {
	padding-left: 15px;
}
.rec_list-item a::before, .rec_list-item a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.rec_list-item a::before {
	left: 10px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #c3344f;
	border-right: 1px solid #c3344f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rec_list-item:last-child a, .rec_list-item:nth-last-child(2) a {
	text-align: left;
	text-indent: 10px;
}
.rec_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.rec_list {
}
.rec_list-item {
	width: calc((100% / 4) - 15px);
	margin-bottom: 20px;
}
.rec_list-item:last-child, .rec_list-item:nth-last-child(2) {
	width: 49%;
}

/*===========================リニューアル用詳細ページ========================*/
.recruit_detail {
	font-size: 15px;
	line-height: 1.5;
}
.recruit_detail-ttl {
	font-size: 21px;
	color: #bd1837;
	font-weight: bold;
	border-left: 4px solid;
	text-indent: 10px;
	padding: 5px;
	letter-spacing: .7px;
	margin-bottom: 10px;
}
.entry_link a {
	font-size: 12.23px;
	color: #bd1837;
}
.recruit_ex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.recruit_ex-img {
	width: 44%;
}
.recruit_ex-txt {
	width: 50%;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
}

.recruit_flow_list {
	line-height: 1.5;
	margin-bottom: 15px;
}
.recruit_flow_list-txt {
	margin-bottom: 20px;
}
.entry_link a {
	width: 180px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 15px;
	border: 2px solid;
	border-radius: 30px;
}

.recruit_flow_list {
	line-height: 1.5;
	margin-bottom: 15px;
}
.recruit_flow_list-txt {
	margin-bottom: 20px;
}
.entry_link a {
	width: 180px;
	margin: 0px auto;
	display: block;
	text-align: center;
	padding: 13px 0;
	border: 2px solid;
	border-radius: 30px;
	position: relative;
}
.entry_link {
	margin: 40px 0 20px;
}
.entry_link a::before, .entry_link a::after {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.entry_link a::before {
	left: 47%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #c3344f;
	border-right: 1px solid #c3344f;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	bottom: 7px;
}
.recruit_ov_list dl {
	display: flex;
}
.recruit_ov_list dt, .recruit_ov_list dd {
	box-sizing: border-box;
	display: inline-block;
	padding: 15px 2%;
}
.recruit_ov_list dt {
	width: 20%;
	color: #000;
	border-right: 1px solid #a1a1a1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.ov_list {
	margin-bottom: 20px;
}
.recruit_ov_list dd {
	width: 80%;
}
.recruit_ov_list dl:not(:last-child) {
	border-bottom: 1px solid #a1a1a1;
}
.recruit_ov_list {
	border: solid 1px #a1a1a1;
}
.recruit_ov {
	margin-bottom: 80px;
}
.recruit_entry .recruit_detail-ttl {
	text-align: center;
	border: none;
	margin-bottom: 50px;
	font-size: 19px;
	background: #fbfaf5;
	padding: 20px 0;
}
.recruit_entry-inner {
	width: 540px;
	margin: 0 auto;
}
.entry_txt {
	padding: 0 40px 40px;
}
.recruit_entry_list dl {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.recruit_entry_list dt {
	width: 35%;
}
.recruit_entry_list dt label {
	font-weight: bold;
}
.recruit_entry_list dd {
	width: 65%;
}
.recruit_entry_list dd.age_box {
	width: 20%;
	display: flex;
	align-items: flex-end;
}
.recruit_entry_list dd.age_box input {
	margin-right: ;
	margin-right: 10px;
}
.recruit_entry_list input, .recruit_entry_list textarea{
	background: #fffdf0;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #bfbfbf;
}
.ast {
	color: #c90037;
}
.entry_form-btn button {
	background: #bd1838;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding: 12px;
	border-radius: 5px;
	border: none;
	font-weight: bold;
}
.recruit_entry_list-err .caution {
	background: #f9e5ea;
	padding: 5px;
}
.recruit_entry_list-err .caution:last-child {
	margin-bottom: 20px;
}