@charset "utf-8";

body{
	border-top: 5px solid #9DC356;
	text-align: center;
	color: #53845D;
}

.f-right{
	width: 300px;
	float: right;
}
.index_wrap{
	color: #525252;
	text-align: left;
}
.index_wrap .top{
	background: url(../img/index.png) no-repeat;
	background-size: cover;
	max-width: 1450px;
	height: 623px;
}

.inner-w{
	width: 875px;
	margin: 65px auto 0;
}

.index_wrap h1{
	width: 700px;
	margin: 0 auto;
	padding: 10% 0;
}
.index_wrap h2{
	color: #3A9B36;
	font-size: 25px;
	margin: 0 0 40px;
	font-weight: normal;
}
.idx_1{
	margin-bottom: 35px;
	line-height: 130%;
	font-size: 18px;
}
.idx_1 p,
.idx_1 ul{
	width: 606px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9DC356;
}
.recr{
	text-align: center;
	padding-top: 35px;
	background: url(../img/recr.png) no-repeat;
	height: 284px;
	width: 800px;
	font-size: 20px;
	line-height: 145%;
	margin: 0 auto;
}
.recr p{
	font-size: 20px;
	margin-bottom: 10px;
}

.info{
	width: 500px;
	margin: 25px auto;
	padding: 25px;
	border-radius: 10px;
	border: solid 2px #3A9B36;
}
.info h3{
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #3A9B36;
	padding-bottom: 25px;
}
.info p{
	margin: 25px 0 0 55px;
	line-height: 130%;
}
.logo{
	display: block;
	text-align: left;
	padding: 15px 0 0 15px;
	width: 211px;
	height: 171px;
}
.logo-s{
	display: block;
	width: 334px;
	margin: 35px auto 15px;
}

.wrapper{
	background: url(../img/rec_back.png) no-repeat;
}
.wrapper h2{
	font-size: 30px;
	color: #3A9B36;
}
.wrapper .text{
	font-size: 20px;
	color: #343434;
	line-height: 140%;
	text-shadow: 1px 1px 1px #fff,
	-1px 1px 1px #fff,
	1px -1px 1px #fff,
	-1px -1px 1px #fff;
}
.flex{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 960px;
	margin: 20px auto 0;
}

section {
  max-width: 300px;
  margin: 0 auto;
}
#application{
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
#application:before{
	content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
#application:hover{
	background: #fff;
  color: #228bc8;
}
#application:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}
.txt{
	text-align: center;
	display: block;
	font-size: 12px;
}

#copyright{
	font-size: 12px;
	margin-top: 20px;
	padding: 20px 0;
	background: #9DC356;
	text-align: center;
	color: #fff;
}

/* ボタンエフェクト */
.button{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	width: 300px;
	height: 75px;
	margin: 10px;
	padding-top: 10px;
	position: relative;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.5);
	border: 2px solid #6DAF43;
	color: #53845D;
	line-height: 50px;
	font-size: 20px;
}
.font-m{
	font-size: 15px;
}
.button:hover {
	background-color: #fff;
	border-color: #CB7B84;
	color: #CB7B84;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #CB7B84;
}