@charset "utf-8";
/* CSS Document */

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}
.box {
	width: 80%;
	margin: 70px auto 0;
	text-align: left;
}
.box table {
	width: 65%;
	margin: 0 auto 60px;
	table-layout: fixed;
}
.box table tr {
	border-bottom: 1px solid gray;
}
.box table tr:first-child {
	border-top: 1px solid gray;
}
table tr th, table tr td {
	box-sizing: border-box;
	line-height: 1.75;
	padding: 10px 20px;
	vertical-align: middle;
}
table tr th {
	width: 30%;
	text-align: center;
	background-color: #EFEFEF;
}
table tr td {
	width: 70%;
}
#recruit_item {
	width: 65%;
	margin: 0 auto;
}
#recruit_item .guide {
	width: 100%;
	background: #333;
	text-align: center;
}
#recruit_item .guide > h3 {
	font-size: 26px;
	color: #FFF;
	padding: 15px 0;
}
#recruit_item #guide_btn {
	width: 100%;
	margin: 10px auto;
	display:-webkit-box;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#guide_btn .btn {
	width: 48%;
	text-align: center;
}
#guide_btn .btn a {
	width: 100%;
	padding: 35px 0px 35px 40px;
	box-sizing: border-box;
	font-size: 20px;
	border: 2px solid #000;
	display: block;
	position: relative;
}
#guide_btn .btn a::after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #FAEE00 transparent;
}
#guide_btn #tel-btn a::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	left: 30%;
	margin: auto;
	background: url(../image/tel_icon.png) no-repeat;
	background-size: contain;
}
#guide_btn #web-btn a::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 38px;
	top: 0;
	bottom: 0;
	left: 15%;
	margin: auto;
	background: url(../image/web_icon.png) no-repeat;
	background-size: contain;
}
#guide_btn .btn a:hover {
	border: 2px solid #fff;
	background: #3E3A39;
	color: #fff;
}
#guide_btn #tel-btn a:hover::before {
	background: url(../image/tel_icon_a.png) no-repeat;
	background-size: contain;
}
#guide_btn #web-btn a:hover::before {
	background: url(../image/web_icon_a.png) no-repeat;
	background-size: contain;
}

#guide_btn .btn p {
	width: auto;
	margin-top: 10px;
	padding: 0;
	font-size: 16px;
	border: none;
	display: block;
	position: inherit;
}

@media screen and (max-width: 980px) {
.box {
	width: 90%;
	margin: 40px auto 0;
	text-align: left;
}
.box table {
	width: 80%;
	margin: 0 auto 40px;
}
table tr th, table tr td {
	box-sizing: border-box;
	line-height: 1.75;
	padding: 10px 20px;
	vertical-align: middle;
}
table tr th {
	width: 30%;
	text-align: center;
	background-color: #EFEFEF;
}
table tr td {
	width: 70%;
}
#recruit_item {
	width: 80%;
	margin: 0 auto;
}
}

@media screen and (max-width: 768px) {
.box {
	width: 90%;
	margin: 40px auto 0;
	text-align: left;
}
.box table {
	width: 90%;
	margin: 0 auto 40px;
}
#recruit_item {
	width: 80%;
	margin: 0 auto;
}
#guide_btn .btn a {
	width: 100%;
	padding: 25px 0px 25px 30px;
	font-size: 20px;
	border: 2px solid #000;
}
#guide_btn #tel-btn a::before {
	left: 10%;
}
#guide_btn #web-btn a::before {
	left: 5%;
}
#guide_btn .btn a:hover {
	border: 2px solid #fff;
	background: #3E3A39;
	color: #fff;
}
}

@media screen and (max-width: 640px) {
#recruit_item {
	width: 90%;
	margin: 0 auto;
}

#recruit_item .guide > h3 {
	font-size: 21px;
}
#recruit_item #guide_btn {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#guide_btn .btn {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
	
#guide_btn .btn:first-child {
	margin-top: 10px;
}
#guide_btn .btn a {
	padding: 25px 0px 25px 30px;
	font-size: 20px;
}
#guide_btn #tel-btn a::before {
	left: 10%;
}
#guide_btn #web-btn a::before {
	left: 5%;
}
}
@media screen and (max-width: 480px) {
.box table tr {
	border-bottom: none;
}
.box table tr:first-child {
	border-top: none;
}
.box table {
	width: 95%;
}
table tr th {
	display: block;
	width: 100%;
	border-bottom: 1px solid gray;
}
table tr:first-child th {
	border-top: 1px solid gray;
}
table tr td {
	display: block;
	width: 100%;
	border-bottom: 1px solid gray;
}

}