@charset "utf-8";
/* CSS Document */

/* -----------
採用情報修正
-----------*/
.table04 td {
    padding: 1.5rem 1.5rem;
}
#naka_contents_left03 ul { list-style: none;}
.mg_bottom_01 { margin-bottom: 1.25rem;}
.mg_bottom_02 { margin-bottom: 2rem;}
#naka_contents_left03 a {
	text-decoration: underline;
}
p.link_icon:after {
    content: url(../recruit/img/link_icon.svg);
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-left: 2px;
}

#naka_contents tbody p,
#naka_contents tbody ul ol{
    font-size: 12px;
}

.recruit_sub_title {
    background: #FFF4D7;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 10px;
}

.recruit_sub_title > p{
    padding: .46rem 2rem .4rem 2rem;
    font-size: medium;
    font-weight: bold;
	  color: #905C51;
		letter-spacing: .08rem;
}
/* -----------
20190318_募集職種、勤務地修正
-----------*/
/*▼共通*/
.border_bt{
	border-bottom: solid 1px #DECFCD;
}
.bold{
	font-weight: bold;
}

/*▼募集職種*/
.type ul li{
	list-style: disc;
	margin-left: 1rem;
}

/*▼勤務地*/
.place td ul li{
	margin-bottom: 1.2rem;
}
.place td ul li div p:first-of-type{
	font-weight: bold;
}
.place td ul li div p:nth-of-type(2){
	text-indent: 12px;
}
/* -----------
20220916_詐欺サイトに関するお知らせ
-----------*/
.contents .contents02 .contents_left .notice{
	font-size: 18px;
	font-weight: bold;
}
.contents .contents02 .contents_left .notice span{
	background: #773933;
	color: #fff;
	padding: .5rem 1rem;
	
}