@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;
}
*,*::before,*::after{
	box-sizing: border-box;
}
body{
	font-family: "Hiragino kaku Gothic ProN",　"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"sans-serif;
	margin: 0 auto;
}
a { text-decoration: none; }


/*---　ページトップへ戻るバタン -----*/
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom:500px;
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #008686;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #008686;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*---　カタログダウンロードボタン -----*/
#catalog_dl{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 30px;
  bottom:580px;
  opacity: 0.8;
}
#catalog_dl a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#catalog_dl a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f019';
  font-size: 25px;
  color: #008686;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#catalog_dl a::after{
  content: 'カタログ\Aダウンロード';
  white-space: pre;
  font-size: 13px;
  color: #008686;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*---- ヘッダー ----*/
.top_main{
	background: url("../images/image_product/b0328484ff68a8f0dbc7903652a0a17c_l.jpg");
	background-size: cover;
}
.header{ background: rgba(0,0,0,0.20); }
.cols-inner{
	margin: 0 auto;
	width: 960px;
}
.top_head:after{
	content: '';
	display: block;
	clear: both;
}
.top_head h1{ padding: 30px 0 0;}
.logo{
	color: #fff;
	font-size: 2.5rem;
}
.appeal{
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	margin: 10px 0 0;
	line-height: 20px;
}
.left{ 
	width: 570px;
	float:left;
}
.float_left{ float: left; }
.float_right{ float: right; }
.top_tel{ 
	margin-top:45px; 
	width: 280px;
}
.right{
	float: right;
	display: table;
	margin: 40px 0 0 0;;
	width: 370px;
}
.item{
	display: table-cell;
	padding: 0 5px;
}
.item a:hover img{ opacity: 0.6; }

/*---- グローバルナビエリア -----*/
.global_nav { margin-top: 30px; }
.menu ul{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.4;
}
.menu li a{
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
}
.menu li a:hover{ 
	transition: 0.3s;
	color:#FFD900;
}



/*---- MA -----*/
@media(min-width:851px){
	.width960px{ 
		width: 960px;
		margin: 0 auto;
	}
	.width960px:after{
		content: '';
		display: block;
		clear: both;
	}
	.ma_float_left{
		float: left;
		width: 40%;
		margin-top: 80px;
	}
	.ma_float_right{
		float: right;
		width: 50%;
		margin-top: 100px;
	}

	.samurai_float_right{
		float: right;
		margin-top: 100px;
	}

	.ma{ 
		width: 90%;
		margin: 0 auto;
	}

	.spec_title{
		text-align: left;
		margin: 30px 0 5px 15px;
		font-size: 1.2rem;
		}
	.ma_float_left table{
		width: 90%;
		border-collapse: collapse;
		margin: 0 auto;
	}
	.ma_float_left th,.ma_float_left td{
		border: 1px solid #c7c7c7;
		padding: 8px 10px;
	}
	.ma_float_left th{
		font-size: 1.2rem;
		background-color: #E5E5E5;
		text-align: left;
		width: 8em;
	}
	.ma_float_left td{
		font-size: 1.2rem;
		text-align: left;
		padding-left: 10px;
	}
	.ma_float_right img{
		width: 100%;
		height: auto;
		display: block;
	}

	.maspac_320px{ display: none; }

	.width700px_movie{
		width: 700px;
		margin: 50px auto;
	}
	.movie-wrap {
		 position: relative;
		 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		 height: 0;
		 overflow: hidden;
	}
	.movie-wrap iframe{
		position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
	}
}

/*---- EZ -----*/
@media(min-width:851px){

	.ez_float_left{
		float: left;
		width: 40%;
		margin-top: 80px;
	}
	.ez_float_right{
		float: right;
		width: 50%;
		margin-top: 100px;
	}
	.ez{ 
		width: 100%;
		margin: 0 auto;
	}

	.spec_title{
		text-align: left;
		margin: 30px 0 5px 15px;
		font-size: 1.2rem;
		}
	.ez_float_left table{
		width: 90%;
		border-collapse: collapse;
		margin: 0 auto;
	}
	.ez_float_left th,.ez_float_left td{
		border: 1px solid #c7c7c7;
		padding: 8px 10px;
	}
	.ez_float_left th{
		font-size: 1.2rem;
		background-color: #E5E5E5;
		text-align: left;
		width: 8em;
	}
	.ez_float_left td{
		font-size: 1.2rem;
		text-align: left;
		padding-left: 10px;
	}
	.ez_float_right img{
		width: 100%;
		height: auto;
		display: block;
	}

	.ezspac_320px{ display: none; }

	.width700px_movie{
		width: 700px;
		margin: 50px auto;
	}
	.movie-wrap {
		 position: relative;
		 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		 height: 0;
		 overflow: hidden;
	}
	.movie-wrap iframe{
		position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
	}
}

