@charset "UTF-8";

body {
	margin: 0 auto;
	color: #333;
	font-size: 13px;
	line-height: 170%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo, Osaka;
	/* font-family:Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
}
a.tel_btn {
	width: 95%;
	margin: 0 auto 20px;
	display: block;
}
a.tel_btn img {
	width: 100%;
}

a {
	text-decoration: none;
}


.lower main th {
	width: 30%;
	text-align: left;
	color: #016C01;
	font-weight: bold;
	background: #E6FFE6;
}
.lower main th,
.lower main td {
	padding: 8px 5px;
	border: 1px solid #009500;
}

/* header 
========================================================================== */
header {
	padding: 10px 0 0;
	overflow: hidden;
}
header img {
	width: 100%;
	height: auto;
}
header h1 {
	width: 50%;
	margin: 0 0 10px;
	float: left;
}
header h1 + a {
	width: 20%;
	display: block;
	float: right;
}
header h2 {
	margin: 0 0 20px;
	clear: both;
}


#fade img {
	width: 100%;
	height: auto;
	display: block;
}
#fade > img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
}
#fade {
	clear: both;
	position: relative;
}
#fade li:first-child {
	opacity:1;
	position: static;
	z-index: 10;
}
#fade li {
	width: 100%;
	opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

@keyframes fade_b {
	0% {opacity:0;}
	6% {opacity:1;}
	50% {opacity:1;}
	56% {opacity:0;}
	100%{opacity:0;}
}
@keyframes fade_c {
	0% {opacity:0;}
	6% {opacity:1;}
	33% {opacity:1;}
	39% {opacity:0;}
	100%{opacity:0;}
}
@keyframes fade_d {
	0% {opacity:0;}
	6% {opacity:1;}
	20% {opacity:1;}
	26% {opacity:0;}
	100%{opacity:0;}
}

#fade.fade_b li {animation: fade_b 20s ease infinite;}
#fade.fade_b li:nth-child(1) {animation-delay: 0s;}
#fade.fade_b li:nth-child(2) {animation-delay: 10.0s;}

#fade.fade_c li {animation: fade_c 30s ease infinite;}
#fade.fade_c li:nth-child(1) {animation-delay: 0s;}
#fade.fade_c li:nth-child(2) {animation-delay: 10.0s;}
#fade.fade_c li:nth-child(3) {animation-delay: 20.0s;}

#fade.fade_d li {animation: fade_d 40s ease infinite;}
#fade.fade_d li:nth-child(1) {animation-delay: 0s;}
#fade.fade_d li:nth-child(2) {animation-delay: 10.0s;}
#fade.fade_d li:nth-child(3) {animation-delay: 20.0s;}
#fade.fade_d li:nth-child(4) {animation-delay: 30.0s;}


/* main
========================================================================== */
main {
	margin: 0 8px 30px;
	overflow: hidden;
}

/*
section div {
	margin: 0 0 20px;
	padding: 5px 8px 8px;
}

*/


section {
	margin: 0 0 20px;
	overflow: hidden;
}

h3 img {
	width: 100%;
}

.lower h3 {
	margin: 0 0 10px;
	padding: 8px 5px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 3px solid #006B00;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(#01B002,#009A00);
}

.lower main img {
	width: 85%;
	height: auto;
	margin: 0 auto 10px;
	padding: 2px;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	display: block;
}















