@CHARSET "utf-8";


/* レイアウト用CSS */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');


* {
	margin:0;
	padding:0;
	/*
	font-family :"メイリオ",'Meiryo UI' , 'Arial','Verdana', 'Helvetica',
					'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
					 "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, 'ＭＳ Ｐゴシック', 'Osaka', 'Helvetica', 'Gothic', 'sans-serif';
					 */

	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:0.14em;
	/*
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,'Meiryo UI',serif;
	*/
	line-height:180%;
	color:#404448;
	
}


img{
	border:none;
	max-width:100%;
	vertical-align:top;
}

.smpOnly , .spOnly{
	display:none;
}


.mobileOnly{
	display:only;
}


.clear{
	clear:both;
}


a:link{
	color:#4d6f79;
	transition:.3s;
}

a:visited{
	color:#4d6f79;
}

a:hover , a:active{
	color:#1290b3;
	text-decoration:underline;
}

span{
	color:inherit;
}





/* ハンバーガーメニュー */

/* ヘッダー */


#hamburerMenuTriggerWrapper{
	right:0px;
	top:0px;
	z-index:10002;
	position:fixed;
}

#hamburerMenuTrigger{
	position: relative;
	cursor: pointer;
	width:48px;
	height:48px;
	z-index:9999;
	transition:.3s;
	background:rgba(255,255,255,0.7);
	backdrop-filter: blur(2px);
}

#hamburerMenuTrigger:hover{
	cursor:pointer;
	background:#e4e8ee;
}

#hamburerMenuTrigger .opening{
	width:48px;
	height:48px;
	transition: all .4s;
}

#hamburerMenuTrigger .opening:hover{
	background:#1290b3 !important;
}

#hamburerMenuTrigger span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background: #666666;
	width: 45%;
}

#hamburerMenuTrigger span:nth-of-type(1) {
	top:35%;
}

#hamburerMenuTrigger span:nth-of-type(2) {
	top:50%;
}

#hamburerMenuTrigger span:nth-of-type(3) {
	top:65%;
}

#hamburerMenuTrigger .opening span:nth-of-type(1) {
	top:50%;
	transform: rotate(45deg);
}

#hamburerMenuTrigger .opening span:nth-of-type(2) {
	background-color: rgba(255, 255, 255, 0);
}

#hamburerMenuTrigger .opening span:nth-of-type(3) {
	top:50%;
	transform: rotate(-45deg);
}


#hamburerMenuBackground{
	background:rgba(0,0,0,0.4);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:10000;
	display:none;
}

	/* ハンバーガーメニュー */
	
	
#hamburerMenuWrapper{
	position:fixed;
	top:0;
	width:640px;
	right:0px;
	top:0;
	/*
	background:rgba(255,255,255,0.9);
	backdrop-filter: blur(2px);
	*/
	background:#ffffff;
	z-index:10001;
	display:none;
	overflow-y:auto;
	max-height:100%;
}	

/*
#smpFixedNaviWrapper{
	position:fixed;
	right:-50%;
	z-index:9999;
	top:0;
	right:0;
	width:560px;
	background:rgba(255,255,255,0.9);
	backdrop-filter: blur(2px);
	border-left:6px solid #dd8822;
	border-radius:0 0 0 8px;
	display:none;
	overflow-y:auto;
	max-height:100%;
}
*/

#hamburerMenu{
	position:relative;
}


#hamburerMenu .logoHeadline{
	padding:12px 72px 0px;
	text-align:center;
}

#hamburerMenu .logoHeadline img{
	width:320px;
}



	/* ハンバーガーメニュー・メインナビ */
	
#hamburerMenu ul.mainContentsNavi{
	display:flex;
	flex-wrap:wrap;list-style:none;
	padding:5px 13px 20px;
}

#hamburerMenu ul.mainContentsNavi li{
	width:50%;
}

#hamburerMenu ul.mainContentsNavi li.home{
	width:100%;
}

