.posbox_wrap{
display: flex;
flex-wrap: wrap;
width: 100%;
gap:40px 20px; 
}

.posbox{
	box-sizing: border-box;
	flex: 0 0 calc((100% - 40px) / 3);
	box-sizing: border-box;
  padding: 10px 10px 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  text-decoration: none;
border-radius: 24px;
position: relative;
border: #10683500 1px solid;
text-align:center;
height: auto;
font-size:14px;
margin: 0;
}

.posbox:hover{opacity: 0.6;
/* border: #c6f5d4 2px solid; */
transition: all 0.3s ease-in-out;
}






.recommend {
	width: 70px;
    height: 70px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	-webkit-mask: url('/product/rearegi/device/images/bigtouch/icon_stamp.svg') no-repeat;
	mask: url('/product/rearegi/device/images/bigtouch/icon_stamp.svg') no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #c90909;/* SVGの色を指定 */
    background-size: contain;
    position: absolute;
    top:-20px;
    right: 0px;
    z-index: 2;
}

.recommend>p:nth-of-type(1) {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
}

.recommend>p:nth-of-type(1) span {
	font-size: 1.5rem;
	color: #fff;
}

.recommend>p:nth-of-type(2) {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
}



.new3 {
	width: 70px;
    height: 70px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	-webkit-mask: url('/product/rearegi/device/images/bigtouch/icon_stamp.svg') no-repeat;
	mask: url('/product/rearegi/device/images/bigtouch/icon_stamp.svg') no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #0963c9;/* SVGの色を指定 */
    background-size: contain;
    position: absolute;
    top:-20px;
    right: 0px;
    z-index: 2;
}

.new3>p:nth-of-type(1) {
	color: #fff;
    font-size: 1.5rem;
	line-height: 1;
	font-weight: bold;
}

.posbox:after,
h4 accessory span.open:after {
    content: "セット詳細を開く";
    font-family: "Font Awesome 5 Free", 'Noto Sans JP';
    font-weight:normal;
    padding: 0.5em 10px .5em 0px;
    font-size: 1em;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0%;
    bottom: 10px;
	width: 100%;
    background: #F0FAF4;
    bottom: -1px;
	border-radius: 0 0 24px 24px;

}

/* h4>span.open:after {
	content: "詳細を閉じる　\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 2em;
} */



.filter a.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #333 transparent transparent transparent;
}

.is-animated {
	animation-timing-function: ease-in-out;

}

@keyframes zoom-in {
	0% {
		transform: scale(.1);
	}

	100% {
		transform: none;
	}
}

/*アコーディオン*/

.menu {
	padding: 0;
}

.subInner {
	display: none;
	border-top: 1px solid #ededed;
	padding: 10px 0 0;
	margin: 20px 0;
}

.subInner:active {
	display: block;
}

.accessory .subInner {
	display: none;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ededed;
}

article.subContent {
	max-width: 1010px;
}

article.subContent h4 {
	max-width: 1010px;
	padding: 10px;
	line-height: 20px;
	color: #000;
	width: 100%;
	/* background:#fff; */
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
	/* border-top: 1px solid #b5b5b5; */
	/* background: #ffffff; */
	/* Old browsers */
	/*background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);*/
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); */
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
	/* IE6-9 */
	/* border-bottom:1px solid #b5b5b5; */
}

/* article.subContent h4:hover {
	background: #f5f4f4;
} */

.productName {
	color: #444444;
	line-height: 1.4;
	font-weight: 600;
	font-size: 17px;
	margin-top: 5px;
}
.productName >p{
	padding-left: 1px;
	font-size: 12px!important;
font-weight: 400;}

.ProductTitle{
	color:#444444;
}


.title_text {
	max-width: 260px;
	color: #ff0000;
	text-align: center;
	border: 2px solid #ff0000;
	border-radius: 18px;
	padding: 3px 10px;
	margin: 0 0 0 10px;
}

.hd4 {
	margin: 0 0 15px;
	color: #333;
	font-weight: bold;
}

.set {
	background: #f2f2f2;
	padding: 10px 0px 0px 10px;
	margin-bottom: 15px;
}

.set li {
	display: inline-block;
	font-size:14px;
}

.set li::after {
	content: "/";
	margin: 0 5px;
}

.set li:last-child::after {
	content: "";
}

.price_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.price_box>p {
	color: #0956be;
	font-weight: bold;
	background: #ebf4f7;
	position: absolute;
	right: 0;
	padding: 2px 10px;
}

.price_box>p span,
.shinshihei_text>span {
	color: #000;
	font-size: 1.1rem;
	margin: 0 0 0 5px;
}

.shinshihei_text {
	max-width: 350px;
	color: #0956be;
	font-weight: bold;
	text-align: center;
	background: #ebf4f7;
	padding: 2px 10px;
	margin: 10px auto 30px;
}

.shinshihei_icon {
	width: 60px;
	height: 60px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #1C7437;
	border-radius: 35px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 30%));
	position: absolute;
	top: -10px;
	right: 10px;
}

.shinshihei_icon.inner_p {
	top: 20px;
}

.shinshihei_icon>img {
	width: 100%;
	height: auto !important;
	max-width: 40px !important;
	position: absolute;
	top: -14px;
}

.shinshihei_icon>p {
	color: #10695e;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.8;
	margin: 13px 0 0;
}

.shinshihei_icon>p span {
	color: #111;
	font-size: 1rem;
	font-weight: normal;
}

.titlePrice,
.titlePrice_open {
	display: block;
	color: #ab1c1c;
	font-size: 2.5rem;
	line-height: 1.5;
}

