@charset "UTF-8";
.purchase-products{
	
	background: linear-gradient(90deg, #f2f2f2, #ffffff);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width:100%;
	justify-content: space-between;
	padding: 0.5rem;
	display: flex;
	align-items: center;
}
.purchase-products h1
{
	font-size:2.6rem;
	color: #333;
	font-weight: bolder;
	display: flex;
	align-items: center;


}
.purchase-products img
{
	border-radius:50%;
	display: flex;
	align-items: center;
	margin-left: auto;


}

@media only screen and (min-width: 768px){

	.purchase-products h1
	{
		font-size:3.2rem;

	}

}
@media only screen and (min-width: 992px){
	
	.subNavi__link-pickup
	{
		font-size: 2.0rem;
		padding: 8px;
		font-weight: bold;
		color: #333333!important;
	}
	
	.subNavi__link-pickup:hover
	{	
		color:#FFF!important;
	}
	
	
}



/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.user-query-box{
	height: auto;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	
}


 .user-query-box, .content ul>li:before {
	content: none;
}

.content h2, .wp-block-post-title{
	margin-top: 0.5rem;
	
}

/*H2の表示高さ*/
.content h2 .es-BpaddingS{
	padding-bottom:0.5rem;
}
.content h2 .es-TpaddingS{
	padding-top:0.5rem;
}

.caution-line{
	margin-top:5px!important;
	margin-bottom:5px!important;
	color:#ff0000;
	font-size:small;
}