@charset "utf-8";
/* CSS Document */
a {
	color: #175b2c;
}
a:hover {
	color: #339966!important;
}

/********************************

  main

********************************/

.contents_wrap {
	position: relative;
	margin: 80px auto 0;
	padding: 50px 0 100px;
	text-align: left;
	background: #f4f7de;
	transform: rotate(0.05deg);
}

.contents_wrap .message {
	font-size: 18px;
	text-align: center;
	color: #cc0000;
	margin: 2% 10% 0;
	font-weight: bold;
}

h2 {
	width: 100%;
	text-align: center;
	background: #175b2c;
	color: #ffffff;
	padding: 10px;
	font-family: "Sawarabi Mincho";
	font-size: 30px;
}
@media screen and (max-width:640px) {
	.contents_wrap {
		width: 100%;
		padding: 0;
		margin: 20px 0;
		padding: 20px 0 50px;
	}
}

/********************************

  content

********************************/


.contents {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: center;
}
table.naiyo {
	margin: 10px auto;

	border-collapse:collapse;
	font-size: 18px;
}

table.naiyo th,
table.naiyo td {
	padding: 30px 10px;
	border-bottom: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}
table.naiyo th {
	width: 20%;
}


.entry_setsumei {
	width: 80%;
	padding: 20px;
	background: #ffffff;
	margin: 20px 0;
}
.entry_setsumei img {
	width: 180px;
}
ol.entry_flow {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.entry_flow li {

  line-height: 1.5;
  padding-left: 35px;
	margin: 15px 5px;
  position: relative;
}
ol.entry_flow li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: #333 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
	margin-right: 5px;
}
.entry_contact {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.7;
}
.entry_contact span {
	font-size: 14px;
	margin-left: 20px;
}
@media screen and (max-width:640px) {

	.contents{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.table.naiyo {

	}
	table.naiyo th,
	table.naiyo td {
		padding: 10px;
		border: none;
		display: block;
		width: 100%;
	}
	table.naiyo th {
		background: #e6ebc5;
	}
	.entry_setsumei {
		width: 100%;
	}
	.entry_contact {
		text-align: center;
	}
	.entry_contact span {
		display: block;
	}
}
.flow_txt {
	max-width: 1000px;
	padding: 20px;
	text-align: left;
}
.recruit_flow {
	width: 98%;
	max-width: 350px;
	margin: 20px auto;
	padding: 0;
}
.recruit_flow li img {
	width: 100%;
}