@charset "utf-8";
/*------------------------------------------------------------
	imagelightbox.min.js
------------------------------------------------------------*/

#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	
	-ms-touch-action: none;
			touch-action: none;
			
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
#imagelightbox-overlay
{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
}
#imagelightbox-overlay
{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c45;
}
.orange {
	color:#f60;
}
.korange {
	color:#cc6699;
}
.white {
	color:#fff;
}
.green {
	color:#060;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.purple {
	color:#9c94e1;
}
.snavy {
	color:#50678f;
}
.navy {
	color:#06275f;
}
.gray {
	color:#777;
}
.yellow {
	color:#FF0;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.fw a:link {
	color:#030;
	text-decoration:none;
}
.fw a:visited {
	color:#030;
	text-decoration:none;
}
.fw a:hover {
	color:#2ba700;
	text-decoration:none;
}
.fw a:active {
	color:#030;
	text-decoration:none;
}
#bread a:link {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.6;
}
.lh_0 {
	line-height:0;
	font-size:1px;
}
	
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#333;
	background-color:#e1f1b3;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.fserif {
		font-family:serif;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
}
#header {
	height:114px;
	background-color:#fff;
}
.hd_box {
	position:relative;
	width:960px;
	height:114px;
	margin:0 auto;
}
#header h1 {
	color:#06275f;
	font-size:11px;
	text-align:left;
	padding-top:15px;
	font-weight:normal;
}
#header h2 {
	position:absolute;
	top:57px;
	left:0;
}
#header h2 img {
	height:31px;
}
.hw {
	position:absolute;
	bottom:10px;
	right:0;
}
.hon {
	position:absolute;
	top:20px;
	right:5px;
	line-height:0;
	font-size:1px;
}
.mcopy {
	position:absolute;
	right:300px;
	bottom:16px;
}

#global {
	height:60px;
	padding-top:6px;
	background-image:url(../img/gw_bg.png);
	background-position:center bottom;
}

#global p {
	width:960px;
	height:60px;
	margin:0 auto;
	background-color:#fff;
}
#toggle {
	position:absolute;
	width:40px;
	height:40px;
	top:15px;
	right:15px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	display:none\9;/*IE8以下*/
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
ul.accordion {
	font-size: 0.92em;
	display:none;
	text-align:left;
}
ul.accordion a {
	display:block;
	line-height:50px;
	padding-left:20px;
	text-decoration:none;
	color:#fff;
}
ul.accordion li:nth-child(even) a {
	border-left:1px solid #fff;
}
ul.accordion li {
	float:left;
	width:50%;
	background-color:#2ba700;
	border-bottom:1px solid #fff;
}
.ac_contact {
	font-size: 1.3em !important;
	width:100% !important;
	background-color:#c00 !important;
	font-weight:bold;
}
.ac_contact a {
	color:#fff !important;
	line-height:60px !important;
	padding-left:0 !important;
	text-align:center !important;
	border-left:0 !important;
}
.ac_hon {
	width:100% !important;
	background-color:#06275f !important;
	border-bottom:0 !important;
}
.ac_hon a {
	color:#fff !important;
	line-height:50px !important;
	padding-left:0 !important;
	text-align:center !important;
	border-left:0 !important;
}

	
@media screen and (max-width: 499px) {
#header {
	height:70px;
}
.hd_box {
	width:100%;
	height:70px;
}
#header h1 {
	display:none;
}
#header h2 {
	top:20px;
	left:20px;
}
#header h2 img {
	width:auto;
	height:24px;
}
.hw,.hon,.mcopy {
	display:none;
}
#global {
	display:none;
}

}

@media screen and (min-width: 500px) {
#toggle,.accordion {
	display:none !important;
}

}



#wrapper {
	background-color:#fff;
}
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	padding-top:30px;
	z-index:1000;
}
#ftnavi {
	display:none;
}
.contact,.contact2,.catalog,.telbtn,.honmov {
	display:none;
}

