/*================================================
 *  免税店向けソリューション　CSS設定
 ================================================*/

.pagetop {
	bottom: 250px;
}

.breadcrumbs {
	padding: 20px 10px;
}

.r {
	justify-content: space-between;
	gap: 30px;
}

.rc {
	gap: 30px;
}

h2 {
	color: #000;
	font-size: 2.4rem;
	line-height: 1.5;
}

h3 {
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
}

.title_line {
	display: flex;
	position: relative;
	margin: 0 0 20px;
}

.title_line::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #ced2f3;
	position: absolute;
	bottom: 50%;
}

.title_line h2 {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	margin: 0 0 0 100px;
	z-index: 2;
}

.bg_gray .title_line h2 {
	background: #F7F7F7;
}




/*その他
 ---------------------------------------------------------------------------*/
.u-mb-20 {
	margin: 0 0 20px 0;
}



/*================================================
  section hero
  ================================================*/

.tax_hero_bg {
	width: 100%;
	background: url("/product/business/images/tax_bg.jpg") 0 20% no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0;
	position: relative;
}

.tax_hero {
	text-align: center;
	height: 300px;
	display: flex;
}

.tax_hero_box {
	width: 100%;
	text-align: center;
	align-self: center;
}


.tax_hero h1 {
	font-size: 4.0rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.tax_hero span {
	display: block;
	font-size: 1.4rem;
}

.top_title {
	font-size: 3rem;
	text-align: center;
	margin: 0 0 10px;
}

.top_subtitle {
	color: #3b48af;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
}

.top_box {
	width: 100%;
	max-width: 800px;
	display: grid;
	gap: 20px 30px;
	margin: 0 auto 50px;
}

.top_box > div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	align-items: end;
	grid-column: 1/2;
	grid-row: 1/3;
	margin: 0 0 10px;
}

.top_box > p:nth-of-type(1) {
	grid-column: 1/2;
	grid-row: 3/6;
}

.top_box > img {
	width: 100%;
	margin: 0 auto;
}

.top_box > img:nth-of-type(1) {
	max-width: 200px;
	grid-column: 2/3;
	grid-row: 1/3;
}

.top_box > img:nth-of-type(2) {
	max-width: 200px;
	grid-column: 2/3;
	grid-row: 3/4;
}

.top_box > img:nth-of-type(3) {
	max-width: 250px;
	grid-column: 2/3;
	grid-row: 4/5;
}

.top_box > img:nth-of-type(4) {
	max-width: 200px;
	grid-column: 2/3;
	grid-row: 5/6;
}

.jisha_pop {
	display: inline-block;
	font-size: 2.4rem;
	background: linear-gradient(transparent 70%, #EBE64D 50%);
	position: relative;
	padding: 0 0 5px;
}

.jisha_pop span {
	font-size: 4rem;
	font-weight: bold;
}

.jisha_pop::before {
	content: '自社送信タイプ';
	color: #fff;
	font-size: 1.4rem;
	background: #394385;
	border-radius: 17px;
	position: absolute;
	bottom: 50px;
	left: -37px;
	padding: 5px 10px;
}

.jisha_pop::after {
	content: '';
	width: auto;
	height: auto;
	background: none;
	border-top: 14px solid #394385;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	position: absolute;
	bottom: 40px;
	left: 10px;
}

.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;
	text-decoration: none;
	background: #f0f6f1;
	box-shadow: 1px 3px 3px rgb(0 0 0 / 20%);
	pointer-events: none;
	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;
}

.nagare_box {
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	margin: 0 auto;
}

.nagare_box > div {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	min-height: 165px;
	position: relative
}

.nagare_box > div:nth-of-type(1) {
	max-width: 220px;
}

.nagare_box > div:nth-of-type(2) {
	width: 230px;
}

.nagare_box > div p:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	margin: 0 0 20px
}

.nagare_box > div img {
	max-width: 90px;
	max-height: 70px;
	object-fit: contain;
}

.nagare_box > div:nth-of-type(1) img {
	max-width: 220px;
}

.nagare_box > img {
	width: 30px;
	height: auto;
	opacity: .3;
}

.nagare_box > div p:nth-of-type(2) {
	font-size: 2rem;
	font-weight: 700;
}

.howto_box {
	display: flex;
	flex-flow: column;
	gap: 50px;
}

