@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
*,*::before, *::after {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
body{
	margin: 30px 0;
	background: #02253F;
	font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	text-align: center;
	font-size: 1.2rem;
	
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: rgba(14,14,14,1.00);
}
a:hover { 
	opacity: 0.5;
}
h1, h2, h3{ 
	margin-top: 0;
	margin-bottom: 0;
}
p { 
	margin-top: 0;
	margin-bottom: 0;

}

/*-------　グローバルナビゲーション　------*/
@media (min-width: 1280px){
	.menu {display: block !important}
	.menubtn {display: none;}
	.nav{
	padding: 5px 0 75px;
	background-color: rgba(255,255,255,1.00);
}
.menu {
	/*float: left;*/
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 12px 0 0 30px;
	font-size: 1.4em;
	font-weight: bold;
}
.menu li {
	float: left;
	padding: 0 20px;
	color: rgba(14,14,14,1.00);
	border-right: solid 1px #02253F; 
}


.nav h1{
	float: right;
	font-size: 2.2em;
	padding: 0;
	margin: 18px 30px 0;
}
	
}
@media (min-width: 960px) and (max-width: 1279px){
	.menu {display: block !important}
	.menubtn {display: none;}
	.nav{
	padding: 5px 0 75px;
	background-color: rgba(255,255,255,1.00);
}
.menu {
	/*float: left;*/
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 23px 0 0 30px;
	font-size: 1.2em;
	font-weight: bold;
	width: 900px;
}
.menu li {
	float: left;
	padding: 0 20px;
	color: rgba(14,14,14,1.00);
	border-right: solid 1px #02253F; 
}
.nav h1{
	float: right;
	font-size: 1.8em;
	padding: 0;
	margin: 18px 30px 0;
}
	
}
@media  (min-width: 480px) and (max-width: 959px){
	.nav {
		background-color: #FFF;
	}
	.menu {display: none;}
	.menubtn{
		padding: 6px 12px;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		top: 40px;
		right: 15px;
		cursor: pointer;
	}
	.menubtn:hover {
		background-color: #ddd;
	}
	.menubtn:focus{
		outline: none;
	}
	.menubtn i {
		color: #888888;
		font-size: 20px;
	}
	.menubtn span{
		display: inline-block;
		text-indent: -9999px;
	}
	.menu ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
    }
    .menu li a {
	display: block;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
    }
    .menu li a:hover {
	background-color: #eee;
    }
	.nav h1 {
		padding: 10px;
	}	
}
@media (max-width: 479px){
	.nav {
		background-color: #FFF;

	}
	.menu {display: none;}
	.menubtn{
		padding: 6px 12px;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		top: 40px;
		right: 15px;
		cursor: pointer;
	}
	.menubtn:hover {
		background-color: #ddd;
	}
	.menubtn:focus{
		outline: none;
	}
	.menubtn i {
		color: #888888;
		font-size: 20px;
	}
	.menubtn span{
		display: inline-block;
		text-indent: -9999px;
	}
	.menu ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
    }
    .menu li a {
	display: block;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
    }
    .menu li a:hover {
	background-color: #eee;
    }
	.nav h1 {
		padding: 10px;
		font-size: 1.8em;
	}	
	
}
.logo h1{
	margin-top: 8px; 
	line-height: 1em;
}
.patent {
	font-size: 0.6em;
	color:rgba(40,40,40,1.00);
	background:rgba(255,218,24,1.00);
	padding: 5px
}
/*-------　／グローバルナビゲーション　------*/

/*------　メイン画像　--------*/
.main_visual {
	clear: both;
	background: url("../image/shipping-containers-1150062_1920@1x.jpg") no-repeat fixed bottom;
	background-size: cover;
	
}
.main_visual img {
	margin: 60px 0;
}
@media (min-width: 480px) and (max-width: 959px){
	.main_visual img {
		width: 90%;}
}
@media (max-width: 479px){
	.main_visual img {
		width: 100%;
	}
}
/*-------　／メイン画像　-------*/