#hamburerMenu ul.mainContentsNavi li a:link,
#hamburerMenu ul.mainContentsNavi li a:visited{
	display:block;
	background:url('../img/icon/arrow_gray.png') no-repeat #f2f4f6;
	border-bottom:2px solid #91b0b9;
	background-position:98% center;
	color:#1290b3;
	font-size:16px;
	padding:8px 14px;
	text-decoration:none;
	border-radius:2px;
	margin:2px;
	transition:.3s;
}

#hamburerMenu ul.mainContentsNavi li a:hover,
#hamburerMenu ul.mainContentsNavi li a:active{
	display:block;
	background:url('../img/icon/arrow_white.png') no-repeat #1290b3;
	border-bottom:2px solid #1290b3;
	background-position:96% center;
	color:#ffffff !important;
	font-size:16px;

}


#hamburerMenu ul.mainContentsNavi li a .sub{
	font-size:12px;
	margin-left:10px;
}




	/* ハンバーガーメニュー・サブナビ */
	
#hamburerMenu ul.otherContentsNavi{
	display:flex;
	justify-content:center;
	list-style:none;
	text-align:center;
	margin:0px 13px 20px;
}

#hamburerMenu ul.otherContentsNavi li{
	width:100%;
	margin:2px;
	font-weight:bold;
	font-size:10px;
}

#hamburerMenu ul.otherContentsNavi li a:link,
#hamburerMenu ul.otherContentsNavi li a:visited{
	display:block;
	background:#eeeeee;
	padding:14px 5px 8px;
	text-decoration:none;
	transition:.3s;
}

#hamburerMenu ul.otherContentsNavi li a:link .caption,
#hamburerMenu ul.otherContentsNavi li a:visited .caption{
	color:#666666;
}

#hamburerMenu ul.otherContentsNavi li a:hover,
#hamburerMenu ul.otherContentsNavi li a:active{
	background:#a4d7e5;
}


#hamburerMenu ul.otherContentsNavi li img{
	width:40px;
}


	/* ハンバーガーメニュー・お問い合わせ */
	
#hamburerMenu .contactLink{
	text-align:center;	
}

#hamburerMenu .contactLink a:link , #hamburerMenu .contactLink a:visited{
	display:block;
	background:url('../img/icon/arrow_white.png') no-repeat #485559;
	background-position:98% center;
	color:#ffffff;
	text-decoration:none;
	padding:10px 52px 10px 36px;
	font-size:24px;
}

#hamburerMenu .contactLink a:hover , #hamburerMenu .contactLink a:active{
	background:url('../img/icon/arrow_white.png') no-repeat #1290b3;
	background-position:94% center;
	color:#ffffff;
}	
	
#hamburerMenu .tel{
	text-align:center;
	padding:0 15px;
}

#hamburerMenu .tel .number{
	display:inline-block;
	background:url('../img/icon/tel.png') no-repeat;
	background-position:10px center;
	background-size:auto 22px;
	font-size:22px;
	padding:0 0 0 36px;
	color:#333333;
}


#hamburerMenu .tel .info{
	font-size:12px color:#333333;
	margin-bottom:20px;
}



	/* ハンバーガーメニュー・下部閉じるボタン */

#hamburerMenu .bottomMenuCloseButton{
	background:#f2f4f6;
	color:#91b0b9;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

#hamburerMenu .bottomMenuCloseButton:hover{
	cursor: pointer;
	background:#1290b3;
	color:#ffffff;
	transition: .3s;
}





/* ページ右上に固定表示の資料請求ボタン */

#fixedDocumentRequest{
	position:fixed;
	top:0;
	right:58px;
	z-index:9998;
}

#fixedDocumentRequest a:link , #fixedDocumentRequest a:visited{
	display:block;
	font-size:16px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background:#485559 url('../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	padding:10px 36px 10px 20px;
	transition:.3s;
	border-radius:0 0 4px 4px;
}

#fixedDocumentRequest a:hover , #fixedDocumentRequest a:active{
	background:#1290b3 url('../img/icon/arrow_white.png') no-repeat;
	background-position:94% center;
}



