
/* ----------------------------------------------------------------
 01. Utility
----------------------------------------------------------------- */

/**
 * Reset
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p ,li {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
blockquote:before, blockquote:after, q:before, q:after { content: none }
nav, ul, ol, dl { list-style: none }
blockquote, q { quotes: none }
a {
	background: transparent;
	color: inherit;
	display: block;
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	outline: none;
}

.mgb0{margin-bottom:0px!important;}
.mgb1em { margin-bottom: 1em !important; }
.mgt0{margin-top:0!important;}
.mgr0{margin-right:0!important;}
.pd0{padding:0px!important;}
.pdb0{padding-bottom:0px!important;}
.pdr0{padding-right:0px!important;}

.tac{text-align:center!important;}
.tal{text-align:left!important;}
.tar{text-align:right!important;}
.taj { text-align: justify!important; }
.fwb{font-weight:bold!important;}
.fwn{font-weight:normal!important;}
.wsn{white-space:nowrap!important;}
.vam{vertical-align:middle!important;}
.vat{vertical-align:top!important;}
.vab{vertical-align:bottom!important;}
.dpb{display:block!important;}
.dpi{display:inline!important;}
.dpn{display:none!important;}
.dpib{display:inline-block!important;}
.psr{position:relative!important;}
.fll{float:left!important;}
.flr{float:right!important;}
.clb{clear:both;}
.tdu{text-decoration:underline;}
.bdn{border:none!important;}
.lh0 { line-height: 0;}
.lh1_6{line-height:1.6;}
.lh1_8{line-height:1.8;}
.ovfh{overflow:hidden;}

/* font setting */

small { font-size: 80%; }

section:after ,
.clearfix:after	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.link_line {
	text-decoration: underline;
}

.img100 {
	width: 100%;
}
.m-img100 {
	max-width: 100%;
}


