@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/top-background.jpg");
	background-size: cover;
	background-position: 50%,100%;
}
.header{ background: rgba(0,0,0,0.30); }
.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:rgba(98,98,98,1.00);
}



/*---- メインエリア -----*/
main{ 
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}
main:after{
	content: '';
	display: block;
	clear: both;
}
.main{
	width: 100%;
	padding-bottom: 90px;
	position: relative;
}
.bp_button{
	width: 150px;
	position: absolute;
	top: 12%;
	right: 2%;
}
.bp_button:hover{ opacity: 0.7 }

/*---- 選ばれる理由 ----*/
#reason_select{
	background-color: #f1f1f1;
}
.backcolor_blue{
	background-color: #153680;
	margin-top: 10px;
}
.width960px{
	width: 960px;
	margin: 0 auto;
}

.width960px:last-child{
	width: 960px;
	margin: 0 auto 100px;
}

.width960px h2{ 
	width: 560px;
	margin: 0 auto;
}
.reason_select_image{ margin: -20px 0;}
.reason_box{ 
	width: 745px;
	margin: 0 auto;
	padding: 80px 0;}

.reason_appeal{ font-size: 2.8rem; }
.black_line {
 	height: 1px;
    background-color: black;
	margin: -5px 0 10px 110px;
  	border: none;
}

.reason_item p{
	font-size: 1.9rem;
	margin: 0 0 80px 110px;
	line-height: 25px;
}

.appeal1:before{
	content: url("../images/appeal1.svg");
	display: inline-block;
  	width: 100px;
	vertical-align: middle;
}
.appeal2:before{
	content: url("../images/appeal2.svg");
	display: inline-block;
  	width: 100px;
	vertical-align: middle;
}

.appeal3:before{
	content: url("../images/appeal3.svg");
	display: inline-block;
  	width: 100px;
	vertical-align: middle;
}

.appeal4:before{
	content: url("../images/appeal4.svg");
	display: inline-block;
  	width: 100px;
	vertical-align: middle;
}
.color-green{ color: #008686;}
.color-pink{ color: #ff4f6c;}
.pink{
	color: #ff4f6c;
	font-size: 2.2rem;
	font-weight: bold;
}



/*---- Q&A -----*/
#QandA{
	margin-top: 10px;
	background-color: #f1f1f1;
}
.backcolor_green{
	background-color: #008686;
	margin-top: 10px;
}
.width960px{
	width: 960px;
	margin: 0 auto;
}
.width960px h2{ 
	width: 560px;
	margin: 0 auto;
}
.QandA_title{ margin: -20px 0 0;}

.QandA_box{ 
	width: 745px;
	margin: 0 auto;
	padding: 80px 0;
}
.question{
	font-size: 2.3rem;
	font-weight: bold;
}
.question:before{
	content: url("../images/Q.svg");
	display: inline-block;
  	width: 40px;
	vertical-align: middle;
}
.green_dashed{ 
	border-top: 1px dashed #008686;
	margin-top: -1px; 
}
.answer_left{ 
	float: left;
	margin-top: 30px;
	width: 475px;
}
.answer_left_right img{ width: 385px;}
.answer_left_right p{
	background-color: #008686;
	margin: 30px 50px 0 0;
	padding: 10px 20px;
	color: #fff;
	font-size: 2.2rem
}
.answer_right{
	float: right;
}
.answer1_image{
	width: 260px;
}
.answer_text{
	clear: both;
	font-size: 1.8rem;
	line-height: 25px;
	padding-top:10px; 
}
.answer_item{ margin-top: 80px;}

.A_float_left{
	float: left;
	width: 45px;
}
.text_float_right{
	float: right;
	width: 690px;
}
.float_release:after{
	content: '';
	display:block;
	clear: both;
}

.answer_left2{
	float: left;
	width: 350px;
}
.answer_right2{
	float: right;
	width: 375px;
	margin-top: 20px;
}
.answer_right2 p{
	background-color: #ff4f6c;
	margin: 30px 0px 0 0;
	padding: 10px 20px;
	color: #fff;
	font-size: 2.2rem;
}
.small{ font-size: 1.5rem;}

/*----- コンタクトボックス -----*/
.contact_box{
	clear: both;
	background-color: #fff;
	height: 290px;
	margin-top: 80px;
}
.contact_text{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	padding: 40px 0 0;
	font-size: 2rem;
	font-weight: bold;
	color: #3E3E3E;
}
.mailcontact_bt{
	display: block;
	margin: 20px auto;
	width: 500px;
}
.mail_and_tel{ 
	width:70%;
	margin: 0 auto;
}
.tel_arrow{
	float: left;
	width: 50%;
}
.contact_box_tel{
	float: right;
	width: 45%;
	margin: 10px;
}



/*---- 信頼と実績 -----*/
#trust_performance{ 
	background-color: #f1f1f1;
	padding-bottom: 100px;
}
.background_pink{
	background-image: url("../images/trust_background.svg");
	background-size: cover;
}
#trust_performance:after{
	content: '';
	display: block;
	clear: both;
}
.appeal_point{
	font-size: 4rem;
	color: #fff;
	filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.6));
	text-align: center;
	margin: 10px 0;
	padding: 30px 0 ;
	line-height: 55px;
	letter-spacing: 1px;
	font-weight: normal;
}
.big{ 
	font-size: 5rem;
	font-weight: bold;
}
.big_yellow{
	font-size: 5rem;
	font-weight: bold;
	color: #ffd900;
}


