@charset "utf-8";

/* 共通
---------------------------------------- */
.price .colorcaution {
	color: #DD2900;
}
.price table {
	width: 100%;
	border-collapse: collapse;
}
.price table * {
	line-height: 1.5!important;
	box-sizing: border-box;
}
.price li {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.04em;
}
.price .note {
	letter-spacing: 0.02em;
}
.price a {
	font-weight: normal!important;
}

/* 見出し
-------------------------------------- */
.price .caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	margin-top: 0;
}
.price .caption h3 {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
	text-align: left;
}
.price .caption p {
	font-size: 12px;
	font-weight: bold;
}

/* 料金表
-------------------------------------- */
.priceTable {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #707070;
}

/* 料金表のヘッダー
-------------------------------------- */
.priceTable thead th,
.priceTable thead td {
	padding: 6px 0;
}
.priceTable thead th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-color: #F6F6F6;
	width: 14%;
}
.priceTable thead .printPlace {
	text-align: left;
	padding-left: 4px;
}
.priceTable .printTitle {
	width: 16%;
}
.priceTable .printFaceTitle {
	width: 12%;
}

/* 枠線のカスタム */
.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: 44px;
	vertical-align: bottom;
	padding-bottom: 4px;
}
.priceTable thead .printFace th:not(.printPlace):before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 8px;
	left: calc(50% - 6px);
}
.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: 6px 0;
}
.priceTable tbody th {
	text-align: left;
	padding-left: 3px;
	font-size: 11px;
	width: 26%;
}
.priceTable tbody th .colorcaution {
	font-size: 10px;
	font-weight: normal;
	vertical-align: 0;
}
.priceTable tbody td {
	text-align: center;
	font-size: 12px;
	width: 14%;
}
.priceTable tbody td span {
	font-size: 10px;
}
.priceTable tbody td .taxinc {
	display: block;
	margin-top: 0.5em;
	line-height: 1!important;
}
.priceTable tbody td .taxinc span {
	display: inline-block;
}
/* 枠線のカスタム */
.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: 8px;
}
.price .optionTable th,
.price .optionTable td:nth-child(2) {
	font-size: 12px;
}

.price .optionTable th {
	width: 25%;
}
.price .optionTable th span {
	font-size: 10px;
}
.price .optionTable td:nth-child(2) {
	width: 27%;
}
.price .optionTable td:nth-child(3) {
	font-size: 11px;
	width: 48%;
}

.price .optionTable .taxinc {
	display: inline-block;
}

/* 送料の表
-------------------------------------- */
.price .deliveryCostTable th,
.price .deliveryCostTable td {
	font-size: 12px;
}

.price .deliveryCostTable th {
	padding: 8px 0 8px 6px;
	width: 16%;
}

.price .deliveryCostTable td {
	padding: 8px 2px 8px 6px;
}

.price .deliveryCostTable td:nth-of-type(1) {
	width: 18%;
	vertical-align: top;
}

.price .deliveryCostTable td:nth-of-type(2) {
	width: 20%;
	vertical-align: top;
}

.price .deliveryCostTable td:nth-of-type(3) {
	width: 23%;
}

.price .deliveryCostTable td:nth-of-type(3),
.price .deliveryCostTable td:nth-of-type(4) {
	vertical-align: top;
}

.price .deliveryCostTable td:nth-of-type(3) ul li::before,
.price .deliveryCostTable td:nth-of-type(4) ul li::before {
	content: "・";
	font-size: 12px;
}

.price .deliveryCostTable .taxinc {
	display: block;
}