@media screen and (max-width: 499px) {
#container {
	width:auto;
	padding:30px 20px 0;
}
#ftnavi {
	display:block;
	text-align:left;
	font-size: 0.92em;
}
#ftnavi li {
	float:left;
	width:50%;
	background-color:#2ba700;
	border-bottom:1px solid #fff;
}
#ftnavi li a {
	color:#fff;
	display:block;
	line-height:50px;
	padding-left:20px;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #fff;
}
.twos {
	width:100% !important;
	text-align:center;
}
.twos a {
	padding:0 !important;
}
.contact {
	display:block;
}
.contact a {
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:60px;
	background-color:#c00;
	border-bottom:1px solid #fff;
}
.contact2 {
	display:block;
}
.contact2 a {
	color:#fff;
	display:block;
	line-height:1.6;
	background-color:#c00;
	border-bottom:1px solid #fff;
	padding:20px 0;
}
.honmov {
	display:block;
	border-bottom:1px solid #50678f;
}
.honmov a {
	font-size:0.92em;
	color:#fff;
	display:block;
	line-height:50px;
	background-color:#06275f;
}
.catalog {
	display:block;
}
.catalog a {
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:60px;
	background-color:#cc6699;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
.telbtn {
	display:block;
}
.telbtn img {
	vertical-align:middle !important;
}
.telbtn a {
	font-size:1.2em;
	color:#030;
	font-weight:bold;
	display:block;
	line-height:60px;
	background-color:#fff;
	border:2px solid #00a63c;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
}


.pagetop {
	text-align:right;
}
.pagetop img {
	width:29px;
}
#footer {
	width:960px;
	padding:30px 0 40px;
	margin:0 auto;
	color:#030;
}
.fw {
	float:right;
	font-size:11px;
	color:#999;
	text-align:right;
}
.fw p {
	margin-bottom:30px;
}
.credit {
	line-height:1.5;
	float:left;
	text-align:left;
	font-size: 0.92em;
}
.cre_tx1 {
	float:left;
	width:78px;
}
.cre_tx2 {
	margin-left:98px;
}
.copyright {
	font-size:10px;
	color:#030;
}
.copyright img {
	vertical-align:top;
}

@media screen and (max-width: 499px) {
.pagetop {
	text-align:center;
}
.pgt_aj {
	margin-bottom:30px;
}
#footer  {
	width:100%;
	padding:30px 0 30px;
}
.fw {
	float:none;
	text-align:center;
}
.fw p {
	display:none;
}
.credit {
	float:none;
	text-align:center;
	margin-bottom:30px;
	font-size:1em;
}
.cre_tx1 {
	float:none;
	width:auto;
	text-align:center;
	margin-bottom:10px;
	color:#030;
	font-weight:bold;
}
.cre_tx2 {
	margin:0 auto;
}
.ft_tel {
	margin:0 20px 10px;
}
.copyright {
	text-align:center;
}
.copyright img {
	display:none;
}
}

.ex_box {
	background-color:#ffffdd;
	border-left:5px solid #9c0;
	border-right:5px solid #9c0;
	padding:0 15px;
}
.ex_item {
	float:left;
	width:200px;
	text-align:center;
	line-height:1.231;
	padding:15px;
}
.ex_item h4 {
	color:#fff;
	font-weight:bold;
	padding:10px;
	background-color:#75c000;
}
.ex_item h4 a {
	color:#fff !important;
}
.anc h4 {
	background-color:#cc9900;
}
.ex_item p {
	font-size:0.84em;
}
.ex_item table {
	margin-bottom:10px;
}
.ex_item td {
	width:200px;
	height:200px;
	background-color:#fff;
}
.eximg {
	max-width: 200px;
	max-height: 200px;
	width: auto;
	height: auto;
}
.doc2_l {
	float:left;
	width:450px;
}
.doc2_r {
	float:right;
	width:450px;
}



#title {
	height:80px;
}
#bread {
	position:relative;
	margin-top:-20px;
	margin-bottom:30px;
	font-size:11px;
	color:#999;
}
#subtitle {
	background-color:#060;
	color:#fff;
	padding:10px 20px;
	font-size:1.16em;
	line-height:1.231;
	margin-bottom:20px;
}
.submenu {
	margin-bottom:30px;
	background-color:#eee;
}
.submenu li {
	float:left;
	width:25%;
}
.submenu li a {
	display:block;
	background-color:#06275f;
	color:#fff;
	margin-bottom:1px;
	margin-right:1px;
	font-size:0.84em;
	line-height:1.231;
	padding:7px 10px;
}
.submenu li a:hover {
	background-color:#cc6699;
}
.submenu li.current a {
	background-color:#cc6699;
}
@media screen and (max-width: 499px) {
.ex_box {
	background-color:transparent;
	border:0;
	padding:0 0 10px;
}
.ex_item {
	width:50%;
	padding:0 0 30px;
}
.ex_sp {
	margin:0 10px;
}
.ex_item h4 {
	font-size:0.92em;
}
.ex_item p {
	font-size:0.76em;
}
.ex_item table {
	width:100%;
	margin-bottom:10px;
}
.ex_item td {
	width:100%;
	height:140px;
	background-color:#ffd;
}
.eximg {
	max-width: 140px;
	max-height: 140px;
	width: auto;
	height: auto;
}
.ex_title {
	float:none !important;
	width:auto;
	font-size:1.16em;
}
.ref_sp {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:5px solid #9c0;
}
	

.doc2_l {
	float:none;
	width:100%;
}
.doc2_r {
	float:none;
	width:100%;
}

#title {
	height:auto;
	padding:16px 0;
	font-family:serif;
	line-height:1.6
}
#title h3 {
	font-size:1.16em;
	font-weight:bold;
	color:#030;
}
#title p {
	color:#060;
}
#bread {
	display:none;
}
.submenu li {
	width:50%;
}
.submenu li a {
	padding:10px;
}
}
	
	