.exhibition{
	width: 745px;
	margin: 0 auto;
}

.exhibition_left{
	float: left;
	width: 545px;
	margin: 40px 0 0;
}
.trust_image1{
	width: 260px
}
.trust_image2{
	width: 230px
}
.trust_title{ width: 180px; }
.trust_sabtitle{
	background-color: #153680;
	padding: 10px;
	color: #fff;
	font-size: 1.9rem;
	margin: 10px 0 0;
}
.exhibition_right{
	float: right;
	width: 200px;
	margin: 80px 0 0;
}
.exhibition_text{
	clear: both;
	padding: 10px 0 0;
	font-size: 1.8rem;
	line-height: 25px;
	padding-top:10px; 
}


/*---- 製品紹介 -----*/
@media( min-width:1000px ){
	
	#product{
		margin-top:10px; 
	}
	.product_title_area{
		background: #008686;
		padding: 40px;	
	}
	.product_title{
		color: #fff;
		font-size: 2.5rem;
		letter-spacing: 1px;
		text-align: center;
	}
	.product1{
		width: 1200px;
		margin: 0 auto;
	}
	.product2{
		clear: both;
		width: 700px;
		margin: 0 auto;
	}
	.product_box{
		margin: 100px 0 0;
		float: left;
		display: block;
		width: 350px;
		text-align: center;
	}
	.bp_logo_position{
		position: relative;
		width: 50%;
	}
	.bp_logo{
		position: absolute;
		width: 30%;
		top:-15%;
		left: -10%;
	}
	.type_ma { width: 75%; }
	.product_name{
		margin-top: 10px; 
		font-size: 1.5rem;
	}
	.thin{ font-weight: normal; }
	.product_text{ 
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 15px;
	}
	.type_ez{ 
		width: 85%;
		padding: 21px 0;
	}
	.film_image{
		margin-top: -30px;
		width: 100%;
	}
	.oem_image{
		margin: -32px 0 0;
	}

	/*----▼ さらに詳しくボタン ▼-------*/
	.detail_bt {
		text-align: center;
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 15px 7em 0;
	  padding: 10px 10px;
	  min-width: 223px;
	  max-width: 100%;
	  color: #fff;
	  font-size: 1.2rem;
	  background: #008686;
	  box-sizing: border-box;
	}

	.detail_bt:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -16px;
	  border: 16px solid transparent;
	  border-left: 16px solid #fff;
	  z-index: 1;
	}

	.detail_bt:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #008686;
	  z-index: 2;
	}

	.detail_bt {
		color: #fff;
		position: relative;
	  display: inline-block;	
	  min-width: 223px;
	  max-width: 100%;
	  font-size: 1.2rem;
	}
	.detail_bt:hover {
		background-color: #5db2b2;
	}
	.detail_bt:hover:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #5db2b2;
	  z-index: 2;
	}
	/*------▲ さらに詳しくボタン　▲--------*/
	.detail_bt599px{ display: none; }
}