/*---- 専用フィルム -----*/
.film_title{
	background: #153680;
	padding: 10px;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	letter-spacing: 2px;
}
.width960px_film{
	width: 960px;
	margin: 50px auto;
}
.film_list{ margin: 30px 0;}

.bp_button_position1{
	position: relative;
	width: 100%;
}
.bp_button{ 
display: block;
}
.bp_button1{ 
	width: 20%;
	top: 23%;
	right: 15%;
	position: absolute; 
}
.bp_button:hover{ opacity: 0.7;}

.bp_button_position2{
	position: relative;
	width: 100%;
}
.bp_button2{ 
	width: 20%;
	top: 22%;
	right: 15%;
	position: absolute; 
}



/*--- cute ----*/
@media(min-width:1000px){
	.cute_area{ 
		width: 100%;
		padding: 50px;
		background-color: #153680; 
		}
	.cute_width960px{ 
		width: 960px;
		margin: 0 auto;
	}
	
}



/*----- OEM/オリジナル緩衝材 ------*/
@media(min-width:1000px){
	.oem_title{
		margin: 100px 0 0;
		background: #EC595E;
		padding: 10px;
		text-align: center;
		font-size: 2rem;
		color: #fff;
		letter-spacing: 2px;
	}
	.oem_catchcopy{
		background-image: url("../images/image_product/4b938a42d403291aaa48f421c25a02e1_m.jpg");
		background-size: cover;
		background-position: 80%,100%;
	}
	.catchcopy{
		display: block;
		width: 960px;
		margin: 0 auto;
		padding: 50px;
	}
	.oem_wapper{
		width: 960px;
		margin: 0 auto;
		text-align: center;
	}
	.oem_text{
		width: 80%;
		margin: 80px auto;
		font-size: 2.1rem;
		line-height: 35px;
	}
	.oem_image{ width: 80%;}

	.oem_text2{
		margin: 80px auto 10px;
		font-size: 2.5rem;
		background: #EC595E;
		display: inline-block;
		padding: 10px 50px;
		color: #fff;
		font-weight: bold;
		border-radius: 20px;
	}
	.oem_text3{
		width: 80%;
		margin: 10px auto;
		font-size: 2.1rem;
		line-height: 35px;
	}

	.oem_lineup{
		width: 300px;
		margin: 30px auto;
		list-style: none;
		text-align: left;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.oem_lineup li{
		margin-bottom: 10px;
	}
	.oem_lineup li:before{
		content: '■ ';
		color: #FFD900;
	}

	/*---- 業者さま -----*/
	.comment{
		margin: 80px auto;
		background-color: rgba(240,240,240,1.00);
		padding: 30px;
		width: 70%;
		outline: solid 1px;
	}
	.comment h4{ font-size: 2rem;}
	.comment p{
		margin: 20px 0 0;
		font-size: 1.8rem;
		line-height: 30px;
	}
}

/*--- お問い合わせ -----*/

.contact{ 
	background: #f1f1f1;  
}
.width_960px{ 
	width: 960px;
	margin: 0 auto;
}
.contact_title{
	color: #151c20;
	padding-top: 150px;
	font-size: 2.4rem;
	margin-bottom: 5px;
	text-align: center;
}
.contact_caption{
	color: #ec595e;
	font-weight: 500;
	font-size: 1.2rem;
	margin-bottom: 20px;
	text-align: center;
}
.contact_message{
	color: #151c20;
	font-size: 1.5rem;
	line-height: 25px;
	margin-bottom: 40px;
	text-align: center;
}
.width_606px{ 
	width: 606px;
	margin: 0 auto;
}
.width_606px:after{
	content: '';
	display: block;
	clear: both;
}
.contact_mail{
	float: left;
	margin-right: 10px;
	width: 304px;
}
.contact_tel{
	float: left;
	width: 292px;
	margin-top: 4px;
	margin-bottom: 100px;
}
.contact_mail :hover{
	opacity: 0.6;
}
/*----▲ お問い合わせ　▲------*/

/*---- フッター ------*/
@media( min-width:1431px ){
	footer{ background-color: #008686; }
	footer:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_left{
		width: 30%;
		float: left;
	}

	.footer_left h1{ font-size: 2rem; }
	.footer_logo{
		float: left;
		margin: 150px 0 0 150px;
		color: #fff;
	}
	.address_area{
		color: #fff;
		font-style: normal;
		margin-left: 150px ;
		padding-top: 50px;
		text-align: left;
		clear: both;
	}
	.address_area:after{
		content: '';
		display: block;
		clear: both;
	}
	.co_name{
		font-size: 1.4rem;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.address{
		line-height: 20px;
	}
	.web{ color: #FFF;}
	.web:hover{ color: #686868}

	.footer_right{
		float: right;
		width: 60%;
		margin: 150px 30px 30px 0; 
	}
	.footer_nav{
		list-style: none;
		text-align: center;
	}
	.footer_nav li{ 
		display: inline;
		margin-left: 10px;
		padding-left: 10px;
		font-size: 1.3rem;
		border-left: solid 1px #fff;
	}
	.footer_nav li:last-child{
		border-right: solid 1px #fff;
		padding: 0 8px;
	}
	.footer_nav a { color: #fff; }
	.footer_nav a:hover { color: #bebebe; }

	.footer_yellow { color: #ffd900 !important; }
	.footer_yellow:hover { color: #bebebe !important; }


	/*----▼ コピーライト ▼-------*/
	.copyright{ 
		background-color: #008686; 
		padding: 50px 0 100px 150px ;
		text-align: left;
		color: #fff;

	}
	small{ font-size: 1rem; }
}



/*----------------------------------------------------
------------------------------------------------------*/


/*レスポンシブ*/

/*1200px以下：カタログダウンロードトップページの位置*/
@media( max-width: 1200px ){
	#page_top{ right: 0px; }
	#catalog_dl{ right: 0px; }
}

/*width960pxはwidth:90%に変更*/
@media ( max-width:1200px ){
	.width960px{ width: 85%; }
	.width1200px{ width: 85%; }
}

/*1430px以下フッターをなくす*/
@media( min-width:600px ) and ( max-width:1430px ){
	.footer_nav{ display: none; }
	footer{ background-color: #008686; }
	footer:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_left{
		width: 70%;
		float: none;
		margin: 0 auto;
		padding: 100px 0 50px;
	}
	.footer_left:after{
		content: '';
		display: block;
		clear: both;
	}

	.footer_left h1{ 
		font-size: 2rem;
		margin: 0;
	}
	.footer_logo{
		float: none;
		margin: 0;
		color: #fff;
	}
	.address_area{
		color: #fff;
		font-style: normal;
		padding-top: 50px;
		text-align: left;
		clear: both;
	}
	.address_area:after{
		content: '';
		display: block;
		clear: both;
		margin: 0;
	}
	.co_name{
		font-size: 1.4rem;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.address{
		line-height: 20px;
	}
	.web{ color: #FFF;}
	.web:hover{ color: #686868}

	.footer_right{
		float: none;
		margin: 0; 
	}
	.footer_nav{
		list-style: none;
		text-align: center;
	}
	
	/*----▼ コピーライト ▼-------*/
	.copyright_area{ 
		width: 70%;
		margin: 0 auto;
	}
	.copyright{ 
		margin: 0;
		background-color: #008686; 
		padding: 0 0 50px;
		text-align: left;
		color: #fff;

	}
	small{ font-size: 1rem; }
}


/*----- 850px以下 MAスペック-----*/
@media( min-width: 600px ) and ( max-width: 850px ){
	.width960px{ 
		width: 90%;
		margin: 0 auto;
	}
	.width960px:after{
		content: '';
		display: block;
		clear: both;
	}
	.ma_float_left{
		float: left;
		width: 40%;
		margin-top: 80px;
	}
	.ma_float_right{
		float: right;
		width: 55%;
		margin-top: 80px;
	}
	.ma{ 
		width: 90%;
		margin: 0 auto;
	}

	.spec_title{
		text-align: left;
		margin: 30px 0 5px 15px;
		font-size: 1.2rem;
		}
	.ma_float_left table{
		width: 90%;
		border-collapse: collapse;
		margin: 0 auto;
	}
	.ma_float_left th,.ma_float_left td{
		display: block;
		width: 100%;
		border: 1px solid #c7c7c7;
		padding: 8px 10px;
	}
	.ma_float_left th{
		display: block;
		width: 100%;
		font-size: 1.2rem;
		background-color: #E5E5E5;
		text-align: center;
	}
	.ma_float_left td{
		display: block;
		width: 100%;
		font-size: 1.2rem;
		text-align: center;
		padding-left: 10px;
	}
	.ma_float_right img{
		width: 100%;
		height: auto;
		display: block;
	}

	.maspac_320px{ display: none; }

	.width700px_movie{
		width: 80%;
		margin: 50px auto;
	}
	.movie-wrap {
		 position: relative;
		 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		 height: 0;
		 overflow: hidden;
	}
	.movie-wrap iframe{
		position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
	}
}

/*----- 850px以下 EZスペック-----*/
@media( min-width: 600px ) and ( max-width: 850px ){
	
	.ez_float_left{
		float: left;
		width: 40%;
		margin-top: 80px;
	}
	.ez_float_right{
		float: right;
		width: 55%;
		margin-top: 80px;
	}
	.ez{ 
		width: 90%;
		margin: 0 auto;
	}

	.spec_title{
		text-align: left;
		margin: 30px 0 5px 15px;
		font-size: 1.2rem;
		}
	.ez_float_left table{
		width: 90%;
		border-collapse: collapse;
		margin: 0 auto;
	}
	.ez_float_left th,.ez_float_left td{
		display: block;
		width: 100%;
		border: 1px solid #c7c7c7;
		padding: 8px 10px;
	}
	.ma_float_left th{
		display: block;
		width: 100%;
		font-size: 1.2rem;
		background-color: #E5E5E5;
		text-align: center;
	}
	.ez_float_left td{
		display: block;
		width: 100%;
		font-size: 1.2rem;
		text-align: center;
		padding-left: 10px;
	}
	.ez_float_right img{
		width: 100%;
		height: auto;
		display: block;
	}

	.ezspac_320px{ display: none; }

}
/*----------------------------------------------------
------------------------------------------------------*/
/*999px以下:追従ダウンロードボタン&TOP戻るボタン*/

/*---　ページトップへ戻るボタン -----*/
@media(min-width:600px) and (max-width:999px){
	#page_top{
	  width: 90px;
	  height: 60px;
	  position: fixed;
	  right: 1px;
	  bottom:500px;
	  opacity: 0.8;
	}
	#page_top a{
	  position: relative;
	  display: block;
	  width: 90px;
	  height: 60px;
	  text-decoration: none;
	}
	#page_top a::before{
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  content: '\f102';
	  font-size: 20px;
	  color: #008686;
	  position: absolute;
	  width: 25px;
	  height: 25px;
	  top: -25px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
	#page_top a::after{
	  content: 'PAGE TOP';
	  font-size: 12px;
	  color: #008686;
	  position: absolute;
	  top: 30px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}

	/*---　カタログダウンロードボタン -----*/
	#catalog_dl{
	  width: 90px;
	  height: 60px;
	  position: fixed;
	  right: 1px;
	  bottom:580px;
	  opacity: 0.8;
	}
	#catalog_dl a{
	  position: relative;
	  display: block;
	  width: 90px;
	  height: 60px;
	  text-decoration: none;
	}
	#catalog_dl a::before{
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  content: '\f019';
	  font-size: 20px;
	  color: #008686;
	  position: absolute;
	  width: 25px;
	  height: 25px;
	  top: -30px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
	#catalog_dl a::after{
	  content: 'カタログ\Aダウンロード';
	  white-space: pre;
	  font-size: 12px;
	  color: #008686;
	  position: absolute;
	  top: 30px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
}





/*999px以下:ヘッダー*/
@media (min-width:600px) and (max-width:999px){
	.cols-inner{
		margin: 0 auto;
		width: 95%;
	}
	.top_head h1{ padding: 30px 0 0;}
	.logo{
		color: #fff;
		font-size: 2.2vw;
	}
	.appeal{ 
		display: none;
		color: #fff;
		font-size: 1.4rem;
		margin: 10px 0 0;
		line-height: 20px;
	}
	.left{
		width: 60%;
		float: left;
		margin: 0 auto;
	}
	.left:after{
		content: '';
		display: block;
		clear: both
	}
	.right{
		float: left;
		display: table;
		margin: 20px auto 0;
		width: 35%;
		padding-bottom: 10px;
	}
	.float_left{ 
		float: left;
		width: 45%;
	}
	.float_right{ 
		float: right;
		width: 55%;
	}
	.top_tel{ 
		margin-top:25px; 
		width: 80%;
	}
	
	.item{
		display: table-cell;
		padding: 0 5px;
	}
	.item a:hover img{ opacity: 0.6; }

}
/*1000px以上：グローバルメニュー*/
@media (min-width: 1000px){
	.menu{ 
		display: block!important;
		width: 960px;
	}
	.menu li { 
		float: left;
		margin: 10px 10px 20px;
		text-align: center;
		border-bottom: solid 1px #fff;
		border-top: solid 1px #fff;
	}
	.menu li:hover{
		transition: 0.3s;
		border-bottom: solid 1px #ffd900;
		border-top: solid 1px #ffd900;
	}
	.menu ul:after{
		content: '';
		display: block;
		clear: both;
	}
	.menubtn{ display: none;}
}

@media (max-width: 999px){
	.menu { display: none; }
	.menubtn{
		position: absolute;
		top: 25px;
		right: 20px;
		cursor: pointer;
	}
	.menubtn i:hover{ color:rgba(77,77,77,1.00) }
	.menubtn i { 
		color:rgba(255,255,255,0.73);
		font-size: 4vw;
	}
	.menubtn span{
		display: inline-block;
		text-indent: -9999px;
	}
}

/*999px以下：フィルム*/
@media(min-width:600px) and (max-width:999px){
	.width960px_film{
		width:90%;
		margin: 10px auto;
	}
	.film_title{ font-size: 1.8rem;}
	.cute_width960px{ width: 95%;}
	.cute_area{ 
		width: 100%;
		padding: 30px 0;
		background-color: #153680; 
	}
}


/*---- 999px以下：OEM ----*/
@media(min-width:600px) and (max-width:999px){
	
	.oem_title{
		margin: 100px 0 0;
		background: #EC595E;
		padding: 10px;
		text-align: center;
		font-size: 2rem;
		color: #fff;
		letter-spacing: 2px;
	}
	.oem_catchcopy{
		background-image: url("../images/image_product/4b938a42d403291aaa48f421c25a02e1_m.jpg");
		background-size: cover;
		background-position: 80%,100%;
	}
	.oem_width960px{ width: 100%;}
	.catchcopy{ padding: 80px; }
	.oem_wapper{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.oem_text{
		width: 80%;
		margin: 80px auto;
		font-size: 1.8rem;
		line-height: 30px;
	}
	.oem_image{ width: 85%;}

	.oem_text2{
		margin: 80px auto 10px;
		font-size: 2rem;
		background: #EC595E;
		display: inline-block;
		padding: 10px 50px;
		color: #fff;
		font-weight: bold;
		border-radius: 30px;
	}
	.oem_text3{
		width: 80%;
		margin: 10px auto;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.oem_lineup{
		width: 300px;
		margin: 30px auto;
		list-style: none;
		text-align: left;
		font-size: 2.3rem;
		font-weight: bold;
	}
	.oem_lineup li{
		margin-bottom: 10px;
	}
	.oem_lineup li:before{
		content: '■ ';
		color: #FFD900;
	}

	/*---- 業者さま -----*/
	.comment{
		margin: 80px auto;
		background-color: rgba(240,240,240,1.00);
		padding: 25px;
		width: 80%;
		outline: solid 1px;
	}
	.comment h4{ font-size: 1.8rem;}
	.comment p{
		margin: 20px 0 0;
		font-size: 1.5rem;
		line-height: 25px;
	}

}

/*999px以下：お問い合わせ*/
@media(min-width:600px) and (max-width:999px){
	
	.width_960px{ 
		width: 90%;
		margin: 0 auto;
	}

	.width_606px{ 
		width: 70%;
		margin: 0 auto;
	}
	.contact_mail{
		float: left;
		margin-right: 0;
		width: 50%;
	}
	.contact_tel{
		float: right;
		width: 50%;
		margin-top: 4px;
		margin-bottom: 100px;
	}
	.contact_mail :hover{
		opacity: 0.6;
	}
}

/*----------------------------------------
-------------------------------------------*/
/*599px以下：ダウンロード&TOPボタン*/
@media( max-width:599px ){
	#page_top{ display: none!important; }
	#catalog_dl{ display: none!important; }
}

/*599px以下:ヘッダー*/
@media (max-width:599px){
	.cols-inner{
		margin: 0 auto;
		width: 95%;
	}
	.top_head h1{ padding: 10px 0 0;}
	.logo{
		color: #fff;
		font-size: 2.5vw;
	}
	.appeal{ 
		display: none;
		color: #fff;
		font-size: 1.4rem;
		margin: 10px 0 0;
		line-height: 20px;
	}
	.left{
		width: 55%;
		float: left;
		margin: 0 auto;
	}
	.left:after{
		content: '';
		display: block;
		clear: both
	}
	.right{
		float: left;
		display: table;
		margin: 10px 0 0;
		width: 40%;
		padding-bottom: 5px;
	}
	.float_left{ 
		float: left;
		width: 45%;
	}
	.float_right{ 
		float: right;
		width: 55%;
	}
	.top_tel{ 
		margin-top:15px; 
		width: 80%;
	}
	
	.item{
		display: table-cell;
		padding: 0 5px;
	}
	.item a:hover img{ opacity: 0.6; }

}

@media (max-width: 599px){
	.menu { display: none; }
	.menubtn{
		position: absolute;
		top: 13px;
		right: 10px;
		cursor: pointer;
	}
	.menubtn i:hover{ color:rgba(77,77,77,1.00) }
	.menubtn i { 
		color:rgba(255,255,255,0.73);
		font-size: 5vw;
	}
	.menubtn span{
		display: inline-block;
		text-indent: -9999px;
	}
}

/*599px以下：ma*/
@media(max-width:599px){
	.width960px{ 
		width: 90%;
		margin: 0 auto;
	}
	.width960px:after{
		content: '';
		display: block;
		clear: both;
	}
	.ma_float_left{
		float: left;
		width: 30%;
		margin-top: 30px;
	}
	.ma_float_right{
		float: right;
		width: 70%;
		margin-top: 30px;
	}
	.ma{ 
		width: 90%;
		margin: 0 auto;
	}

	.spec_title{ display: none; }
	.ma_float_left table{ display: none; }
	
	.ma_float_right img{
		width: 100%;
		height: auto;
		display: block;
	}

	.maspac_320px{ 
		width: 90%;
		margin-top:5px; 
	}

	.width700px_movie{
		width: 80%;
		margin: 30px auto;
	}
	.movie-wrap {
		 position: relative;
		 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		 height: 0;
		 overflow: hidden;
	}
	.movie-wrap iframe{
		position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
	}
}





/*---- 599px以下：EZ ----*/
@media(max-width:599px){

	.ez_float_left{
		float: left;
		width: 30%;
		margin-top: 50px;
	}
	.ez_float_right{
		float: right;
		width: 70%;
		margin-top: 50px;
	}
	.ez{ 
		width: 90%;
		margin: 0 auto;
	}
	.ez_float_left table{ display: none; }
	
	.ez_float_right img{
		width: 100%;
		height: auto;
		display: block;
	}

	.ezspac_320px{ 
		width: 90%;
		margin-top:5px; 
	}	
}




/*---- 599px以下：フィルム ----*/
@media(max-width:599px){
	.width960px_film{
		width:90%;
		margin: 0px auto;
	}
	.film_title{ 
		margin-top: 100px;
		font-size: 2vw;
		padding: 5px;
	}
	.bp_button_position1{
		position: relative;
		width: 100%;
	}
	.bp_button{ 
	display: block;
	}
	.bp_button1{ 
		width: 20%;
		top: 25%;
		right: 15%;
		position: absolute; 
	}
	.bp_button:hover{ opacity: 0.7;}

	.bp_button_position2{
		position: relative;
		width: 100%;
	}
	.bp_button2{ 
		width: 20%;
		top: 25%;
		right: 15%;
		position: absolute; 
	}


}



/*599px以下：cute*/
@media(max-width:599px){
	.cute_width960px{ width: 98%;}
	.cute_area{ 
		width: 100%;
		padding: 30px 0;
		background-color: #153680; 
	}
}


/*599px以下：OEM*/

@media(max-width:599px){
	.oem_title{
		margin: 50px 0 0;
		background: #EC595E;
		padding: 5px;
		text-align: center;
		font-size: 2.5vw;
		color: #fff;
		letter-spacing: 2px;
	}
	.oem_catchcopy{
		background-image: url("../images/image_product/4b938a42d403291aaa48f421c25a02e1_m.jpg");
		background-size: cover;
		background-position: 80%,100%;
	}
	.catchcopy{
		padding:20px;
	}
	.oem_wapper{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.oem_text{
		width: 100%;
		margin: 30px auto;
		font-size: 2.5vw;
		line-height: 15px;
	}
	.oem_image{ width: 90%;}

	.oem_text2{
		margin: 30px auto 10px;
		font-size: 3vw;
		background: #EC595E;
		display: inline-block;
		padding: 10px 50px;
		color: #fff;
		font-weight: bold;
		border-radius: 20px;
	}
	.oem_text3{
		width: 100%;
		margin: 5px auto;
		font-size: 2.5vw;
		line-height: 15px;
	}

	.oem_lineup{
		width: 150px;
		margin: 10px auto;
		list-style: none;
		text-align: left;
		font-size: 3vw;
		font-weight: bold;
	}
	.oem_lineup li{
		margin-bottom: 10px;
	}
	.oem_lineup li:before{
		content: '■ ';
		color: #FFD900;
	}

	/*---- 業者さま -----*/
	.comment{
		margin: 30px auto 50px;
		background-color: rgba(240,240,240,1.00);
		padding: 15px;
		width: 90%;
		outline: solid 1px;
	}
	.comment h4{ font-size: 3vw;}
	.comment p{
		margin: 10px 0 0;
		font-size:2vw;
		line-height: 15px;
	}

}

/*599px以下：製品紹介*/
@media(max-width:599px){
	
}


/*599px以下：アフターサービス*/
@media(max-width:599px){

	
}
	
	
	
/*599px以下：メリット*/
@media(max-width:599px){
	
}


/*599px以下：お問い合わせ*/
@media(max-width: 599px){
	
	.contact{ 
		background: #f1f1f1;  
	}
	.width_960px{ 
		width: 95%;
		margin: 0 auto;
	}
	.contact_title{
		color: #151c20;
		padding-top: 80px;
		font-size: 4.5vw;
		margin-bottom: 5px;
		text-align: center;
	}
	.contact_caption{
		color: #ec595e;
		font-weight: 500;
		font-size: 2vw;
		margin-bottom: 20px;
		text-align: center;
	}
	.contact_message{
		color: #151c20;
		font-size: 3vw;
		line-height: 160%;
		margin-bottom: 40px;
		text-align: center;
	}
	.width_606px{ 
		width: 90%;
		margin: 0 auto;
	}
	.width_606px:after{
		content: '';
		display: block;
		clear: both;
	}
	.contact_mail{
		float: left;
		margin-right: 0px;
		width: 51%;
	}
	.contact_tel{
		float: left;
		width: 49%;
		margin-top: 2px;
		margin-bottom: 100px;
	}
	.contact_mail :hover{
		opacity: 0.6;
	}
}
	/*---- フッター ------*/
@media( max-width:599px ){
	.footer_nav{ display: none; }
	footer{ background-color: #008686; }
	footer:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_left{
		width: 80%;
		float: none;
		margin: 0 auto;
		padding: 50px 0 50px;
	}
	.footer_left:after{
		content: '';
		display: block;
		clear: both;
	}

	.footer_left h1{ 
		font-size: 1.5rem;
		margin: 0;
	}
	.footer_logo{
		float: none;
		margin: 0;
		color: #fff;
	}
	.address_area{
		color: #fff;
		font-style: normal;
		padding-top: 30px;
		text-align: left;
		clear: both;
	}
	.address_area:after{
		content: '';
		display: block;
		clear: both;
		margin: 0;
	}
	.co_name{
		font-size: 1.2rem;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.address{
		line-height: 20px;
	}
	.web{ color: #FFF;}
	.web:hover{ color: #686868}

	.footer_right{
		float: none;
		margin: 0; 
	}
	.footer_nav{
		list-style: none;
		text-align: center;
	}
	
	/*----▼ コピーライト ▼-------*/
	.copyright_area{ 
		width: 80%;
		margin: 0 auto;
	}
	.copyright{ 
		margin: 0;
		background-color: #008686; 
		padding: 0 0 30px;
		text-align: left;
		color: #fff;

	}
	small{ font-size: 1rem; }


	}