/*================================================ *  bcpos 個別ページ　CSS設定 ================================================*/
/*  */

.pos-new-product-content {
    display: flex
;
}

.pos-new-product-container {
	max-width: 800px;
	margin: 40px auto;
	padding: 25px 30px 30px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0 5px 20px rgba(24, 128, 58, 0.1);
	background: #ffffff;
	overflow: hidden;
	position: relative;
  }
  
  .pos-new-product-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(to right, #18803a, #2ab556);
  }
  
  .pos-new-product-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #333;
	position: relative;
	padding-bottom: 10px;
	letter-spacing: 1px;
  }
  
   .pos-new-product-image {
	flex: 1;
	max-width: 50%;
	display: flex;
	justify-content: center;
	position: relative;
  }
  
  .pos-new-product-image::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 80%;
	height: 10px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 70%);
	border-radius: 50%;
  }
  
  .pos-new-product-image img {
	max-width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: contain;
	margin: auto;
	transition: transform 0.4s ease;
  }
  
  .pos-new-product-container:hover .pos-new-product-image img {
	transform: translateY(-5px);
  }
  
  .pos-new-product-info {
	flex: 1;
	max-width: 50%;
	padding: 0 0 0 10px;
  }  
  .pos-new-product-feature {
	display: inline-block;
	background: #f8f9fa;
	border-left: 3px solid #18803a;
	padding: 8px 12px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #444;
	border-radius: 0 4px 4px 0;
  }
  
  .pos-new-product-name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #18803a;
	line-height: 1.2;
  }
  
  .pos-new-product-price-container {
	margin-top: 15px;
  }
  
  .pos-new-product-price-label {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
  }
  
  .pos-new-product-price {
	font-size: 28px;
	color: #e74c3c;
	font-weight: bold;
	display: inline-block;
	padding: 0 0 4px 0;
  }
  
  .pos-new-product-price-tax {
	font-size: 14px;
	color: #666;
	margin-left: 5px;
  }
  
  .pos-new-product-badge {
	position: absolute;
	top: 15px;
	left: -12px;
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 18px 8px 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	z-index: 10;
	letter-spacing: 1px;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%, 0% 50%);
  }
  
  .pos-new-product-badge::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 12px;
	height: 8px;
	background: #8e2c24;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  
  .pos-new-product-button {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 24px;
	background: #18803a;
	color: white;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s ease;
  }
  
  .pos-new-product-button:hover {
	background-color: #25a04d;
  }
  
  /* レスポンシブ対応 */
  @media (max-width: 768px) {
	.pos-new-product-content {
	  flex-direction: column;
	  gap: 20px;
	}
  
	.pos-new-product-image,
	.pos-new-product-info {
	  max-width: 100%;
	}
	
	.pos-new-product-badge {
	  top: 10px;
	  left: -8px;
	}
  }
/*  */
.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.fixed_btn_ver {
	width: 200px;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	background: #00b0f0;
	border: 2px solid #fff;
	border-radius: 5px;
	position: fixed;
	bottom: 60px;
	right: 5px;
	padding: 21px 10px;
	transition: .3s;
	z-index: 3;
}

.fixed_btn_ver::after {
	content: "\f101";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -7px 0 0;
}

.fixed_btn_ver:hover {
	color: #fff;
	opacity: 0.5;
}

/*----- キャンペーンバナー -----*/

.bnr_cam {
	bottom: 310px;
}

/*----- キャンペーンバナーここまで -----*/

#container {
	color: #333;
}

.spbr {
	line-height: 43px !important
}

.spbr br {
	display: none
}

a {
	color: #00863C;
	text-decoration: underline
}

a:hover {
	transition: 0.3s;
}

img {
	width: 100%;
	height: auto
}

h2 {
	color: #00863C;
	line-height: 1.5;
}

h3 {
	color: #00863C;
	line-height: 1.5;
}

h3.small {
	font-size: 1.6rem;
}

h5.green_line {
	display: block;
	color: #00863C;
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	border-left: 6px solid #7FC29D;
	border-bottom: 1px solid #00863C;
	padding: 0.6rem;
	margin: 0 0 10px;
}

/*お知らせ*/
.oshirase_box_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border: solid #ccc;
	border-width: 1px 0;
	padding: 0 20px 0 0;
}

.oshirase_box_02 > div:first-of-type {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #438c5a;
	border-right: 1px solid #ccc;
	padding: 20px 0;
}

.oshirase_box_02 > div:nth-of-type(2) {
	width: 57%;
	display: flex;
	flex-flow: column;
	gap: 20px 0;
	padding: 20px 0;
}

.oshirase_box_02 > div:nth-of-type(3) {
	width: 20%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.oshirase_box_02 > div:nth-of-type(2) > div {
	display: flex;
	gap: 0 20px;
}

.oshirase_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border: solid #ccc;
	border-width: 1px 0;
	padding: 0 20px 0 0;
}

.oshirase_box a,
.oshirase_box_02 a,
.ver_box a {
	color: #434343;
	text-decoration: none;
	transition: .3s;
}

.oshirase_box a:hover,
.oshirase_box_02 a:hover,
.ver_box a:hover {
	color: #438c5a;
}

.oshirase_box > div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #438c5a;
}

.oshirase_box > div:nth-of-type(2) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.oshirase_box > div:nth-of-type(2) div:first-of-type {
	margin: 0 30px 0 0;
}

.oshirase_box > div:first-of-type,
.ver_box > div:first-of-type {
	width: 20%;
	text-align: center;
	padding: 20px;
}

