@charset "utf-8";

/* リコーの取り組み
============================ */
#main.requirements {
	margin-bottom:140px;
}
/* ビジュアル */
#main.requirements .visual {
	height: 260px;
	background: url("/-/Media/Ricoh/Sites/jp_ricoh/jobs/challenged/requirements/img/bg_visual.jpg") center center no-repeat;
	background-size: cover;
/*	background-size: auto, cover;*/
	margin:45px 0 0;
}
#main.requirements h2 {
	font-size: 40px;
	font-weight: bold;
	position: relative;
	margin: 90px 0 55px;
	text-align: center;
	line-height: 1.6;
	overflow: visible;
}
#main.requirements h2:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 80px;
	background: #d31d3e;
	left: 50%;
	bottom: -15px;
	margin: auto;
	transform: translate(-50%,0);
}
#main.requirements h2 + p {
	font-size:20px;
}
#main.requirements h3 {
	margin: 60px 0 0;
	font-size:30px;
}
/* エントリー方法 */

.requirements table {
	margin-top: 20px;
	width:100%;
}
.requirements table th,
.requirements table td {
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.requirements table th,
.requirements table td {
	padding: 24px;
}
.requirements table th {
	font-size:20px;
	background: #f6f6f6;
	font-weight: bold;
	text-align: center;
	width: 196px;
}
.requirements table th.bgW {
	background: #fff;
	border-top: none;
	border-left: none;
	width: 196px;
}
/*
.requirements table thead th:nth-child(2) {
	width: 416px;
}
*/

.requirements table td {
	line-height: 1.8;
	font-size: 20px;
}
.requirements table td ul {
	padding:0;
}
.requirements table td ul li {
	list-style: disc;
	margin: 0 0 0.5em 24px;
}
.requirements table td ul li:last-child {
	margin-bottom: 0;
}
.requirements table td ul.kome li {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding-left: 1em;
	text-indent: -1em;
}
.requirements table td ul.kome li:before {
	content: "※";
}

/* ボタン */
#main a.btn_req {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin:16px 0 0;
	padding: 16px 0 12px 24px;
	line-height: 1.6;
	width:auto;
	max-width: 400px;
	display: block;
	text-align: left;
	background: #d31d3e;
	background-size: 14px;
	box-sizing: border-box;
}
#main a.btn_req {
	width:auto;
	max-width: 500px;
	padding: 16px 40px 12px 24px;
	font-size:24px;
}
#main.requirements a.btn_blank {
	width:auto;
	max-width: 500px;
	padding: 16px 40px 12px 24px;
	line-height: 1.6;
	font-size:24px;
	background-size: 25px;
}
.requirements table .btn_blank {
	display: inline-block;
	margin: 16px 0 0;
	padding-right: 50px;
	width: auto;
	background-size: 25px;
}
@media (max-width:1060px) {
	#main.requirements h3 {
		margin: 60px auto 0;
	}
	.requirements table {
		margin: 20px auto 0;
	}
	#main a.btn_req {
		font-size:16px;
		max-width:400px;
	}
	#main.requirements a.btn_blank {
		font-size:16px;
		background: #d31d3e url(/-/Media/Ricoh/Sites/jp_ricoh/jobs/challenged/cmn_img/icon_blank.svg) right 5% center no-repeat;
		background-size: 25px;
		max-width:400px;
	}
}
@media (max-width:640px) {
	#main.requirements {
		margin-bottom:70px;
	}
	#main.requirements h2 {
		font-size:18px;
		margin: 45px 0 23px;
	}
	#main.requirements h2:before {
		bottom: -8px;
	}
	#main.requirements .visual {
		height: 130px;
		margin:22px 0 0;
	}
	#main.requirements h3 {
		margin: 30px 0 0;
		padding:0;
	}
	.requirements table {
		margin: 20px auto;
	/*	width:83%;*/
		display:block;
	}
	.requirements table th,
	.requirements table td {
		width:100%;
		display:block;
		border:none;
		padding:6px 12px;
	}
	.requirements table th {
		font-size:18px;
		text-align:left;
		background:#fff;
		border-left:2px solid #d31d3e;
	}
	.requirements table td {
		font-size:16px;
	}
	.requirements table th.mT2 {
		margin:20px 0 0;
	}
	#main.requirements a.btn_blank {
	background-size: 18px;
	}
/*
	.requirements table td.border {
		border-bottom: 1px solid #ddd;
	}
	.requirements table tr:last-of-type td{
		border-bottom: 1px solid #ddd;
	}
*/
}

/* 選考フロー */
.requirements .stepArea {
	width: 100%;
	background: #f6f6f6;
	padding: 56px 20px;
	font-size: 20px;
}
.requirements .stepArea p {
	font-size: 20px !important;
}
.requirements .stepArea ol {
	max-width: 1028px;
	margin: 24px auto 0;
	text-align: left;
	padding:0 20px;
}
.requirements .stepArea ol li {
	background: #fff;
	margin-bottom: 8px;
	display: table;
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
}
.requirements .stepArea ol li span {
	display: table-cell;
}
.requirements .stepArea ol li span.number {
	border-right: 1px solid #ddd;
	height: 48px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.requirements .stepArea ol li span.txt {
	line-height: 1.5;
	vertical-align: middle;
	padding: 0 46px;
}
.requirements .stepArea ol li span.txt em {
	font-weight: bold;
	font-size: 18px;
}

@media (max-width:640px) {
	.requirements .stepArea p {
		font-size: 16px !important;
	}
	.requirements .stepArea ol {
		margin:0 auto;
		padding:0;
	}
	.requirements .stepArea ol li {
		display: flex;
		flex-direction: column;
	}
	.requirements .stepArea ol li span.number {
		border:none;
		width:100%;
		height: 32px;
		border-bottom:1px solid #ddd;
	}
	.requirements .stepArea ol li span.txt {
		padding:0;
		margin: 8px 0 0;
		font-size: 16px;
	}
	.requirements .stepArea ol li span.txt em {
		text-align:center;
		display: block;
		font-size: 20px;
	}
}

/* リコーグループの障がい者採用のご紹介 */
.requirements .group {
	text-align: left;
	line-height: 2;
	width:83%;
	max-width: 840px;
	margin: 20px auto 0;
	overflow: hidden;
	display: flex;
}
.requirements .group dl {
	width: 50%;
	padding:0 0 10px;
}
.requirements .group dt {
	font-weight: bold;
	margin-top: 24px;
	font-size: 24px;
}
.requirements .group dd {
	margin:0;
	padding:0 0 0 10px;
	font-size: 20px;
}
.requirements .group dd a {
	text-decoration: underline;
}
@media (max-width:640px) {
	#main.requirements h2 {
		font-size:24px;
		padding: 0 12px;
	}
	#main.requirements h2 + p {
		font-size:16px;
		padding: 0 12px;
	}
	#main.requirements h3 {
		margin: 60px 0 0;
		font-size:20px;
	}
	.requirements .group {
		width:83%;
		display: flex;
		flex-direction: column;
	}
	.requirements .group dl {
		width:100%;
	}
	.requirements .group dt,
	.requirements .group dd {
		font-size:16px;
	}
}

@media (orientation: landscape) and (max-height: 450px) {
	#main.requirements a.btn_blank {
		background-size: 18px;
	}
}