@charset "Shift_JIS";
/* CSS Document */

		.lp-sale-sp .btn-primary {
			background-color: #00c4e5;
			border-color: #127080;
			border-bottom: 4px solid #127080;
		}
		.lp-sale-pc .btn-primary {
			background-color: #00c4e5;
			border-color: #127080;
			border-bottom: 3px solid #127080;
			padding: 15px 0;
    		font-weight: bold;
		}

		.sale_category{
		    border-bottom: 5px solid #0d61d7;
		}
		div.table {
			background: #d9e9ff;
		}

		.arrow{
			position: relative;
			display: inline-block;
			padding: 3px 0 0 20px;
			vertical-align: middle;
			text-decoration: none;
		}
		.arrow::before,
		.arrow::after{
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			content: "";
			vertical-align: middle;
		}
		.sample4-2::before{
			width: 12px;
			height: 12px;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			background: #ffde00;
		}
		.sample4-2::after{
			left: 4px;
			box-sizing: border-box;
			width: 5px;
			height: 3px;
			border: 4px solid transparent;
			border-left: 5px solid #127080;
		}