.oshirase_box > div:nth-of-type(2),
.ver_box > div:nth-of-type(2) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 57%;
	line-height: 1.5;
}

.oshirase_box > div:last-of-type,
.ver_box > div:last-of-type {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 20%;
	text-align: right;
}

.ver_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	color: #434343;
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 0 0;
}

.ver_box > div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #ccc;
}


/*btn色付け用*/
:root {
	--color1: #00863C;
	--color2: #fff
}

.btn {
	border: 1px solid #00863C;
	padding: 1.6rem;
	background-color: #fff;
	width: 84%;
	margin: 0 auto;
	color: #00863C;
	letter-spacing: 1px;
	 !important;
	border-radius: 50px;
	border: none;
	box-shadow: 0px 8px 15px rgba(74, 96, 75, 0.1)
}

.btn a {
	color: #00863C;
}

.btn i {
	padding-left: 10px
}

.btm_btn01 {
	border: 1px solid #00863C;
	padding: 2.0rem;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #00863C;
	letter-spacing: 1px;
	 !important
}

.btm_btn01 a {
	color: #00863C;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2
}

.btm_btn02 {
	border: 1px solid #00863C;
	padding: 2.0rem;
	background-color: #00863C;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
	 !important
}

.btm_btn02 a {
	color: #fff
}

.btm_btn03 {
	width: 100%;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #176D92;
	position: relative;
	z-index: 1;
	padding: 15px;
	margin: 0 auto;
}


.btm_btn03 a {
	color: #176D92;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

.btm_btn04 {
	padding: 0.5rem;
	background-color: #176D92;
	width: 100%;
	min-width: 130px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	letter-spacing: 1px;
	 !important
}

.btm_btn04 a {
	color: #fff
}

.btn_hero {
	display: inline-block;
	background: green;
	margin: auto;
	color: #fff;
	margin: 0 auto;
	height: 30%;
	padding: 12px 10px;
	text-align: center;
	letter-spacing: 1px !important;
	margin: 10px 0
}

.btn_hero a {
	color: #00863C;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-indent: -999px;
	z-index: 2
}

.mini {
	font-size: 12px
}

/*bcposlitefree bcpos*/
.bcposlist {
	display: flex;
	justify-content: space-between
}

.bcposlist li {
	width: calc(99%/2);
	display: inline-block;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #d0e0d0;
	border-radius: 5px;
	padding: 6px 5px;
	text-align: center
}

.bcposlist img {
	max-height: 50px;
	padding: 5px 0;
	display: flex;
	margin: auto;
	/*    margin-right:10px;*/
}

/**/
/*アンカーボタン*/
.btm_btn01 {
	display: block;
	text-align: center;
	width: 100%;
	/* padding:2.0rem 0;*/
	position: relative;
	z-index: 1;
	/* 必要であればリンク要素の重なりのベース順序指定 */
	background-color: #fff;
	border: 1px solid #00863C
}

.btm_btn02 {
	display: block;
	text-align: center;
	width: 100%;
	/* padding:2.0rem 0;*/
	position: relative;
	z-index: 1;
	/* 必要であればリンク要素の重なりのベース順序指定 */
	background-color: #00863C;
	border: 1px solid #00863C
}

.btm_btn04 {
	display: block;
	text-align: center;
	width: 100%;
	/* padding:2.0rem 0;*/
	position: relative;
	z-index: 1;
	/* 必要であればリンク要素の重なりのベース順序指定 */
	background-color: #176D92;
	border: 1px solid #176D92
}

/*.btm_btn01:hover{    filter:alpha(opacity=70);    /* IE 6,7*/
-ms-filter:"alpha(opacity=70)";
/* IE 8,9 */
-moz-opacity:0.7;
/* FF,Netscape */
-khtml-opacity:0.7;
/* Safari 1.x */
opacity:0.7;
zoom:1;
/*IE*/
transition:all .9s
}

/*.btm_btn02:hover{    filter:alpha(opacity=70);    /* IE 6,7*/
-ms-filter:"alpha(opacity=70)";
/* IE 8,9 */
-moz-opacity:0.7;
/* FF,Netscape */
-khtml-opacity:0.7;
/* Safari 1.x */
opacity:0.7;
zoom:1;
/*IE*/
transition:all .9s
}

/*.btm_btn03:hover{    filter:alpha(opacity=70);    /* IE 6,7*/
-ms-filter:"alpha(opacity=70)";
/* IE 8,9 */
-moz-opacity:0.7;
/* FF,Netscape */
-khtml-opacity:0.7;
/* Safari 1.x */
opacity:0.7;
zoom:1;
/*IE*/
transition:all .9s
}

/*.btm_btn04:hover{    filter:alpha(opacity=70);    /* IE 6,7*/
-ms-filter:"alpha(opacity=70)";
/* IE 8,9 */
-moz-opacity:0.7;
/* FF,Netscape */
-khtml-opacity:0.7;
/* Safari 1.x */
opacity:0.7;
zoom:1;
/*IE*/
transition:all .9s
}

*/ .btm_btn01 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

.btm_btn02 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}



.btm_btn04 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

/*slider*/
#business > .swiper-slide:hover {
	opacity: 0.6
}

#business > .swiper-slide a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0px;
	width: 90%;
	height: 100%;
	text-indent: -999px;
	margin: 0 auto;
	text-align: center
}

/*business LineUP*/
#business > .swiper-container {
	width: 100%;
	margin-top: 2rem;
	height: 200px
}

#business > .swiper-slide {
	text-align: center;
	font-size: 1.5rem;
	background: #fff;
	border-radius: 4px;
	border: .5px solid #ccc;
	padding: 10px 10px 10px 10px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

