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


/* ----------------------------------------------------
common
-----------------------------------------------------*/
header { background: url(../common/img/header-pc-bg.png) repeat-x 1px center; text-align: center; line-height: 0;}
footer { background: url(../common/img/footer-pc-bg.png) repeat-x top center; text-align: center;}

	header img,
	footer img {
		max-width: 100%;
	}
@media only screen and (max-width: 767px) {
	header img,
	footer img {
		max-width: 100%;
		width: 100%;
	}
}


#fmtArea {
	max-width: 980px;
	margin: 0 auto 100px;
}
.btnClub img {
	width:auto !important;
}
@media only screen and (max-width: 1000px) {
	#fmtArea {
		max-width: none;
		margin: 0 auto 100px;
	}
}
@media only screen and (max-width: 767px) {
	#fmtArea {
		margin: 0 auto 50px;
	}
}


/* heading ----------------------------------------------*/

#fmtArea h2 {
	margin: 50px auto;
	padding-bottom: 50px;
	font-size: 3.0em;
	text-align: left;
	line-height: 1.5;
	color: #5a5653;
	border-bottom: 1px solid #5e5653;
}
	#brand-1 #fmtArea h2 {
		font-size: 3.0rem;
	}
#fmtArea h3 {
	margin-bottom: 30px;
	font-size: 2.4em;
	text-align: left;
	color: #5a5653;
}
	#brand-1 #fmtArea h3 {
		font-size: 2.4rem;
	}
#fmtArea p {
	text-align: left;
	color: #5a5653;
}
@media only screen and (max-width: 991px) {
	#fmtArea h2 {
		margin: 20px 0;
		padding-bottom: 20px;
	}
	#fmtArea h2 br { display: none;}
}



/* kv ----------------------------------------------*/
#fmtArea #kvWrap p {
	margin: 50px auto;
	font-size: 1.8em;
	text-align: center;
}
#brand-1 #fmtArea #kvWrap p {
	font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
	#checkEyes { text-align: left;}
	#fmtArea #kvWrap p br {
		display: none;
	}
	#fmtArea h2 {
		font-size: 2.4em;
	}
	#fmtArea #eyesWrap h3 {
		font-size: 2.0em;
	}
	#fmtArea #kvWrap p {
		margin: 20px auto;
		padding: 0 5%;
		font-size: 1.4em;
		text-align: left;
	}
}


/* tab ----------------------------------------------*/
#fmtArea #tab {
	margin-bottom: 50px;
}
#fmtArea #tab ul li {
	display: inline-block;
	width: 25%;
	font-size: 2.4em;
	border: 1px solid #fff;
	line-height: 1.5;
}
#brand-1 #fmtArea #tab ul li {
	font-size: 2.4rem;
}
	#fmtArea #tab ul li span { font-size: 14px; display: block; margin: 0;}

#fmtArea #tab ul li a {
	display: block;
	padding: 10px;
	background: #f6f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f7f7 0%, #e1e1e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6f7f7 0%,#e1e1e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6f7f7 0%,#e1e1e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f7', endColorstr='#e1e1e2',GradientType=0 ); /* IE6-9 */
}
#fmtArea #tab ul li a:hover,
#fmtArea #tab ul li.cur a {
	background: #e1e1e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e2 0%, #f6f7f7 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e1e1e2 0%,#f6f7f7 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e1e1e2 0%,#f6f7f7 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e2', endColorstr='#f6f7f7',GradientType=0 ); /* IE6-9 */
	
	color: #0a612e;
}
#fmtArea #tab ul li:nth-child(1) { border-bottom: 3px solid #ef7d16;}
#fmtArea #tab ul li:nth-child(2) { border-bottom: 3px solid #052c90;}
#fmtArea #tab ul li:nth-child(3) { border-bottom: 3px solid #118ed2;}
#fmtArea #tab ul li:nth-child(4) { border-bottom: 3px solid #8fc324;}

@media only screen and (max-width: 991px) {
	#fmtArea #tab ul li {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#fmtArea #tab ul li {
		width: 100%;
	}
}


/* ----------------------------------------------------
brand-1 [index]
-----------------------------------------------------*/

/* eyesImg ------------------------------------------*/
#fmtArea .eyesImg {
	margin: 30px 0;
}
#fmtArea .eyesImg li {
	display: inline-block;
	width: 20%;
}
#fmtArea .eyesImg + div {
	text-align: right;
	margin-bottom: 30px;
}

.detailWrap {
	position: relative;
	text-align: left;
}

#eyesDetail &gt; .moreBtn {	
	border: 1px solid #d3d4d4;
	padding: 20px;
	cursor: pointer;
	text-align: center;

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#eyesDetail .moreBtn:hover {
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#eyesDetail .moreBtn &gt; h4 {
	font-size: 1em;
	padding: 10px 0;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#eyesDetail .moreBtn &gt; p {
	margin: 10px 0;
	text-align: center;
}

