@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

#pagePath {
	margin: 6px auto 8px;
	width: 900px;
}

#main {
	margin-bottom: 19px;
	width: 900px;
}

#main .headLine01 {
	margin-bottom: 18px;
}

#main .headLine01 .rLink {
	float: right;
}

#main .topInner {
	margin-bottom: 16px;
	padding: 15px;
	background-color: #fff;
}

#main .topInner .lBox {
	float: left;
}

#main .topInner .rBox {
	float: right;
	width: 458px;
}

#main .topInner .h3Ttl {
	margin-bottom: 8px;
	color: #000;
	font-size: 18px;
}

#main .topInner .text {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

#main .topInner ul {
	margin-bottom: 12px;
}

#main .topInner li {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: url(../../img/careers/index/dot.png) no-repeat 5px 14px;
	padding: 5px 0 10px 14px;
}

#main .topInner .link a {
	margin: 0 4px;
	padding: 3px 0 3px 1px;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	width: 406px;
	background-color: #a11d2c;
}

#main .topInner .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}

#main .dlInfo {
	margin-bottom: 16px;
}

#main .dlInfo dt {
	
}

#main .dlInfo dd {
	padding: 15px 25px 15px 15px;
	background-color: #fff;
}

#main .dlInfo table {
	width: 100%;
	border-collapse: collapse;
}

#main .dlInfo table th,
#main .dlInfo table td {
	padding: 15px 5px 22px;
	color: #000;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	line-height: 1.285;
	width: 78.8%;
}

#main .dlInfo table th {
	width: 21.2%;
}

#main .dlInfo table td {
  /*テーブル行ごとのライン*/
  /*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  */
}

#main .dlInfo table td.last {
	padding-bottom: 8px;
	border-bottom: 0;
}

#main .dlInfo table .red {
	color: #f00;
	font-weight: bold;
}

#main .dlInfo table .ter th,
#main .dlInfo table .ter td {
	padding: 9px 5px 15px;
	line-height: 1.72;
}
/*プライバシーポリシー*/
#main .dlInfo table p{
  padding:8px 20px;
  line-height: 150%;
  font-size: 16px;
}

#main .dlInfo table p.indent {
	text-indent: -1em;
	padding-left: 1em;
}

#main .dlInfo .h4Ttl {
	margin-bottom: 2px;
	font-size: 18px;
	color: #f00;
}

#main .dlInfo .inner {
	margin-bottom: 22px;
}

#main .dlInfo .inner .lBox {
	margin-top: 2px;
	float: left;
}

#main .dlInfo .inner .rBox {
	float: right;
	width: 455px;
}

#main .dlInfo .inner .rBox p {
	margin-right: 20px;
	font-size: 14px;
	color: #000;
	line-height: 1.285;
}

#main .dlInfo01 dt {
	padding: 7px 5px 11px;
}


#main .dlInfo .dtInfo {
	padding: 7px 5px 11px;
}

#main .dlInfo01 dd {
	padding-top: 42px;
}

#main .dlInfo01 .inner .rBox p {
	margin-right: 5px;
}

#main .dlInfo01 table {
	margin-top: -3px;
}

#main .dlInfo01 table th,
#main .dlInfo01 table td {
	padding: 0 5px 20px;
	line-height: 1.29;
	width: 54%;
}

#main .dlInfo01 table th {
	width: 46%;
}

#main .dlInfo01 table td {
	border-bottom: 0;
}

#main .more {
	display: none;
}

@media all and (min-width: 768px) {
	#main .more {
		display: none !important;
	}

}

