@charset "UTF-8";
/* CSS Document */
*{ margin:0 auto; padding:0; line-height:2; }

p { margin:0; padding:0; }
h1 { margin:0; padding:0; margin-bottom:16px; }
h2 { padding:4px 16px; margin-bottom:16px; font-size:18px; letter-spacing:0.1em;
	 color: #494949; background: #f4f4f4; font-weight: normal;
	 border-left: solid 8px #009d84; border-bottom: solid 1px #d7d7d7; }
h2 a { color: #494949; }
h2 a:hover { color: #009d84; }
h3 { margin:0; padding:4px 8px; text-align:left; margin-bottom:16px;
	color:#fff; background-color:#009d84; }
h4 { margin:0; padding:2px 0; margin-bottom:16px;
	border-top:solid 1px #009d84; border-bottom:solid 1px #009d84; font-size:16px; }
h5 { margin:0; padding:0; margin-bottom:16px;
	 padding-bottom:4px; border-bottom:solid 1px #009d84; font-size:16px; }
h6 { margin:0; padding:0; }

a:link { text-decoration: none; color:#009d84; }
a:visited { text-decoration: none; color:#009d84; }
a:hover { text-decoration: none; color:#000; }
a:active { text-decoration: none; color:#009d84; }

.clear { clear:both; }

/*ボタン*/
.b_contact {
	display: inline-block;
	margin-top:16px;
	padding:8px 24px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #e0ebaf;
	border: 1px solid #009d84;
	line-height: 50px;
	color:#009d84;
}
.b_contact:hover {
	background-color: #009d84;
	border-color: #009d84;
	color:#fff;
}
.b_contact::before,
.b_contact::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.b_contact,
.b_contact::before,
.b_contact::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.b_contact a { color:#009d84; }
.b_contact a:hover { color:#fff; }

.alignleft { margin-right:16px; }
.alignright { margin-left:16px; }

.link-txt { margin-top:16px; }
.link-txt a { color:#a3a3a2; }
.link-txt a:hover { color:#009d84; }

.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	margin-bottom:16px;
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 4px 16px;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}