/*-------------
	information
-------------*/
.un-information {
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	.un-information {
		padding-bottom: 64px;
	}
}

.un-infoTable__cell {
	padding: 3px 12px 3px 0;
}

.un-yutai .c-table__narrow-header,
.un-yutai .c-table__cell {
	width: 33.3333333333%;
	border: none;
}
.un-yutai .c-table__narrow-header.un-yutai__ttl,
.un-yutai .c-table__cell.un-yutai__ttl {
	border-bottom: #FFF solid 4px;
}
.un-yutai .c-table__narrow-header.un-yutai__head,
.un-yutai .c-table__cell.un-yutai__head {
	border-right: #FFF solid 4px;
}
.un-yutai .c-table__narrow-header.un-yutai__head:last-child,
.un-yutai .c-table__cell.un-yutai__head:last-child {
	border-right: none;
}
.un-yutai .c-table__cell {
	background: var(--color-bg);
	padding: 25px;
	border-right: #FFF solid 4px;
}
@media (min-width: 768px) {
	.un-yutai .c-table__cell {
		padding: 32px;
	}
}
.un-yutai .c-table__cell:last-child {
	border-right: none;
}
.un-yutai .c-table__cell .c-list {
	line-height: var(--line-height-l);
}
.un-yutai__ttl {
	padding: 16px 30px;
	font-size: 1.8rem;
	line-height: var(--line-height-s);
}
@media (min-width: 768px) {
	.un-yutai__ttl {
		font-size: 2rem;
	}
}
.un-yutai__ttlSub {
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.un-yutai__ttlSub {
		font-size: 1.6rem;
	}
}
.un-yutai__head {
	background: var(--color-lblue);
	line-height: var(--line-height-s);
	padding: 20px;
	font-size: 1.6rem;
}
@media (min-width: 768px) {
	.un-yutai__head {
		padding: 16px 30px;
		font-size: 1.8rem;
	}
}

.un-btnSection {
	background: var(--color-bg);
	padding-top: 40px;
	padding-bottom: 100px;
	max-width: none;
}
@media (min-width: 768px) {
	.un-btnSection {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}
/*# sourceMappingURL=style.css.map */
