@charset "UTF-8";

#container h3 {
	font-weight: bold;
}

.taishou_box {
	max-width: 600px;
	margin: 0 auto;
}

.taishou_box > div {
	display: flex;
	border: 1px solid #e10000;
	border-radius: 10px;
	margin: 0 0 10px;
}

.taishou_box > div > div {
	width: 50%;
	padding: 10px 30px;
}

.taishou_box > div > div:nth-of-type(1) {
	border-right: 1px dashed #e10000;
}

.taishou_box > div > div > p {
	color: #e10000;
	font-weight: bold;
}

.taishou_box > div > div > img {
	width: 100%;
}

.merit_box > p {
	text-align: center;
	margin: 0 0 30px;
}

.merit_box > div {
	width: fit-content;
	position: relative;
	margin: 0 auto;
}

.merit_box > div img {
	width: 100%;
	max-width: 250px;
}

.merit_box > div p {
	width: fit-content;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	background: #695ac5;
	border-radius: 15px;
	position: absolute;
	padding: 0 20px;
}

.merit_box > div p:nth-of-type(1) {
	top: 0;
	right: -20px;
}

.merit_box > div p:nth-of-type(2) {
	top: 30px;
	right: 130px;
}

.merit_box > div p:nth-of-type(3) {
	top: 100px;
	right: -110px;
}

.merit_box > div p:nth-of-type(4) {
	top: 130px;
	right: 160px;
}

.merit_box > div p:nth-of-type(5) {
	top: 170px;
	right: -100px;
}

.naruniha_box {
	padding: 60px 30px 0;
}

.naruniha_box > p:nth-of-type(1) {
	text-align: center;
	margin: 0 0 30px;
}

.naruniha_box > p:nth-of-type(2) {
	text-align: center;
	margin: 0 0 30px;
}

.naruniha_box > p img {
	width: 100%;
	max-width: 200px;
}

.naruniha_box .sanshou {
	max-width: 600px;
	border: 1px solid #444692;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto 60px;
}

.naruniha_box .sanshou > p {
	text-align: center;
}

.naruniha_box .sanshou > ul {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.naruniha_box .sanshou > ul li {
	margin: 0 0 10px 20px;
}

.naruniha_box .sanshou > ul li:last-of-type {
	margin: 0 0 0 20px;
}

.naruniha_box .tejyun > div {
	width: 100vw;
	display: flex;
	justify-content: center;
	gap: 50px;
	background: #EBE64D;
	padding: 50px 0;
	margin: 0 calc(50% - 50vw);
}

.naruniha_box .tejyun > div > div {
	width: 100%;
	max-width: 350px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 20%);
	position: relative;
	padding: 20px;
}

.naruniha_box .tejyun > div > div::after {
	content: "";
	width: 60px;
	height: 60px;
	background: url(/product/taxfree/images/about/icon_pin.png) no-repeat;
	background-size: cover;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 30%));
	position: absolute;
	top: -10px;
	right: -10px;
}

.naruniha_box .tejyun > div > div h2 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-bottom: 3px solid #EBE64D;
	padding: 0 0 10px;
	margin: 0 0 30px;
}

.naruniha_box .tejyun > div > div p {
	text-align: center;
}

.tuite_box > p {
	margin: 0 0 10px;
}

.tuite_box > p:nth-of-type(4) {
	margin: 0 0 30px;
}

.tuite_box > p:nth-of-type(5) {
	text-align: right;
	margin: 0 0 30px;
}

.tuite_box > div:nth-of-type(1) {
	max-width: 800px;
	margin: 0 auto 30px;
}

.tuite_box > div:nth-of-type(1) img {
	width: 100%;
}

.tuite_box > div:nth-of-type(1) > div {
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 10px;
}

.tuite_box > div:nth-of-type(1) > div:nth-of-type(2) {
	margin: 0 0 60px;
}

.tuite_box > div:nth-of-type(1) > div:nth-of-type(1) {
	background: #e6e6e6;
}

.tuite_box > div:nth-of-type(1) > div:nth-of-type(2) {
	background: #e3e5ff;
}

