@charset "shift_jis";

/* measures—pCSS
----------------------------------------------------------------------- */

.measureTtl{
	margin-top: 12% !important;
	line-height: 1 !important;
	margin-bottom: 0 !important;
}
.measureTtl:first-child{
	margin-top: 0 !important;
}
.measureBox{
	background: #fff;
	padding: 5% 3%;
}
.measureBox dt{
	display: flex;
	align-items: center;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	font-size: 18px !important;
	font-weight: bold;
	border-left: 4px solid #fff;
	padding-left: 3%;
}
.measureBox dd{
	font-size: 14px !important;
	line-height: 1.5;
	margin-top: 3%;
	margin-bottom: 7%;
}
.measureBox dd span{
	display: block;
	font-size: 12px !important;
	margin-top: 1%;
}
.measureBox .measureImg{
	margin-top: 7%;
}

.measureBox--eat dt{
	color: #d15d5d;
	border-color: #d15d5d;
}
.measureBox--life dt{
	color: #6967a2;
	border-color: #6967a2;
}
.measureBox--life dd:last-child{
	margin-bottom: 0;
}
.measureBox--sports dt{
	color: #67983a;
	border-color: #67983a;
}
.measureBox--sports dd:last-child{
	margin-bottom: 0;
}


.measureTable{
	width: 100%;
	background: url(/brand/hichifuku/img/line_measures_eat_length.png) left top /100% auto no-repeat;
}
.measureTable th,
.measureTable td{
	font-size: 13px;
	line-height: 21px;
	padding: 10px;
	box-sizing: border-box;
}
.measureTable th{
	text-align: left;
	vertical-align: top;
	background: url(/brand/hichifuku/img/line_measures_eat_side.png) right top /1px auto no-repeat;
}
.measureTable thead{
	background: url(/brand/hichifuku/img/line_measures_eat_length.png) left bottom /100% auto no-repeat,url(/brand/hichifuku/img/bg_measures_eat.png) left top /100% 100% no-repeat;
}
.measureTable thead th:last-child{
	background: none;
}
.measureTable tbody th{
	width: 47%;
}
.measureTable tbody tr{
	background: url(/brand/hichifuku/img/line_measures_eat_length.png) left bottom /100% auto no-repeat;
}
/* .measureTable tbody tr:first-child th,
.measureTable tbody tr:first-child td{
	padding-top: 20px;
    padding-bottom: 12px;
} */