/*------ カスタマーサービス　------*/
@media(min-width:1201px){
	#customer_service{
		clear: both;
		background: #ec595e;
	}
	.width1200px{ 
		width: 1200px;
		margin: 0 auto;
	}
	.width1200px:after{
		content: '';
		display: block;
		clear: both;
	}
	.customer_catchcopy{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		text-align: center;
		color: #fff;
		padding-top: 100px;
		font-size: 2.5rem;
		line-height: 50px;
	}
	.catch_big{
		font-size: 4rem;
	}
	.customer_left{
		float: left;
		width: 482px;
		margin-top: 50px;
		position: relative;
	}
	.customer_left img { vertical-align: bottom;}
	.position_green{
		position: absolute;
		bottom: 180px;
		left: 170px;
	}
	.customer_right{
		float: right;
		width: 418px;
		margin-top: 50px;
		position: relative;
	}
	.position_blue{
		position: absolute;
		bottom: 70px;
		left: 100px;
	}
	
	.px999_detailg{ display: none;}
	.px999_detailb{ display: none;}

	/*----▼ さらに詳しくボタン ▼-------*/
	.detail_bt_green {
		text-align: center;
	  position: relative;
	  display: inline-block;
	  padding: 10px 10px;
	  width: 100%;
	  color: #fff;
	  font-size: 1.2rem;
	  background: #008686;
	  box-sizing: border-box;
	}

	.detail_bt_green:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -16px;
	  border: 16px solid transparent;
	  border-left: 16px solid #fff;
	  z-index: 1;
	}

	.detail_bt_green:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #008686;
	  z-index: 2;
	}

	.detail_bt_green {
		color: #fff;
		position: relative;
	  display: inline-block;	
	  min-width: 223px;
	  max-width: 100%;
	  font-size: 1.2rem;
	}
	.detail_bt_green:hover {
		background-color: #5db2b2;
	}
	.detail_bt_green:hover:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #5db2b2;
	  z-index: 2;
	}
	/*------▲ さらに詳しくボタン　▲--------*/
	/*----▼ さらに詳しくボタン ▼-------*/
	.detail_bt_blue {
		text-align: center;
	  position: relative;
	  display: inline-block;
	  padding: 10px 10px;
	  max-width: 100%;
	  color: #fff;
	  font-size: 1.2rem;
	  background: #154480;
	  box-sizing: border-box;
	}

	.detail_bt_blue:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -16px;
	  border: 16px solid transparent;
	  border-left: 16px solid #fff;
	  z-index: 1;
	}

	.detail_bt_blue:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #154480;
	  z-index: 2;
	}

	.detail_bt_blue {
		color: #fff;
		position: relative;
	  display: inline-block;	
	  min-width: 223px;
	  max-width: 100%;
	  font-size: 1.2rem;
	}
	.detail_bt_blue:hover {
		background-color: #5a7ba5;
	}
	.detail_bt_blue:hover:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #5a7ba5;
	  z-index: 2;
	}
	/*------▲ さらに詳しくボタン　▲--------*/

}

/*----　メリット　------*/
.merit_title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	color: #008686;
	padding-top: 200px;
	font-size:3.5rem;
	letter-spacing: 2px;
	padding-bottom: 50px;
	
}

.merit_box{
	float: left;
	width: 30%;
	margin: 15px;
}
.merit_wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.merit_wrapper{ margin-bottom: 100px;}

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

.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%; }
}

/*1720px以下フッターをなくす*/
@media( min-width:600px ) and ( max-width:1720px ){
	.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{
		margin-left: 0;
		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; }
}

