@charset "UTF-8";

.pagetop {
	bottom: 250px;
}

.title_main {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 25px;
	color: #00863C;
	font-size: 2.8rem;
	border-bottom: 2px solid #666;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

.title_main img{ max-height: 60px!important;
margin: unset!important;}

.title_sub {
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	border-left: 6px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px;
	margin: 0 0 10px;
}

.hero_box {
	width: 100%;
	height: 430px;
	background: url("/product/bcpos/images/hero_bg.png") center center / cover no-repeat;
}

.hero_box > div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	background: rgba(255, 255, 255, 60%);
	padding: 30px;
}

.hero_box > div > div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.hero_box > div > div:nth-of-type(1) > h1 {
	width: 100%;
	max-width: 300px;
	font-size: 2rem;
	margin: 0 0 20px;
}

.hero_box > div > div:nth-of-type(1) > h1 img {
	margin: 10px 0 0;
}

.hero_box > div > div:nth-of-type(1) > p {
	color: #00863C;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 25px;
}

.hero_box > div > div:nth-of-type(1) > a {
	max-width: 350px;
	display: block;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 50%));
}

.hero_box > div > div:nth-of-type(2) > img {
	max-width: 400px;
}

.intro_box > p {
	width: fit-content;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	position: relative;
	margin: 0 auto 30px;
}

.intro_box > p::after {
	content: "";
	width: 50px;
	height: 56px;
	background: url(/product/bcpos/images/effect_light.svg) center center / contain no-repeat;
	position: absolute;
	top: -35px;
	right: -40px;
}

.intro_box > p span {
	font-size: 4rem;
}

.intro_box > p img {
	max-width: 150px;
}

.intro_box > div {
	width: 100%;
	max-width: 850px;
	display: flex;
	gap: 30px;
	margin: 0 auto;
}

.intro_box > div > a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex: 1;
	text-decoration: none;
	background: #e6f3ec;
	border-radius: 30px;
	filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 30%));
	position: relative;
	padding: 20px 10px 40px;
}

.intro_box > div > a:hover {
	color: #00863C;
}

.intro_box > div > a::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-size: 4rem;
	font-weight: 600;
	transform: rotate(90deg);
	position: absolute;
	bottom: 0;
}

.intro_box > div > a > p {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.intro_box > div > a:nth-of-type(1) > p span {
	font-size: 1.4rem;
}

.intro_box > div > a:nth-of-type(1) > p span,
.intro_box > div > a:nth-of-type(1):hover > p span {
	color: #333;
}

.intro_box > div > a > img {
	width: 100%;
	max-width: 200px;
	max-height: 140px;
	object-fit: contain;
}

.intro_box > div > a:nth-of-type(1) > img {
	max-height: 160px;
}

.intro_box > div > a:nth-of-type(2) > img {
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 30%));
}

.intro_box > div > a:nth-of-type(n+2) > img {
	border-radius: 10px;
	margin: 0 0 10px;
}

.tunagaru_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	margin: 0 auto 50px;
}

.tunagaru_box::after {
	width: 70px;
	height: 200px;
	content: '';
	background: #f2f2f2;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: rotate(90deg);
	position: absolute;
	bottom: -130px;
}

.tunagaru_box > a:nth-of-type(1) {
	width: 100%;
	max-width: 700px;
	display: block;
	margin: 0 auto 30px;
}

.tunagaru_box > a:nth-of-type(2) {
	margin: 0 0 0 auto;
}

.kinou_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.kinou_box > a {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	color: #333;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 3px 3px rgb(0 0 0 / 20%);
	padding: 10px;
}

.kinou_box > a img {
	width: 30%;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.kinou_box > a p {
	width: 67%;
	max-width: 110px;
}

.osusume_box {
	margin: 0 0 30px;
}

.osusume_box h2 {
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}

.osusume_box > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.osusume_box > ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}

.osusume_box > ul li a {
	width: fit-content;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid;
	position: relative;
	padding: 0 0 1px;
	transition: .3s;
}

.osusume_box > ul li a:hover {
	opacity: 0.3;
}

.line_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 30px;
}

.line_box > div:nth-of-type(2) img {
	max-width: 500px;
}

.semiself_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 30px;
}

.semiself_box > div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
	position: relative;
}

.semiself_box > div:nth-of-type(1) > img {
	max-width: 500px;
}

.semiself_box > div:nth-of-type(1) > ul {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.semiself_box > div:nth-of-type(1) > ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #d0e0d0;
	border-radius: 10px;
	padding: 5px;
}

.semiself_box > div:nth-of-type(1) > ul img {
	max-width: 80px;
}

