@charset "utf-8";

.l-content .mainVisual img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.l-content .img_reponsive {
 width: 100%;
 height: auto;
}

/*==================
New
------------------*/
.l-content {
 overflow: hidden;
}

.l-content .content {
	background-color: #e6e6e6;
}

.l-content .block_yellow {
	background-color: #ffcb00;
}

.l-content .gift .block_product {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 0 10px 10px 10px;
	box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.25);
	-moz-box-shadow: 8px 8px 5px -4px rgba(0,0,0,0.25);
}

.l-content .block_step {
	background-color: #002bcd;
	padding: 20px;
	margin: 60px 0;
	border-radius: 10px;
	color: #FFFFFF;
	position: relative;
}

.l-content .block_step .detail {
	font-size: 15px;
	font-weight: bold;
}

.l-content .text_yellow {
	color: #ffdf06;
}

.l-content .contact {
	background-color: #ffcb00;
	padding: 25px;
}

@media only screen and (max-width: 480px) {
  .l-content .item {
    width: 100%;
  }
}