@charset "UTF-8";

.top_box > h2 img {
	width: 100%;
	max-width: 300px;
	margin: 0 5px -10px 0;
}

.top_box > ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 0;
}

.top_box > ul li {
	height: 60px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #695ac5;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	position: relative;
	opacity: 0.5;
	transition: .3s;
}

.top_box > ul li span {
	font-size: 1.2rem;
}

.top_box > ul li:hover {
	opacity: 1;
}

.top_box > ul li.active {
	color: #fff;
	background: #695ac5;
	opacity: 1;
}

.top_box .tab_content.active {
	border: 1px dashed #695ac5;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}

.top_box .tab_content > div:nth-of-type(1) {
	height: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px 50px;
	overflow: hidden;
	opacity: 0;
	transition: .3s;
}

.top_box .tab_content > div:nth-of-type(2) {
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.top_box .tab_content.active > div {
	height: auto;
	opacity: 1;
}

.top_box .tab_content.active > div:nth-of-type(2) {
	margin: 30px 0 0;
}

.top_box .tab_content:nth-of-type(4) > div:nth-of-type(1) {
	grid-template-columns: repeat(3, 215px);
	justify-content: center;
}

.top_box .tab_content p a {
	color: #4187AB;
	border-bottom: 1px solid;
	position: relative;
	transition: .3s;
}

.top_box .tab_content > div:nth-of-type(1) > div {
	text-align: center;
	position: relative;
}

.top_box .tab_content > div:nth-of-type(1) > div:nth-of-type(-n+3)::after {
	content: '';
	width: 20px;
	height: 30px;
	background: #695ac5;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	top: 200px;
	right: -35px;
}

.top_box .tab_content:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(3)::after {
	display: none;
}

.top_box .tab_content:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2)::before,
.top_box .tab_content:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1)::before,
.top_box .tab_content:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2)::before {
	content: "申請に\A 約1か月";
	color: #695ac5;
	white-space: pre;
	position: absolute;
	top: 240px;
	right: -50px;
}

.top_box .tab_content:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2)::before {
	content: "数日後";
	color: #695ac5;
	white-space: pre;
	position: absolute;
	top: 240px;
	right: -45px;
}

.top_box .tab_content:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(2)::before {
	content: "レジ\A改修後";
	color: #695ac5;
	white-space: pre;
	position: absolute;
	top: 240px;
	right: -45px;
}

.top_box .tab_content > div > div > p:nth-of-type(1) {
	height: 50px;
	display: block;
	color: #434343;
	font-weight: bold;
	margin: 0 0 10px;
}

.top_box .tab_content > div > div > p:nth-of-type(1) span {
	color: #695ac5;
	font-size: 2rem;
}

.top_box .tab_content > div > div > p:nth-of-type(2) img {
	width: 100%;
	max-width: 150px;
	height: 80px;
	object-fit: contain;
	margin: 0 0 10px;
}

.top_box .tab_content > div > div > p:nth-of-type(2) img.tablet {
	max-width: 120px;
}

.top_box .tab_content > div > div > p:nth-of-type(2) img.frame {
	height: 50px;
	border: 1px solid;
	border-radius: 5px;
	padding: 8px 20px;
	margin: 10px 0 30px;
}

.top_box .tab_content > div > div > p:nth-of-type(3) {
	margin: 0 0 10px;
}

.top_box .tab_content > div > div > a img {
	width: 100%;
	max-width: 130px;
	margin: 0 0 10px;
}

.top_box .tab_content > div:nth-of-type(2) p {
	color: #695ac5;
	font-size: 1.6rem;
}

.top_box .tab_content > div:nth-of-type(2) img {
	width: 100%;
	max-width: 160px;
	height: 30px;
	object-fit: contain;
}

.top_box .tab_content:nth-of-type(3) > div:nth-of-type(2) img {
	max-width: 120px;
}

.nagare_box > div:nth-of-type(1) {
	text-align: center;
}

.nagare_box > div:nth-of-type(1) img {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 20%);
	padding: 20px;
	margin: 0 0 60px;
}

.nagare_box > div:nth-of-type(2) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 40px;
	margin: 0 0 30px;
}

.nagare_box > div:nth-of-type(2) > div {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	position: relative;
}

.nagare_box > div:nth-of-type(2) > div::after {
	content: "\f054";
	font-family: Font Awesome\ 5 Free;
	color: #444692;
	font-size: 4rem;
	font-weight: 600;
	position: absolute;
	top: 115px;
	right: -35px;
}

.nagare_box > div:nth-of-type(2) > div:last-of-type::after {
	display: none;
}

.nagare_box > div:nth-of-type(2) > div > p:nth-of-type(1) {
	height: 50px;
	color: #434343;
	font-weight: bold;
	margin: 0 0 10px;
}

.nagare_box > div:nth-of-type(2) > div > p:nth-of-type(2) {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 20%);
	margin: 0 auto;
}

.nagare_box > div:nth-of-type(2) > div > p:nth-of-type(2) img {
	width: 100%;
	max-width: 100px;
	max-height: 70px;
	object-fit: contain;
}

.nagare_box > div:nth-of-type(3) {
	max-width: 450px;
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #fff;
	border: 1px solid #444692;
	border-radius: 10px;
	padding: 15px 20px 20px;
	margin: 0 auto;
}