/* サイトバー */



#siteBar{
	border-top:3px solid #ccd8dd;
	padding-top:3px;
	/*
	background:#f8f4e6;
	*/
}


#siteBar div.caption{
	float:left;
	margin:4px 12px;
	font-size:14px;
}

#siteBar div.caption img{
	height:20px;
	margin-bottom:-5px;
}

#siteBar div.caption img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#siteBar div.navi{
	/*
	float:right;
	*/
	position:fixed;
	right:58px;
	top:0;
}


#siteBar div.navi ul{
	float:right;
	margin-right:52px;
	margin-top:-6px;
}

#siteBar div.navi ul li{
	float:left;
	list-style:none;
}

#siteBar div.navi ul li a:link , #siteBar div.navi ul li a:visited{
	display:block;
	font-size:16px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background:#485559 url('../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	padding:10px 36px 10px 20px;
	transition:.3s;
	border-radius:0 0 4px 4px;
}

#siteBar div.navi ul li a:hover , #siteBar div.navi ul li a:active{
	background:#1290b3 url('../img/icon/arrow_white.png') no-repeat;
	background-position:94% center;
}




/* ヘッダー */

#header{
	/*
	background:#f8f4e6;
	*/
}

#header div.headerContainer{
	width:1000px;
	margin:0px auto 0;
}

#header div.logo{
	float:left;
	padding-top:14px;
	display:flex;
	align-items:flex-end;
	justify-content: flex-start;
}

#header div.logo img{
	max-width:320px;
}

#header .logo .zehIcon{
	background:#00a040;
	background: linear-gradient(135deg, #91c421, #00a040);
	color:#ffffff;
	display:inline-block;
	padding:4px 12px;
	margin-left:20px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
}

#header .logo .zehIcon .main{
	font-size:20px;
	color:inherit;
	font-weight:bold;
}

#header .teaser{
	float:left;
	margin-left:20px;
	margin-top:26px;
	position:relative;
}


#header .teaser .symbol{
	border:3px solid #8f8461;
	padding:10px 20px;
	color:#8f8461;
	font-size:24px;
	line-height:100% !important;
	border-radius:4px;
}

#header div.catch{
	float:left;
}


#header div.tel{
	float:right;
	line-height:110%;
}


#header div.tel div.caption{
	font-size:10px;
	font-weight:bold;
	line-height:110%;
	margin-left:40px; /* 電話アイコン分 */
}

#header div.tel div.number{
	background:url('../img/icon/tel.png') no-repeat;
	background-size:auto 100%;
	font-size:32px;
	line-height:110%;
	padding-left:36px; /* 電話アイコン分 */
}


#headerNavi{
	margin:16px 0 10px;
	background:#1290b3;
	/*
	background: linear-gradient(#8f8461, #34322b);
	*/
    z-index:9990;
}

#headerNavi ul{
	list-style:none;
	margin:0 58px 0 20px;
	display:flex;
}

#headerNavi ul li{
	/*
	width:125px;
	float:left;
	*/
	width:100%;
	font-size:16px;
	text-align:center;
	/*
	background: #34322b;
	background: linear-gradient(#8f8461, #34322b);
	*/
	background:#1290b3;
	overflow-x:hidden;
	
}

/*
#headerNavi ul li span{
	font-size:11px;
	color:#eeeadd;
	display:block;
	font-weight:normal;
}
*/

#headerNavi ul li a:link , #headerNavi ul li a:visited{
	display:block;
	padding:5px 5px 8px;
	color:#f4f6f8;
	text-decoration:none;
	line-height:100% !important;
	letter-spacing:0.08em;
	overflow:hidden;
	margin:0 auto;
}

#headerNavi ul li a:hover , #headerNavi ul li a:active{
	background:rgba(255,255,255,0.2);
}

#headerNavi ul li span{
	color:inherit;
	display:block;
}

#headerNavi ul li span.main{
	font-size:20px;
}

#headerNavi ul li span.sub{
	font-size:12px;
	font-weight:bold;
}