#business > .swiper-slide img {
	max-width: 100%;
	height: auto
}

#business > ul.swiper-slide {
	display: flex;
	flex-direction: column;
	align-self: stretch
}

#business > ul.swiper-slide li.ttl {
	font-size: 1.4rem;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 0.4rem;
	color: #202020;
	:
}

#business > ul.swiper-slide li.btm_btn04 {
	margin-top: 1.4rem;
	margin-bottom: 1.0rem;
	max-width: 80%
}

#business > ul.swiper-slide li.ttl {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
	color: #202020
}

#business > .swiper-slide a:hover {
	background: rgba(255, 255, 255, .7);
	transition: all 0.3s linear
}

/*--- Nav.html ---*/

/* .bcposNav{  position:relative;  z-index:99;  margin-top:-123px;  padding-top:123px}*/

.bcposNav {
	position: sticky;
	top: 0;
	z-index: 2;
}

.fixed2 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50
}

#menu-box {
	width: 100%;
	background: #e6f3ec;
	border-bottom: 1px solid #00863C;
	text-align: center;
}

#menu-box h3 {
	padding-top: 1.0rem;
	padding-bottom: 0.5rem;
	color: #fff
}

#toggle {
	display: none
}

#menu {
	overflow: hidden;
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

#menu li {
	width: calc(1010px / 6);
	height: 90px;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	margin: 0 auto;
}

#menu li a {
	color: #00863C;
	text-align: center;
	text-decoration: none;
}

#menu li img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin: 10px 0 0;
}

#menu li span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #00863C;
	margin: 2px auto
}

#menu li:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	color: #00863C;
	font-size: 2rem;
	font-weight: 600;
	transform: rotate(90deg);
	transition: 0.3s;
	position: absolute;
	bottom: 0;
}

#menu li .single {
	margin-top: 0rem
}

/*--- Nav.html ここまで---*/

.slick-prev {
	border-radius: 18px;
}

.slick-next {
	border-radius: 18px;
}

/*verup情報*/
#verup .verup_box {
	margin-top: 10px;
	border-top: 1px solid #89ad90;
	border-bottom: 1px solid #89ad90;
	/*height:180px;*/
}

.verup_box li {
	line-height: 30px
}

.verup_box li img {
	display: flex;
	max-width: 50px
}

.verup_box li h4 {
	font-weight: 400
}

.verup_box li h4::before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #47aa47;
	font-size: 18px;
	margin-right: 10px
}

.verup_box .nsips {
	display: flex
}

.ribbon20-wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	background: #fafafa;
	box-shadow: 0 1px 10px 0 rgba(116, 116, 116, 0.3)
}

.ribbon20-wrapper .title {
	margin-top: 20px;
	font-size: 20px;
	margin-left: 10px;
	color: #ce003f;
	font-weight: 600
}

.ribbon20-wrapper img {
	margin: auto;
	display: flex;
	width: 100%;
	max-width: 280px;
	padding: 10px 20px 0px 20px
}

.ribbon20 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
	padding: 0 12px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: white;
	background: #ce003f;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12)
}

.ribbon20:before {
	position: absolute;
	content: '';
	top: 0;
	left: -7px;
	border: none;
	height: 38px;
	width: 7px;
	background: #ce003f;
	border-radius: 5px 0 0 5px
}

.ribbon20:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #621c34;
	border-radius: 5px 0 0 5px
}

/*verup情報*/
.info a {
	color: #176D92
}

.info::before {
	content: url(/product/bcpos/images/info_mark.svg);
	display: inline-block;
	vertical-align: middle
}

.allinone {
	position: relative;
	margin-bottom: 40px;
	width: 85%;
	margin: auto;
	display: flex;
	aspect-ratio: 78/25
}

.allinone a {
	text-decoration: none
}

.allinone li {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border: 2px solid #E0ECE5;
	background: #fff;
	border-radius: 50px;
	width: 30%;
	letter-spacing: -1px
}

.allinone li:hover {
	background: #ebfaf1
}

.allinone p {
	background: #E0ECE5;
	padding: 5px 0;
	font-weight: 500;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1
}

.allinone_img {
	width: 100%;
	max-width: 350px
}

.allinone img {
	position: relative;
	z-index: 1
}

.allinone_box {
	z-index: 2
}

.no1 {
	position: absolute;
	top: 0%;
	left: 7%;
	padding: 15px 10px 10px 10px
}

.dispencer {
	position: relative
}

.dispencer::after {
	content: "自動釣銭機連動";
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	padding: 8px 10px;
	letter-spacing: 1px;
	background: #24863C;
	position: absolute;
	top: -35%;
	left: -5%;
	border-radius: 6px
}

.tax::after {
	content: "複数税率・インボイス対応";
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	padding: 8px 10px;
	letter-spacing: 1px;
	background: #24863C;
	position: absolute;
	top: -35%;
	left: -5%;
	border-radius: 6px
}

.no2 {
	position: absolute;
	top: 35%;
	left: 0%;
	padding: 15px 10px 10px 10px
}

.no3 {
	position: absolute;
	top: 70%;
	left: 3%;
	width: 30% !important;
	padding: 15px 10px 10px 10px
}

.payment_box div {
	background: #E0ECE5;
	padding: 5px 0;
	font-weight: 500;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 12px;
	justify-content: flex-end;
	display: inline-block;
	padding: 5px 7px
}

.pside-l-pc {
	padding: 0 3% !important
}

