/*================================================
 *  bcpos業種個別ページ　CSS設定
 ================================================*/
#field {
	color: #111;
	/* line-height: 1.6rem; */
}

.breadcrumbs {
	padding: 20px 30px 0;
}

.breadcrumbs i {
	margin: 0 10px;
}

a:hover {
	transition: 0.3s;
	color: #5fbcfa;
}

a:hover img {
	transition: 0.5s;
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}

.full-width {
	display: flow-root;
}

h2 {
	color: #00863C;
	line-height: 4.0rem;
}

h3 {
	color: #00863C;
	line-height: 1.5;
}

.appos01.appos02 {
	width: 100%;
	margin: 0 auto;
	padding-top: 3.0rem;
}

.appos01 h2,
.appos02 h2,
.appos03 h2 {
	color: #7FBE25;
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.5;
}

.appos01 h3 {
	color: #000;
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.5;
}

.appos01 h4 {
	color: #000;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
}

.appos01 span,
.appos02 span {
	text-align: center;
	font-size: 1.2rem;
}

.btn {
	border: 1px solid #00863C;
	padding: 1.6rem;
	background-color: #fff;
	width: 84%;
	margin: 0 auto;
}

.btn a {
	color: #00863C;
}

.ap_bnr {
	width: 49%;
	border: 1px solid #ccc;
	padding: 1.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.ap_bnr a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.ap_bnr_box p {
	color: #666;
}


/*各製品詳しくbtn*/
.type_bcpos {
	border: 1px solid #00863C;
	border-radius: 15px;
	padding: 0.8rem;
	background-color: #fff;
	max-width: 150px;
	margin: 2.0rem auto 0;
	color: #00863C;
}

.type_bcpos:hover {
	opacity: .6;
	background: #e2f7e2;
}


.type_hdpos {
	border: 1px solid #7FBE25;
	border-radius: 15px;
	padding: 0.8rem;
	background-color: #fff;
	max-width: 150px;
	margin: 2.0rem auto 0;
	color: #7FBE25;
}

.type_hdpos:hover {
	opacity: .6;
	background: #e2f7e2;
}


.type_taxfree {
	border: 1px solid #444692;
	border-radius: 15px;
	padding: 0.8rem;
	background-color: #fff;
	max-width: 150px;
	margin: 2.0rem auto 0;
	color: #444692;
}

.type_taxfree:hover {
	opacity: .6;
	background: #d1d1de;
}

.type_atpassport {
	border: 1px solid #923535;
	border-radius: 15px;
	padding: 0.8rem;
	background-color: #fff;
	max-width: 150px;
	margin: 2.0rem auto 0;
	color: #923535;
}


.type_atpassport:hover {
	opacity: .6;
	background: #f5e7db;
}

.type_mm {
	border: 1px solid #E54814;
	border-radius: 15px;
	padding: 0.8rem;
	background-color: #fff;
	max-width: 150px;
	margin: 2.0rem auto 0;
	color: #E54814;
}

.type_mm:hover {
	opacity: .6;
	background: #f5eddb;
}

.type_atkessai {
	border: 1px solid #D0701D;
	border-radius: 15px;
	padding: 0.8rem;
	background-color: #fff;
	max-width: 150px;
	margin: 2.0rem auto 0;
	color: #D0701D;
}

.type_atkessai:hover {
	opacity: .6;
	background: #f5eddb;
}

.type_tv {
	border: 1px solid #012E90;
	border-radius: 15px;
	padding: 0.8rem;
	background-color: #fff;
	max-width: 150px;
	margin: 20px auto;
	color: #012E90;
}

.type_tv:hover {
	opacity: .6;
	background: #dbe4f5;
}



.type_bcpos::after,
.type_atpassport::after,
.type_taxfree::after,
.type_mm::after,
.type_atkessai::after,
.type_hdpos::after,
.type_tv::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: bold;
	margin-left: 10px;
}

/*アンカーボタン*/
.btm_btn01 {
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
	/* 必要であればリンク要素の重なりのベース順序指定 */
	background-color: #fff;
	border: 1px solid #00863C;
	padding: 10px;
	margin: 0 auto;
}

