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

.__________________SP-COMMON_________________{}

.pc-show{
	display: none;
}

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

html, body{
 height: 100%;
 font-family: kozuka-gothic-pr6n, sans-serif;
 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: 35px;
	padding-bottom: 65px;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
	background-color: #f7fcff;
	background-repeat: repeat-x;
	background-size: 100%;
	background-image: url(../../image/estate/top/recommend-list_bg.png);
	background-position: center bottom;
 border-top: 1px solid #231f20;
}

footer .top-col .inner{
	padding-left: 20px;
	padding-right: 20px;
}

footer .top-col .ttl{
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: 700;
 color: #0e62c0;
	margin-bottom: 30px;
}
footer .top-col .box {
  position: relative;
}

footer .top-col .box:nth-of-type(1){
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 10px;
}

footer .top-col .box:nth-of-type(1) ul {

}

footer .top-col .box ul li a{
 font-size: 12px;
 line-height: 20px;
 font-weight: 400;
	padding-left: 22px;
	background-image: url(../../image/common/common-marker.png);
	background-position: left 4px;
	background-size: 14px auto;
	background-repeat: no-repeat;
	display: block;
}

footer .top-col .box ul li{
	margin-bottom: 10px;
}

footer .top-col .box ul li.external-link a{
	background-image: url(../../image/common/footer_external-link.png);
}

._{}

footer .top-col .box:nth-of-type(2) {
	margin-top: 15px;
	padding-bottom: 15px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

footer .top-col .box:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(circle, #367dcb 0.2px, transparent 2.2px);
  background-size: 12px 6px;
  background-repeat: repeat-x;
  background-position: left center;
}

footer .top-col .box:nth-of-type(2) ul {

}

footer .top-col .box:nth-of-type(2) ul + p{
	margin-top: 10px;
}

footer .top-col .box:nth-of-type(2) p{
 font-size: 13px;
 line-height: 24px;
 font-weight: 600;
	margin-bottom: 5px;
}

footer .bottom-col {
	padding-top: 36px;
	padding-bottom: 24px;
	text-align: center;
}

footer .bottom-col .logo{
	margin-bottom: 15px;
}

footer .bottom-col .logo img{
 height: 64px;
}

footer .bottom-col access{
 
}

footer .bottom-col access p{
 font-size: 11px;
	line-height: 18px;
}

.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;
}