.no4 {
	position: absolute;
	top: 0%;
	right: 7%;
	padding: 15px 10px 10px 10px
}

.no5 {
	position: absolute;
	top: 35%;
	right: 0;
	padding: 15px 10px 10px 10px
}

.no6 {
	position: absolute;
	top: 70%;
	right: 7%;
	padding: 15px 10px 10px 10px
}

/*hardware*/
.hardware h4 {
	font-size: 2.6rem;
	color: #00863C;
	font-weight: bold;
	margin-left: 0.2rem;
	display: inline-block
}

.hardware h4::before {
	content: url(/product/bcpos/images/svg_pc.svg);
	width: 60px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
	fill: green;
}

.hardware img {
	margin: auto;
	display: flex
}

.hardware span {
	background-color: #E4F2EA;
	border-radius: 3.0rem;
	padding: 0 10px 0 0;
	color: #00863C;
	font-size: 1.0rem;
	display: inline
}

.hardware .btn {
	background-color: #00863C;
	border: solid 1px #00863C !important;
	color: #fff;
	text-align: center;
	width: 100% !important
}

.hardware .price {
	color: #900000;
	font-size: 26px;
	margin-bottom: 10px;
	text-align: right
}

.hardware .price span {
	color: #900000;
	font-size: 15px;
	margin-bottom: 10px;
	background: none
}

/*------detail01--------*/
.detail_bg {
	background-color: #F5FAF7
}

#detail01 span {
	background-color: #E4F2EA;
	border-radius: 3.0rem;
	padding: 0.6rem;
	color: #00863C;
	font-size: 1.0rem;
	display: inline;
	margin-left: 1.0rem
}

.detail01_box {
	display: flex;
	width: 100%;
	border: 1px solid #00863C;
	padding: 1.5rem;
	background-color: #fff
}

.detail01_leyout h5 {
	font-size: 1.7rem;
	font-weight: bold;
	color: #00863C
}

.detail01_leyout li {
	margin-top: 1.0rem
}

#detail01 .btn {
	background-color: #00863C;
	color: #fff;
	text-align: center;
	width: 100% !important
}

/*------detail02--------*/
.detail_bgw {
	background-color: #fff
}

#detail02 .btn {
	background-color: #00863C;
	color: #fff;
	text-align: center;
	width: 100% !important
}

#detail02 .flex_img img {
	text-align: center;
	margin: 20px auto
}

#detail02 .slideBG {
	width: 80%;
	margin: 0 auto
}

/*------detail03--------*/
#detail03 h4 {
	font-size: 2.6rem;
	color: #00863C;
	font-weight: bold;
	margin-left: 0.2rem;
	display: inline-block
}

#detail03 h4::before {
	content: url(/product/bcpos/images/ico_features03.svg);
	width: 70px;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	/* margin-right:2.0rem;*/
}

#detail03 .btn {
	background-color: #00863C;
	border: none;
	text-align: center;
	width: 100% !important
}

/*------detail04--------*/
.detail_bgw {
	background-color: #fff
}

#detail04 span {
	background-color: #E4F2EA;
	border-radius: 3.0rem;
	padding: 0.6rem;
	color: #00863C;
	font-size: 1.0rem;
	display: inline;
	margin-left: 1.0rem
}

#detail04 h5 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #00863C;
	display: block;
	width: 100%;
	padding: 0.6rem;
	border-left: 6px solid #7FC29D;
	border-bottom: 1px solid #00863C
}

#detail04 .btn {
	background-color: #00863C;
	border: none;
	color: #fff;
	text-align: center;
	width: 100% !important
}

#detail04 .flex_img img {
	text-align: center;
	margin: 20px auto
}

#detail04 .slideBG {
	width: 100%;
	margin: 0 auto
}

/*------detail05--------*/
#detail05 span {
	background-color: #E4F2EA;
	border-radius: 3.0rem;
	padding: 0.6rem;
	color: #00863C;
	font-size: 1.0rem;
	display: inline;
	margin-left: 1.0rem
}

#detail05 .btn {
	background-color: #00863C;
	color: #fff;
	text-align: center;
	width: 100% !important
}

/*------detail06--------*/
.detail_bgw {
	background-color: #fff
}

#detail06 .btn {
	background-color: #00863C;
	color: #fff;
	text-align: center;
	width: 100% !important
}

/*------detail07--------*/
#detail07 .btn {
	background-color: #00863C;
	color: #fff;
	text-align: center;
	width: 100% !important
}

#detail07 h6 {
	background-color: #5E5E5E;
	padding: 0.6rem 2.0rem;
	max-width: 160px;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	display: block;
	margin: 0 0 10px 0
}

.green_box {
	background-color: #00863C;
	width: 100%;
	text-align: center;
	padding: 1.5rem 0
}

.green_box h3 {
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #fff
}

.renkei_logo {
	display: block;
	max-width: 400px;
	background: #fff;
	padding: 30px;
	margin: 0 auto;
}

.rt {
	justify-content: space-between
}

.col-3f {
	width: 24%;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	/* 必要であればリンク要素の重なりのベース順序指定 */
	margin-bottom: 1.0rem
}

.col-3f:hover {
	filter: alpha(opacity=70);
	/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";
	/* IE 8,9 */
	-moz-opacity: 0.7;
	/* FF,Netscape */
	-khtml-opacity: 0.7;
	/* Safari 1.x */
	opacity: 0.7;
	zoom: 1;
	/*IE*/
	transition: all .9s
}

.col-3f a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

.field {
	border: 2px solid #DFE2DE;
	text-align: center
}

.field img {
	padding: 1.0rem
}