.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_btn01 a {
	color: #00863C;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

/*BCPOSの基本機能*/

.bcpos_iconlayout {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.bcpos_iconlayoutbox {
	width: calc(100% / 6);
	text-align: center;
	margin: 1.0rem auto;
	display: block;
}

.bcpos_iconlayoutbox img {
	max-width: 85px;
}

/*HDPOS*/
.hdpos_register {
	width: 100%;
	margin: 0 auto;
}

.hdpos_register h3 {
	text-align: center;
	font-size: 2.0rem;
	color: #7FBE25;
	margin-bottom: 20px;
}

.hdpos_checklist ul {
	margin-left: 1.0rem;
}

.hdpos_checklist ul li {
	list-style-position: inside;
	list-style-image: url(/product/business/images/list_icon.png);
	padding-bottom: 10px;
	line-height: 2rem;
	text-indent: -2.4rem;
	padding-left: 1rem;
}

.regi h6 {
	font-size: 1.6rem;
	color: #333;
	color: #7FBE25;
	font-weight: bold;
	line-height: 2.4rem;
}

.regi p {
	color: #333;
}


.g_checklist ul {
	margin-left: 1.0rem;
}

.g_checklist ul li {
	list-style-position: inside;
	list-style-image: url(/product/business/images/list_icon.png);
	padding-bottom: 10px;
	line-height: 2rem;
	text-indent: -2.4rem;
	padding-left: 2rem;
}

.g_checklist02 ul {
	margin-left: 1.0rem;
	text-align: left;
}

.g_checklist02 ul li {
	list-style-position: inside;
	list-style-image: url(/product/business/images/list_icon02.png);
	padding-bottom: 10px;
	line-height: 2rem;
	text-indent: -2.4rem;
	padding-left: 2rem;
}



.tv_feat {}

.tv_feat img {
	max-height: 235px;
	margin: 0 auto;
}

.tv_feat h5 {
	font-size: 1.8rem;
	color: #7FBE25;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-top: 1.4rem;
	margin-bottom: 1.5rem;
}

.tv_feat p {
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: left;
}

.interlock {
	width: 100%;
	border-radius: 5px;
	border: 2px solid #7FBE25;
	text-align: center;
	padding: 1.5rem;
	margin-top: 2.5rem;
	margin-bottom: 20px;
}

.interlock h4 {
	font-size: 3.0rem;
	color: #7FBE25;
	text-align: center;
}

.interlock h4::after {
	content: "オプション";
	padding: 1.0rem;
	font-size: 1.2rem;
	text-align: center;
	border: 2px solid #7FBE25;
	margin-left: 1.5rem;
	display: inline-block;
}

.interlock p {
	font-size: 1.6rem;
	color: #666;
	text-align: center;
}

.interlock img {
	width: 80% !important;
	margin: 1.5rem auto;
}


.dutyfree {
	width: 100%;
	margin: 0 auto;
}

.dflist {
	text-align: left;
}

.dutyfree h3 {
	margin-bottom: 20px;
}


/*決済*/
.kessai {

	position: relative;

	padding: 0 54px;
}



.kessai:before,
.kessai:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20%;
	height: 1px;
	background-color: #7FBE25;
}

.kessai:before {
	left: 0;
}

.kessai:after {
	right: 0;
}

/*決済*/

.tab {
	padding: 0 10px 0 10px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

/*免税販売*/

.taxfree {
	width: 100%;
	margin: 0 auto;
}

.taxfree h3 {
	text-align: center;
	font-size: 2.0rem;
	color: #7FBE25;
	margin-top: 3.0rem;
	margin-bottom: 3.0rem;
}

.taxfree p {
	color: #666;
	text-align: left;
}


.taxfree_layout h4 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #000;
	text-align: left;
	position: relative;
}

.taxfree_layout h4:after {
	content: "POS連動または単体導入可能";
	display: inline-block;
	background-color: #444692;
	color: #fff;
	font-size: 1.4rem;
	padding: 0.5rem 1.0rem;
	margin-left: 1.0rem;
	position: absolute;
	top: 20%;
}

.taxfree_layout span {
	font-size: 1.2rem;
	display: block;
	text-align: left;
	margin-top: 1.0rem;
}


/*Tenpovisor*/

.tenpovisor {
	width: 100%;
	margin: 0 auto;
}

.tenpovisor h3 {
	text-align: center;
	font-size: 2.0rem;
	color: #012E90;
	margin-top: 3.0rem;
	margin-bottom: 3.0rem;
}

.tenpovisor p {
	color: #666;
	text-align: left;
}

.tv_layout ul {
	margin-left: 1.0rem;
	text-align: left;
	margin-bottom: 2.0rem;
}

.tv_layout ul li {
	list-style-position: inside;
	list-style-image: url(/product/business/images/tv_listicon.svg);
	padding-bottom: 10px;
	line-height: 2rem;
	text-indent: -2.4rem;
	padding-left: 2rem;
}

.tv_layout h4 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #000;
	text-align: left;
}

