/* LP, タイトル部 incファイル アコーディオン1
*******************************************/
.top-inc-contents-wrap {
  overflow: hidden;
  border-top: 4px solid #FF7DA3;
  padding: 24px 30px 0;
  background: url(../img/user_voice_bg.jpg) right no-repeat;
  position: relative;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-radius: 4px;
  width: 960px;
  margin: 0 auto 35px; /* 가운데 정렬 + 하단 여백 */
}
.top-inc-contents-wrap .top-inc-contents {
    box-sizing: border-box;
    opacity: 1;
    transition: all .4s ease-out;
    text-align: left;
    height: 40px;
}
.top-inc-contents-wrap .top-inc-toggle-btn {
        display: flex;
        justify-content: center;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 100%);
        font-size: 16px;
        font-weight: 600;
        color: #FF7DA3;
        letter-spacing: 2px;
        /* padding: 20px 0; */
        padding: 25px 0;
        position: relative;
        cursor: pointer;
        margin: unset;
        border: none;
        border-radius: unset;
}
.top-inc-contents-wrap .top-inc-toggle-btn span.close{
    display: none;
}
.top-inc-contents-wrap .top-inc-toggle-btn::before{
    content: '';
    position: absolute;
    top: 47%;
    left: 40%;
    transform: translateY(-50%) rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #FF7DA3;
    border-right: 3px solid #FF7DA3;
}
.top-inc-contents-wrap .accordion-checkbox:checked ~ .top-inc-contents {
	margin-bottom: 40px;
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: visibility .2s ease-out .2s, opacity .2s ease-out .2s, padding-top ease-out .4s, padding-bottom ease-out .4s;
}
.top-inc-contents-wrap .accordion-checkbox:checked ~ .top-inc-toggle-btn span.close{
    display: block;
}
.top-inc-contents-wrap .accordion-checkbox:checked ~ .top-inc-toggle-btn span.open{
    display: none;
}
.top-inc-contents-wrap .accordion-checkbox:checked ~ .top-inc-toggle-btn::before {
    transform: rotate(-45deg);
}

.top-inc-contents-wrap img {
	max-width: 100%;
    height: auto;
    /* width: 100%;  */
}

