section.linktop {
	padding: 60px 5% 40px 5%;
	> div {
		max-width: 1000px;
		margin-inline: auto;
		> h2 {
			font-size: min(3.5rem, 8.0vw);
			line-height: 1.3;
			color: #fff;
			font-weight: 600;
			letter-spacing: 2px;
			text-align: center;
			font-family: var(--font-en);
		}
		> p {
			font-size: min(1.2rem, 5.0vw);
			line-height: 1.8;
			color: #b00;
			font-weight: 600;
			text-align: center;
			padding-bottom: 40px;
		}
		> h3 {
			margin-top: 60px;
			text-align: center;
			font-size: min(1.3rem, 6.0vw);
			line-height: 2.0;
			color: #fff;
		}
	}
}
section.links {
	padding: 0px 5% 120px 5%;
	> div {
		max-width: 1000px;
		margin-inline: auto;
		> article {
			> h3 {
				background-color: #323232;
				padding: 20px;
				font-size: min(1.3rem, 6.0vw);
				line-height: 1.0;
				color: #fff;
			}
			> div {
				padding-block: 10px 40px;
				display: table;
				width: 100%;
				@media (width < 1100px) {
					display: block;
				}
				> a {
					display: table-row;
					text-decoration: none;
					@media (width < 1100px) {
						display: block;
					}
					&[href] {
						&:hover {
							opacity: 0.8;
						}
						> div.subject > div {
							text-decoration: underline;
							padding-right: 20px;
							background-image: url(../common/image/mark_external_fff.svg);
							background-repeat: no-repeat;
							background-position: 100% 50%;
						}
					}
					> div.subject {
						display: table-cell;
						padding-block: 10px;
						padding-right: 20px;
						border-bottom: dotted 1px #777;
						@media (width < 1100px) {
							display: block;
							border-bottom: none;
							padding-block: 10px 0;
						}
						> div {
							display: inline-block;
							font-size: min(1rem,4.5vw);
							line-height: 1.3;
							color: #fff;
						}
					}
					> div.tel {
						display: table-cell;
						padding-block: 10px;
						padding-right: 20px;
						font-size: min(1rem,4.5vw);
						line-height: 1.3;
						color: #bbb;
						border-bottom: dotted 1px #777;
						@media (width < 1100px) {
							display: block;
							border-bottom: none;
							padding-block: 3px 0;
						}
					}
					> div.address {
						display: table-cell;
						padding-block: 10px;
						font-size: min(1rem,4.5vw);
						line-height: 1.3;
						color: #bbb;
						border-bottom: dotted 1px #777;
						@media (width < 1100px) {
							display: block;
							padding-block: 3px 15px;
						}
					}
				}
			}
			> p {
				text-align: right;
				font-size: min(0.9rem,4.5vw);
				line-height: 1.3;
				color: #ccc;
			}
		}
	}
}