/*-------　コンテナライナーシリーズ紹介　-------*/
.

 {
	background: url("../image/liners_series_image.jpg") no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.container_liners_series_box{
	width: 1112px;
	height: 361px;
	background-color: rgba(255,255,255,0.9);
	margin: 0 auto;
	
}
.container_liners_series h2 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
    padding: 30px 0 0;
}
.container_liners_series p {
	font-size: 1.3em;
	margin-top: 5px; 
}
.container_liners_series_box a {
	background: #02253F;
	color: #fff;
	padding: 5px 150px;
	border-radius: 30px;
}
@media (min-width: 960px) and (max-width: 1279px){
	.container_liners_series_box{
	width: 90%;
	height: 361px;
	}
	
}
@media (min-width: 600px) and (max-width: 959px){
	.container_liners_series_box{
	width: 90%;
	height: 350px;
	}
	.container_liners_series_box img {
		width: 95%;
	}
}
@media (min-width: 480px) and (max-width: 599px){
	.container_liners_series_box{
	width: 90%;
	height: 230px;
	}
	.container_liners_series_box img {
		width: 95%;
	}
	.container_liners_series h2 {
	font-size: 1.5em;
	letter-spacing: 0.5px;
    }
	.container_liners_series p {
	font-size: 1em;
    }
	.container_liners_series_box a {
	padding: 5px 100px;
    }
}
@media (max-width: 479px){
	.container_liners_series_box{
	width: 100%;
	height: 230px;
	}
	.container_liners_series_box img {
		width: 95%;
	}
	.container_liners_series h2 {
	font-size: 1.5em;
	letter-spacing: 0.5px;
    }
	.container_liners_series p {
	font-size: 1em;
    }
	.container_liners_series_box a {
	padding: 5px 100px;
    }
}

/*-------　/コンテナライナーシリーズ紹介　-------*/

/*-------　原因説明エリア　-------*/
.cause {
	background: url("../image/cause_backimage.jpg") no-repeat;
	background-size: cover;
	overflow: auto;	
}
.cause_left {
	float: left;
	width: 40%;
	margin-left: 150px;
}
.cause_left p {
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin: 100px auto 60px;
	text-align: left;
	width: 70%	
}
.radiation_heat {
	margin: 50px auto 200px;
}
.cause_right {
	float: right;
	width: 40%;
}
.cause_right img {
	margin: 150px 0 0;
}
.cause_scroll_button{
	margin: 0;
	padding: 0;
}
@media (min-width: 600px) and (max-width: 959px){
	.cause_left {
	float: none;
	width: 90%;
	margin: 0 auto 0;
    }
    .cause_left p {
	color: #fff;
	font-size: 1.6em;
	width: 70%;	
    }
	.cause_left img {
	margin-bottom: 	0;
	}
    .cause_right {
	float: none;
	width: 90%;
    }
    .cause_right img {
	margin: 50px auto 100px;
    }
    .cause_scroll_button{
	margin: 0;
	padding: 0;
    }
}
@media (min-width: 480px) and (max-width: 599px){
    .cause_left {
	float: none;
	width: 90%;
	margin: 0 auto 0;
    }
    .cause_left p {
	color: #fff;
	width: 70%;	
    }
	.cause_left img {
	margin-bottom: 	0;
	}
    .cause_right {
	float: none;
	width: 90%;
    }
    .cause_right img {
	margin: 50px auto 100px;
    }
    .cause_scroll_button{
	margin: 0;
	padding: 0;
    }
	
}
@media (max-width: 479px){
	.cause_left {
	float: none;
	width: 90%;
	margin: 0 auto 0;
    }
    .cause_left p {
	color: #fff;
	width: 80%;	
	font-size: 1.3em;
    }
	.damage{
		width: 70%;
	}
	.radiation_heat{
		width: 90%;
	}
	.cause_left img {
	margin-bottom: 	0;
	}
    .cause_right {
	float: none;
	width: 100%;
    }
    .cause_right img {
	margin: 50px auto 100px;
		width: 90%;
    }
}

/*-------　/原因説明エリア　-------*/

/*-------　輻射熱CUT説明エリア　-------*/