.titlePrice2 {
	display: block;
	color: #ab1c1c;
	font-size: 2rem;
	line-height: 1.5;
}

.titlePrice:after {
	content: "円～";
	font-size: 0.8em;
	margin: 0 0.1em;
}

.ProductTitle {
	display: inline-block;
	vertical-align: top;
}

/* 周辺機器セット */
article.accessory ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	padding: 0 0 30px;
}

article.accessory li {
	display: block;
}

article.accessory li>p>img {
	height: 120px;
	object-fit: contain;
}

.accessory {
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 2em;
}

.open h4>span:hover {
	opacity: .7;
	cursor: pointer;
}

.accessory h5 {
	margin-top: 10px;
}

.accessory table tr {
	border: 1px solid #c7c7c7;
}

.accessory table th {
	background: #eef8e7;
	border-right: 1px solid #c7c7c7;
	padding: 0.5em;
	width: 30%;
	vertical-align: middle;
	font-weight: bold;
}

.accessory table td {
	background: #fff;
	padding: 0.5em;
	width: 70%;
	text-align: left;
}

.accessory table {
	width: 98%;
	margin: 0 auto;
}


.accessoryOther {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.accessoryOther ul {
	display: block;
	border: 1px solid #c7c7c7;
	width: 32%;
	position: relative;
}

.accessoryOther li {
	padding: 1em 1em 3em;
}

.accessoryOther img {
	margin-left: 25%
}

.accessoryOther a {
	position: absolute;
	bottom: 5px;
}

.title {
	color: #1C7437;
	display: block;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0.5em;
}

.price {
	display: block;
	color: #c30;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
}

.price:before {
	content: "【価格】";
	margin-right: 0.5em;
	color: #000;
	font-size: 0.6em;
	font-weight: 100;
}

.price:after {
	content: "（税別）";
	font-size: 0.5em;
	font-weight: 100;
	margin-left: 0.5em;
}

/* 製品詳細開閉ボタン */
h4>span {
	display: block;
	font-size: 1.6em;
	position: relative;
	font-weight: bold;
}


h5 span {
	display: block;
	font-size: 1.6em;
	position: absolute;
	font-weight: bold;
	bottom: 0%;
	left: 38%;
	width: 21%;
}

h5 span:after {
	content: "詳細を開く　\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 2em;
	padding: 0.3em 1em;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	position: absolute;
	right: 0;
	bottom: 0;
	color: rgb(255, 255, 255);
	background: rgb(232, 132, 8);
}

h5 span.open:after {
	content: "詳細を閉じる　\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	;
	margin-left: 2em;
}



/* 製品一覧画像 */

/* --- Seav-ME 新規追加製品 START --- */

/* Seav-MEキャッシュドロアセット */
.SeavME_drawer h4>span:before {
	content: "";
	background: url("/lp/posset/img/set_seavme.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 121px;
	/* 10インチモデルの既存ルール（.Seav10fset）に合わせます */
	display: inline-block;
	margin-left: 1%;
}

/* Seav-MEセミセルフレジセット（グローリー製） */
.SeavME_sss_gl h4>span:before {
	content: "";
	background: url("/lp/posset/img/seav-me_self_n300_wht.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 121px;
	/* 10インチモデルの既存ルール（.Seav10fset）に合わせます */
	display: inline-block;
	margin-left: 1%;
}

/* Seav-MEセミセルフレジセット（富士電機製） */
.SeavME_sss_fuji h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/meset_f.png");
	/* グローリーセットと同じ画像を使用 */
	background-repeat: no-repeat;
	background-size: contain;
	width: 121px;
	/* 10インチモデルの既存ルール（.Seav10fset）に合わせます */
	display: inline-block;
	margin-left: 1%;
}

/* --- Seav-ME 新規追加製品 END --- */

/* 20250123 */
.subContent>div>h4>span:before{	
    display: flex;
    width: 100%;
    height: 210px ;
    object-fit: contain;
	margin-bottom: 10px;
    background-position: center;
}

/* 20250123 */


.Seavmk_fuji h4>span:before {
	content: "";
	background: url("/lp/posset/img/Seav-MK_self_n300_wht.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	/* height: 95px; */
	display: inline-block;
}

.Seavmk_glory h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seavmk_glory.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	/* height: 95px; */
	display: inline-block;
}

.Seavmk_s1000 h4>span:before {
	content: "";
	background: url("/news/wp-content/uploads/MKset-1.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	/* height: 95px; */
	display: inline-block;
}

.Seav10 h4>span:before {
	content: "";
	background: url(/assets/img/hard/set/set_seav-10_br_b.png) center center / contain no-repeat;
	width: 129px;
	/* height: 95px; */
	display: inline-block;
}

.Seav10fset h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav10fset.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	/* height: 95px; */
	display: inline-block;
}

.seav10_mpop h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav10f_mpopset.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	/* height: 95px; */
	display: inline-block;
}

.seav10f_epson h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav10fset_epson.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	/* height: 95px; */
	display: inline-block;
}

.surface h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/surface_mpopset_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	/* height: 95px; */
	display: inline-block;
}


.Seav12 h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav12_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	/* height: 100px; */
	display: inline-block;
	background-position: bottom;
}

.RZ-A395 h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/RZ-A395S.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 106px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 2.3%;
}

