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

html{
	font-size: 62.5%;
}
*,*::before,*::after{
	box-sizing: border-box;
}
body{
	background: #151C20 url("../image/heat_shild_difference/syanetu_dannetsu_top.jpg") no-repeat fixed left bottom;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
}
a { text-decoration: none; }

header{
	width: 100%;
	background-color: rgba(1,2,2,0.80);
}

@media (min-width: 1201px){
	/*----▼ ダウンロードボタン　▼------*/
	/*
	#download_bt{
	  width: 120px;
	  height: 120px;
	  position: fixed;
	  right: 20px;
	  top: 300px;
	  background:  linear-gradient(125deg, #fff, #5f5c5c);
	  border-radius: 50%;
		z-index: 10;
	}
	#download_bt a{
	  position: relative;
	  display: block;
	  width: 120px;
	  height: 120px;
	  text-decoration: none;
	}
	#download_bt a::before{

	  content: url("../image/about/download_bt.svg");
	  font-size: 25px;
	  color: #000;
	  position: absolute;
	  width: 35px;
	  top: 70px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
	#download_bt a::after{
	  content: 'カタログ\Aダウンロード';
	  white-space: pre;
	  font-size: 1.4rem;
	  font-weight: bold;
	  line-height: 17px;
	  color: #000000;
	  position: absolute;
	  top: 30px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}	
	*/
	#download_bt{
		position: fixed;
		right: 8px;
		top: 300px;
		z-index: 10;
	  }
	
	  #download_bt_heat{
		position: fixed;
		right: 8px;
		top: 360px;
		z-index: 10;
	  }
	
	 #download_bt_cool{
		position: fixed;
		right: 8px;
		top: 420px;
		z-index: 10;
	 }
	/*-----▲ ダウンロードボタン　▲------*/


	
	/*-----▼  ヘッダー  ▼-------*/
	.top_line{ float:right; }
	.top_title{
		padding: 50px 30px 0;
		font-size: 1.5rem;
		font-weight: normal;
		float: left;
	}
	.top_tel{
		width: 250px;
		float: left;
		margin-top: 15px; 
	}
	.top_contact_bt{
		width: 160px;
		padding: 10px 15px 10px 10px;
		float: left;
		display: block;
		margin: 30px 30px 20px;
		background: linear-gradient(#fff, #5f5c5c); 
		border-radius: 7px;
	}
	.top_contact_bt:hover { background: #EED801; }



	/*-------トグルボタン----------*/
	.menu { display: block !important; }
	.menubtn{ display: none;}



	/*------▼　グローバルナビ（ドロップダウン）▼------ */

		#accordion{ display: none;}
	#global_navi{ 
		clear: both; 
	}
	.dropdwn{
		max-width: 1200px;
		display: flex;
	}
	.dropdwn a { 
		text-decoration: none;
		color: #fff;
	}

	.nav_uldropdwn{
		text-align: center;
		text-decoration: none;
		margin: 0 auto;
		padding: 0;
		color: #fff;
	}
	.nav_lidropdwn{
		position: relative;
		padding: 5px;
		display: block;
		cursor: pointer;
	}
	.nav_lidropdwn:hover{
		border-bottom: solid 2px #fff;
	}

	.dropdwn>li{
		width: 1200px;
		margin: 1px;
		display: inline;
	}

	.dropdwn_menu{
		width: 100%;
		display: none;
		position: absolute;
		margin-left: -5px;
		margin-top: 5px;
		padding: 5px;
		background: rgba(1,2,2,0.80);
	}

	.dropdwn_menu li{
		width: 100%;
	}

	.dropdwn_menu li a{
		padding: 15px 0;
		margin: -5px 5px -5px -5px;
		display: block;
		color: #fff;
	}

	.nav_lidropdwn a:hover{
		color: #8B8B8B;

	}

	.dropdwn_mark::after{ 
		content: '▼';
		font-size: 1.2rem;
	}

	/*------▲　グローバルナビ（ドロップダウン）▲-------- */


	/*------▼  タイトルエリア　 ▼-------*/
	.title{
		font-size: 3rem;
		margin: 150px auto;
		letter-spacing: 3px;
	}


	/*-----▼ 断熱と遮熱の違い ▼--------*/
	.difference{ background-color: #fff;}
	.width_960px{
		width: 960px;
		margin: 0 auto;
		color: #000;
		overflow: hidden;
	}
	.dannetsu_text_area{ 
		display: flex;
		margin: 100px 0 0 230px;
	}
	.syanetsu_text_area{ 
		display: flex;
		margin: 20px 0 0 230px;
	}
	.difference_text{
		font-size: 2rem;
		font-weight: 500;
		margin: 10px 0;
	}
	.dannetsu{
		font-size: 2.5rem;
		background: #fce2d4;
		padding: 5px 10px;
	}
	.syanetsu{
		font-size: 2.5rem;
		background: #cee2f1;
		padding: 5px 10px;
	}
	.difference_text::before{
		content: ' … ';
		background: #fff;
	}
	.difference1{
		width: 600px;
		margin: 80px 0 150px;
	}

	/*-----▼ 倉庫内温度比較 ▼--------*/
	.temperature_comparison{
		background:  linear-gradient(#ececec, #b3b1b1);  
	}
	.temp_title{
		margin: 150px 0 0;
		font-size: 2.5rem;
	}
	.temp_text{
		margin: 5px 0 50px;
	}
	.difference2{
		width: 700px;
		margin: 0 0 50px 100px
	}
	.difference3{
		width: 700px;
		margin: 0 0 100px 100px
	}
	.difference4{
		width: 600px;
		margin-bottom: 200px;
	}

	/*----- リンク先　------*/
	.flex_box{
		display: table;
		width: 30%;
		margin: 0px auto 0;
		table-layout: fixed;
		padding-bottom: 200px;
	}
	.par{ width: 51% }
	.flex_item{
		display: table-cell;
	}
	.flex_box img:hover{

	 opacity: 0.6;}


	/*------▼ お問い合わせ　▼------*/
	.contact{ background: #fff;  }
	.contact_title{
		color: #151c20;
		padding-top: 150px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 606px;
		margin: 0 auto;
		overflow: hidden;
	}
	.contact_mail:hover{

	 opacity: 0.6;}
	.contact_mail{
		float: left;
		margin-right: 10px;
		width: 304px;
	}
	.contact_tel{
		float: left;
		width: 292px;
		margin-top: 4px;
		margin-bottom: 80px;
	}

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

	/*----▲ フッター ▲------*/
	footer{ background-color: #151c20;}
	footer:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_left{
		width: 25%;
		float: left;
	}

	.logo{
		width: 190px;
		float: left;
		margin: 150px 0 0 150px;
	}
	.address_area{
		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: 75%;
		margin: 150px 0 30px; 
	}
	.footer_nav{
		list-style: none;
		display: flex;
		text-align: left;
	}
	.outer{ 
		margin-right: 70px;
		font-size: 1.5rem;
		font-weight: 500;
	}
	.footer_nav a { color: #fff; }
	.inner{
		text-align: left;
		list-style: none;
	}
	.footer_li{
		position: relative;
		padding: 10px 0;
		display: block;
		cursor: pointer;
	}
	.inner a{
		font-size: 1.3rem;
		font-weight: 400;
	}
	.hover:after{
		content: ' ▶︎';
		font-size: 1rem;
	}
	.hover:hover{
		color: #686868;
	}

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

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








@media (min-width: 960px) and (max-width: 1200px){
	
	/*------- ダウンロードボタン ------*/
	/*
	#download_bt{
	  width: 100px;
	  height: 100px;
	  position: fixed;
	  right: 20px;
	  top: 250px;
	  background:  linear-gradient(125deg, #fff, #5f5c5c);
	  border-radius: 50%;
	}
	#download_bt a{
	  position: relative;
	  display: block;
	  width: 100px;
	  height: 100px;
	  text-decoration: none;
	}
	#download_bt a::before{
 	  content: url("../image/index/SVG/download_bt.svg");
	  color: #000;
	  position: absolute;
	  width: 28px;
	  top: 63px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
	#download_bt a::after{
	  content: 'カタログ\Aダウンロード';
	  white-space: pre;
	  font-size: 1.3rem;
	  font-weight: bold;
	  line-height: 17px;
	  color: #000000;
	  position: absolute;
	  top: 23px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
	*/

	#download_bt{
		position: fixed;
		right: 8px;
		top: 300px;
		z-index: 10;
	  }
	
	  #download_bt_heat{
		position: fixed;
		right: 8px;
		top: 360px;
		z-index: 10;
	  }
	
	 #download_bt_cool{
		position: fixed;
		right: 8px;
		top: 420px;
		z-index: 10;
	 }
	
    /*------ ヘッダー　-------*/
	.top_line{ 
	float: right;
	}
	.top_title{
		padding: 40px 30px 0;
		font-size: 1.3rem;
		font-weight: normal;
		float: left;
	}
	.top_tel{
		width: 200px;
		float: left;
		margin-top: 15px; 
	}
	.top_contact_bt{
		width: 150px;
		padding: 10px 15px 10px 10px;
		float: left;
		display: block;
		margin: 30px 30px 10px;
		background: linear-gradient(#fff, #5f5c5c); 
		border-radius: 7px;
	}
	.top_contact_bt:hover { background: #EED801; }


		/*-------トグルボタン----------*/
	.menu { display: block !important; }
	.menubtn{ display: none;}


	/*------▼　グローバルナビ（ドロップダウン）▼------ */

	#accordion{ display: none;}
	#global_navi{ 
		width: 100%;
		clear: both; 
		}
	.dropdwn{
		width: 100%;
		display: flex;
		font-size: 1.1rem;
	}
	.dropdwn a { 
		text-decoration: none;
		color: #fff;
	}

	.nav_uldropdwn{
		text-align: center;
		text-decoration: none;
		margin: 0 auto;
		padding: 0;
		color: #fff;
	}
	.nav_lidropdwn{
		position: relative;
		padding: 5px;
		display: block;
		cursor: pointer;
	}
	.nav_lidropdwn:hover{
		border-bottom: solid 2px #fff;
	}

	.dropdwn>li{
		width: 1200px;
		margin: 1px;
		display: inline;
	}

	.dropdwn_menu{
		width: 100%;
		display: none;
		position: absolute;
		margin-left: -5px;
		margin-top: 5px;
		padding: 5px;
		background: rgba(1,2,2,0.80);
	}

	.dropdwn_menu li{
		width: 100%;
	}

	.dropdwn_menu li a{
		padding: 15px 0;
		margin: -5px 5px -5px -5px;
		display: block;
		color: #fff;
	}

	.nav_lidropdwn a:hover{
		color: #8B8B8B;

	}

	.dropdwn_mark::after{ 
		content: '▼';
		font-size: 1rem;
	}

	/*------▲　グローバルナビ（ドロップダウン）▲-------- */
	
	/*------▼  タイトルエリア　 ▼-------*/
	.title{
		font-size: 3rem;
		margin: 130px auto;
		letter-spacing: 3px;
	}
	
	/*-----▼ 断熱と遮熱の違い ▼--------*/
	.difference{ background-color: #fff;}
	.width_960px{
		width: 960px;
		margin: 0 auto;
		color: #000;
		overflow: hidden;
	}
	.dannetsu_text_area{ 
		display: flex;
		margin: 100px 0 0 230px;
	}
	.syanetsu_text_area{ 
		display: flex;
		margin: 20px 0 0 230px;
	}
	.difference_text{
		font-size: 2rem;
		font-weight: 500;
		margin: 10px 0;
	}
	.dannetsu{
		font-size: 2.5rem;
		background: #fce2d4;
		padding: 5px 10px;
	}
	.syanetsu{
		font-size: 2.5rem;
		background: #cee2f1;
		padding: 5px 10px;
	}
	.difference_text::before{
		content: ' … ';
		background: #fff;
	}
	.difference1{
		width: 600px;
		margin: 80px 0 150px;
	}

	/*-----▼ 倉庫内温度比較 ▼--------*/
	.temperature_comparison{
		background:  linear-gradient(#ececec, #b3b1b1);  
	}
	.temp_title{
		margin: 150px 0 0;
		font-size: 2.5rem;
	}
	.temp_text{
		margin: 5px 0 50px;
	}
	.difference2{
		width: 700px;
		margin: 0 0 50px 100px
	}
	.difference3{
		width: 700px;
		margin: 0 0 100px 100px
	}
	.difference4{
		width: 500px;
		margin-bottom: 200px;
	}

	/*----- リンク先　------*/
	.flex_box{
		display: table;
		width: 60%;
		margin: 0px auto 0;
		table-layout: fixed;
		padding-bottom: 200px;
	}
	.par{ width: 51% }
	.flex_item{
		display: table-cell;
	}
	.flex_box img:hover{

	 opacity: 0.6;}

	/*------▼ お問い合わせ　▼------*/
	.contact{ background: linear-gradient(#ececec, #b3b1b1);}
	.contact_title{
		color: #151c20;
		padding-top: 150px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 606px;
		margin: 0 auto;
		overflow: hidden;
	}
	.contact_mail:hover{

	 opacity: 0.6;}
	.contact_mail{
		float: left;
		margin-right: 10px;
		width: 304px;
	}
	.contact_tel{
		float: left;
		width: 292px;
		margin-top: 4px;
		margin-bottom: 80px;
	}

	/*----▲ お問い合わせ　▲------*/
	
	/*----▼ フッター　▼------*/
	footer{ 
	background-color: #151c20; 
	width: 100%;
	}
	footer:after{
		content: '';
		display: block;
		clear: both;
	}

	.logo{
		width: 190px;
		float: left;
		margin: 100px 0 30px 50px;
	}
	.address_area{ display: none; }


	.footer_right{
		float: left;
		width: 100%;
		margin: 0 10px 30px 50px; 
	}
	.footer_nav{
		list-style: none;
		text-align: left;
	}
	.outer{ 
		font-size: 1.5rem;
		font-weight: 500;
		margin: 30px 0 ;
	}
	.footer_nav a { color: #fff; }
	.inner{
		text-align: left;
		list-style: none;
	}
	.footer_li{
		position: relative;
		padding: 5px 0;
		display: block;
		cursor: pointer;
	}
	.inner a{
		font-size: 1.3rem;
		font-weight: 400;
	}
	.hover:after{
		content: ' ▶︎';
		font-size: 1rem;
	}
	.hover:hover{
		color: #686868;
	}


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

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








@media (min-width: 479px) and (max-width: 959px){
	/*-----▼  ヘッダー  ▼-------*/
	.header_back_color{
		width: 100%;
		background: rgba(1,2,2,0.40);
		overflow: hidden;
	}

	.top_line{ float: left;}
	.top_title{
		padding: 30px 30px 0;
		font-size: 1.5rem;
		font-weight: normal;
		float: none;
	}
	.top_tel{
		width: 60%;
		float: none;
		margin: 8px 0 0 -40px; 
	}
	.top_contact_bt{
		width: 40%;
		padding: 10px 15px 10px 10px;
		float: none;
		display: block;
		margin: 8px 30px 20px;
		background: linear-gradient(#fff, #5f5c5c); 
		border-radius: 7px;
	}
	.top_contact_bt:hover { background: #EED801; }


	/*	--------トグルボタン---------*/
		.menu { display: none !important; }
		.menubtn{
			padding: 6px 12px;
			border: solid 1px #aaaaaa;
			border-radius: 5px;
			position: absolute;
			top: 30px;
			right: 30px;
			cursor: pointer;
		}
		.menubtn:hover {background-color: #ddd;}
		.menubtn:focus {outline: none;}
		.menubtn i {
			color: #888888;
			font-size: 1.8rem;
		}
		.menubtn span{ 
			display: inline-block;
			text-indent: -9999px;
		}



	/*------▼　グローバルナビ(アコーディオン)　▼------ */
	#global_navi{ display: none;}

	/** =======================
	 * Contenedor Principal
	 ===========================*/
	.accordion {
		width: 100%;
		margin: 0 auto 20px;
		background:  rgba(1,2,2,0.40);
	 }
		.link a{ color: #fff;}
		.link a:hover{ color: #595959;}
	.accordion .link {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 42px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		border-bottom: 1px solid #4b4b4b;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li:last-child .link {
		border-bottom: 0;
	}

	.accordion li i {
		position: absolute;
		top: 16px;
		left: 12px;
		font-size: 18px;
		color: #595959;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li i.fa-chevron-down {
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li i.fa-angle-right{
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li.open .link {
		color: rgba(180,180,180,1);
	}

	.accordion li.open i {
		color: rgba(180,180,180,1);
	}
	.accordion li.open i.fa-chevron-down {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.accordion li.default .submenu {display: block;}
	/**
	 * Submenu
	 -----------------------------*/
	 .submenu {
		display: none;
		background:  rgba(180,180,180,0.5);
		font-size: 1.4rem;
	 }

	 .submenu li {
		border-bottom: 1px solid #3a3a3a;
	 }

	 .submenu a {
		display: block;
		text-decoration: none;
		color: #d9d9d9;
		padding: 12px;
		padding-left: 42px;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	 }

	 .submenu a:hover {
		background: #292929;
		color: #fff;
	 }

    /*------▲　グローバルナビ（ドロップダウン）▲-------- */
	
	/*------▼  タイトルエリア　 ▼-------*/
	.title{
		font-size: 2.5rem;
		margin: 80px auto;
		letter-spacing: 3px;
	}
	
	/*-----▼ 断熱と遮熱の違い ▼--------*/
	.difference{ background-color: #fff;}
	.width_960px{
		width: 100%;
		margin: 0 auto;
		color: #000;
		overflow: hidden;
	}
	.dannetsu_text_area{ 
		display: flex;
		margin: 50px 0 0 60px;
	}
	.syanetsu_text_area{ 
		display: flex;
		margin: 20px 0 0 60px;
	}
	.difference_text{
		font-size: 1.8rem;
		font-weight: 500;
		margin: 10px 0;
	}
	.dannetsu{
		font-size: 2rem;
		background: #fce2d4;
		padding: 5px 10px;
	}
	.syanetsu{
		font-size: 2rem;
		background: #cee2f1;
		padding: 5px 10px;
	}
	.difference_text::before{
		content: ' … ';
		background: #fff;
	}
	.difference1{
		width: 70%;
		margin: 80px 0 100px;
	}

	/*-----▼ 倉庫内温度比較 ▼--------*/
	.temperature_comparison{
		background:  linear-gradient(#ececec, #b3b1b1);  
	}
	.temp_title{
		margin: 100px 0 0;
		font-size: 2.2rem;
	}
	.temp_text{
		margin: 5px 0 50px;
	}
	.difference2{
		width: 80%;
		margin: 0 auto 50px;
	}
	.difference3{
		width: 80%;
		margin: 0 auto 50px;
	}
	.difference4{
		width: 60%;
		margin-bottom: 100px;
	}

	/*----- リンク先　------*/
	.flex_box{
		display: table;
		width: 70%;
		margin: 0px auto 0;
		table-layout: fixed;
		padding-bottom: 100px;
	}
	.par{ width: 51% }
	.flex_item{ display: table-cell; }
	.flex_box img:hover{ opacity: 0.6; }	
	
	
	/*------▼ お問い合わせ　▼------*/
	.contact{ background: linear-gradient(#ececec, #5f5c5c);  }
	.contact_title{
		color: #151c20;
		padding-top: 150px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 606px;
		margin: 0 auto;
		overflow: hidden;
	}
	.contact_mail:hover{

	 opacity: 0.6;}
	.contact_mail{
		float: left;
		margin-right: 10px;
		width: 304px;
	}
	.contact_tel{
		float: left;
		width: 292px;
		margin-top: 4px;
		margin-bottom: 80px;
	}

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

	/*----▲ フッター ▲------*/
	footer{ 
	background-color: #151c20; 
	width: 100%;
	}
	footer:after{
		content: '';
		display: block;
		clear: both;
	}

	.logo{
		width: 190px;
		float: left;
		margin: 100px 0 30px 50px;
	}
	.address_area{ display: none; }


	.footer_right{
		float: left;
		width: 100%;
		margin: 0 10px 30px 50px; 
	}
	.footer_nav{
		list-style: none;
		text-align: left;
	}
	.outer{ 
		font-size: 1.5rem;
		font-weight: 500;
		margin: 30px 0 ;
	}
	.footer_nav a { color: #fff; }
	.inner{
		text-align: left;
		list-style: none;
	}
	.footer_li{
		position: relative;
		padding: 5px 0;
		display: block;
		cursor: pointer;
	}
	.inner a{
		font-size: 1.3rem;
		font-weight: 400;
	}
	.hover:after{
		content: ' ▶︎';
		font-size: 1rem;
	}
	.hover:hover{
		color: #686868;
	}


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

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

/*------- 説明エリア&お問い合わせ　629px以下 --------*/
@media (max-width: 629px) and (min-width: 479px){
		
	/*------▼ お問い合わせ　▼------*/
	.contact{ 
		background: linear-gradient(#ececec, #5f5c5c); 
	}
	.contact_title{
		color: #151c20;
		padding-top: 100px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 100%;
	}
	.contact_mail{
		float: none;
		width: 60%;
	}
	.contact_tel{
		float: none;
		width: 57%;
		margin-top: 4px;
		margin-right: 6px;
	}
	.contact_mail :hover{
		opacity: 0.6;
	}
/*----▲ お問い合わせ　▲------*/
}










@media (max-width: 478px){
/*-----▼  ヘッダー  ▼-------*/
	.header_back_color{
		width: 100%;
		background: rgba(1,2,2,0.40);
		overflow: hidden;
	}

	.top_line{ float: left;}
	.top_title{
		padding: 30px 30px 0;
		font-size: 1.1rem;
		font-weight: normal;
		float: none;
	}
	.top_tel{
		width: 50%;
		float: none;
		margin: 8px 0 0 -35px; 
	}
	.top_contact_bt{
		width: 40%;
		padding: 10px 15px 10px 10px;
		float: none;
		display: block;
		margin: 8px 30px 20px;
		background: linear-gradient(#fff, #5f5c5c); 
		border-radius: 7px;
	}
	.top_contact_bt:hover { background: #EED801; }


/*	--------トグルボタン---------*/
	.menu { display: none !important; }
	.menubtn{
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		position: absolute;
		top: 30px;
		right: 30px;
		cursor: pointer;
	}
	.menubtn:hover {background-color: #ddd;}
	.menubtn:focus {outline: none;}
	.menubtn i {
		color: #888888;
		font-size: 1.8rem;
	}
	.menubtn span{ 
		display: inline-block;
		text-indent: -9999px;
	}
	
	/*------▼　グローバルナビ(アコーディオン)　▼------ */
	#global_navi{ display: none;}

	/** =======================
	 * Contenedor Principal
	 ===========================*/
	.accordion {
		width: 100%;
		margin: 0 auto 20px;
		background:  rgba(1,2,2,0.40);
	 }
		.link a{ color: #fff;}
		.link a:hover{ color: #595959;}
	.accordion .link {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 42px;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		border-bottom: 1px solid #4b4b4b;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li:last-child .link {
		border-bottom: 0;
	}

	.accordion li i {
		position: absolute;
		top: 16px;
		left: 12px;
		font-size: 18px;
		color: #595959;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.accordion li i.fa-chevron-down {
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li i.fa-angle-right{
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	.accordion li.open .link {
		color: rgba(180,180,180,1);
	}

	.accordion li.open i {
		color: rgba(180,180,180,1);
	}
	.accordion li.open i.fa-chevron-down {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.accordion li.default .submenu {display: block;}
	/**
	 * Submenu
	 -----------------------------*/
	 .submenu {
		display: none;
		background:  rgba(180,180,180,0.5);
		font-size: 1.4rem;
	 }

	 .submenu li {
		border-bottom: 1px solid #3a3a3a;
	 }

	 .submenu a {
		display: block;
		text-decoration: none;
		color: #d9d9d9;
		padding: 12px;
		padding-left: 42px;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	 }

	 .submenu a:hover {
		background: #292929;
		color: #fff;
	 }

    /*------▲　グローバルナビ（ドロップダウン）▲-------- */
	
	
	/*------▼  タイトルエリア　 ▼-------*/
	.title{
		font-size: 2rem;
		margin: 50px auto;
		letter-spacing: 3px;
	}
	
	
	/*-----▼ 断熱と遮熱の違い ▼--------*/
	.difference{ background-color: #fff;}
	.width_960px{
		width: 100%;
		margin: 0 auto;
		color: #000;
		overflow: hidden;
	}
	.dannetsu_text_area{ 
		display: flex;
		margin: 50px 0 0 20px;
	}
	.syanetsu_text_area{ 
		display: flex;
		margin: 20px 0 0 20px;
	}
	.difference_text{
		font-size: 1.5rem;
		font-weight: 500;
		margin: 10px 0;
	}
	.dannetsu{
		font-size: 1.5rem;
		background: #fce2d4;
		padding: 5px 10px;
	}
	.syanetsu{
		font-size: 1.5rem;
		background: #cee2f1;
		padding: 5px 10px;
	}
	.difference_text::before{
		content: ' … ';
		background: #fff;
	}
	.difference1{
		width: 90%;
		margin: 20px 0 100px;
	}

	/*-----▼ 倉庫内温度比較 ▼--------*/
	.temperature_comparison{
		background:  linear-gradient(#ececec, #b3b1b1);  
	}
	.temp_title{
		margin: 100px 0 0;
		font-size: 2rem;
	}
	.temp_text{
		font-size: 1.2rem;
		margin: 5px 0 50px;
	}
	.difference2{
		width: 90%;
		margin: 0 auto 50px;
	}
	.difference3{
		width: 90%;
		margin: 0 auto 50px;
	}
	.difference4{
		width: 80%;
		margin-bottom: 100px;
	}

	/*----- リンク先　------*/
	.flex_box{
		display: table;
		width: 85%;
		margin: 0px auto 0;
		table-layout: fixed;
		padding-bottom: 100px;
	}
	.par{ width: 51% }
	.flex_item{ display: table-cell; }
	.flex_box img:hover{ opacity: 0.6; }	
	
	
	
	
	
	/*------▼ お問い合わせ　▼------*/
	.contact{ 
		background: linear-gradient(#ececec, #5f5c5c); 
	}
	.contact_title{
		color: #151c20;
		padding-top: 100px;
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	.contact_caption{
		color: #006ABB;
		font-weight: 500;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.contact_text{
		color: #151c20;
		font-size: 1.5rem;
		line-height: 25px;
		margin-bottom: 40px
	}
	.width_606px{ 
		width: 100%;
	}
	.contact_mail{
		float: none;
		width: 60%;
	}
	.contact_tel{
		float: none;
		width: 57%;
		margin-top: 4px;
		margin-right: 6px;
		padding-bottom: 50px;
	}
	.contact_mail :hover{
		opacity: 0.6;
	}
	/*----▲ お問い合わせ　▲------*/

	/*----▲ フッター ▲------*/
	footer{ 
		background-color: #151c20; 
		width: 100%;
		}
	footer:after{
		content: '';
		display: block;
		clear: both;
	}

	.logo{
		width: 40%;
		float: left;
		margin:30px 0 10px 30px;
	}
	.address_area{ display: none; }


	.footer_right{
		display: none;
	}

	/*----▼ コピーライト ▼-------*/
	.copyright{ 
		background-color: #151c20; 
		text-align: left;
		padding: 0 0 30px 30px

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