.contents {
	padding: 0;
	background: #fff;
}
.contents p {
	font-family: "M PLUS Rounded 1c";
	line-height: 1.8em;
	font-size: 18px;
}
.contents h3 {
	-webkit-font-smoothing:antialiased;
	font-size:34px;
	color: #90c31f;
	font-family: "M PLUS Rounded 1c";
	position: relative;
}
.contents h3.bd span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.contents h3.bd::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #90c31f;
}
.anime-2s{animation-delay:0.2s;}
.anime-3s{animation-delay:0.3s;}
.anime-4s{animation-delay:0.4s;}
.anime-5s{animation-delay:0.5s;}
.anime-6s{animation-delay:0.6s;}
.anime-7s{animation-delay:0.7s;}
.anime-10s{animation-delay:1s;}
.anime-15s{animation-delay:1.5s;}
.anime-20s{animation-delay:2s;}
.anime-25s{animation-delay:2.5s;}
.anime-30s{animation-delay:3s;}
.fc-white {
	color: #fff;
}
.rdr_key {
	overflow: hidden;
	position: relative;
	height: 600px;
}
.rdr_key img {
	object-fit: cover;
}
.rdr_key_back {
	position: absolute;
	z-index: 0;
}
.rdr_key_title,
.rdr_key_car,
.rdr_key_bul,
.rdr_key_bul_2 {
	position: absolute;
	z-index: 1;
}
.rdr_key_title {
	left: 50px;
	top: 50px;
}
.rdr_key_car {
	right: 0;
	bottom: 0;
}
.rdr_key_bul {
	top: 80px;
	right: 300px;
	z-index: 2;
}
.rdr_key_bul_2 {
	top: 200px;
	right: 176px;
}
.section {
	overflow: hidden;
	width: 80%;
	margin: 30px auto;
}
.rdr-box {
	background: #8fc31f;
	padding: 15px 0;
}
.rdr-box-title {
	position: relative;
	text-align: center;
}
.rdr-box-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: left;
}
.rdr-box-title::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
.rdr-box-list {
	padding: 0 25px;
}
.rdr-list-img {
	border: 3px solid #fff;
}
.rdr-box-list p {
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
}
table.rdr-spec {
	margin: 0 auto;
}
table.rdr-spec th, table.rdr-spec td {
	border-bottom: 1px solid #ddd;
	border-right: 1px dashed #ddd;
}
table.rdr-spec th {
	width: 10%;
	text-align: right;
}
table.rdr-spec td {
	width: 15%;
	text-align: center;
	word-break : break-all;
}
table.rdr-spec td.new::after {
	content: "new";
	color: red;
	font-size: small;
	margin: 0 5px;
}
table.rdr-spec td:last-child {
	border-right: none;
}
.rdr-faq-list {
}
.rdr-faq-list dt, .rdr-faq-list dd {
	padding: 10px;
}
.rdr-faq-list dt {
	color: #90c31f;
	font-size: 20px;
}
.rdr-faq-list dt:before {
	content: "？";
	background: #90c31f;
	border-radius: 50%;
	padding: 3px 5px;
	color: #fff;
	font-size: 15px;
	margin-right: 5px;
}
.rdr-faq-list dd {
	margin-bottom: 20px;
	padding-left: 40px;
}
table.rdr-cart {
	width: 90%;
	margin: auto;
}
table.rdr-cart td {
	float: left;
	padding: 10px;
	text-align: center;
}
table.rdr-spec td img {
	width: 100%;
}
table.rdr-cart span.r-price {
	display: block;
}

@media screen and (max-width:768px){
	.section {
		width: 100%;
	}
	.contents p {
		font-size: 100%;
	}
	.rdr_key {
		height: auto;
		width: 110%;
		margin: -10px;
	}
	.rdr-box-title img {
		width: 60%;
		margin-top: 2px;
	}
	.rdr-box-title span {
		text-align: center;
	}
	.rdr-box-title::before {
		height: 2px;
	}
	.rdr-box-list p {
		margin-bottom: 20px;
	}
	.contents h3 {
		font-size: 24px;
	}
	.rdr-faq-list dt {
		font-size: 16px;
	}
	.rdr-cart {
		width: 100%;
	}
	.rdr-cart div {
		overflow: hidden;
	}
	.rdr-cart .rdr-cart-img {
		margin-bottom: 0 !important;
	}
	.rdr-cart .rdr-cart-name {
	}
	.rdr-cart .box {
	}
	table.rdr-spec {
		width: 100%;
	}
	table.rdr-spec td {
	}
	table.rdr-spec td img {
		width: 80%;
	}
	.table-scroll {
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

