@import url("global.css");


#recruit .occupation {
	padding: 40px 0;
}
#recruit .occupation.first {
	padding: 0 0 40px;
}
#recruit .occupation .wrapper {
	padding: 0 50px;
	text-align: center;
}
#recruit .occupation h3 {
	font-size: 28px;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
}
#recruit .occupation h3::after {
	content:"";
	position: absolute;
	left:0;
	right:0;
	bottom: -18px;
	margin:0 auto;
	background-color: #333;
	height: 2px;
	width: 100px;
}
#recruit .occupation .txt {
	font-size: 18px;
	margin: 10px 0;
}
#recruit .occupation.bg {
	background-color: #f3f3f3;
}
#recruit .occupation table {
	margin: 30px 0 10px;
	width: 100%;
	border-collapse: collapse;
	font-family: 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
#recruit .occupation table tr:nth-child(odd) {
	background-color: #F6F6F6;
}
#recruit .occupation.bg table tr:nth-child(odd) {
	background-color: #fff;
}
#recruit .occupation table th {
	width: 20%;
	padding: 10px 20px 10px 0;
	border-right: 2px solid #ddd;
	text-align: right;
}
#recruit .occupation table td {
	padding: 10px 20px;
	font-size: 15px;
	text-align: left;
}
#recruit .occupation table td ul li {
	float: left;
	margin-right: 25px;
}
#recruit .occupation table td ul li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #999;
}

#recruit .entry {
	margin-top: 40px;
}
#recruit .entry.wrapper {
	padding: 0 50px;
	text-align: center;
}
#recruit .entry h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 60px;
	position: relative;
}
#recruit .entry h3::after {
	content:"";
	position: absolute;
	left:0;
	right:0;
	bottom: -18px;
	margin:0 auto;
	background-color: #333;
	height: 2px;
	width: 80px;
}
#recruit .entry .image {
	float: left;
}
#recruit .entry .txt {
	text-align: left;
	padding-left: 460px;
	font-size: 14px;
}
#recruit .entry .txt a {
	color: #71331C;
}
#recruit .entry .txt .box {
	background-color: #F2ECE7;
	padding: 12px 30px 15px;
	box-sizing: border-box;
	font-size: 20px;
	margin: 20px 0;
	text-align: center;
}
#recruit .entry .txt .box .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}
#recruit .entry .txt .tel {
	font-size: 28px;
	line-height: 1.6;
}
#recruit .entry .txt .tel span {
	font-weight: 800;
}
#recruit .entry .txt .tel a {
	text-decoration: none;
	cursor: default;
	color: #333;
}


/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

	
#recruit .occupation .wrapper {
	padding: 0 10px;
}
#recruit .occupation h3 {
	font-size: 24px;
}
#recruit .occupation .txt {
	font-size: 16px;
}

#recruit .occupation table th {
	padding: 10px 20px 10px 10px;
}
#recruit .occupation table td {
	padding: 10px 20px;
}

#recruit .entry.wrapper {
	padding: 0 10px;
}
#recruit .entry h3 {
	font-size: 24px;
}
#recruit .entry .image {
	width: 300px;
}
#recruit .entry .txt {
	padding-left: 340px;
	line-height: 1.9;
}
#recruit .entry .txt .box {
	padding: 15px;
	box-sizing: border-box;
	font-size: 17px;
}
#recruit .entry .txt .box .title {
	font-size: 25px;
}
#recruit .entry .txt .tel {
	font-size: 24px;
}


}




/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){


#recruit .occupation {
	padding: 20px 0;
}
#recruit .occupation.bg {
	padding: 40px 0;
}
#recruit .occupation .wrapper {
	padding: 0 ;
}
#recruit .occupation h3 {
	font-size: 18px;
}
#recruit .occupation h3::after {
	content:"";
	width: 80px;
}
#recruit .occupation .txt {
	font-size: 15px;
	text-align: left;
	margin-bottom: 25px;
}

#recruit .occupation table {
	margin: 10px 0;
}
#recruit .occupation table tr:nth-child(odd) {
	background-color: transparent;
}
#recruit .occupation table th,
#recruit .occupation table td {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 5px 15px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#recruit .occupation table th {
	border-right: none;
	background-color: #F6F6F6;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #ddd;
}
#recruit .occupation table td {
	background-color: #fff;
}
#recruit .occupation table td ul li {
	margin: 5px 20px 5px 0;
}
#recruit .occupation table td ul li::before {
	margin: -2px 3px 0 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
}


#recruit .entry.wrapper {
	padding: 0;
}
#recruit .entry h3 {
	font-size: 18px;
}
#recruit .entry .image {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	float: none;
}
#recruit .entry .txt {
	padding-left: 0;
	line-height: 1.8;
	margin-top: 20px;
}
#recruit .entry .txt p br {
	display: none;
}
#recruit .entry .txt .box {
	padding: 12px;
	box-sizing: border-box;
	font-size: 16px;
}
#recruit .entry .txt .box p {
	line-height: 1.6;
}
#recruit .entry .txt .box p span {
	display: block;
}
#recruit .entry .txt .box .title {
	font-size: 20px;
	margin-top:4px;
}
#recruit .entry .txt .tel {
	font-size: 18px;
	margin-top: 4px;
}
#recruit .entry .txt p.tel span {
	display: inline-block;
}

}









