/* TICKET */
.ICBSbox{
  width: 1010px;
}
.block-coupon-link{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 84px;
  height: 78px;
  font-size: 12px;
  font-weight: bold;
  background: url(../img/usr/coupon/icon_ticket.png) no-repeat center 0;
  background-size: 50px;
  margin-left: 15px;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.block-coupon-link:hover{
  opacity: 0.9;
}
/* モーダルウィンドウ */
.win_fixed_{
  left: 0;
  width: 100%;
  //height: 100%;
  position: fixed;
}
.block-coupon-modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.block-coupon-modal-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(136, 136, 136,0.92);
}
.block-coupon-modal-wrap-inner{
  position: relative;
  width: 1070px;
  height: 75%;
  padding: 30px 40px;
  background-color: #fff;
}

.block-coupon-modal-list{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.block-coupon-modal-close{
  position: absolute;
  top: -52px;
  right: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/usr/coupon/bt_modal_close.png) no-repeat;
  background-size: 32px;
  cursor: pointer;
}
.block-coupon-modal-list-item dt{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.block-coupon-modal-list-item dt span{
  margin-right: 14px;
}
.block-coupon-modal-list-item dd{
  margin-bottom: 60px;
}
.block-coupon-modal-table{
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
}

.block-coupon-modal-blank-table::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  padding: 2px;
}
.order-active-table{
  border: 3px solid #FEAC00;
  box-sizing: border-box;
}
.block-coupon-modal-table th,
.block-coupon-modal-table td{
  height: 50px;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #dadada;
}
.block-coupon-modal-table th{
  min-width: 180px;
  background-color: #08A4B2;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.block-coupon-modal-table td{
  min-width: 180px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 120%;
  font-weight: bold;
  background-color: #f8f8f8;
}
.block-coupon-modal-table .block-coupon-modal-table-memo{
  background-color: #fff;
}
.block-coupon-modal-table-memo p{
  padding: 30px 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}
.block-coupon-modal-table-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.block-coupon-modal-table td:first-of-type .block-coupon-modal-table-inner{
  flex-direction: row;
}
.block-coupon-modal-check-button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  background-color: #FEAC00;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.block-coupon-modal-check-button span{
  display: flex;
  align-items: center;
  height: 22px;
  padding-left: 46px;
  font-size: 12px;
  font-weight: bold;
  background: url(../img/usr/coupon/icon_ticket_btn.png) no-repeat 0 center;
  background-size: auto 22px;
}
.block-coupon-modal-check-button.active-button{
  background-color: #cfcfcf;
  cursor: default;
}
.block-coupon-modal-check-button.order-active-button{
  background-color: #fff;
  border: 2px solid #cfcfcf;
  box-sizing: border-box;
  cursor: default;
}
.block-coupon-modal-check-button.order-active-button span{
  color: #cfcfcf;
  background-image: url(../img/usr/coupon/sb/icon_ticket_active.png);
}

/* 購入フロー */
.block-coupon-modal-setting-wrap{
  display: flex;
  align-items: center;
}
.block-coupon-modal-setting p{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 32px;
}
div.block-coupon-modal-setting-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background-color: #189756;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.block-coupon-modal-setting .set_button_wrap_{
  text-align: left;
}
.setting-coupon-button--clear{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 315px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.block-coupon-modal-setting-wrap input[name="coupon"]{
  width: 315px;
  height: 40px;
  border: 1px solid #000;
  box-sizing: border-box;
  margin-right: 9px;
  cursor: pointer;
}
.block-coupon-modal-setting-wrap input[name="coupon"]::placeholder{
  color: rgb(0, 0, 0,0.2);
}