#radiation_heat_cut {
	background: #fff;
}
#radiation_heat_cut p {
	font-size: 1.7em;
	margin: 130px 0 0px; 
}
#radiation_heat_cut h2 {
	margin-bottom: 50px;
}
.graph {
	margin-bottom: 50px;
}
.graph1{ margin: 50px 0 0; }
.conclusion{
	width: 960px;
	margin-bottom: 200px;
}

@media (min-width: 960px) and (max-width: 1279px){
	.graph1 {
	    width: 60%;
   }
	.graph {
	    width: 60%;
		margin-bottom: 50px;
   }
	.conclusion{
	width: 960px;
	margin-bottom: 200px;
}
}

@media (min-width: 600px) and (max-width: 959px){
	.graph1 {
	    width: 70%;
   }
	.graph {
	    width: 70%;
		margin-bottom: 50px;
   }
	.conclusion{
	width: 90%;
	margin-bottom: 200px;
}
}
@media (min-width: 480px) and (max-width: 599px){
	.graph1 { width: 80%;}
	.graph  { 
		width: 80%;
		margin-bottom: 30px;
	}
	#radiation_heat_cut p {
	font-size: 1.5em;
	margin: 80px 0 30px; 
}
	.conclusion{
	width: 95%;
	margin-bottom: 100px;
}
}
@media (max-width: 479px){
	.graph1 { width: 80%;}
	.graph  { 
		width: 80%;
		margin-bottom: 30px;
	}
	#radiation_heat_cut p {
	font-size: 1.3em;
	margin: 80px 0 30px; 
}
	.conclusion{
	width: 95%;
	margin-bottom: 100px;
}
}

/*-------　/輻射熱CUT説明エリア　-------*/

/*-------　3つの性能エリア　-------*/
.performance_title {
	background: linear-gradient(#fff 50%, #02253F 50%);
}
.performance_title p {
	width: 600px;
	margin: 0 auto 0;
	padding: 15px 30px;
	background: #02253F;
	border-radius: 35px;
	color: #fff;
	font-size: 1.9em;
}
.performance_title i {
	font-size: 1.5em;
}
@media (min-width: 960px){
	.performance_box {display: block !important}
	.performance_box2 {display: none;}

.performance_box {
	position: relative;
    overflow: hidden;
	margin-top: 30px; 
}
#performance ul {
	float:left;
    left:50%;
    position:relative;
	list-style: none;
}
#performance li {
	float:left;
    left:-50%;
    position:relative;
	padding-right: 10px;
	margin-bottom: 50px;
}
#performance li:last-child {
     padding-right: 0;
}
}
@media (min-width: 600px) and (max-width: 959px){
	.performance_box {display: none !important;}
	.performance_box2 {
		display: block !important;
		max-width: 959px;
		margin: 0 auto 0;
	
	}
	.performance_box2 {
		max-width: 959px;
		margin: 0 auto 30px;
	}
	.performance_box2 ul {
		list-style: none;
		margin:30px auto;
		
	}
	.performance_box_top li{
		margin: 0 5px 0 0;
		padding: 0;
		width: 48%;
		float: left;
	}
	.performance_box_down{
		clear: both;
		margin-bottom: 30px;
	}
	.performance_box_down li{
		margin: 0 5px 30px 0;
		float: left;
		width: 48%;
		display: block;
	}
	.performance_box2 img{ width: 100%;}
	
}

@media  (min-width: 480px) and (max-width: 599px){
	.performance_box {display: none !important;}
	.performance_box2 {
		display: block !important;
		width: 95%;
	}
	.performance_box2 ul {
		list-style: none;
		margin:30px auto;
	}
	.performance_box_down li{
		margin:15px auto;
	}
	.performance_box2 img{ width: 100%;}
	.performance_title p {
	width: 90%;
	border-radius: 35px;
	font-size: 1.3em;
}
}
	@media  (max-width: 479px){
	.performance_box {display: none !important;}
	.performance_box2 {
		display: block !important;
		width: 95%;
	}
	.performance_box2 ul {
		list-style: none;
		margin:30px auto;
	}
	.performance_box_down li{
		margin:15px auto;
	}
	.performance_box2 img{ width: 100%;}
	.performance_title p {
	width: 90%;
	border-radius: 35px;
	font-size: 1.1em;
}
}
/*-------　/3つの性能エリア　-------*/

