@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 中古機械：スペックテーブル */
.p-used-machine__table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px; /* テーブル下に余白 */
	font-size: 14px;
}

.p-used-machine__table th,
.p-used-machine__table td {
	border: 1px solid #dddddd;
	padding: 4px 8px;
	vertical-align: top;
}

.p-used-machine__table th {
	background: #f7f7f7;
	white-space: nowrap;
}

/* お問い合わせブロックの上に余白 */
.p-used-machine__cta {
	margin-top: 24px;
}

/* 中古機械 詳細ページ ギャラリー */
.p-used-machine__media {
	max-width: 900px;
	margin: 0 auto 30px;
}

.used-machine-swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.used-machine-swiper .swiper-button-prev,
.used-machine-swiper .swiper-button-next {
	color: #333;
}

.used-machine-swiper .swiper-pagination-bullet {
	opacity: 0.4;
}
.used-machine-swiper .swiper-pagination-bullet-active {
	opacity: 1;
}