.Seav15f h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav15f2set.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15a h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav15a.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15alm h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav15aset.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15ap h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav15apset.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav20ap h4>span:before {
	content: "";
	background: url("/lp/posset/img/set_seav20ap.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15a_sss_fuji h4>span:before {
	content: "";
	background: url("/assets/img/hard/set/set_fujidenki_seav-15a_sm_rp_tqr_br_verifone_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15a_sss_gl h4>span:before {
	content: "";
	/*	background: url("/assets/img/hard/set/set_glory_n-300_seav-15a_sm_rp_tqr_br_verifone_w.png");*/
	background: url("/assets/img/hard/set/set_glory_n-300_seav-15a_sm_rp_tqr_br_verifone_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15f2_sss_fuji h4>span:before {
	content: "";
	background: url("/assets/img/hard/set/set_fujidenki_seav-15f2_sm_rp_tqr_br_verifone_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15f2_sss_gl h4>span:before {
	content: "";
	background: url("/assets/img/hard/set/set_glory_n-300_seav-15f2_sm_rp_tqr_br_verifone_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15a_cs_fuji h4>span:before {
	content: "";
	background: url("/product/business/images/clinic_semiself_15a_fuji.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15a_cs_gl h4>span:before {
	content: "";
	/*background: url("/assets/img/hard/set/set_clinic_glory_n-300_seav-15a_br_w.png");*/
	background: url("/assets/img/hard/set/set_clinic_glory_n-300_seav-15a_br_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15f2_cs_fuji h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/clinicset_seav15f2_fuji_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15f2_cs_gl h4>span:before {
	content: "";
	background: url("/assets/img/hard/set/set_clinic_glory_n-300_seav-15f2_br_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav10f_cs_fuji h4>span:before {
	content: "";
	background: url("/assets/img/hard/set/set_clinic_fujidenki_seav-10f_br_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 215px !important;
	margin: auto !important;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;

}

.Seav10f_cs_gl h4>span:before {
	content: "";
	background: url("/assets/img/hard/set/set_clinic_glory_n-300_seav-10f_br_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 215px !important;
	margin: auto !important;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.RP7 h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/hp_rp7_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 128px;
	/* height: 95px; */
	display: inline-block;
}

.TeamPOS7000 h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/teampos7000_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 128px;
	/* height: 95px; */
	display: inline-block;
}

.touch-fujitsu h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/touch-fujitsu_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 128px;
	/* height: 95px; */
	display: inline-block;
}

.touch-fujitsu15 h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/touch-fujitsu15_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 128px;
	/* height: 95px; */
	display: inline-block;
}

.pc-fujitsu h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/pc-fujitsu_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 128px;
	/* height: 95px; */
	display: inline-block;
}

.x750f h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/x750f.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 111px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 2%;
}

.er-a421 h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/er-a421.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 111px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 2%;
}

.willpos-touch h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/willpos-touch.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 111px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 2%;
}

.epson_e h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/epson_e_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
	/* height: 95px; */
	display: inline-block;
}

.mpop_s h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/mpop_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 121px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1%;
}

.seav10fset h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav10fset.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 121px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1%;
}

.seav10f_mpopset h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav10fset.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 121px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1%;
}

.seav10f_epsonset h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav10fset.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 121px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1%;
}

