/* @override 
	https://www.churokushinsha.co.jp/dev/css/styles.css */

@charset "UTF-8";


/*reset
===================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}





/*Basecolor: #009a44
link color:#00CC66
A0D2CA
*/

/*base
===================================*/

body {
	font: 87.5%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #efefef url(../images/bg1.gif) fixed ;
	margin: 0;
	padding: 0;
	color: #333;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}


/*common
===================================*/
a:link,
a:visited {
	color: #009a44;
	text-decoration:none;
}

a:hover,
a:active {
	color: #00CC66;
	text-decoration:none;
}


a img {
	border: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}


/*container
===================================*/
#container {
	width: 920px;
	background-color: #FFF;
	margin: 0 auto; 
	padding:30px 20px 30px;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow:0px 1px 3px #999;
	position:relative;
}

/*header
===================================*/
#header{
}

#logo{
	margin:0px 0 10px;
	width:300px;
	float:left;
}
#logo img{
	width:300px;
}
#header_q{
	margin:0px 0 10px;
}
.contact{
	float:right;
	display:block;
	width:200px;
	height:60px;
	text-indent:-9999px;
	margin-top:0px;
	background:url(../images/tel.png) 0 35px no-repeat;
}
.contact a{
	display:block;
	width:200px;
	height:30px;
	background:url(../images/faq.png) no-repeat left top;
}
.contact a:hover{
	background:url(../images/faq.png) no-repeat left bottom;
}
.contactf{
	/*float:left;*/
	display:block;
	width:410px;
	height:30px;
	text-indent:-9999px;
	margin-top:0px;
	background:url(../images/tel.png) 210px 3px no-repeat;
}
.contactf a{
	display:block;
	width:200px;
	height:30px;
	background:url(../images/faq.png) no-repeat left top;
}
.contactf a:hover{
	background:url(../images/faq.png) no-repeat left bottom;
}/*navi
===================================*/
#nav{
	border-bottom:1PX solid #009a44;
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0;
	padding:0;
}
#nav ul{
	border-bottom:0;
	padding-bottom:0;
}

#nav li {
	float: left;
	position:relative;
	display:block;
	width:115px;
	margin-bottom:0;
}
#nav li:hover ul{
  display: block;
  z-index:100;
}

/* 通常時 */
#nav li ul{
  display: none;
  position: absolute;
}

#nav li ul li{
 float: none;
 border-left:1px solid #00CC66;
 border-right:1px solid #00CC66;
 border-bottom:1px solid #00CC66;
 line-height:1.25;
	width:320px;
}
#nav li ul li:first-child{
 float: none;
 border:1px solid #00CC66;
 line-height:1.25;
	width:320px;
}

#nav a {
	display: block;
	padding: 5px 5px 0px 20px;
	margin-bottom:0;
	color: #232323;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	letter-spacing:-0.5pt;
	background:#FFFFFF url(../images/arrow_bl.png) 10px center no-repeat;
	border-bottom:5px solid #fff;
}

#nav a:hover {
	color: #00CC66;
	background:#FFFFFF url(../images/arrow_gr.png) 10px center no-repeat;
	border-bottom:5px solid #00CC66;
}
#nav .now {
	color: #66cc99;
	background:#ffffff url(../images/arrow_gr.png) 10px center no-repeat;
	border-bottom:5px solid #009a44;
}
#nav ul li li .now {
	color: #232323;
	background:#00cc66 url(../images/arrow_bl.png) 10px center no-repeat;
}

/*pankuzu
===================================*/
#pan{
	font-size:12px;
	padding:0px 10px 10px 10px ;
}

/*title
===================================*/
#cornertitle{
	margin: 0 auto; 
	padding: 10px 20px 10px;
	border-top:1px solid #00CC66;
	background: #fff url(../images/bg_title.png);
}

#cornertitle h1{
	font-size:22px;
	font-weight:bold;
	color:#000;
}

/*space
===================================*/
.space1{
	width:920px;
	margin-bottom:10px;
}
.space1 img{
	width:920px;
}
.thanks{
	padding:30px;
	text-align:center;
	border-bottom:1px #A0D2CA solid;
}

/*content
===================================*/
.lead{
	border-bottom:1px solid #0C6;
	padding:0 0 20px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

#content {
	padding: 0;
}