.tv_layout span {
	font-size: 1.2rem;
	display: block;
	text-align: left;
	margin-top: 1.0rem;
}


/*みせめぐ*/

.misemeg {
	width: 100%;
	margin: 0 auto;
}


.misemeg h2 {
	text-align: center;
}

.misemeg h3 {
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	padding: 1.0rem;
	color: #fff;
	background-color: #B1C73E;
	margin: 0 0 20px 0;
}

.misemeg p {
	color: #666;
	text-align: center;
}

.mm_list ul {
	margin-left: 1.0rem;
	text-align: left;
	margin-bottom: 2.0rem;
}

.mm_list ul li {
	list-style-position: inside;
	list-style-image: url(/product/business/images/misemeg_listicon.svg);
	padding-bottom: 10px;
	line-height: 2rem;
	text-indent: -2.4rem;
	padding-left: 2rem;
}

.misemeg_layout span {
	font-size: 1.2rem;
	display: block;
	text-align: left;
	margin-top: 1.0rem;
}

/*あっと決済*/

.atkessai {
	width: 100%;
	margin: 0 auto;
}

.atkessai h2 {
	position: relative;
}

.atkessai .title_sub {
	font-size: 16px;
	text-align: center;
	color: #000;
	font-weight: 400;
}

.atkessai h3 {
	text-align: center;
	font-size: 2.0rem;
	color: #7FBE25;
	margin-top: 3.0rem;
	margin-bottom: 3.0rem;
}

.atkessai p {
	color: #666;
	text-align: left;
}

.type_atkessai {
	border: 1px solid #D0701D;
	border-radius: 15px;
	padding: 0.8rem;
	background-color: #fff;
	max-width: 150px;
	margin: 20px auto;
	color: #D0701D;
}

.atkessai_layout h4 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #000;
	text-align: left;
	position: relative;
}

.atkessai_layout h4:after {
	content: "POS連動または単体導入可能";
	display: inline-block;
	background-color: #239F8D;
	color: #fff;
	font-size: 1.4rem;
	padding: 0.5rem 1.0rem;
	margin-left: 1.0rem;
	position: absolute;
	top: 20%;
}

.atkessai_layout span {
	font-size: 1.2rem;
	display: block;
	text-align: left;
	margin-top: 1.0rem;
}


.cashless {
	border: solid 1px #d9d9d9;
	padding: 10px;

}



/*Seav LineUP*/
.swiper-container {
	width: 100%;
	margin-top: 2rem;
}

.swiper-slide {
	text-align: center;
	font-size: 1.6rem;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 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;
}

.swiper-slide a {
	text-decoration: none;
}

.hardbox_layout a {
	text-decoration: none;
}

.swiper-slide img {
	display: flex !important;
	width: auto;
	height: auto;
	margin: auto auto 10px;
	max-height: 120px;
}

ul.swiper-slide {
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

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.ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	color: #202020;
}

ul.swiper-slide_false li.sld_caption,
ul.swiper-slide li.sld_caption {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 5px;
	color: #666;
}

ul.swiper-slide li.sld_price {
	font-size: 1rem;
	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;
}

/*資料請求*/

.apply {
	background: -moz-linear-gradient(top, #FFFFFF 0%, #e6f5d6 55%, #DDEFC7 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #e6f5d6 55%, #DDEFC7 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #e6f5d6 55%, #DDEFC7 100%);
	position: relative;
}

.apply > div {
	height: 300px;
	display: flex;
	align-items: center;
}

.mmtyle {
	width: 100%;
	padding: 2.0rem;
	border: 2px solid #7FBE25;
	color: #7FBE25;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
}

/*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: 30px;
}

.allinone a {
	text-decoration: none;
}

.allinone li {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border: 5px solid #E0ECE5;
	background: #fff;
	border-radius: 50px;
	width: 25%;
	letter-spacing: -1px;
	z-index: 2;
}

/*
.allinone li:hover {
	background: #ebfaf1;
}
*/

.allinone p {
	background: #E0ECE5;
	padding: 5px 0;
	font-weight: 500;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 12px;


}

.no1 {
	position: absolute;
	top: -10%;
	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: -20%;
	left: -5%;
	border-radius: 6px;
}

.tax::after {
	content: "複数税率・インボイス対応";
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	padding: 8px 5px;
	letter-spacing: 1px;
	background: #24863C;
	position: absolute;
	top: -20%;
	left: -5%;
	border-radius: 6px;
}

.no2 {
	position: absolute;
	top: 30%;
	left: 0%;
	padding: 15px 10px 10px 10px;
}



.no3 {
	position: absolute;
	top: 70%;
	left: 7%;
	padding: 15px 3px 10px 3px;
}


.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;
}

