 @charset"utf-8";
.body_m{
 	overflow: hidden;
}
.pc{
	display: none;
}
.mb, .tb{
	display: block;
}
/* header*/
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9999;
	transition: all .4s ease-out;
}
header .logo a{
	margin: 0 auto;
	width: 240px;
}
.nav{
 	display: none;
}
.nav_btn {
	position: fixed;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00a1b6;
	z-index: 9999;
}
.nav_btn_lines {
	position: relative;
	display: flex;
	width: 30px;
	height: 20px;
}
.nav_btn_lines span {
	transition: all .4s;
	box-sizing: border-box;
}
.nav_btn_lines span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.nav_btn_lines span:nth-of-type(1) {
	top: 0;
}
.nav_btn_lines span:nth-of-type(2) {
	top: 9px;
}
.nav_btn_lines span:nth-of-type(3) {
	bottom: 0;
}
.header.active .nav_btn_lines span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-35deg);
	transform: translateY(6px) rotate(-35deg);
}
.header.active .nav_btn_lines span:nth-of-type(2) {
	opacity: 0;
}
.header.active .nav_btn_lines span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(35deg);
	transform: translateY(-11px) rotate(35deg);
}
.header .nav{
	display: block;
	position: fixed;
	width: 100%;
	top: 50px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: .4s ease-out;
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.header.active .nav {
	opacity: 1;
	pointer-events: all;
	transform: translateX(0);
	background: rgba(0, 0 , 0, .7);
}
.nav a, .nav span{
	width: 100%;
	display: block;
	font-size: 17px;
	padding: 0;
}
.nav_list {
	width: 70%;
	background: #fff;
	border-top: 1px solid #eee;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
.nav_list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 17px;
	padding: 10px 30px;
	border-bottom: 1px solid #eee;
}
.nav_list li a{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.nav_list li.last {
	border-bottom: none;
}
.nav_list li.nav_pd{
	position: relative;
	display: block;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav_pd span {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.nav_pd span::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 15px;
	background-color: #000;
	position: absolute;
	top: 8px;
	right: 2px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.nav_pd span::after{
	position: absolute;
	right: 0;
	top: 57%;
	width: 15px;
	height: 1px;
	border-top: none;
	border-right: none;
	margin-left: 0;
	background-color: #000;
	transform: translateX(5px) translateY(0) rotate(0);
}
.nav_pd span.close::before {
    transform: rotate(90deg);
}
.nav_pd .nav_child {
	opacity: 1;
	-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{
	display: none;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	background: #efefef;
	padding: 0;
	margin: 15px 0 0 0;
	transform: translateX(0);
	pointer-events: none;
}
.nav_child::before{
	display: none;
}
.nav_child li {
	opacity: 1 !important;
	border-bottom: none;
	padding: 0 15px 10px 15px;
}
.nav_child li:before{
	content: " ";
	display: inline-block;
	background: #000;
	width: 10px;
	height: 1px;
	margin: 0 10px 0 0;
}
.nav_child li:first-child{
	padding: 15px 15px 10px 15px;
}
.nav_child li:last-child{
	padding: 0 15px 15px 15px;
}
.nav_child li a{
	text-align: left;
	font-size: 15px;
	background: transparent;
}
.contact{
	position: fixed;
	right: 0;
	top: 0;
}
.contact a {
	width: 70px;
}
li.nav_pd.lan {
	background: #efefef;
	height: auto;
	margin: 0;
	padding: 10px;
}
.lan{
	order: -1;
}
.lan span ,.lan .nav_child{
	display: none;
}
.lan select{
	outline: 0;
	border: 1px solid #ccc;
	background: #ccc;
	display: block;
	width: 100%;
	padding: 6px 15px;
	border-radius: 5px;
	height: 35px;
}
/* footer*/
footer{
	font-size: 14px;
}
 /* layout */
 #slider {
	margin: 50px 0 0 0;
}
.slider_txt {
	width: 90%;
}
#slider img {
	max-width: inherit;
	width: 800px;
}
.service.flex{
	flex-wrap: wrap;
}
/*-----index-----*/
.index_tit{
	padding: 0 15px;
}
.index_tit h2 {
	font-size: 1.6rem;
}
.index_tit p {
	font-size: 15px;
}
.index_pd {
	padding: 0;
}
.pd.inside {
	padding: 0;
}
.pd ul {
	padding: 20px 0;
}
.pd ul li {
	width: 49%;
	margin: 0 2% 0 0;
}
.pd ul li a .text {
	margin: -20px 0 0 0;
}
.pd ul li a .text h2 {
	font-size: 13px;
	min-width: inherit;
	padding: 10px;
	letter-spacing: .1em;
	width: 100%;
	text-align: left;
}
.pd ul li a .text h2::before {
	width: 15px;
	top: 50%;
	left: calc(100% - 30px);
}
.pd ul li a .text h2::after{
	left: calc(100% - 22px);
}
.work ul li a .text span::after {
	left: calc(100% - 11.8px);
}
.quality{
	padding: 15px 0 0 0;
}
.quality ul{
	margin: 20px;
}
.quality ul li p {
	font-size: 15px;
	margin: 15px 0;
}
.work {
	padding: 10px 0 0 0;
}
.work ul li a .text span {
	width: 70%;
	padding: 4px 10px;
	font-size: 12px;
}
.work ul li a .text p {
	font-size: 15px;
	font-weight: bold;
	width: 80%;
	margin: 0 0 15px 0;
}
.service .process, .service .faq{
	padding: 30px;
}
.service h2{
	font-size: 25px;
	margin: 0 0 15px 0;
}
.service .btn a {
	width: 65%;
	padding: 6px 15px;
	font-size: 15px;
}
/*-----inside-----*/
.wrapper{
	margin: 50px 0 0 0;
}
.ins_banner{
	height: 250px;
	background-size: cover;
}
.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: cover;
	background-attachment: inherit;
}
.ins_banner b{
	display: block;
	text-align: center;
	font-size: 33px;
	margin: 0 0 5px 0;
}
.ins_banner.product.pd_3 h1, .ins_banner.product.pd_4 h1, .ins_banner.product.pd_5 h1{
	text-align: center;
}
.crumbs {
	padding: 15px 0;
	letter-spacing: .1rem;
}
/*-----about-----*/
.content .inside {
	padding: 0 15px;
}
.advantage {
	padding: 20px 0 30px 0;
}
.advantage h2, .about_tit {
	font-size: 29px;
}
.table_default{
	font-size: 15px;
}
.table_default th {
	width: 100px;
}
.table_default th, .table_default td {
	padding: 15px 8px;
}
/*-----product-----*/
/*catagory*/
.pd_catagory {
	padding: 20px 0;
}
.pd_catagory h1, .catagory_pic h1, .catagory_list h1{
	font-size: 25px;
}
.row.th {
	display: none;
}
.row {
	display: block;
	margin: 0 0 20px 0;
	border: 1px solid #efefef;
	padding: 10px;
}
.cell {
	display: flex;
	padding: 0 0 10px 5px;
	justify-content: flex-start;
	font-size: 13px;
}
.cell:before {
	content: attr(data-th) " ： ";
	font-weight: bold;
	width: 194px;
	display: inline-block;
	color: #000;
	padding: 0;
	text-align: right !important;
}
.catagory_pic, .catagory_list {
	padding: 20px 0;
}
.catagory_list ul li, .catagory_list ul li:nth-child(4n) {
	width: 49%;
	margin: 0 2% 2% 0;
}
.catagory_list ul li:nth-child(2n){
	margin: 0 0 2% 0;
}
/*sub_menu*/
.sub_menu {
	margin: 20px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}
.sub_menu a {
	font-size: 15px;
	margin: 0 2% 2% 0;
	padding: 10px 20px;
	width: 49%;
}
.sub_menu a:nth-child(2){
	margin: 0 0 2% 0;
}
.sub_menu a:nth-child(3){
	margin: 0 2% 0 0;
}
.sub_menu a:nth-child(4){
	margin: 0;
}
/*product*/
.ins_banner.product.pd_1{
	background: url(../images/banner_pd_1_1.jpg) no-repeat 75% center;
	background-size: cover;
}
.ins_banner.product.pd_2{
	background: url(../images/banner_pd_2.jpg) no-repeat 80% center;
	background-size: cover;
}
.ins_banner.product.pd_3{
	background: url(../images/banner_pd_3.jpg) no-repeat 80% center;
	background-size: cover;
}
.ins_banner.product.pd_4{
	background: url(../images/banner_pd_4.jpg) no-repeat 50% center;
	background-size: cover;
}
.ins_banner.product.pd_5{
	background: url(../images/banner_pd_5.jpg) no-repeat 40% center;
	background-size: cover;
}
.pd h1{
	font-size: 27px;
	margin: 0 0 10px 0;
}
.pd_img{
	margin: 0 0 20px 0;
}
.pd .pd_img ul{
	padding: 10px 0;
}
.pd .pd_img ul li , .pd_img ul li:nth-child(3){
	width: 100%;
	margin: 0 0 2% 0;
}
.pd_text div, .pd_spec {
	padding: 30px 15px;
}
.pd_text div h1 {
	font-size: 27px;
}
.pd_text div h2 {
	font-size: 19px;
	margin: 0 0 25px 0;
}
.pd_text p {
	font-size: 17px;
	margin: 0 0 10px 0;
}
.pd_spec .inside{
	padding: 15px;
}
.spec th, .spec td{
	padding: 10px;
}
.spec tbody td{
	font-size: 15px;
}
.pd_angle{
	flex-wrap: wrap;
}
.pd_angle div {
	width: 100%;
	text-align: center;
}
.pd_property {
	padding: 30px 0;
}
.pd .pd_property ul li::before{
	font-size: 37px;
}
.pd .pd_property ul li {
	width: 100%;
	padding: 25px;
	margin: 0 0 4% 0;
}
.pd .pd_property ul li h3 {
	font-size: 25px;
}
/*pd_instal*/
.pd_instal {
	padding: 20px 0;
}
.pd_instal h2 {
	margin: 15px 0;
}
.instal_img img ,.instal_memo img{
	width: 100%;
}
ul.floor li {
	width: 100%;
	margin: 0 0 2% 0;
}
.instal_block {
	flex-wrap: wrap;
}
.instal_block .block_text {
	flex: none;
	margin: 0 0 20px 0;
	width: 100%;
}
.instal_block .block_text ol{
	padding: 10px 0 10px 20px;
}
.block_img{
	width: 100%;
}
.pd_notice {
	padding: 20px 0;
}
.pd_notice h1{
	font-size: 21px;
}
.pd_notice .notice {
	margin: 0 auto 20px 0;
}
.pd_notice .notice div {
	flex-wrap: wrap;
}
.pd_notice .notice ul {
	flex: none;
	width: 100%;
}
.pd_notice .notice div img {
	width: 100%;
}
/*water*/
.water {
	display: flex;
	flex-wrap: wrap;
}
.water_img, .water_step {
	width: 100%;
}
.water_step ul li, .water_step ul li:nth-child(3n) {
	width: 49%;
	margin: 0 2% 2% 0;
}
.water_step ul li:nth-child(2n){
	margin: 0 0 2% 0;
}
/* pd_save*/
.ins_banner.save {
	background: url(../images/banner_save_m.jpg) no-repeat 0 0;
	background-size: cover;
}
.pd_save {
	padding: 20px 0;
}
.pd_save div{
	width: 100%;
	padding: 2% 0;
}
/*-----work-----*/
.work_img div {
	width: 100%;
	margin: 0 0 4% 0;
}
.work_text div ul li {
	font-size: 15px;
}
/*-----download-----*/
.download {
	padding: 20px 0;
}
/*-----faq-----*/
.faq_block{
	flex-wrap: wrap;
}
.faq_list li a{
	padding: 20px;
	align-items: flex-start;
}
.faq_q, .faq_a {
	width: 50px;
	height: 50px;
}
.faq_q_text{
	font-size: 17px;
}
.faq_a, .faq_a_text {
	font-size: 15px;
}
/*-----quality-----*/
.ins_banner.quality{
	background: url(../images/banner_quality.jpg) no-repeat center center;
	background-size: cover;
}
.exper ul {
	padding: 0 0 30px 0;
}
.exper ul li .e_text h2{
	font-size: 17px;
}
.exper ul li .e_text p{
	font-size: 15px;
}
.exper ul li, .exper ul li:nth-child(4n), .exper ul li:nth-child(3n) {
	width: 49%;
	margin: 0 2% 2% 0;
}
.exper ul li:nth-child(even){
	margin: 0 0 2% 0;
}
/*-----instal-----*/
.instal_list li {
	flex-wrap: wrap;
}
.tab-group section img {
	width: 100%;
}
.instal_img {
	width: 100%;
}
/*-----contact-----*/
.form{
	padding: 30px 0;
}
.contact_info .flex div h1 {
	font-size: 29px;
}
.form li {
	flex-wrap: wrap;
	padding: 0 15px;
}
.form li label {
	width:100%;
	text-align: left;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.form li .input{
	width: 100%;
}
.btn button{
	width: 100%;
}
/*-----fuji-----*/
.fuji_tab{
	margin: 25px 0;
}
.fuji_tab a {
	font-size: 15px;
	padding: 10px 12px;
}
.pd_fuji_list {
	padding: 15px;
}
.pd_fuji_list ul{
	width: 100%;
	flex-wrap: wrap;
}
.pd_fuji_list ul li{
	width: 48%;
	margin: 0 4% 4% 0;
}
.pd_fuji_list ul li:nth-child(even){
	margin: 0 0 4% 0;
}
.fuji_install ul > li {
	width: 100%;
	margin: 0 0 6% 0;
}
.pd_size {
	padding: 15px 0;
}
.pd_size .bg_yellow p{
	text-align: left;
}
.pd_size .bg_yellow .text-right {
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 16px;
    text-align: center;
}
.pd_size ul.size li, .pd_size ul.size li:nth-child(5n) {
	width: 32%;
	margin: 0 2% 2% 0;
}
.pd_size ul.size li:nth-child(3n){
	margin: 0 0 2% 0;
}
/*fuji2_pd_spec*/
.fuji2_pd, .fuji2_pd_spec, .fuji3_pd {
	padding: 30px 0;
}
.fuji2_pd h1{
	font-size: 27px;
}
.fuji2_pd ul li, .fuji2_pd.fuji2_item ul li, .fuji3_pd ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 4% 0;
}
.fuji2_pd ul li p{
	margin: 10px 0;
}
.fuji_pro ul li {
	width: 48%;
	margin: 0 4% 4% 0;
	padding: 0%;
}
.fuji_pro ul li:nth-child(even){
	margin: 0 0 4% 0;
}
.fuji_pro ul li p{
	text-align: left;
	font-size: 15px;
}
@media screen and (max-width:375px) {
	header .logo a{
		margin: 0 0 0 55px;
	}
	/*-----product-----*/
	.cell{
		font-size: 12px;
		padding: 0 0 10px 0;
	}
	.cell:before {
		content: attr(data-th) " ： ";
		font-weight: bold;
		width: 160px;
	}
	.spec th, .spec td{
		padding: 5px;
	}
	.spec th{
		font-size: 13px;
	}
	.spec tbody td{
		font-size: 12px;
	}
	/*-----property-----*/
	.pd_property ul li, .pd_property ul li:nth-child(4n), .pd_property ul li:nth-child(2n){
		    width: 100%;
		    margin: 0 0 4% 0;
	}
	.pd_property ul li h3{
		font-size: 29px;
	}
	.pd_property ul li p {
		font-size: 19px;
		line-height: 160%;
	}
	/*-----download-----*/
	.download_table thead th, .download_table tbody td{
		padding: 6px;
		font-size: 14px;
	}
	/*-----contact-----*/
	.contact_info .flex div h1 {
		font-size: 27px;
	}
	/*-----fuji-----*/
	.fuji_tab a {
		font-size: 14px;
		padding: 10px;
	}
	.pd_fuji_list ul li h3{
		font-size: 17px;
	}
	.pd_fuji_list ul li p {
		font-size: 14px;
	}
	.pd_size .bg_yellow{
		padding: 20px;
	}
}
@media screen and (max-width:360px) {
	header .logo a{
		width: 220px;
	}
	.slider_txt h2 {
		font-size: 23px;
	}
	/*-----product-----*/
	.sub_menu a {
		font-size: 13px;
	}
}
@media screen and (max-width:320px) {
	header .logo a {
		width: 180px;
	}
	.contact a{
		padding: 8px;
	}
	.slider_txt h2 {
		font-size: 21px;
	}
	.slider_txt span{
		font-size: 13px;
	}
	/*-----product-----*/
	.sub_menu a {
		font-size: 12px;
	}
	.cell:before {
		width: 118px;
		margin: 0 5px 0 0;
	}
	.spec th, .spec td {
		padding: 8px;
	}
	.spec th{
		font-size: 12px;
	}
	.download_table thead th {
		padding: 6px;
		font-size: 13px;
	}
	.download_table tbody td {
		padding: 10px 8px;
		font-size: 13px;
	}
	/*------fuji------*/
	.fuji_tab a {
		font-size: 12px;
		padding: 8px;
	}
}