div.dxlp div.main-visual {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

div.dxlp .tabs {
	display: flex;
	cursor: pointer;
}

div.dxlp .tab {
	padding: 10px 15px;
	border: 1px solid #ccc;
	margin-right: -1px;
	background-color: #f1f1f1;
}

div.dxlp .tab-content {
	display: none;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
}

div.dxlp .tab-content.active {
	display: block;
}

div.tab-area, div.plan-area {
	margin-bottom: 40px;
}

div.plan-area ul, div.button-area ul {
	display: flex;
}

div.plan-area ul li, div.button-area ul li {
	width: 200px;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 0px 10px;
}

div.plan-area ul li.selected {
    background: #EEF8F5;
}

div.plan-area h2 {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
}
div.plan-area h2::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #4CAE8D;
    border-left: 4px solid #4CAE8D;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}


div.StyleB_Cart_ {
	display: none;
}

.pricing-table {
	display: table;
	width: 50%;
	border-collapse: collapse;
	margin: 50px 0 0 0;
}

.pricing-row {
	display: table-row;
}

.pricing-cell {
	display: table-cell;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
}

.pricing-cell.header {
	font-weight: bold;
	background-color: #f9f9f9;
}
div.button-area {
    margin-top: 40px;
    text-align: center;
    display: grid;
    justify-content: center;
}