@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main {
	padding-bottom: 19.2rem;
}
#main .info01,
#main .info02 {
	color: #040000;
}
#main .info01 {
	margin-bottom: 11.6rem;
}
#main .info02 {
	margin-bottom: 10rem;
}
#main .topBox {
	margin: 0 -2rem -0.3rem -0.2rem;
	display: flex;
	align-items: center;
}
#main .topBox .img {
	margin-right: 2.4rem;
	width: 11.8rem;
	flex-shrink: 0;
}
#main .topBox p {
	margin-top: 0.3rem;
	line-height: 1.76;
	text-align: justify;
}
#main .right {
	margin-bottom: 3.2rem;
	text-align: right;
	line-height: 2.1;
}
#main .textList > li:not(:last-child) {
	margin-bottom: 3.1rem;
}
#main .textList .ttl {
	margin-bottom: 0.2rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .textList p {
	line-height: 1.84;
	text-align: justify;
}
#main .textUl {
	margin-left: 1rem;
}
#main .textUl li {
	text-indent: -2.6em;
	padding-left: 2.6em;
	line-height: 1.84;
}
#main .title {
	margin-bottom: 7.1rem;
}
#main .title span {
	padding: 1.1rem 3.7rem 1.3rem;
	display: flex;
	align-items: center;
	font-weight: 400;
}
#main .title .txt01 {
	width: 22.8rem;
	color: #fff;
	justify-content: center;
	text-align: center;
	background-color: #29c03c;
}
#main .title .txt02 {
	width: calc(100% - 22.8rem);
	color: #040000;
	background-color: #f2f2f2;
}
#main .listUl {
	margin: 0 1.7rem;
}
#main .listUl p {
	padding-left: 2.6rem;
	position: relative;
	line-height: 1.84;
}
#main .listUl p::before {
	position: absolute;
	left: 0;
	top: 0.8rem;
	width: 0.1rem;
	bottom: 0.4rem;
	background-color: #29C03C;
	content: "";
}
#main .listUl .note {
	margin-top: 0.5rem;
	display: block;
	font-size: 1.5rem;
}
@media all and (min-width: 897px) {
	#main .info02 .headLine02 {
		margin-bottom: 5.6rem;
		letter-spacing: 0;
	}
	#main .listUl li {
		width: 42rem;
	}
	#main .listUl li:last-child {
		width: 64.7rem;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 9.3rem;
	}
	#main .info01 {
		margin-bottom: 8.6rem;
	}
	#main .info02 {
		margin-bottom: 11.2rem;
	}
	#main .info02 .headLine02 {
		margin-bottom: 1.9rem;
	}
	#main .topBox {
		margin: 0 0 2.5rem;
		display: block;
	}
	#main .topBox .img {
		margin: 0 auto 1.6rem;
		width: 15rem;
	}
	#main .topBox p {
		margin-top: 0.3rem;
		line-height: 2;
	}
	#main .right {
		margin-bottom: 3rem;
		line-height: 2;
	}
	#main .textList > li:not(:last-child) {
		margin-bottom: 2.3rem;
	}
	#main .textList .ttl {
		margin-bottom: 1rem;
		font-size: 2.2rem;
		line-height: 1.63;
		text-indent: -1.6em;
		padding-left: 1.6em;
	}
	#main .textList p {
		line-height: 2;
	}
	#main .textUl li {
		line-height: 2;
	}
	#main .info02 .textList > li:not(:last-child) {
		margin-bottom: 3.2rem;
	}
	#main .title {
		margin: 0 -2.5rem 3.1rem;
		display: block;
	}
	#main .title span {
		padding: 1.3rem 2rem 1.2rem;
		display: block;
	}
	#main .title .txt01 {
		width: auto;
		font-size: 1.8rem;
	}
	#main .title .txt02 {
		padding: 1.2rem 4rem 2.5rem;
		width: auto;
		line-height: 2;
		text-align: justify;
		background-color: #F7F7F7;
	}
	#main .listUl {
		margin: 0 0.6rem;
		display: block;
	}
	#main .listUl li:first-child {
		margin-bottom: 4.5rem;
	}
	#main .listUl p {
		padding-left: 1.9rem;
		line-height: 1.81;
	}
	#main .listUl p::before {
		top: 0.6rem;
		left: 0.1rem;
		width: 0.2rem;
		bottom: -1rem;
	}
	#main .listUl .note {
		margin-top: 1.6rem;
		font-size: 1.4rem;
		line-height: 1.42;
	}
}