@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
/*--------------------------------------------------
*共通パーツ設定
--------------------------------------------------*/
.h-style3{
	padding: 20px 15px 0 15px;
	font-size:1.8rem;
}
.h-style1 span{
	font-weight:500;
	display:inline-block;
	vertical-align:middle;
}
.h-style1 span::before{
	content: "";
	display:inline-block;
	width:10px;
	background:#008dab;
	margin-right:10px;
	height:2rem;
	vertical-align:middle;
	margin-top:-5px;
}
.op1{
	margin-bottom:20px;	
}

/*--------------------------------------------------
*メインビジュアルエリア
---------------------------------------------------*/
#mv-inner{
	background:url("../images/b8_mv_sp.jpg") no-repeat;
	background-size:cover;
	display:flex;
	align-items:center;
}
#mv-inner:before{
	content:"";
	display:block;
	width:0;
	height:0;
	padding-bottom:68%;
}
#mv-inner h2{
	display:none;
}
/*--------------------------------------------------
*コンテンツエリア
---------------------------------------------------*/
.contents-wrapper{
	min-height:0px;
	font-size:1.3rem;
	line-height:2rem;
	letter-spacing:0.05rem;
}
/*---↓↓↓（#block01）↓↓↓---*/
#block01{
	padding:25px 4% 0 4%;
}
#block01-inner p{
	text-align:justify;
	line-height:2.5rem;
	margin-bottom:15px;
}
/*---↓↓↓（#block02）↓↓↓---*/
#block02{
	padding:33px 4% 30px 4%;
	background:#F4F4F4;
	/*background:url("../images/common_texture_gray-stone3.jpg");*/
}
#block02 .h-style1{
	color:#666;
}
#block02-inner{
	margin-top:20px;
}
#block02-inner p{
	text-align:justify;
	line-height:2.5rem;
}
.products-wrap{
	margin-bottom:25px;
}
.products-wrap a{
	color:#666;
	font-size:1.5rem;
}
.products-wrap a:hover{
	color:#FF0000;
}
.products-text{
	text-align:center!important;
	padding-top:10px;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	
	/*--------------------------------------------------
	*【タブレット】共通パーツ設定
	--------------------------------------------------*/
	.h-style1 span::before{
		height:2.2rem;
	}
	/*--------------------------------------------------
	*【タブレット】メインビジュアルエリア（#mv）
	---------------------------------------------------*/
	#mv-inner{
		background:url("../images/b8_mv_tab.jpg") no-repeat;
		background-size:cover;
	}
	/*--------------------------------------------------
	*【タブレット】コンテンツエリア
	---------------------------------------------------*/
	.contents-wrapper{
		font-size:1.5rem;
		line-height:2.2rem;
	}
	
	/*---↓↓↓【タブレット】（#block02）↓↓↓---*/
	#block02-inner{
		display:flex;
		justify-content:space-between;
	}
	.products-wrap{
		width:49%;
	}
	
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	
	/*--------------------------------------------------
	*【PC】共通パーツ設定
	--------------------------------------------------*/
	.h-style3{
		font-size:2.2rem;
	}
	.h-style1 span::before{
		height:2.5rem;
	}
	.seg-curr{
		border-top:3px solid #008dab;
	}
	
	/*--------------------------------------------------
	*【PC】メインビジュアルエリア（#mv）
	---------------------------------------------------*/
	#mv-wrapper{
		background:url("../images/b8_mv_pc.jpg") no-repeat;
		background-position: center top;
		background-size:cover;
	}
	#mv-inner{
		background-image:none;
		display:block;
		max-width:1120px;
		margin:0 auto;
		position:relative;
		height:375px;
	}
	#mv-inner h2{
		font-size:2.4rem;
		line-height:3.2rem;	
		text-align:left;
		position:absolute;
		top:50%;
		left:10px;
		transform:translate(0,-50%);
	}
	/*--------------------------------------------------
	*【PC】コンテンツエリア
	---------------------------------------------------*/
	.contents-wrapper{
		max-width:1120px;
		margin: 0 auto;
		min-height:0;
	}
	/*---↓↓↓【PC】（#block01）↓↓↓---*/

	#block01 .contents-wrapper{
		padding:25px 4% 0 4%;
		margin-bottom:40px;
	}
	/*---↓↓↓【PC】（#block02）↓↓↓---*/
	#block02{
		padding:40px 4% 30px 4%;
	}
	#block02-inner{
		width:85%;
		margin:0 auto;
	}
	#block02 .op1{
		margin-bottom:30px;	
	}
	

}