/*------　コンテナライナー　------*/
#container_liners {
	clear: both;
	background: url("../image/50671ece041e53e54822445bfd181404_m.jpg") no-repeat;
	background-size: cover;
}
.primary_description h1 {
	color: #fff;
	font-size: 3em;
	margin: 200px 0 60px;
}
.primary_description_p {
	width: 60%;
	margin: 10px auto 30px;
}
.primary_description p {
	text-align: left;
	color: #fff;
	font-size: 2.3em;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.actual_product_box {
	background:rgba(0,36,59,0.40);
	width: 65%;
	margin: 100px auto;
	padding: 5px 30px 25px;
}

.actual_product_box h4 {
	background: #00243B;
	color: #fff;
	text-align: left;
	padding: 2px 35px;
	width: 190px;
	border-radius: 10px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin-top: -15px; 
}

.actual_product_box p {
	color: #fff;
	font-size: 1.3em;
	text-align: left;
	padding: 0 20px;
}

.actual_product_box_2 {
	background:rgba(0,36,59,0.50);
	width: 65%;
	margin:40px auto;
	padding: 5px 30px 25px;
}

.actual_product_box_2 h4 {
	background: #00243B;
	color: #fff;
	text-align: left;
	padding: 2px 35px;
	width: 190px;
	border-radius: 10px;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin-top: -15px; 
}
.actual_product_box_2 p {
	color: #fff;
	font-size: 1.2em;
	text-align: left;
	padding: 0 20px 3px;
	padding-left:1em;
	text-indent:-1em;
}

.actual_product_title {
	font-size: 110%;
	padding-right: 3px;

}

.appear_box {
	position: relative;
    overflow: hidden;
}
.appear_box ul {
	float:left;
    left:50%;
    position:relative;
	list-style: none;
}
.appear_box li {
	float:left;
    left:-50%;
    position:relative;
	padding-right: 20px;
	margin-bottom: 50px;
}
.appear_box li:last-child {
     padding-right: 0;
}
.movie_parent {
	position:relative;
}
.movie_button {
	position: absolute;
	bottom: 25px;
	left: 20px;
	
}
@media (min-width: 960px) and (max-width: 1279px){
	.installation_method { width: 350px;}
	.movie_button img {
		width: 300px;
		position: absolute;
		bottom: 0;
		left: 0px;
	}
	.appear_box2 { width: 249px;}
	.appear_box3 { width: 249px;}
}
@media (min-width: 600px) and (max-width: 959px){
	.appear_box{
		width: 100%;
	}
.appear_box ul {
	float: none;
}
.appear_box li {
	float: none;
}
	.appear_box1 {
		margin: 0 auto 0;
		width: 50%;
		position:relative;
	}
.movie_button {
	position: absolute;
	bottom: 20px;
	left: 18px;
	}
}
@media (min-width: 480px) and (max-width: 599px){
	.appear { width: 90%;}
	.primary_description h1 {
	font-size: 2.5em;
}
.primary_description_p {
	width: 80%;
}
.primary_description p {
	font-size: 2em;
}
.actual_product_box {
	width: 80%;
}
.actual_product_box p {
	font-size: 1.1em;
}
	.appear_box { width: 100%;}
.appear_box ul {
	float:none;
    left:0;
    position:relative;
}
.appear_box li {
	float:none;
    left:0;
    position:relative;
	padding-right: 0;
}
.appear_box1 {
		margin: 0 auto 0;
		width: 100%;
		position:relative;
	}
	.installation_method { width: 100%;}
	.appear_box2 { width: 80%;}
	.appear_box3 { width: 80%;}
.movie_button {
	position: absolute;
	bottom: 20px;
	left: 10px;
	
}
}
@media (max-width: 479px){
	
	.primary_description h1 {
	font-size: 2em;
}
.primary_description_p {
	width: 80%;
}
.primary_description p {
	font-size: 1.5em;
}
.actual_product_box {
	margin: 30px auto;
	width: 80%;
}
.actual_product_box p {
	font-size: 1.1em;
}
	.appear_box { width: 90%;}
.appear_box ul {
	float:none;
    left:0;
    position:relative;
}
.appear_box li {
	float:none;
    left:0;
    position:relative;
	padding-right: 0;
}
.appear_box1 {
		margin: 0 auto 0;
		width: 100%;
		position:relative;
	}
	.installation_method {width: 100%;}
	.appear_box2 {width: 80%;}
	.appear_box3 {width: 80%;}
.movie_button {
	width: 90%;
	position: absolute;
	bottom: 20px;
	left: 15px;
	
}
	
}
/*------　/コンテナライナー　------*/


/*------　製品紹介　------*/

#product {
	background: #fff;
    overflow: auto;	
}
#product h1 {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0 auto; 
    padding-top: 100px;
	font-size: 2.5em;
}
#product h1:before,
#product h1:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
#product h1:before {
margin-right: 4rem;
}
#product h1:after {
margin-left: 4rem;
}