.box{
	float:left;
	width:280px;
	height:400px;
	margin:10px 0px 10px 10px;
	background:#00CC66;
	padding:10px;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow: 0px 1px 3px #999;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
	


}
.bgwhite{
	 background:#ffffff;
	 padding:10px 30px;
	 text-align:center;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
	

	text-align:center;
	margin-bottom:10px;
}
.bgwhite img{
		width:120px;
}
.sbox{
	float:left;
	width:200px;
	margin:0px 0px 10px 10px;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow:0px 1px 3px #999;
	background:#007A44;
	padding:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
	

	text-align:center;
	line-height:1.2;
	font-size:16px;
	font-weight:bold;
}

a:link .box, a:visited .box	{color:#fff;}
a:hover .box, a:active .box	{color: #fff; background:#58c3b8;
}
a:hover .box img, a:active .box img{filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;}

a:link .sbox, a:visited .sbox	{color:#fff;}
a:hover .sbox, a:active .sbox	{color: #fff; background:#58c3b8;}
.sbox img{ width:70px; height:auto; margin-bottom:10px;}

.atFirst {
	margin:10px 0px 10px 0px;
}
.atFirst5px {
	margin:0px 0px 10px 5px;
}

.copy{
	text-align:center;
	border-top:1px solid #009a44;
	border-bottom:1px solid #009a44;
	margin:10px 0;
	padding:10px 0;
}
.title_b_line{
	border-bottom:1px dotted #fff;
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.2;
}

h2{
	font-size:16px; font-weight:bold;
	padding-top:10px;
}

.subtitle{
	margin: 20px 0 10px;
	font-weight: bold;
	font-size:16px;
	border-left:5px #A0D2CA solid;
	padding-left:10px;
}

.titleh3{
	margin: 20px 0 10px;
	font-weight: bold;
	font-size:16px;
	border-bottom:1px #A0D2CA dotted;
	border-top:1px #A0D2CA dotted;
	padding:10px 0;
}

.honbun{
	width:600px;
	margin-right:20px;
	float:left;
	padding:0px 0px 10px;
}

.honbun ul{
	list-style-type:none;
}

.honbun ul li{
	list-style-type: none ;
	background:url(../images/list_small.jpg) 0px 2px no-repeat;
	margin-bottom:10px;
	padding-left:20px;
}

.honbun ol{
}
.honbun ol li{
	list-style-type: decimal;
	background: none;
	margin-bottom:10px;
	padding-left:0px;
	margin-left:20px;
}

.honbun .dai2{
	margin: 0 0 10px 40px;
	
}

.honbun .dai2 li{
	list-style-type: none;
	margin:0;
	background: url(../images/arrow3.png) 0px 3px no-repeat;
}
.honbunphoto{
	width:280px;
	margin:10px;
	float:left;
	font-size:12px;
}
.honbunphoto img{
	width:280px;
	margin-bottom:10px;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow:0px 1px 3px #999;
}
.zu{
	width:300px;
	float:right;
	padding:0;
	margin-top:20px;
}

.zu li a{
	width: 280px;
	background:#007A44;
	padding:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
	text-align:center;
	line-height:1.2;
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
	display:block;

}
.zu li a:hover{
	width: 280px;
	background:#00cc66;
	padding:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
	text-align:center;
	line-height:1.2;
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
	display:block;

}
.zu img{
	width:300px;
	float:left;
	margin-bottom:10px;
}

.zu .sub li a {
	background: #39a073;
	font-size: 14px;
}

.zu .sub li a:hover {
	background: #71c09e;
}

.zu4{
	width:55px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
	color:#fff;
	font-size:18px;
	float:left;
	margin:0 10px;
}
.inzu4 a:link,
.inzu4 a:visited {
	width:55px;
	height:80px;
	background:#007A44;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:1.2;
	padding:10px 0;
	display:block;
}
.inzu4 a:hover,
.inzu4 a:active {
	width:55px;
	height:80px;
	background:#00cc66;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:1.2;
	padding:10px 0;
	display:block;
}



.inzu4arrow{
	background:url(../images/arrow2.png) top center no-repeat;
	height:20px;
}
.cap{
	clear:both;
	margin-bottom:20px;
	font-size:12px;
}
.arrow{
	background:url(../images/arrow2.png) top center no-repeat;
	height:20px;
}

/*footer
===================================*/
#foot_b {
	width:920px;
	height:30px;
	display:block;
	margin: 0 auto; 
	padding: 10px 20px 10px;
	/*-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow:0px 1px 3px #999;*/
	font-size:12px;
	border-top:1px solid #00CC66;
	background: #fff url(../images/bg.png);
	/*position:relative;*/
}


#footer {
	width:920px;
	margin: 0 auto; 
	padding: 10px 20px 20px;
	color:#fff;
	background: #66cc99 url(../images/bg_footer.png);
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow:0px 1px 3px #999;
	font-size:12px;
	position:relative;
}
#copy{
	margin-top:40px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer ul{ float:left;}
#footer li{ float:left; margin-right:20px}

#foot_b .contact{
	/*float:left;*/
	display:block;
	text-indent:-9999px;
	margin:0px 0;
	background:#FFF;
	position:relative;
}


