/* Price */

._system_pricing_pane {
    float: left;
    margin-bottom: 1.5em;
    padding: 2em;
    width: 49%;
    background: #f1f1f1;
    border-radius: 10px;
}
._system_pricing_pane:nth-of-type(even) {
    float: right;
}
._system_pricing_pane:nth-of-type(2n + 1) {
    clear: both;
}
#_system_pricing_buying,
#_system_pricing_total {
    float: none;
    width: 100%;
}

#system_pricing_content {
    margin-top: 5em;
}
#system_pricing h4.desc {
    margin-bottom: 1.5em;
}
#system_pricing h4.desc + p.note {
    margin-top: 0 !important;
    font-size: 0.9em !important;
}
#system_pricing_formula {
    float: right;
    position: sticky;
    top: 150px;
}
#system_pricing_formula li {
    position: relative;
    padding: 1.5em;
    margin-bottom: 2em;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    background: #f1f1f1;
    border-radius: 5px;
}
#system_pricing_formula li.system_pricing_add {
    background: none;
    outline: dashed 2px #e4e4e4;
    outline-offset: -2px;
}
#system_pricing_formula li::after {
    position: absolute;
    bottom: -0.75em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2em;
}
.formula_plus::after {
    content: '+';
}
.formula_minus::after {
    content: '-';
}
.formula_total {
    margin-bottom: 0;
}
.formula_total::before {
    position: absolute;
    top: -1em;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
}
.formula_total::after {
    display: none;
}
#system_pricing_panes {
    float: left;
}
.system_pricing_pane {
    margin-bottom: 4.5em;
    margin-bottom: 6em;
}
#system_pricing_total {
    margin-bottom: 0;
}
.system_pricing_pane .heading {
    margin-bottom: 2em;
}
.system_pricing_pane h4 {
    float: left;
    margin-top: 2px;
    color: #009ea1;
    font-size: 1.2em;
    font-weight: 500;
}
.system_pricing_pane h5 {
    padding: 1em;
    margin-bottom: 1.5em;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    background: #f0f0f0;
    border-radius: 5px;
}
.system_pricing_pane .price {
    font-weight: 500;
}
.system_pricing_pane .price .label {
    font-size: 0.8em;
    font-weight: 400;
    margin-left: 0.3em;
}
.system_pricing_pane .price .label.before {
    margin-left: 0;
    margin-right: 0.3em;
}
.system_pricing_ac th {
    width: 35%;
    vertical-align: middle;
}

.system_example_customer {
    margin-bottom: 4em;
}
.system_example_customer_content {
    float: left;
    width: 40%;
}
.system_example_customer_image {
    margin-bottom: 2em;
    /* border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden; */
}
.system_example_customer_text p {
    font-size: 1.05em;
    line-height: 2em;
}
.system_example_customer table {
    float: right;
    width: 55%;
    background: #fff;
}
.system_example_customer thead th {
    background: #e1eae7;
}
.price_buy {
    color: #3589dc;
}
.system_example_content {
    font-weight: 500;
    text-align: left !important;
}
.system_example_count {
    text-align: center;
}
.system_example_price {
    text-align: right !important;
}
._price_buy .system_example_price {
    color: #3589dc;
}
.system_example_customer td,
.system_example_customer th {
	padding: 0.5rem 1rem;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-collapse: collapse;
}
.system_example_title {
    font-weight: 500;
    text-align: left !important;
    background: #f0f0f0;
}
.system_example_sum .system_example_price {
    font-size: 1.4em;
    font-weight: 500;
}
.system_example_sum td {
    padding-top: 1em;
    vertical-align: middle;
    border-bottom: none !important;
	text-align: right;
	font-weight: 500;
}
.system_example_ecokaishu {
	position: relative;
	margin-bottom: 2.5em;
	padding: 60px 2.8em 2em 2.5em;
	border: solid 1px #eee;
	border-radius: 6px;
	overflow: hidden;
}
.system_example_ecokaishu h5 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.75em 1em 0.65em 1em;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    background: #009ea1;
    border-bottom-right-radius: 6px;
}
.system_example_ecokaishu p {
    font-size: 1.1em;
    line-height: 2em;
}
#system_example .tabs li span {
    display: inline;
    font-size: 1em;
}


/* Option */

.option_price {
    padding: 1em;
    margin-bottom: 1.5em;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    background: #f0f0f0;
    border-radius: 5px;
}
.option_price span {
    display: inline-block;
    vertical-align: text-bottom;
    transform: translateY(-2px);
    margin-left: 0.5em;
    font-size: 0.6em;
}
.option_text {
    margin-bottom: 2em;
}
.option_text p {
    font-size: 1.08em;
}
.option_text p:not(:last-of-type) {
    margin-bottom: 1em;
}


/* Items */

.items_example_pane {
    float: left;
    width: 48%;
}
.items_example_pane:nth-of-type(even) {
    float: right;
}
.items_example_pane:nth-of-type(2n + 1) {
    clear: both;
}
.items_example_pane:nth-last-of-type(n + 3) {
    margin-bottom: 3em;
}
.items_example_pane h4 {
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 500;
}
.items_example_image {
    margin-bottom: 1.5em;
    aspect-ratio: 3 / 2;
    aspect-ratio: 2 / 1;
    background: #ccc;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.items_example_pane .price_table {
    font-size: 0.9em;
}