@charset "utf-8";

.main-image-block{
	max-width: 800px;
	margin: 0 auto;
}

.promo-body-content{
	margin-bottom: 50px;
	font-size: clamp(1.4rem, 0.83vw, 1.6rem);
	letter-spacing: 0.075em;
}

.ft-lg{
	font-size:112.5%;
}

.outline-title{
	color:#ff8100;
	font-size: clamp(1.6rem, 1.04vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.075em;
}

.fc-orange{
	color:#ff8100;
}

.promo-general-table{
	position: relative;
	width:100%;
	border-top: 1px #ccc solid;
}

.promo-general-table th,
.promo-general-table td{
	padding:20px;
	border-bottom: 1px #ccc solid;
	line-height: 1.5;
}

.promo-general-table th{
	background:#f1ecdd;
}

.target-image figure{
	position: relative;
	width:100%;
	max-width:800px;
	margin:0 auto;
}

.target-image figure img{
	width:100%;
}

.product-title{
	color:#1eb9ef
}

@media screen and (max-width: 1080px){
/* ------------------------------------------------------*/
.promo-general-table th,
.promo-general-table td{
	padding:15px;
}



}