.Seav15c_sss_fuji h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav15c_sss_fuji_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15c_sss_gl h4>span:before {
	content: "";
	background: url("/lp/posset/img/hero.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15wap2_sss_fuji h4>span:before {
	content: "";
	background: url("/lp/posset/img/seav15wap2_sss_gl_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15wap2_sss_gl h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/Seav15wap2_sss_gl_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav20ap_sss_fuji h4>span:before {
	content: "";
	background: url("/lp/posset/img/seav20ap_sss_fuji.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav20ap_sss_gl_b h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/seav20ap_sss_gl_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15c_clinic_fuji h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/clinicset_seav15c_fuji_b.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15c_clinic_gl h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/clinicset_seav15c_gl_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15wap2_clinic_fuji h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/clinicset_seav15wap2_fuji_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15wap2_clinic_gl h4>span:before {
	content: "";
	background: url("/product/bcpos/hard/image/clinicset_seav15wap2_gl_w.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15c h4>span:before {
	content: "";
	background: url("/lp/posset/img/set_seav15c2.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

.Seav15wap2set h4>span:before {
	content: "";
	background: url("/lp/posset/img/seav15wap2set.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 115px;
	/* height: 95px; */
	display: inline-block;
	margin-left: 1.5%;
}

/* --- フルセルフレジセット 新規追加 --- */

/* Seav-MK フルセルフレジセット (富士電機) */
.SeavMK_self_fuji h4>span:before {
	content: "";
	background: url("/lp/semiself/img/mk_self_fuji.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120px;
	height: 100px; /* 高さを確保しないと表示されない場合があります */
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

/* Seav-MK フルセルフレジセット (グローリー) */
.SeavMK_self_gl h4>span:before {
	content: "";
	background: url("/lp/semiself/img/mk_self_glory.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

/* Seav-ME フルセルフレジセット (グローリー) */
.SeavME_self_gl h4>span:before {
	content: "";
	background: url("/lp/semiself/img/me_self_glory.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

/* Seav-ME フルセルフレジセット (富士電機) */
.SeavME_self_fuji h4>span:before {
	content: "";
	background: url("/lp/semiself/img/me_self_fuji.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

/* S1000 フルセルフレジセット */
.S1000_self h4>span:before {
	content: "";
	background: url("/lp/semiself/img/S1000_self.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 120px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

/* Seav-MKキャッシュドロアセット */
.SeavMK_drawer h4>span:before {
	content: "";
	background: url("/lp/posset/img/set_seavmk.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 129px;
	display: inline-block;
}

/* Seav-MK キャッシュレスフルセルフ */
#SeavMK_cashless_full h4>span:before {
    content: "";
    background: url("/product/bcpos/hard/image/cashless-mk.png") center center / contain no-repeat;
	width: 100%;
    display: inline-block;
}

/* Seav-ME キャッシュレスセミセルフ */
#SeavME_cashless_semi h4>span:before {
    content: "";
    background: url("/product/bcpos/hard/image/me_semi_c.png") center center / contain no-repeat;
	width: 100%;
    display: inline-block;
}

/* Seav-ME キャッシュレスフルセルフ (10インチ) */
#SeavME_cashless_full h4>span:before {
    content: "";
    background: url("/product/bcpos/hard/image/me_full_c.png") center center / contain no-repeat;
    width: 100%;
    display: inline-block;
}

/* 製品詳細表 */

font.productTitle2 {
	color: #292929;
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
margin-bottom: 20px;
}

font.productTitle {
	color: #1C7437;
	display: block;
	font-size: 4rem;
	font-weight: bold;
	margin: 0px 0px 30px 0 !important;
}

.productImg {
	word-break: keep-all;
}

.productImg li {
	margin-bottom: 10px;
}

.colorbox{
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.colorbox2,
.makerbox{
	text-align: center;
	margin-top: 20px;
	width: 50%;

}

.colorwrap,
.makerwrap{
	display: flex;
	justify-content: space-around;
	border: solid 1px #c6c6c6;
	margin: 10px;
	padding: 10px;
}

.makerwrap .maker:nth-of-type(1)::after {
	content: "/";
	margin:0 0 0 1em;
}

.colorB {
	margin-right: 10px;
}


.colorB::before {
	content: "●";
	font-size: 16px;
	margin-right: 5px;
}

.colorW::before {
	content: "〇";
	font-size: 16px;
	margin-right: 5px;
}

table tr {
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	word-wrap: anywhere;
}

table th {
	background: #f5f5f5;
	border-right: 1px solid #c7c7c7;
	padding: 0.5em;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	width: 20%;
}

table th.main {
	width: 12%;
}

table td {
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	background: #fff;
	word-break: keep-all;
	box-sizing: border-box !important;
    padding: 3.5px 0px;
}

table {
	width: 100%;
	margin-left: auto;
	box-sizing: border-box;
}

.slick-slide {
	width: 300px;
}

.slick-slide p {
	margin-top: 10px;
}

.accessory table td {
	text-align: center;
	width: 100%;

}


/* POSカウンター表 */
.pos table td {
	background: #fff;
	padding: 0.5em;
	text-align: left;
	word-break: keep-all;
}

.pos table td:nth-child(1) {
	width: 60%;
}

.pos table td:nth-child(2) {
	width: 40%;
}

.pos table td:nth-child(3) {
	width: 20%;
}


/* 拡張ハードウェア */
.extension ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.extension li {
	display: block;

}

.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 95%;
	max-width: 925px;
	margin-left: 0%;
	padding: 60px 20px 40px;
	box-shadow: 0px 0px 10px 5px #c3c3c3;
	border-radius: 5px;
	background: #fff;
	margin: auto;
	top: 30%;
	left: 0;
	right: 0;
	margin: -9.5% auto;
	min-height: 300px;
}

.modal-content a{
	text-decoration:none !important;
}
.modal-content p{
	font-size:1.4rem !important;
	line-height:25px;
	margin-bottom:0 !important;
}
.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.6);
}

.modal-open {
	color: #000;
	text-decoration: blink;
}

.modal-open:hover {
	cursor: pointer;
	color: #000;
	opacity: 0.5;
}

a.modal-close {
	margin-top: 10px;
	color: #3a3a3a;
	text-decoration: blink;

}

p .modal-close {
	text-align: right;
}

p a.modal-close:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.5em;
	font-size: 2em;
	vertical-align: middle;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	display: inline-block;
}

p a.modal-close:hover {
	cursor: pointer;
	color: #000;
	opacity: 0.5;
}

p a.modal-close:hover::before {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

p.search {
	margin-top: 10px;
	color: #fff !important;
	text-align: center;
	padding: 10px;
	background: #65ab31;
	display: block;
	text-decoration: none;
}

/* .modal-content a {
	display: block;
	text-decoration: none;
} */

p.search a,
p.search a:hover {
	text-decoration: none;
	color: #fff;
}

p.search:hover {
	opacity: 0.8;
}

p.search:before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
	font-size: 1.5em;
	text-decoration: none;
}

.modal-content h2 {
	color: #292929;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
margin-bottom: 20px;
}

.Detail {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	min-height:230px;
}

.Detail div {
	display: block;
}

.Detail div.center {
	text-align: center;
}


.Detail img {
	max-height: 200px;
	object-fit: contain;
}

.Detail h2 {
text-align: left!important;
}

.Detail font {
	font-size: x-small;
	letter-spacing: 0.1em;
}

font.modalPrice {
	color: #c30;
	font-size: 2em;
	font-weight: bold;
}

font.modalPrice:before {
	content: "【価格】";
	color: #000;
	font-size: 0.6em;
	margin-right: 0.5em;
}

font.modalPrice:after {
	content: "(税別)";
	font-size: 0.6em;
	margin-left: 0.5em;
}

#extension ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 20px 0;
}

#extension .accessory.kesai ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0;
	margin: 0 auto;
}

#extension .accessory.turisenki ul {
	max-width: 700px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0;
	margin: 0 auto;
}

#extension .accessory ul img.w_long {
	object-fit: contain;
	max-width: 150px;
}

#spec ul li {
	display: inline-block;
	width: 100%;
	height: auto;
	border: none;
	text-align: left;
	margin-top: 0px;
	padding: 5px 0px 0px;

	;
	/* margin-left: 100px; */
}

#extension ul.detail {
	display: inline-block;
	margin: 0;
}

#extension ul.detail li {
	width: 100%;
	text-align: left;
	border: none;
	min-height: auto;
	padding: 0;
	line-height: 25px;
}

#extension ul.detail_list {
	display: inline-block;
	margin: 0;
}

#extension ul.detail_list li {
	width: 100%;
	border: none;
	min-height: auto;
	text-align: left;
	line-height: 25px;
	padding: 0 0 0 0.7rem;
}

#extension li {
	min-height: 200px;
	text-align: center;
	border: 1px solid #c1c1c1;
	position: relative;
	padding: 20px 10px 0px 10px;
}

#extension li img {
	height: 80px;
	object-fit: contain;
	margin: 0 auto;
}

#extension li p {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
	font-size:1.4rem;
	line-height:25px;
}