.move,
.move:hover {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.link_line {
	text-decoration: underline;
}
.link_line:hover {
	opacity: 0.6;
}

.list_disc li {
	list-style: disc outside;
	margin: 0 0 0 25px;
}

	
.hidden_box {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
}
.hide_wrap {
	margin: 0;
	opacity: 0;
	padding: 0;
}
@media screen and (max-width: 640px) {
.hidden_box {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	margin: 0 0 0 0;
	width: auto;
}
}
	
/* ==== General settings ====*/

.op_01:hover { opacity: 0.6; }

.only_pc {
	display: inherit;
}
.only_pc_dpib {
	display: inline-block;
}
.only_pc_th {
	display: table-header-group;
}
.only_sp {
	display: none;
}
@media screen and (max-width: 736px) {
	.only_pc,
	.only_pc_dpib,
	.only_pc_th {
		display: none !important;
	}
	.only_sp {
		display: inherit;
	}
	.op_01:hover { opacity: 1; }
}




/* ==== Structure ====*/
html{ height:100%;}
body{ height:100%; }
body > .container{ height: auto; }
* html .container{ height:100%;}
.container{
	height:100%;
	margin:0px;
	min-height:100%;
	overflow: hidden;
	position:relative;
	width:100%;
}

body {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.09em;
	line-height: 1.6;
	min-height: 100%;
	overflow-x: hidden;
}
body.index {
	background: #000;
}
@media screen and (max-width: 736px) {
		body {
			font-size: 12px;
			width: 100%;
		}
}

.wrapper {
	height: 100%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 131px;
	padding-top: 144px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 736px) {
	.wrapper {
		padding-bottom: 26%;
		padding-top: 0;
	}
}

.ff {
	font-family: 'Lato', sans-serif;
}
.ff.ita {
	font-style: italic;
}

.ttl_wrap {
	padding: 65px 0 0;
}
.h1_all {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-style: italic;
	line-height: 1;
	margin: 0 auto 20px;
	width: 1040px;
}
.catch_all {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin: 0 auto 60px;
	width: 1040px;
}
.catch_all span {
	color: #9cc875;
}
.h2_all {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto 30px;
	padding: 50px 0 0;
	position: relative;
	width: 1040px;
}
.h2_all:before {
	background: #ccc;
	content: "";
	height: 1px;
	position: absolute;
	top: 0;
	width: 50px;
}
@media screen and (max-width: 736px) {
	.ttl_wrap {
		padding: 30px 0 0;
	}
	.h1_all {
		font-size: 30px;
		letter-spacing: 0em;
		margin: 0 auto 10px;
		width: 90%;
	}
	.catch_all {
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		margin: 0 auto 30px;
		width: 90%;
	}
	.catch_all span {
		color: #9cc875;
	}
	.h2_all {
		font-size: 20px;
		line-height: 1.6;
		margin: 0 auto 15px;
		padding: 25px 0 0;
		position: relative;
		width: 100%;
	}
	.h2_all:before {
		background: #ccc;
		content: "";
		height: 1px;
		position: absolute;
		top: 0;
		width: 50px;
	}
}


/* Header */

.header {
	background: #000;
	border-bottom: solid 6px #8fb76b;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.header .inner {
	margin: auto;
	min-width: 1040px;
	overflow: hidden;
	padding: 40px 40px;
	width: 100%;
}
.header .inner .logo {
	float: left;
	width: 205px;
}
.header .inner .gmenu {
	float: right;
	padding: 31px 0 0;
	text-align: right;
}
.header .inner .gmenu li {
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 0.09em;
	margin: 0 20px 0 0;
}
.header .inner .gmenu li:last-child {
	color: #8fb76b;
	margin: 0;
}
.header .inner .gmenu li:hover,
.header .inner .gmenu li.current {
	color: #f5a52c;
}

.header.index {
	margin: 0;
}

@media screen and (max-width: 736px) {
	.header {
		border-bottom: solid 3px #8fb76b;
		position: static;
	}
	.header .inner {
		margin: auto;
		min-width: 100%;
		padding: 20px;
	}
	.header .inner .logo {
		float: left;
		width: 30%;
	}
	.header .inner .gmenu {
		display: none;
	}
	
	.header.index .inner {
		padding: 20px;
	}
	.header.index .inner .logo {
		float: left;
		width: 30%;
	}
}


@media screen and (max-width: 736px) {
/* 開閉メニュー */
	.btn_menu {
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
		background: url(/common/img/icn_menu.png) no-repeat center;
		background-size: contain;
		opacity: 0.95;
		position: fixed;
		top: 2%;
		right: 2%;
		height: 50px;
		width: 40px;
		z-index: 1000;
	}
	.btn_menu.nowOpen {
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		background: url(/common/img/icn_menu_on.png) no-repeat;
		background-size: contain;
		position: fixed !important;
		right: 45%;
		top: 2%;
	}
	.menu_wrap {
		background: #000;
		box-sizing: border-box;
		display: none;
		height: 100%;
		left: 0;
		overflow-y: scroll;
		padding: 60px 0 0;
		position: fixed;
		top: 0%;
		z-index: 102;
		width: 100%;
	}	
	.closeBtnHat {
		display: none;
	}	
	.gmenu_sp {
		overflow: hidden;
		width: 100%;
	}
	.gmenu_sp li {
		box-sizing: border-box;
		color: #fff;
		float: left;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		font-style: italic;	
		height: 100px;
		line-height: 100px;
		margin: 0;
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 50%;
	}
	.gmenu_sp li.current {
		background: #222;
		color: #fff;
	}
	.gmenu_sp li:last-child {
		color: #8fb76b;
		margin: 0;
		width: 100%;
	}
	.gmenu_sp li:last-child a {
		border-top: none;
		border-bottom: solid 1px #444;
		border-right: solid 1px #444;
		margin: 0;
		width: 100%;
	}
	.gmenu_sp li a {
		border-top: solid 1px #444;
		border-left: solid 1px #444;
		box-sizing: border-box;
		height: 100%;
		width: 100%;
	}
	.gmenu_sp li:nth-child(2n) a {
		border-right: solid 1px #444;
	}
	.gmenu_sp li:nth-child(5) a,
	.gmenu_sp li:nth-child(6) a {
		border-bottom: solid 1px #444;
	}
}


/* footer */

.footer {
	background: #000;
	border-top: solid 6px #8fb76b;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.footer .inner {
	margin: auto;
	min-width: 1040px;
	padding: 40px;
	width: 100%;
}
.footer .inner .logo {
	display: inline-block;
	margin: 0 30px 0 0;
	width: 154px;
}
.footer .inner .copyrights {
	color: #fff;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
}
@media screen and (max-width: 736px) {
	.footer {
		border-top: solid 3px #8fb76b;
	}
	.footer.index {
		border-top: none;
		text-align: center;
	}
	.footer .inner {
		min-width: 100%;
		padding: 20px;
	}
	.footer .inner .logo {
		display: inline-block;
		margin: 0 15px 0 0;
		width: 30%;
	}
}


/* ----------------------------------------------------------------
 Index
----------------------------------------------------------------- */

.slide_wrap {
	background: #000;
	margin: 0 auto 0;
	/*width: 1040px;*/
}
.slide_wrap .inner {
	margin: 0 0 0 -180px;
	/*min-width: 1400px;*/
}
.slide_wrap .inner .flexslider {
	line-height: 0 !important;
	margin: 0;
	padding: 0;
}
.slide_wrap .inner .flexslider ul {
	background: #000;
}

.flex-next,
.flex-prev,
.flex-control-nav {
	display: none !important;
}
@media screen and (max-width: 736px) {
	.slide_wrap {
		margin: 0;
		overflow: hidden;
		width: 100%;
	}
	.slide_wrap .inner {
		margin: 0 0 0 -25%;
		min-width: 150%;
		width: 150%;
	}
	.slides {
		height: auto !important;
	}
}


/* ----------------------------------------------------------------
 wodtke
----------------------------------------------------------------- */

.main_img_01 {
	background: #000;
	margin: 0 0 90px;
	text-align: center;
}
.main_img_01 .inner {
	line-height: 0;
	margin: auto;
	width: 1040px;
}
.main_img_01 .inner img {
	margin: 0 0 0 -180px;
}
@media screen and (max-width: 736px) {
	.main_img_01 {
		margin: 0 0 45px;
	}
	.main_img_01 .inner {
		line-height: 0;
		margin: auto;
		width: 100%;
	}
	.main_img_01 .inner img {
		margin: 0 0 0 -10%;
		width: 140%;
	}
}

.content_wrap_01 {
	margin: auto;
	width: 1040px;
}
.content_wrap_01 .txt_50 {
	line-height: 1.828em;
	margin: 0 0 50px;
	text-align: justify;
}
.content_wrap_01 .txt_1em {
	line-height: 1.828em;
	margin: 0 0 1em;
	text-align: justify;
}
.content_wrap_01 .section_50 {
	margin: 0 0 50px;
}
.content_wrap_01 .img_50 {
	margin: 0 0 50px;
}
@media screen and (max-width: 736px) {
	.content_wrap_01 {
		margin: auto;
		width: 90%;
	}
	.content_wrap_01 .txt_50 {
		line-height: 1.828em;
		margin: 0 0 25px;
	}
	.content_wrap_01 .section_50 {
		margin: 0 0 25px;
	}
	.content_wrap_01 .img_50 {
		margin: 0 0 25px;
	}
}

.float_wrap {
	overflow: hidden;
}
.float_wrap .left_01,
.float_wrap .right_01 {
	float: left;
	line-height: 0;
	width: 45%;
}
.float_wrap .right_01 {
	float: right;
}
@media screen and (max-width: 736px) {
	.float_wrap .left_01,
	.float_wrap .right_01 {
		float: none;
		margin: 0 auto 0px;
		width: 100%;
	}
	.float_wrap .right_01 {
		float: none;
		margin: auto;
	}
}



/* ----------------------------------------------------------------
 Technology
----------------------------------------------------------------- */

.float_wrap .left_02,
.float_wrap .left_03,
.float_wrap .right_02 {
	float: left;
	width: 91%;
}
.float_wrap .left_03 {
	float: left;
	width: 76%;
}

.float_wrap .right_02,
.float_wrap .right_03 {
	float: right;
	text-align: right;
	padding: 50px 0 0;
	width: 8%;
}
.float_wrap .right_03 {
	width: 22%;
}

@media screen and (max-width: 736px) {
	.float_wrap .left_02,
	.float_wrap .right_02 {
		float: left;
		width: 86%;
	}
	.float_wrap .left_03 {
		float: none;
		width: 100%;
	}
	.float_wrap .right_02 {
		float: right;
		text-align: right;
		padding: 70px 0 0;
		width: 12%;
	}
	.float_wrap .right_03 {
		float: none;
		text-align: right;
		padding: 0 0 0;
		width: 40%;
	}
}



/* ----------------------------------------------------------------
 Products
----------------------------------------------------------------- */

.ul_product {
	margin: 0 auto 30px;
	overflow: hidden;
	width: 1040px;
}
.ul_product li {
	background: #000;
	float: left;
	line-height: 0;
	margin: 0 70px 70px 0;
	overflow: hidden;
	position: relative;
	width: 300px;
	z-index: 1;
}
.ul_product li img {
	width: 100%;
}
.ul_product li:nth-child(3n) {
	margin: 0 0 70px;
}
@media screen and (max-width: 736px) {
	.ul_product {
		margin: 0 auto 0px;
		overflow: hidden;
		width: 65%;
	}
	.ul_product li {
		float: none;
		height: auto !important;
		line-height: 0;
		margin: 0 0 35px 0;
		width: 100%;
	}
	.ul_product li:nth-child(3n) {
		margin: 0 0 35px;
	}
	.ul_product li img {
		width: 100%;
	}
}
.ul_product li .name {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	position: absolute;
	left: 0%;
	bottom: 5%;
	text-align: center;
	width: 100%;
}
.ul_product li:hover .name,
.ul_product li.contact .name {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	position: absolute;
	left: 0%;
	bottom: 50%;
	z-index: 99;
	text-align: center;
	width: 100%;
}

.ul_product li a {
	position: relative;
	z-index: 100;
}

.ul_product li a:after,
.ul_product li.contact a:after {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	background: #9cc875;
	content: "";
	height:100%;
	width: 0%;
	opacity: 0.3;
	position: absolute;
	bottom: -100%;
	left: 50%;
}
.ul_product li a:hover:after,
.ul_product li.contact a:hover:after {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	width: 100%;
	opacity: 0.7;
	bottom: 0%;
	left: 0%;
}
.ul_product li.contact a:after {
	background: #9cc875;
	height:0;
	width: 0;
	opacity: 0.3;
	position: absolute;
	bottom: 50%;
	left: 50%;
}
.ul_product li.contact a:hover:after {
	background: #9cc875;
	height: 100%;
	width: 100%;
	opacity: 1;
	bottom: 0%;
	left: 0%;
}
@media screen and (max-width: 736px) {
	.ul_product li .name {
		font-size: 18px;
		left: 0%;
		bottom: 5%;
		text-align: center;
	}
	.ul_product li:hover .name {
		font-size: 18px;
		left: 0%;
		bottom: 5%;
	}
	
	.ul_product li a:after,
	.ul_product li.contact a:after {
		background: #9cc875;
		content: "";
		height:100%;
		width: 0%;
		opacity: 0.3;
		position: absolute;
		bottom: -100%;
		left: 50%;
	}
	.ul_product li a:hover:after,
	.ul_product li.contact a:hover:after {
		width: 100%;
		opacity: 0.3;
		bottom: -100%;
		left: 50%;
	}
	.ul_product li.contact {
		height: 100px !important;
	}
	.ul_product li.contact a:after,
	.ul_product li.contact a:hover:after {
		background: #000;
		height: 100%;
		width: 100%;
		opacity: 1;
		bottom: 0%;
		left: 0%;
	}
}


/* ----------------------------------------------------------------
 Products detail
----------------------------------------------------------------- */

.detail_wrap {
	padding: 70px 0 0;
	position: relative;
	width: 100%;
}
.detail_wrap .link_prev,
.detail_wrap .link_next {
	background: #9cc875;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	height: 114px;
	line-height: 114px;
	position: absolute;
	text-align: center;
	top: 42%;
	width: 70px;
}
.detail_wrap .link_prev {
	left: 0;
}
.detail_wrap .link_next {
	right: 0;
}
@media screen and (max-width: 939px) {
	.detail_wrap {
		padding: 70px 0 30px;
	}
	.detail_wrap .link_prev,
	.detail_wrap .link_next {
		height: 50px;
		line-height: 50px;
		top: 10px;
		width: 44%;
	}
	.detail_wrap .link_prev {
		left: 5%;
	}
	.detail_wrap .link_next {
		right: 5%;
	}
}

.detail_wrap .slide_wrap {
	margin: 0 auto 40px;
	width: 800px;
}
@media screen and (max-width: 800px) {
	.detail_wrap .slide_wrap {
		margin: 0 auto 0px;
		width: 90%;
	}
	.detail_wrap .slide_wrap img {
		width: 100% !important
	}
}

.product_wrap {
	margin: 0 auto 100px;
	width: 640px;
}
@media screen and (max-width: 736px) {
	.product_wrap {
		margin: 0 auto 25px;
		width: 90%;
	}
}
.product_wrap .ttl_wrap {
	border-bottom: solid 1px #757575;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 0 0 5px;
}
.product_wrap .ttl_wrap .h1_product {
	float: left;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 36px;
	line-height: 1;
}
@media screen and (max-width: 736px) {
	.product_wrap .ttl_wrap {
		margin: 0 0 20px;
		padding: 0 0 0px;
	}
	.product_wrap .ttl_wrap .h1_product {
		font-size: 24px;
		line-height: 1.6;
	}
}

.product_wrap .ttl_wrap .icn_wrap {
	float: right;
	text-align: right;
}
.product_wrap .ttl_wrap .icn_wrap img {
	margin: 0 8px 0 0;
}
.product_wrap .ttl_wrap .icn_wrap img:last-child {
	margin: 0;
}

.table_product {
	margin: 0 auto 50px;
	width: 100%;
}
.table_product td {
	padding: 0 0 20px;
	width: 26%;
}
.table_product td.right {
	font-size: 16px;
	width: 72%;
}
@media screen and (max-width: 736px) {
	.table_product {
		margin: 0 auto 25px;
	}
	.table_product td {
		border-bottom: solid 1px #ccc;
		display: block;
		font-size: 16px;
		padding: 0 0 5px;
		margin: 0 auto 5px;
		width: 90%;
	}
	.table_product td.right {
		border-bottom: none;
		font-size: 14px;
		margin: 0 auto 15px;
		width: 90%;
	}
}
.btn_product {
	margin: auto;
	width: 191px;
}
.btn_product img {
	width: 100%;
}


/* ----------------------------------------------------------------
 Contact
----------------------------------------------------------------- */

.contact_wrap {
	overflow: hidden;
	margin: auto;
	padding: 120px 0 0;
	position: relative;
	width: 1040px;
}
.contact_wrap:before {
	background: #ccc;
	content: "";
	height: 1px;
	position: absolute;
	top: 80px;
	width: 50px;
}
@media screen and (max-width: 736px) {
	.contact_wrap {
		padding: 60px 0 0;
		width: 90%;
	}
	.contact_wrap:before {
		top: 40px;
	}
}

.table_contact {
	margin: 0 auto 0px;
	width: 100%;
}
.table_contact td {
	font-size: 20px;
	padding: 0 0 30px;
}
.table_contact td.left {
	line-height: 1.8;
	width: 28%;
}
.table_contact td.right {
	width: 72%;
}
.table_contact tr:last-child td {
	padding: 0;
}
@media screen and (max-width: 736px) {
	.table_contact td {
		display: block;
		font-size: 16px;
		padding: 0;
	}
	.table_contact td.left {
		line-height: 1.8;
		width: 100%;
	}
	.table_contact td.right {
		padding: 0 0 10px;
		width: 100%;
	}
	.table_contact tr:last-child td {
		padding: 0;
	}
	.pdb10 {
		padding-bottom: 10px !important;
	}
}

.hissu {
	color: #9cc875;
	font-size: 14px;
	margin: 0 0 0 5px;
}
	
.form_txt_01 {
	border: none;
	border-bottom: solid 1px #333;
	font-size: 20px;
	padding: 5px;
	width: 100%;
}
	.form_txt_01.size_60 {
	width: 60%;
}
	.form_txt_01.size_80 {
	width: 80%;
}
	.form_txt_01.size_20 {
	width: 20%;
}
input[type="text"]:focus,
textarea:focus {
  outline: 0;
  border-color: #8fb76b;
}

.table_contact td label {
	font-size: 14px;
	display: inline-block;
	margin: 0 30px 0px 5px;
}

.form_txtarea {
	background: #eeeeee;
	border: 0;
	box-sizing: border-box;
	font-size: 16px;
	height: 200px;
	margin: 0 0 50px;
	padding: 5px;
	width: 100%;
}
@media screen and (max-width: 736px) {
	.form_txt_01 {
		background: #eee;
		border: none;
		border-bottom: none;
		border-radius: 0;
		font-size: 16px;
		padding: 5px;
		width: 100%;
	}
		.form_txt_01.size_20 {
		width: 40%;
	}
	
	.table_contact td label {
		font-size: 14px;
		display: block;
		margin: 0 0 10px 0;
	}
	
	.form_txtarea {
		border-radius: 0;
		height: 150px;
		margin: 0 0 25px;
		width: 100%;
	}
}
.btn_01 {
	background: #9cc875;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	margin: 0 0 30px;
	position: relative;
	text-align: center;
	width: 235px;
}
.btn_01:after {
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	display: inline-block;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	height: 15px;
	margin: 0 0 0 5px;
	width: 15px;
}

.btn_01.back {
	background: #ccc;
}
.mgl20 {
	margin: 0 0 0 20px;
}
.txt_contact {
	font-size: 14px;
	margin: 0 0 100px;
}
@media screen and (max-width: 736px) {
	.txt_contact {
		font-size: 14px;
		margin: 0 0 50px;
	}
}

.error_wrap {
	padding: 20px 0;
}
.error_messe {
	color: #f5a52c;
	margin: 0 0 5px;
}


.table_contact.privacy th {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
.table_contact.privacy td {
	font-size: 14px;
}
.mgb100 { margin-bottom: 100px}

@media screen and (max-width: 736px) {
	.table_contact.privacy th {
		font-size: 18px;		
		width: 100%;
	}
	.table_contact.privacy td {
		font-size: 14px;
	}
	.mgb100 { margin-bottom: 50px}
}


/* ----------------------------------------------------------------
 Design
----------------------------------------------------------------- */

.icn_wrap_design {
	overflow: hidden;
}
.icn_wrap_design img {
	display: inline-block;
	height: 78px;
	margin: 0 50px 0 0;
}
.icn_wrap_design img:last-child {
	margin: 0;
}
@media screen and (max-width: 736px) {
	.icn_wrap_design {
		text-align: center;
	}
	.icn_wrap_design img {
		height: 60px;
		margin: 0 10px 0 0;
	}
}