@charset "utf-8";
/* reset css
---------------------- */

@font-face {
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}
html {
	min-height: 100%;
	overflow-y: scroll;
	background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}
address, caption, em, strong, th {
	font-style: normal;
}
caption, th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
#contents table, #contents ol, #contents ul, #contents dl, #contents blockquote, #contents pre {
	margin-bottom: 0px;
}
#contents table {
	border-collapse: collapse;
	border-spacing: 0;
}
#contents p {
	margin-bottom: 12px;
}
a img, fieldset {
	border: none;
}
body {
	-webkit-text-size-adjust: none;
	min-width: 1040px;
	height: 100%;
	font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 95%;
	color: #111;
	letter-spacing: 1.5px;
	line-height: 1.8;
	background: #fff;
}
a:visited {
	text-decoration: none;
}

/* header */
#header {
	zoom: 1;
	background: #fff;
}
.header {
	width: 1020px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	overflow: hidden;
	zoom: 1;
}
#header .head-logo {
	float: left;
	width: 450px;
	margin: 20px 0 0 0;
}
#header .head-inquiry {
	float: right;
	overflow: hidden;
	zoom: 1;
}
#header .head-inquiry ul {
	overflow: hidden;
	zoom: 1;
}
#header .head-inquiry ul li {
	float: left;
	margin: 0 0 0 11px;
	padding: 0 0 0 7px;
	background: url(img/point01.gif) no-repeat left center;
}
#header .head-inquiry ul li a {
	color: #000000;
	text-decoration: none;
}
#header .head-inquiry ul li a:hover {
	text-decoration: underline;
}
#header .head-inquiry p {
	text-align: right;
}
.mainimage {
	text-align: center;
	margin: 20px auto 30px;
	width: 1020px
}
.item_inset {
	margin: 0 auto;
	width: 1020px;
}
.item_set {
	margin: 0 0px 20px;
	padding: 25px 20px 25px 20px;
	border: 2px solid #ebebeb;
	background: #FFFFFF;
	overflow: hidden;
	zoom: 1;
}
.item_name {
	color: #fff;
	font-weight: bold;
	font-size: 160%;
	margin-bottom: 30px;
	padding: 16px 10px 10px 30px;
	background: #329b20;
	border-bottom: 1px solid #CCCCCC;
}
.item_set .item_data {
	padding: 0 0 30px;
}
.item_set .item_data:after {
	content: " ";
	display: table;
	clear: both;
}
.item_images {
	width: 320px;
	float: left;
}
.pick_image {
	width: 320px;
	margin: 0 0px 8px;
}
.pick_image img {
	width: 100%;
	border: 1px solid #ededed;
}
.image_list {
	width: 320px;
	margin: 0 0px 20px 0;
}
.image_list:after {
	content: "";
	display: table;
	clear: both;
}
.image_list li {
	width: 22.75%;
	margin: 0 3% 0 0;
	float: left;
}
.image_list li img {
	width: 100%;
	border: 1px solid #ededed;
}
.image_list li:last-child {
	margin-right: 0px;
}
.item_data .data {
	padding: 0 0 0 360px;
}
.item_data .data {
	line-height: 1.8;
	margin-bottom: 22px;
}
.data_table {
	padding: 14px 0;
}
.item_table {
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
}
.item_table thead th, .item_table tbody td {
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 10px 40px;
}
.item_table thead th {
	font-weight: bold;
	background: #f9f3e2;
}

#member {
	padding: 0px 0 30px;
}
.member {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
.member_inner {
	display: flex;
}
.register {
	width: 33%;
	margin: 0 25px 0 0;
	padding: 0 0 25px 0;
	border: 1px solid #CCCCCC;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.register:last-child {
	margin: 0;
}
.register p {
	text-align: center;
}
.title02 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #cccccc;
	background: #0a833d;
}
.btn01 {
	width: 270px;
	margin: 20px auto 0;
}