/*
#headerNavi ul li div{
	padding:0;
	color:#ffffff;
	background: #8f8461;
	background:rgba(255,255,255,0.4);
	line-height:100% !important;
	letter-spacing:0.08em;
	overflow:hidden;
}
*/


/* ぱんくず */

div#topicPath{
	font-size:14px;
	padding:10px 10px 10px;
	border-bottom:1px solid #dddddd;
	margin-bottom:20px;
}

div#topicPath img{
	margin-bottom:-3px;
	margin-right:8px;
}


/* コンテンツ部分 */

div.containerWrapper{

}

div.containerWrapper div.container{
	width:1000px;
	margin:0 auto;
}


	/* 底部ナビ */
	
#containerBottomNavi{
	display:none;
}


/* フッター部分 */

#footerWrapper{
	background:#e6ebed;
}


#footer{
	width:1000px;
	margin:0 auto;
	padding: 40px 0 120px;
}

#footer h2.footerHeadline{
	background: #1290b3;
	color:#ffffff;
	font-weight:normal;
	padding:4px 14px;
	font-size:18px;
	border-radius:2px;
	margin-bottom:20px;
	margin-top:20px;
}

#footer p{
	font-size:14px;
	margin:0 14px 16px;
}


table.footerContactTable{
	width:100%;
	border-collapse: separate;
	border-spacing:20px 0;
}

table.footerContactTable tr td{
	width:50%;
	background:#485559;
	vertical-align:middle;
	text-align:center;
	border-radius:5px;
}


table.footerContactTable tr td a:link , table.footerContactTable tr td a:visited{
	display:block;
	padding:20px 0;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	font-size:20px;
	background:url('../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
}



table.footerContactTable tr td img.mail{
	height:32px;
	margin-right:10px;
	margin-bottom:-8px;
}

table.footerContactTable tr td:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


table.footerContactTable tr td div.tel{
	background:url('../img/icon/tel_white.png') no-repeat;
	background-size:auto 90%;
	background-position:0 center;
	line-height:110%;
	margin:18px auto;
	display:inline-block;
}

table.footerContactTable tr td div.tel div.caption{
	font-size:10px;
	font-weight:bold;
	line-height:110%;
	margin-left:50px; /* 電話アイコン分 */
	color:#ffffff;
}

table.footerContactTable tr td div.tel div.number{
	font-size:32px;
	line-height:110%;
	margin-left:50px; /* 電話アイコン分 */
	color:#ffffff;
}


	/* 販売中のソレイユヴィレッジシリーズ */

#footer .solielVillageAvailabeSeries{
	display:flex;
	flex-wrap:wrap;
	margin:10px -10px;
}

#footer .solielVillageAvailabeSeries .object{
	list-style:none;
	width:235px;
	margin:0 10px 20px;
	position:relative;
	background:#ffffff;
}

#footer .solielVillageAvailabeSeries .object .image{
}

#footer .solielVillageAvailabeSeries .object .image a:hover,
#footer .solielVillageAvailabeSeries .object .image a:active{
	opacity:0.7;
}

#footer .solielVillageAvailabeSeries .object .content{
	padding:0 15px 10px;
}

#footer .solielVillageAvailabeSeries .object .content h3.objectHeadline{
	color:#34322b;
	padding:10px 16px 14px;
	margin-bottom:20px;
	position:relative;
	text-align:center;
}

#footer .solielVillageAvailabeSeries .object .content h3.objectHeadline .brandName{
	font-size:14px;
	display:block;
	color:#485559;
}

#footer .solielVillageAvailabeSeries .object .content h3.objectHeadline .objectName{
	font-size:18px;
	display:block;
}

#footer .solielVillageAvailabeSeries .object .content h3.objectHeadline:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #a9b7bb;
}

#footer .solielVillageAvailabeSeries .object .content .zehIcon{
	display:block;
	background: linear-gradient(135deg, rgba(145,196,33,0.8), rgba(0,160,64,0.8));
	color:#ffffff;
	padding:6px 12px;
	font-size:min(3vw,0.8rem);
	border-radius:2px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