.semiself_box > div:nth-of-type(1) > div {
	width: 80px;
	height: 80px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #10695e;
	border-radius: 40px;
	box-shadow: 0 2px 3px 0 rgb(0, 0, 0, 30%);
	position: absolute;
	bottom: -70px;
}

.semiself_box > div:nth-of-type(1) > div img {
	width: 100%;
	max-width: 50px;
	position: absolute;
	top: -13px;
}

.semiself_box > div:nth-of-type(1) > div p {
	color: #10695e;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.8;
	margin: 25px 0 0;
}

.semiself_box > div:nth-of-type(1) > div p span {
	color: #111;
	font-size: 1.1rem;
	font-weight: normal;
}

.invoice_box > div > div:nth-of-type(2) > div {
	text-align: left;
	background: #f2f2f2;
	border: 1px solid;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 30%));
	padding: 10px;
	margin: 20px 0 0;
}

.anshin_box > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.anshin_box > div > div {
	background: #f2f2f2;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 30%));
	padding: 20px;
}

.anshin_box > div h3 {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 10px;
}

.anshin_box > div h3 span {
	display: block;
	font-size: 1.4rem;
}

.anshin_box > div > div:nth-of-type(2) h3 {
	min-height: 45px;
}

.anshin_box > div > div p:nth-of-type(1) {
	margin: 0 0 10px;
}

.anshin_box > div > div:nth-of-type(2) p {
	min-height: 75px;
}

.anshin_box > div > div > div:nth-of-type(2) {
	width: 100%;
	text-align: center;
}

.anshin_box > div > div > div:nth-of-type(2) img {
	width: 100%;
	max-width: 130px;
}

.anshin_box > div > div:nth-of-type(1) > div:nth-of-type(2) img {
	max-width: 150px;
}

.anshin_box > div > div:nth-of-type(2) > div:nth-of-type(2) img {
	max-width: 300px;
}

.anshin_box > div > div:nth-of-type(3) > div:nth-of-type(2) img {
	max-width: 300px;
}

.anshin_box > div > div:nth-of-type(1) > div img {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
	padding: 10px;
	margin: 10px 0 0;
}

.taiou_box > div {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.taiou_box > div > a {
	display: block;
	color: #00863C;
	text-decoration: none;
	background: #fff;
	border: 1px solid #00863C;
	border-radius: 10px;
	padding: 5px 10px;
}

.eraber_box {
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 30px 20px;
	margin: 0 auto 20px;
}

.eraber_box > div {
	display: flex;
	border: 1px solid #006838;
	border-radius: 10px;
}

.eraber_box > div:nth-of-type(1) img {
	width: 100%;
	max-width: 100px;
}

.eraber_box > div:nth-of-type(1) > div:nth-of-type(1) {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	background: #e6f3ec;
	border-radius: 10px 0 0 10px;
}

.eraber_box > div:nth-of-type(1) > a {
	width: 60%;
	border-radius: 0 10px 10px 0;
}

.eraber_box > div:nth-of-type(2) {
	display: grid;
	grid-template-columns: 200px 1fr 1fr;
	border: 1px solid #006838;
	border-radius: 10px;
}

.eraber_box > div:nth-of-type(2) img {
	width: 100%;
	max-width: 100px;
}

.eraber_box > div > a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	background: #fff;
	padding: 10px;
}

.eraber_box > div:nth-of-type(2) > a:nth-of-type(1) {
	border-right: 1px solid #006838;
}

.eraber_box > div:nth-of-type(2) > a:nth-of-type(2) {
	border-radius: 0 10px 10px 0;
}

.eraber_box > div > a > p {
	color: #006838;
	font-size: 1.6rem;
	font-weight: bold;
}

.eraber_box > div > a > p span {
	font-size: 3rem;
}

.eraber_box > div:nth-of-type(2) > div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	background: #e6f3ec;
	border-radius: 10px 0 0 10px;
	padding: 10px;
}

.hikaku_box > div {
	max-width: 767px;
	margin: 0 auto;
}

.hikaku_box > div > table tr th {
	color: #fff;
	background: #006838;
	border-right: 1px solid #fff;
	padding: 20px 10px;
}

.hikaku_box > div > table tr th:last-of-type {
	border-right: 1px solid #006838;
}

.hikaku_box > div > table tr th:nth-of-type(1) {
	width: 20%;
	border-radius: 10px 0 0 0;
}

.hikaku_box > div > table tr th:nth-of-type(n+2) {
	width: 40%;
}

.hikaku_box > div > table tr th:nth-of-type(3) {
	border-radius: 0 10px 0 0;
	border-right: 0;
}