.lower main h2 {
	margin: 30px 0 8px;
	padding: 8px 5px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: linear-gradient(#52bc52,#3ea63e);
}
.lower main h2:first-child {
	margin-top: 0;
}
.lower main section p {
	margin: 0 8px;
}
.lower main table {
	width: 95%;
	margin: 8px auto;
}

.green {color: #41A941;}
.bold {font-weight: bold;}
.arrow {width:50% !important;border: none !important;}

/* top
========================================================================== */

section.pat {
	border: 1px solid #c9e6cd;
	background: #e6ffe6;
}
section.pat img {
	width: 100%;
}
section.pat div {
	overflow: hidden;
}
section.pat dl {
	width: 30%;
	margin: 0 1% 10px;
	float: left;
}
section.pat dl img {
	display: block;
}



section.news table {
	width: 95%;
	margin: 0 auto;
	margin: 0 0 5px;
}
section.news th {
	width: 30%;
}
section.news th,
section.news td {
	padding: 8px 5px;
	border-bottom: 2px dotted #4ab34a;
}
section.news table + a {
	width: 100px;
	color: #666;
	padding: 0 0 0 15px;
	text-align: right;
	background: url(../images/common/icon01.jpg) left center no-repeat;
	display: block;
	float: right;
}
section.news a {
	color: #46AF48;
}

/* flow
========================================================================== */
#flow section div span {
	margin: 3px 0;
	color: #006B00;
	font-size: 15px;
	font-weight: bold;
}




/* price
========================================================================== */
.price {
	margin: 0 0 8px !important;
	padding: 3px;
	color: #40A840;
	border: 1px solid #40A840;
	background: #E6FFE6;
	display: block;
}



/* qa
========================================================================== */
#faq main dl {
	margin: 0 0 10px;
}
#faq main dt {
	padding: 5px 5px 5px 40px;
	border-radius: 5px;
	color: #fff;
	box-shadow: 0 2px 3px rgba(255,255,255,0.4) inset;
	border-bottom: 2px solid #006B00;
	background: url(../images/icon/q.png) 5px center no-repeat #009C00;
}
#faq main dd {
	padding: 5px 5px 5px 40px;
	border-bottom: 2px dotted #006B00;
	background: url(../images/icon/a.png) 5px center no-repeat;
}



/* contact
========================================================================== */
section.contact span {
	color: red;
}
section.contact input {
	margin: 5px;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	max-width: 95%;
	box-sizing: border-box;
}
section.contact dl input,
section.contact dl textarea {
	border: 1px solid #65ba65;
	border-radius: 5px;
	max-width: 95%;
	box-sizing: border-box;
}
section.contact dt {
	padding: 5px;
	background: #E6FFE6;
	color: #65ba65;
	border: 1px solid #65ba65;
}
section.contact dd {
	padding: 5px;
	margin: 0 0 10px;
}

/* site
========================================================================== */
section.site a {
	padding: 8px 5px 8px 10px;
	display: block;
	color: #01AC02;
	border-bottom: 1px dotted #65ba65;
	background: url(../images/icon/icon03_b.png) left center no-repeat;
}



/* footer
========================================================================== */
footer {
	overflow: hidden;
	clear: both;
}

footer ul.to_link {
	margin: 0 0 20px;
	overflow: hidden;
}
footer ul.to_link li {
	width: 50%;
	float: left;
}
footer ul.to_link li img {
	width: 100%;
}



footer nav ul {
	margin: 0 0 20px;
	border-top: 1px solid #65ba65;
	overflow: hidden;
}
footer nav li {
	width: 50%;
	padding: 0 0 0 10px;
	color: #65ba65;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid;
	background: url(../images/common/icon02.jpg) right center #e6ffe6 no-repeat;
	display: block;
	float: left;
	box-sizing: border-box;
}
footer nav li:nth-child(2n) {
	border-left: 1px solid #65ba65;
}
footer nav li a {
	color: #65ba65;
	display: block;
}


address {
	font-style: normal;
	display: block;
	margin: 0 5px 10px;
	clear: both;
}
address span {
	font-style: 16px;
	font-weight: bold;
}
address a {
	color: #333;
}


ul.rec {
	overflow: hidden;
}
ul.rec li {
	width: 50%;
	float: left;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #fff;
	background: #009500;
	box-sizing: border-box;
}
ul.rec li a {
	color: #fff;
	display: block;
}



small {
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #fff;
	background: #009500;
	display: block;
	color: #fff;
}


.section-content div.prev-next-post{
	text-align:center;
	overflow:hidden;
	margin:30px 0;
}
section div.prev-next-post div {
	display:inline-block;
}


section div.prev-post{
	float:left;
}


section div.next-post{
	float:right;
}

#pc01,
#pc02 {
	margin-top: 0;
	margin-bottom: 0;
}

.g-recaptcha {
	width: auto;
	margin: auto;
	display: table;
}
.contact-submits-wrap {
	margin: 10px auto 0;
	width: auto;
	display: table;
}
.contact-submits-wrap input[type="submit"] {
	background: #f9f9f9;
	border: 1px solid #dfdfdf;
	color: #000;
	margin-bottom: 10px;
}
.contact-recaptcha-wrap {
	display: block;
	margin: 0;
}