#extension .accessory li {
	width: auto;
	min-height: auto;
	list-style: none;
	text-align: center;
	position: relative;
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#extension span {
	max-width: 140px;
	display: block;
	width: 100%;
	padding: 0.5em 0em;
	background: #1c4274;
	margin: 0 auto;
	/* border: 1px solid #b9b9b9;
	position: absolute;
	bottom: 5px;
    right: 5px; */
	font-size:1.3rem;
}

#extension .subtool{background: none;
position: relative;
}

#extension .subtool::after{
	content: "詳細はこちら　\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
color:#1b1b1b;
	margin-top: 10px;
	position: absolute;
	bottom: -5px;
    right: 5px;
}


#extension .accessory span {
	max-width: 100%;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	position: relative;
}


#extension span::after {
	content: "詳細はこちら　\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
color:#fff;
	margin-top: 10px;
}

#extension .accessory span::after {
	content: "詳細を開く　\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px;
}

#extension .accessory span.open::after {
	content: "詳細を閉じる　\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 2em;
}

.bottun {
	background: #476DB2;
	padding: .5em 1em;
	color: #fff;
	margin-top: 20px;
}

.bottun::after {
	content: "詳細はこちら　\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;

}

#poscounter ul {
	display: flex;
	display: -webkit-flex;
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 2px;
}

#poscounter li {
	display: block;

}

#poscounter h4>span:after {
	bottom: 10px;
}

.register img {
	width: 300px;
}

ul#dispenser li {
	height: auto;
	width: 100%;
	vertical-align: middle;
	padding: 10px 10px;
}

/* .scroll_box {
	width: 100%;
	max-height: 350px;
	overflow-y: scroll;
} */

/* 詳細ボタン */
.deviceBox2 {
	margin-bottom: 30px;
}

.deviceBox2:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.deviceBox2 li {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 5px 15px 0;
	border-right: #DCDCDC 1px solid;
	border-bottom: #DCDCDC 1px solid;
}

.deviceBox2>li:nth-child(4n+4) {
	margin-right: 0;
}

.deviceBox2 li:nth-child(2) {
	margin: 0 0 0 15px;
}

.deviceBox2 li:nth-child(3) {
	margin: 0 15px;
}

.deviceBox2 h3 {
	margin: 0 0 5px;
	color: #C30;
	font-weight: bold;
	line-height: 1.6;
	font-size: 114.3%;
}

.deviceBox2 p {
	text-align: center;
}

.deviceBox2 p.photo {
	margin: 0 auto 10px;
}

.deviceBox2 a {
	display: block;
	width: 150px;
	margin: 10px auto 5px;
	padding: 5px;
	color: #FFF;
	line-height: 1.0;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	background: rgba(255, 148, 14, 1.0);
}

.deviceBox2 a:hover {
	text-decoration: none;
	background: rgba(255, 148, 14, 0.8);
}


/* POSカウンター詳細 */
.counterDetail {
	border: 1px solid #ccc;
	padding: 2em;
	margin: 0 auto;
}

.counterDetail p img {
	margin-bottom: 20px;
}

.counterDetail ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}

.counterDetail li {
	display: block;
	width: 45%;
}

.counterDetail table {
	width: auto;
	border-spacing: 0;
	font-size: 14px;
}

.counterDetail table th {
	color: #000;
	padding: 8px 15px;
	background: #eee;
	font-weight: bold;
	border: 1px solid #aaa;
	line-height: 120%;
	text-align: center;
}

.counterDetail table tr td {
	padding: 8px 15px;
	text-align: center;
}

.counterDetail table tr td:first-child {
	border-left: 1px solid #aaa;
}

.counterDetail table tr td:last-child {
	border-right: 1px solid #aaa;
}

.counterDetail table tr {
	background: #fff;
	border: none;
}

.counterDetail table tr:nth-child(2n+1) td {
	background: #eee;
}

.counterDetail table tr td:last-of-type {
	border-bottom: 1px solid #aaa;
}

.glay {
	padding: 5px 10px;
	background: #D5DBCF;
	font-weight: bold;
}

.btm_btn02 {
	border-radius: 5px;
}


/**/
a img:hover {
	opacity: 0.8;
}



img.ttl_keigen {
	width: 100%;
	max-width: 201px;
}

a.btn_box {
    display: block;
    width: 100%;
    max-width: 300px;
    color: #000;
    text-decoration: none;
    padding: 10px;
    margin: 0 auto;
    transition: 0.3s;
    text-align: center;
    color: white;
    background: #00863C;
}