.howto_box > div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.howto_box > div > div {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.howto_box > div > div:nth-of-type(1) a {
	transition: .3s;
}

.howto_box > div > div:nth-of-type(1) a:hover {
	opacity: 0.3;
}

.howto_box > div > div:nth-of-type(1) > div {
	display: flex;
	gap: 10px;
	align-items: flex-end;
}

.howto_box > div > div > div img {
	width: 100px;
	max-height: 100px;
	object-fit: contain;
}

.howto_box .stera {
	background: #fff;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 5px 10px;
}

.youtube_box {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.bcpos_logo {
	max-width: 150px;
	margin: 0 0 -3px;
}

.eat_logo {
	max-width: 200px;
	margin: 0 5px -6px;
}

.btn_purple {
	width: 100%;
	max-width: 200px;
	display: block;
	color: #444692;
	border: 1px solid #444692;
	border-radius: 15px;
	padding: 10px;
	margin: 0 auto;
	transition: .3s;
}

.btn_purple:hover {
	opacity: 0.3;
}

.bg_gray {
	background: #F7F7F7;
}

.common_btn {
	width: 100%;
	max-width: 350px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border: 1px solid #003EE5;
	border-radius: 10px;
	position: relative;
	padding: 5px 10px;
	transition: .3s;
}

.common_btn:hover {
	color: #000;
	opacity: 0.3;
}

.common_btn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}

@media screen and (max-width:1024px) {
	.top_title span {
		display: block;
	}

	.jisha_pop {
		font-size: 1.8rem;
		padding: 0;
	}

	.kinou_box {
		grid-template-columns: repeat(3, 1fr);
	}

	.nagare_box p {
		font-size: 1.2rem;
	}
}


@media screen and (max-width:767px) {
	.pagetop {
		bottom: 90px;
	}

	.foot {
		padding-bottom: 80px;
	}

	.title_line h2 {
		font-size: 2rem;
		text-align: center;
		margin: 0 auto 0;
	}

	h3 {
		font-size: 1.8rem;
	}

	.tax_hero_bg {
		width: 100%;
		background: url("/product/business/images/tax_bg.jpg") 50% 20% no-repeat;
	}

	.tax_hero {
		height: 200px;
	}

	.tax_hero h1 {
		font-size: 2.6rem;
	}

	.top_title {
		font-size: 2.6rem;
	}

	.top_title span {
		display: inline;
	}

	.top_subtitle {
		margin: 0 0 80px;
	}

	.top_subtitle span {
		display: block;
	}

	.top_box > div:nth-of-type(1) {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.top_box > p:nth-of-type(1) {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.top_box > img:nth-of-type(1) {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.top_box > img:nth-of-type(2) {
		grid-column: 1/2;
		grid-row: 4/5;
	}

	.top_box > img:nth-of-type(3) {
		grid-column: 1/2;
		grid-row: 5/6;
	}

	.top_box > img:nth-of-type(4) {
		grid-column: 1/2;
		grid-row: 6/7;
	}

	.jisha_pop span {
		font-size: 3rem;
	}

	.kinou_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.kinou_box > a p {
		font-size: 1.2rem;
	}

	.nagare_box {
		flex-flow: column;
		align-items: center;
	}

	.nagare_box div {
		width: 100%;
		height: auto;
		min-height: auto;
		text-align: center
	}

	.nagare_box div p:first-of-type {
		height: auto;
	}

	.nagare_box > img {
		transform: rotate(90deg);
	}

	.g_checklist ul {
		margin-left: 0.5rem;
		margin-top: 1.0rem;
	}

	.g_checklist ul li {
		padding-bottom: 5px;
		line-height: 2rem;
		text-indent: -2.4rem;
		padding-left: 2rem;
	}

	.interlock h4 {
		font-size: 2.0rem;
	}

	.regi h6 {
		margin-top: 1.6rem;
	}

	.dflist p {
		margin-top: 2.0rem;
		line-height: 2.4rem;
	}

	.taxfree_layout h4 {
		font-size: 2.0rem;
	}

	.taxfree_layout h4:after {
		font-size: 1.2rem;
		padding: 0.5rem 1.0rem;
		margin-left: 1.0rem;
		position: absolute;
		top: 10%;
	}

	.taxfree_layout span {
		margin-top: 0.6rem;
		margin-bottom: 2.0rem;
	}

	.howto_box > div {
		grid-template-columns: repeat(1, 1fr);
	}

	.mb-20-sp {
		margin-bottom: 20px;
	}


}
