@charset "utf-8";

#topInformation {
	width: 1180px;
	margin: 0 auto;
}

#topInformation h2 {
	font-size: 24px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 2px solid #953D00;
	position: relative;
	margin-bottom: 15px;
}

#topInformation h2::after {
	content: url("../recruit/images/titleh2_bg.png");
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -20px;
}

#topInformation p {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 20px;
}

@media screen and (max-width: 1240px) {
	#topInformation {
		width: auto;
		margin: 20px 10px;
	}
	#topInformation h2 {
		font-size: 20px;
	}
	#topInformation h2::after {
		background-image: url("../recruit/images/titleh2_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		content: "";
		width: 200px;
		height: 40px;
		right: 0;
		bottom: -20px;
	}
	#topInformation p {
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

section.content {
	width: 1000px;
	margin: 0 auto 50px;
	position: relative;
}

@media screen and (max-width: 1040px) {
	section.content {
		width: auto;
		margin: 0 20px 50px;
		position: relative;
	}
}

@media screen and (max-width: 600px) {
	section.content {
		width: auto;
		margin: 0 10px 50px;
		position: relative;
	}
}

section.content h3 {
	font-size: 18px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 3px solid #22B573;
	margin-bottom: 20px;
	line-height: 35px;
}

section.content p {
	font-size: 14px;
	line-height: 24.5px;
	margin-bottom: 30px;
}

section.content ul::after {
	content: "";
	clear: both;
	display: block;
}

section.content li {
	width: 150px;
	float: left;
	margin-right: 20px;
}

section.content li:nth-child(6n) {
	margin-right: 0;
}

section.content li div.thumb {
	width: 150px;
	height: 210px;
}

@media screen and (max-width: 1040px) {
	section.content li {
		width: calc(100% / 6 - 10px);
		float: left;
		margin-right: 10px;
	}
	section.content li div.thumb {
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
	section.content li div.thumb img {
		width: 100%;
		height: auto;
	}
	section.content p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 690px) {
	section.content li {
		width: calc(100% / 4 - 10px);
		float: left;
		margin-right: 10px;
	}
	section.content li div.thumb {
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
}

@media screen and (max-width: 500px) {
	section.content li {
		width: calc(100% / 3 - 10px);
		float: left;
		margin-right: 10px;
	}
	section.content li div.thumb {
		width: 100%;
		height: 150px;
		overflow: hidden;
	}
}

section.content .pdfcoution {
	background: #EFEFEF;
	width: 660px;
	margin: 20px auto 50px;
	padding: 25px 0;
	text-align: center;
}

section.content .pdfcoution p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

@media screen and (max-width: 660px) {
	section.content .pdfcoution {
		width: 100%;
	}
	section.content .pdfcoution p {
		font-size: 12px;
		line-height: 20px;
	}
}


div.kanri {
	width: 100%;
	background: #EEE;
	text-align: center;
	padding: 30px;
}

div.kanri p {
	font-size: 18px;
	color: #FC0000;
	line-height: 30px;
	margin-bottom: 20px;
}

div.kanri .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

div.kanri .btn:hover,
div.kanri .btn:focus,
div.kanri .btn:active,
div.kanri .btn.active,
div.kanri .btn.disabled,
div.kanri .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

div.kanri .btn:active,
div.kanri .btn.active {
  background-color: #cccccc \9;
}

div.kanri .btn:first-child {
  *margin-left: 0;
}

div.kanri .btn:hover,
div.kanri .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