#footer .solielVillageAvailabeSeries .object .content .catchIcon{
	display:block;
	background: linear-gradient(135deg, rgba(224,135,36,0.7), rgba(180,100,22,0.7));
	color:#ffffff;
	padding:6px 12px;
	font-size:min(3vw,0.8rem);
	border-radius:2px;
	font-weight:bold;
	margin-bottom:10px;
}

#footer .solielVillageAvailabeSeries .object .content .statusButton{
	color:#554433;
	/*background: linear-gradient(#8f8461, #34322b);*/
	background:#fbeed6;
	padding:4px 16px;
	margin:10px 0;
	margin-top:4px;
	text-align:center;
	font-weight:bold;
	display:inline-block;
	font-size:14px;
}

#footer .solielVillageAvailabeSeries .object .content .access{
	padding:4px 0px;
	font-size:12px;
	color:#666666;
}



#footer .solielVillageAvailabeSeries .object .content .link a:link,
#footer .solielVillageAvailabeSeries .object .content .link a:visited{
	display:block;
	color:#ffffff;
	padding:10px 16px;
	text-decoration:none;
	border-radius:3px;
	margin:10px 16px 14px;
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #485559;
	background-position:98% center;
	font-weight:bold;
	text-align:center;
}

#footer .solielVillageAvailabeSeries .object .content .link a:hover,
#footer .solielVillageAvailabeSeries .object .content .link a:active{
	color:#ffffff;
	padding:10px 16px;
	text-decoration:none;
	border-radius:3px;
	margin:10px 16px 14px;
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #1290b3;
	background-position:94% center;
	font-weight:bold;
	text-align:center;
}




	/* 販売中のソレイユヴィレッジシリーズここまで */


div#footer div.footerLogo{
	width:1000px;
	margin:0 auto 40px;
	font-size:18px;
}

div#footer div.footerLogo img{
	width:300px;
	margin-bottom:10px;
}

	
div#footer div.footerNavi{
	font-size:14px;
	text-align:center;
	margin-top:20px;
}


div#footer div.footerNavi a:link , div#footer div.footerNavi a:visited{
	color:#34322b;
}

div#footer div.footerNavi a:hover , div#footer div.footerNavi a:active{
	color:#24ade2;
}


div#footer div.copyright{
	font-size:14px;
	text-align:center;
}





/* ページ上部へ */

div#fixedGoTop{
	position:fixed;
	z-index:500;
	right:10px;
	bottom:10px;
}



/* 共通部分 */

.containerWrapper p{
	font-size:16px;
	margin-bottom:24px;
}

.containerWrapper p .sup{
	font-size:12px;
}

.containerWrapper .catch{
	font-size:28px !important;
}

.containerWrapper .mostCatch{
	font-size:44px !important;
}




.containerWrapper .superScript{
	font-size:10px;
	vertical-align: top;
}

.containerWrapper .annotation{
	font-size:12px;
	color:#666666;
}


h1.headline{
	font-size:40px;
	margin-bottom:70px;
	margin-top:40px;
	position: relative;
	text-align:center;
	padding-bottom:20px;
	font-weight:normal;
}



h1.headline .supplement{
	display:block;
	font-size:16px;
	padding-top:5px;
}

h1.headline:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	content: '';
	border-radius: 3px;
	/*background: #8f8461;*/
	background:#a9b7bb;
}



.containerWrapper h2.headline{
	font-size:38px;
	display:inline-block;
	/*
	border-left:8px solid #a9b7bb;
	*/
	background:#ffffff;
	padding:8px 20px 8px 0;
	font-weight:normal;
	margin-top:60px;
	margin-bottom:40px;
	position:relative;
}


.containerWrapper h2.headline .sup{
	font-size:16px !important;
	color:inherit;
}


.containerWrapper h2.headline:before{
	position:absolute;
	top:50%;
	left:0;
	width:900px;
	height:0px;
	border-bottom:2px solid #91b0b9;
	content: '';
	z-index:-1;
}

