@charset "utf-8";

.contentsGuide #pageTitleArea {
	margin-bottom: 45px;
}

.contentsGuide #pageTitleArea .pageTitle:before {
	background-image: url(/fashion/contents/images/icon_guide.png);
}

.contentsGuide #main {
	color: #000;
}

.contentsGuide #main img {
	width: 100%;
	height: auto;
}

.guideStepSect {
	margin-bottom: -10px;
	padding: 30px 30px 50px;
	box-sizing: border-box;
	border: 10px solid #f6f6f6;
}

.guideStepSect .stepTitle {
	height: 35px;
	margin: 0 0 50px;
	padding: 17px 30px 15px;
	background: #fff2e5;
	font-size: 2rem;
	line-height: 37px;
}

.guideStepSect .stepTitle .step {
	display: inline-block;
	color: #ff7c00;
	font-size: 1.4rem;
	line-height: 35px;
	vertical-align: top;
}

.guideStepSect .stepTitle .step .num {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 15px 0 9px;
	color: #fff;
	background: #ff7c00;
	border-radius: 50%;
	font-size: 1.8rem;
	text-align: center;
}

.guideStepInner {
	padding: 0 30px;
}

.guideStepSect .thumb {
	float: left;
	width: 400px;
}

.guideStepSect .textArea {
	float: right;
	width: 500px;
}

.guideStepSect .textArea .summary {
	margin: 0 0 25px;
	padding: 0 0 25px;
	color: #ff7c00;
	border-bottom: 1px solid #ddd;
}

.guideStepSect .wantToTell dt {
	height: 30px;
	margin: 0 0 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 32px;
}

.guideStepSect .wantToTell dt:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 12px 0 0;
	background-image: url(/fashion/contents/guide/images/icon_step.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top;
}

.guideStepSect .wantToTell dd {
	position: relative;
	padding-left: 1em;
}

.guideStepSect .wantToTell dd:before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.guideStepSect .textArea .btn {
	margin: 25px 0 0;
}

.guideStepSect .textArea .btn .btnOrange:before {
	display: none;
}



/* @group 職務経歴書・証明写真の準備 --------------------------------- */

.contDoc {
	padding: 70px 0 70px;
	background: none;
}


.contDoc .panelList.panelThumbList .panel .thumb {
	width: 160px;
	height: 160px;
}

.contDoc .panelList.panelThumbList .panel .textArea {
	width: 320px;
	padding: 0;
	color: #000;
}

.panelList.panelThumbList .panel .news {
	line-height: 1.7;
	min-height: 6em;
}

.contDoc .panelList.panelThumbList .panelBtn {
	margin: 28px 0 0;
}

.contDoc .panelList.panelThumbList .panel .baseBtn {
	display: block;
	width: 200px;
	height: 48px;
	text-align: center;
	line-height: 48px;
}


/* @end */

/* @group 9.求人情報一覧 --------------------------------- */

.btnRecruit {
	/*margin: 0 0 40px;*/
	margin: 70px 0 50px;
	text-align: center;
}


.btnRecruit .btnCheck {
	min-width: 440px;
	height: auto;
	margin: 0 0 20px;
	padding: 17px 20px 15px;
	font-size: 1.7rem;
	line-height: 1.5;
}

/*.btnRecruit .btnMyentries {
	padding:12px 0;
	color:#ffffff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	width: 100%;
	max-width:392px;
	border-radius: 8px;
	display:inline-block;
}

.btnRecruit .btnMyentries span {
	padding-right:5px;
	font-size: 1.8rem;
	font-weight:normal;
}*/

.btnRecruit .btnMyentries {
	display: inline-block;
	width: 260px;
	height: 48px;
	padding: 14px 0 13px;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 21px;
	border-radius: 8px;
}

.btnRecruit .btnMyentries span {
	font-size: 1.5rem;
}

/*.btnRecruit .btnMyentries:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 21px;
	height: 21px;
	margin: 0 10px 0 0;
	background-image: url(/fashion/common/images/head_icon_career.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}*/

.btnRecruit .entryNote {
	margin: 0 0 24px;
	color: #ff7c00;
}

.btnRecruit .inquiryNote {
	margin: 0 0 24px;
	color: #000;
}