a.btn_box:hover {
	opacity: 0.3;
}

a.btn_campaign,
a.btn_pdf {
	width: 100%;
	max-width: 400px;
	display: block;
	text-align: center;
	border-radius: 50px;
	box-shadow: 0px 8px 15px rgba(74, 96, 75, 0.1);
	padding: 10px;
	margin: 0 auto 30px;
}

a.btn_campaign {
	color: #fff;
	font-weight: bold;
	background: #1c45a6;
}

a.btn_pdf {
	color: #00863C;
	background-color: #fff;
	border: 1px solid #00863C;
}

.text_middle {
	font-size: 1.8rem;
}

.text_slash {
	text-decoration: line-through;
}

.text_campaign {
	color: #ff0000;
}


.w_small {
	max-width: 200px;
}

@media screen and (max-width: 1024px) {

	.boxes h3 {
		width: 100%;
		margin-bottom: 10px;

	}

	.p-title_line {
		display: inline-block;
		width: 100%;
	}

	.p-title_line p {
		margin-left: 0px;
		vertical-align: text-bottom;
		width: 100%;
		vertical-align: middle;
	}

	.pos table td {
		background: #fff;
		padding: 0.5em;
		text-align: left;
		word-break: keep-all;
	}

	.pos table td:nth-child(1) {
		width: 100%;
		border-right: 1px solid #aaa;
		border-left: 1px solid #aaa;
	}

	.pos table td:nth-child(2) {
		width: 100%;
		border-right: 1px solid #aaa;
		border-left: 1px solid #aaa;
	}

	.pos table td:nth-child(3) {
		width: 100%;
		border-right: 1px solid #aaa;
		border-left: 1px solid #aaa;
	}

	table td {
		max-width: 100vw;
	}

	table.hack td {
		max-width: 50vw;
	}

	table.hack2 td {
		max-width: 95vw;
	}

	table.hack3 td {
		max-width: 90vw;
	}

	.colorbox {
		text-align: center;
		margin-top: 40px;
		width: 100%;
	}

	table td {
		max-width: 100vw;
	}

	table.hack td {
		max-width: 50vw;
	}

	table.hack2 td {
		max-width: 95vw;
	}

	table.hack3 td {
		max-width: 90vw;
	}

	.filter2 div {
		font-size: 1.3rem;
	}

	#extension .accessory.kesai ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.posbox{
		padding: 1rem 1rem 3rem;
	}

.productImg .img {
	margin: 15vw auto 0;
}

}

@media screen and (max-width: 1023px) {
	#extension li{
		padding: 20px 10px 5px;
	}
	#extension li p{
		line-height:1.4;
	}
	#extension span {
		position: absolute;
		bottom: 5px;
	}
font.productTitle {
	word-break: break-word;
	margin: 0px 0px 20px !important;
}
.colorwrap,
.makerwrap{
	flex-direction: column;
	gap: 1rem;
}
.colorB {
	margin-right: unset;
}

	.set li {
	line-height: 25px;
	}


}

