section.title {
	padding: 90px 5% 0px 5%;
	> div {
		max-width: 1000px;
		margin: 0 auto;
		> h2 {
			text-align: center;
			font-size: 4.0rem;
			line-height: 100%;
			color: #000;
			font-weight: 700;
		}
		> div.bar {
			border-top: solid 4px #38bcfb;
			width: 70px;
			margin: 15px auto 0 auto;
		}
	}
}
section.privacy {
	padding: 50px 5% 80px 5%;
	> div {
		max-width: 600px;
		margin-inline: auto;
		> p {
			margin-top: 20px;
			font-size: 1.5rem;
			line-height: 1.5;
			color: #333;
			> a {
				color: inherit;
				text-decoration: underline;
				padding-right: 20px;
				background-image: url(../common/image/mark_external.svg);
				background-repeat: no-repeat;
				background-position: right 5px top 50%;
				&:hover {
					opacity: 0.7;
				}
			}
		}
	}
}