.n_sub {
	border-bottom:1px solid #cc6699;
	padding-bottom:8px;
	margin-bottom:20px;
	line-height:1.231;
	font-family:serif;
	font-size:1.08em;
}
.sub {
	border-bottom:2px solid #060;
	padding-bottom:8px;
	padding-left:10px;
	margin-bottom:30px;
	line-height:1.6;
	color:#060;
	font-size:1.16em
}
.sub2 {
	background-color:#060;
	color:#fff;
	padding:10px 20px;
	font-size:1.16em;
	line-height:1.231;
	margin-bottom:30px;
}
.subsub {
	font-size:1.08em;
	font-weight:bold;
	border:1px solid #cc6699;
	background-color:#faeff5;
	padding:7px 15px;
	margin:0 10px 20px;
	line-height:1.231;
}
.subsub_nm {
	font-size:1.08em;
	font-weight:bold;
	border:1px solid #cc6699;
	background-color:#faeff5;
	padding:7px 15px;
	margin:0 0 20px;
	line-height:1.231;
}

.t_sub {
	border-bottom:1px solid #cc6699;
	padding-bottom:8px;
	margin-bottom:20px;
	line-height:1.231;
	font-family:serif;
}
.t_sub2 {
	border-bottom:1px dotted #cc6699;
	padding-bottom:8px;
	margin-bottom:20px;
	line-height:1.231;
	font-family:serif;
}
.t_box {
	margin-bottom:40px;
}
.t_img img {
	width:100%;
}


#news {
	line-height:1.7;
}
.ichiran {
	margin-top:-54px;
	margin-bottom:38px;
	text-align:right;
}

