.medama {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 242, 245, 1) 5px, rgba(255, 242, 245, 1) 10px );
	margin-bottom: 60px;
	padding: 50px 0;
}

.medamaInner {
	width: 90%;
	margin: 0 auto;
}

.carList ul {
	display: flex;
	flex-wrap: wrap;
}

.carList li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e72f8b;
	background: #fff;
}

.carList li:nth-of-type(4n) {
	margin-right: 0;
}

.carList li h3 {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	margin: 10px 0;
}

.carList li dl {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 15px;
}

.carList li dt {
	font-size: 14px;
}

.carList li dd {
	color: #ff0000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

.carList li dd span {
	font-size: 38px;
}

.carList li table {
	width: 100%;
	margin-bottom: 15px;
}

.carList li th {
	background: #ffedf0;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	border-bottom: 2px solid #fff;
}

.carList li td {
	text-align: left;
	font-size: 14px;
	border-bottom: 2px solid #fff;
	padding: 5px 0 5px 10px;
}

.carList li .bt {
	width: 100%;
	padding: 10px;
	background: #e72f8b;
	color: #fff;
	text-align: center;
	border-radius: 6px;
}

.pc_only{display:block;}
.sp_only{display:none;}
	


@media screen and (max-width:599px) {
	.wrapper {
		display:block;
	}
	
	.wrapper .sidebar {
		width: 100%;
		border-right: none;
		position:relative;
	}

	.wrapper .content {
		width: 100%;
	}
	
	.medama {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	
	.carList li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
		padding: 10px;
		border: 1px solid #e72f8b;
		background: #fff;
	}

	.sp_only{display:block;}
	.pc_only{display:none;}
	
}
.kikan {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
  font-weight: 900;
  position: absolute;
  bottom: 8px;
  line-height: 1;
  text-align: center;
  padding: 2px 0;
  margin: 0;
  width: 100%;
  z-index: 2;
  color: #d81c1c;
  font-size: 13px;
  letter-spacing: 0px;
  text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
}