.containerWrapper h2.headline:after{
	position:absolute;
	top:50%;
	left:900px;
	width:100px;
	height:0px;
	border-bottom:2px dotted #aec7ce;
	content: '';
	z-index:-1;
}



.containerWrapper h3.headline{
	position:relative;
	background:#ffffff;
	font-size:30px;
	padding:10px 16px 10px;
	margin:40px auto;
	text-align:left;
	font-weight:normal;
	margin-left:40px;
	/*
	color:#666666;
	padding:14px 16px 4px;
	font-size:26px;
	border-bottom:5px #e0d8cc solid;
	margin-bottom:40px;
	margin-top:40px;
	font-weight:bold;
	*/
}

.containerWrapper h3.headline:after{
	height:0;
	position:absolute;
	top:50%;
	left:-40px;
	right:0;
	width:40px;
	border-bottom:#aec7ce 2px dashed;
	z-index:-1;
	content: '';
}

.containerWrapper h3.headline .sup{
	font-size:16px !important;
	font-weight:inherit;
	color:inherit;
}

.containerWrapper h4.headline{
	font-size:18px;
	margin-top:20px;
	margin-bottom:14px;
}



/* バナーリスト */


	/* 各ページへのバナー */



ul.contentsBannerList{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:0 -20px;
}

ul.contentsBannerList li{
	width:480px;
	margin:0 20px 40px;
}


ul.linkBannerList{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:0 -20px;
}

ul.linkBannerList li{
	width:480px;
	margin:0 20px 40px;
}

ul.linkBannerList li.full{
	width:1000px;
}

ul.contentsBannerList li img:hover,
ul.linkBannerList li img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition:.3s;
}


	/* リンクボタン */

div.linkButton{
	margin:30px 0 40px;
	text-align:center;
}

div.linkButton a:link , div.linkButton a:visited{
	display:inline-block;
	color:#ffffff;
	padding:16px 40px;
	text-decoration:none;
	border-radius:3px;
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #485559;
	background-position:98% center;
	transition:.3s;
	margin:0 20px 5px;
}

div.linkButton a:hover , div.linkButton a:active{
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #1290b3;
	background-position:96% center;
}



	/* ローンシミュレーター */
	
div.formUnitWrapper{
	display:flex;
}

div.formUnitWrapper dl.formUnit{
	width:100%;
	display:flex;
	flex-direction:column;
}

div#loanSimulatorWrapper dl.formUnit dt{
	background:#1290b3;
	color:#ffffff;
	padding:4px 12px;
	margin-right:10px;
	border-radius:4px;
}

div#loanSimulatorWrapper dl.formUnit dt span.required{
	color:#ffffff;
	font-weight:bold;
}

div#loanSimulatorWrapper dl.formUnit dd{
	padding:8px 12px;
	font-size:12px;
	text-align:center;
	background:#e6ebed;
	margin:4px 10px 0 0;
	display:flex;
	align-items:center;
}

div#loanSimulatorWrapper dl.formUnit dd input{
	width:50%;
	font-size:18px;
	text-align:center;
	padding:8px 0;
	line-height:100%;
	margin-right:8px;
}

div#loanSimulatorWrapper dl.formUnit dd input::-webkit-input-placeholder{
	color:#999999;
	font-size:12px;
}

div#loanSimulatorWrapper dl.formUnit dd input:-ms-input-placeholder{
	color:#999999;
}


div#loanSimulatorWrapper dl.formUnit dd select{
	width:50%;
	font-size:18px;
	text-align:center;
	padding:8px 5px;
}

input#simulateTrigger{
	display:block;
	margin:10px auto;
	width:40%;
	font-size:22px;
	background:linear-gradient(#cccccc, #eeeeee);
	border-radius:4px;
	border:solid 2px #cccccc;
	color:#404448;
	padding:5px 0;
}


div#simulatorResultWrapper ul.alertList{
	list-style:none;
}