/*1200px以下アフターサービス*/
@media(min-width:1000px) and (max-width:1200px){
	#customer_service{
		clear: both;
		background: #ec595e;
	}
	.width1200px{ 
		width: 90%;
		margin: 0 auto;
	}
	.width1200px:after{
		content: '';
		display: block;
		clear: both;
	}
	.customer_catchcopy{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		text-align: center;
		color: #fff;
		padding-top: 100px;
		font-size: 2.5rem;
		line-height: 50px;
	}
	.catch_big{
		font-size: 4rem;
	}
	.customer_left{
		float: left;
		width: 52.5%;
		margin-top: 50px;
		position: relative;
	}
	.customer_left img { vertical-align: bottom;}
	
	.customer_right{
		float: right;
		width: 45.5%;
		margin-top: 50px;
		position: relative;
	}
	.px999_detailg{ display: none;}
	.px999_detailb{ display: none;}

	/*----▼ さらに詳しくボタン ▼-------*/
	.position_green{
		position: absolute;
		bottom: 30%;
		left: 33%;
	}
	.detail_bt_green {
		text-align: center;
	  position: relative;
	  display: inline-block;
	  padding: 10px 10px;
	  width: 100%;
	  color: #fff;
	  font-size: 1.2rem;
	  background: #008686;
	  box-sizing: border-box;
	}

	.detail_bt_green:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -16px;
	  border: 16px solid transparent;
	  border-left: 16px solid #fff;
	  z-index: 1;
	}

	.detail_bt_green:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #008686;
	  z-index: 2;
	}

	.detail_bt_green {
		color: #fff;
		position: relative;
	  display: inline-block;	
	  min-width: 223px;
	  max-width: 100%;
	  font-size: 1.2rem;
	}
	.detail_bt_green:hover {
		background-color: #5db2b2;
	}
	.detail_bt_green:hover:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #5db2b2;
	  z-index: 2;
	}
	/*------▲ さらに詳しくボタン　▲--------*/
	
	/*----▼ さらに詳しくボタン ▼-------*/
	.position_blue{
		position: absolute;
		bottom: 13%;
		left: 22%;
	}
	.detail_bt_blue {
		text-align: center;
	  position: relative;
	  display: inline-block;
	  padding: 10px 10px;
	  max-width: 100%;
	  color: #fff;
	  font-size: 1.2rem;
	  background: #154480;
	  box-sizing: border-box;
	}

	.detail_bt_blue:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -16px;
	  border: 16px solid transparent;
	  border-left: 16px solid #fff;
	  z-index: 1;
	}

	.detail_bt_blue:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #154480;
	  z-index: 2;
	}

	.detail_bt_blue {
		color: #fff;
		position: relative;
	  display: inline-block;	
	  min-width: 223px;
	  max-width: 100%;
	  font-size: 1.2rem;
	}
	.detail_bt_blue:hover {
		background-color: #5a7ba5;
	}
	.detail_bt_blue:hover:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #5a7ba5;
	  z-index: 2;
	}
	/*------▲ さらに詳しくボタン　▲--------*/
}

/*1200px以下メリット*/
@media ( max-width: 1200px ){
	.merit{ 
		width:90%;
		margin: 0 auto;
	}
	.merit_box{
		float: left;
		width: 29%;
		margin: 15px;
	}
	.merit_wrapper{ 
		margin: 0 auto;
		width: 100%;
		margin-bottom: 100px;}
}


/*----------------------------------------------------
------------------------------------------------------*/
/*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){
	
	main{ 
		width: 95%;
		margin: 0 auto;
		padding-top: 50px;
	}
	.main{
		padding-bottom: 10%;
	}
	.bp_button{
		width: 16%;
		position: absolute;
		top: 12%;
		right: 2%;
	}
	.bp_button:hover{ opacity: 0.7 }
}





/*---- 999px以下：選ばれる理由 ----*/
@media(min-width:600px) and (max-width:999px){
	
	.backcolor_blue{
		background-color: #153680;
		margin-top: 10px;
	}
	.width960px{
		width: 75%;
		margin: 0 auto;
	}
	.width960px h2{ 
		width: 75%;
		margin: 0 auto;
	}
	.reason_select_image{ margin: -20px 0;}
	.reason_box{ 
		width: 80%;
		margin: 0 auto;
		padding: 80px 0;}
	.reason_item p{
		font-size: 1.8rem;
		margin: 0 0 80px 110px;
		line-height: 25px;
	}
	.pink{
		color: #ff4f6c;
		font-size: 2.1rem;
		font-weight: bold;
	}

}




