@charset "utf-8";
/* CSS Document */
/* メイン
-------------------------------------------- */
.main-wrap {
  width: 100%;
  padding-top: 0%;
	height: auto;
	margin: 0 0 50px 0;
}
.main-text {
  position: absolute;
  left: 30px;
  top: 280px;
  padding: 0 0px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  width: auto;
	line-height: 1.4em;
}
.main-catch,.main-catch-sb {
  color: #065584;
    display: inline-block;
	  font-weight: 600;
	  line-height: 1.4em;
	  padding: 5px;
	background: #fff;
	
}
.main-catch {
  font-size: 2.8rem;
	display: inline-block;
	margin: 0 0 20px 0;
}
.main-catch-sb {
  font-size: 1.8rem;
	display: inline-block;
}
/* 最適な保管環境を提案
-------------------------------------------- */	
.hokan{
	margin: 0 0 0px 0;
	}
	.hokan-text{
		width: 95%;
		margin: 0 0 30px 0;
	}
	.hokan-title{
		font-size: 2.3rem;
		color: #065584;
		border-bottom: solid 3px #065584;
		margin: 0 0 20px 0;
		padding: 0 0 0 30px;
		font-weight: 600;
	}
	.hokan-sentence{
		font-size: 1.8rem;
		margin: 0 30px;
	}
#container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 5%;
}

.box {
	width: 100%;
	background: #fff;
	border-radius: 6px;
	box-shadow: 5px 5px 8px rgba(5,58,90,0.2);
}

.box:nth-child(3n+2) {
	margin-top: 30px;
}

.box:nth-child(3n+3) {
	margin-top: 30px;
}	
	.container-inside{
		padding: 30px 30px;
		font-size: 1.4rem;
	}
 /* ご利用までの流れ
-------------------------------------------- */
.problem-inside{
		padding: 30px 20px;
		font-size: 1.4rem;
	width: 95%;
	margin: 0 auto;
	}	
.problem-bl {
  font-size: 2.0rem;
  color: #065584;
  font-weight: 600;
  margin: 0 0 10px 0;
	text-align: center;
}