.tuite_box > div:nth-of-type(1) > div p {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}

.tuite_box > div:nth-of-type(1) > p {
	text-align: right;
}

.tuite_box > div:nth-of-type(2) {
	max-width: 800px;
	display: flex;
	justify-content: center;
	gap: 30px;
	background: #fff;
	border: 2px dotted #f55a5a;
	border-radius: 10px;
	position: relative;
	padding: 30px 20px 20px;
	margin: 0 auto;
}

.tuite_box > div:nth-of-type(2)::after {
	content: "NEW";
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: serif;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: #f55a5a;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: -30px;
	transform: rotate(-25deg);
}

.tuite_box > div:nth-of-type(2) > p img {
	width: 100%;
	max-width: 200px;
}

.tetuduki_box > div:nth-of-type(1) {
	text-align: center;
	border: 1px solid #444692;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	margin: 0 0 30px;
}

.tetuduki_box > div:nth-of-type(1) p:nth-of-type(1) {
	color: #444692;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.tetuduki_box > div:nth-of-type(1) p:nth-of-type(2) {
	color: #444692;
	margin: 0 0 30px;
}

.tetuduki_box > div:nth-of-type(1) img {
	width: 100%;
	max-width: 800px;
}

.tetuduki_box .abc {
	display: flex;
	flex-flow: column;
	gap: 30px;
	margin: 0 0 60px;
}

.tetuduki_box .abc a,
.tetuduki_box .tejyun a {
	color: #f55a5a;
	transition: .3s;
}

.tetuduki_box .abc a:hover,
.tetuduki_box .tejyun a:hover {
	opacity: 0.3;
}

.tetuduki_box .abc h3 {
	margin: 0 0 10px;
}

.tetuduki_box .abc span {
	color: #444692;
	font-weight: bold;
}

.tetuduki_box .abc > div {
	display: flex;
	border-radius: 10px;
}

.tetuduki_box .abc > div:nth-of-type(1) {
	border: 5px solid #444692;
}

.tetuduki_box .abc > div:nth-of-type(2) {
	border: 5px solid #5358d3;
}

.tetuduki_box .abc > div:nth-of-type(3) {
	border: 5px solid #8b90ff;
}

.tetuduki_box .abc > div > div:nth-of-type(1) {
	min-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px 0 0;
}

.tetuduki_box .abc > div:nth-of-type(1) > div:nth-of-type(1) {
	background: #444692;
}

.tetuduki_box .abc > div:nth-of-type(2) > div:nth-of-type(1) {
	background: #5358d3;
}

.tetuduki_box .abc > div:nth-of-type(3) > div:nth-of-type(1) {
	background: #8b90ff;
}

.tetuduki_box .abc > div > div:nth-of-type(1) p {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}

.tetuduki_box .abc > div > div:nth-of-type(2) {
	padding: 20px;
}

.tetuduki_box .tejyun > div:nth-of-type(1) {
	margin: 0 0 60px;
}

.tetuduki_box .tejyun > div > h3:nth-of-type(1) {
	margin: 0 0 10px;
}

.tetuduki_box .tejyun > div > h3:nth-of-type(n+2) {
	color: #444692;
	font-size: 1.6rem;
	margin: 0 0 10px;
}

.tetuduki_box .tejyun > div:nth-of-type(1) > p:nth-of-type(1),
.tetuduki_box .tejyun > div:nth-of-type(1) > p:nth-of-type(5) {
	color: #434343;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.tetuduki_box .tejyun > div:nth-of-type(1) > p:nth-of-type(2),
.tetuduki_box .tejyun > div:nth-of-type(1) > p:nth-of-type(4) {
	margin: 0 0 10px;
}

.tetuduki_box .tejyun > div:nth-of-type(1) > p:nth-of-type(6) {
	margin: 0 0 30px;
}

.tetuduki_box .tejyun > div:nth-of-type(1) > p:last-of-type {
	color: #f55a5a;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.tetuduki_box .tejyun > div:nth-of-type(1) > div {
	max-width: 550px;
	display: flex;
	flex-flow: column;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 20%);
	position: relative;
	padding: 20px;
	margin: 0 auto 65px;
}