@media screen and (max-width:767px) {
/*20250123  */
.posbox{
	box-sizing: border-box;
	flex: 0 0 calc((100%) / 1
				  );
				margin: auto;
				}


				/* 絞り込み */
				.custom-filter-group.custom-filter-radio {
					width: 100%;
				}
				.custom-filter-item {
					width: 100%;
				}

				.filter-row {
					width: 100%;
				
				}
				.filter-container .filter-row {	gap:5px;}


				.filter-container {
					width: 100%;
				}
				.custom-filter-section:not(:first-child) .custom-filter-title {
					background-color: #e9e9e9;
					padding: 10px;
					cursor: pointer;
					display: flex;
					justify-content: space-between;
					align-items: center;
					position: relative;
					border: none!important;
				}
				.custom-filter-section:not(:first-child) .custom-filter-title::after {
					content: '▼';
					transition: transform 0.3s ease;
				}
				.custom-filter-section:not(:first-child) .custom-filter-title.active::after {
					transform: rotate(180deg);
				}
				.custom-filter-section:not(:first-child) .custom-filter-group {
					display: none;
				}
				.custom-filter-section:not(:first-child) .custom-filter-group.active {
					display: block;
					border: none !important;
					
				}
				.custom-filter-group.custom-filter-multi,
				.custom-filter-group.custom-filter-radio {
					/* display: flex;
					flex-direction: column; */
				}
				.custom-filter-multi label,
				.custom-filter-item {
					/* margin-bottom: 10px; */
					padding: 10px;
					background-color: #f9f9f9;
				}
	/*  */
	.pagetop {
		bottom: 0;
	}

	.breadcrumb {
		padding: 10px 20px 0;
	}

	h4>span {
		padding: 0 0 20px;
	}

	h4>span:after {
		font-weight: 600;
		margin-left: 2em;
		padding: 0.1em 1em;
		font-size: 0.6em;
		letter-spacing: 0.1em;
		position: absolute;
		right: 0;
		bottom: -7px;
		background: .4px solid #ccc;
	}

	.intro h2 {
		font-size: 2.6rem;
	}

	.tokubetu_box {
		max-width: 400px;
	}

	.tokubetu_box>div:nth-of-type(1) {
		grid-template-columns: repeat(1, 1fr);
	}

	.boxes div article.subContent h4 {
		font-size: 1.2rem;
	}

	table {
		border: none
	}

	table.hack td {
		max-width: 200vw;
	}

	table th br {
		display: none;
	}

	.main {
		width: 100%;
		background: #868686;
		border-bottom: 1px solid #ccc;
		color: white;
		padding: 10px;

	}

	table th.main {
		width: 100% !important;
	}

	table tr td {
		display: block;
		/*tdをブロックレベルに（セルをやめる）*/
		border-top: 0.4px solid #ccc;

		border-bottom: none;
	}

	table tr td::before {
		/*tdに擬似要素 ::before*/
		content: attr(aria-label);
		/*aria-label属性の値をコンテンツに*/
		float: left;
		/*テキストを左寄せにする*/
		font-weight: bold;
		padding-left: .7em
	}

	table tr td::after {
		/*クリアフィックス（コレは不要かもしれません）*/
		content: "";
		display: table;
		clear: both;
	}

	table tbody th {
		display: block;
		width: 100%;
		/*tbody内の thをブロックレベルに（セルをやめる）*/
		border: none;
	}

	.accessory table th {
		width: 100%;
	}

	article.accessory ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 50px;
	}



	/*  */
	.filter {
		gap: 5px;
	}

	.custom-filter-section {
		flex: 0 0 100%;
	}

	.custom-filter-multi {
		grid-template-columns: repeat(2, 1fr);
	}

	.custom-filter-item {
		font-size: 0.85em;
		padding: 8px 10px;
	}

	.custom-filter-item i {
		right: 10px;
	}

	/*  */
	/* .filter {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	} */

	.filter div {
		font-size: 1.2rem;
	}

	.filter2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.filter2 div {
		font-size: 1.2rem;
	}

	.filter2 div i {
		margin-left: 5px;
	}

	#extension span {
		font-size: 12px;
		width: 100%;
		margin: 0 auto 10px auto;
	}

	#extension .accessory span {
		font-size: 1.6em;
		width: 100%;
		margin: 0 auto 10px auto;
	}

	#extension .accessory ul img {
		max-width: 100px;
	}

	#extension .accessory ul img.w_long {
		max-width: 100px;
	}

	#extension .accessory h5 {
		font-size: 1.1rem;
	}

	#extension ul {
		grid-template-columns: repeat(2, 1fr);
	}

	#extension .accessory.kesai ul {
		grid-template-columns: repeat(2, 1fr);
	}

	#extension .accessory.turisenki ul {
		grid-template-columns: repeat(2, 1fr);
	}

	#extension li {
		padding: 10px 10px 0;
	}

	#extension li p {
		font-size: 1.2rem;
	}

	.p-title_line2 {
		display: inline-block;
		margin-bottom: 20px;
		padding-bottom: 0px;
		background: #6d6d6d;
		color: white;
		vertical-align: inherit;
		margin-top: 30px;
		padding: 5px 15px;
		width: 100%;
	}
	

	.modal-content {
		position: fixed;
		display: none;
		z-index: 2;
		width: 85%;
		max-height: 85%;
		margin: auto;
		padding: 10px 20px;
		box-shadow: 0px 0px 10px 5px #c3c3c3;
		border-radius: 5px;
		background: #fff;
		top: 75px !important;
	}

	.Detail div {
		font-size: 1.4rem;
		margin: 0 0 10px 0;
		text-align: left;
		line-height: 16px;
	}

	.modal-content h2 {
		font-size: 1em;
		color: #65ab31;
		font-weight: bold;
		margin-bottom: 1em;
	}

	.ProductTitle {
		display: block;
	}

	.btm_btn03 {
		padding: 10px;
		margin-top: 10px;
	}

	.price_box {
		flex-flow: column;
		align-items: flex-start;
	}

	.price_box>p {
		position: initial;
	}

}

/*
@media screen and (max-width: 414px) {
	.accessory table {
		width: 100% !important;
	}
}
*/

/* 印刷時の設定 */
@media print {

	/*印刷非表示*/
	#print,
	header,
	nav,
	.crumbs,
	footer {
		display: none;
	}

	.PageBreak {
		page-break-before: always;
		page-break-after: always;
	}

	/*改ページ*/
	h4>span.open:after {
		page-break-before: always;
		page-break-after: always;
	}

	.modal-content {
		position: fixed;
		display: none;
		z-index: 2;
		width: 855px !important;
		margin-left: 0%;
		padding: 10px 20px;
		box-shadow: none;
		border: 1px solid;
		border-radius: 5px;
		background: #fff;
		left: 10px !important;
	}
}

/* --- モダン・タグ選択式フィルター（省スペース版） --- */

/* フィルターエリア全体 */
.custom-table-filter {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* 影を少し控えめに */
    border: 1px solid #eaeaea;
    padding: 12px 20px; /* 上下の余白を大幅にカット */
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px; /* 行間の隙間を詰める */
}

/* 各セクション（行） */
.custom-table-filter .custom-filter-section {
    display: flex;
    align-items: center; /* 中央揃えにして高さを最小限に */
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 8px; /* 下線の余白を詰める */
    margin: 0;
    min-height: 32px; /* 最小高さを設定 */
}
.custom-table-filter .custom-filter-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* 左側の見出し（タイトル） */
.custom-table-filter .custom-filter-title {
    width: 140px; /* 幅を少し狭く */
    flex-shrink: 0;
    font-size: 13px; /* 文字サイズを微調整 */
    font-weight: 700;
    color: #1c7437;
    padding: 0; /* 余白なし */
    margin: 0;
    background: none;
    border: none;
    display: flex;
    align-items: center;
}
/* アイコン風の装飾 */
.custom-table-filter .custom-filter-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 12px;
    background-color: #1c7437;
    margin-right: 8px;
    border-radius: 2px;
}

/* 右側の選択肢エリア */
.custom-table-filter .custom-filter-group {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* ボタン同士の隙間を詰める */
    align-items: center;
}

