.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}

h3.lemon-title{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	margin-top:0.2rem;
	border-bottom:1px solid #F3DF7C;
	text-align:left;
	margin-left:1rem;
	margin-bottom:0.6rem;
	display:block;
	font-size:1.7rem;
	color:#379E29;
}

h4.lemon-catch{
	margin-top:1rem;
	border-bottom:1px solid #379E29;
	text-align:left;
	text-align:center;
	margin-bottom:1rem;
	display:block;
	font-size:1.7rem;
	color:#379E29;
	font-weight:bold;
}

.lemon-ba-catch{
	font-weight:bold;
	font-size:1.2rem;
}

.lemon-ba-sub-catch{
	font-weight:bold;
	font-size:1.0rem;
	color:#379E29;
}

.ba-base{
	background-color:#FBF3CC;
}


.lemon-q{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-size:1.5rem;
	color:#379E29;
	margin-bottom:0.3rem;
}

/* 右三角形 */
.lemon-triangle {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #E9C100;
  width: calc(60px / 2);
  height: 60px;
}

ul.lemon-alert{
	list-style: none;
}
ul.lemon-alert li {
	position: relative;
	padding-left: 1.5em;
}
ul.lemon-alert li::before {
	font-family: "Font Awesome 5 Free";
	content: '\f071';
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	color:orange;
}

ul.lemon-notallowed{
	list-style: none;
}
ul.lemon-notallowed li {
	position: relative;
	padding-left: 1.5em;
}
ul.lemon-notallowed li::before {
	font-family: "Font Awesome 5 Free";
	content: '\f05e';
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	color:red;
}

.proc1{
	height:300px;
}
@media(max-width:768px) {
	.proc1{
		padding-top:10px !important;
		padding-bottom:10px !important;
	}	
}	
@media(min-width:769px) {
	img.product-img{
			max-height:450px;
	}
	.sp-none{
		display:show;
	}
	.pc-none{
		display:none;
	}
}
@media(max-width:768px) {
	.lemon-triangle {
	  clip-path: polygon(0 0, 100% 0, 50% 100%);
	  background-color: #E9C100;
	  height: calc(60px / 2);
	  width: 60px;
	}
	.sp-none{
		display:none;
	}
	.pc-none{
		display:show;
	}
	.main_imgBox a.slide_img1{
		background-image: url('../images/top/SP_01.webp?ver=202503');
	}
}