/* @end */


@media screen and (max-width:640px) {
	
	
	.contentsGuide #pageTitleArea {
		margin-bottom: 25px;
	}
	
	
	.guideStepSect {
		margin: 0 10px 15px;
		padding: 0;
		border: 1px solid #ddd;
	}
	
	.guideStepSect .stepTitle {
		height: auto;
		margin: 0 0 20px;
		padding: 10px 14px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	
	.guideStepSect .stepTitle .step {
		display: block;
		height: 22px;
		margin: 0 0 3px;
		font-size: 1.2rem;
		line-height: 24px;
	}
	
	.guideStepSect .stepTitle .step .num {
		width: 22px;
		height: 22px;
		margin: 0 0 0 5px;
		font-size: 1.3rem;
	}
	
	.guideStepInner {
		padding: 0 14px;
	}
	
	.guideStepSect .thumb {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	
	.guideStepSect .textArea {
		float: none;
		width: auto;
		padding-bottom: 25px;
		font-size: 1.3rem;
	}
	
	.guideStepSect .textArea .summary {
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
	
	.guideStepSect .wantToTell dt {
		height: auto;
		margin: 0 0 18px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	
	.guideStepSect .wantToTell dt:before {
		width: 22px;
		height: 22px;
		margin: 0 8px 0 0;
		background-size: contain;
	}
	
	.guideStepSect .textArea .btn {
		margin: 20px 0 0;
	}
	
	.guideStepSect .textArea .btn .btnOrange {
		width: 100%;
		text-align: center;
	}
	
	
	
	/* @group 職務経歴書・証明写真の準備 --------------------------------- */
	
	.contDoc {
		padding: 0 10px 0;
	}
	
	.contDoc .panelList.panelThumbList {
		padding: 0;
	}
	
	.contDoc .panelList.panelThumbList .panel {
/*		margin: 0 0 40px;
		padding: 0;
		border: none;*/
		padding: 25px 0;
		border-top: none;
	}
	
	.contDoc .panelList.panelThumbList .panel:last-child {
		margin: 0;
		border: none;
	}
	
	.contDoc h2 {
		margin: 0 0 15px;
		padding: 0 0 0 10px;
		font-size: 1.5rem;
		line-height: 1;
	}
	
	.contDoc .panelList.panelThumbList .panel .thumb {
		width: 26.666666666%;
		height: 0;
		margin-bottom: 20px;
		padding-top: 26.666666666%;
	}
	
	.contDoc .panelList.panelThumbList .panel .textArea {
		float: none;
		width: auto;
	}
	
	.contDoc .panelList.panelThumbList .panel .textArea .news {
		float: right;
		width: 73.333333333333%;
		margin-bottom: 15px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	.contDoc .panelList.panelThumbList .panelBtn {
		clear: both;
		width: 66.666666666%;
		margin: 15px auto 0;
	}
	
	.contDoc .panelList.panelThumbList .panel .baseBtn {
		width: auto;
		height: 40px;
		line-height: 40px;
	}
	
	/* @end */

	/* @group 9.求人情報一覧 --------------------------------- */
	
	.btnRecruit {
		/*margin: 0 0 30px;*/
		margin: 35px 0 30px;
		text-align: center;
	}
	
	
	.btnRecruit .btnCheck {
		width: 100%;
		min-width: 0;
		margin: 0 0 10px;
		padding: 15px 14px 14px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	
	.btnRecruit .btnMyentries {
		/*PCのスタイルを直したらここから削除*/
		padding:12px 0;
		color:#ffffff;
		text-align: center;
		font-weight: bold;
		line-height: 1.7;
		width: 100%;
		height:auto;
		max-width:392px;
		border-radius: 8px;
		display:inline-block;
		/*PCのスタイルを直したらここまで削除*/

		font-size:1.6rem;
	}

	.btnRecruit .btnMyentries span {
		font-size: 1.6rem;
	}

	/*.btnRecruit .btnMyentries strong {
		font-weight: normal;
	}*/
	
	.btnRecruit .entryNote {
		margin: 0 0 24px;
		line-height:1.7;
	}
	
	
	/* @end */
	
}

