@charset "utf-8";
/* CSS Document */

.__________________SP-COMMON_________________{}

.pc-show{
	display: none;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____body_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
BODY
━━━━━━━━━━━━━━━━━━*/

html, body{
 font-family: 'Noto Sans JP', sans-serif;
 height: 100%;
 font-size: 13px;
 font-weight: 400;
 line-height: 24px;
 font-style: normal;
 letter-spacing: 1px;
 color: #231f20;
}

body{
 position: relative;
 padding-top: 80px;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
.anchor{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

/*ヘッダー固定時のページ内リンク位置調整*/
.anchor,
.r-anchor,
.e-anchor{
 padding-top: 64px;
 margin-top: -64px;
 display: block;
 }

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____a_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
a
━━━━━━━━━━━━━━━━━━*/

a{
 transition: all 0.2s;
 color: #000000;
 text-decoration: none;
}

a.external-link{
 color: #134193;
}

a.external-link:hover{
 text-decoration: none;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____contents_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
コンテンツ／メイン
━━━━━━━━━━━━━━━━━━*/

#contents{
 clear: both;
}

#contents-inner{
 margin-right: 20px;
 margin-left: 20px;
}

#contents::after,
#contents-inner::after{
 content: "";
 display: block;
 clear: both; 
}

#contents{
 padding-bottom: 60px;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____header_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━*/
header{
 width: 100%;
 height: 80px;
 background-color: #FFFFFF;
 z-index: 99;
 transition: all 0.2s;
 /* box-shadow */
 box-shadow: 0px -1px 0px 0px #e2e2e2 inset;
 
 position: fixed;
 top: 0px;
 left: 0px;
}

header .logo {
 margin-top: 18px;
 margin-left: 20px;
}

header .logo img{
 height: 50px;
 transition: all 0.2s;
}

._{}

header nav,
header .box-summary{
 display: none;
}
 
._{}

header.fixed {
 width: 100%;
 height: 50px;
 padding-top: 0px;
 transition: all 0.2s;
}

header.fixed .logo {
 margin-top: 10px;
}

header.fixed .logo img{
 height: 30px;
 transition: all 0.2s;
}

header.fixed nav{
 margin-top: 18px;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____breadcrumbs_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
#breadcrumbs{
	background-color: #f8f8f8;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

#breadcrumbs ol {

}

#breadcrumbs ol li {
	font-size: 11px;
	line-height: 18px;
	margin-right: 10px;
	display: inline-block;
}

#breadcrumbs ol li::after{
 content: "/";
 position: relative;
 right: -8px;
 margin-right: 6px;
}

#breadcrumbs ol li:last-child::after{
	content:"";
}


#breadcrumbs ol li a {
 text-decoration: none;
 color: #2d2d2d;
}