.field h5 {
	display: block;
	background-color: #899185;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0.8rem 0;
	text-align: center
}

.new2::before {
	position: absolute;
	content: "NEW";
	padding: 6px 15px;
	background: white;
	color: #aa0007;
	border: 2px solid #aa0007;
	border-radius: 5px;
	font-weight: 700;
	top: 0%;
	left: %
}

/*------price list--------*/

.plan_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	border-bottom: 1px solid #ccc;
}

.plan_box h4 {
	width: 86px;
	background: #4d4d4d;
	align-items: left;
	color: #fff;
	display: ;
	margin-bottom: 15px;
	font-weight: 400;
	padding: 5px 15px;
	justify-content:
}

.plan_box_01,
.plan_box_02,
.plan_box_03 {
	padding: 12px 10px;
}

.plan_box_01 {
	/*width: 30%;*/
	display: flex;
	flex-direction: column;

}

.plan_logobox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.plan_box_02 {
	/*width: 35%;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.plan_box_03 {
	/*width: 35%;*/
	display: flex;
	align-items: center;
}

.plan_box ul li {
	line-height: 1.5;
	list-style: disc;
	margin: 0 0 0 2rem;
}

.plan_box ul li img {
	vertical-align: text-bottom;
	margin: 0 0 0 10px;
}

.plan_box .text_middle {
	font-size: 1.8rem;
	font-weight: bold;
}

.plan_box .text_large {
	font-size: 3rem;
	font-weight: bold;
}

.plan_box_icon {
	max-width: 85px;
}

.plan_border {
	border-bottom: 1px solid #ccc;
}

/*------seav--------*/
.hw {
	text-align: center
}

.hw h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000
}

.hw p {
	font-size: 1.2rem;
}

.seav_info {
	/*border:1px solid #ccc;border-radius:10px;*/
	padding: 1.0rem;
	text-align: center;
	display: flex;
	justify-content: space-around;
	background: #ebf2eb
}

.slideInner {
	display: flex
}

.slideInner li {
	background-color: #fff;
	border-radius: 10px;
	text-align: center
}

.slideInner li h5 {
	font-size: 1.0rem;
	color: #666
}

.slideInner li h3 {
	font-size: 1.8rem;
	font-weight: bold
}

.sld_caption {
	font-size: 0.8rem;
	color: #666
}

.price {
	font-size: 0.8rem;
	color: #980000;
	font-weight: bold
}

/*Seav LineUP*/

.swiper-container {
	padding: 0;
}

.swiper-container3 {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0 10px;
	z-index: 1
}

.swiper-slide {
	height: auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	text-align: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 10px 5px;
}

.swiper-slide a {
	text-decoration: none
}

.hardbox_layout a {
	text-decoration: none
}

.swiper-slide img {
	width: 130px;
	height: 80px;
	object-fit: contain;
}

ul.swiper-slide {
	display: flex;
	flex-direction: column;
}

ul.swiper-slide li {
	vertical-align: top
}

ul.swiper-slide li.sttl {
	font-size: 1.0rem;
	font-weight: 500;
	margin-bottom: 0.4rem;
	color: #666
}

ul.swiper-slide li.mttl {
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 0.6rem;
	margin-bottom: 1.0rem;
	color: #666
}

ul.swiper-slide li.mttl2 {
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 0.6rem;
	margin-bottom: 3.0rem;
	color: #666
}

ul.swiper-slide li.ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
	color: #202020
}

ul.swiper-slide li.sld_caption {
	font-size: 0.8rem;
	line-height: 1.4rem;
	margin-bottom: 0.4rem;
	color: #666
}

ul.swiper-slide li.sld_price {
	font-size: 1.0rem;
	font-weight: bold;
	color: #980000
}

ul.swiper-slide li.btm_btn04 {
	margin-top: 1.4rem;
	margin-bottom: 1.0rem;
	max-width: 80%
}

.swiper-slide a:hover {
	background: rgba(255, 255, 255, .7);
	transition: all 0.3s linear
}

ul.swiper-slide ul {
	position: relative
}

.new::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	content: url(/h/img/icon_new.svg);
	display: inline-block
}

.new_no-swipe::before {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 40px;
	content: url(/h/img/icon_new.svg);
	display: inline-block;
	z-index: 10
}

.bcposlf_info {
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: #fff;
	padding: 1.0rem;
	text-align: center;
	display: flex;
	justify-content: center
}

.bcposlf_info01 {
	align-self: center;
	width: 50%
}

.bcposlf_info02 {
	align-self: center;
	text-align: left;
	margin-left: 1.5rem
}

.bcposlf_info02 p {
	font-size: 1.2rem;
	line-height: 1.5
}

.bcposlf_info02 span {
	font-size: 1.0rem;
	color: #666;
	background: none
}

.registaer h4 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 1.0rem
}

.registaer p {
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-bottom: 1.0rem
}

.registaer ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem
}

.registaer ul li {
	flex-basis: 30%;
	border: solid 1px #666;
	padding: 0.8rem;
	text-align: center;
	font-size: 0.9rem;
	color: #666
}

/* Hardwear */
.hw2 {
	text-align: center;
	position: relative
}

.hw2 h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000
}

.hw2 h2:before {
	position: absolute;
	top: -15px;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	content: url(/product/bcpos/images/plus_mark.svg);
	display: inline-block
}

.hw2 p {
	font-size: 1.2rem;
}

.bar {
	background-color: #D9D9D9;
	text-align: center;
	padding: 0.8rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #000
}

