@charset "UTF-8";

#container h3 {
	font-weight: bold;
}

.top_box > h2 img {
	width: 100%;
	max-width: 300px;
	margin: 0 5px -10px 0;
}

.top_box > img {
	width: 100%;
	max-width: 700px;
	display: block;
	margin: 0 auto 30px;
}

.top_box > p:nth-of-type(1) {
	color: #444692;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}

.top_box > div {
	text-align: center;
}

.top_box > div p {
	margin: 0 0 10px;
}

.top_box > div p:last-of-type {
	margin: 0;
}

.kihonkinou_box{
	margin: 0;
}

.kinou_box .kinou_inner a {
	color: #4187AB;
}

.kinou_box .kinou_inner a:hover {
	color: #4187AB;
}

.kinou_box .kinou_inner > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	background: #fff;
	border: 1px solid #444692;
	border-radius: 10px;
	position: relative;
	padding: 20px;
	margin: 0 0 30px;
}

.kinou_box .kinou_inner > div:nth-of-type(1)::after {
	content: "1.";
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 4rem;
	background: #444692;
	border-radius: 8px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.kinou_box .kinou_inner > div:nth-of-type(2)::after {
	content: "2.";
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 4rem;
	background: #444692;
	border-radius: 8px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.kinou_box .kinou_inner > div:nth-of-type(3)::after {
	content: "3.";
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 4rem;
	background: #444692;
	border-radius: 8px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.kinou_box .kinou_inner > div:nth-of-type(4)::after {
	content: "4.";
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 4rem;
	background: #444692;
	border-radius: 8px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.kinou_box .kinou_inner > div h3 {
	color: #444692;
	text-align: center;
	margin: 0 0 30px 50px;
}

.kinou_box .kinou_inner > div > div:nth-of-type(1) > p {
	margin: 0 0 10px;
}

.kinou_box .kinou_inner > div > div:nth-of-type(1) > p:last-of-type {
	margin: 0;
}

.kinou_box .kinou_inner > div > div:nth-of-type(2) {
	min-width: 250px;
	text-align: center;
}

.kinou_box .kinou_inner > div > div:nth-of-type(2) img {
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.kinou_box .kinou_inner > div:nth-of-type(2) > div:nth-of-type(2) img {
	margin: 0 0 10px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) {
	flex-flow: column;
	margin: 0 0 60px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(1) > p {
	text-align: center;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(1) > p:nth-of-type(1) {
	color: #434343;
	font-weight: bold;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) {
	width: 100%;
	min-width: auto;
	display: flex;
	text-align: right;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div {
	width: 50%;
	padding: 20px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(1) {
	border-right: 1px dashed #444692;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div img {
	width: 100%;
	height: 300px;
	object-fit: contain;
	margin: 0 0 20px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div p {
	margin: 0 0 10px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div p:last-of-type {
	margin: 0;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) h3 {
	margin: 0 0 30px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) > div {
	display: flex;
	gap: 30px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) > div img {
	width: 100%;
	max-width: 250px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) > div > div p {
	text-align: center;
	margin: 0 0 10px;
}

.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) > div > div p:last-of-type {
	text-align: right;
	margin: 0;
}


.kinou_box > div:nth-of-type(3) {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 20%);
	padding: 20px;
}

.support_box {
	margin: 0 0 30px;
}

.kiroku_box img {
	width: 100%;
	object-fit: contain;
}

.kiroku_box > p:nth-of-type(1) {
	text-align: center;
	margin: 0 0 30px;
}

.kiroku_box > p:nth-of-type(2) {
	text-align: right;
	margin: 0 0 30px;
}

.kiroku_box .taxfree_send_box > div:nth-of-type(1) p:nth-of-type(5) {
	margin: 0 0 10px;
}

.kiroku_box .taxfree_send_box p:nth-of-type(6) a {
	color: #4187AB;
}

.case_box > p:nth-of-type(1) {
	text-align: center;
	margin: 0 0 30px;
}

.case_box ul li {
	line-height: 1.5;
}

.case_box > div:nth-of-type(1) > div {
	display: flex;
	gap: 0 20px;
	background: #fff;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 20%);
	margin: 0 0 60px;
}

.case_box > div:nth-of-type(1) > div:nth-of-type(even) {
	flex-flow: row-reverse;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(1) {
	min-width: 300px;
	max-width: 300px;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(1) img {
	width: 100%;
	margin: 0 0 10px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(1) div {
	padding: 10px 20px 20px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(1) div p,
.case_box > div:nth-of-type(1) > div > div:nth-of-type(1) div ul {
	font-size: 1.2rem;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) {
	padding: 20px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) h3 {
	color: #434343;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) > p {
	color: #444692;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 20px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) > div {
	display: flex;
	align-items: center;
	gap: 10px 30px;
	margin: 0 0 10px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) > div > p {
	color: #fff;
	font-weight: bold;
	background: #444692;
	border-radius: 10px;
	padding: 0 10px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) dl dt {
	border-left: 5px solid #444692;
	padding: 5px 0 5px 5px;
	margin: 0 0 10px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) dl dd {
	line-height: 1.5;
	margin: 0 0 20px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) dl:nth-of-type(2) {
	display: flex;
	align-items: baseline;
	gap: 0 20px;
}

.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) dl:nth-of-type(2) dd:last-of-type {
	margin: 0;
}

.case_box > div:nth-of-type(2) {
	max-width: 650px;
	display: flex;
	flex-flow: column;
	background: #fff;
	border: 2px dotted #f55a5a;
	border-radius: 10px;
	position: relative;
	padding: 20px;
	margin: 0 auto 30px;
}

.case_box > div:nth-of-type(2)::after {
	content: "PLAN";
	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);
}

.case_box > div:nth-of-type(2) > p:nth-of-type(1) {
	color: #434343;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}

.case_box > div:nth-of-type(2) > p:nth-of-type(1) span {
	background: linear-gradient(transparent 60%, #EBE64D 50%);
}

.case_box > div:nth-of-type(2) > p:nth-of-type(2) {
	text-align: right;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {

	.top_box > h2 img {
		max-width: 200px;
	}

	.top_box > div {
		text-align: left;
	}

	.kinou_box .kinou_inner > div {
		flex-flow: column;
	}

	.kinou_box .kinou_inner > div:nth-of-type(1)::after,
	.kinou_box .kinou_inner > div:nth-of-type(2)::after,
	.kinou_box .kinou_inner > div:nth-of-type(3)::after,
	.kinou_box .kinou_inner > div:nth-of-type(4)::after {
		width: 40px;
		height: 40px;
		font-size: 3rem;
	}

	.kinou_box .kinou_inner > div h3 {
		margin: 0 0 30px 20px;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(1) > p:nth-of-type(n+2) {
		text-align: left;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(1) > p:nth-of-type(n+2) br {
		display: none;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) {
		flex-flow: column;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div {
		width: 100%;
		padding: 0;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(1) {
		border-right: none;
		border-bottom: 1px dashed #444692;
		padding: 0 0 20px;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) {
		padding: 20px 0 0;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(2) > div img {
		max-width: 400px;
		height: auto;
		display: block;
		margin: 0 auto 20px;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) > div {
		flex-flow: column;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) > div img {
		max-width: 120px;
		display: block;
		margin: 0 auto;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) > div > div p {
		text-align: left;
	}

	.kinou_box .kinou_inner > div:nth-of-type(4) > div:nth-of-type(3) > div > div p br {
		display: none;
	}

	.case_box > div:nth-of-type(1) > div {
		max-width: 650px;
		flex-flow: column-reverse;
		align-items: center;
		border-radius: 10px;
		margin: 0 auto 60px;
	}

	.case_box > div:nth-of-type(1) > div:nth-of-type(even) {
		flex-flow: column-reverse;
	}

	.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) > div {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.case_box > div:nth-of-type(1) > div > div:nth-of-type(2) dl:nth-of-type(2) {
		flex-flow: column;
	}

	.case_box > div:nth-of-type(2) {
		padding: 30px 10px 10px;
	}

	.case_box > div:nth-of-type(2)::after {
		width: 60px;
		height: 60px;
		font-size: 1.4rem;
		top: -30px;
		left: -10px;
	}

	.case_box > div:nth-of-type(2) > p:nth-of-type(1) {
		text-align: left;
	}

	.case_box > div:nth-of-type(2) > p:nth-of-type(1) br {
		display: none;
	}
}

@media print {}