div#simulatorResultWrapper ul.alertList li{
	border-radius:4px;
	background:#e07563;
	color:#ffffff;
	margin:0 0 10px;
	padding:10px 20px 10px 40px;
	position:relative;
}

div#simulatorResultWrapper ul.alertList li:before{
	position:absolute;
	top:0;
	left:20px;
	bottom:0;
	width:0;
	border-left:2px solid #ffffff;
	content:" ";
}

h3.simulatorHeadline{
	background:linear-gradient(#1290b3, #485559);
	color:#ffffff;
	border-radius:14px 2px 10px 2px;
	font-weight:normal;
	padding:5px 18px;
	letter-spacing:0.1em;
	margin-top:20px;
	margin-bottom:10px;
}


dl.simulatorResultList dt{
	float:left;
	margin-right:10px;
	padding-top:12px;
	font-weight:bold;
	margin-bottom:10px;
}

dl.simulatorResultList dd{
	float:left;
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
	color:#bf0000;
}

dl.simulatorResultList dd span.prefix{
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin-left:5px;
}


table.simulatorResultTable{
	margin-bottom:10px;
}

table.simulatorResultTable tr th{
	/*background:#f5e9cc;*/
	background:#dddddd;
	color:#333333;
	padding:6px 12px;
}

table.simulatorResultTable tr td{
	color:#333333;
	padding:6px 12px;
	border-bottom:1px dotted #bbbbbb;
	border-right:1px dotted #bbbbbb;
	text-align:center;
	background:#ffffff;
}

table.simulatorResultTable tr.current th , table.simulatorResultTable tr th.current{
	background:#ffcccc;
}

table.simulatorResultTable tr.current td , table.simulatorResultTable tr td.current{
	background:#ffeeee;
}

table.simulatorResultTable tr.current td.current{
	background:#ff5555;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}





/* サイトトップメッセージ */

div.siteTopMessage{
	margin:0 0 20px;
}

div.siteTopMessage a:link , div.siteTopMessage a:visited{
	display:block;
	text-decoration:none;
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #485559;
	background-position:98% center;
	color:#ffffff;
	padding:6px 18px;
	border-radius:2px;
	font-size:16px;
}

div.siteTopMessage a:hover , div.siteTopMessage a:active{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}




/* instagram表示 */


	/* 物件ごと */
	
#includeObjectInstagram table{
	margin:20px auto 0;
}

/*
#includeObjectInstagram{
	padding:10px 0 30px;
	color:#333333;
	background:#ffffff;
	margin:0 0 40px;
	border-bottom:1px solid #bbbbbb;
}
*/

#includeObjectInstagram ul.objectInstagramImageList{
	display: flex;
	flex-wrap: wrap;
	/*max-width: 600px;*/
}

#includeObjectInstagram ul.objectInstagramImageList li{
	display: block;
	position: relative;
	width:25%;
}

#includeObjectInstagram ul.objectInstagramImageList li::before {
  content: "";
  display: block;
  padding-top: 100%;
}


#includeObjectInstagram ul.objectInstagramImageList li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

#includeObjectInstagram ul.objectInstagramImageList li video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}


#includeObjectInstagram ul.objectInstagramImageList li img:hover,
#includeObjectInstagram ul.objectInstagramImageList li video:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition:.3s;
}


		/* フッター用Instagram */

div.footerInstagramBox{
	padding:10px 0 30px;
	color:#333333;
	background:#ffffff;
	margin:0 0 40px;
	border-bottom:1px solid #bbbbbb;
}

div.footerInstagramBox table{
	margin:14px auto;
	line-height:100% !important;
}

div.footerInstagramBox table th,
div.footerInstagramBox table td{
	vertical-align:middle;
}

/*
div.footerInstagramBox dl dd ul li{
	list-style:none;
	float:left;
	width:16.66%;
	height:0;
	position: relative;
	padding-bottom: 16.66%;
	height: 0;
	overflow: hidden;
}


div.footerInstagramBox dl dd ul li img{
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
}

div.footerInstagramBox dl dd ul li video{
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
}

div.footerInstagramBox dl dd ul li img:hover,
div.footerInstagramBox dl dd ul li video:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition:.3s;
}
*/