.hardbox {
	border: 1px solid #ccc;
	padding: 1.0rem;
	text-align: center;
	margin: 0 0.5rem;
	align-self: stretch;
	align-items: flex-end
}

.hardbox h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 2.0rem
}

.hardbox_layout {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	align-self: flex-end
}

.hardbox_img .btm_btn04 {
	width: 200px;
}

.hardbox_img > img {
	height: 150px;
	object-fit: contain;
}

/* Support */
.support_btm {
	text-align: center;
	position: relative
}

.support_btm h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000
}

.support_btm p {
	font-size: 1.2rem;
}

.support_layout {
	align-items: flex-start
}

.support_layout img {
	max-width: 110px
}

.support_layout h3 {
	font-size: 2.0rem;
	font-weight: 500;
	margin-top: 1.0rem;
	margin-bottom: 1.4rem
}

.support_layout span {
	font-size: 1.2rem;
	color: #666;
	display: block
}

/*下階層共通*/
nav.common_header {
	background: #1c7437;
	z-index: 10
}

.breadcrumb {
	margin: auto;
	max-width: 1010px;
	padding-left: 12px;
}

.breadcrumb li {
	display: inline-block;
	margin-top: .5em
}

.breadcrumb li:after {
	content: "\f105";
	margin: 0 .5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.breadcrumb li:first-child:before {
	display: none
}

.breadcrumb li:last-child:after {
	display: none
}

.breadcrumb li {
	font-size: 14px
}

.logo_head {
	max-width: 1010px;
	margin: auto
}

.logo_head_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	height: 60px;
	position: relative
}

.logo_head_item img {
	margin: 3px auto;
    width: 130px;
    vertical-align: bottom;

}

.logo_head_item a {
	color: white;
	margin: 10px;
	text-decoration: none
}

.logo_head_item li {
	margin: auto;
	vertical-align: baseline;
	color: #fff;
	padding-right: 10px;
	position: relative;
}

.logo_head_item .shopneeds a {
	color: white;
	margin: 5px;
	text-decoration: none
}

/*.logo_head_item li.shopneeds::before{    background-image:url(/product/atkessai/images/gaibu.svg);    background-repeat:no-repeat;    content:"";    display:inline-block;    width:20px;    height:20px;    vertical-align:-3px;    margin-left:5px;    background-size:contain}*/
.logo_head_item i {
	font-size: 15px;
	vertical-align: middle
}

.logo_head_item li a:hover {
	transition: 0.5s;
	opacity: 0.6
}

/*ヘッダー*/
.cp_cont {
	height: 65vh
}

.cp_offcm01 {
	position: absolute;
	top: 6px;
	right: 20px;
	display: inline-block;
	z-index: 1
}

/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	margin-top: 12px;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
	transition-timing-function: cubic-bezier(.38, .52, .23, .99);
	background-color: #434d46;
	opacity: 0.9;
	z-index: -1
}

.cp_offcm01 .cp_menu.fixed2 {
	margin-top: 0px !important
}

.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
	margin-top: 70px
}

.cp_offcm01 .cp_menu li {
	list-style: none;
	width: 90%;
	position: relative
}

.cp_offcm01 .cp_menu li:before {
	content: "■";
	font-size: 10px;
	position: absolute;
	width=100%;
	top: 13px;
	left: 0px
}

.cp_offcm01 .cp_menu li p {
	margin-top: 2px;
	font-size: 12px
}

.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	/*border-bottom:1px solid #fff;*/
	text-align: left
}

.underline {
	border-bottom: 1px solid #fff
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0
}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw)
}

/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
	transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
	text-align: center;
	color: #fff
}

.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-80px);
	transform: translateX(-80px)
}

.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'Font Awesome 5 free';
	content: '\f0c9';
	font-weight: 600;
	font-size: 2em
}

.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d'
}

/* contents */
.cp_contents {
	color: #333;
	text-align: center
}

table.kessai_tbl {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	padding: 1.0rem
}

table.kessai_tbl th {
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0.4rem
}

table.kessai_tbl td {
	width: 25% !important;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc
}

.orange {
	background-color: #D0701E;
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 0.8rem
}

table.kessai_tbl td img {
	max-width: 140px;
	text-align: center;
	padding: 1.5rem 0
}

table.kessai_tbl td span {
	font-size: 1.0rem;
	padding: 1.0rem;
	display: block
}

.zaiko_text_price {
	font-size: 180% !important;
	background: none;
	font-weight: 500;
	color: #ac1c1c;
	margin-top: 10px
}

.zaiko_text {
	font-size: 1.7rem !important;
	line-height: 1 !important
}

.title_box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 25px;
	margin: 0 0 10px;
}
.title_box img{ max-height: 60px!important;
	margin: unset!important;}
	

.title_box img,
.title_box h4 {
	margin: 0 10px 0 0
}

.title_box h4 {
	font-size: 2.6rem;
	color: #00863C;
	font-weight: bold;
	display: inline-block
}

.icon_ellipse {
	background-color: #fff;
	border-radius: 5px;
	color: #00863C;
	font-size: 1.2rem;
	display: inline;
	vertical-align: middle;
	border: 1px solid;
	padding: 0.6rem;
	margin: 10px 0;
}

.slider_box {
	padding: 30px;
}

.title_green_box {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	background: #d6d6d6;
	padding: 7px 13%;
	margin: 0 0 10px 0
}

.content_icon {
	width: 100%;
	max-width: 50px;
	max-height: 50px;
	object-fit: contain;
}

.list_disc li {
	list-style: disc;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 0 2rem;
}