/*リーファーコンテナ追加*/

#reefer {
	/*background: linear-gradient(to bottom, #e7f1f1, #fff);*/
	background: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding-bottom: 70px;
}

.back {
	background-image: url(../image/a.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
}

#reefer h1 {
    text-align: center;
    width: 60%;
    margin: 0 auto; 
    padding: 100px 0 50px 0;
	font-size: 2.5em;
}

.reefer_text {
	font-size: 1.3em;
	width: 60%;
	margin: 0 auto 20px;
	text-align: left;

}

.reefer_text_last {
	font-size: 1.6em;
	width: 55%;
	margin: 0 auto 20px;
	text-align: center;
	color: #02253F;
	font-weight: 800;
}

.blanket {
	text-align: center;
	font-size: 1.4em;
	margin-top: 40px;
}

.reefer_text_small {
	font-size: 1.2em;
	width: 55%;
	margin: 10px auto 40px;
	text-align: left;
	padding-left: 35px;
}

.red {
	color: #02253F;
	font-weight: 800;
}

#reefer ul li {
	text-align: left;
	width: 60%;
	margin: 0 auto;
	font-size: 1.3em;
}

.demerit {
	margin-bottom: 20px;
}

.alternate {
	display: flex;
	width: 50%;
	margin: 40px auto 0;
	border: dotted 2px #02253F;
	padding: 30px 50px 30px 50px;
}

.daiya {
	list-style-type: none;
	color: #02253F;
	font-weight: 800;
}

.clearfix{
	width: 860px;
	margin: 100px auto;
}
.product_box {
	float: left;
	position: relative;
	display: block;
	width: 380px;
	height: 480px;
	margin: 0 20px 100px;
	padding: 20px 0px 0;
	box-shadow: 6px 6px 8px -4px rgba(0,0,0,0.15);
	transition: opacity 0.15s;
}

.title {
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	width: 80%;
	margin: 30px auto 0;
	border-radius: 20px;
}
.no1 {
	background: #001526;
}
.no2 {
	background: #023E3F;
}
.no3 {
	background: #02253F;
}
.no4 {
	background: #918653;
}
.jr_image {
	margin-top: 50px; 
}
#product h4 {
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-size: 1.8em;
	color: #fff;
	padding: 5px;
}

/*空き海上コンテナ不足と海上運賃値上げ追加*/

#empty_container {
	background: #fff;
	margin: 0 auto;
	background-image: url(../image/empty_1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 70px;
}

.empty_container_contents {
	width: 1112px;
	margin: 0 auto;
	padding-top: 30px;
}

.ad_right {
	width: 150px;
	background-color: #02253F;
	color: #fff;
	font-weight: 500;
	padding: 20px 5px;
	font-size: 1.2em;
	border-radius: 5px;
	position: fixed;
	top: 135px;
	right: 10px;
	z-index: 9999;
}

.ad_right:hover {
	background-color: #fff;
	color: #02253F;
	transition: 0.8s;
	border: 1px solid #02253f;
}

