/* --------------------------------------------------- */
/* 歯科リクルート */
/* --------------------------------------------------- */
.page_lower {
    margin-top: 20px;
}

.content_wrap01 {
    background: #fff;
    padding: 20px;
    border: 1px solid #D4D0CA;
}
.content_text {
	font-size: 15px;
    line-height: 1.8em;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
/* spview */
@media screen and (max-width:767px) {
	.page_lower {
		margin-top: 10px;
	}
	
	.content_wrap01 {
		padding: 1rem;
	}
	.content_text {
		font-size: 14px;
		line-height: 1.6em;
	}
}



/* kigyou.html (歯科リクルート)  */
/* --------------------------------------------------- */
.page_head05.kyushoku_head,
.page_head05.kiyou_head {
    width: 100%;
    height: 208px;
	border-radius: 0;
	padding: 0 1rem;
	margin: 0 0 2rem;
    position: relative;
}

.page_head05.kyushoku_head {
	background: url(../images/bg_kyushoku_head.png) no-repeat;
}
.page_head05.kiyou_head {
	background: url(../images/bg_kiyou_head.png) no-repeat;
}

.page_head05.kyushoku_head span,
.page_head05.kiyou_head span {
    color: #333;
    font-size: 24px;
    line-height: 1.4em;
}
/* spview */
@media screen and (max-width:767px) {
	.page_head05.kyushoku_head,
	.page_head05.kiyou_head {
		height: 100px;
	}
	.page_head05.kyushoku_head span,
	.page_head05.kiyou_head span {
		font-size: 5vw;
    	line-height: 1.4em;
	}
}



.kigyo_about_wrap {
    padding: 1em 1em;
}
.kigyo_about_wrap.blue { background: #ecf7fb; }
.kigyo_about_wrap.orange { background: #fefedd; }

.kigyou_check_list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.kigyou_check_list li::before {
    content: "";
	width: 18px;
	height: 18px;
	background: url(../images/i_check.png) no-repeat;
	background-size: contain;
	display: inline-block;
	margin-top: 2px;
	margin-right: 0.8em;
}
.kigyou_check_list li p {
	font-size: 15px;
    line-height: 1.3em;
	
	text-decoration: #888 underline 1px;
	text-underline-offset: 4px; /* 下線の位置 */
	/* -- ▼Safari用に追加 -- */
	-webkit-text-decoration: #888 underline;
	text-decoration-thickness: 1px; /* -webkit-text-decorationの一括指定に含められないので個別で指定 */
}
/* spview */
@media screen and (max-width:767px) {
}