.img_frame {
	background: #fff;
	border: 1px solid #c7c8c7;
	padding: 10px;
}

.img_app {
	width: 78% !important;
	height: auto;
	display: flex;
	margin: auto
}

.img_xsmall {
	width: 80% !important;
	height: auto;
	display: flex;
	margin: auto
}

.img_small {
	width: 86% !important;
	height: auto;
	display: flex;
	margin: auto
}

.img_medium {
	width: 94% !important;
	height: auto;
	display: flex;
	margin: auto
}

.w_100 {
	width: 100%;
	max-width: 100px;
}

.w_130 {
	width: 100%;
	max-width: 130px;
}

.w_150 {
	width: 100%;
	max-width: 150px;
}

.w_200 {
	width: 100%;
	max-width: 200px;
}

.w_300 {
	width: 100%;
	max-width: 300px;
}

.w_350 {
	width: 100%;
	max-width: 350px;
}

.w_400 {
	width: 100%;
	max-width: 400px;
}

.w_500 {
	width: 100%;
	max-width: 500px;
}

.w_700 {
	width: 100%;
	max-width: 700px;
}

.text_small {
	font-size: 1.1rem;
	line-height: 1.5;
}

.text_xsmall {
	font-size: 1.2rem;
}

.text_medium {
	font-size: 2.4rem;
}

.text_green {
	color: #00863C;
}

.text_black {
	color: #333;
}

.bg_gray {
	background: #f2f2f2;
}

.bg_green {
	background: #e6f3ec;
}

.ls-05 {
	letter-spacing: 0.5px
}

.ml-10 {
	margin-left: 10px
}

.greenbg_title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.5;
	background-color: #00863C;
	padding: 10px 10px 10px 20px;
	margin: 0 0 20px;
}

a.greenbg_btn,
a.greenbg_btn_large {
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	background-color: #00863C;
	border: 0;
	border-radius: 50px;
	box-shadow: 0px 8px 15px rgb(74 96 75 / 10%);
	position: relative;
	padding: 10px;
	transition: .3s;
}

a.greenbg_btn {
	max-width: 250px;
}

a.greenbg_btn_large {
	max-width: 300px;
}

a.greenbg_btn:hover,
a.greenbg_btn_large:hover {
	color: #fff;
	opacity: 0.3;
}

.banner_hojyokin a {
	display: inline-block;
	transition: .3s;
}

.banner_hojyokin a:hover {
	opacity: 0.7;
}

.banner_hojyokin a img {
	width: 100% !important;
	max-width: 250px;
	max-height: 100% !important;
	margin: 0 !important;
}

/*----- 外部読み込みページ -----*/

.jyunkanshiki_box {
	background: #fff;
	border: 1px solid #c7c8c7;
	border-radius: 5px;
	padding: 20px;
}

.jyunkanshiki_box > p {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
}

.jyunkanshiki_box > div {
	gap: 30px 0;
}

.jyunkanshiki_box img {
	max-width: 300px;
}

.f_gray {
	filter: grayscale(1) brightness(0.6);
}

/*----- 外部読み込みページ ここまで -----*/


@media screen and (max-width:1024px) {
	.title_box h4 {
		font-size: 2.2rem;
	}

	.allinone {
		width: 98%
	}

	.allinone img {
		width: 100%;
		display: flex;
		margin: auto
	}

	.no3 {
		width: 36% !important
	}
}

