section.panel {
	@media (width < 580px) {
		padding: 20px 5%;
	}
	> div {
		max-width: 1920px;
		margin-inline: auto;
		> div.item {
			padding-top: 50px;
			text-align: center;
			padding-bottom: 60px;
			> h1 {
				font-size: 2.5rem;
				line-height: 1.8;
				color: #333;
			}
			> p {
				font-size: 1.1rem;
				line-height: 1;
				color: #333;
			}
		}
	}
}
section.privacy {
	margin-bottom: 150px;
	padding: 80px 5% 80px 5%;
	background-color: #fff;
	> div {
		max-width: 800px;
		margin-inline: auto;
		> article {
			padding-bottom: 90px;
			> h2 {
				font-size: min(1.4rem,6vw);
				line-height: 1.3;
				color: #333;
				margin-bottom: 20px;
				background-color: #eee;
				padding: 5px 10px;
			}
			> p {
				text-indent: 1em;
				font-size: min(0.9rem,5vw);
				line-height: 1.8;
				color: #333;
				text-align: justify;
			}
			> ul {
				margin-top: 30px;
				@media (width < 500px) {
					padding: 5px 10px;
				}
				> li {
					margin-top: 15px;
					text-indent: -1.2em;
					padding-left:  1.2em;
					font-size: min(0.9rem,5vw);
					line-height: 1.8;
					color: #333;
					text-align: justify;
				}
			}
			> div.content {
				margin-top: 30px;
				margin-bottom: 60px;
				> h3 {
					font-size: min(1.2rem,5.5vw);
					line-height: 1.3;
					color: #333;
					text-indent: -1.5em;
					padding-left: 1.5em;
				}
				> div {
					margin-top: 5px;
					> p.text1 {
						margin-bottom: 5px;
						padding-left: 20px;
						text-indent: 1em;
						font-size: min(0.9rem,5vw);
						line-height: 1.8;
						color: #333;
						text-align: justify;
						&.noindent {
							text-indent: 0em;
						}
						&.left {
							text-align: left;
						}
						&.margintop {
							margin-top: 15px;
						}
						> b {
							font-weight: 500;
						}
					}
					> p.text2 {
						margin-top: 5px;
						font-size: min(0.8rem,4.5vw);
						text-align: right;
						padding-inline: 0;
						margin-bottom: 60px;
						@media (width < 870px) {
							text-align: justify;
							text-indent: -1.1em;
							padding-left:  1.1em;
						}
					}
					> div {
						margin-top: 10px;
						padding-left: 20px;
						> p {
							text-indent: -1.7em;
							padding-left:  1.7em;
							font-size: min(0.9rem,5vw);
							line-height: 1.8;
							color: #333;
							padding-bottom: 5px;
							text-align: justify;
							&:last-of-type {
								padding-bottom: 0px;
							}
						}
						&.range {
							margin-top: 20px;
							padding: 0px;
							> p.item {
								border: 1px solid #ccc;
								background-color: #eee;
								color: #222;
								text-align: center;
								text-indent: 0em;
								padding-left:  0em;
							}
							> p {
								font-size: min(0.9rem,5vw);
								line-height: 1.8;
								color: #333;
							}
							> div.company {
								border-left: 1px solid #ccc;
								border-right: 1px solid #ccc;
								display: grid;
								grid-template-columns: repeat(2, 1fr);
								padding-inline: 60px;
								@media (width < 890px) {
									grid-template-columns: repeat(1, 1fr);
									padding-inline: 10px;
								}
								> p {
									padding-block: 5px;
									padding-inline: 5px;
									font-size: min(0.9rem,5vw);
									line-height: 1.8;
									color: #333;
									border-bottom: 1px dotted #ccc;
									&:nth-last-of-type(1) {
										border-bottom: none;
									}
									&:nth-last-of-type(2) {
										border-bottom: none;
										@media (width < 890px) {
											border-bottom: 1px dotted #ccc;
										}
									}
									@media (width < 500px) {
										text-indent: -0.5em;
										padding-left: 0.5em;
									}
								}
							}
							> div.text {
								padding-block: 5px;
								padding-inline: 60px;
								border-left: 1px solid #ccc;
								border-right: 1px solid #ccc;
								&:nth-last-of-type(1) {
									border-bottom: 1px solid #ccc;
								}
								@media (width < 890px) {
									padding-inline: 10px;
								}
								> p {
									font-size: min(0.9rem,5vw);
									line-height: 1.8;
									color: #333;
									text-align: justify;
									&.indent01 {
										text-indent: -1.1em;
										padding-left:  1.1em;
									}
									&.indent02 {
										text-indent: -1.7em;
										padding-left:  1.7em;
									}
									&.center {
										text-align: center;
									}
								}
							}
						}
					}
				}
			}
		}
	}
}