.ad {
	border: 1px solid #02253F;
	margin: 30px 0;
}

.ad_title {
	background-color: #02253F;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	padding-top: 5px;
}

.ad:hover {
	opacity: 0.7;
	transition: 0.5s;
}

#empty_container h1 {
    text-align: center;
    padding: 20px 0;
	font-size: 2.5em;
}

#empty_container h2 {
	text-align: left;
    padding-top: 30px;
	font-size: 1.8em;
	color: #02253F;
}

.empty_lead {
	font-size: 1.5em;
	margin: 10px auto;
}

.empty_text {
	font-size: 1.3em;
	text-align: left;
}

#empty_container dl {
	margin: 30px auto;
	text-align: left;
	font-size: 1.5em;
}

#empty_container dt {
	font-weight: bold;
}

#empty_container dd {
	margin-bottom: 20px;
}

.summary {
	margin: 20px auto 80px;
	border: dotted 2px #02253F;
	padding: 0 30px 30px 30px;

}

.summary_title {
	text-align: left;
    padding-top: 30px;
	font-size: 1.8em;
	color: #02253F;
}

.remarks h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

.remarks {
	margin: 50px auto;
}

.remarks_text {
	font-size: 1.3em;
	text-align: left;
	margin-bottom: 15px;
}

.notes li {
	list-style-type: none;
	text-align: left;
	padding-bottom: 5px;
	text-indent:-1em;
	padding-left:1em;
}


/*アルビレックス新潟バナー追加*/

#partner {
	background: #fff;
	padding: 50px 0 80px;
}

#partner .partner_sp {
	display: none;
}

#patner .partner_pc {
	display: block;
	width: 1070px;
	height: 180px;
}

@media (min-width: 600px) and (max-width: 959px){
	.clearfix {
	width: 95%;
}
	.clearfix img { width: 95%;}
.product_box {
	width: 40%;
	margin: 0 20px 100px;
	padding: 20px 0px 0;
	box-shadow: 6px 6px 8px -4px rgba(0,0,0,0.15);
	transition: opacity 0.15s;
}
.title {
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	width: 80%;
	margin: 30px auto 0;
	border-radius: 20px;
}
.jr_image {
	margin-top: 50px; 
}
#product h4 {
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-size: 1.8em;
	color: #fff;
	padding: 5px;
}
}
@media (min-width: 480px) and (max-width: 599px){
		.clearfix{ width: 90%; }
		#product h1 { font-size: 2em; }
	.product_box {
	   width: 90%;
	   height: 480px;
     }
}
@media (max-width: 479px){
	.clearfix{ width: 90%; }
		#product h1 { font-size: 1.8em; }
	.product_box {
	   width: 90%;
	   height: 480px;
     }
	.clearfix img { width: 80%;}
}
/*------　/製品紹介　------*/

/*------　その他の製品　------*/
.other_product h1 {
	color: #fff;
	display: flex;
    align-items: center;
    width: 60%;
    margin: 0 auto; 
    padding-top: 200px;
	font-size: 2.5em;
}
.other_product h1:before,
.other_product h1:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.other_product h1:before {
margin-right: 4rem;
}
.other_product h1:after {
margin-left: 4rem;
}
.other_product_box{
	width: 1120px;
	margin: 100px auto 150px;
	overflow : hidden;
}
.other_keepthermo {
	float: left;
	position: relative;
}
.other_keepthermo_photo {
	position: absolute;
	top: 15px;
	right: 10px;
}
.other_keepthermo_button {
	position: absolute;
	left: 15px;
	bottom: 10px;
}
.order_cover {
	float: left;
	position: relative;
	margin-left: 20px;
}
.order_cover_photo {
	position: absolute;
	top: 25px;
	right: 22px;
}
.order_cover_button {
	position: absolute;
	left: 15px;
	bottom: 10px;
}
@media (min-width: 960px) and (max-width: 1279px){
	.other_product_box{
	      width: 95%;
	}
	.other_keepthermo{ width: 48% }
    .other_keepthermo_box { width: 100%;}
    .other_keepthermo_photo {
		width: 42%;
      }
    .other_keepthermo_button {
		width: 73%;
      }
	.order_cover { width: 48%;}
    .order_cover_box { width: 100%;}
    .order_cover_photo {
		width: 40%;
       }
.order_cover_button {
	width: 73%;
	}
}
@media (min-width: 600px) and (max-width: 959px){
	.other_product_box{
	width: 80%;
}
.other_keepthermo {
	width: 100%;
	float: none;
	position: relative;
}
	.other_keepthermo_box{
		width: 100%;
	}
.other_keepthermo_photo {
	width: 40%;
	position: absolute;
	right: 25px;
}
.other_keepthermo_button {
	width: 72%;
	position: absolute;
	left: 15px;
}
.order_cover {
	width: 100%;
	float: none;
	position: relative;
	margin-top: 20px;
	margin-left: 0;
}
	.order_cover_box{ width: 100%;}
.order_cover_photo {
	width: 40%;
	position: absolute;
	right: 22px;
}
.order_cover_button {
	width: 72%;
	position: absolute;
	left: 15px;
}
	}
