#tieup_contents  {

}
#tieup_contents img.flex {
  width: 100%;
  display: block;
}

@media (min-width: 360px) {
#tieup {
	background: url(bg_01.gif) no-repeat center top;
	background-size:100% auto;
	-ms-background-size:100% auto;
	-webkit-background-size:100% auto;
}
}

@media (max-width: 359px) {
#tieup {
	background: url(bg_01_b.gif) no-repeat center top;
	background-size:100% auto;
	-ms-background-size:100% auto;
	-webkit-background-size:100% auto;
}
}

#tieup img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#prSet {
	text-align: right;
	padding:7px 5px;
	background: #fff;
	border-bottom:solid 5px #009944;
}
#prSet img {
	width: 60px;
}


/*----------------------------------------------------------------------------
#mainttl
-----------------------------------------------------------------------------*/
#mainttl {
}
#mainttl .ttl {
	text-align: center;
	margin: 0 0 -20px 0;
	position: relative;
	z-index: 10;
}


/*----------------------------------------------------------------------------
#lead
-----------------------------------------------------------------------------*/
#lead {
	text-align: center;
	margin:0 0 14px 0;
}

/*----------------------------------------------------------------------------
#products
-----------------------------------------------------------------------------*/
#products {
	text-align: center;
}
#products .ttl {
	margin: 0 0 -11px 0;
	position: relative;
	z-index: 10;
}
#products .txt1 {
	position:relative;
	z-index: 1;
}
#products .btn {
	width: 59.68%;
	margin: 0;
	padding:0;
	position: absolute;
	bottom: -11px;
	left: 15px;
	z-index: 10;
}
#products .count {
	width: 25.31%;
	position: absolute;
	bottom: -26px;
	right: 16px;
	z-index: 8;
}
#products .count dd {
	width: 100%;
//	font-size: 9px;
	font-size: calc(3vw);
	line-height: 1;
	text-align: center;
	vertical-align: baseline;
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 46.66%;
	left: 0;
}
#products .count dd span.num {
//	font-size: 24px;
	font-size: calc(8vw);
	font-weight: bold;
	line-height: 1;
	vertical-align: baseline;
}
#products .img {
	position:relative;
	z-index: 5;
}

#products #sec1,
#products #sec2,
#products #sec3,
#products #sec4 {
	position: relative;
}
#products #sec1 {
	margin: 0 0 34px 0;
}
#products #sec1 .img {
	margin: 0 0 -26% 0;
}
#products #sec2 {
	margin: 0 0 34px 0;
}
#products #sec2 .img {
	margin: 0 0 -21% 0;
}
#products #sec3 {
	margin: 0 0 50px 0;
}
#products #sec3 .img {
	margin: 0 0 -26% 0;
}
#products #sec4 {
	margin: 0 0 110px 0;
}
#products #sec4 .img {
	margin: 0 0 -22% 0;
}

/*----------------------------------------------------------------------------
#bnr_area
-----------------------------------------------------------------------------*/
#bnr_area .bnr1 {
	text-align: center;
	padding: 16px 0;
	background: rgba(252,154,0,0.6);
}
#bnr_area .bnr2 {
	text-align: center;
	padding: 16px 0;
	background: url(bg_02.png);
	background-size:10px auto;
	-ms-background-size:10px auto;
	-webkit-background-size:10px auto;
}

/*----------------------------------------------------------------------------
#form_area
-----------------------------------------------------------------------------*/
#form_area {
	text-align: center;
	padding: 0 0 10px 0;
	background: #fff;
}