.top_news {
	margin:0 10px;
	height:205px;
	overflow:auto;
}
.page_news ul li,
.top_news ul li {
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
.page_news .date,
.top_news .date {
	float:left;
	display:block;
	width:80px;
	line-height:20px;
	text-align:center;
	background-color:#eee;
	color:#666;
	margin-right:5px;
	margin-top:2px;
	font-size:0.74em;
}
.page_news .subject,
.top_news .subject {
	padding-top:10px;
}

.line {
	border-bottom:1px dotted #ccc;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}

.casetx1 p {
	margin-bottom:10px;
}
.caseimg1 {
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
}
.caseimg2 {
	max-width: 600px;
	max-height: 600px;
	width: auto;
	height: auto;
}
.caseimg3 {
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
}


@media screen and (max-width: 499px) {
.n_sub {
}
.sub {
}
.subsub {
	font-size: 1em;
}
.t_box {
	margin-bottom:30px;
}
.top_news {
	height:auto;
	overflow:visible;
}


.more1 {

}
.more1 a {
	display:block;
	color:#fff;
	text-align:center;
	line-height:30px;
	background-color:#060;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
.more2 a {
	display:block;
	color:#fff;
	text-align:center;
	line-height:30px;
	background-color:#2ba700;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}

.caseimg1 {
	max-width: 170px;
	max-height: 170px;
	width: auto;
	height: auto;
}
.caseimg2 {
	max-width: 340px;
	max-height: 340px;
	width: auto;
	height: auto;
}
.caseimg3 {
	max-width: 240px;
	max-height: 240px;
	width: auto;
	height: auto;
}
}



.box0 {
	line-height:2;
}
.box1 {
	line-height:2;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:2;
	margin-left:20px;
	margin-right:20px;
}
.box5 {
	line-height:2;
	margin-left:50px;
	margin-right:50px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#e1f1b3;
	white-space:nowrap;
}

.table2 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	white-space:nowrap;
	color:#50678f;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}
.table2in td {
	border:none;
}

.table_list {
	width: 100%;
	border-collapse: collapse;
	line-height:1.6em;
}
.table_list td,.table_list th{
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
}
.table_list th {
	font-weight: normal;
	background:#faeff5;
	font-size:1.08em;
}
.table_list thead th {
	background-color:#eee !important;
	font-size:11px !important;
	text-align:center !important;
}
.tls_sub {
	border-top:3px solid #ccc !important;
}

.table3 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.table3 td,.table3 th{
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.table3 th{
	font-weight: normal;
	background:#ebeef2;
	white-space:nowrap;
}

.table_lot {
	width: 100%;
	border-collapse: collapse;
}
.table_lot td,.table_lot th {
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.table_lot th {
	font-weight: normal;
	background:#ebeef2;
	white-space:nowrap;
	font-size: 0.92em;
}
.table_lot th.knc {
	background-color:#faeff5 !important;
}

.waku1 {
	background-color:#fef7eb;
	padding:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.waku2 {
	background-color:#f4f4e6;
	padding:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.co_tx1 {
	float:left;
	left:50%;
	position:relative;
}
.co_tx2 {
	float:left;
	left:-50%;
	position:relative;
	padding-right:30px;
}
.co_tx3 {
	float:left;
	left:-50%;
	position:relative;
	padding-left:30px;
}
@media screen and (max-width: 499px) {
.imgbox {
	text-align:center;
}
.imgbox p {
	display:block;
	margin-bottom:20px;
}

.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:20px;
}
.adj0 {
	margin-bottom:0 !important;
}
.adj30 {
	margin-bottom:30px !important;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	background: #e1f1b3;
	padding:1px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.table1 td.histada {
	margin:0 15px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 15px 20px;
	padding: 0;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #cc6699;
	padding-bottom:8px;
	padding-left:10px;
	margin-bottom:20px;
	line-height:1.231;
	color:#06275f;
}
.table2 td {
	margin:0 15px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}

.table_list {
	display: block;
	width:auto;
}
.table_list thead {
	display: none;
}
.table_list tbody {
	display: block;
}
.table_list tr {
	display: block;
}
.table_list th,.table_list td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table_list th {
	margin-bottom: 20px;
	background: #faeff5;
	padding:10px 20px;
	border-bottom:2px solid #cc6699;
}
.table_list td {
	margin:0 15px 10px;
	padding: 0;
}
.tls_sub {
	border-top:0 !important;
}
.tlst_end p {
	padding-bottom:30px !important;
}
.table_lot td,.table_lot th {
	padding: 7px 10px;
	line-height:1.6em;
}
.table_lot th {
	font-size:0.84em;
}
.table_lot td {
	font-size:0.84em;
}
.co_tx1 {
	float:none;
	left:0;
	position:static;
}
.co_tx2,.co_tx3 {
	float:none;
	left:0;
	position:static;
	padding:0;
}
}

.waku3 {
	background-image:url(../reform/img/ref_bg.jpg);
	padding:30px;
}
.flow {
	background-color:#fff;
	padding:20px;
	margin-bottom:30px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.flow h4 {
	color:#060;
	border-bottom:1px solid #060;
	margin-bottom:12px;
	font-size:1.16em;
}
.flow h4,.flow p {
	margin-left:90px;
}
.faq h4,.faq p {
	margin-left:40px;
}
.faq h4 {
	color:#060;
	margin-bottom:10px;
}
.staffbox {
	float:left;
	width:460px;
	margin:0 10px 20px;
}
.staffwaku {
	padding:20px;
	border:1px solid #75c000;
}
.staffwaku h4 {
	background-color:#060;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	padding:5px;
	line-height:1.231;
}
.staffwaku h5 {
	background-color:#e1f1b3;
	color:#060;
	margin-bottom:10px;
	padding:5px 10px;
	line-height:1.231;
}
.gmap {
	height:500px;
}
.gmap iframe {
	width:100%;
	height:500px;
}
.pr {
	background-color:#dbb74c;
	padding:20px;
	color:#fff;
	line-height:1.8;
	text-align:center;
}

@media screen and (min-width: 500px) {
input[type="text"],textarea {
	width:400px !important;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:4px;
}
.pc_cnt {
	text-align:center;
}
}
@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:280px !important;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
.waku3 {
	padding:20px;
	background-size:contain;
}
.flow {
	padding:15px;
	margin-bottom:20px;
}
.flow img {
	width:50px;
}
.flow h4,.flow p {
	margin-left:65px;
}
.staffbox {
	float:none;
	width:100%;
	margin:0 0 20px;
}
.gmap {
	height:400px;
}
.gmap iframe {
	width:100%;
	height:400px;
}
.pr {
	text-align:left;
}
}