/****************************************************************************************/
h1 {
	margin: 56px 0 25px 0;
	font-size: 3.1rem;
	text-align: left;
}

h2 {
	margin: 105px 0 43px 0;
	font-size: 3rem;
}
/****************************************************************************************/
[table] {
	width: 100%;
	display: table;
}
[row] {
	display: table-row;
}
[cell] {
	display: table-cell;
}
/****************************************************************************************/
[nh-banner] {
	margin-top: 150px;
}
/****************************************************************************************/
section + section {
	margin-top: 150px;
	padding-top: 150px;
}
/****************************************************************************************/
#showroom .images {
	margin-top: 40px;
}
/*******************************************/
#showroom-access {
	top: -95px;
}

#showroom .access-map img {
	height: calc(100vw * 0.2661);
	max-height: 346px;
}

#showroom .access-map .text {
	padding-left: 30px;
	line-height: 2.7rem;
	flex-grow: 1;
}
#showroom .access-map .text > *:not(:first-child) {
	margin-top: 24px;
}
/*******************************************/
#showroom .buttons {
	margin-top: 50px;
}

#showroom .buttons .button {
	width: 50%;
}

#showroom .buttons .button:first-child {
	padding-right: 25px;
}
#showroom .buttons .button:last-child {
	padding-left: 25px;
}
/****************************************************************************************/
#nhcom .content-area-container {
	padding-bottom: 44px;
}

#nhcom h2 {
	margin-top: 42px;
	padding-top: 35px;
}

#nhcom .service-buttons > * {
	width: 47%;
}

#nhcom .service-buttons .service {
	font-size: 1.8rem;
	text-align: right;
}

#nhcom .service-buttons .service li:not(:first-child) {
	margin-top: 17px;
}

#nhcom .service-buttons .buttons .button:not(:first-child) {
	margin-top: 27px;
}
/****************************************************************************************/
#dealers .links {
	margin-top: 40px;
	text-align: center;
}

#dealers .links ul {
	padding: 21px 0 36px 0;
}
#dealers .links li {
	margin-top: 17px;
	padding: 0 41px 0 37px;
	display: inline-block;
}
#dealers .links li:first-child {
	padding-left: 0;
}
#dealers .links li:last-child {
	padding-right: 0;
}
#dealers .links li:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}

#dealers .links li .link:hover {
	text-decoration: underline;
	cursor: pointer;
}
/*******************************************/
#dealers .list h2 {
	margin-bottom: 50px;
	padding-left: 8%;
}

#dealers .list .icon {
	display: none;
}

#dealers .list .table-container {
	height: inherit !important;
}

#dealers .list .header [cell],
#dealers .list .name {
	font-size: 2rem;
}

#dealers .list [cell] {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#dealers .list .prefecture {
	padding-left: 8%;
	width: 20%;
}

#dealers .list .name-floor {
	width: 34%;
	padding-left: 3%;
}
#dealers .list .floor:not(:empty) {
	margin-top: 5px;
}

#dealers .list .cell-outer-content {
	height: 120px;
	display: flex;
	align-items: center;
	position: relative;
}
#dealers .list .cell-inner-content {
	position: absolute;
}
#dealers .list .address-tel .cell-inner-content {
	padding-right: 9%;
	align-items: center;
}
#dealers .list .address-tel .text .address {
	line-height: 2.1rem;
}
#dealers .list .address-tel .text .tel,
#dealers .list .address-tel .text .email {
	margin-top: 5px;
}
#dealers .list .address-tel .map a {
	padding: 9px 28px 7px 28px;
	font-size: 1.9rem;
}
#dealers .list .address-tel .website a {
	padding: 9px 12px 7px 12px;
	font-size: 1.7rem;
}

#dealers .list .web .table {
	margin-top: 73px;
	display: flex;
	justify-content: center;
}
#dealers .list .web .site {
	padding: 0 33px;
}
#dealers .list .web .site a {
	display: block;
}
#dealers .list .web .site img {
	height: 40px;
}
/****************************************************************************************/
#showroom .line {
	width: 200px !important;
	height: auto !important;
	max-height: auto !important;
}
/****************************************************************************************/

.mg01 {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top-width: 0px !important;
    border-style: solid !important;
}

.tcen {
    text-align: center !important;
}

.attention {
    border: 3px red solid;
    padding: 15px;
}