@media all and (max-width: 767px) {
	#main .headLine01 {
		margin: 0 -21px 0 -19px;
		padding-top: 15px;
		min-height: 213px;
		font-size: 17px;
		letter-spacing: 1.5px;
		text-align: center;
		background: url(../../img/careers/index/sp_h2_bg.jpg) no-repeat center top;
		background-size: cover;
	}

}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		margin-bottom: 0px;
		padding-bottom: 11px;
		width: auto;
	}
	
	#main .headLine01 {
		margin-bottom: 0;
	}
	
	#main .headLine01 .rLink {
		display: none;
	}
		
	
	#main .topInner {
		margin: -19px 0 15px;
		padding: 5px 15px 3px;
	}
	
	#main .topInner .rBox {
		float: none;
		width: auto;
	}
	
	#main .topInner .h3Ttl {
		margin-bottom: 3px;
		color: #000;
		letter-spacing: -0.5px;
		font-size: 13px;
	}
	
	#main .topInner .spText {
		margin: 0 5px;
		font-size: 13px;
		color: #000;
		font-weight: bold;
	}

	#main .topInner .text {
		margin: 0 5px;
		font-size: 13px;
		line-height: 1.6;
		padding-bottom: 1px;
	}
	
	#main .topInner ul {
		margin: 0 5px;
	}
	
	#main .topInner li {
		padding-left: 0;
		color: #000;
		font-size: 13px;
		font-weight: bold;
		padding: 4px 0;
		text-indent: 0;
		background-image: inherit;
		border-top: 1px solid #ccc;
	}

	#main .topInner .link a {
		margin: 0 -3px 7px;
		width: auto;
	}

	#main .dlInfo {
		margin-bottom: 10px;
	}
	
	#main .dlInfo dt {
		padding: 5px 4px 3px;
		width: 90px;
		font-size: 14px;
		border-radius: 10px 10px 0 0;
	}
		
	#main .dlInfo dd {
		padding: 11px 25px 15px 15px;
	}

	#main .dlInfo table th,
	#main .dlInfo table td {
		padding: 6px 5px;
		color: #000;
		font-size: 13px;
		text-align: left;
		vertical-align: top;
		line-height: 1.285;
		width: 100%;
		float: left;
	}
	
	#main .dlInfo table th {
		border-bottom: 1px solid #ccc;
		width: 100%;
	}
	
	#main .dlInfo table .ter th,
	#main .dlInfo table .ter td {
		padding: 0 5px 5px;
		line-height: 1.29;
	}
	
	#main .dlInfo table .ter td {
		padding-top: 5px;
	}
	
	#main .dlInfo .inner {
		margin-bottom: 15px;
	}
	
	#main .dlInfo .inner .lBox {
		margin: 11px 0 11px;
		float: none;
		display: table;
		width: 100%;
	}
	
	#main .dlInfo .inner .lBox img {
		width: 105px;
		height: auto;
		display: table-cell;
	}
	
	#main .dlInfo .inner .lBox span {
		padding-left: 5px;
		font-size: 13px;
		color: #000;
		text-align: left;
		display: table-cell !important;
		vertical-align: middle;
	}
	
	#main .dlInfo .inner .rBox {
		margin: 0 5px;
		float: none;
		width: 100%;
	}
	
	#main .dlInfo .inner .rBox p {
		font-size: 13px;
		line-height: 1.285;
	}
	
	#main .dlInfo01 dd {
		padding-right: 18px;
	}
		
	#main .more {
		padding: 8px 20px 8px 0px;
		display: block;
		color: #ff0000;
		font-weight: bold;
		font-size: 13px;
		text-align: center;
	}
	
	#main .block {
		height: 49px;
		overflow: hidden;
	}
	
	#main .block01 {
		height: 33px;
	}
	
	#main .block02 {
		height: 16px;
	}
	
	#main .inline {
		height: auto !important;
	}
}


@media all and (min-width: 768px) and (max-width: 1024px) {
	
	#pagePath {
		width: auto;
	}
	
	#main {
		width: auto;
	}
	
	#main .topInner .lBox {
		width: 45%;
	}
	
	#main .topInner .lBox img {
		width: 100%;
		height: auto;
	}
	
	#main .topInner .rBox {
		width: 52%;
	}
	
	#main .topInner .h3Ttl {
		margin-bottom: 5px;
	}
	
	#main .topInner .text {
		margin-bottom: 5px;
	}
	
	#main .topInner li {
		padding: 2px 0 4px 1em;
		letter-spacing: -1px;
	}
	
	#main .topInner .link a {
		width: auto;
	}
	
	#main .dlInfo .inner .lBox {
		width: 45%;
	}
	
	#main .dlInfo .inner .lBox img {
		width: 100%;
		height: auto;
	}
	
	#main .dlInfo .inner .rBox {
		width: 52%;
	}
	
}
