@charset "utf-8";

/* 共通
-------------------------------------- */
.price table {
	width: 100%;
	border-collapse: collapse;
}
.price table * {
	line-height: 1.5!important;
	box-sizing: border-box;
}
.price li {
	line-height: 1.5em;
	letter-spacing: 0.04em;
}
.price .note {
	letter-spacing: 0.02em;
}

/* 見出し */
.price .caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 10px 1px;
	margin-bottom: 10px;
}
.price .colorcaution {
	color: #DD2900;
}

/* lead
-------------------------------------- */
.lead p {
	line-height: 1.5;
}
.lead strong.colorcaution {
	font-size: 20px;
	vertical-align: 0;
}

.lead .paymentMethod {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.026em;
}

/* 料金表
-------------------------------------- */
.priceTable * {
	font-size: 14px;
}
.price .priceTable {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #707070;
}

/* 料金表のヘッダー
-------------------------------------- */
.priceTable thead {
	border: 1px solid #707070;
}
.priceTable thead th,
.priceTable thead td {
	padding: 8px 0 4px;
}
.priceTable thead th {
	text-align: center;
	background-color: #F6F6F6;
	width: 14%;
}

.priceTable thead .printPlace {
	text-align: left;
	padding-left: 10px;
}
.priceTable .printFaceTitle {
	width: 10%;
}

/* 枠線のカスタム */
.priceTable thead tr th:not(:first-child) {
	border-left: 1px solid #707070;
}
.priceTable thead .printMethod th,
.priceTable thead .printFront th:first-child {
	border-bottom: 1px solid #707070;
}
.priceTable thead .printBack th {
	border-top: 1px dashed #707070;;
	border-bottom: 1px solid #707070;
}
.priceTable thead .printBack th:first-child {
	border-left: 1px solid #707070;
}

/* カラー画像 */
.priceTable thead .printFace th:not(.printPlace) {
	position: relative;
	height: 60px;
	vertical-align: bottom;
	padding-bottom: 6px;
}
.priceTable thead .printFace th:not(.printPlace):before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	top: 12px;
	left: calc(50% - 7px);
}
.priceTable thead .printColor:before {
	background: url(../../images/price/color.jpg) no-repeat center center / contain;
}
.priceTable thead .printColorNone:before {
	background: url(../../images/price/colorNone.jpg) no-repeat center center / contain;
}
.priceTable thead .printMonochro:before {
	background: url(../../images/price/monochro.jpg) no-repeat center center / contain;
}

/* 料金表の内容
-------------------------------------- */
.priceTable tbody {
	border: 1px solid #707070;
	border-top: none;
}
.priceTable .yellowArea {
	background-color: #FFF8E3;
}
.priceTable tbody th,
.priceTable tbody td {
	padding: 10px 6px 6px;
}
.priceTable tbody th {
	padding-left: 10px;
	width: 26%;
	min-width: 175px;
}
.priceTable tbody td {
	text-align: right;
	width: 14%;
}

.priceTable tbody .colorcaution {
	vertical-align: 1px;
}

/* 枠線のカスタム */
.priceTable tbody tr:not(:last-child) th {
	border-bottom: 1px dashed #707070;
}
.priceTable tbody tr:not(:last-child) td {
	border-bottom: 1px dashed #707070;
}
.priceTable tbody tr td {
	border-left: 1px solid #707070;
}

/* オプション加工の表
-------------------------------------- */
.price .optionTable th,
.price .optionTable td {
	padding: 10px 0 6px 10px;
}
.price .optionTable th,
.price .optionTable td:nth-of-type(1) {
	font-size: 14px;
}
.price .optionTable th {
	width: 27%;
}
.price .optionTable td:nth-of-type(1) {
	width: 25%;
}
.price .optionTable td:nth-of-type(2) {
	width: 48%;
}
.price .optionTable .taxinc {
	padding-left: 5rem;
}

/* 送料の表
-------------------------------------- */
.price .deliveryCostTable th,
.price .deliveryCostTable td {
	padding: 10px 0 6px 10px;
	font-size: 14px;
}

.price .deliveryCostTable th {
	width: 14%;
}

.price .deliveryCostTable td:nth-of-type(1) {
	width: 22%;
	vertical-align: top;
}

.price .deliveryCostTable td:nth-of-type(2) {
	width: 22%;
	vertical-align: top;
}

.price .deliveryCostTable td:nth-of-type(3) {
	width: 21%;
}

.price .deliveryCostTable td:nth-of-type(3) ul li::before,
.price .deliveryCostTable td:nth-of-type(4) ul li::before {
	content: "・";
	font-size: 14px;
}
