@charset "utf-8";
/* CSS Document */

.resume_maker {
	padding: 15px 20px 80px 20px;
}

.resume_maker p,
.resume_maker dd {
	line-height: 1.5;
}


.resume_maker li span.links_head{
	background-color:#6a4297;
	color:#FFFFFF;
}

.resume_maker_detail_1,
.resume_maker_detail_2,
 .btns_area{
	width:1000px;
	max-width:100%;
	margin:auto auto 40px auto;
}

.red {
	color:#FF0004;
}
.red2 {
	color:#FF0004;
	font-size:2rem;
}
.green {
	color:#25c482;
}


.resume_maker_detail_2 h2 {
	margin-bottom: 15px;
}
.resume_maker_detail_2 dl {
	margin-bottom:20px;
	margin-top: 20px;
}

.resume_maker_detail_2 dl > dt {
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 10px;
}

.btns_area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
	border: 1px solid #eaeaea;
	padding: 40px 0;
}
.btns_area .registered {
	margin-right: 20px;
}
.btns_area dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.btns_area a {
	padding: 10px;
	height: 50px;
	font-weight: bold;
	font-size: 1.6rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.resume_maker_detail_2 dd:first-of-type {
	background-image: url(../img/column/resume_service/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 24px;
}
.resume_maker_detail_2 dd a {
	background-image: url(../img/column/resume_service/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 24px;
}

@media screen and (max-width: 767px) {
	.resume_maker {
		padding: 1.5% 20px 8% 20px;
	}
	.resume_maker_detail_1, .resume_maker_detail_2, .btns_area {
		margin-bottom: 5%;
	}
	.resume_maker_detail_2 h2 {
		line-height: 1.4;
	}
	.btns_area {
		display: block;
		border: none;
		padding: 5% 0;
	}
	.btns_area .registered {
		margin-right: 0;
		margin-bottom: 20px;
	}
}