.hikaku_box > div > table tr td {
	border: 1px solid #006838;
	padding: 10px;
}

.hikaku_box > div > table tr td:nth-of-type(1) {
	text-align: center;
}

.hikaku_box > div > table tr td:last-of-type {
	background: #e6f3ec;
	border: 3px solid #006838;
}

.hikaku_box > div > table tr td img {
	width: 100%;
	height: 80px;
	object-fit: contain;
}

.hikaku_box > div > table tr td div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hikaku_box > div > table tr td div > p {
	line-height: 1.5;
}

.hikaku_box > div > table tr td div > p:nth-of-type(1) {
	font-size: 3rem;
	font-weight: bold;
}

.hikaku_box > div > table tr td:nth-of-type(2) div > p:nth-of-type(1) {
	color: #666;
}

.hikaku_box > div > table tr:nth-of-type(3) td:nth-of-type(2) div > p:nth-of-type(1) {
	color: #0085D0;
}

.hikaku_box > div > table tr td:nth-of-type(3) div > p:nth-of-type(1) {
	color: #0085D0;
}

.hikaku_box > div > table tr:nth-of-type(3) td:nth-of-type(3) div > p:nth-of-type(1) {
	color: #666;
}


.link_box > a {
	width: 100%;
	max-width: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #11b090;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto 30px;
}

.btn_green {
	width: 100%;
	max-width: 400px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #00863C;
	border-radius: 50px;
	padding: 10px;
	margin: 0 auto;
}

.btn_green:hover {
	color: #fff;
}

.right {
	margin: 0 0 0 auto;
}

.icon_invoice {
	position: relative;
}

.icon_invoice::after {
	content: '';
	width: 100px;
	height: 87px;
	background: url(/assets/img/logo/invoice_taiou_logo.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -50px;
	right: 30px;
}

.icon_shinshihei {
	position: relative;
}

.icon_shinshihei {
	width: 80px;
	height: 80px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #10695e;
	border-radius: 40px;
	box-shadow: 0 2px 3px 0 rgb(0, 0, 0, 30%);
	position: absolute;
	right: 20%;
}

.banner_frame {
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}

@media screen and (max-width:1024px) {
	.title_main {
		font-size: 2.4rem;
	}

	.intro_box > div > a > p {
		font-size: 1.6rem;
	}

	.kinou_box {
		grid-template-columns: repeat(3, 1fr);
	}

	.eraber_box {
		max-width: 600px;
		grid-template-columns: 1fr;
	}

}

@media screen and (max-width:767px) {

	.pagetop {
		bottom: 90px;
	}

	.hero_box {
		height: auto;
	}

	.hero_box > div {
		flex-flow: column;
		padding: 30px 20px;
	}

	.intro_box > div {
		gap: 10px;
	}

	.intro_box > div > a {
		padding: 20px 5px 40px;
	}

	.intro_box > div > a:nth-of-type(1) > img {
		max-width: 70px;
	}

	.intro_box > div > a:nth-of-type(n+2) > img {
		max-width: 120px;
	}

	.intro_box > div > a > p {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.intro_box > p::after {
		top: 15px;
	}

	.kinou_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.kinou_box > a p {
		font-size: 1.2rem;
	}

	.anshin_box > div {
		max-width: 500px;
		grid-template-columns: 1fr;
		margin: 0 auto;
	}

	.anshin_box > div > div:nth-of-type(2) h3,
	.anshin_box > div > div:nth-of-type(2) p {
		min-height: auto;
	}

	.semiself_box {
		grid-template-columns: 1fr;
	}

	.semiself_box > div:nth-of-type(1) {
		order: 2;
	}

	.semiself_box > div:nth-of-type(1) > ul li {
		flex-flow: column;
	}

	.semiself_box > div:nth-of-type(1) > div {
		bottom: -40px;
	}

	.line_box {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.eraber_box > div > a > p span {
		font-size: 2rem;
	}

	.eraber_box > div:nth-of-type(1) > div:nth-of-type(1),
	.eraber_box > div:nth-of-type(2) > div {
		font-size: 1.4rem;
	}

	.eraber_box > div:nth-of-type(2) {
		grid-template-columns: 110px 1fr 1fr;
	}

	.hikaku_box > div {
		overflow-x: scroll;
	}

	.hikaku_box > div > table {
		width: 767px;
	}

	.icon_invoice::after {
		width: 80px;
		height: 70px;
		top: -25px;
	}

	.right {
		margin: 0 auto 0 0;
	}

	.foot {
		padding-bottom: 80px;
	}
}

}