@media (min-width: 480px) and (max-width: 599px){
	.other_product_box{
	width: 480px;
}
.other_keepthermo {
	width: 100%;
	float: none;
	position: relative;
}
	.other_keepthermo_box{
		width: 100%;
	}
.other_keepthermo_photo {
	width: 40%;
	position: absolute;
	right: 25px;
}
.other_keepthermo_button {
	width: 72%;
	position: absolute;
	left: 15px;
}
.order_cover {
	width: 100%;
	float: none;
	position: relative;
	margin-top: 20px;
	margin-left: 0;
}
	.order_cover_box{ width: 100%;}
.order_cover_photo {
	width: 40%;
	position: absolute;
	right: 22px;
}
.order_cover_button {
	width: 72%;
	position: absolute;
	left: 15px;
}
	.other_product h1 { font-size: 2em; }
}
@media (max-width: 479px){
	.other_product_box{
	width: 400px;
}
.other_keepthermo {
	width: 100%;
	float: none;
	position: relative;
}
	.other_keepthermo_box{
		width: 100%;
	}
.other_keepthermo_photo {
	width: 40%;
	position: absolute;
	right: 25px;
}
.other_keepthermo_button {
	width: 72%;
	position: absolute;
	left: 15px;
}
.order_cover {
	width: 100%;
	float: none;
	position: relative;
	margin-top: 20px;
	margin-left: 0;
}
	.order_cover_box{ width: 100%;}
.order_cover_photo {
	width: 40%;
	position: absolute;
	right: 22px;
}
.order_cover_button {
	width: 72%;
	position: absolute;
	left: 15px;
}
	.other_product h1 { font-size: 1.8em; }
}

	
/*------　/その他の製品　------*/

/*------　フッター　------*/

footer {
	clear: both;
	background: #fff;
	position: absolute;
	width: 100%;
}
#footer_nav ul {
	list-style: none;
	margin: 30px 0 10px;
	padding-left: 10px;
}
#footer_nav li {
	display: inline;
	border-left: solid 1px #02253F; 
	padding:  0 10px;
	font-size: 1.2em;
}

#footer_nav li:last-child {
	padding:  0 10px;

}