/*---- 999px以下：Q&A ----*/
	@media(min-width:600px) and (max-width:999px){
	.width960px{
		width: 90%;
		margin: 0 auto;
	}
	.width960px h2{ 
		width: 70%;
		margin: 0 auto;
	}
	.QandA_box{ 
		width: 80%;
		margin: 0 auto;
		padding: 80px 0;
	}
	.answer_left{ width: 60%; }
	.answer_left_right img{ width: 95%;}
	.answer_left_right p{ font-size: 2.2vw; }
	.answer_right{ width: 40%; }
	.answer1_image{ width: 100%; }
	
	.float_release{ width: 100%; }
	.A_float_left img{ width: 85%; }
	.text_float_right{ width: 90%; }

	.answer_left2{ width: 43%; }
	.answer_right2{
		float: right;
		width: 55%;
		margin-top: 20px;
	}
	.answer_right2 p{ font-size: 2.2vw; }
}



/*999px以下：コンタクトボックス*/
@media(min-width:600px) and (max-width:999px){
	
	.contact_box{
		clear: both;
		background-color: #fff;
		height: 290px;
		margin-top: 80px;
	}
	.contact_text{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		text-align: center;
		padding: 40px 0 0;
		font-size: 2rem;
		font-weight: bold;
		color: #3E3E3E;
	}
	.mailcontact_bt{
		display: block;
		margin: 20px auto;
		width: 80%;
	}
}


/*999px以下：信頼と実績*/

@media(min-width:600px) and (max-width:999px){
	.background_pink{ width: 100%; }
	.trust_appeal_area{ 
		width: 85%;
		margin: 0 auto;
	}
	.appeal_point{
		font-size: 4vw;
		line-height: 160%;
	}
	.big{font-size: 6vw;}
	.big_yellow{font-size: 6vw;}


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

	.exhibition_left{
		float: left;
		width: 60%;
		margin: 40px 0 0;
	}
	.trust_image1{ width: 48%; }
	.trust_image2{ width: 42.5%; }
	.trust_title{ width: 60%; }
	.trust_sabtitle{ font-size: 1.8rem; }
	.exhibition_right{ width: 40%; }
}


/*999px以下：製品紹介*/
@media(min-width:600px) and (max-width:999px){
	 
	#product{
		margin-top:10px; 
	}
	.product_title_area{
		background: #008686;
		padding: 40px;	
	}
	.product_title{
		color: #fff;
		font-size: 2.5rem;
		letter-spacing: 1px;
		text-align: center;
	}
	.product1{
		width: 80%;
		margin: 0 auto;
	}
	.product2{
		clear: both;
		width: 80%;
		margin: 0 auto;
	}
	.product_box{
		margin: 100px 0 0;
		float: left;
		display: block;
		width: 50%;
		text-align: center;
	}
	.bp_logo_position{
		position: relative;
		width: 50%;
	}
	.bp_logo{
		position: absolute;
		width: 25%;
		top:-5%;
		left: -8%;
	}
	.type_ma { width: 60%; }
	.product_name{
		margin-top: 10px; 
		font-size: 1.5rem;
	}
	.thin{ font-weight: normal; }
	.product_text{ 
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 15px;
	}
	.type_ez{ 
		width: 72%;
		padding: 10px 0;
	}
	.film_image{
		width: 95%;
	}
	.oem_image{
		width: 75%;
		margin: -32px 0 0;
	}

	/*----▼ さらに詳しくボタン ▼-------*/
	.detail_bt {
		text-align: center;
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 15px 7em 0;
	  padding: 10px 10px;
	  min-width: 223px;
	  max-width: 100%;
	  color: #fff;
	  font-size: 1.2rem;
	  background: #008686;
	  box-sizing: border-box;
	}

	.detail_bt:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -16px;
	  border: 16px solid transparent;
	  border-left: 16px solid #fff;
	  z-index: 1;
	}

	.detail_bt:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #008686;
	  z-index: 2;
	}

	.detail_bt {
		color: #fff;
		position: relative;
	  display: inline-block;	
	  min-width: 223px;
	  max-width: 100%;
	  font-size: 1.2rem;
	}
	.detail_bt:hover {
		background-color: #5db2b2;
	}
	.detail_bt:hover:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #5db2b2;
	  z-index: 2;
	}
	/*------▲ さらに詳しくボタン　▲--------*/
	.detail_bt599px{ display: none; }
}


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

	#customer_service{
		clear: both;
		background: #ec595e;
		box-sizing: border-box;
	}
	.width1200px{ 
		width: 90%;
		margin: 0 auto;
	}
	.width1200px:after{
		content: '';
		display: block;
		clear: both;
	}
	.customer_catchcopy{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		text-align: center;
		color: #fff;
		padding-top: 100px;
		font-size: 3vw;
		line-height: 180%;
	}
	.catch_big{
		font-size: 5vw;
	}
	.customer_left{
		float: left;
		width: 52.5%;
		margin-top: 50px;
		position: relative;
	}
	.customer_left img { vertical-align: bottom;}
	.customer_right{
		float: right;
		width: 45.5%;
		margin-top: 50px;
		position: relative;
	}
	

	/*----▼ さらに詳しくボタン ▼-------*/
	.position_green{ display: none; }
	.px999_detailg{
		width: 50%;
		position: absolute;
		bottom: 30%;
		left: 35%;
	}
	.px999_detail_bt_g{
		width: 100%;
		text-align: center;
		background: #008686;
		display: inline-block;
		padding: 10px;
		border-radius: 20px;
		font-size: 1.2rem;
		color: #fff;
	}
	.px999_detail_bt_g:hover{ opacity: 0.8;}
	
	/*------▲ さらに詳しくボタン　▲--------*/
	
	/*----▼ さらに詳しくボタン ▼-------*/
	.position_blue{ display: none }
	
	.px999_detailb{
		width: 60%;
		position: absolute;
		bottom: 13%;
		left: 20%;
	}
	.px999_detail_bt_b{
		width: 100%;
		text-align: center;
		background: #154480;
		display: inline-block;
		padding: 10px;
		border-radius: 20px;
		font-size: 1.2rem;
		color: #fff;
	}
	.px999_detail_bt_g:hover{ opacity: 0.8;}	
}
	
	
	
