
/* ==============================================
トップページ
============================================== */

.swiper-slide p {
    top: 280px;
}

#content3 span.inquary {
    text-decoration: underline;
    a {color: #000;}
}

.tokyo th,
.osaka th,
.chiba th {
    line-height: 1.3;
}


/* ==============================================
施工実績
============================================== */

#Pass_info .table_h710 tbody {
    height: 760px;
	font-size: clamp(1.1rem, 1.1vw, 1.4rem);
}
#Pass_info .table_h200 tbody {
    height: 200px;
}

#Pass_info .table_h180 tbody {
    height: 180px;
}

@media (max-width: 768px) {
	#Pass_info tbody,
	#Pass_info .table_h710 tbody ,
	#Pass_info .table_h200 tbody ,
	#Pass_info .table_h180 tbody
	{
		font-size: 1.4rem;
		height: auto;
	}
	#Pass_info tr {
		width:100%;
	}
	#Pass_info .table_h710 tbody,#Pass_info .table_h200 tbody {
	font-size: clamp(1.28rem, 1.1vw, 1.4rem);
	}


}


/* ==============================================
会社概要
============================================== */
#Pass_info td.member_flex {
    display: flex;
}
#Pass_info td.member_flex .name {
    padding-left: 1.5em;
}