@charset "utf-8";

/* CSS Document */

h3.icon_read {
	font-size: 2rem;
}

.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: #ffbf41;
	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: 30px;
	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 {
	display: inline-block;
	background-color: #ffbf41;
	width: 320px;
	padding: 10px 0 10px 35px;
	font-size: 1.6rem;
	color: #ffffff;
	border-radius: 6px;
	max-width: 100%;
	margin-top: 5px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.resume_maker_detail_2 dd a::before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 2.1rem;
	margin-right: 6px;
	position: absolute;
	left: 17px;
	top: 5px;
}


@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;
	}
	.resume_maker_detail_2 dd a {
		width: 100%;
	}
	h3.icon_read {
		line-height: 1.4;
		background-position: center left;
	}
}