/*999px以下：メリット*/
@media(min-width:600px) and (max-width:999px){
	.width960px{ 
		width: 90%;
		margin: 0 auto;
	}
	.merit_title{
		padding-top: 150px;
		font-size:3.6vw;
	}

	.merit_box{
		float: left;
		width: 31%;
		margin: 5px;
	}
	.merit_wrapper:after{
		content: '';
		display: block;
		clear: both;
	}
	.merit_wrapper{ 
		width: 100%;
		margin: 0 auto;
		padding-bottom: 50px;}
}


/*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; }
	#catalog_dl{ display: none; }
}

/*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以下：メインエリア*/
@media(max-width:599px){
	
	main{ 
		width: 98%;
		margin: 0 auto;
		padding-top: 20px;
	}
	.main{
		padding-bottom: 5%;
	}
	.bp_button{
		width: 16%;
		position: absolute;
		top: 13%;
		right: 2%;
	}
	.bp_button:hover{ opacity: 0.7 }


}





/*---- 599px以下：選ばれる理由 ----*/
@media(max-width:599px){
	
	.backcolor_blue{
		background-color: #153680;
		margin-top: 5px;
	}
	.width960px{
		width: 90%;
		margin: 0 auto;
	}
	.width960px h2{ 
		margin: 0 auto;
	}
	.reason_select_image{ 
		width: 80%;
		margin: -12px 0;
	}
	.reason_box{ 
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;}
	.reason_appeal{ font-size: 1.5rem;}
	.black_line {
		height: 1px;
		background-color: black;
		margin: -5px 0 10px 50px;
		border: none;
	}
	
	.appeal1:before{
		content: url("../images/appeal1.svg");
		display: inline-block;
		width: 50px;
		vertical-align: middle;
	}
	.appeal2:before{
		content: url("../images/appeal2.svg");
		display: inline-block;
		width: 50px;
		vertical-align: middle;
	}

	.appeal3:before{
		content: url("../images/appeal3.svg");
		display: inline-block;
		width: 50px;
		vertical-align: middle;
	}

	.appeal4:before{
		content: url("../images/appeal4.svg");
		display: inline-block;
		width: 50px;
		vertical-align: middle;
	}

	.reason_item p{
		font-size: 1.2rem;
		margin: 0 0 30px 50px;
		line-height: 18px;
	}
	.pink{
		color: #ff4f6c;
		font-size: 1.3rem;
		font-weight: bold;
	}

}




