@charset "utf-8";
/* CSS Document */
/*=======================================
　共通部分　物件アコーディオン内　tableのコンテンツ少ない場合に幅が不足するため修正
=======================================*/

/*900px以上でtable内のコンテンツが少なく幅が足りない場合の対応*/
.accordion-content .detail .info {
	min-width: 620px;
	width: 100%;
}

.accordion-content .detail .img img {
	min-width: 200px;
	margin-bottom: 20px;
}



/*900px以下でtable内のコンテンツが少ない場合の対応*/
@media screen and (max-width: 950px){
.accordion-content .detail .info {
	width: 100%;
	min-width: initial;/*min-widthリセット*/
}


}



/*=======================================
　共通部分
=======================================*/
.property h3 {
	padding-top: 20px;
}

.property_exread {
	margin-top: 10px;
}

.property_exread div {
	display: flex;
	justify-content:flex-start;
}

.property_exread dt {
	min-width:5em;
	padding-bottom: 5px;
	font-weight: bold;
}

.property_exread dd {
	padding-bottom: 5px;
}

.pro_modal_tit {
	background-color: #231f20;
	color: #fff;
	padding: 20px 20px;
	text-align: left;
	font-size: 110%;
}





/*=======================================
　収益物件　income
=======================================*/

/* SP 479px以下*/
.series_flexbox {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.series_image {
	width: 100%;
	vertical-align: bottom;
}

.series_flexbox ul {
	width: 100%;
	margin: 0 0 30px;
}

.series_flexbox ul li:first-child {
	text-align: center;
	padding-bottom: 10px;
}

.series_flexbox ul li:nth-child(3) {
	background: #414141;
	color: #fff;
	padding: 30px 20px;
	line-height: 140%;
}

.series_image img {
	vertical-align: bottom;
}

.series_read_title {
	font-family: 'Shippori Mincho', serif;
	font-size: 120%;
	text-align: center;
	display: block;
	padding-bottom: 20px;
}

.sonota{
display: none;
}

/* header 480px以上 tablet*/
@media screen and (min-width: 480px) {
.series_flexbox {
	display: block;
}
}

/* header 768px以上 PC小型*/
@media screen and (min-width: 768px) {
.series_flexbox {
	display: flex;
	margin: 0 auto;
	width: 800px;
	gap:0 77px;
}

.series_flexbox ul {
	width: 100%;
	max-width: 363px;
}

.series_image {
	max-width: 363px;
}

.series_flexbox ul li:nth-child(3) {
	min-height: 190px;
}
}

/* header 1025px以上 PCワイド*/
@media screen and (min-width: 1025px) {

}



/*=======================================
　完売物件　soldout
=======================================*/

/* SP 479px以下*/
.cat_tit_bk {
	background: #333333;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	width: 180px;
	margin-bottom: 25px;
	font-family: 'Shippori Mincho', serif;
}

.cat_soldout_wrap {
	padding-bottom: 30px;
	display: block;
	font-family: 'Shippori Mincho', serif;
}

.cat_soldout_wrap ul {	
	margin-bottom: 10px;
}

.cat_soldout_wrap ul li:first-child {
	border-left: 9px #1D6B99 solid;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}



/* header 480px以上 tablet*/
@media screen and (min-width: 480px) {

.cat_soldout_wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.cat_soldout_wrap ul {	
	flex-shrink: 0;
	width: 45%;
}

.cat_soldout_wrap:after {/* 最後のコンテンツを左寄せにする指定 */
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
}

/* header 768px以上 PC小型*/
@media screen and (min-width: 768px) {

.cat_soldout_wrap ul {	
	width: 30%;
}

}

/* header 1025px以上 PCワイド*/
@media screen and (min-width: 1025px) {

}



/*=======================================
　プライバシーポリシー　privacy
=======================================*/

/* SP 479px以下*/
.pri_dlwrap {
	margin-bottom: 20px;
}

.pri_dlwrap dt {
	margin-bottom: 10px;
	background-image:linear-gradient(#24809A 50%, #8ac7c0 50%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
    font-weight: bold;
	padding: 1px 0px 1px 20px;
}

.pri_dlwrap dd {
	margin-bottom: 25px;
}

.pri_read {
	margin-bottom: 25px;
}

.pri_read dt {
	margin-bottom: 10px;
	font-weight: bold;
}

/* header 480px以上 tablet*/
@media screen and (min-width: 480px) {


}

/* header 768px以上 PC小型*/
@media screen and (min-width: 768px) {


}

/* header 1025px以上 PCワイド*/
@media screen and (min-width: 1025px) {

}



/*=======================================
　資料DL　リンク
=======================================*/

.dl_links {
	
}

.dl_links a:link {
	color: #3958b0;
	text-decoration: underline;
  }
  .dl_links a:visited {
	color: #3958b0;
	text-decoration: underline;
  }
  .dl_links a:hover {
	color: #4a76f5;
	text-decoration: underline;
  }
  .dl_links a:active {
	color: #4a76f5;
	text-decoration: underline;
  }