.link_btn{
    display: block;
    border: 2px solid #dadada;
    border-radius: 30px;
    color: #666666;
    padding: 7px 21px 7px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.link_btn:hover{
    opacity: 0.8;
}
.link_btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #41bbf3;
    border-bottom: 5px solid transparent;
    color: #41bbf3;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

/* LP, タイトル部 incファイル アコーディオン2
*******************************************/

.wk_0101_area {
	margin-top: 10px;
}

.wk_0101_area h2 {
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
	border-left: 7px solid #f23064;
}
.wk_0101_area dl {
	margin: 0 0 55px 0;
}

.wk_0101_area dl dt {
	color: #209fcf;
	font-weight: bold;
	font-size: 16px;
	padding-left: 7px;
}

.wd_1007_area {
	margin-top: 10px;
}

.wd_1007_area h2 {
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
	border-left: 7px solid #ed7821;
}
.wd_1007_area dl {
	margin: 0 8px 45px 0;
}

.wd_1007_area dl dt {
	color: #209fcf;
	font-weight: bold;
	font-size: 16px;
	padding-left: 7px;
}

.top_txt {
	width: 78%;
	line-height: 1.4em;
	margin: 5px 0 0 5px;
	font-size: 14px;
}

.top_txt a {
	color: #395a9c;
}

.wk_0101_about {
	padding: 10px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	background-color: #fff5f8;
	background-image: -webkit-gradient(
		linear,
		0 0,
		100% 100%,
		color-stop(0.25, #ffecf2),
		color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, #ffecf2),
		color-stop(0.75, #ffecf2),
		color-stop(0.75, transparent),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		-45deg,
		#ffecf2 25%,
		transparent 25%,
		transparent 50%,
		#ffecf2 50%,
		#ffecf2 75%,
		transparent 75%,
		transparent
	);
	background-image: -moz-linear-gradient(
		-45deg,
		#ffecf2 25%,
		transparent 25%,
		transparent 50%,
		#ffecf2 50%,
		#ffecf2 75%,
		transparent 75%,
		transparent
	);
	background-image: -ms-linear-gradient(
		-45deg,
		#ffecf2 25%,
		transparent 25%,
		transparent 50%,
		#ffecf2 50%,
		#ffecf2 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		-45deg,
		#ffecf2 25%,
		transparent 25%,
		transparent 50%,
		#ffecf2 50%,
		#ffecf2 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		-45deg,
		#ffecf2 25%,
		transparent 25%,
		transparent 50%,
		#ffecf2 50%,
		#ffecf2 75%,
		transparent 75%,
		transparent
	);
}

.wk_0101_about dt {
	color: #f23064;
	font-weight: bold;
	font-size: 16px;
	padding: 6px 10px 15px 40px;
	margin-top: 10px;
	background: #fff;
	background: url(../../../search/img/ic_maru.png) 0 0 no-repeat;
	background-size: 30px;
}

.wk_0101_about p {
	background: #fff;
	padding: 20px 15px 0;
	font-size: 14px;
	line-height: 1.2em;
}

.wk_0101_about dt span {
	font-size: 30px;
}
.wk_0101_about dd {
	background: #fff;
	padding: 5px 10px 5px;
	font-size: 14px;
	line-height: 1.2em;
}

.wk_0101_about dd span {
	color: #f23064;
    font-weight: bold;
	line-height: 1.8em;
}
.wk_0101_about .last {
	background: #fff;
	padding: 20px 15px;
	margin-bottom: 10px;
	font-size: 14px;
}

.wk_0101_about li {
	margin-bottom: 10px;
	line-height: 1.4em;
}
.wk_0101_about li:last-child {
	margin-bottom: 0;
}
.wk_0101_about .comment {
	color: #6e482f;
	font-size: 16px;
	font-weight: bold;
	background: none !important;
}

.wd_1007_about {
	padding: 10px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	background-color: #f9ebdb;
	background-image: -webkit-gradient(
		linear,
		0 0,
		100% 100%,
		color-stop(0.25, #fcba87),
		color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, #fcba87),
		color-stop(0.75, #fcba87),
		color-stop(0.75, transparent),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		-45deg,
		#fcba87 25%,
		transparent 25%,
		transparent 50%,
		#fcba87 50%,
		#fcba87 75%,
		transparent 75%,
		transparent
	);
	background-image: -moz-linear-gradient(
		-45deg,
		#fcba87 25%,
		transparent 25%,
		transparent 50%,
		#fcba87 50%,
		#fcba87 75%,
		transparent 75%,
		transparent
	);
	background-image: -ms-linear-gradient(
		-45deg,
		#fcba87 25%,
		transparent 25%,
		transparent 50%,
		#fcba87 50%,
		#fcba87 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		-45deg,
		#fcba87 25%,
		transparent 25%,
		transparent 50%,
		#fcba87 50%,
		#fcba87 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		-45deg,
		#fbe7d0 25%,
		transparent 25%,
		transparent 50%,
		#fbe7d0 50%,
		#fbe7d0 75%,
		transparent 75%,
		transparent
	);
}

.wd_1007_about dt {
	color: #903f01;
	font-weight: bold;
	font-size: 16px;
	padding: 6px 10px 15px 40px;
	background: #fff;
	background: url(../../../search/img/ic_maru_orange.png) 0 0 no-repeat;
	background-size: 30px;
}

.wd_1007_about p {
	background: #fff;
	padding: 5px 10px 5px;
	font-size: 14px;
	line-height: 1.2em;
}

.wd_1007_about dt span {
	font-size: 30px;
}
.wd_1007_about dd {
	background: #fff;
	padding: 5px 10px 5px;
	font-size: 14px;
	line-height: 1.2em;
}

.wd_1007_about dd span {
	color: #ed7821;
}
.wd_1007_about .last {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.wd_1007_about li {
	margin-bottom: 5px;
	line-height: 1.4em;
}
.wd_1007_about .comment {
	color: #6e482f;
	font-size: 16px;
	font-weight: bold;
	background: none !important;
}

.cv_area {
	font-size: 20px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	height: 30px;
}
.cv_area a p {
	margin: auto;
	font-size: 20px;
	color: #ffffff;
	padding: 18px 38px;
	background: -moz-linear-gradient(top, #f45580 0%, #f23064);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f45580),
		to(#f23064)
	);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 0px solid #000000;
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.7);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4),
		0px 1px 0px rgba(255, 255, 255, 0.3);
	width: 660px;
	text-align: center;
}

.cv_area a:hover p {
	font-size: 20px;
	color: #ffffff;
	background: -moz-linear-gradient(top, #f45580 0%, #f23064);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f45580),
		to(#f23064)
	);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 0px solid #000000;
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5),
		inset 0px 0px 1px rgba(255, 255, 255, 0.7);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4),
		0px 1px 0px rgba(255, 255, 255, 0.3);
	width: 660px;
	text-align: center;
	margin-top: 3px;
	text-decoration: none !important;
}

.cv_area a {
	color: #f23064;
	text-decoration: none !important;
}
.cv_area a:active p {
	text-decoration: none !important;
}

/* result_lp背景 */
/* 小児科 */
.fd_0125 {
	background: url(../../../search/img/bg_fd_0125.jpg) right 0 no-repeat;
}

/* 透析 */
.wk_0005 {
	background: url(../../../search/img/bg_wk_0005.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 准看護師 */
.cr_050369 {
	background: url(../../../search/img/bg_cr_050369.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 精神病院 */
.wd_1011 {
	background: url(../../../search/img/bg_wd_1011.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
.bnr_lp_area_pc {
    padding: 50px 0;
    text-align: center;
}
.bnr_lp_area_pc p{
	font-size: 24px;
    color: #6c5d53;
    font-weight: bold;
}

.bnr_lp_area_pc img {
    width: 1100px;
}

/* 救急外来 */
.wk_0004 {
	background: url(../../../search/img/bg_wk_0004.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 病棟 */
.wk_0001 {
	background: url(../../../search/img/bg_wk_0001.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 美容系 */
.wk_0101 {
	background: url(../../../search/img/bg_wk_0101.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 外来 */
.wk_0002 {
	background: url(../../../search/img/bg_wk_0002.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* クリニック・診療所 */
.wd_1005 {
	background: url(../../../search/img/bg_wd_1005.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 助産師 */
.cr_050367 {
	background: url(../../../search/img/bg_cr_050367.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* ケアマネージャー */
.cr_050396 {
	background: url(../../../search/img/bg_cr_050396.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 保健師 */
.cr_050366 {
	background: url(../../../search/img/bg_cr_050366.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* ケアミックス病院 */
.wd_1003 {
	background: url(../../../search/img/bg_wd_1003.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 急性期病院 */
.wd_1001 {
	background: url(../../../search/img/bg_wd_1001.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 療養型病院 */
.wd_1002 {
	background: url(../../../search/img/bg_wd_1002.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 検診・健診センター */
.wk_0501 {
	background: url(../../../search/img/bg_wk_0501.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 施設（有料老人ホーム・老健など） */
.wd_1006 {
	background: url(../../../search/img/bg_wd_1006.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 高度急性期 */
.wd_1013 {
	background: url(../../../search/img/bg_wd_1013.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 二交替制 */
.fd_0247 {
	background: url(../../../search/img/bg_fd_0247.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 三交替制 */
.fd_0248 {
	background: url(../../../search/img/bg_fd_0248.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 夜勤なし */
.fd_0246 {
	background: url(../../../search/img/bg_fd_0246.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 夜勤専従 */
.wk_0007 {
	background: url(../../../search/img/bg_wk_0007.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 寮・借り上げ住宅あり */
.fd_0249 {
	background: url(../../../search/img/bg_fd_0249.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 内視鏡室看護師 */
.wk_0006 {
	background: url(../../../search/img/bg_wk_0006.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 産業保健師 */
.wd_1008 {
	background: url(../../../search/img/bg_wd_1008.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 治験コーディネーター */
.wd_3001 {
	background: url(../../../search/img/bg_wd_3001.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* オペ看護師 */
.wk_0003 {
	background: url(../../../search/img/bg_wk_0003.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 保育園 */
.wk_0503 {
	background: url(../../../search/img/bg_wk_0503.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* ICU看護師 */
.wk_0009-0010-0011-0012-0013-0014 {
	background: url(../../../search/img/bg_wk_0009-0010-0011-0012-0013-0014.jpg) right
		0 no-repeat;
	padding-bottom: 40px;
}

/* 訪問看護師 */
.wd_1007 {
	/* background:url(../../../search/img/bg_wd_1007.jpg) 0 0 no-repeat; */
	padding-bottom: 40px;
}

/* 看護師資格・経験を活かせる一般企業 */
.wd_1008 {
	background:url(../../../search/img/bg_wd_1008.jpg) right 0 no-repeat; 
	padding-bottom: 40px;
}

.wk_10070301 {
	background: url(../../../search/img/bg_wd_1007.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 正雇用看護師 */
.efd_010001 {
	background: url(../../../search/img/bg_efd_010001.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 契約看護師 */
.efd_010006 {
	background: url(../../../search/img/bg_efd_010006.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* パート看護師 */
.efd_010007 {
	background: url(../../../search/img/bg_efd_010007.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 看護師 */
.cr_050368 {
	background: url(../../../search/img/bg_cr_050368.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 病院 */
.wd_1001-1002-1003-1004-1011 {
	background: url(../../../search/img/bg_wd_1001-1002-1003-1004-1011.jpg) right 0
		no-repeat;
	padding-bottom: 40px;
}

/* リハビリテーション */
.wd_1004 {
	background: url(../../../search/img/bg_wd_1004.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 保育施設 */
.wd_4001 {
	background: url(../../../search/img/bg_wd_4001.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 未経験歓迎 */
.fd_0243 {
	background: url(../../../search/img/bg_fd_0243.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 管理職の仕事 */
.fd_0264 {
	background: url(../../../search/img/bg_fd_0264.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 休日多め */
.fd_0228 {
	background: url(../../../search/img/bg_fd_0228.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 残業10h以下 */
.fd_0256 {
	background: url(../../../search/img/bg_fd_0256.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 給与高め */
.fd_0261 {
	background: url(../../../search/img/bg_fd_0261.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 駅チカ（徒歩10分以内） */
.fd_0298 {
	background: url(../../../search/img/bg_fd_0298.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 4月入職可 */
.fd_02h1 {
	background: url(../../../search/img/bg_fd_02h1.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 美容外科 */
.ms_16 {
	background: url(../../../search/img/bg_ms_16.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 心臓血管外科 */
.ms_19 {
	background: url(../../../search/img/bg_ms_19.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 婦人科（レディースクリニック） */
.ms_26 {
	background: url(../../../search/img/bg_ms_26.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}
/* 消化器外科 */
.ms_51 {
	background: url(../../../search/img/bg_ms_51.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 胃腸科 */
.ms_03 {
	background: url(../../../search/img/bg_ms_03.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 心療内科 */
.ms_09 {
	background: url(../../../search/img/bg_ms_09.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* アレルギー科 */
.ms_10 {
	background: url(../../../search/img/bg_ms_10.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* リウマチ科 */
.ms_11 {
	background: url(../../../search/img/bg_ms_11.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 小児科 */
.ms_12 {
	background: url(../../../search/img/bg_ms_12.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 整形外科 */
.ms_14 {
	background: url(../../../search/img/bg_ms_14.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 形成外科 */
.ms_15 {
	background: url(../../../search/img/bg_ms_15.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 皮膚科 */
.ms_21 {
	background: url(../../../search/img/bg_ms_21.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 肛門科 */
.ms_23 {
	background: url(../../../search/img/bg_ms_23.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 産婦人科 */
.ms_24 {
	background: url(../../../search/img/bg_ms_24.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 産科 */
.ms_25 {
	background: url(../../../search/img/bg_ms_25.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 眼科 */
.ms_27 {
	background: url(../../../search/img/bg_ms_27.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 耳鼻咽喉科 */
.ms_28 {
	background: url(../../../search/img/bg_ms_28.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 放射線科 */
.ms_30 {
	background: url(../../../search/img/bg_ms_30.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* リハビリテーション科 */
.ms_31 {
	background: url(../../../search/img/bg_ms_31.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 歯科 */
.ms_32 {
	background: url(../../../search/img/bg_ms_32.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 麻酔科 */
.ms_36 {
	background: url(../../../search/img/bg_ms_36.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* ペインクリニック */
.ms_37 {
	background: url(../../../search/img/bg_ms_37.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 一般内科 */
.ms_41 {
	background: url(../../../search/img/bg_ms_41.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 美容皮膚科 */
.ms_54 {
	background: url(../../../search/img/bg_ms_54.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 検診・健診 */
.wk_0008 {
	background: url(../../../search/img/bg_wk_0008.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* ICU */
.wk_0009 {
	background: url(../../../search/img/bg_wk_0009.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* NICU */
.wk_0010 {
	background: url(../../../search/img/bg_wk_0010.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 透析室 */
.wk_0102 {
	background: url(../../../search/img/bg_wk_0102.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 訪問診療 */
.wk_0200 {
	background: url(../../../search/img/bg_wk_0200.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 特養 */
.wk_0201 {
	background: url(../../../search/img/bg_wk_0201.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 老健 */
.wk_0202 {
	background: url(../../../search/img/bg_wk_0202.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* デイサービス */
.wk_0204 {
	background: url(../../../search/img/bg_wk_0204.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* デイケア */
.wk_0205 {
	background: url(../../../search/img/bg_wk_0205.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* サ高住 */
.wk_0206 {
	background: url(../../../search/img/bg_wk_0206.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* グループホーム */
.wk_0208 {
	background: url(../../../search/img/bg_wk_0208.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 障碍者施設 */
.wk_0210 {
	background: url(../../../search/img/bg_wk_0210.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* コールセンター */
.wk_0402 {
	background: url(../../../search/img/bg_wk_0402.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* SMO */
.wk_0404 {
	background: url(../../../search/img/bg_wk_0404.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 地域包括支援センター */
.wk_0504 {
	background: url(../../../search/img/bg_wk_0504.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* CRA */
.wk_0801 {
	background: url(../../../search/img/bg_wk_0801.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 治験コーディネーター（CRC）*/
.wk_0802 {
	background: url(../../../search/img/bg_wk_0802.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 訪問入浴 */
.wkd_10070303 {
	background: url(../../../search/img/bg_wkd_10070303.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 放課後デイサービス */
.wkd_10120003 {
	background: url(../../../search/img/bg_wkd_10120003.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* こども園 */
.wkd_40010008 {
	background: url(../../../search/img/bg_wkd_40010008.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 児童発達支援 */
.wkd_40010012 {
	background: url(../../../search/img/bg_wkd_40010012.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* 8月入職可 */
.fd_02j8_area dl {
    margin: 0 0 15px 0;
}
.fd_02j8 {
	padding-bottom: 40px;
	height: 286px;
	margin-top: 10px;
}
/* 1月入職可 */
.fd_02h5 {
	padding-bottom: 40px;
	height: 400px;
	margin: 10px 0 0 0;
}

/* ホスピス */
.wk_0215 {
	background: url(../../../search/img/bg_wk_0215.jpg) right 0 no-repeat;
	padding-bottom: 40px;
}

/* WEB面接OK */
.fd_0306 {
	background: url(../../../search/img/bg_fd_0306.png) right 0 no-repeat;
	padding-bottom: 40px;
	height: 286px;
	margin-top: 10px;
}

/* secondary karteエリア */

.karte_area {
	margin: 10px auto;
}

.karte_area dl {
	border-bottom: 1px solid #ccc;
}
.karte_area dt {
	color: #fff;
	font-weight: bold;
	background: #ff6e99;
	text-shadow: 1px 1px #ff6e8a;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 10px 0;
	text-align: center;
	font-size: 120%;
}

.karte_area dd span {
	color: #ff6d98;
	font-size: 130%;
}

.karte_area dd {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 2px 5px 7px;
	line-height: 1.4em;
	font-size: 110%;
}

.karte_area .last {
	border-bottom: none;
	margin: 0;
}

/* 新着求人レコメンド */
.newJobOffer {
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff9f5; /* 非対応ブラウザ用 */
	background-image: linear-gradient(
		-45deg,
		#fff9f5 25%,
		#fff7f0 25%,
		#fff7f0 50%,
		#fff9f5 50%,
		#fff9f5 75%,
		#fff7f0 75%,
		#fff7f0
	);
	background-size: 35px 35px;
}
.newJobOffer h2 {
	margin: 3px 0 15px;
	padding-left: 10px;
	font-size: 1.5em;
	color: #ff7da3;
	border-left: 6px solid #ff7da3;
}
.newJobOffer a:hover {
	text-decoration: none;
	opacity: 0.85;
}
.newJobOffer a:nth-child(3) {
	margin: 0 1.4%;
}
.newJobOffer .linkBox {
	box-sizing: border-box;
	display: inline-block;
	width: 31.9%;
	min-height: 431px;
	vertical-align: top;
	border-top: 3px solid #ff7da3;
	background-color: #e8f8fd;
	color: #666;
}
.newJobOffer .linkBox .upper_part {
	padding: 5px 10px 0;
	min-height: 101px;
	background-color: #fff;
}
.newJobOffer .linkBox .upper_title {
	margin: 5px 0 10px;
	color: #395a9c;
	font-weight: bold;
	font-size: 1.2em;
	min-height: 30px;
}
.newJobOffer .linkBox .access,
.newJobOffer .linkBox .closest_station {
	padding: 3px 0 3px 18px;
}
.newJobOffer .linkBox .access {
	background: url("../img/ic_home.png") 0 2px no-repeat;
}
.newJobOffer .linkBox .closest_station {
	background: url("../img/ic_train.png") 0 2px no-repeat;
}
.newJobOffer .linkBox .middle_part {
	min-height: 225px;
	padding: 0 5px;
	background-color: #fff;
}
.newJobOffer .linkBox .middle_part .img_area {
	height: 145px;
	margin: 0 auto 10px;
	width: 180px;
}
.newJobOffer .linkBox .middle_part img {
	width: 100%;
}
.newJobOffer .linkBox .middle_part dl {
	overflow: auto;
	padding-top: 2px;
	font-size: 95%;
	line-height: 1.1em;
}

.newJobOffer .linkBox .middle_part dt,
.newJobOffer .linkBox .middle_part dd {
	display: block;
	float: left;
	padding-bottom: 5px;
}
.newJobOffer .linkBox .middle_part dt {
	color: #52a8c8;
	clear: left;
	width: 26%;
}
.newJobOffer .linkBox .middle_part dd {
	width: 74%;
}
.newJobOffer .linkBox .lower_part {
	background-color: #e8f8fd;
	padding: 10px;
	min-height: 65px;
}
.newJobOffer .linkBox .lower_part .lower_title {
	color: #ff7da3;
	margin-bottom: 5px;
}
.newJobOffer .linkBox .lower_part .catchphrase {
	line-height: 1.2em;
}

.side_area dl {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.side_area dt {
	color: #fff;
	background: #ff6995;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

.side_area dd {
	padding: 14px 25px 14px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	background: url(../../../common/img/ico_link01.gif) 10px center no-repeat;
	line-height: 1.6em;
}
.noborder {
	border-bottom: none !important;
}

/* ナビプラスレビュー */
#userVoice .voice_ttl {
	background: #e8f8fd;
	padding: 10px;
	margin: 15px 0 10px;
	color: #52a8c8;
	font-weight: bold;
}
#userVoice .voiceBlock {
	position: relative;
	width: 782px;
	clear: both;
	margin-bottom: 1em;
	background: url(../../../common/img/bg_main-cl03.gif) repeat-y left top;
	line-height: 1.75;
	background-size: 782px;
}
#userVoice .voiceBlock div.voiceInner {
	padding: 0 15px 15px;
	background: url(../../../common/img/bg_main-cl02.gif) no-repeat left bottom;
	background-size: 782px;
}
#userVoice .voiceBlock h2 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 117%;
	background: url(/user_voice/img/bg_voice-ttl02.gif) repeat-y left top;
	background-size: 783px;
	width: 783px;
}
#userVoice .voiceBlock h2 span {
	zoom: 1;
	display: block;
	background: url(/user_voice/img/bg_voice-ttl01.gif) no-repeat left top;
	background-size: 783px;
}
#userVoice .voiceBlock h2 span span {
	padding: 0.5em 14px;
	background: url(/user_voice/img/bg_voice-ttl03.gif) no-repeat left bottom;
	background-size: 783px;
}
#userVoice .voiceBlock p.number {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
}
#userVoice .voiceBlock div.voice {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
	background: url(/user_voice/img/bg_voice02.gif) repeat-y right top;
	background-size: 689px;
}
#userVoice .voiceBlock div.voice div.icn {
	position: absolute;
	top: 0px;
	left: 0px;
}
#userVoice .voiceBlock div.voice dl {
	background: url(/user_voice/img/bg_voice01.gif) no-repeat left top;
	background-size: 752px;
}
#userVoice .voiceBlock div.voice dt {
	padding: 10px 10px 0 80px;
	font-weight: bold;
	color: #f17945;
}
#userVoice .voiceBlock div.voice dd {
	padding: 10px 10px 10px 80px;
	background: url(/user_voice/img/bg_voice03.gif) no-repeat right bottom;
	background-size: 689px;
}
#userVoice .voiceBlock div.valueInfo {
	background: url(../../../common/img/bg_border01.gif) repeat-x left top;
}
#userVoice .voiceBlock div.pointWrap {
	zoom: 1;
	padding: 0.8em 0;
	background: url(/user_voice/img/bg_border01.gif) no-repeat center center;
}
#userVoice .voiceBlock div.pointWrap:after {
	content: "";
	display: block;
	clear: both;
}
#userVoice .voiceBlock div.pointWrap dl.value01 {
	float: left;
	width: 350px;
}
#userVoice .voiceBlock div.pointWrap dl.value01.last {
	float: right;
}
#userVoice .voiceBlock dl.value01 dt,
#userVoice .voiceBlock dl.value01 dd {
	float: left;
	margin-right: 0.65em;
}
#userVoice .voiceBlock dl.value01 dt {
	font-weight: bold;
	color: #569ded;
}
#userVoice .voiceBlock dl.value01 img {
	vertical-align: top;
}
#userVoice .voiceBlock dl.value01 ul.star li {
	float: left;
}
#userVoice .voiceBlock dl.value02 {
	clear: both;
	padding-top: 0.8em;
	background: url(../../../common/img/bg_border01.gif) repeat-x left top;
}
#userVoice .voiceBlock dl.value02 dt {
	font-weight: bold;
	color: #569ded;
}
#userVoice .a_link {
	text-align: right;
	font-weight: bold;
}

.sp {
	display: none;
}

h2.mainSearchTitle.sp {
	display: none !important;
}

.mg40 {
	margin-bottom: 40px;
}

/* おすすめ求人特集
------------------------------------------------------------------------------------------ */
#kyujinarea {
	background: #f6f6f6;
	padding: 5px;
	margin: 10px 0;
}

#kyujinarea .freeword {
	padding-bottom: 5px;
}

#kyujinarea .freeword .freeTtl {
	font-weight: bold;
	line-height: 18px;
	padding-left: 20px;
	background: url("/common/img/2015/ico_result_title_top.png") no-repeat left top;
}

#kyujinarea li {
	padding-bottom: 5px;
}

#kyujinarea li img {
	width: 100%;
	height: auto;
}

#kyujinarea .feature {
	text-align: right;
	font-weight: bold;
}

/* wk_0101_area pcアコーディオンエリア
------------------------------------------------------------------------------------------ */

.acd-check {
	display: none;
}
.acd-label {
	background: #ffecf2;
	color: #ff7da3;
	display: block;
	margin-bottom: 1px;
	padding: 15px 20px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.acd-label:before {
	content: ""; /*何も入れない*/
	display: inline-block; /*忘れずに！*/
	width: 27px; /*画像の幅*/
	height: 27px; /*画像の高さ*/
	background-image: url("/common/img/accordion_icon.png");
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

.acd-label:hover {
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.acd-label:after {
	background: #ff7da3;
	box-sizing: border-box;
	content: "＋";
	color: #fff;
	display: block;
	height: auto;
	padding: 20px 20px;
	position: absolute;
	right: 0;
	top: 0px;
}
.acd-content {
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: 0.5s;
	line-height: 1.5;
	font-size: 14px;
	visibility: hidden;
}
.acd-check:checked + .acd-label:after {
	content: "－";
	padding: 20px 20px;
	height: auto;
}
.acd-check:checked + .acd-label + .acd-content {
	height: auto;
	opacity: 1;
	padding: 15px 20px;
	visibility: visible;
}

.travel_area {
	background: url("/common/img/travel_bg.png") no-repeat;
	background-size: contain;
	position: relative;
	height: 430px;
	margin: 0 auto;
	margin: 30px auto 10px auto;
}

.travel_area p {
	position: absolute;
	top: 150px;
	left: 35px;
	width: 500px;
	font-size: 15px;
	line-height: 1.5;
}

.travel_btn {
	position: absolute;
	top: 425px;
	left: 155px;
}

.travel_btn:hover {
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s ease 0s;
	transform: translateY(0.1875em);
}

.url_corp {
	width: 98%;
}
.url_corp a {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

.url_corp a:before {
	content: "》";
	color: #2c4a9f;
	font-size: 0.8em;
}

/* Hit件数1件アナウンス
------------------------------------------------------------------------------------------ */
.empty-announce{
    margin: 60px 0;
}
.empty-announce > .empty-announce_top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.empty-announce > .empty-announce_top p{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 24px;
    letter-spacing: 2px;
    font-feature-settings: 'palt';
}
.empty-announce > .empty-announce_top .img01{
    width: 320px;
}
.empty-announce > .empty-announce_top .img01 img,
.empty-announce > .empty-announce_top .img02 img{
    width: 100%;
}
.empty-announce span{
    color: #FF7DA3;
    font-weight: bold;
}
.empty-announce > .empty-announce_bottom{
    border: solid 4px #7ECEF4;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.empty-announce > .empty-announce_bottom::before{
    content: '';
    width: 130px;
    height: 94px;
    background: url(../img/empty-announce_img02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -88px;
    left: 4px;
    z-index: 10;
}
.empty-announce > .empty-announce_bottom::after{
    content: '';
    width: 94px;
    height: 94px;
    background: url(../img/empty-announce_img04.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -86px;
    right: 10px;
    z-index: 10;
}
.empty-announce > .empty-announce_bottom > .heading{
    width: 100%;
    background: #7ECEF4;
    color: #FFF;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2vw;
    position: relative;
    z-index: 1;
    text-align: center;
}
.empty-announce > .empty-announce_bottom > .heading::before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/empty-announce_icon01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 210px;
    transform: translateY(-50%);
    z-index: 10;
}
.empty-announce > .empty-announce_bottom > .list{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    box-sizing: border-box;
}
.empty-announce > .empty-announce_bottom > .list li a{
    display: block;
    width: fit-content;
    padding: 12px 30px 12px 24px;
    word-break: keep-all;
    font-size: 14px;
    border: solid 1px #E1E1E1;
    border-radius: 8px;
    position: relative;
}
.empty-announce > .empty-announce_bottom > .list li a:after{
    content: '';
    width: 5px;
    height: 5px;
    border: solid 2px;
    border-color: #e1e1e1 #e1e1e1 transparent transparent;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}
.empty-announce > .empty-announce_bottom > .list li a:hover{
    text-decoration: none;
    background: #fff1f1;
    border-color: #ff7da3;
    transition: .3s;
    transform: scale(1.08);
}
.empty-announce > .text-link{
    padding: 12px 0;
    text-align: right;
}
.empty-announce > .text-link a{
    font-size: 14px;
    letter-spacing: 1px;
    color: #FF7DA3;
}

/* 職場カルテリンク
------------------------------------------------------------------------------------------ */

.area {
	width: 100%;
	margin: auto;
    /* background-position: -170px 0; */
}

.area h2 {
	color: #ff729d;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 0 0 15px;
	margin-bottom: 10px;
}

.area dl {
	padding: 0px 10px 10px;
	height: 200px;
}

.area dl dt {
	color: #209fcf;
	font-weight: bold;
	font-size: 16px;
	padding-left: 7px;
}
.area .txt {
	padding: 10px;
	width: 868px;
	background: #fff;
	margin: 5px 0 0 5px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	color: #000;
	font-size: 1.4em;
}

/* result_lp */
.fd_02j8_area h2 {
	font-weight: bold;
	font-size: 22px;
	padding: 15px 0 5px 10px;
	margin-bottom: 10px;
	border-left: 7px solid #f23064;
}

.fd_02j8_area .top_txt {
	width: 770px;
	line-height: 1.6em;
	margin: 10px 0 0 5px;
	font-size: 14px;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.75);
}

.wk_0101_area {
	margin-top: 10px;
}

.wk_0101_area h2 {
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
	border-left: 7px solid #f23064;
}
.wk_0101_area dl {
	margin: 0 0 55px 0;
}

.wk_0101_area dl dt {
	color: #209fcf;
	font-weight: bold;
	font-size: 16px;
	padding-left: 7px;
}

.wd_1007_area {
	margin-top: 10px;
}

.wd_1007_area h2 {
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0 5px 15px;
	margin-bottom: 10px;
	border-left: 7px solid #ed7821;
}
.wd_1007_area dl {
	margin: 0 0 45px 0;
}

.wd_1007_area dl dt {
	color: #209fcf;
	font-weight: bold;
	font-size: 16px;
	padding-left: 7px;
}

/* .cno-area>.cno-header {
	padding: 20px 200px 10px 0 !important;
} */

@media screen and (min-width: 980px) {
	.cno-area {
		width: 100% !important;
	}
	.cno-area>.cno-header>.special {
		width: 90px;
		height: 50px;
		margin: 0 10px 5px 0;
	}
}