body, html {
	font-family: "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	font-size: 18px;
	line-height: 1.8em;
}
h2 {
	margin: 0 0 40px 0;
	font-weight: 500;
	font-size: 34px;
	color: #106942;
	line-height: 1.5em;
	text-transform: uppercase;
}
h2 span {
	font-size: 26px;
}
h3 {
	font-size: 28px;
	font-weight: 500;
	color: #106942;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
ul, ol {
	list-style: none;
}
table{
	width: 98%;
}
th,td {
	padding: 10px 20px;
	border: 2px solid #b7b7b7;
	text-align: left;
}
th {
	font-weight: normal;
	background-color: #ededed;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

.backgray{
	background-color: #ededed;
	padding: 70px 0;
}
.backwhite{
	padding: 70px 0;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	padding: 5px 0;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
.on {
	background-color: #666666 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro-text {
	padding-top: 270px;
	padding-bottom: 180px;
	text-align: center;
}
.intro h1 {
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 30px;
}
.intro h1 span {
 	display: inline-block;
 	padding: 20px 40px;
 	background-color: rgba(255, 255, 255, 0.6);
 }
p.contactbtm{
    display: inline-block;
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
p.contactbtm a{
    display:block;
 	padding: 15px 40px;
    text-decoration: none;
    background:#33A171;
    text-align:center;
    color:#FFFFFF;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:5px 5px 0px 0px #106942 ;
}
p.contactbtm a:hover{
    background:#106942;
    color:#FFFFFF;
    box-shadow:5px 5px 0px 0px #33A171 ;
}

/* contactform Section */
.contactform {
	color: #fff;
	background: #444 url(../img/gallery-bg.jpg) center top no-repeat fixed;
	background-size: cover;
	text-align: center;
}
.contactform .overlay {
	padding: 70px 0;
	background: rgba(0, 0, 0, 0.8);
}

/* Merit Section */
#merit .copy {
	font-size: 26px;
	line-height: 2em;
}
#merit .copy span {
	padding-left: 5px;
	margin-left: 5px;
	font-size: 36px;
	color: #106942;
	border-bottom: double 6px #106942;
}
#merit h3 {
	margin-bottom: 30px;
}
#merit .about-text {
	text-align: left;
}
#merit .mt50 {
	margin-top: 50px;
}

/* Reason Section */
#reason dl {
    border: solid 3px #33A171;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
	text-align: left;
	padding: 20px;
	display:flex;
	align-items: center;
	background-color: #ffffff;
}
#reason dl dt {
	margin-right: 20px;
}


/* Voice Section */
#voice .three {
    border: solid 3px #33A171;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
	text-align: center;
	margin: 10px 15px 30px;
	padding: 20px;
}
#voice .title {
	margin-top: -40px;
}
#voice .textL {
	text-align: left;
}
@media (min-width: 1200px) {
	#voice .row {
    	display: flex;
		align-items: stretch;
	}
	#voice .three {
		width: 330px;
		margin: 10px 30px 20px;
	}
}

/* QA Section */
#qa dl {
	padding: 20px 30px;
	background-color: #ffffff;
	text-align: left;
}
#qa dl dt {
	margin-bottom: 10px;
	color: #106942;
}
#qa dl dt,#qa dl dd {
	margin-left: 2.5em;
	text-indent: -2.5em;
	line-height: 1.8em;
}

/* Contact Section */
#contact {
}
#contact form {
	padding: 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}

.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #33A171;
	border: 0;
	padding: 15px 40px;
	margin-top: 20px;
	transition: all 0.5s;
    box-shadow:5px 5px 0px 0px #106942 ;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #106942;
    box-shadow:5px 5px 0px 0px #33A171 ;
}
/* Footer Section*/
#footer {
	background: #000000;
	padding: 20px 0 10px 0;
}
#footer p {
	font-size: 15px;
	color: #ffffff;
}
