@charset "UTF-8";
.fl {
	float:left;
	width:40%;
	height:auto;
}
.fr {
	float:right;
	width:55%;
}
.mt0 {
	margin-top:0!important;
}
.ml5 {
	margin-left:5px;
}
.mt10 {
	margin-top:10px;
}
.tar {
	text-align:right;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	min-height:1px;
}
a img {
	border-style:none;
}
img {
	vertical-align:bottom;
}


/*アイコンクーポンエリア*/
.regulation_item .notes_new_coupon_area {
	display:flex;
	background:#fff;
	border:solid 1px #ccc;
	border-radius:3px;
	padding:10px;
	align-items:center;
	justify-content: space-between;
}
.notes_new_coupon_area .coupon_icon {
	min-width:60px;
	width: 8%;
	margin: 0 auto;
}
.notes_new_coupon_area .coupon_text {
	width: 90%;
	margin-left:10px;
}
.regulation_item .couponPrice,
.regulation_item .couponNo {
	color:#c00;
	font-size:1.4rem;
	margin-right:15px;
}
.coupon_text_red {
	color:#c00;
}
.coupon_text_bold {
	font-weight:700;
}
.spArea_ttl{
	font-size: 1.4rem;
	font-weight: bold;
	color: #c00;
}
.spArea_item li {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 5px;
}
.spArea_item li + li{
	border-top: 1px solid #ccc;
	padding-top: 7px;
}
.spArea_item li .spArea_text01{
	width: 13%;
	text-align: center;
	background: #919191;
	padding: 4px 5px 2px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.spArea_item li .spArea_text02{
	width: 85%;
}
.spArea_item li .spArea_price{
	font-weight: bold;
	color: #c00;
	margin-left: 5px;
}


.regulation_item .notes_new_coupon_area02 {
  display:flex;
  background:url(ui073_otoku_bg.png) repeat #ffe19f;
  border:solid 2px #f4b52a;
  border-radius:3px;
  padding: 3px;
  align-items:center;
  align-content: space-between;
  -webkit-box-shadow: 5px 5px 0 #ccc;
  box-shadow: 5px 5px 0 #ccc;
  margin: 0 5px 5px 0;
}
.notes_new_coupon_area02 .coupon_icon {
	min-width:60px;
	width: 8%;
	margin: 0 auto;
}
.notes_new_coupon_area02 .coupon_text {
	width: 90%;
	background: #fff;
	position: relative;
	border:solid 1px #f4b52a;
}
.notes_new_coupon_area02 .coupon_text .coupon_tag{
	position: absolute;
	right: -12px;
	top: 5px;
	background: #c00;
	padding: 3px 10px;
	color: #fffea3;
	font-weight: bold;
}
.notes_new_coupon_area02 .coupon_text .coupon_tag p {
  position: relative;
  height: 20px;
}
.notes_new_coupon_area02 .coupon_text .coupon_tag p:before{
  position: absolute;
  top: -3px;
  display: block;
  height: 2px;
  content: '';
  border: 12px solid #c00;
  left: -22px;
  border-left-width: 10px;
  border-left-color: transparent;
}
.notes_new_coupon_area02 .coupon_text .coupon_tag p span {
  position: relative;
  display: block;
}
.notes_new_coupon_area02 .couponLead{
	padding: 8px 10px 3px;
}
.notes_new_coupon_area02 .couponDetails{
	padding: 3px 10px;
	background: #fff2d6;
}
.notes_new_coupon_area02 .couponDetails .regulation_text{
	font-size: 1.3rem;
	line-height: 1.2;
}
.notes_new_coupon_area02 .couponDetails span{
	display: inline-block;
}
.notes_new_coupon_area02 .couponPrice,
.notes_new_coupon_area02 .couponNo {
	color:#c00;
	font-size:1.7rem;
	margin-right:15px;
}
.notes_new_coupon_area02 .couponNo{
	background: #fff;
	padding: 4px 10px 2px;
	border: 2px solid #f4b52a;
}
.notes_new_coupon_area02 .couponPeriod{
	font-size: 1.2rem;
}


.productSpec_utility {
	position:relative;
}
.productSpec_utility #addCouponBnr {
	position:absolute;
	top:-24px;
	left:-70px;
}
.productSpec_utility #addCouponBnr #couponCloseBtn {
	cursor:pointer;
	position:relative;
	top:-60px;
	left:-10px;
}
.productSpec_utility #chatBnrArea {
	position:absolute;
	top:173px;
	left:-10px;
	width:300px;
}
.productSpec_utility #chatBnrArea a:hover {
	opacity:.7;
}



@media screen and (max-width:767px) {
	.regulation_item .notes_new_coupon_area {
		align-items:flex-start;
	}
	.notes_new_coupon_area .couponPrice {
		margin:0;
		display:block;
	}
    .spArea_item li {
      display: block;
    }
    .spArea_item li .spArea_text01,
    .spArea_item li .spArea_text02 {
      width: 100%;
    }
    .spArea_item li .spArea_text02 {
      margin-top: 5px;
    }
    .regulation_item .notes_new_coupon_area02 {
      align-items: flex-start;
      padding: 7px;
    }
    .notes_new_coupon_area02 .coupon_text {
      margin-left: 5px;
    }
    .notes_new_coupon_area02 .couponDetails {
      padding: 10px;
    }
    .notes_new_coupon_area02 .couponPrice,
    .notes_new_coupon_area02 .couponNo {
      font-size: 1.6rem;
      margin: 0;
    }
    .notes_new_coupon_area02 .couponPeriod {
      margin-top: 5px;
    }
}
