.close {
	display:block;
	width:48px;
	height:48px;
	position:absolute;
	right:0;
	top:0;
}
.colRed {
	color:red
}
.submit {
	width:600px;
	padding:10px;
	text-align:center;
	margin:0 auto;
}

.submit input {
	padding:10px;
	width:250px;
	margin:0 10px;
}

#sended {
	float:right;
}

#return {
	float:left;

}


@media screen and (max-width:767px){
	.submit {
		width:auto;
	}
	.submit input {
		margin:0 auto 20px;
	}
	
	#sended,
	#return {
		float:none;
	}
}

.table_02 {
	width:600px;
	margin:auto;
	padding:0;
}
.table_02 th,
.table_02 td{
	border-bottom:1px dotted #7C7C7C;
	margin:0;
	padding:10px;
}
.table_02 th {
	text-align:left;
}
.compmess {
	width:500px;
	margin:auto;
	padding:20px 30px;
	background-color:#DEEEAC;
	line-height:1.5;
}

@media screen and (max-width:767px){
	.compmess {
		width:85%;
		padding:10px;
	}
	
	.table_02 {
		width:100%;
	}
	
	.table_02,
	.table_02 tbody,
	.table_02 tr,
	.table_02 th,
	.table_02 td {
		display:block;
	}
	
	.table_02 th {
		border:none;
		padding-bottom:3px;
	}
	
	.table_02 td  {
		padding-top:3px;
	}
	
		
	.table_02 input,
	.table_02 textarea {
		width:100%;
	}
	
}

.sp_show {
	display:none;
}

@media screen and (max-width:767px){
	.sp_hide {
		display:none;
	}
	
	.sp_show {
		display:block;
	}
}
/*2017/7 佐藤追記*/
h1 img,.submit input{
	max-width: 100%;
}
/*2017/7 佐藤追記ここまで*/