@charset "utf-8";
/* CSS Document */

#contents .about_table {
	border-collapse:collapse;
	width:100%;
}
#contents .about_table th {
	font-weight:normal;
	text-align:left;
	width:200px;
	border:#CCC 1px solid;
	padding:12px 24px;
	background:#eeeeee;
}
#contents .about_table td {
	border:#CCC 1px solid;
	padding:12px 24px;
}
#contents .img_box {
	display:flex;
	justify-content:space-between;
	margin:0 0 40px;
}
#contents #message .right {
	margin:0 0 0 50px;
}

@media screen and (min-width: 0px) and (max-width: 1030px) {
#contents .img_box p:nth-child(2) {
	margin:0 20px;
}
}
@media screen and (min-width: 0px) and (max-width: 650px) {
#contents .about_table {
	border-bottom:#CCC 1px solid;
}
#contents .about_table th {
	width:100%;
	display:block;
	border-bottom:none;
}
#contents .about_table td {
	width:100%;
	display:block;
	border-bottom:none;
}
#contents #message .right {
	margin:0 0 30px 0;
	float:none;
	text-align:center;
}
}