.tetuduki_box .tejyun > div:nth-of-type(1) > div::after {
	content: '';
	background: #f55a5a;
	width: 30px;
	height: 70px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	bottom: -70px;
	transform: rotate(90deg);
}

.tetuduki_box .tejyun > div:nth-of-type(2) {
	text-align: center;
}

.tetuduki_box .tejyun > div:nth-of-type(2) > h3:nth-of-type(1) {
	text-align: left;
}

.tetuduki_box .tejyun > div:nth-of-type(2) p img {
	width: 100%;
	max-width: 100px;
	display: block;
	margin: 0 auto 30px;
}

.tetuduki_box .tejyun > div:nth-of-type(2) > p:nth-of-type(2) {
	margin: 0 0 30px;
}

.tetuduki_box .tejyun > div:nth-of-type(2) p:nth-of-type(3) img {
	margin: 0 auto;
}

.shounin_box a {
	color: #f55a5a;
	transition: .3s;
}

.shounin_box a:hover {
	opacity: 0.3;
}

.shounin_box h3 {
	color: #444692;
	font-size: 1.6rem;
	margin: 0 0 10px
}

.shounin_box > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.shounin_box > p:nth-of-type(2) {
	text-align: right;
	margin: 0 0 30px;
}

.shounin_box > p:nth-of-type(3) {
	margin: 0 0 30px;
}

.shounin_box > ul {
	margin: 0 0 10px;
}

.shounin_box > dl {
	line-height: 1.5;
}

.shounin_box > dl dt {
	color: #434343;
	font-weight: bold;
}

.shounin_box > dl dd {
	margin: 0 0 10px;
}

.shounin_box > div {
	max-width: 650px;
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	background: #fff;
	border: 2px dotted #f55a5a;
	border-radius: 10px;
	position: relative;
	padding: 20px;
	margin: 0 auto;
}

.shounin_box > div::after {
	content: "POINT";
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: serif;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background: #f55a5a;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -20px;
	transform: rotate(-25deg);
}

.shounin_box > div p {
	color: #434343;
	font-size: 1.6rem;
	font-weight: bold;
}

.shounin_box > div p:nth-of-type(1) {
	margin: 0 0 10px;
}


.riyu_title {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px 5px;
	color: #444692;
	font-weight: bold;
	margin: 0 0 30px;
}

.riyu_title img {
	width: 100%;
	max-width: 250px;
}

.overflow {
	position: relative;
	overflow: hidden;
}


@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {

	.taishou_box > div > div {
		padding: 10px;
	}

	.naruniha_box {
		padding: 60px 20px 0;
	}

	.naruniha_box .sanshou > ul {
		align-items: flex-start;
	}

	.naruniha_box .tejyun > div > div {
		max-width: 330px;
	}

	.merit_box > div {
		display: flex;
		flex-flow: column;
		gap: 10px 0;
	}

	.merit_box > div p {
		width: 100%;
		position: initial;
	}

	.naruniha_box .tejyun > div {
		flex-flow: column;
		align-items: center;
	}

	.tuite_box > div:nth-of-type(2)::after {
		left: -10px;
	}

	.tuite_box > div:nth-of-type(1) > div {
		padding: 20px 5px;
	}

	.tuite_box > div:nth-of-type(2) {
		flex-flow: column-reverse;
	}

	.tuite_box > div:nth-of-type(2) > p img {
		max-width: 130px;
		display: block;
		margin: 0 auto;
	}

	.tetuduki_box > div:nth-of-type(1) img {
		max-width: 500px;
	}

	.tetuduki_box .abc > div {
		flex-flow: column;
	}

	.tetuduki_box .abc > div > div:nth-of-type(1) {
		height: 40px;
		padding: 0 0 5px 0;
	}

	.shounin_box > div {
		text-align: left;
		padding: 30px 10px 10px;
	}

	.shounin_box > div::after {
		width: 60px;
		height: 60px;
		font-size: 1.4rem;
		top: -30px;
		left: -10px;
	}

	.riyu_title {
		flex-flow: column;
		align-items: center;
	}
}

@media print {}