/*************************************************************************************/
/*Sp Layout*/
/*************************************************************************************/
@media screen and (max-width:767px) {

	/*----- キャンペーンバナー -----*/

	.bnr_cam {
		bottom: 90px;
	}

	/*----- キャンペーンバナーここまで -----*/

	.title_box {
		margin: 0 0 10px;
	}

	.fixed_btn,
	.fixed_btn_mitumori,
	.fixed_btn_ver {
		width: calc(100%/3);
		height: 50px;
		display: flex;
		align-items: center;
		border-radius: 0;
		bottom: 0;
		right: 0;
	}

	.fixed_btn {
		left: 0;
		padding: 0 5px;
	}

	.fixed_btn_mitumori {
		left: calc(100%/3);
		border-width: 2px 0;
		border-style: solid;
		border-color: #fff;
		padding: 0 5px;
	}

	.fixed_btn_ver {
		font-size: 1.4rem;
		left: auto;
		padding: 0 5px;
	}

	.fixed_btn span,
	.fixed_btn_mitumori span,
	.fixed_btn_ver span {
		display: none;
	}

	#hero,
	#hero .sp_misemeg_hero {
		position: relative
	}

	#hero h1,
	#hero p,
		{
		text-align: center;
	}

	.bcpos_hero_bg > div {
		padding: 30px 20px;
	}

	.allinone {
		display: block
	}

	.allinone li {
		font-size: 14px;
		width: 30%
	}

	.allinone img {
		width: 40%;
		margin-bottom: 10px
	}

	.payment_box div {
		font-size: 10px
	}

	h2 {
		font-size: 1.8rem;
		font-weight: 800
	}

	.semiself h4,
	.hardware h4,
	.title_box h4,
	#detail01 h4,
	#detail02 h4,
	#detail03 h4,
	#detail04 h4,
	#detail05 h4,
	#detail06 h4,
	#detail07 h4,
	#detail09 h4,
	#detail10 h4,
	#detail11 h4 {
		font-size: 2rem !important
	}

	.oshirase_box_02 {
		padding: 0;
	}

	.oshirase_box_02 > div:first-of-type {
		width: 100%;
		padding: 10px 0;
	}

	.oshirase_box_02 > div:nth-of-type(2) {
		width: 100%;
		padding: 20px 10px;
	}

	.oshirase_box_02 > div:nth-of-type(3) {
		width: 100%;
		padding: 0 10px 10px 0;
	}

	.oshirase_box,
	.ver_box {
		padding: 0;
	}

	.oshirase_box > div:first-of-type,
	.ver_box > div:first-of-type {
		width: 100%;
		padding: 10px 0;
	}

	.oshirase_box > div:nth-of-type(2),
	.ver_box > div:nth-of-type(2) {
		width: 100%;
		padding: 20px 10px
	}

	.oshirase_box > div:last-of-type,
	.ver_box > div:last-of-type {
		width: 100%;
		text-align: center;
		padding: 0 10px 10px;
	}

	.ver_box > div:first-of-type {
		border: solid #ccc;
		border-width: 0 0 1px;
	}

	.allinone {
		margin-bottom: 20px
	}

	.allinone li {
		font-size: 14px;
		width: 49.5%;
		border: 2px solid #E0ECE5;
		border-radius: 0
	}

	.allinone p {
		margin-top: 5px;
	}

	.payment_box div {
		background: #E0ECE5;
		font-weight: 500;
		border-radius: 20px;
		margin-top: 7px;
		font-size: 10px;
		justify-content: flex-end;
		display: inline-block;
		padding: 5px 3px
	}

	.dispencer::after {
		font-size: 12px;
		top: -50%;
		left: 0%
	}

	.tax::after {
		font-size: 11px;
		top: -50%;
		left: 0%
	}

	.allinone ul.allinone_box {
		height: 185px;
		margin: 0 0 20px 0
	}

	.no1 {
		position: relative;
		top: 0;
		left: 0;
		padding: 5px 2px
	}

	.no2 {
		position: relative;
		top: -55px;
		left: 50%;
		padding: 5px 2px
	}

	.no3 {
		position: relative;
		top: -45px;
		left: 0;
		width: 49.5% !important;
		padding: 5px 2px
	}

	.no4 {
		position: relative;
		top: -100px;
		left: 50%;
		padding: 5px 2px
	}

	.no5 {
		position: relative;
		top: -90px;
		left: 0;
		padding: 5px 2px
	}

	.no6 {
		position: relative;
		top: -145px;
		left: 50%;
		padding: 5px 2px
	}

	.kessai:before,
	.kessai:after {
		width: 15%
	}


	.semiself h4::after,
	#detail01 h4::after {
		display: none !important
	}

	.plan_box {
		max-width: 400px;
		margin: 0 auto;
	}

	.plan_box_01,
	.plan_box_02,
	.plan_box_03 {
		width: 100%;
	}

	.plan_box_01 {
		padding: 20px 10px 10px;
	}

	.plan_box_02 {
		padding: 10px 10px 10px;
	}

	.plan_box_02 div {
		width: auto;
	}


	.plan_box_03 {
		padding: 10px 10px 20px;
	}

	.pside-l-pc {
		padding: 0 !important
	}

	.field {
		width: 50% !important
	}

	.text_medium {
		font-size: 1.8rem
	}

	.greenbg_title {
		font-size: 2rem;
	}

	.mb-20-sp {
		margin-bottom: 20px !important
	}

	.bcpos_hero_bg .col-6 {
		min-height: 337px
	}

	section.bcpos_hero_bg {
		height: 575px
	}

	#verup .verup_box {
		/*height:290px;*/
	}

	#menu-box {
		border: none;
		margin-bottom: 0px
	}

	#menu {
		height: 0;
		display: block;
		opacity: 0;
		transition: .3s;
		transform: translateY(-30px);
		position: relative;
		z-index: 1;
	}

	#menu.active {
		height: 100%;
		opacity: 1;
		transform: translateY(0);
	}

	#menu li {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid #00863C;
		height: auto
	}

	#menu span {
		text-align: center
	}

	#menu li a {
		width: 100%;
		color: #fff;
		text-align: center;
		padding: 10px 0
	}

	#menu li img {
		display: none
	}

	#menu li:after {
		display: none
	}

	#menu li .single {
		margin-top: 0
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #00863C;
		z-index: 2;
	}

	#toggle a {
		display: block;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		position: relative;
		padding: 17px 0 8px;
	}

	#toggle a::after {
		display: block;
		content: url(/product/bcpos/images/bottom_arow.svg);
		display: block;
		vertical-align: bottom;
		padding-top: 3px;
		/* content:"\f078";        font-family:'Font Awesome 5 Free';font-weight:900;        padding-top:3px;*/
	}

	.hardbox {
		border: 1px solid #ccc;
		padding: 1.0rem;
		text-align: center;
		margin: 0 0 0.5rem;
		align-self: stretch;
		align-items: flex-end
	}

	.caption {
		min-height: inherit
	}

	.banner_hojyokin {
		text-align: center;
	}

	#d01 {
		margin-top: -53px;
		padding-top: 53px
	}

	#d02 {
		margin-top: -53px;
		padding-top: 53px
	}

	#d03 {
		margin-top: -53px;
		padding-top: 53px
	}

	#d04 {
		margin-top: -53px;
		padding-top: 53px
	}

	#d05 {
		margin-top: -53px;
		padding-top: 53px
	}

	#d06 {
		margin-top: -53px;
		padding-top: 53px
	}

	#d07 {
		margin-top: -53px;
		padding-top: 53px
	}

	#d08 {
		margin-top: -53px;
		padding-top: 53px
	}

	.mb-30-sp {
		margin-bottom: 3rem !important;
	}
}