.nagare_box > div:nth-of-type(3) p {
	margin: 0 0 10px;
}

.nagare_box > div:nth-of-type(3) a {
	color: #4187AB;
}

.nagare_box > p:nth-of-type(1) {
	text-align: right;
	margin: 0 0 30px;
}

.hard_box > p:nth-of-type(1) {
	text-align: center;
	margin: 0 0 30px;
}

.hard_box > p:nth-of-type(2) {
	text-align: right;
}

.hard_box > div {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, 230px);
	gap: 10px;
	margin: 0 auto 10px;
}

.hard_box > div img {
	width: 130px;
	height: 80px;
	object-fit: contain;
}

.hard_box > div h3 {
	min-height: 30px;
	font-size: 1.5rem;
	margin: 0 0 15px;
}

.hard_box > div h3 span {
	font-size: 1.3rem;
}

.hard_box > div > a {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	position: relative;
	transition: .3s;
}

.hard_box > div > a:hover {
	color: #09f;
	opacity: 0.3;
}

.hard_box > div > a > div:nth-of-type(1) > div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	background: #f3f3f3;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}

.hard_box > div > a > div:nth-of-type(1) > div:nth-of-type(2) {
	padding: 10px;
}

.hard_box > div > a > div:nth-of-type(1) > div:nth-of-type(2) p {
	font-size: 1.1rem;
	line-height: 1.5;
}

.hard_box > div > a > div:nth-of-type(2) {
	border-radius: 5px 5px 0 0;
	padding: 0 10px 10px;
}

.hard_box > div > a > div:nth-of-type(2) p {
	position: relative;
}

.hard_box > div > a > div:nth-of-type(2) p::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}

@media screen and (max-width:1024px) {
	.top_box .tab_content p {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.top_box .tab_content.active {
		padding: 20px 10px;
	}

	.top_box .tab_content:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2)::before,
	.top_box .tab_content:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1)::before,
	.top_box .tab_content:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2)::before {
		font-size: 1.2rem;
		right: -45px;
	}

	.top_box .tab_content:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2)::before {
		font-size: 1.2rem;
		right: -40px;
	}

	.top_box .tab_content:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(2)::before {
		font-size: 1.2rem;
		right: -40px;
	}

	.top_box .tab_content > div:nth-of-type(2) p {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:767px) {

	.top_box > ul {
		max-width: 400px;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin: 0 auto 30px;
	}

	.top_box > ul li {
		border: 1px solid;
		border-radius: 5px;
	}

	.top_box > ul li span {
		font-size: 1.1rem;
	}

	.top_box > ul li.active::after {
		display: none;
	}

	.top_box .tab_content p {
		font-size: 1.4rem;
	}

	.top_box .tab_content.active {
		border: none;
		border-radius: 0;
		padding: 0;
	}

	.top_box .tab_content > div:nth-of-type(1),
	.top_box .tab_content:nth-of-type(4) > div:nth-of-type(1) {
		max-width: 400px;
		grid-template-columns: repeat(1, 1fr);
		margin: 0 auto;
	}

	.top_box .tab_content > div:nth-of-type(1) > div {
		border: 1px solid #695ac5;
		border-radius: 5px;
		padding: 20px 10px;
	}

	.top_box .tab_content > div:nth-of-type(1) > div:nth-of-type(-n+3)::after {
		top: auto;
		bottom: -45px;
		right: 50%;
		transform: rotate(90deg);
		margin: 0 -10px 0 0;
	}

	.top_box .tab_content:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2)::before,
	.top_box .tab_content:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1)::before,
	.top_box .tab_content:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2)::before {
		content: "申請に約1か月";
		top: auto;
		bottom: -35px;
		right: 50%;
		font-size: 1.4rem;
		margin: 0 -120px 0 0;
	}

	.top_box .tab_content:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(2)::before {
		content: "レジ改修後";
		top: auto;
		bottom: -35px;
		right: 50%;
		font-size: 1.4rem;
		margin: 0 -90px 0 0;
	}

	.top_box .tab_content:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2)::before {
		top: auto;
		bottom: -35px;
		right: 50%;
		font-size: 1.4rem;
		margin: 0 -70px 0 0;
	}

	.top_box .tab_content > div > div > p:nth-of-type(2) img {
		height: auto;
		max-height: 100px;
		margin: 0 0 10px;
	}

	.top_box .tab_content > div > div > p:nth-of-type(2) img.frame {
		margin: 0 0 10px;
	}

	.nagare_box > div:nth-of-type(1) img {
		max-width: 500px;
		padding: 10px;
		margin: 0 auto 60px;
	}

	.nagare_box > div:nth-of-type(2) {
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
	}

	.nagare_box > div:nth-of-type(2) > div > p:nth-of-type(1) {
		height: auto;
	}

	.nagare_box > div:nth-of-type(2) > div::after {
		transform: rotate(90deg);
		top: auto;
		right: auto;
		bottom: -45px;
	}

	.hard_box > div {
		max-width: 500px;
		grid-template-columns: repeat(2, 1fr);
	}

	.hard_box > div h3 {
		font-size: 1.5rem;
	}

	.hard_box > div p {
		font-size: 1.2rem;
	}
}

@media print {
	.header_nav {
		display: none;
	}

}