.footerInstagramBox dl dd ul{
	display: flex;
	flex-wrap: wrap;
	/*max-width: 600px;*/
}

.footerInstagramBox dl dd ul li{
    background: #f4f4f4;
	display: block;
	position: relative;
	width:20%;
	aspect-ratio:4/5;
}

.footerInstagramBox dl dd ul li::before {
  content: "";
  display: block;
  padding-top: 100%;
}


.footerInstagramBox dl dd ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: contain;
}

.footerInstagramBox dl dd ul li video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: contain;
}


.footerInstagramBox dl dd ul li img:hover,
.footerInstagramBox dl dd ul li video:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition:.3s;
}


/* 固定フッターメニュー */

/*
.fixedFooterNaviWrapper{
	position:fixed;
	bottom:0;
	width:100%;
}

.fixedFooterNavi{
	width:640px;
	margin:0 auto;
}

.fixedFooterNavi ul li{
	list-style:none;
	width:19%;
	float:left;
	text-align:center;
}

.fixedFooterNavi ul li.mainIcon{
	width:24%;
	float:left;
}



.fixedFooterNavi ul li img{
	height:32px;
}

.fixedFooterNavi ul li.mainIcon img{
	height:44px;
}

.fixedFooterNavi ul li a:link , .fixedFooterNavi ul li a:visited{
	display:block;
	padding:4px 0;
	line-height:100% !important;
	background:rgba(255,255,255,0.8);
	border:1px solid #aa9977;
	margin:16px 4px 0px 4px;
	transition: .3s;
}

.fixedFooterNavi ul li.mainIcon a:link , .fixedFooterNavi ul li.mainIcon a:visited{
	padding:4px 0;
	margin:4px 4px;
}

.fixedFooterNavi ul li:nth-of-type(2) a:link , .fixedFooterNavi ul li:nth-of-type(2) a:visited,
.fixedFooterNavi ul li:nth-of-type(3) a:link , .fixedFooterNavi ul li:nth-of-type(3) a:visited
{
}

.fixedFooterNavi ul li:nth-of-type(5) a:link , .fixedFooterNavi ul li:nth-of-type(5) a:visited{
}

.fixedFooterNavi ul li a:hover , .fixedFooterNavi ul li a:active{

	background:#c59e28;
	transition: .3s;
	padding:4px 0;
	margin:4px 4px;
}

.fixedFooterNavi ul li.mainIcon a:hover , .fixedFooterNavi ul li.mainIcon a:active{
	
}

@media screen and (max-height: 640px) {
	.fixedFooterNavi{
		display:none;
	}
}

@media screen and (min-height: 641px) {
	.fixedFooterNavi{
		display:block;
	}
}

*/


	/* おしうり無し */

.reliefCatch{
	margin:20px 0 0px;
	font-size:20px;
	text-align:center;
}

.reliefCatch .established{
	color:#e69223;
	font-size:38px;
}

.reliefServiceList{
	text-align:center;
}

.reliefServiceList li{
	list-style:none;
	display:inline-block;
	padding:8px 12px;
	margin:20px 10px;
	background:#e6ebed;
}






	/* 物件全体の注意事項 */
	
.generalNotesList{
	padding-left: 20px;
    margin: 40px 20px;
}
	
.generalNotesList li{
	font-size:12px;
	color:#666666;
	list-style:none;
	text-indent: -14px;
}




	/* ショート動画 */

.youtubeShort{
	width:25%;
	aspect-ratio: 9 / 16;
	float:left;
}

.youtubeShort iframe{
	width:100%;
	height:100%;
}


.youtubeBox{
	margin:10px;
}

.youtubeBox .youtube{
	clear:both;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtubeBox .youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.youtubeBox .youtube .title{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}



#includeObjectInstagram{
	width:1000px;
	margin-top:60px;
}





