<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.maindesign .amido-table--container {
	width: 100%;
	overflow-x: scroll;
}
.maindesign .scroll-text {
    display: flex;
    justify-content: flex-start;
}
.maindesign .scroll-text &gt; span {
	font-size: 0.9rem;
	padding: 10px;
    border: 2px solid #E00012;
    color: #E00012;
    display: inline-block;
    font-weight: bold;
}

.maindesign .amido-table table {
	width: 1530px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom-width: 1px solid #ccc;
	border-spacing: 0;
    cursor: grab;
}
.maindesign .amido-table table:active {
	cursor: grabbing;
}
.maindesign .amido-table th,
.maindesign .amido-table td {
	text-align: center;
	font-size: 0.95rem;
	line-height: 1.35;
	height: 55px;
}
.maindesign .amido-table--place th,
.maindesign .amido-table--place td,
.maindesign .amido-table--area th,
.maindesign .amido-table--area td {
	font-size: 0.9rem !important;
	height: 40px !important;
}
.maindesign .amido-table--img th,
.maindesign .amido-table--img td {
	padding: 15px 0;
}
.maindesign .amido-table th {
	position: sticky;
	top: 0;
    left: 0;
    z-index: 10;
    background-color: #333;
	color: #fff;
    box-shadow: 1px 0 0 0 #333, 2px 0 0 0 #fff, 3px 0 0 0 #333;
	width: 130px;
	border-bottom: 1px solid #ccc;
}
.maindesign .kokoro-table th {
	position: static !important;
	border: 1px solid #ccc !important;
}
.maindesign .kokoro-table th::before {
	content: none !important;
}
.maindesign .amido-table th::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: -1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.maindesign .amido-table td {
	width: 100px;
	border: 1px solid #ccc;
}
.maindesign .amido-table tr td:first-of-type {
	border-left: none;
}
.maindesign .amido-table--long {
	width: 150px !important;
}
.maindesign .amido-table--short {
	width: 50px !important;
}
.maindesign .amido-table--btn th,
.maindesign .amido-table--btn td {
	height: auto;
	padding: 10px;
}
.maindesign .amido-table--features th,
.maindesign .amido-table--features td {
	height: auto;
	padding: 10px;
}
.maindesign .amido-table--features td {
	vertical-align: top;
}
.maindesign .amido-details {
	text-align: left;
}
.maindesign .amido-details .amido-details--item:not(:first-child) {
	margin-top: 15px;
}
.maindesign .amido-details--heading {
	font-size: 0.9rem;
	font-weight: bold;
}
.maindesign .amido-details--lead {
	font-size: 0.85rem;
	margin-top: 5px;
}

.maindesign .c-komeri-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
	transition: 0.25s;
}
.maindesign .c-komeri-btn--link {
	text-decoration: none;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	display: flex;
	justify-content: center;
	line-height: 1.3;
	font-size: 1.0rem;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D;
}
.maindesign .c-komeri-btn__gray {
	background-color: #979797;
}
.maindesign .c-komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn--inner {
		font-size: 0.8rem;
	}
}</pre></body></html>