@charset "UTF-8";

/*キャンペーン用2207追加*/
/*------------------------------------------------------------------------------
cp
------------------------------------------------------------------------------*/
.cp_block{
	margin : 20px auto 40px;
	max-width:768px;
}

.cp-table {
	margin-top: 20px;
	width: 100%;
}

.cp-table th,
.cp-table td {
	border: solid #d3cfc2;
	border-width: 1px 0 0 1px;
}

.cp-table th:last-child,
.cp-table td:last-child {
	border-right-width: 1px;
}

.cp-table tr:last-child th,
.cp-table tr:last-child td {
	border-bottom-width: 1px;
}

.cp-table th {
	background: #efebdd;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	padding: 6px 10px;
	text-align: left;
	white-space: nowrap;
}

.cp-table td {
	font-size: 16px;
	padding: 10px 16px;
	text-align: left;
}

.cp-table th .small {
	font-size: 10px;
	display: block;
}

.cp-table td .small {
	font-size: 12px;
}

.cp-table thead th {
	padding: 10px;
}

.cp-table thead th .large {
	font-size: 16px;
}


.close_btn{
	border:2px solid #6ca400;
	background: #6ca400;
	color: #fff !important;
	border-radius: 100vh;
	padding:20px;
	width: 300px;
	font-size: 24px;
	font-weight: bold;
}
.primary_btn:hover{
	background: #fff;
	color: #6ca400 !important;
}

@media print, screen and (max-width: 767px) {

	.close_btn{
		width: 100%;
		font-size: 18px;
	}
	.close_btn:hover{
		background: #6ca400;
		color: #fff !important;
	}
}

.cp_list li{
	margin-left: 1em;
	list-style:disc;
