/* ==========================================================================
	 mainvisual
========================================================================== */
.mainvisual {
	width: 100%;
	height: 44vw;
	background-image: url(/assets/img/supporter/law/bg_mainvisual_sp.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.mainvisual__container {
	padding-top: 6.6666666667vw;
	height: 44vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainvisual__title {
	font-size: 5.0666666667vw;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
	.mainvisual {
		height: 300px;
		background-image: url(/assets/img/supporter/law/bg_mainvisual.png);
	}
	.mainvisual__container {
		padding-top: 0;
		height: 300px;
	}
	.mainvisual__title {
		font-size: 3rem;
	}
}
/* ==========================================================================
	 law
========================================================================== */
.law {
	margin-bottom: 18.6666666667vw;
}
.law__container {
	padding-top: 1.3333333333vw;
	padding-right: 8vw;
	padding-left: 8vw;
}
.law__leadcopy {
	margin-bottom: 13.3333333333vw;
	font-size: 3.7333333333vw;
	line-height: 1.8;
}
.law__subtitle {
	margin-bottom: 4.8vw;
	padding-left: 0.4em;
	border-left: 4px solid #34afaa;
	font-size: 4.8vw;
	font-weight: 600;
	color: #34afaa;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
.law__block {
	margin-bottom: 18.6666666667vw;
	font-size: 3.7333333333vw;
}
.law__block:last-of-type {
	margin-bottom: 0;
}
.law__table .law__th {
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	width: 29%;
	font-size: 3.2vw;
	text-align: left;
	line-height: 1.6;
}
.law__table tbody tr:nth-child(odd) .law__th {
	background-color: #dbe8ee;
}
.law__table tbody tr:nth-child(even) .law__th {
	background-color: #cde0e7;
}
.law__table .law__td {
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	border-left: 1px solid #d2e2e9;
	background-color: #fff;
	font-size: 3.2vw;
	line-height: 1.6;
}
.law__table .law__td-note {
	padding-top: 0.2em;
	display: inline-block;
	font-size: 2.6666666667vw;
	line-height: 1.6;
}
.law__table tbody tr:nth-child(even) .law__td {
	background-color: #edf4f6;
}
.law__td-link {
	color: #34afaa;
	text-decoration: underline;
	transition: 0.4s;
}
.law__td-link:hover {
	opacity: 0.8;
	text-decoration: none;
}
.law__note {
	margin-top: 4vw;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8em;
	line-height: 1.7;
}

@media screen and (min-width: 768px) {
	.law {
		margin-bottom: 140px;
	}
	.law__container {
		margin-right: auto;
		margin-left: auto;
		padding-top: 0;
		padding-right: 30px;
		padding-left: 30px;
		max-width: 1020px;
	}
	.law__leadcopy {
		margin-bottom: 80px;
		font-size: 1.6rem;
	}
	.law__subtitle {
		margin-bottom: 25px;
		border-left: 6px solid #34afaa;
		font-size: 2.4rem;
	}
	.law__block {
		margin-bottom: 100px;
		font-size: 1.6rem;
	}
	.law__table {
		margin-bottom: 5px;
	}
	.law__table .law__th {
		padding-left: 1.5em;
		width: 22%;
		font-size: 1.7rem;
	}
	.law__table .law__td {
		padding-left: 1.5em;
		font-size: 1.7rem;
	}
	.law__table .law__td-note {
		font-size: 1.3rem;
	}
	.law__note {
		margin-top: 20px;	
	}
}

/*# sourceMappingURL=style.css.map */