@charset "utf-8";

.Overview__index.other {
	padding-top: 40px;
}

.Overview__index.other .base__body-lang {
	margin-bottom: 0;
}

.table-variable {
	margin-bottom: 3em;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.table-row {
	font-size: 1.4rem;
	margin-bottom: 2em;
	color: rgba(0,0,0,0.7);
	line-height: 1.5;
	clear: both;
	overflow: hidden;
}

.table-row dt {
	margin-left: 0;
	margin-bottom: 0.5em;
	padding-left: 0;
	font-weight: 500;
	color: rgba(0,0,0,1);
}

.table-row dd {
	font-feature-settings: 'palt';
	margin-left: 0;
	margin-bottom: 0.5em;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.table-row img {
	width: 64px;
	display: block;
}

/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	
}

/* iPad */
@media screen and (min-width: 768px) {
	.Overview__index.other {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding-top: 80px;
	}
	
	.Overview__index.other > * {
		width: calc(50% - 20px);
	}
	
	.Overview__index.other .base {
		width: 100%;
	}
	
	.table-row dt {
		width: 10em;
		margin-bottom: 0;
		float: left;
	}
	
	.table-row dd {
		margin-left: 10em;
		flex-direction: row;
		gap: 24px;
	}
	
	.table-row img {
		width: 80px;
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1024px) {
	.table-row img {
		width: 96px;
	}
}

@media screen and (min-width: 1281px) {
	
}
