@charset "utf-8";

/* CSS Document */

.point_step {
	padding: 15px 20px 80px 20px;
}

.point_step .column_head {
	background-image: url(../img/column/point/h2_bg.png);
}


.point_links {
	padding: 30px;
	background-color: #f1f1f1;
	width: 1000px;
	max-width: 100%;
	margin: auto auto 0 auto;
	box-sizing: border-box;
}
.point_links ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.point_links ul li {
	margin-right: 27px;
}
.point_links ul li:last-child {
	margin-right: 0px;
}
@media screen and (max-width: 1055px) {
	.point_links ul li {
		margin-right: 18px;
	}
	.point_links ul li:nth-child(3n) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 767px) {
	.point_links ul li {
		margin-right: 18px;
	}
	.point_links ul li:nth-child(3n) {
		margin-right: 18px;
	}
	.point_links ul li:nth-child(2n) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 527px) {
	.point_links ul li {
		margin-right: 3%;
	}
	.point_links ul li:nth-child(3n) {
		margin-right: 3%;
	}
	.point_links ul li:nth-child(2n) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 476px) {
	.point_links ul li {
		margin-right: 3%;
	}
	.point_links ul li:nth-child(3n) {
		margin-right: 3%;
	}
	.point_links ul li:nth-child(2n) {
		margin-right: 0px;
	}
}
.point_links li span {
	background-color: #FFFFFF;
	background-image: url(../img/column/point/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left 8px;
	display: block;
	padding: 10px 10px 10px 21px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.point_links li {
		margin-bottom: 10px;
	}
}

.point_links li:hover span,
.point_links li.active span {
	background-color: #fff7c6;
	color: #825729;
	background-image: url(../img/column/point/icon_arrow_ac.png);
}

.min-h-in {
	min-height:inherit !important;	
}

.point_links li.active span.links_head,
.point_links li span.links_head {
	width: 166px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #ffbf41;
	color: #FFFFFF;
	background-image: url(../img/column/point/point_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	padding: 0;
}
.point_contents {
	padding: 30px;
	background-color: #f1f1f1;
	width: 1000px;
	max-width: 100%;
	margin: 40px auto;
	box-sizing: border-box;
}

.point_contents_detail {
	background-color: #ffffff;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}


.point_head {
	text-align: left;
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	border-bottom: solid 1px #f1f1f1;
	padding: 0 0 15px 0;
	margin-bottom: 20px;
}

.point_head span {
	font-weight: normal;
	background-color: #ffbf41;
	color: #FFFFFF;
	background-image: url(../img/column/point/point_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: inline-block;
	width: 70px;
	height: 45px;
	padding: 0 10px;
	line-height: 45px;
	margin: 0 10px 0 0;
}


.point_contents_1,
.point_contents_3 {
	position: relative;
	margin-bottom: 40px;
}


.point_contents_1 p {
	font-size: 1.4rem;
	line-height: 180%;
	margin-bottom: 10px;
}

.img_rt {
	position: absolute;
	right: 0;
	top: 0;
}

.point_contents_1 a {
	display: inline-block;
	background-color: #ffbf41;
	color: #FFFFFF;
	padding: 20px 40px;
	margin-bottom: 40px
}

@media screen and (max-width: 767px) {
	.img_rt {
		position: relative;
	}
	.img_rt img {
		width: 100%;
	}
	.point_contents_1 a {
		margin: 0 0 30px 0;
		display: block;
		text-align: center;
	}
	.point_contents_3 .point_note {
		width: 100%;
	}
}


.point_contents_1 dl dt {
	color: #ffbf41;
	font-size: 1.4rem;
	padding-bottom: 10px
}

.point_contents_1 dl dd {
	color: #ffbf41;
	font-size: 1.4rem;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.point_contents_1 dl dd>span {
	color: #ffbf41;
	background-color: #fef9ef;
	display: inline-block;
	padding: 25px 48px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}



.point_contents_1 dl dd ol {
	list-style: decimal;
	color: #333;
	margin: 0;
}

.point_contents_1 dl dd ol li {
	list-style: decimal;
	padding: 5px 0;
}

p.read_text {
	line-height: 180%;
	padding: 0 0 40px 0;
}

.point_note {
	border: solid 1px #f1f1f1;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
}


.point_contents_3 .point_note {
	width: 55%;
	margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
	.point_contents_3 .point_note {
		width: 100%;
		margin-top: 20px;
	}
}


.point_note dl {
	background-image: url(../img/column/bg_note.png);
	display: block;
}

.point_note dt {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 3px 0 10px;
}
.fa-exclamation {
	font-size: 2.4rem;
	color: #ffbf41;
	margin-right: 5px;
}


.point_note dd ul li {
	background-image: url(../img/column/resume_service/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 18px;
	box-sizing: border-box;
	font-size: 1.4rem;
	padding-bottom: 5px;
	line-height: 150%;
	font-weight: normal;
}



.under_read {
	display: inline-block;
	position: relative;
	font-weight: bold;
	height: 18px;
	margin-bottom: 10px;
}

.under_read span {
	position: relative;
	z-index: 1;
}

.under_read:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-color: #ffe0a8;
	left: 0;
	bottom: 0px;
	z-index: 1;
}

.chat {
	margin-bottom: 40px;
}

.left_user,
.rigth_user {
	margin-bottom: 20px;
}

.left_user span,
.left_user span span,
.rigth_user span,
.rigth_user span span {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.left_user>span,
.rigth_user>span {
	width: 100%;
}

.left_user>span>img,
.rigth_user>span>img {
	position: absolute;
	left: 5px;
	top: -29px;
}


.rigth_user>span {
	padding: 0 20px 0 0;
}

.rigth_user>span span {
	background-color: #fef9ef;
	font-size: 1.8rem;
	padding: 20px;
}

.rigth_user>span span:after {
	background-image: url(../img/column/point/comennt_arrow_right.png);
	content: ' ';
	display: block;
	position: absolute;
	height: 18px;
	width: 12px;
	right: -12px;
	top: 25px;
}

.left_user>span span:after {
	background-image: url(../img/column/point/comennt_arrow_left.png);
	content: ' ';
	display: block;
	position: absolute;
	height: 18px;
	width: 12px;
	left: -12px;
	top: 25px;
}


.left_user>span {
	padding: 0 0 0 20px;
}

.left_user>span span {
	background-color: #fff5d2;
	line-height: 180%;
	padding: 20px;
	color: #372000;
}

.right_arrow {
	background-image: url(../img/column/resume_service/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 19px;
	line-height: 1.5;
}

.rigth_user div,
.left_user div {
	width: 70px;
	min-width: 70px;
	max-width: 70px;
}

.left_user div img,
.rigth_user div img {
	border: solid 1px #f1f1f1;
}

.left_user,
.rigth_user {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}


.mw {
	width: 1000px;
	max-width: 100%;
	margin: auto auto 40px auto;
}

.point_banner figcaption {
	padding-bottom: 10px;
}

.point_banner img {
	border: solid 2px #f1f1f1;
	max-width: 100%;
}





.change_jobs_steps {
	padding: 30px 30px 10px 30px;
	background-color: #f1f1f1;
	width: 1000px;
	max-width: 100%;
	margin: auto auto 0 auto;
	box-sizing: border-box;
}

.change_jobs_steps>ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.change_jobs_steps>ul>li {
	background-color: #ffffff;
	width: 460px;
	min-height: 234px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
}

.change_jobs_steps ul li dl dt {
	border-bottom: solid 1px #dadada;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ffbf41;
    line-height: 20px;
	height: 47px;
	padding-bottom: 10px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.change_jobs_steps ul li dl dt span {
	background-color: #ffbf41;
	background-image: url(../img/column/point/point_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 47px;
	line-height: 47px;
	width: 70px;
	min-width: 70px;
	margin-right: 10px;
	font-weight: normal;
	text-align: center;
	font-size: 1.8rem;
}

.change_jobs_steps ul li dl dd p {
	line-height: 180%;
}

.change_jobs_steps ul li dl dd {
	padding-top: 10px;
}

.change_jobs_steps>ul>li.step1,
.change_jobs_steps>ul>li.step2,
.change_jobs_steps>ul>li.step3,
.change_jobs_steps>ul>li.step4,
.change_jobs_steps>ul>li.step5 {
	background-repeat: no-repeat;
	background-position: top right;
}

.change_jobs_steps>ul>li.step1 dl dt,
.change_jobs_steps>ul>li.step2 dl dt,
.change_jobs_steps>ul>li.step3 dl dt,
.change_jobs_steps>ul>li.step4 dl dt,
.change_jobs_steps>ul>li.step5 dl dt {
	color: #333333;
}

.change_jobs_steps>ul>li.step1 {
	background-image: url(../img/column/point/bg_img1.jpg);
}

.change_jobs_steps>ul>li.step2 {
	background-image: url(../img/column/point/bg_img2.jpg);
}

.change_jobs_steps>ul>li.step3 {
	background-image: url(../img/column/point/bg_img3.jpg);
}

.change_jobs_steps>ul>li.step4 {
	background-image: url(../img/column/point/bg_img4.jpg);
}

.change_jobs_steps>ul>li.step5 {
	background-image: url(../img/column/point/bg_img5.jpg);
}

@media screen and (max-width: 1055px) {
	.change_jobs_steps>ul>li {
		width: 100%;
	}


	.point_links li.active span.links_head,
	.point_links li span.links_head {
		width: 100%;
	}
	.point_links li {
		width: 32%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.point_links li {
		width: 48%;
		margin-bottom: 10px;
	}
}

.change_jobs_steps>ul>li dl dd ul li {
	padding-bottom: 10px;
}

.change_jobs_steps>ul>li dl dd ul li a {
	padding-left: 10px;
	background-image: url(../img/column/point/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}






@media screen and (max-width: 767px) {
	.point_head {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
	}
	.point_head span {
		text-align: center;
	}
	.point_contents,
	.point_contents_detail {
		padding: 0px;
	}
	.point_links {
		padding: 10px 10px 0px 10px;
	}

	.point_step4_info {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.point_step4_info>div {
		margin-top: 20px;
	}
	.point_step4_info>div,
	.point_step4_info>div img {
		max-width: 100%;
	}
}


.point_step4_info {
	width: 1000px;
	max-width: 100%;
	margin: auto auto 40px auto;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.point_step4_info p {
	line-height: 180%;
}




.resume_manual_data {
	position: relative;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.resume_manual_data_download {
	margin-bottom: 40px;
}

.resume_manual_data_download a {
	background-color: #ffbf41;
	color: #FFFFFF;
	text-align: center;
	width: 40%;
	display: block;
	box-sizing: border-box;
	margin: 0 auto 10px auto;
	box-sizing: border-box;
	font-size: 18px;
	padding: 15px 0;
}

.resume_manual_data>div {
	width: 50%;
	position: relative;
}

.resume_manual_data img {
	max-width: 100%;
}

.resume_manual_data a {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
}


@media screen and (max-width: 767px) {
	.resume_manual_data {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.resume_manual_data>div {
		width: 100%;
	}
	.resume_manual_data_download a {
		width: 100%;
	}
	.change_jobs_steps>ul>li dl dd ul li a {
		background-position: 0px 2px;
	}
}

.card-list {
	margin-bottom: 10px;	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	padding-top:20px;
}
.card-list dl {
	box-sizing: border-box;
	width: 49%;
	border: solid 1px #dadada;
	border-radius: 10px;
	margin-bottom: 2%;
    background-color: #fafafa;
}
.card-list dl dt {
	padding:10px;
	font-size:1.6rem;
	font-weight:bold;
	color:#ffbf41;
}
.card-list dl dd {
	padding:10px;
	padding-top:0;
	font-size:1.4rem;
	line-height:1.6;
}
.min-red {
	color: #FF0004;
    font-size: 1.1rem;
    line-height: 16px;
    display: block;
}
.underline {
    background: -moz-linear-gradient(transparent 65%, #ffe0a8 65%);
    background: -webkit-linear-gradient(transparent 65%, #ffe0a8 65%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.65, transparent), color-stop(0.65, #ffe0a8));
    background: -o-linear-gradient(transparent 65%, #ffe0a8 65%);
    background: linear-gradient(transparent 65%, #ffe0a8 65%);
    background-position: 0px -1px;
    background-repeat: no-repeat;
	font-weight: bold;
}
.regist-btn-area {
	padding:20px 0 40px 0;
	text-align:center;
}
.regist-btn-area a{
	box-sizing:border-box;
	background-color:#ffbf41;
	color:#ffffff;
	font-size: 1.4rem;
	padding:20px 20px;
	display:inline-block;
	max-width:100%;
}
.regist-btn-area a br {
	display:none;
}
@media screen and (max-width: 400px) {
	.regist-btn-area a br {
		display: inline-block;
	}
}
@media screen and (max-width: 360px) {
	.card-list dl {
		width: 100%;
	}
}


.point_contents h4 {
	font-size:1.6rem;
	color: #ffbf41;
	margin-bottom:10px;
	font-weight:normal;
}
.point_contents h4 i {
    margin-right: 8px;
    font-size: 2rem;
    position: relative;
    top: 1px;
}
.basic_point {
    border: solid 2px #ffbf41;
    margin-bottom: 40px;
}
.basic_point h3 {
	margin-left: 10px;
	margin-bottom: 5px;
    background-color: rgba(255,255,255,1.00);
    display: inline-block;
    border: none;
    background-image: none;
    padding: 5px;
    position: relative;
    top: -13px;
}
.basic_point_body {
	padding:0 20px;
}
.regist-btn-area a{
	width: 440px;
    font-size: 1.4rem;
}
.regist-btn-area a br{
	display:none;
}
.point_banner {
    border: solid 1px #e9e9e9;
    padding: 15px;
    background-color: #fafafa;
}
.point_banner > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    font-size: 1.6rem;
    line-height: 19px;
}
.point_banner > div > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.point_banner_btn {
	min-width: 330px;
	width:330px;
}
.point_banner_btn a{
	display:inline-block;
	background-color:#ffbf41;
	width:320px;
	text-align:center;
	padding:20px 0;
	font-size:1.8rem;
	color:#ffffff;
    border-radius: 6px;
	max-width:100%;
}

.change_jobs_banner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
}
.change_jobs_banner_info dl {
	
}
.change_jobs_banner_info dl dt {
	font-size:1.6rem;
}
.change_jobs_banner_info dl dd {
	font-size:1.6rem;	
}

.change_jobs_banner .pc{
	display:block;
}
.change_jobs_banner .sm{
	display:none;
	text-align:center;
}
.change_jobs_banner .pc img, 
.change_jobs_banner .sm img{
	max-width:100%;
	margin:auto;
}
@media screen and (max-width: 768px) {
	.change_jobs_banner .pc{
		display:none;
	}
	.change_jobs_banner .sm{
		display:block;
	}
	.point_banner > div {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.point_banner_btn {
		padding-top:15px;
		-webkit-justify-content:center;
		-moz-justify-content:center;
		-ms-justify-content:center;
		-o-justify-content:center;
		justify-content:center;
		width: 100%;
	}
	.regist-btn-area a br{
		display: inherit;
	}
	.regist-btn-area a {
		line-height: 160%;
	}
	.point_banner_btn {
		min-width: inherit;
		width:330px;
		max-width:100%;
		margin:auto;
	}
}


.interview_list dl{
	margin-bottom:60px;
}
.interview_banner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	box-sizing:border-box;
}
.interview_banner span, 
.interview_banner span img {
    max-width: 100%;
}
/* SP */
@media screen and (max-width: 768px) {
	.interview_banner span {
		width:100%;
		text-align:center;
		display:block;
	}
	.interview_banner span:first-child {
		margin-bottom:20px;
	}
	.interview_banner span, 
	.interview_banner span img {
		width: auto;
		max-width: 100%;
		margin-left:auto;
		margin-right:auto;
	}
}
.point_contents_head {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.point_contents_head div {
    min-height: 260px;
}

.point_contents_head p {
	width:488px;
}

@media screen and (max-width: 768px) {
	.point_contents_head {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.point_contents_head p {
		width:100%
	}
	.point_contents_head div {
		width:100%;
		text-align:center;
		margin-bottom:20px;
		min-height:inherit;
	}
	.point_contents_head div img{
		width:100%;	
	}
}


.step3_head_img {
	max-width: 400px;
}