#eyesDetail {
	max-width: 980px;
	margin: 0 auto 100px;
}
#eyesDetail .moreBtn + div { display: none; padding-top: 20px;}
#eyesDetail .moreBtn img {
	max-width: 100%;
	height: auto;
}
#eyesDetail .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
    text-align: center;
    border: 1px solid #ccc;
    max-width: 200px;
    margin: 30px auto;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
}
#eyesDetail .closeBtn:hover {
	background: #ccc;
	color: #fff;
}
#eyesDetail .closeBtn a {
	display: block;
    padding: 5px 11px 5px 12px;
}
#eyesDetail .closeBtn a:hover {
	text-decoration: none;
}



@media only screen and (max-width: 991px) {
	#fmtArea #eyesWrap h2 {
		margin: 50px 5%;
	}
	#fmtArea #eyesWrap h3 { margin: 30px 5%;}
	#fmtArea #eyesWrap p { margin: 0 5%;}
	#fmtArea #eyesWrap p img { margin-bottom: 10px;}
	#fmtArea .eyesImg + div{ margin: 0 5% 30px;}
}
@media only screen and (max-width: 767px) {
	#fmtArea #eyesWrap h2 {
		margin: 30px 5%;
		padding-bottom: 30px;
	}	
	#fmtArea .eyesImg li {
		width: 33.3333333333%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 425px) {
	#fmtArea .eyesImg li {
		width: 50%;
	}
	#fmtArea .eyesImg + div{ text-align: center;}
}



/* ----------------------------------------------------
brand-2
-----------------------------------------------------*/
#brand-2 #fmtArea h3 {
	position: relative;
	padding: 0 0 5px 20px;
	border-left: 3px solid #ab2023;
}
#brand-2 #fmtArea h3::after {
	content: "";
	height: 1px;
	background: #5e5653;
	position: absolute;
	bottom: -5px;
	left: -3px; right: -3px;
}

/* intro */
#residenceClub .intro {
	padding: 50px 0 70px;
}
#residenceClub .intro div:nth-child(2) {
	text-align: left;
}
#residenceClub .intro img {
	margin-bottom: 50px;
}

/* club */
#residenceClub .club {
	padding: 0 0 15px;
}
#residenceClub p.caption {
	max-width: 800px;
	margin: 0 auto;
}
#residenceClub .btnClub {
	padding: 50px 0;
}


/* afterService */
#afterService p {
	margin-bottom: 10px;
}
#afterService h3 + p {
	margin-bottom: 30px;
	font-size: 2.2em;	
	text-align: center;
}
#afterService .intro {
	background: #b34e4c;
	margin-bottom: 30px;
}
#afterService .intro div:nth-child(1) img {
	width: 100%;
}
#afterService .intro div:nth-child(2) {
	padding: 25px;
}
#afterService .intro h4 {
	margin-bottom: 10px;
	font-size: 2.4em;
	color: #fff;
	text-align: left;
}
#afterService .intro p {
	color: #fff;
	text-align: left;
}
#afterService figure {
	margin-bottom: 60px;
	padding: 30px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

#afterService .matchHeight {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #eee;
}

#afterService .neutral h4,
#afterService .consultation h4 {
	font-size: 2.0em;
	margin-bottom: 10px;
	text-align: left;
	color: #8d3835;
}

#afterService .neutral h5,
#afterService .consultation h5 {
	font-size: 1.6em;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

#afterService .btnClub {
	padding: 30px 0 0;
}

#afterService,
#rounge,
#reform,
#chukai {
	margin-bottom:70px;
}

#rounge .btnClub,
#reform .btnClub,
#chukai .btnClub {
	padding: 30px 0 0;
	/*#text-align:right;*/
}


#afterService .neutral .row,
#afterService .consultation .row {
	padding: 0 0 30px;
	border-bottom: 1px dotted #ccc;
}


@media only screen and (max-width: 991px) {
	#brand-2 #fmtArea &gt; section:not(#kvWrap) {
		padding: 0 5%;
	}
	#residenceClub .intro div:nth-child(2) {
		text-align: center;
	}
	#residenceClub .intro div:nth-child(2) img {
		width: 220px;
	}
	#afterService .intro div:nth-child(1) img {
		padding-top: 15px;
	}
	#rounge img,
	#reform img,
	#chukai img {
		margin-bottom:30px;
	}
}
@media only screen and (max-width: 767px) {
	#afterService h3 + p {
		font-size: 1.8em;
		text-align: left;
	}
	#afterService h3 + p br { display: none;}
	#rounge p,
	#reform p,
	#chukai p {
		margin-bottom:30px;
	}
	#residenceClub .club li {
		margin: 0 15px 0 0;
	}
	#afterService .neutral .row,
	#afterService .consultation .row {
		padding: 0 15px;
		border-bottom: 0;
	}
	#afterService .neutral .row img,
	#afterService .consultation .row img {
		width: 100%;
	}
	#afterService .mb30 { margin-bottom: 0 !important;}
	#afterService .neutral { margin-bottom: 50px;}
	
	.module-lighbox01 .close {
		display: block;
		position: absolute;
		top: 8px;
		right: 12px;
		width: 32px;
		height: 32px;
		opacity: 1;
		background-size: 24px 24px;
    	background-position: 4px;
	}
	.module-lighbox01 .close::after {
		content: "";
		background: #000;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.brand5eyesModalContent {
		margin: 0;
		padding: 0;
	}
}



