@charset "UTF-8";


.maindocs > article {
	margin-bottom:60px;
}
/*----------------------------------
.recruit
----------------------------------*/
.recruit{
	width: 870px;
	margin-top: 30px;
	margin-left: 130px
}

.recruit img{
	width: 100%
}
/*----------------------------------
.boshu
----------------------------------*/
.boshu{
	width: 900px;
	margin-left: 100px;
}
.boshu header img{
	width:125px;
}
.boshu .ttl{
	padding:2px;
	margin-bottom:12px;
}
.boshu .ttl.const{
	background:#00847e;
}
.boshu .ttl.const img{
	width:179px;
}
.boshu .ttl.manu{
	background:#0f69b7;
}
.boshu .ttl.manu img{
	width:181px;
}
.boshu .ttl.account{
	background:#2e318f;
}
.boshu .ttl.account img{
	width:184px;
}
.boshu table{
	font-size:15px;
	border-top:solid 1px #eee;
	width:100%;
	margin-top:-5px;
	margin-bottom:32px;
}
.boshu table th,
.boshu table td{
	padding:6px 0 6px 1px;
	text-align:left;
	border-bottom:solid 1px #eee;

}
.boshu table tbody th{
	width:135px;
}
.hata{
	width: 100%
}
.hata img{
	width: 100%
}

.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	margin-top: -20px;
	margin-left: 300px;
	margin-bottom: 50px
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #6d9840;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}
.form{
	width: 100%;
	margin-left: 100px
}

@media only screen and (max-width: 750px) {


	.maindocs > article {
		margin-bottom:10.135%;
	}
/*----------------------------------
.recruit
----------------------------------*/
.recruit{
	width: 100%;
	margin: 0 auto
	}

.recruit img{
	width: 100%
}

	/*----------------------------------
	.boshu
	----------------------------------*/
	.boshu{
		width: 100%;
		margin-left: 0px
	}
	.boshu header img{
		width:25%;
	}
	.boshu .ttl{
		margin-bottom:3.378%;
	}
	.boshu .ttl.const img{
		width:45.27%;
	}
	.boshu .ttl.manu img{
		width:61.148%;
	}
	.boshu .ttl.account img{
		width:62.162%;
	}
	.boshu table{
		font-size:12px;
		margin-top:-1.6%;
		margin-bottom:6.756%;
	}
	.boshu table th,
	.boshu table td{
		padding:6px 0 6px 1px;
	}
	.boshu table tbody th{
		width:25.336%;
	}
	.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	margin-top: 0px;
	margin-left:60px;
	margin-bottom: 50px
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #6d9840;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}
.form{
	width: 100%;
	margin-left: 0px
}

}