/**{border:3px solid red;}*/
body,p,img,main,footer,#mousikomi{
	margin:0;
	padding:0;
}

main{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

img{
	width:100%;
	height:auto;
}

.catch img{
	width:300px;
	height:auto;
}


header{
	position:relative;	
}

.catch{
	position:absolute;
	bottom:20%;
	left:10%;
}

.moba{
	display:none;
}

footer{
	background-color:#41A965;
	text-align:center;
	color:#ffffff;
	font-size:80%;	
	padding:10px;
}

/*フォームの設定　ここから↓*/

h2 img{
	width:30%;
}
.nyuryoku{

	background-color:#ECF8E5;
	color:#2E716D;
	margin-left:auto;
	margin-right:auto;
/*	text-align:center;*/
	padding:50px;
}

table{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	font-size:120%;
}

.table_left{
	text-align:right;
	vertical-align:top;
	width:40%;
}

.table_right{
	text-align:left;
	vertical-align:top;	
}

tr{
	height:40px;
}

input[type="text"]{
	width:50%;
}

input[type="submit"]{
	padding:10px;
	margin:30px;
}

.necessary img{
	width:40%;
}
/*フォームの設定　ここまで↑*/

.sentou{
	text-align:right;
	font-size:80%;
}

.sentou a{
	color:#41A965;

}

.sentou a:hover{
	color:#41A965;
}





@media(max-width:959px){

.pc{
	display:none;
}

.moba{
	display:block;
}

.catch{
	position:static;
	text-align:center;
}

.catch img{
	width:70%;
	height:auto;
}

main{
	width:100%;
}

h2 img{
	width:80%;
}

.necessary img{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

.nyuryoku,table{
	width:100%;
	padding:20px 0;
	font-size:100%;
}

table{
	width:100%;
	font-size:100%;
}

input[type="text"]{
	width:70%;
}

.table_left{
	vertical-align:top;
	width:auto;
	font-size:80%;
}

.table_right{
	text-align:left;
	vertical-align:top;
	font-size:80%;
}
}