.txt10{
	font-size:10px;
}
.txt11{
	font-size:11px;
}
.txt12{
	font-size:12px;
}
.txt13{
	font-size:13px;
}
.txt14{
	font-size:14px;
}
.txt16{
	font-size:16px;
}

td{
	border-bottom:1px #A0D2CA solid;
	padding:5px 10px ;
}
table{
	border-top:1px #A0D2CA solid;
}
.txt12_his{
	font-size:12px;
	font-weight:bold;
	color:#090;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:50px;
}
.mt20{
	margin-top:20px;
}
.center{
	text-align:center;
}

/*2021/02/12 お問い合わせページ改修の際に追加*/

.zu .inner-contact-btn {
	margin-bottom: 40px;
	width: 300px;
	height: 85px;
}

.zu .inner-contact-btn img {
	transition: 0.3s;
}

.zu .inner-contact-btn img:hover {
	transform: scale(1.01);
	transition: 0.3s;
	opacity: 0.8;
}

#contact-content {
	padding-top: 25px;
}

#contact-content h2 {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 10px;
}

#contact-content .lead {
	margin-bottom: 30px;
}

#contact-content p {
	margin-bottom: 30px;
}

#contact-content .sup {
	color: #686e73;
}

#contact-content .require {
	color: #c90000;
}

.contact-table {
	width: 100%;
	border-style: none;
}

.contact-table tr {
	
}

.contact-table tr th,
.contact-table tr td {
	display: block;
}

.contact-table tr th {
	margin-bottom: 10px;
	font-size: 15px;
}

.contact-table tr td {
	border-style: none;
	margin-bottom: 30px;
	padding: 0;
}

.contact-table tr:last-child td {
	margin-bottom: 0;
}

.contact-table.confirm tr td {
	border-bottom: 2px solid #e3ecf2;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #6f6f6f;
}

.contact-table tr td label {
	margin-right: 20px;
}

.contact-table tr td input[type=text],
.contact-table tr td input[type=tel],
.contact-table tr td input[type=email] {
	border: 1px solid #323332;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 16px;
}

.contact-table tr td input.short {
	width: 400px;
}

.contact-table tr td textarea {
	border: 1px solid #323332;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 16px;
	height: 250px;
}

h2.error,
.contact-table tr td .error {
	color: #c90000;
}

#contact-content .buttons {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
}

#contact-content .buttons .button.primary {
	padding: 15px 65px 15px 50px;
	border: 5px solid #e4ecf3;
	color: #ffffff;
	font-size: 16px;
	background: url(images/arrow-right.svg) right 40px center no-repeat;
	background-size: 12px 20px;
	background-color: #0bb560;
	display: inline-block;
	transition: 0.3s;
	margin-bottom: 10px;
}

#contact-content .buttons .button.secondary {
	padding: 15px 50px 15px 65px;
	border: 5px solid #e4ecf3;
	color: #ffffff;
	font-size: 16px;
	background: url(images/arrow-left.svg) left 40px center no-repeat;
	background-size: 12px 20px;
	background-color: #797979;
	display: inline-block;
	transition: 0.3s;
	margin-bottom: 10px;
}

#contact-content .buttons .button:hover {
	cursor: pointer;
	transition: 0.3s;
	opacity: 0.8;
}

#contact-content .buttons:focus {
	outline: none;
}

#contact-content-bottom {
	text-align: center;
}

#contact-content-bottom p {
	margin: 0 0 30px;
}

#contact-content-bottom p strong {
	color: #c90000;
	font-weight: bold;
}

#contact-content-bottom .subtitle {
	display: inline-block;
}

#contact-content-bottom img {
	width: 290px;
	height: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}