.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____footer_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

	footer {
		padding-top: 40px;
		padding-bottom: 60px;
		overflow: hidden;
		border-top: 1px solid #231f20;
		border-bottom: 1px solid #c9c9c9;
		background-color: #f7fcff;
		background-repeat: repeat-x;
		background-image: url(../../image/estate/top/recommend-list_bg.png);
		background-position: center bottom;
	 background-size: auto 60px;		
	}

	footer .top-col .inner {
		width: calc(100% - 40px);
		margin-right: auto;
		margin-left: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		column-gap: 25px;
		row-gap: 20px;
		align-items: start;
	}

	footer .top-col .inner::before,
	footer .top-col .inner::after {
		content: "";
		grid-column: 1 / -1;
		width: 100%;
		border-top: 1px solid #c9c9c9;
	}

	footer .top-col .inner::before {
		grid-row: 5;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	footer .top-col .inner::after {
		grid-row: 8;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	footer .top-col .ttl {
		grid-column: 1 / -1;
		grid-row: 1;
		font-family: 'Quicksand', sans-serif;
		font-size: 18px;
		font-weight: 700;
		color: #0e62c0;
	}

	footer .top-col .box {
		min-width: 0;
	}

	/* BOX1：会社案内 */
	footer .top-col .box:nth-of-type(1) {
		grid-column: 1;
		grid-row: 2 / span 3;
	}

	/* BOX2：貸したい */
	footer .top-col .box:nth-of-type(2) {
		grid-column: 2;
		grid-row: 2;
	}

	/* BOX3：借りたい */
	footer .top-col .box:nth-of-type(3) {
		grid-column: 2;
		grid-row: 3;
	}

	/* BOX4：売りたい */
	footer .top-col .box:nth-of-type(4) {
		grid-column: 2;
		grid-row: 4;
	}

	/* BOX5：買いたい */
	footer .top-col .box:nth-of-type(5) {
		grid-column: 1;
		grid-row: 6;
	}

	/* BOX6：リフォームしたい */
	footer .top-col .box:nth-of-type(6) {
		grid-column: 1;
		grid-row: 7;
	}

	/* BOX7：お問い合わせ・お知らせなど */
	footer .top-col .box:nth-of-type(7) {
		grid-column: 2;
		grid-row: 6 / span 2;
	}

	/* BOX8：グループ会社・その他 */
	footer .top-col .box:nth-of-type(8) {
		grid-column: 1 / -1;
		grid-row: 9;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 25px;
		align-items: start;
	}

	footer .top-col a {
		color: #222222;
		text-decoration: none;
	}

	footer .top-col a:hover {
		text-decoration: none;
	}

	/* 親リンク */
	footer .top-col .box > ul > li > a {
		display: block;
		padding-left: 20px;
		font-size: 13px;
		line-height: 20px;
		font-weight: 600;
	}

	/* サブリンク */
	footer .top-col .box > ul > li > ul {
		margin-top: 10px;
	}

	footer .top-col .box > ul > li > ul > li {
		margin-top: 8px;
	}

	footer .top-col .box > ul > li > ul > li:first-child {
		margin-top: 0;
	}

	footer .top-col .box > ul > li > ul > li > a {
		display: block;
		padding-left: 16px;
		font-size: 11px;
		line-height: 18px;
		font-weight: 400;
		white-space: normal;
	}

	/* お問い合わせ系 */
	footer .top-col .simple-link > ul > li {
		margin-top: 15px;
	}

	footer .top-col .simple-link > ul > li:first-child {
		margin-top: 0;
	}

	footer .top-col .simple-link > ul > li > a {
		display: block;
		padding-left: 20px;
		font-size: 13px;
		line-height: 20px;
		font-weight: 600;
		white-space: normal;
	}

	/* BOX8内のinner-box */
	footer .top-col .inner-box + .inner-box {
		margin-top: 0;
	}

	footer .top-col .inner-box {
		min-width: 0;
	}

	footer .top-col .inner-box > p {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 20px;
		font-weight: 600;
		color: #111111;
	}

	footer .top-col .inner-box > ul > li {
		margin-top: 8px;
	}

	footer .top-col .inner-box > ul > li:first-child {
		margin-top: 0;
	}

	footer .top-col .inner-box .external-link a {
		display: block;
		padding-left: 20px;
		font-size: 11px;
		line-height: 18px;
		font-weight: 400;
		white-space: normal;
	}

	/* 下部 */
	footer .bottom-col {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		justify-content: center;
		align-items: center;
		padding-top: 80px;
		padding-right: 20px;
		padding-bottom: 30px;
		padding-left: 20px;
		position: relative;
		text-align: center;
	}

	footer .bottom-col::before {
		content: "";
		width: calc(100% - 40px);
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		border-bottom: 2px dotted #5fa1eb;
	}

	footer .bottom-col .logo img {
		width: auto;
		height: 60px;
	}

	footer .bottom-col access p {
		font-size: 12px;
		line-height: 20px;
		font-weight: 400;
	}

	/* 青丸アイコン */
	footer .top-col .box > ul > li > a,
	footer .top-col .simple-link > ul > li > a {
		background-position: left 3px;
		background-image: url(../../image/common/common-marker.png);
		background-size: 13px auto;
		background-repeat: no-repeat;
	}

	/* サブリンクの「-」 */
	footer .top-col .box > ul > li > ul > li > a {
		background-image: url("../../image/common/footer_sub-marker.png");
		background-size: 8px 1px;
		background-repeat: no-repeat;
		background-position: left 9px;
	}

	/* 外部リンクアイコン */
	footer .top-col .external-link a {
		background-image: url("../../image/common/footer_external-link.png") !important;
		background-size: 12px auto;
		background-repeat: no-repeat;
		background-position: left 3px;
	}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____copyright_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

#copyright{
	background-color: #0e62c0;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 400;
	padding-bottom: 45px;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
.fadeIn{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}

/* fadeIn */

.fadeIn{
animation-name: fadeInAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger{
    opacity: 0;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____page-top_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
/*━━━━━━━━━━━━━━━━━━
ページトップへ
━━━━━━━━━━━━━━━━━━*/

#page-top a{
 position: fixed;
 right: 15px;
 bottom: 70px;
 display: block;
 width: 40px;
 height: 40px;
 background-repeat: no-repeat;
 background-position: center center;
 border-radius: 9999px;
}

#page-top a{
 background-color: #0e62c0;
 background-image: url(../../image/common/estate/page-top.png);
 background-size: 14px 8px;
 border: 1px solid #0e62c0;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____fixed-contact_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
.fixed-contact{}

.fixed-contact a{
	font-family: "aralet-n", sans-serif;
	width: 100%;
	bottom: 0;
	position: fixed;
	display: block;
	background-color: #0E62C0;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #44B1E9;
}

.fixed-contact span::before{
	content: "";
	background-image: url(../../image/common/icon_mail.png);
	width: 20px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -2px;
}

.fixed-contact span::after{
	content: "";
	background-image: url(../../image/common/fixed_marker.png);
	width: 24px;
	height: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 4px;
	margin-left: 8px;
}

.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}
._____common-table_____{}
.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX{}


.common-table {
 margin-bottom: 20px;
 border-top: 1px dotted #999999;
 width: 100%;
 margin-top: 0px;
}

.common-table tr {
 background:#fff;
}

.common-table th,
.common-table td{
 padding-top: 15px;
 padding-right: 10px;
 padding-left: 15px;
 border-bottom: 1px dotted #999999;
 border-top-style: none;
 border-right-style: none;
 border-left-style: none;
 font-size: 12px;
 line-height: 22px;
 font-weight: 400;
 display: block;
}

.common-table td{
 padding-bottom: 20px;
}

.common-table th {
 text-align: left;
 font-weight: 400;
 background-color: #f8f8f8;
 vertical-align: middle;
 padding-bottom: 15px;

}

.common-table td .txt {
 margin-top: 10px;
 padding-left: 0px;
 font-size: 12px;
 line-height: 18px;
 }

.common-table td .txt br {
 display: none;
}

