@charset"utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@keyframes ripple {0% {box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);} 50% {box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);} 100% {box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);}}
/* CSS Document */
 *, body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans TC", "微軟正黑體", Microsoft JhengHei, Arial, helvetica;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	line-height: 150%;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fefefe;
}
a {
	outline: none;
	hlbr: expression(this.onFocus=this.blur());
	text-decoration: none;
	transition: all .4s ease-out;
}
a:hover {
	text-decoration: none;
	color: #000;
}
img,  a img {
	border: none;
	vertical-align: middle;
}
ul, ol {
	margin: 0;
	padding: 0;
}
.clearfix:before,  .clearfix:after {
	display: table;
	line-height: 0;
	content:"";
}
.clearfix:after {
	clear: both;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-wrap ,.wrap{
	flex-wrap: wrap;
}
.noflex{
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.flex1 {
	flex: 1;
}
.align-items-start{
	align-items: flex-start!important;
}
.text-danger{
	color: #f00;
}
.text-light{
	color: #ccc;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.pc{
	display: block;
}
.mb, .tb{
	display: none;
}
.float_r{
	float: right;
}
/*input*/
.input{
	padding: 10px 15px;
	border: 1px solid #efefef;
	border-radius: 5px;
	height: 40px;
}
/*md-radio*/
.md-radio.md-radio-inline {
	display: inline-block;
}
.md-radio input[type="radio"] {
	display: none;
}
.md-radio input[type="radio"]:checked + label:before {
	border-color: #00a1b6;
	animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
	transform: scale(1);
}
.md-radio label {
	display: inline-block;
	min-height: 20px;
	position: relative;
	padding: 0 30px;
	margin-bottom: 0;
	cursor: pointer;
	vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
}
.md-radio label:before {
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #00a1b6;
}
/*md-checkbox*/
.md-checkbox {
	position: relative;
	text-align: left;
}
.md-checkbox.md-checkbox-inline {
	display: inline-block;
}
.md-checkbox label {
	cursor: pointer;
	display: inline;
	line-height: 1.25em;
	vertical-align: top;
	clear: both;
	padding-left: 1px;
}
.md-checkbox label:not(:empty) {
	padding:0 20px 0 30px;
}
.md-checkbox label:before, .md-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.md-checkbox label:before {
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 0.125em;
	cursor: pointer;
	transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
	display: none;
	outline: 0;
	visibility: hidden;
	width: 1.25em;
	margin: 0;
	padding: 0;
	flex: none;
	font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
	background: #00a1b6;
	border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
	transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
	width: 0.75em;
	height: 0.375em;
	border: 0.125em solid #fff;
	border-top-style: none;
	border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
	border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
	background: rgba(0, 0, 0, 0.26);
}
/** header **/
header {
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	background: rgb(256, 256 , 256 ,1);
	transition: all 0.5s ease-in-out, left 0s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out, left 0s ease-in-out;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.nav_btn{
	display: none;
}
.logo {
	padding: 0 10px;
}
header .logo a{
	display: block;
	width: 280px;
	height: 70px;
	background: url(../images/logo.png) no-repeat left center;
	background-size: 100%;
	text-indent: -9999px;
}
nav ul {
	list-style: none;
}
/* nav  */
.nav, .nav_list {
	height: 100%;
}
.nav a, .nav span {
	display: block;
	padding: 8px 30px;
	color: #000;
	font-size: 16px;
	letter-spacing: .05em;
}
.nav a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 64px;
	height: 64px;
	margin: auto;
	transition: transform 0s, opacity 0s;
	transform: scale(0);
	opacity: .2;
	border-radius: 100%;
	background: #000;
}
.nav a:hover::before {
	transition: transform .8s, opacity .8s;
	transform: scale(1);
	opacity: 0;
}
.nav_list{
	display: flex;
	list-style: none;
}
.nav_list li {
	position: relative;
	padding: 10px 0 0 0;
}
.nav_pd span::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: translateY(-5px) rotate(135deg);
}
.nav_child {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	padding-top: 80px;
	pointer-events: none;
	z-index: 100;
	transform: translateX(-50%);
}
.nav_child::before {
	content: "";
	position: absolute;
	top: 55px;
	left: 50%;
	display: block;
	width: 1px;
	height: 0;
	background-color: #000;
	transition: all .2s ease-out;
}
.nav_pd:hover .nav_child::before {
	height: 40px;
}
.nav_pd .nav_child {
	list-style: none;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.nav_child.show {
	opacity: 1;
	pointer-events: all;
}
.nav_child li {
	opacity: 0;
	transition: all .2s ease-out;
}
.nav_child.show li:nth-of-type(1) {
	transition-delay: .1s;
}
.nav_child.show li:nth-of-type(2) {
	transition-delay: .15s;
}
.nav_child.show li:nth-of-type(3) {
	transition-delay: .2s;
}
.nav_child.show li:nth-of-type(4) {
	transition-delay: .25s;
}
.nav_child.show li:nth-of-type(5) {
	transition-delay: .3s;
}
.nav_child.show li {
	opacity: 1;
}
.nav_child a {
	margin-bottom: 4px;
	color: #000;
	background-color: rgba(255, 255, 255, .95);
	text-align: center;
	font-size: 15px;
	padding: 8px 6px;
}
.contact a{
	color: #fff;
	background: #828283;
	display: flex;
	flex-wrap: wrap;
	height: 70px;
	width: 100px;
	padding: 12px;
	justify-content: center;
	transition: all .6s ease-out;
}
.contact a span{
	width: 100%;
	text-align: center;
	display: block;
	margin: 5px 0 0 0;
}
.contact a img{
	width: 20px;
}
.contact a:hover{
	background:#444;
}
li.nav_pd.lan {
	background: #efefef;
	height: 70px;
}
.lan select{
	display: none;
}
/*footer*/
footer{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 15px;
}
/** index **/
#slider{
	width: 100%;
	overflow: hidden;
}
.slider_child {
	list-style: none;
	overflow: hidden;
}
.slider_child li {
	position: relative;
	width: 100%;
	min-width: 100%;
	animation: hero-slider 24s infinite;
}
.slider_child li img{
	max-width: 100%;
	width: 100%;
}
.slider_child li:first-child {
	animation-delay: -3s;
}
.slider_child li:nth-child(2) {
	animation-delay: 5s;
	opacity: 0;
	transform: translateX(-100%);
}
.slider_child li:nth-child(3) {
	animation-delay: 13s;
	opacity: 0;
	transform: translateX(-200%);
}
@keyframes hero-slider {
	0% { opacity:0; } 20.83% { opacity:1; } 33.33% { opacity:1; } 45.83% { opacity:0; } 100% { opacity:0; }
}
.slider_child li img{
	animation: scroll_on2 .75s ease-in-out forwards;
}
.scroll {
	position: absolute;
	bottom: 97px;
	left: 0;
	right: 0;
	z-index: 9990;
	width: 100%;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.scroll::before {
	content: "";
	position: absolute;
	top: 32px;
	left: calc(50% - 1px);
	display: block;
	width: 2px;
	background-color: #FFFFFF;
	animation: scroll 4s ease-in-out infinite;
}
@keyframes scroll {
	0%   { height: 0; }30%  { height: 92px; }100% { height: 92px; }
}
.slider_txt {
	width: 1000px;
	color: #000;
	background:rgba(256, 256, 256,.7);
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px;
	z-index: 99;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider_txt {
	text-align: center;
}
.slider_txt span {
	display: block;
	margin-bottom: 20px;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: .11em;
	font-weight: 400;
}
.slider_txt h2 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .23em;
	line-height: 1.5;
}
/***index***/
.inside{
	width: 1260px;
	margin: 0 auto;
}
/*pd*/
.index_pd{
	padding: 30px;
}
.index_tit {
	text-align: center;
}
.index_tit h2{
	font-size: 1.8rem;
	margin: 20px 0;
}
.index_tit p{
	font-size: 1rem;
	color: #979797;
}
.pd .flex{
	align-items: center;
}
.pd ul{
	list-style: none;
	display: flex;
	padding: 30px;
}
.pd ul li{
	width: 48%;
	margin: 0 4% 0 0;
}
.pd ul li:nth-child(2){
	margin: 0;
}
.pd ul li .pic{
	text-align: center;
	background:#f4f4f4;
}
.pd ul li .pic img{
	width: 450px;
	max-width: 100%;
}
.pd ul li a:hover .pic{
	background:#f5f5f5;
}
.pd ul li a .text{
	width: 100%;
	margin: -40px 0 0 0;
	text-align: right;
}
.pd ul li a .text h2 {
	position: relative;
	display: inline-block;
	min-width: 240px;
	padding: 12px 64px;
	text-align: center;
	font-size: 1.2rem;
	color: #333;
	background: #ddd;
	letter-spacing: .23em;
	transition: all .6s ease-out;
	border-radius: 1px;
}
.pd ul li a:hover .text h2 {
	background: #474747;
	color: #fff;
}
.pd ul li a .text h2::before, .pd ul li a .text h2::after{
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background: #333;
	transition: all .3s ease-out;
}
.pd ul li a .text h2::before {
	width: 24px;
	top: 50%;
	left: calc(100% - 48px);
}
.pd ul li a .text h2::after {
	width: 8px;
	top: calc(50% - 2.4px);
	left: calc(100% - 30.8px);
	transform: rotate(40deg);
}
.pd ul li a:hover .text h2::before {
	width: 29px;
	background: #fff;
	left: calc(100% - 48px);
}
.pd ul li a:hover .text h2::after {
	background: #fff;
	left: calc(100% - 25.8px);
}
/*quality*/
.quality{
	background: #f4f4f4;
	padding: 30px 0;
}
.quality ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 40px 0 0 0;
	justify-content: space-around;
}
.quality ul li{
	width: 15%;
	display: inline-block;
	text-align: center;
	margin: 0 2% 2% 0;
}
.loaded .quality ul li{
	animation: scroll_on1 .75s ease-in-out forwards;
}
.quality ul li:last-child{
	margin: 0 0 2% 0;
}
.quality ul li img{
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
}
.quality ul li img{
	max-width: 100%;
}
.quality ul li p{
	color: #979797;
	font-size: 19px;
	margin: 15px 0;
}
/*work*/
.work{
	padding: 50px 0 0 0;
}

.work .index_tit h2{
	margin: 0 0 40px 0;
}
.work ul{
	display: flex;
	flex-wrap: wrap;
}
.work ul li{
	width: 33.3%;
	position: relative;
}
.work ul li a{
	display: block;
	overflow: hidden;
	transition: all .3s ease-out;
}
.work ul li a:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	content: " ";
}
.work ul li a:hover:before{
	background: rgba(0, 0, 0, .5);
}
.work ul li a img{
	max-width: 100%;
	transition: all .3s ease-out;
}
.loaded .work ul li a img {
	animation: scroll_on2 .75s ease-in-out forwards;
}
.work ul li a:hover img {
	transform: scale(1.05, 1.05);
}
.work ul li a .text{
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 2;
	width: 100%;
}
.work ul li a .text p{
	font-size: 25px;
	width: 100%;
	text-align: center;
	letter-spacing: .1em;
	margin: 0 0 30px 0;
}
.work ul li a .text span{
	width: 200px;
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	padding: 8px 30px;
	font-size: 19px;
}
.work ul li a:hover .text span{
	background: #fff;
	color: #000;
}
.work ul li a .text span::before, .work ul li a .text span::after{
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background: #fff;
	transition: all .3s ease-out;
}
.work ul li a .text span::before {
	width: 24px;
	top: 50%;
	left: calc(100% - 48px);
}
.work ul li a .text span::after {
	width: 8px;
	top: calc(50% - 2.4px);
	left: calc(100% - 30.8px);
	transform: rotate(40deg);
}
.work ul li a:hover .text span::before {
	width: 29px;
	background: #000;
	left: calc(100% - 48px);
}
.work ul li a:hover .text span::after {
	background: #000;
	left: calc(100% - 25.8px);
}
/*service*/
.service{
	width: 100%;
}
.service.flex{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.service .process, .service .faq {
	position: relative;
	width: 100%;
	padding: 60px;
	background: #fff;
}
.service .process{
	background: #efefef;
}
.service h2 {
	color: #111;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 0 24px 0;
}
.service  p {
	font-size: 15px;
	max-width: 100%;
}
.service .btn{
	width: 100%;
	text-align: right;
	margin: 20px 0 0 0;
}
.service .btn a{
	width: 200px;
	text-align: center;
	border: 1px solid #000;
	display: inline-block;
	padding: 8px 30px;
	font-size: 19px;
	background: #fff;
	color: #000;
}
.service .btn a:hover{
	background: #000;
	color: #fff;
}
.service .btn a::before, .service .btn a::after{
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background: #000;
	transition: all .3s ease-out;
}
.service .btn a::before {
	width: 24px;
	top: 50%;
	left: calc(100% - 48px);
}
.service .btn a::after {
	width: 8px;
	top: calc(50% - 2.4px);
	left: calc(100% - 30.8px);
	transform: rotate(40deg);
}
.service .btn a:hover::before {
	width: 29px;
	background: #fff;
	left: calc(100% - 48px);
}
.service .btn a:hover::after {
	background: #fff;
	left: calc(100% - 25.8px);
}
/*inside*/
.ins_banner{
	position: relative;
	display: flex;
	width: 100%;
	height: 350px;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	background: url(../images/banner_about.jpg) no-repeat;
	background-size: 100%;
}
.loaded .ins_banner {
	animation: scroll_on2 .75s ease-in-out forwards
}
.ins_banner h1 {
	position: relative;
	font-size: 30px;
	color: #fff;
	letter-spacing: .2rem;
	text-shadow: rgba(0,0,0,0.6) 2px 2px 3px;
}
.ins_banner h1 span.pc{
	display: inline-block;
}
.crumbs{
	background: #fafafa;
	color: #00a1b6;
	padding: 15px;
	letter-spacing: .2rem;
}
.crumbs a{
	font-weight: normal;
	color: #000;
}
.content {
	padding: 60px;
}
.content .inside{
	padding: 0 30px;
}

/***about***/
.content.about p{
	float: left;
	color: #666;
	font-size: 19px;
	font-weight: 200;
	line-height: 1.7;
	width: 70%;
	margin: 0px 3px 30px 0;
}
.about_text img{
	max-width: 100%;
}
.advantage{
	padding: 30px 0 50px 0;
	text-align: center;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.advantage h2, .about_tit {
	font-size: 33px;
	font-weight: normal;
	letter-spacing: .15em;
	color: #3C473F;
	margin: 10px 0 0 0;
}
.advantage ul{
	display: flex;
	align-items: flex-start;
	list-style: none;
	padding: 30px 0 0 0;
}
.advantage li::before {
	content: "0"counter(title);
	display: inline-block;
	margin-right: 18px;
	font-style: italic;
	font-size: 47px;
	line-height: 1;
	color: #ddd;
}
.advantage li {
	display: flex;
	margin: 0 1% 0 0;
	counter-increment: title;
	padding-bottom: 20px;
	background: #f4f4f4;
	padding: 15px;
}
.advantage li h3 {
	font-weight: normal;
	text-align: left;
	color: #595757;
	font-size: 19px;
	line-height: 180%;
}
.content.about img{
	max-width: 100%;
}
/* --- table_default --- */
.about_tit {
	text-align: center;
	margin: 30px 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_default {
	margin: 20px 0 0 0;
	font-size: 19px;
}
.table_default th, .table_default td {
	padding: 28px 16px;
}
.table_default th {
	width: 200px;
	border-bottom: 1px solid #0D1A05;
}
.table_default td {
	padding: 28px 52px;
	border-bottom: 1px solid #B8B8B8;
	border-left: 8px solid #fff;
}
/* --- product --- */
.ins_banner.product{
	background: url(../images/banner_02.jpg) no-repeat left center;
	background-size: cover;
	background-attachment: fixed;
}
.ins_banner.product.pd_1{
	background: url(../images/banner_pd_1_1.jpg) no-repeat right center;
	background-size: 100%;
}
.ins_banner.product.pd_2{
	background: url(../images/banner_pd_2.jpg) no-repeat right center;
	background-size: 100%;
}
.ins_banner.product.pd_3{
	background: url(../images/banner_pd_3_1.jpg) no-repeat right center;
	background-size: 100%;
}
.ins_banner.product.pd_4{
	background: url(../images/banner_pd_4_1.jpg) no-repeat right center;
	background-size: 100%;
}
.ins_banner.product.pd_5{
	background: url(../images/banner_pd_5_1.jpg) no-repeat right center;
	background-size: 100%;
}
.sub_menu{
	margin: 40px 0;
	text-align: center;
}
.sub_menu a{
	position: relative;
	color: #333;
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	border-radius: 2em;
	margin: 0 10px;
	padding: 10px 30px;
	border: 1px solid #333;
}
.sub_menu a:hover, .sub_menu a.active{
	background: #333;
	color: #fff;
}
.bg_gray{
	background: #f4f4f4;
}
/*fuji_tab*/
.fuji_tab{
	font-size: 0;
	margin: 20px 0;
	text-align: center;
}
.fuji_tab a{
	font-size: 17px;
	color: #666;
	padding: 10px 40px;
	display: inline-block;
	border-right: 1px solid #666;
}
.fuji_tab a.selected, .fuji_tab a:hover{
	background: #666;
	color: #fff;
}
.fuji_tab a:hover{
	background:#ccc;
}
.fuji_tab a:nth-child(1) {
	border-left: 1px solid #666;
}
/*menu_child */
.menu_child {
	font-size: 19px;
	text-align: center;
	padding: 0 0 40px 0;
}
.menu_child a{
	width: 400px;
	max-width: 100%;
	text-align: center;
	background: #ccc;
	color: #000;
	display: inline-block;
	padding: 6px 30px;
	font-size: 19px;
}
.menu_child a:hover{
	opacity: .7;
}
.menu_child a.active{
	background: #00a1b6;
	color: #fff;
}
/*catagory */
.ins_banner.catagory{
	background: url(../images/baaner_catagory.jpg) no-repeat left center;
	background-size: 100%;
}
.pd_catagory{
	padding: 30px 0 60px 0;
}
.table{
	width: 100%;
	display: table;
}
.row{
	display: table-row;
}
.row:nth-child(odd){
	background: #f4f4f4;
}
.cell.th{
	background: #00a1b6;
	color: #fff;
	border-right: 1px solid #fff;
}
.cell{
	padding: 15px 10px;
	display: table-cell;
	font-size: 17px;
}
.catagory_pic{
	padding: 30px;
	text-align: center;
}
.catagory_pic img{
	max-width: 100%;
	margin: 30px 0 0 0;
}
.catagory_list{
	padding: 30px;
}
.catagory_list ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.catagory_list ul li{
	width: 24%;
	display: inline-block;
	margin: 0 1.3% 1.3% 0;
	text-align: center;
}
.catagory_list ul li:nth-child(4n){
	margin: 0 0 1.3% 0;
}
.catagory_list ul li p{
	font-size: 21px;
	margin: 10px 0;
}
.catagory_list ul li img{
	max-width: 100%;
	border:1px solid #f4f4f4;
}
/*product */
.pd_text{
	width: 60%;
}
.pd_img{
	width: 40%;
}
.pd_text div {
	width: 80%;
	margin: 0 auto;
	padding: 80px 0;
}
.pd_text div h1{
	font-size: 33px;
	text-align: left;
	margin: 0 0 10px 0;
}
.pd_text div h2{
	font-size: 25px;
	font-weight: 400;
	color: #999;
	margin: 0 0 30px 0;
}
.pd_text p{
	font-size: 19px;
	font-weight: 200;
	line-height: 180%;
	margin: 0 0 20px 0;
}
.pd_text ol{
	padding: 0 0 0 20px;
}
.pd_text ol li{
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
.pd_img{
	text-align: center;
	background: #f4f4f4;
}
.pd_img img{
	max-width: 100%;
}
.pd_img ul {
	display: block;
	list-style: none;
	padding: 0 0 0 20px;
}
.pd_img ul li ,.pd_img ul li:nth-child(2){
	width: 100%;
	font-size: 17px;
	padding: 5px 10px;
	display: block;
	margin: 0 0 10px 0;
	background: #000;
	color: #fff;
}
.pd_img ul li:nth-child(1){
	background: #00a1b6;
}
.pd_img ul li:nth-child(2){
	background: #f7c8ce;
}
.pd_img ul li:nth-child(3){
	background: #edd187;
}
.pd_img ul li:nth-child(4){
	background: #a2c3e7;
}
/*pd_range*/
.pc-none{
	display: none;
}
.pd_range {
	padding: 60px 0;
}
.pd_range h1, .pd_spec h1, .pd_property h1, .pd_instal h1, .pd_notice h1, .pd_catagory h1 , .catagory_list h1, .pd_save h1, .pd_work_list h1, .faq_item h1, .pd_size h1 ,.fuji2_pd_spec h1 ,.fuji_pro h1{
	color: #000;
	font-size: 31px;
	font-weight: 500;
	margin: 0 0 30px 0;
	text-align: center;
	z-index: 1;
}
.pd_range img{
	max-width: 100%;
}
.pd_range ul{
	padding: 80px 0;
	position: relative;
	list-style: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.pd_range ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 641px;
	background: url(../images/pd_range.jpg) no-repeat top center;
}
.pd_range ul li {
	position: relative;
	width: 480px;
	text-align: center;
}
.pd_range ul li:nth-child(1) {
	background: url(../images/pd_range_line_01.png) no-repeat top right;
}
.pd_range ul li:nth-child(2) {
	background: url(../images/pd_range_line_02.png) no-repeat top left;
}
.pd_range ul li:nth-child(3) {
	margin: 30px 0 0 0;
	background: url(../images/pd_range_line_03.png) no-repeat top right;
	text-align: left;
}
.pd_range ul li:nth-child(4) {
	background: url(../images/pd_range_line_04.png) no-repeat top left;
	margin: 90px 0 0 0;
}
.pd_range ul li p {
	font-size: 23px;
	color: #2D3A30;
	letter-spacing: .1em;
	padding: 175px 0 0 110px;
	text-align: left;
}
.pd_range ul li:nth-child(2) p {
	padding: 175px 0 0 270px;
}
.pd_range ul li:nth-child(3) p {
	padding: 220px 0 0 110px;
}
.pd_range ul li:nth-child(4) p {
	padding: 195px 0 0 235px;
}
/*.pd_spec*/
.pd_spec{
	background: #f4f4f4;
	padding: 30px
}
.pd_spec .inside{
	background-color: #fff;
	padding: 60px 30px;
}
.spec{
	margin: 0 0 20px 0;
}
.spec th, .spec td {
	padding: 16px 24px;
	text-align: center;
}
.spec thead th {
	background: #00a1b6;
	border: 1px solid #00a1b6;
	border-right-color: rgba(255, 255, 255, .5);
	color: #fff;
}
.spec thead th:nth-child(1) {
	background-color: #fff;
	border: none;
	color: #00a1b6;
}
.spec thead th:last-child {
	border-right-color: #00a1b6;
	border-left-color: rgba(255, 255, 255, .5);
}
.spec tbody td {
	border: 1px solid #00a1b6;
	border-left: none;
	border-right: none;
	font-size: 17px;
}
.spec tbody td:nth-child(1) {
	border-left: none;
	color: #00a1b6;
	font-weight: bold;
}
.spec tbody td:nth-child(even) {
	background: #f6f6f6;
}
.pd_memo p::before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}
.pd_memo p{
	position: relative;
	padding:0 0 0 20px;
	font-size: 17px;
	color: #f00;
}
.pd_angle{
	margin: 20px 0 0 0;
}
.pd_angle div{
	width: 50%;
}
.pd_angle p {
	font-size: 25px;
	margin: 15px 0;
}
/*property*/
.ins_banner.property{
	background: url(../images/banner_property.jpg) no-repeat left center;
	background-size: 100%;
}
.pd_property{
	padding: 40px 0;
}
.pd_property h1{
	margin: 0 0 40px 0;
}
.pd_property ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.pd_property ul li{
	counter-increment: title;
	width: 24%;
	color: #2d3a30;
	border: 1px solid #2d3a30;
	padding: 2%;
	margin: 0 1.25% 1.25% 0;
	border-radius: 5px;
	background: #fff;
}
.pd_property ul li:nth-child(4n){
	margin: 0 0 1.25% 0;
}
.pd_property ul li::before {
	content: "0"counter(title);
	display: inline-block;
	margin-right: 10px;
	font-style: italic;
	font-size: 47px;
	line-height: 1;
	color: #ddd;
}
.pd_property ul li h3 {
	font-size: 23px;
	padding-bottom: 6px;
	margin-bottom: 16px;
	font-weight: 500;
	display: inline-block;
}
.pd_property ul li h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 24px;
	height: 1px;
	background-color: #000;
}
.pd_property ul li p{
	font-weight: 300;
}
.pd_property ul li img{
	max-width: 100%;
	margin: 15px 0;
}
/*pd_instal*/
.pd_instal {
	padding: 30px;
}
.pd_instal h2{
	margin: 15px 0;
	font-size: 25px;
	color: #595757;
}
.instal_pic{
	text-align: center;
}
.instal_pic img{
	max-width: 100%;
	margin: 0 0 10px 0;
}
.instal_memo img{
	max-width: 100%;
	margin:  10px 0;
}
.instal_memo h6{
	font-size: 19px;
}
.instal_memo h6 span{
	padding: 5px 15px;
	display: inline-block;
	background: #000;
	color: #fff;
}
ul.floor{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
ul.floor li{
	width: 32%;
	counter-increment: title;
	margin: 0 2% 0 0;
}
ul.floor li::before {
	content: "0"counter(title);
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	padding: 8px;
	line-height: 1;
	border-radius: 100%;
	background: #000;
	color: #fff;
}
ul.floor li:nth-child(3){
	margin: 0;
}
ul.floor li p{
	font-size: 17px;
}
.instal_memo .center{
	text-align: center;
}
.instal_memo .center p{
	font-size: 19px;
	margin: 10px 0;
}
.instal_block{
	display: flex;
}
.instal_block .block_text {
	flex: 1;
	margin: 0 20px 0 0;
}
.instal_block .block_text h6{
	margin: 20px 0;
}
.instal_block .block_text ol{
	padding: 10px 0 10px 22px;
}
.instal_block .block_text p ,.instal_block .block_text ol li{
	font-size: 17px;
	list-style: 1.7;
	margin: 0 0 10px 0;
}
/*pd_notice*/
.pd_notice{
	padding: 60px;
}
.pd_notice .notice{
	width: 990px;
	max-width: 100%;
	margin: 0 auto;
}
.pd_notice .notice h2{
	margin: 0 0 20px 0;
}
.pd_notice .notice ul{
	flex: 1;
	list-style: disc;
	padding: 0 20px 20px 20px;
}
.pd_notice .notice ul li{
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 10px 0;
}
.pd_notice .notice div{
	display: flex;
}
.pd_notice .notice div img{
	width: 400px;
	max-width: 100%;
}
ul.floor.nonumber li::before{
	display: none;
}
ul.floor.nonumber li{
	margin: 0 2% 2% 0;
}
ul.floor.nonumber li:nth-child(3n){
	margin: 0 0 2% 0;
}
/*water*/
.water{
	display: flex;
}
.water img{
	max-width: 100%;
}
.water_img{
	width: 40%;
}
.water_img img{
	width: 100%;
}
.water_step{
	width: 60%;
}
.water_step ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.water_step ul li{
	width: 32%;
	counter-increment: title;
	margin: 0 2% 2% 0;
}
.water_step ul li::before {
	content: "0"counter(title);
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	padding: 8px;
	line-height: 1;
	border-radius: 100%;
	background: #000;
	color: #fff;
}
.water_step ul li:nth-child(3n){
	margin: 0;
}
.water_step ul li p{
	font-size: 17px;
	margin: 10px 0;
}
/* --- save --- */
.ins_banner.save{
	background: url(../images/banner_save.jpg) no-repeat left center;
	background-size: 100%;
}
.pd_save{
	padding: 30px;
}
.pd_save .inside {
	width: 1260px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.pd_save div{
	width: 50%;
	padding:0 1%;
	display: inline-block;
}
.pd_save div img{
	max-width: 100%;
}
/* --- quality --- */
.ins_banner.quality{
	background: url(../images/banner_quality.jpg) no-repeat left center;
	background-size: 100%;
}
.exper h1{
	text-align: center;
	font-size: 28px;
	margin: 40px 0;
}
.exper ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.exper ul li{
	width: 22%;
	margin: 0 4% 4% 0;
}
.exper ul li:nth-child(4n){
	margin: 0 0 4% 0;
}
.exper .e_img {
	width: 100%;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
	border: 1px solid #efefef;
}
.exper ul li .e_img img{
	max-width: 100%;
}
.exper ul li .e_text h2{
	margin: 15px 0;
	font-size: 20px;
	font-weight: 400;
}
.exper ul li .e_text {
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5;
}
.loaded .scroll_on1 .exper ul li .e_img img {
	animation: scroll_on2 .75s ease-in-out forwards;
}
@keyframes scroll_on2 {
	0% {opacity: 0;transform: scale(1.1)}
	100% {opacity: 1;transform: scale(1)}
}
/*pd_fuji_list*/
.pd_fuji_list {
	padding: 30px;
}
.pd_fuji_list ul{
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
}
.pd_fuji_list ul li{
	width: 22%;
	padding: 2%;
	margin: 0 4% 0 0;
	text-align: center;
	border-radius: 8px;
	border: 4px solid #eac742;
	border-bottom: 10px solid #eac742;
}
.pd_fuji_list ul li:nth-child(4){
	margin: 0;
}
.pd_fuji_list ul li img{
	max-width: 100%;
}
.pd_fuji_list ul li h3{
	color: #a38219;
	font-size: 21px;
	margin: 0 0 20px 0;
}
.pd_fuji_list ul li p{
	font-size: 15px;
	text-align: left;
	margin: 20px 0 0 0;
}
/*fuji_install*/
.fuji_install h4{
	text-align: left;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 20px 0;
}
.fuji_install h4 span{
	width: 30px;
	height: 30px;
	line-height: 28px;
	margin: 0 10px 0 0;
	text-align: center;
	display: inline-block;
	background:#eac52e;
	color:#fff;
}
.fuji_install img{
	width: 600px;
	max-width: 100%;
}
.fuji_install p{
	font-size: 17px;
	margin: 5px 0;
}
.fuji_install ul, .fuji3_pd ul{
	list-style: none;
	margin: 40px 0 0 0;
}
.fuji_install ul > li{
	width: 47%;
	margin: 0 6% 6% 0;
}
.fuji_install ul li:nth-child(even){
	margin: 0;
}
.fuji_install ol{
	list-style: disc;
	padding: 20px 0 0 22px;
}
.fuji_install ol li{
	margin: 0 0 10px 0;
}
/*pd_size*/
.pd_size, .pd_size .bg_yellow{
	padding: 30px;
}
.pd_size .bg_yellow{
	background:#eac745;
}
.pd_size .bg_yellow p{
	font-size: 19px;
}
.pd_size .bg_yellow > ul{
	padding: 0 0 0 22px;
	margin: 20px 0 0 0;
}
.pd_size .bg_yellow .text-right{
	color:#fff;
}
.pd_size ul.size, .fuji2_pd ul{
	list-style: none;
	margin: 30px 0 0 0;
}
.pd_size ul.size li{
	width: 16.6%;
	text-align: center;
}
.pd_size ul.size li p{
	margin: 10px 0;
}
.pd_size ul.size li img, .fuji2_pd ul li img{
	max-width: 100%;
}
/*fuji2_pd*/
.fuji2_pd , .fuji3_pd{
	padding: 30px;
	border-bottom: 1px solid #efefef;
}
.fuji2_pd h1 ,.fuji3_pd h1{
	color: #0e5377;
	font-weight: bold;
	text-align: center;
}
.fuji2_pd ul li{
	width: 49%;
	margin: 0 2% 2% 0;
}
.fuji2_pd ul li:nth-child(even) {
	margin: 0 0 2% 0;
}
.fuji2_pd ul li p{
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	margin: 10px 0 0 0;
}
.fuji2_pd.fuji2_item ul li, .fuji_pro ul li, .fuji3_pd ul li{
	width: 32%;
	margin: 0 2% 2% 0;
}
.fuji2_pd.fuji2_item ul li img, .fuji3_pd ul li img{
	max-width: 100%;
}
.fuji2_pd ul li:nth-child(3n) ,.fuji_pro ul li:nth-child(3n) ,.fuji3_pd ul li:nth-child(3n) {
	margin: 0 0 2% 0;
}
/*fuji2_pd_spec*/
.fuji2_pd_spec {
	padding: 30px;
}
.fuji2_pd_spec ol{
	list-style: decimal;
	padding: 0 0 0 30px;
	font-size: 17px;
}
.fuji2_pd_spec ol li{
	margin: 0 0 10px;
}
.fuji2_pd_spec p{
	font-size: 19px;
	text-align: center;
}
/*fuji_pro*/
.fuji_pro ul{
	max-width: 100%;
	margin: 0 auto;
}
.fuji_pro ul li{
	margin: 0;
	padding: 15px;
	text-align: center;
}
.fuji_pro ul li h2{
	color: #ad1f24;
	margin: 10px 0;
}
.fuji_pro ul li p{
	font-size: 17px;
	font-weight: normal;
	margin: 10px 0;
}
.fuji_pro ul li img{
 	width: 150px;
}
/*fuji3_pd*/
.fuji3_pd h4{
	margin: 20px 0;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}
.fuji3_pd ul li{
	text-align: center;
}
.fuji3_pd ul li h2{
	font-size: 21px;
	margin: 0 0 20px 0;
}
.fuji3_pd ul li h2 span{
	display: inline-block;
	background: #19639c;
	color: #fff;
	padding: 5px 20px;
}
.fuji3_pd ul li table{
	margin: 20px 0;
	border: 1px solid #efefef;
	border-bottom: 0;
}
.fuji3_pd ul li table th{
	background: #efefef;
}
.fuji3_pd ul li table th, .fuji3_pd ul li table td{
	text-align: left;
	padding: 8px 20px;
	border-bottom: 1px solid #efefef;
}

/* --- production --- */
.ins_banner.production{
	background: url(../images/banner_production.jpg) no-repeat center 20%;
	background-size: 100%;
}
.production{
	text-align: center;
}
.production img{
	max-width: 100%;
}
/* --- installation --- */
.ins_banner.installation{
	background: url(../images/instal_banner.jpg) no-repeat center 70%;
	background-size: 100%;
	background-attachment: fixed;
}
 /* tab */
.tab-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	justify-content: space-between;
	padding: 0;
	margin: 0 -5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	list-style: none;
}
.tab-nav li {
	width: 50%;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 5px;
	-webkit-box-flex: 1;
}
.tab-nav li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	background: #ebebeb;
	color: #00a1b6;
	height: 48px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.625;
	transition: background .2s ease, line-height .2s ease, margin .2s ease;
}
.tab-nav li.active a {
	background: #00a1b6;
	color: #fff;
}
.tab-nav li.active a:before {
    border-top-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    margin-left: -12px;
}
.tab-nav li.active a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border-top: 10px solid #00a1b6;
	border-right: 12px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid transparent;
	margin-left: -12px;
	content: "";
}
.tab-group {
	width: 100%;
	position: relative;
}
.tab-group section::before, .instal_item::before {
	top: 0;
	width: 1px;
	height: 100%;
}
.tab-group section::before, .instal_item::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #000;
}
.tab-group section {
	display: none;
	height: 0;
	margin: 50px 0 0 0;
	overflow: hidden;
	transition: opacity 0.4s ease, height 0.4s ease;
}
.tab-group section.active {
	display: block;
	height: auto;
	overflow: visible;
}
.tab-group section img{
	max-width: 100%;
}
.instal_list {
	position: relative;
}
.instal_list li{
	position: relative;
	margin-bottom: 50px;
	border: 1px solid;
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.instal_img{
	width: 30%;
}
.instal_img img{
	max-width: 100%;
}
.instal_list li .instal_text {
	flex: 1;
	padding-left: 80px;
	padding-right: 90px;
}
.instal_text .tit {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	color: #2d3a30;
	line-height: 1.7;
}
.instal_text .tit::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 24px;
	height: 1px;
	background: #000;
}
.instal_text .tit span {
	font-family: Courier New, Arial , serif;
	display: block;
	font-size: 29px;
	line-height: 1;
	color: #9c9c9c;
	font-weight: 600;
}
.instal_text p {
	line-height: 160%;
	margin: 10px 0;
	font-size: 17px;
	font-weight: 300;
}
/* --- work --- */
.ins_banner.pd_work{
	background: url(../images/banner_work_1.jpg) no-repeat left center;
	background-size: 100%;
}
.pd_work_list{
	padding: 30px;
}
.work_img ,.work_text{
	display: flex;
	flex-wrap: wrap;
}
.work_img div{
	width: 32%;
	margin: 0 2% 2% 0;
}
.work_img div:nth-child(3){
	margin: 0 0 2% 0;
}
.work_img div img{
	max-width: 100%;
}
.work_text div{
	width: 48%;
	margin: 0 4% 0 0;
}
.work_text div:nth-child(2n){
	margin: 0;
}
.work_text div h2{
	color: #595757;
	border-bottom: 1px solid #595757;
	padding: 0 0 10px 0;
}
.work_text div ul{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 20px 20px;
}
.work_text div ul li{
	width: 32%;
	margin: 0 2% 2% 0;
	font-size: 16px;
}
.work_text div ul li:nth-child(3n){
	margin: 0 0 2% 0;
}
/* --- download --- */
.ins_banner.pd_download{
	background: url(../images/download_banner.jpg) no-repeat bottom center;
	background-size: cover;
}
.download{
	padding: 30px;
}
.download_table{
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 20px 0;
	font-size: 17px;
	border-collapse: collapse;
}
.download_table th, .download_table td{
	padding: 20px 30px;
	vertical-align: top;
	border-top: 1px solid #e8e8e8;
}
.download_table th:nth-child(4n),.download_table td:nth-child(4n){
	text-align: right;
}
.download_table thead th {
	text-align: center;
	background: #595757;
	color: #fff;
	padding: 10px;
	border-bottom: none;
	font-size: 17px;
}
.download_table tbody td{
	font-weight: 400;
	padding: 12px 10px;
	vertical-align: middle;
	border: 1px solid #d6d3d3;
	background-color: transparent;
	text-align: center;
}
.download_table tbody td img {
	width: 30px;
}
/* --- faq --- */
.ins_banner.faq{
	background: url(../images/faq_banner.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.faq_item{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.faq_item ul{
	list-style: none;
	padding: 30px 0 0 0;
}
.faq_item ul li {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #efefef;
	margin: 0 0 20px 0;
}
.faq_item .faq_list li{
	border: 0;
}
.faq_list li a{
	display: flex;
	color: #000;
	background: #fff;
	font-size: 19px;
	border-radius: 16px;
	align-items: center;
	padding: 25px 45px 20px 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}
.faq_list li a p{
	width: calc(100% - 58px);
}
.faq_list li a:hover{
	background: #ccd9e3;
}
.faq_list li a:hover span{
	background: #fff;
}
.faq_list li a span {
	display: block;
	background: #ccd9e3;
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 38px;
	color: #727c84;
	margin: 0 18px 0 0;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
}
.faq_a_text ul ,.faq_a_text ol {
	list-style: disc;
	padding: 0 0 0 25px;
}
.faq_a_text ol{
	list-style: decimal;
	margin: 10px 0 0 0;
}
.faq_a_text ul li ,.faq_a_text ol li{
	margin: 0 0 5px;
	border: 0;
}
.faq_block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 0 15px 0;
}
.faq_q , .faq_a{
	width: 61px;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccd9e3;
}
.faq_q_text ,.faq_a_text{
	flex: 1;
	padding: 15px 30px;
	background: #fafafa;
}
.faq_q_text{
	font-size: 21px;
	font-weight: 500;

}
.faq_a_text{
	font-size: 18px;
	font-weight: 300;
	padding: 30px;
}
.faq_a_text p{
	line-height: 170%;
	margin: 0 0 5px 0;
}
.faq_a, .faq_a_text{
	background: #f0f6fb;
}
.faq_item .btn{
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
.faq_item .btn a {
    width: 200px;
    text-align: center;
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 30px;
    font-size: 19px;
    background: #fff;
    color: #000;
}
.faq_item .btn a:hover{
	background: #000;
	color: #fff;
}
.faq_item .btn a::before, .faq_item .btn a::after{
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background: #000;
	transition: all .3s ease-out;
}
.faq_item .btn a::before {
	width: 24px;
	top: 50%;
	left: calc(100% - 48px);
}
.faq_item .btn a::after {
	width: 8px;
	top: calc(50% - 2.4px);
	left: calc(100% - 30.8px);
	transform: rotate(40deg);
}
.faq_item .btn a:hover::before {
	width: 29px;
	background: #fff;
	left: calc(100% - 48px);
}
.faq_item .btn a:hover::after {
	background: #fff;
	left: calc(100% - 25.8px);
}
/* --- contact --- */
.ins_banner.contact_banner{
	background: url(../images/contact_banner.jpg) no-repeat bottom left;
	background-size: 100%;
	background-attachment: fixed;
}
.contact_info{
	border-bottom: 1px solid #efefef;
}
.contact_info .flex div{
	width: 49%;
	letter-spacing: .1em;
}
.contact_info .flex div:first-child{
	margin: 0 2% 0 0;
}
.contact_info .flex div h1{
	font-size: 31px;
	font-weight: 600;
	border-bottom: 1px solid #efefef;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
}
.contact_info .flex div p{
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.contact_info .flex div p a{
	color: #00a1b6;
}
.contact_info .flex div p a:hover{
	text-decoration: underline;
}
.contact_info .flex div iframe{
	width: 100%;
	height: 300px;
}
.contact_input{
	background: #f4f4f4;
	padding: 60px 0;
}
.contact_input h1{
	margin: 0 0 10px 0;
}
.form{
	list-style: none;
	padding: 30px 15px;
	max-width: 100%;
	margin: 30px auto;
	background: #fff;
	border: 1px solid #000;
}
.form li{
	display: flex;
	align-items: center;
}
.form li{
	margin: 0 0 20px 0;
}
.form li > label{
	display: flex;
	align-items: center;
	text-align: right;
	width: 200px;
	font-size: 19px;
	margin: 0 20px 0 0;
}
.form li > label p{
	flex: 1;
	margin: 0 15px 0;
}
.form li label span{
	width: 50px;
	float: right;
	text-align: center;
	display: block;
	color: #fff;
	background: #f00;
	font-size: 14px;
}
.form li > input{
	flex: 1;
	padding: 10px 15px;
	border:1px solid #efefef;
	border-radius: 5px;
	height: 40px;
}
.form li .input{
	margin: 10px 0 0 0;
}
.form li.textarea{
	align-items: flex-start;
}
.form textarea{
	flex: 1;
	height: 300px;
	padding: 10px 15px;
	border:1px solid #efefef;
	border-radius: 5px;
}
.btn{
	max-width: 100%;
	text-align: center;
	margin: 20px auto 40px auto;
}
.btn button{
	display: block;
	margin: 0 auto;
	width: 300px;
	padding: 8px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #00a1b6;
	background: #00a1b6;
	transition: all .4s ease-out;
}
.btn button:hover{
	position: relative;
	left: 1px;
	top: 1px;
	background: #000;
}
/* animation */
.scroll_on1 {
	animation: scroll_on1 .5s ease-in-out forwards
}
@keyframes scroll_on1 {
	0% {opacity: 0;transform: translate(0, 25px)}
	100% {opacity: 1;transform: translate(0, 0)}
}
.scroll_off1 {
	animation: scroll_off1 .5s ease-in-out forwards
}
@keyframes scroll_off1 {
	0% {opacity: 1;transform: translate(0, 0)}
	100% {opacity: 0;transform: translate(0, 25px)}
}
@media screen and (max-width:1440px) {
	.nav a, .nav span{
		font-size: 16px;
		padding: 8px 22px;
	}
	.nav_child a{
		font-size: 13px;
		padding: 8px 5px;
	}
	.ins_banner{
		background-size: cover;
	}
	.ins_banner.production {
		background: url(../images/banner_production.jpg) no-repeat center left;
	}
	.ins_banner.catagory {
		background: url(../images/baaner_catagory.jpg) no-repeat center center;
	}
	.ins_banner.catagory, .ins_banner.production , .ins_banner.quality, .ins_banner.property, .ins_banner.product.pd_1, .ins_banner.product.pd_2, .ins_banner.pd_work{
		background-size: 145%;
	}
	.ins_banner.pd_work{
		background: url(../images/banner_work_1.jpg) no-repeat 11% center;
		background-size: 145%;
	}
	.ins_banner.save{
		background: url(../images/banner_save.jpg) no-repeat center center;
		background-size: 160%;
	}
}
@media screen and (max-width:1366px) {
	.nav a, .nav span {
		font-size: 15px;
		padding: 8px 20px;
	}
	.ins_banner{
		height: 300px;
	}
}
@media screen and (max-width:1280px) {
	.nav a, .nav span {
		padding: 8px 15px;
	}
}
@media screen and (max-width:1200px) {
	.inside{
		width: 100%;
		padding: 0 15px;
	}
	.nav a, .nav span {
		padding: 8px 10px;
	}
	.menu_child a {
		width: 33%;
	}
	.content.about p {
		width: 100%;
		margin: 0px 0 30px 0;
	}
	.content.about img {
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width:1136px) {
	.inside{
		width: 100%;
	}
	.nav a, .nav span {
		font-size: 14px;
		padding: 8px 10px;
	}
}
@media screen and (max-width:768px) {
	.quality ul {
		justify-content: center;
	}
}