/* --- ボタン（タグ）のデザイン --- */

/* 共通スタイル */
.custom-table-filter .custom-filter-item, 
.custom-table-filter .custom-filter-multi label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px; /* 上下の厚みを減らす */
    font-size: 12px;   /* 文字サイズをコンパクトに */
    color: #555;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    user-select: none;
    margin: 0;
    line-height: 1.3;
}

/* ホバー時 */
.custom-table-filter .custom-filter-item:hover, 
.custom-table-filter .custom-filter-multi label:hover {
    background-color: #eefbee;
    color: #1c7437;
}

/* --- 選択済み（アクティブ）の状態 --- */

/* ラジオボタン */
.custom-table-filter .custom-filter-item.custom-active {
    background-color: #1c7437;
    border-color: #1c7437;
    color: #fff;
    box-shadow: 0 1px 3px rgba(28, 116, 55, 0.3);
}

/* チェックボックス */
.custom-table-filter .custom-filter-multi label:has(input:checked) {
    background-color: #1c7437;
    border-color: #1c7437;
    color: #fff;
    box-shadow: 0 1px 3px rgba(28, 116, 55, 0.3);
}

.custom-table-filter .custom-checkbox-mark {
    display: none; 
}

/* --- スマホ表示時の調整 --- */
@media screen and (max-width: 767px) {
    .custom-table-filter {
        padding: 10px 15px;
        gap: 10px;
    }
    .custom-table-filter .custom-filter-section {
        flex-direction: column; /* 縦並び */
        align-items: flex-start;
        gap: 6px;
        padding-bottom: 12px;
    }
    .custom-table-filter .custom-filter-title {
        width: 100%;
        font-size: 12px;
        margin-bottom: 0;
    }
    .custom-table-filter .custom-filter-group {
        width: 100%;
    }
    /* スマホではタップしやすいよう少しだけ広く */
    .custom-table-filter .custom-filter-item, 
    .custom-table-filter .custom-filter-multi label {
        flex: 1;
        text-align: center;
        padding: 6px 4px; 
    }
	
	.titlePrice{
		width:100%;
	}
}














/*  modal*/
/* モーダル背景オーバーレイ */

#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    display: none;

}

/* モーダルウィンドウ */
#modalSubInner {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1010px;
    max-height: 80%;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 30px 40px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease-in-out;
	font-family: YakuHanJP, 'Noto Sans JP', 'noto-fallback', 'rome_num', sans-serif;
	line-height:1;
}

/* 閉じるボタン */
.modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.modal-close:hover {
    background-color: #e74c3c;
    color: white;
    transform: rotate(90deg);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* スクロールバーのデザインを改善（Chromeなど） */
#modalSubInner::-webkit-scrollbar {
    width: 8px;
}

#modalSubInner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#modalSubInner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* レスポンシブデザイン */
@media screen and (max-width: 480px) {
    #modalSubInner {
        width: 95%;
        padding: 15px;
    }
    .modal-close {
        font-size: 1.2em;
    }
}
/* 新絞り込み */


/*テーブル*/

.productImg {
	word-break: keep-all;
}
.productImg>div>.r p{color:#1C7437;}

.productImg .img {
	margin: auto;
	text-align: center;
	display: block;
}

.productImg .col-6 img {
	max-width: 300px;
	margin: auto;
	max-height: 250px;
	object-fit: contain !important;
}

.productImg .col-6 img.w_150 {
	max-width: 150px;
}

.container {
	position: relative;
}

.slick-prev {
	left: 10px !important;
	z-index: 1;
}

.slick-next {
	right: 10px !important;
}









/*絞り込み*/

.boxes h3 {

	font-size: 23px;
	color: #000000;
	float: left padding-bottom: 10px;
	color: white;
	width: 50%;

}

.boxes2 h2 {
	font-size: 23px;
	color: #000000;
	float: left;
	color: white;
	vertical-align: middle;

}

.p-title_line {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 0px;
	background: #4c524e;
	color: white;
	padding: 15px;
	vertical-align: inherit;
	margin-top: 30px;
}

#container .p-title_line h2 {
	color: #fff;
	font-size: 2rem;
	width: 82%;
	text-align: left;
	padding-left: 10px;
}

#container .p-title_line2 h2 {
	color: #fff;
	font-size: 2rem;
	text-align: left;
	padding-left: 10px;
	margin: 0;
}

.p-title_line2 {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 0px;
	background: #1c7437;
	color: white;
	vertical-align: inherit;
	position: relative;
	margin-top: 30px;
	padding: 5px 15px;
}
.clinic_title{
	background: #0864ad;
}

.p-title_line p {
	margin-left: 30px;
	vertical-align: text-bottom;
	width: 102%;
	vertical-align: middle;
}
.accessory h5 {
	margin-top: 10px;
	font-size:1.2rem;
}
.filter2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 0px;
	align-items: center;
}

.filter2 div {
	text-align: center;
	cursor: pointer;
	padding: 10px 5px;
	height: 40px;
	width: 70%;
	font-size: 14px;
	line-height: 1;
	border: 2px solid #00913A;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.filter2 div i {
	margin-left: 10px;
}
.filter2 .active2 {
	background-color: #F0FAF4;
}


#container .active {
	/* background-color: #f8efeb;
	border: 2px solid #E36E69; */
}

#container .active2 {
	background-color: #dcdeea;
	border: 2px solid #aeb3dd !important;
}
@media screen and (max-width: 767px) {
	.boxes2 h2{
		font-size:5vw;
	}
}