/*---- 599px以下：Q&A ----*/
	@media(max-width:599px){
	.width960px{
		width: 90%;
		margin: 0 auto;
	}
	.width960px h2{ 
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.QandA_title{ 
		width: 80%;
		margin: -15px auto 0;}

	.QandA_box{ 
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.question{
		font-size: 1.5rem;
		font-weight: bold;
	}
	.question:before{
		content: url("../images/Q.svg");
		display: inline-block;
		width: 25px;
		vertical-align: middle;
	}
	.green_dashed{ 
		border-top: 1px dashed #008686;
		margin-top: -1px; 
	}
	.answer_left{ 
		float: left;
		margin-top: 10px;
		width: 60%;
	}
	.answer_left_right img{ width: 90%;}
	.answer_left_right p{
		background-color: #008686;
		margin: 10px 10px 0 0;
		padding: 5px 10px;
		color: #fff;
		font-size: 1rem;
	}
	.answer_right{
		float: right;
		width: 40%;
	}
	.answer1_image{
		width: 95%;
	}
	.answer_text{
		clear: both;
		font-size: 1.2rem;
		line-height: 18px;
		padding-top:10px; 
	}
	.answer_item{ margin-top: 30px;}

	.A_float_left{
		float: left;
		width: 6%;
	}
	.text_float_right{
		float: right;
		width: 90%;
		margin: -5px 0;
	}
	.float_release:after{
		content: '';
		display:block;
		clear: both;
	}

	.answer_left2{
		float: left;
		width: 43%;
	}
	.answer_right2{
		float: right;
		width: 55%;
		margin-top: 5px;
	}
	.answer_right2 p{
		background-color: #ff4f6c;
		margin: 5px 0px 0 0;
		padding: 5px 10px;
		color: #fff;
		font-size: 1rem;
	}
	.small{ font-size: 1.5rem;}

}



/*599px以下：コンタクトボックス*/
@media(max-width:599px){
	
	.contact_box{
	clear: both;
	background-color: #fff;
	height: 250px;
	margin-top: 80px;
	}
	.contact_text{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		text-align: center;
		padding: 40px 0 0;
		font-size: 4vw;
		font-weight: bold;
		color: #3E3E3E;
	}
	.mailcontact_bt{
		display: block;
		margin: 20px auto;
		width: 90%;
	}
	.mail_and_tel{ 
		width:80%;
		margin: 0 auto;
	}
	.tel_arrow{
		float: left;
		width: 50%;
	}
	.contact_box_tel{
		float: right;
		width: 40%;
		margin: 10px;
	}
}


/*599px以下：信頼と実績*/

@media(max-width:599px){
	.trust_appeal_area{ 
		width: 85%;
		margin: 0 auto;
	}
	.appeal_point{
		font-size: 4vw;
		line-height: 160%;
	}
	.big{ font-size: 6vw; }
	.big_yellow{ font-size: 6vw; }

	.exhibition{
		width: 95%;
		margin: 0 auto;
	}

	.exhibition_left{
		float: left;
		width: 50%;
		margin: 10px 0 0;
	}
	.exhibition_right{
		float: right;
		width: 50%;
		margin: 10px 0 0;
	}
	.trust_image1{ width: 48%; }
	.trust_image2{ width: 42.5%; }
	
	.trust_title{ width: 60%; }
	.trust_sabtitle{
		background-color: #153680;
		padding: 5px 10px;
		color: #fff;
		font-size: 1rem;
		margin: 5px 0 0;
	}
	
	.exhibition_text{
		clear: both;
		font-size: 1.2rem;
		line-height: 15px;
		padding-top: 5px; 
	}
	#trust_performance{ padding-bottom: 50px;}

}

/*599px以下：製品紹介*/
@media(max-width:599px){
	#product{
		margin-top:10px;
		padding-bottom: 70px;
	}
	#product:after{
		content: '';
		display: block;
		clear: both;
	}
	.product_title_area{
		background: #008686;
		padding: 20px;	
	}
	.product_title{
		color: #fff;
		font-size: 4.5vw;
		letter-spacing: 1px;
		text-align: center;
	}
	.product1{
		width: 95%;
		margin: 0 auto;
	}
	.product2{
		clear: both;
		width: 95%;
		margin: 0 auto;
	}
	.product_box{
		margin: 30px 0 0;
		float: left;
		display: block;
		width: 50%;
		text-align: center;
	}
	.bp_logo_position{
		position: relative;
		width: 50%;
	}
	.bp_logo{
		position: absolute;
		width: 25%;
		top:-5%;
		left: 0%;
	}
	.type_ma { width: 75%; }
	.product_name{
		margin-top: 10px; 
		font-size: 2vw;
	}
	.thin{ font-weight: normal; }
	.product_text{ 
		margin-top: 10px;
		font-size: 1.5vw;
		line-height: 10px;
	}
	.type_ez{ 
		width: 85%;
		padding: 13px 0;
	}
	.film_image{
		width: 95%;
	}
	.oem_image{
		width: 80%;
		margin: -10px 0 0;
	}

	/*----▼ さらに詳しくボタン ▼-------*/
	.detail_bt { display: none; }
	.detail_bt599px{
		display: inline-block;
		margin: 10px 0 0;
		background: #008686;
		padding: 5px 20px;
		color: #fff;
		border-radius: 10px;
	}
	.detail_bt599px:hover{ opacity: 0.7}
		
	/*------▲ さらに詳しくボタン　▲--------*/
}


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

	#customer_service{
		clear: both;
		background: #ec595e;
		box-sizing: border-box;
	}
	.width1200px{ 
		width: 95%;
		margin: 0 auto;
	}
	.width1200px:after{
		content: '';
		display: block;
		clear: both;
	}
	.customer_catchcopy{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		text-align: center;
		color: #fff;
		padding-top: 30px;
		font-size: 3vw;
		line-height: 180%;
	}
	.catch_big{
		font-size: 5vw;
	}
	.customer_left{
		float: left;
		width: 52.5%;
		margin-top: 20px;
		position: relative;
	}
	.customer_left img { vertical-align: bottom;}
	.customer_right{
		float: right;
		width: 45.5%;
		margin-top: 20px;
		position: relative;
	}
	

	/*----▼ さらに詳しくボタン ▼-------*/
	.position_green{ display: none; }
	.px999_detailg{
		width: 50%;
		position: absolute;
		bottom: 29%;
		left: 35%;
	}
	.px999_detail_bt_g{
		width: 100%;
		text-align: center;
		background: #008686;
		display: inline-block;
		padding: 5px;
		border-radius: 10px;
		font-size: 1rem;
		color: #fff;
	}
	.px999_detail_bt_g:hover{ opacity: 0.8;}
	
	/*------▲ さらに詳しくボタン　▲--------*/
	
	/*----▼ さらに詳しくボタン ▼-------*/
	.position_blue{ display: none }
	
	.px999_detailb{
		width: 60%;
		position: absolute;
		bottom: 12%;
		left: 20%;
	}
	.px999_detail_bt_b{
		width: 100%;
		text-align: center;
		background: #154480;
		display: inline-block;
		padding: 5px;
		border-radius: 10px;
		font-size: 1rem;
		color: #fff;
	}
	.px999_detail_bt_g:hover{ opacity: 0.8;}	
}
	
	
	
/*599px以下：メリット*/
@media(max-width:599px){
	.merit{ margin: 50px auto 0; }
	.width960px{ width:95%; } 
	.merit_title{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		text-align: center;
		color: #008686;
		font-size:4vw;
		letter-spacing: 2px;
		margin-bottom: 60px;

	}

	.merit_box{
		float: left;
		width: 29%;
		margin: 5px;
	}
	.merit_wrapper:after{
		content: '';
		display: block;
		clear: both;
	}
	.merit_wrapper{ 
		width: 100%;
		margin: 10px auto 0;
		padding-bottom: 50px;
	}
}


/*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; }
}
@media( max-width:599px ){
	#page_top{ display: none!important; }
	#catalog_dl{ display: none!important; }
}
