@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
/*--------------------------------------------------
*オプション設定
---------------------------------------------------*/
.op1{
	margin-bottom:30px!important;
}
/*--------------------------------------------------
*コンテンツエリア
---------------------------------------------------*/
#prymary{
	padding:0 4%;
}
#midashi1{
	margin:15px 0 15px 0;
}
#midashi1 h1{
	padding-left:7px;
	border-left:10px solid #008cac;
	font-size:1.8rem;
	letter-spacing:0.05rem;
}
#midashi1 h1 span{
	font-size:1.2rem;
	display:block;
	padding-bottom:5px;
}
#mv-wrapper{
	display:block;
	margin:0 -4% 10px -4%;
}
.text-block1{
	padding-top:15px;
}
.text-block1 h2{
	font-size:1.6rem;
	line-height:2.2rem;
	font-weight:500;
	color:#515151;
	margin-bottom:15px;
}
.text-block1 h2::before{
	content:"";
	display:inline-block;
	width:10px;
	height:1.8rem;
	background-color:#008cac;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}
.text-block1 p{
	text-align:justify;
	letter-spacing:0.1rem;
	line-height:2.3rem;
	margin-bottom:10px;
	color:#646464;
}
ul.product-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.product-wrap li{
	width:49%;
}
.product-text{
	text-align:center;
	padding:10px 5px 25px 5px;
	color:#333;
	letter-spacing:0.05rem;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	/*---------------------------------------
	*【タブレット】オプション設定
	----------------------------------------*/
	.op1{
		margin-bottom:30px!important;
	}
	/*----------------------------------------
	*【タブレット】コンテンツエリア
	-----------------------------------------*/
	#midashi1{
		margin:20px 0 20px 0;
	}
	#midashi1 h1{
		font-size:2.4rem;
	}
	#midashi1 h1 span{
		font-size:1.4rem;
	}
	.text-block1 h2{
		font-size:1.8rem;
		line-height:2rem;
		font-weight:500;
		color:#515151;
		margin-bottom:15px;
	}
	.text-block1 h2::before{
		content:"";
		display:inline-block;
		width:10px;
		height:2rem;
		margin-top:-2px;
		margin-right:5px;
	}
	.product-wrap li{
		width:32.5%;
	}
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
	/*---------------------------------------
	*【PC】オプション設定
	----------------------------------------*/
	.op1{
		margin-bottom:30px!important;
	}
	/*---------------------------------------
	*【PC】コンテンツエリア
	----------------------------------------*/
    .contents-wrapper{
		max-width:1120px;
		margin:0 auto;
		min-height:0;
		padding-bottom:20px;
	}
	#prymary{
		padding:0;
	}
	#midashi1{
		margin:0 0 20px 0;
	}
	#mv-wrapper{
		margin:0 0 10px 0;
	}
	.text-block1{
		width:95%;
		margin:0 auto 0 auto;
	}
	.text-block1 h2{
		font-size:2rem;
		font-weight:500;
		margin-bottom:15px;
	}
	.text-block1 h2::before{
		width:10px;
		height:2.2rem;
		margin-top:-2px;
		margin-right:7px;
	}
	.text-block1 p{
		font-size:1.5rem;
		letter-spacing:0.1rem;
		line-height:2.5rem;
		margin-bottom:20px;
	}
	#figure1{
		display:block;
		margin-top:10px;
		padding:0 10px;
	}
	.annotation1 .annotation1-title {
		padding: 15px 25px;
	}
}