@charset "utf-8";

.t-body {
	min-width: 15vw;
}

.slide > .slick-list {
	max-height: 40vh;
}

.slick-slider {
	line-height: 0;
}

#SliderCaption {
	line-height: 1;
}
.lh1 {
	line-height: 1;
}

.slick-slide .slide-item {
	max-width: 60%;
	max-height: 40vh;
	position: relative;
	margin: auto;
}

.slick-slide .slide-item:before {
	display: block;
	content: '　';
	padding-top: 60vh;
	width: 100%;
	height: 0;
}

.tags {
	text-align: center;
	margin-bottom: 10px;
}
.tags .tag {
	display: inline-block;
	color: #fff;
	background-color: #af2d32;
	padding: 7px 10px;
	text-align: center;
	margin: auto 1px;
	min-width: 30%;
}
@media (min-width: 768px) {
	.tags .tag {
		min-width: 15%;
	}
}

@media (max-width: 768px) {
	.slick-slide .slide-item {
		max-width: 85%;
		max-height: none;
	}
	.slick-slide .slide-item:before {
		padding-top: 100%;
	}
}

.slick-slide .slide-item .fit-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;
	font-family: "object-fit: contain";
}

.slick-slide .slide-thumb {
	position: relative;
}
.slick-slide .slide-thumb:before {
	display: block;
	content: '　';
	padding-top: 100%;
	width: 100%;
	height: 0;
}
.slick-slide .slide-thumb .fit-image {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	margin: auto;
	border: 1px solid #ccc;
	object-fit: contain;
	font-family: "object-fit: contain";
}

.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	font-size: 2.2em;
	color: #9e9e9e;
	z-index: 10;
}

.slide-nav .slider-arrow {
	opacity: 0.9;
	color: #fff;
	text-shadow: -1px 0 1px #999, 0 -1px 1px #999, 1px 0 1px #999, 0 1px 1px #999;
}

.slider-arrow.slider-prev {
	left: 0;
}

.slider-arrow.slider-next {
	right: 0;
}

.dots-thumb {
	list-style: none;
}

.dots-thumb > li {
	flex: 0 1 19%;
	max-width: 19%;
	margin: 0.5%;
	opacity: 0.5;
	position: relative;
	padding-top: 14%;
	overflow: hidden;
}
.dots-thumb > li > picture {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.dots-thumb > .slick-active {
	opacity: 1;
}

.loan-caption {
	color: #fff;
	background-color: #000;
	text-align: center;
}

.loan-data {
	border: 1.5px solid #666666;
}

.loan-data > input {
	width: 4em;
	border: none;
	text-align: right;
	font-size: 1.2rem;
}

.loan-btn {
	color: #fff;
	background-color: #000;
	width: 1.5em;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.loan-btn:hover {
	opacity: 0.8;
}

.loan-arrow {
	color: #000;
	font-size: 2.4em;
}

.loan-result .loan-caption {
	background-color: #af2d32;
}

.loan-result .loan-data {
	color: #af2d32;
	border-color: #af2d32;
}

.slide_btn:hover {
	cursor: pointer;
	opacity: 0.8s;
}

.slide_btn > .ui-slider.ui-widget-content {
	display: inline-block;
	width: 90%;
	height: 0.5em;
	margin: 0 auto;
	border-color: #000;
	background: none;
}

.slide_btn > .ui-slider.ui-widget-content > .ui-slider-handle {
	border: none;
	background: none;
	background-color: #000;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 1rem;
	top: 50%;
	margin-left: 0;
	transform: translate(-50%, -50%);
	outline: none;
	z-index: 1;
}
.slide_btn > .ui-slider.ui-widget-content > .ui-slider-handle:hover {
	cursor: pointer;
	background-color: #999;
}

.loan-price {
	width: 8em;
}

.text-small {
	font-size: 0.8em;
}

.read .read-contents {
	display: inline-block;
	text-align: left;
}

/*********ラージサイズ**********/
@media screen and (min-width:1200px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 40px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 15px;
	display: block;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #333;
	text-align: center;
	font-weight: 500;
	padding: 7px 0px;
	width: 20%;
}
.read {
	text-align: center;
	display: block;
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 50px;
}
.t-head {
	background-color: #f0f0f0;
	text-align: center;
	width: auto;
}
.housing {
	font-size: 1.5em;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px dashed #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.slide {
	display: block;
	margin: 100px 0px 0px;
	text-align: center;
}
.simulation {
	margin: 100px auto;
	display: block;
	text-align: center;
}


.note {
	display: block;
	margin-bottom: 70px;
}

.indent_1 {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.loan-arrow {
	transform: rotate(-90deg);
}

}




/*********ミディアムサイズ1**********/
@media screen and (min-width:1025px) and (max-width:1199px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 40px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 15px;
	display: block;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #333;
	text-align: center;
	font-weight: 500;
	padding: 7px 0px;
	width: 20%;
}
.read {
	text-align: center;
	display: block;
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 50px;
}
.t-head {
	background-color: #f0f0f0;
	text-align: center;
	width: auto;
}
.housing {
	font-size: 1.5em;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px dashed #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.slide {
	display: block;
	margin: 100px 0px 0px;
	text-align: center;
}
.simulation {
	margin: 100px auto;
	display: block;
	text-align: center;
}


.note {
	display: block;
	margin-bottom: 70px;
}

.indent_1 {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
	font-weight: 0.8em;
	line-height: 1.5em;
}

.loan-arrow {
	transform: rotate(-90deg);
}

}


/*********ミディアムサイズ2**********/
@media screen and (min-width:768px) and (max-width:1024px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 40px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 15px;
	display: block;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #333;
	text-align: center;
	font-weight: 500;
	padding: 7px 0px;
	width: 20%;
}
.read {
	text-align: center;
	display: block;
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 50px;
}
.t-head {
	background-color: #f0f0f0;
	text-align: center;
	width: auto;
}
.housing {
	font-size: 1.5em;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px dashed #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.slide {
	display: block;
	margin: 100px 0px 0px;
	text-align: center;
}
.simulation {
	margin: 100px auto;
	display: block;
	text-align: center;
}


.note {
	display: block;
	margin-bottom: 70px;
}

.indent_1 {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
	font-weight: 0.8em;
	line-height: 1.5em;
}

.loan-arrow {
	transform: rotate(-90deg);
}

}





/*********スマホサイズ**********/
@media screen and (max-width:767px) {

.cont_box2 {
	width: 100%;
	margin-bottom: 40px;
}
.titel2 {
	font-size: 2em;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}
h3 {
	margin: 0px 0px 15px;
	display: block;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #333;
	text-align: center;
	font-weight: 500;
	padding: 7px 0px;
	width: 20%;
}
.read {
	text-align: left;
	display: block;
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 30px;
}
.t-head {
	background-color: #f0f0f0;
	text-align: center;
	width: 100%;
	display: block;
}
tbody tr td {
	width: 100%;
	display: block;
	text-align: center;
}

.housing {
	font-size: 1.5em;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px dashed #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.slide {
	display: block;
	margin: 30px auto 0;
	text-align: center;
	padding-top: 0;
	width: 100%;
}
.simulation {
	display: block;
	margin: 30px auto 40px;
	text-align: center;
	padding-top: 0;
	background-color: #D5D5D5;
	width: 100%;
}


.note {
	display: block;
	margin-bottom: 40px;
}

.indent_1 {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.slick-slide .d-flex {
	max-width: 80%;
}

}