#footer_nav li:last-child {
	border-right: solid 1px #02253F; 
	padding:  0 30px;
}
footer small {
	display: block;
	padding-bottom: 8px;
	font-size: 1em;
	margin-bottom: 10px;
}
@media (min-width: 600px) and (max-width: 959px){
	#footer_nav li {
	padding:  0 15px;
}
#footer_nav li:last-child {
	border-right: solid 1px #02253F; 
	padding:  0 15px;
}
}
@media (min-width: 480px) and (max-width: 599px){
	#footer_nav li {
	padding:  0 30px;
	font-size: 1em;
}

}
@media (max-width: 479px){
	#footer_nav { display: none; }
	footer small { padding: 10px; }
	footer { background: #fff;}
}
	/*------　/フッター　------*/


@media (max-width: 768px) {
	.menubtn {
		display: none;
	}

	#footer_nav {
		display: initial;
	}

	#footer_nav li {
		padding:  0 7px;
		font-size: 1.2em;
	}

	#footer_nav li:last-child {
		padding:  0 10px;
	}

	.other_product_box{
		width: 100%;
		margin: 100px auto 50px;
		overflow : hidden;
	}

	.back {
		background-image: none;
		height: auto
	}

	#reefer h1 {
		text-align: center;
		width: 90%;
		margin: 0 auto; 
		padding: 20px 0;
		font-size: 2em;
	}
	
	
	.reefer_text {
		font-size: 1.3em;
		width: 90%;
		margin: 0 auto 20px;
		text-align: left;
	}

	#reefer ul li {
		text-align: left;
		width: 90%;
		margin: 0 auto;
		font-size: 1.3em;
	}
	
	.demerit {
		margin-bottom: 20px;
	}

	.alternate {
		display: initial;
		width: 90%;
		border: none;
		margin: 20px auto 0;
	}

	.reefer_text_small {
		font-size: 1.2em;
		width: 90%;
		margin: 10px auto 30px;
		text-align: left;
		padding-left: 0;
	}
	
	.actual_product_box_2 {
		background:rgba(0,36,59,0.50);
		width: 90%;
		margin:40px auto;
		padding: 5px;
	}
	
	.actual_product_box_2 h4 {
		background: #00243B;
		color: #fff;
		text-align: left;
		padding: 2px 35px;
		width: 190px;
		border-radius: 10px;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		margin-top: -15px; 
	}
	.actual_product_box_2 p {
		color: #fff;
		font-size: 1.2em;
		text-align: left;
		padding: 0 10px 10px;
		padding-left:1em;
		text-indent:-1em;
	}

	.reefer_text_last {
		font-size: 1.4em;
		width: 90%;
		margin: 0 auto 10px;
		text-align: left;
		color: #02253F;
		font-weight: 800;
	}

	.blanket {
		text-align: initial;
		font-size: 1em;
		margin-top: 40px;
	}

	/*空き海上コンテナ不足と海上運賃値上げ追加*/

	#empty_container {
		background: #ecf0f7;
		margin: 0 auto;
		background-image: url(../image/empty_2.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		padding-bottom: 20px;
	}
	
	.empty_container_contents {
		width: 100%;
		margin: 0 auto;
		padding: 8px;
	}

	.ad_right {
		display: none;
	}

	.ad {
	margin: 30px 0;
	}

	.ad img {
		width: 100%;
	}
	
	.ad_title {
		background-color: #02253F;
		color: #fff;
		font-size: 1.6em;
		font-weight: bold;
		padding-top: 5px 0 ;
		line-height: 1.2;
	}

	#empty_container h1 {
		text-align: center;
		padding: 20px 0;
		font-size: 2.3em;
	}
	
	#empty_container h2 {
		text-align: left;
		padding-top: 30px;
		font-size: 1.8em;
		color: #02253F;
	}
	
	.empty_lead {
		font-size: 1.5em;
		margin: 10px auto;
		text-align: left;
	}
	
	.empty_text {
		font-size: 1.3em;
		text-align: left;
	}
	
	#empty_container dl {
		margin: 30px auto;
		text-align: left;
		font-size: 1.5em;
	}
	
	#empty_container dt {
		font-weight: bold;
	}
	
	#empty_container dd {
		margin: 0 0 20px 10px;
	}
	
	.summary {
		margin: 20px auto;
		border: dotted 2px #02253F;
		padding: 10px;
	
	}

	.summary_title {
		text-align: center;
		font-size: 1.6em;
		font-weight: bold;
		color: #02253F;
		padding-top: 0;
	}
	
	.remarks {
		margin: 20px auto 50px;
	}

	ul.notes {
		padding-left: 10px;
	}

	.notes li {
		list-style-type: none;
		text-align: left;
		padding-bottom: 5px;
		text-indent:-1em;
		padding-left:1em;
	}

/*アルビレックス新潟*/

#partner {
	padding: 20px 0;
}

#partner .partner_pc{
	display: none;
}

#partner .partner_sp {
	display: initial;
	width: 100%;
}

}