@charset "utf-8";

.point_img1{
    margin: 0 0 40px !important;
    /* background: #efefef; */
    padding: 24px;
}
.point_img1 img{
	width: fit-content;
	margin:auto;
	display:block;
}
.point_imgtxt_txt h4{
 margin:0 0 8% !important;
}
.point_imgtxt_txt{
 /* margin: 4% !important; */
}

.point_imgtxt_wrap{
 margin:0 0 8% !important;
}
.common_product_list.clm_p5 li, .yamapos_list.clm_p5 li{
	/* width: 33%; */
}

.pickup{
	position:relative;
	text-align: center;
	margin: 11% 0 4%!important;
}
.pickup::before{
	content: 'pickup!';
	position: absolute;
	transform: rotate(-10deg);
	color: #326094;
	left: 10;
	font-family: 'Caveat', cursive;
	font-size: 40px;
	font-weight: 100;
	left: -10px;
	top: -50px;
	z-index: 0;
}
 @media screen and (max-width: 786px) {
.point_img1{padding: 0% !important;width: 100% !important;margin: auto !important;display: block;}
.point_img1 img{
 width: 100%;
 margin: auto;
 display: flex;
}
	 
.pickup{
	position:relative;
	text-align: center;
	margin: 11% 0 4%!important;
}
.pickup::before{
	font-size: 34px;
	top: -39px;
}
 }