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

* {
	box-sizing:border-box;
}
body {
	margin:0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
ul {
	list-style:none;
	padding:0;
}
a img:hover {opacity:0.6;}

.clear {clear:both;}
.left {float: left;}
.right {float: right;}

#header, #content {
	width: 900px;
	margin: 10px auto;
}
#header .link {margin: 0;}
#header .link li {float: left;}

#navigation {
	background: url(images/menu.png) no-repeat center;
	height: 55px;
	margin: 20px 0 0;
}
#navigation ul, #navigation li,
#navigation a {height: 100%;}
#navigation li {
	float: left;
	text-indent: -9999px;
}

#navigation li:nth-child(1) {width: 235px;}
#navigation li:nth-child(2),
#navigation li:nth-child(3),
#navigation li:nth-child(4),
#navigation li:nth-child(5) {width: 130px;}
#navigation li:nth-child(6) {width: 145px;}

#navigation a {display: block;}

#content h2 {
	margin-top: 40px;
	background: url(images/h2_bg.png) no-repeat;
	line-height: 70px;
	text-align: center;
	color: #fff;
}
#content h3, #content h4 {
	background-color: #8dad4b;
	color: #fff;
	padding: 10px 0 10px 20px;
}
#content h4 {padding: 8px 0 8px 20px;}
#content .c_box p {
	padding: 0 20px;
}
#content .c_box div.right,
#content .c_box p.right {
	width: 70%;
	margin-top: 0;
}
#content .flow.c_box .right h5,
#content .qa.c_box h5 {
	margin: 0 0 16px;
	color: #8dad4b;
	font-size: 16px;
}

#content .example {
	background-color: #F5FFDC;
	margin-bottom: 40px;
}
#content .example div.right,
#content .example div.left {
	width: calc(100% - 294px);
}
#content .example h4 {margin-top: 0;}
#content .example h4 span {margin-right: 20px;}
#content .example h5 {margin-left: 20px;}
#content .example p {padding-left: 40px;}

#content .qa.c_box {
	padding: 0 10px;
}
#content .qa.c_box h5 {
	border-left: 8px solid #8dad4b;
	line-height: 28px;
	padding-left: 10px;
}

#content .profile,
#content .contact {
	width: 100%;
	border-collapse: collapse;
}
#content .profile th,
#content .profile td,
#content .contact th,
#content .contact td {
	/*width: 25%;*/
	padding: 10px 20px;
	border: 1px solid #8dad4b;
}
#content .profile th,
#content .contact th {
	border-left: none;
	text-align-last: justify;
	width: 20%;
	white-space: nowrap;
}
#content .profile tr td:last-child,
#content .contact td {border-right: none;}

#content .contact tr:first-child th,
#content .contact tr:first-child td {border-top: none;}
#content .contact tr:last-child th,
#content .contact tr:last-child td {border-bottom: none;}

#content .contact th {
	text-align-last: left;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
}
#content .contact th::before {
	display: block;
	content: "";
	border-left: 5px solid #8dad4b;
	height: 30px;
	position: absolute;
	margin-left: -10px;
}

input, textarea {width: 100%;}

.wpcf7-submit {
	border: none;
	background: url(images/button_soushin.png) no-repeat;
	text-indent: -9999px;
	width: 182px;
	height: 56px;
}
.wpcf7-submit:hover {
	opacity: 0.6;
	cursor: pointer;
}
.ajax-loader {
	position: absolute;
}

#footer {margin-top: 50px;}
#footer p.copy {
	margin: 0;
	text-align: center;
	padding-bottom: 5px;
}