/* ご利用までの流れ
-------------------------------------------- */
.box27 {
    position: relative;
    margin: 2em auto;
    padding: 3.5em 1.8em 2.0em 1.8em;
    border: solid 2px #065584;
	width: 80%;
	border-radius: 10px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: -2px;
    padding: 0 20px;
    height: 45px;
    line-height: 40px;
    font-size: 25px;
    background-image: linear-gradient(90deg, #065584, #1a85c3);
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px 20px 20px 0px;
}
.box27 p {
    margin: 0; 
    padding: 0;
	font-size: 1.4rem;
}
.box27 p.text-bl02 {
  font-size: 2.5rem;
  color: #065584;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.nagare-img{
	margin: 20px 0;
}
/* マウスホバーで画像がちょっと拡大する
-------------------------------------------- */
.expansion-m{

	width:598px;
	height:auto;
	overflow:hidden;
	position:relative;
	margin: 0 0 4px 0;
}
.expansion-l{

	width:1200px;
	height:330px;
	overflow:hidden;
	position:relative;
}
.expansion-l img.expansion{
	width:auto;
	height:230px;
}
.expansion-m .word,.expansion-l .word{
	display:block;
	color:#FFF;
	font-size:20px;
	padding:0px;
	width:100%;
	position:absolute;
	left:15px;
	top:10px;
	z-index:3;
}
.expansion-m .word img,.expansion-l .word img{
	margin: 0 0 0 10px;
}
.expansion-m a img.expansion,.expansion-l a img.expansion{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.expansion-m a:hover img.expansion,.expansion-l a:hover img.expansion{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	
	
}
/* 協和倉庫の法人向け倉庫の特徴
-------------------------------------------- */
.features-box{
	width: 100%;
	box-shadow: 0px 1px 6px 5px #ecf1f3;
	margin: 0 0 30px 0;
	
}
.features-l{
	width: 80%;
	
}
.features-r{
  overflow     : hidden;
  display: inline-block;
  width: 50px;
  height: auto;
  border-radius: 100% 0 0 100% / 50%;
  background: #065584;
	display: flex;
  justify-content: center;
	align-items: center;
	font-size: 3.4rem;
	color: #fff;
	font-weight: 600;
	
	
}
.features-l-inside{
	padding: 20px 15px;
	font-size: 1.4rem;
}
.features-title{
	color: #065584;
	font-size: 2.0rem;
	border-left: 6px solid #065584;
	padding: 0 0 0 10px;
	line-height: 1.3em;
	font-weight: 500;
	margin: 0 0 20px 0;
}
/* 高知・南国市内の倉庫一覧・対応エリア
-------------------------------------------- */	
	.compatible_area{
		background-image: url("../../images/index/area_bgimg.png") ;
		background-size: auto 460px;
		background-position: center right 10% ;
		background-repeat: no-repeat;
		padding: 30px 0;
	}	

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
@media print, screen and (min-width : 768px) {
  /* メイン
-------------------------------------------- */
  .main-text {
    position: absolute;
    left: 210px;
    top: 200px;
    padding: 0 20px 0 0;
    font-size: 2.0rem;
    font-weight: 400;
    width: 50%;
  }
  .main-catch {
    font-size: 4.0rem;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 1.4em;
  }
/* 協和倉庫の法人向け倉庫の特徴
-------------------------------------------- */
.features-box{
	width: 48%;
	box-shadow: 5px 5px 8px rgba(5, 58, 90, 0.2);
	margin: 0 0 30px 0;
	
}
.features-l{
	width: 76%;
	
	
}
.features-r{
  overflow     : hidden;
  display: inline-block;
  width: 90px;
  height: auto;
  border-radius: 100% 0 0 100% / 50%;
  background: #065584;
	display: flex;
  justify-content: center;
	align-items: center;
	font-size: 6.0rem;
	color: #fff;
	font-weight: 600;
	
	
}
.features-l-inside{
	padding: 30px;
	font-size: 2.0rem;
}
.features-title{
	color: #065584;
	font-size: 2.8rem;
	border-left: 6px solid #065584;
	padding: 0 0 0 20px;
	line-height: 1.3em;
	font-weight: 500;
	margin: 0 0 20px 0;
}
/* マウスホバーで画像がちょっと拡大する
-------------------------------------------- */
.expansion-m{
	width:598px;
	height:300px;
	overflow:hidden;
	position:relative;
	margin: 0 0 4px 0;
}
	.expansion-l{
	display:block;
	width:1200px;
	height:330px;
	overflow:hidden;
	position:relative;
}

.expansion-l img.expansion{
	width:auto;
	height:auto;
}
.expansion-m .word,.expansion-l .word{
	display:block;
	color:#FFF;
	font-size:28px;
	padding:0px;
	width:100%;
	position:absolute;
	left:30px;
	top:45px;
	z-index:3;
}
	
  /* タブレットで見たときは"sp"のclassがついた画像が表示される */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
    margin-right: 0px;
  }
}
@media print, screen and (min-width : 1200px) {
  /* メイン
-------------------------------------------- */
  .main-wrap {
    margin: 0 auto 0px auto;
    width: 100%;
	  height: auto;
  }
  .main-text {
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -625px;
    padding: 0 20px;
    width: 50%;
  }
  .main-catch,.main-catch-sb {
    display: inline-block;
	  font-weight: 600;
	  line-height: 1.4em;
	  padding: 15px 30px;
  }
	  .main-catch {
    font-size: 5.0rem;
  }
  .main-catch-sb {
    font-size: 3.0rem;
  }
/* 最適な保管環境を提案
-------------------------------------------- */	
.hokan{
	position: relative;
	margin: 0;
	}
	.hokan-text{
		position: absolute;
		left: 50%;
    top: 160px;
    margin-left: -1070px;
		width: 95%;
	}
	.hokan-title{
		font-size: 45px;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.hokan-sentence{
		font-size: 20px;
		margin: 0;
	}
	
#container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 5%;
}

.box {
	width: 30%;
	background: #fff;
	border-radius: 6px;
	box-shadow: 5px 5px 8px rgba(5,58,90,0.2);
}

.box:nth-child(3n+2) {
	margin-top: 50px;
}

.box:nth-child(3n+3) {
	margin-top: 100px;
}	
	.container-inside{
		padding: 30px 20px;
		font-size: 2.0rem;
	}
 /* ご利用までの流れ
-------------------------------------------- */
.problem-inside{
		padding: 50px 20px;
		font-size: 2.0rem;
	width: 60%;
	margin: 0;
	}	
	.problem-bl {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 10px 0;
	text-align: left;
}

/* ご利用までの流れ
-------------------------------------------- */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 2.0em 1em 1.5em 1em;
    border: solid 2px #065584;
	width: 23%;
	border-radius: 10px;
}
	.box27 p {
	font-size: 2.0rem;
}
	
/* 高知・南国市内の倉庫一覧・対応エリア
-------------------------------------------- */	
	.compatible_area{
		background: url("../../images/index/area_bgimg.png") top left no-repeat;
		
	}	
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc {
    display: block !important;
    margin-right: 0px;
  }
  .sp {
    display: none !important;
  }
}