.w_50 {
	width: 100%;
	max-width: 50px;
}

.w_100 {
	width: 100%;
	max-width: 100px;
}

.w_200 {
	width: 100%;
	max-width: 200px;
}

.w_250 {
	width: 100%;
	max-width: 250px;
}

.w_300 {
	width: 100%;
	max-width: 300px;
}

.w_400 {
	width: 100%;
	max-width: 400px;
}

.w_500 {
	width: 100%;
	max-width: 500px;
}

.w_600 {
	width: 100%;
	max-width: 600px;
}

.w_700 {
	width: 100%;
	max-width: 700px;
}

.w_800 {
	width: 100%;
	max-width: 800px;
}

.no4 {
	position: absolute;
	top: -10%;
	right: 7%;
	padding: 15px 10px 10px 10px;
}

.no5 {
	position: absolute;
	top: 30%;
	right: 0;
	padding: 15px 10px 10px 10px;
}

.no6 {
	position: absolute;
	top: 70%;
	right: 7%;
	padding: 15px 10px 10px 10px;

}

.text_small {
	font-size: 1.1rem;
	line-height: 1.5;
}

.text_sup {
	vertical-align: super;
}

@media screen and (max-width:1024px) {
	.allinone li {
		font-size: 14px;
		width: 30%;
	}

	.payment_box div {
		font-size: 10px;
	}

	.appos01 h3 {
		font-size: 2.0rem;
	}

}

@media screen and (max-width:767px) {
	h2 {
		font-size: 2.4rem;
	}

	.appos01 h2,
	.appos02 h2,
	.appos03 h2 {
		font-size: 2rem;
	}

	.appos01 h3 {
		font-size: 2.0rem;
		line-height: 2.4rem;
		margin-top: 3.0rem;
		text-align: left;
	}

	.breadcrumbs {
		font-size: 1.2rem;
		padding: 20px 20px 0;
	}

	.breadcrumbs i {
		margin: 0 5px;
	}

	.tab-label:after {
		right: 40px;
	}

	.ap_bnr_box p {
		font-size: 1.2rem;
	}

	.misemeg h3 {
		font-size: 2.0rem;
	}

	.allinone {
		max-width: 500px;
		margin: 0 auto 20px;
	}

	.allinone li {
		font-size: 14px;
		width: 49.5%;
		border: 2px solid #E0ECE5;
		border-radius: 0;
	}

	.allinone p {
		width: fit-content;
		margin: 5px auto 0;
		line-height: 1 !important;
	}

	.payment_box div {
		background: #E0ECE5;
		font-weight: 500;
		border-radius: 20px;
		margin-top: 7px;
		font-size: 1rem;
		justify-content: flex-end;
		display: inline-block;
		padding: 5px 1px;
	}

	.dispencer::after {
		font-size: 12px;
		top: -25px;
		left: 0%;
	}

	.atkessai span {
		position: absolute;
		left: 41%;
	}

	.tax::after {
		font-size: 11px;
		top: -25px;
		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;
	}

	.mmtyle {
		font-size: 1.8rem;
	}

	.kessai:before,
	.kessai:after {
		width: 15%;
	}

	.bcpos_iconlayout {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}

	.bcpos_iconlayoutbox {
		width: calc(100% / 3);
		text-align: center;
		margin: 0.5rem auto;
		display: block;
	}

	.mb-20-sp {
		margin-bottom: 20px !important;
	}
}

/*btn色付け用*/

:root {
	--color1: #7FBE25;
	--color2: #fff;
}

@media print {
	.content {
		overflow: auto;
	}
}
