/* common class
--------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both; overflow:hidden;}

/* head
--------------------------------------------------*/
#search .p-mv {
	background: url("../../img/student/reason/search/bg_mv_pc.jpg") no-repeat center top;
	background-size: cover;
}
#search .p-mv_box .p-mv_subTxt img {
	width: 70px;
	height: 40px;
}
@media screen and (max-width: 767px) {
	#search .p-mv {
		background-image: url("../../img/student/reason/search/bg_mv_sp.jpg");
		background-size: cover;
	}
	#search .p-mv .p-mv_box .p-mv_subTxt img {
		width: 28px;
		height: 16px;
		margin-right: 5px;
	}
}

/* 本文コンテンツ
--------------------------------------------------*/
#search #content01 {
	padding-bottom: 63px;
}

.p-needs {
	margin-bottom: 65px;
}
.p-col3sample.p-needs .c-dotBox.-wide {
	width: 100%;
}
.p-col3sample.p-needs .c-dotBox.-wide .p-col2sample {
	height: 100px;
	margin-bottom: -20px;
}
.p-needsContent_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 60px;
	padding-left: 70px;
	background: url("../../img/student/reason/search/ico_good.png") no-repeat left top;
	background-size: 60px 60px;
	font-size: 22px;
	font-weight: 700;
	color: #69BC5D;
	line-height: 1.36;
}
.p-needsContent_detail {
	margin-top: 7px;
	font-size: 15px;
	line-height: 1.73;
}
.p-needsContent_detail figure {
	position: relative;
	top: -70px;
}
#search #content01 .c-lineHead {
	
}

@media screen and (max-width: 767px) {
	#search #content01 {
		padding-bottom: 40px;
	}

	.p-needs {
		margin-bottom: 40px;
	}
	.p-col3sample.p-needs .c-dotBox.-wide .p-col2sample {
		height: auto;
		margin-bottom: 0;
	}
	.p-needsContent_title {
		min-height: 40px;
		padding-left: 38px;
		background-size: 35px 35px;
		background-position: left center;
		font-size: 17px;
	}
	.p-needsContent_detail {
		margin-top: 7px;
		font-size: 14px;
		line-height: 1.73;
	}
	.p-needsContent_detail figure {
		position: static;
		padding-top: 10px;
	}
	.p-needsContent_detail figcaption {
		font-size: 10px;
	}

	#search #content02 {
		padding-bottom: 101px;
	}
}
#search #content02 {
	padding-bottom: 101px;
}
#search #content02 .c-lineHead em {
	display: inline-block;
	margin-left: 10px;
}
.p-stepBox {
	position: relative;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 17px 20px 17px 30px;
}
.p-stepContent {
	width: 570px;
}
.p-stepContent_title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.p-stepContent_title img {
	width: 70px;
	height: 70px;
	vertical-align: middle;
	margin-right: 10px;
}
.p-stepContent_detail {
	font-size: 15px;
	line-height: 2;
}
.p-stepContent_image {
	position: relative;
	width: 339px;
	min-height: 193px;
	text-align: right;
}
.p-stepBox .p-col2sample {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-stepBox-02 .p-stepContent_image img {
	position: absolute;
	top: 0;
	left: 36px;
	height: 221px;
}
.p-stepBox-04 .p-stepContent {
	width: 296px;
}
.p-stepBox-04 .p-stepContent_image {
	width: 620px;
}
.p-stepTxt {
	margin-top: 30px;
	margin-bottom: 32px;
	font-size: 16px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	#search #content02 {
		padding-bottom: 58px;
	}
	.p-stepBox {
		border-radius: 10px;
		margin-bottom: 5vw;
		padding: 9px 12px 15px 12px;
	}
	.p-stepContent {
		width: 100%;
		margin-bottom: 10px;
	}
	.p-stepContent_title {
		margin-bottom: 12px;
		font-size: 13px;
	}
	.p-stepContent_title img {
		width: 66px;
		height: 66px;
	}
	.p-stepContent_detail {
		font-size: 13px;
		line-height: 1.53;
	}
	.p-stepContent_image {
		position: relative;
		width: 100%;
		height: 50vw;
		min-height: auto;
		max-height: 193px;
		text-align: center;
	}
	.p-stepBox .p-col2sample {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-stepBox-02 .p-stepContent_image {
		height: 50vw;
	}
	
	.p-stepBox-02 .p-stepBox-02_image {
		position: absolute;
		bottom: -3vw;
		left: 12px;
		width: 87vw;
		max-width: 339px;
	}
	.p-stepBox-04 .p-stepContent {
		width: 100%;
	}
	.p-stepBox-04 .p-stepContent_image {
		width: 100%;
		height: 25vw;
	}
	.p-stepTxt {
		margin-top: 30px;
		margin-bottom: 32px;
		font-size: 14px;
	}
}
@media screen and (min-width: 376px) and (max-width: 767px) {
	.p-stepBox-02_image {
		left: 0;
		right: 0;
		margin: auto;
	}
}