/* ----------------------------------------------------
brand-3
-----------------------------------------------------*/
#brand-3 #fmtArea h2 {
	margin-bottom:20px;
	padding-bottom:20px;
}
#brand-3 #fmtArea h2 {
	font-size:2.6em;
}
#brand-3 #fmtArea h3 {
	font-size:2em;
	line-height: 1.5;
}
#brand-3 #fmtArea p {
	margin-bottom:50px;
}
#brand-3 #fmtArea img {
	width:100%;
}
#brand-3 #fmtArea #achive li {
	margin-bottom:30px;
}
#brand-3 #fmtArea h3 {
	text-align:left;
	color:#CC1420;
}
#brand-3 #fmtArea #channel figcaption {
	position:static;
	padding:10px;
	margin-bottom:50px;
	font-size:2.4em;
	text-align:center;
	color:#CC1420;
	background:#fff;
	border:1px solid #333;
}
#brand-3 #fmtArea #gdnResult p {
	position:static;
	margin-top:10px;
	font-size:1.4em;
	color:#CC1420;
	background:#fff;
	text-align:left;
	line-height:1.5;
}
#brand-3 #fmtArea .logo-gdn {
	width: 210px;
	height: auto;
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	#brand-3 #fmtArea &gt; section:not(#kvWrap) {
		padding: 0 5%;
	}
}
@media only screen and (max-width: 767px) {
	#brand-3 #fmtArea #gdnResult p {
		margin-bottom: 0;
	}
	#brand-3 #fmtArea #channel figcaption {
		font-size: 1.6em;
	}
	#brand-3 #fmtArea h2 {
		font-size:2.2em;
	}
}


/* ----------------------------------------------------
brand-4
-----------------------------------------------------*/
#brand-4 #fmtArea h2 {
	margin-bottom:20px;
	padding-bottom:20px;
}
#brand-4 #fmtArea h2 {
	font-size:2.6em;
}
#brand-4 #fmtArea h3 {
	font-size:2em;
}
#brand-4 #fmtArea p {
	margin-bottom:50px;
}
#brand-4 #fmtArea img {
	width:100%;
}


#brand-4 #fmtArea #resultList .col-sm-4 {
	width: 33.05%;
}

#brand-4 #fmtArea #resultList p { 
	margin-top:10px;
	font-size:1.2em;
	line-height:1.5;
}

#brand-4 #fmtArea #storyList h3 {
	font-size:1.4em;
	line-height:1.5;
	margin-bottom:10px;
}
#brand-4 #fmtArea #storyList h3 span {
	display:block;
	font-size:2.5em;
	color:#166936;
}
#brand-4 #fmtArea #storyList p {
	margin-bottom:10px;
	font-size:1.6em;
	color:#166936;
	line-height:1.5;
}
#brand-4 #fmtArea #storyList .readStoryBtn a {
	display:block;
	border:1px solid #166936;
	padding:10px;
	width:80%;
	text-align:left;
	font-size:1.2em;
	margin-bottom:50px;
	transition:.3s all ease-in-out;
}
	#brand-4 #fmtArea #storyList .readStoryBtn a:hover {
		background:#166936;
		color:#fff;
	}
#brand-4 #fmtArea #storyList .readStoryBtn a::before {
	content:"▶︎";
	margin-right:5px;
	color:#166936;
	font-size:.85em;
}
	#brand-4 #fmtArea #storyList .readStoryBtn a:hover::before {
		color:#fff;
	}

#brand-4 #mitsubishiGroup h2 img {
	width: 193px;
	height: auto;
	margin: 0 10px;
	padding-bottom: 8px;
	vertical-align: middle;
}

@media only screen and (max-width: 991px) {
	#brand-4 #fmtArea &gt; section:not(#kvWrap) {
		padding: 0 5%;
	}
}
@media only screen and (max-width: 767px) {
	#brand-4 #mitsubishiGroup h2 img {
		padding: 0;
		margin: 10px 0;
	}
	#brand-4 #mitsubishiGroup h2.small {
		font-size: 2.4em;
	}
	#brand-4 #fmtArea #resultList .col-sm-4 {
		width: 100%;
	}
}







</pre></body></html>