@charset "utf-8";


/* -----------------------------------------------------------
    list-area
-------------------------------------------------------------- */
.confirm .form_area {
    padding-top: 0px;
}

.form_toptxt {
	margin-bottom: 30px;
	text-align: center;
}

 .list-jobs-cate {
	display: flex;
    gap: 6px 30px;
	margin-top: 10px;
	flex-wrap: wrap;
}

.job-number {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 1.6rem;
}

 .cate-img-txt,
 .employment-status {
	display: flex;
	gap: 5px 10px;
	font-size: 1.8rem;
	font-weight: 500;
	align-items: center;
	flex-wrap: wrap;
}
 .cate-img-txt img,
 .employment-status img {
	width: 20px;
	/*height: -webkit-fill-available;*/
}

 .list-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

 .list-body {
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
	margin-bottom: 20px;
	transition: 0.5s;
	width: 100%;
	border-radius: 0 0 10px 10px;
	padding: 20px 30px;
	position: relative;
}

 .list-body-link {
	display: block;
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
	padding: 30px 30px 30px;
	position: relative;
	width: 100%;
	border: solid 1px #A8835A;
	border-radius: 0 0 10px 10px;
}

 .list-body-link:hover {
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
	color: inherit;
	opacity: .7;
}

 .list-body-link::before {
	background-image: linear-gradient(to left, #A8835A , #A8835A);
	content: "";
	width: 100%;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}

 .cmn-cate {
	margin: 10px 0 0 0;
}

 .list-ttl {
	font-size: 2.7rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.3;
	margin: 0px 0 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #ccc;
	position: relative;
	color: #A8835A;
}

 .list-ttl::after {
    content: '';
    width: 110px;
    height: 3px;
    display: inline-block;
    background-color: #0e70b5;
    position: absolute;
    bottom: -3px;
    left: 0;
}

 .list-main {
	display: flex;
	align-items: center;
}

 .thumb {
	align-items: center;
	border-radius: 3px;
	background: #f4f4f4;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	height: 200px;
    width: 350px;
	margin: 0 30px 0 0;
}

 .thumb img {
	max-width: 100%;
	max-height: 100%;
}

 .detail-area1 {
	margin-bottom: 10px;
	width: 100%;
}

 .detail-area1 p {
	display: flex;
	align-items: center;
    gap: 10px;
}

 .detail-area1 p img {
	width: 14px;
}

.property-num {
	position: absolute;
	right: 30px;
    bottom: 30px;
}

/*detail-area2*/
 .detail-area2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

 .detail-area2 dl {
	display: flex;
	align-items: center;
    gap: 10px;
	width: calc(50% - 10px);
	font-size: 1.4rem;
}

 .detail-area2 dl dt {
	background-color: #EFF4FA;
	padding: 5px 10px;
	font-weight: 700;
	white-space: nowrap;
}

/*---table---*/
.other-table {
	width: 100%;
}

.other-table thead {
	background-color: #EFF4FA;
	font-size: 1.5rem;
}

.other-table .other-table-col01 {
	width: 200px;
}
.other-table .other-table-col03 {
	width: 80px;
}
.other-table .other-table-col04,
.other-table .other-table-col05,
.other-table .other-table-col06 {
	width: 120px;
}

.floorplan {
	position: relative;
}
.floorplan .img-area {
	height: 150px;
	margin-right: 30px;
}
.floorplan .img-area img {
	width: auto;
	height: 100%;
}
.floorplan .cate-wrap .cate {
	position: absolute;
    top: -3px;
    left: -5px;
    width: 27px;
    height: 27px;
    border-radius: 20px;
    background-color: #E94B41;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 0 0;
	text-align: center;
}

.yen-wrap span {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
}


@media screen and (max-width: 768px) {

	.form_toptxt {
		margin-bottom: 20px;
	}
	
	.list-jobs-cate {
		display: flex;
		gap: 6px 30px;
		margin-top: 10px;
		flex-wrap: wrap;
	}

	.job-number {
		position: absolute;
		right: 0px;
		top: 0px;
		font-size: 1.6rem;
	}

	 .cate-img-txt,
	 .employment-status {
		display: flex;
		gap: 5px 10px;
		font-size: 1.8rem;
		font-weight: 500;
		align-items: center;
		flex-wrap: wrap;
	}
	 .cate-img-txt img,
	 .employment-status img {
		width: 20px;
		/*height: -webkit-fill-available;*/
	}

	 .list-head {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}

	 .list-body {
		padding: 10px 10px 20px;
	}

	 .list-body-link {
		display: block;
		box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
		padding: 30px 30px 30px;
		position: relative;
		width: 100%;
		border: solid 1px #A8835A;
		border-radius: 0 0 10px 10px;
	}

	 .list-body-link:hover {
		box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
		color: inherit;
		opacity: .7;
	}

	 .list-body-link::before {
		background-image: linear-gradient(to left, #A8835A , #A8835A);
		content: "";
		width: 100%;
		height: 7px;
		position: absolute;
		top: 0;
		left: 0;
	}

	 .cmn-cate {
		margin: 10px 0 0 0;
	}

	 .list-ttl {
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: .05em;
		line-height: 1.3;
		margin: 0px 0 10px;
		padding-bottom: 10px;
	}

	 .list-ttl::after {
		content: '';
		width: 110px;
		height: 3px;
		display: inline-block;
		background-color: #0e70b5;
		position: absolute;
		bottom: -3px;
		left: 0;
	}

	 .list-main {
		display: flex;
		align-items: center;
		 gap: 10px;
	}

	 .thumb {
		align-items: center;
		border-radius: 3px;
		background: #f4f4f4;
		display: flex;
		flex-shrink: 0;
		justify-content: center;
		height: 200px;
		width: 350px;
		margin: 0 20px 0 0;
	}
	 .detail-area1 {
		margin-bottom: 10px;
		width: 100%;
	}

	 .detail-area1 p {
		display: block;
		align-items: center;
		gap: 5px;
		 font-size: 1.4rem;
	}

	 .detail-area1 p img {
		width: 14px;
	}

	.property-num {
		position: absolute;
		right: 10px;
		bottom: 10px;
		font-size: 1.2rem;
	}

	/*detail-area2*/
	 .detail-area2 {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	 .detail-area2 dl {
		display: flex;
		align-items: center;
		gap: 10px;
		width: calc(50% - 10px);
		font-size: 1.4rem;
	}

	 .detail-area2 dl dt {
		background-color: #EFF4FA;
		padding: 5px 10px;
		font-weight: 700;
		white-space: nowrap;
	}

	/*---table---*/
	.other-table {
		width: 100%;
	}

	.floorplan .img-area {
		height: 110px;
        margin-right: 20px;
        width: 100%;
	}
	
	.yen-wrap span {
		font-size: 2rem;
	}
	}
	
	
	
	
	
	