@charset "utf-8";
.boxBorder {border: 1px solid #ccc; padding: 30px 10px; margin: 0 5px; background: #ffe5df;}
.txtCtm{text-align: center; font-size: 70px; color: #ccc; font-weight: bold;}
.box_attention { border: 2px solid #cc0000; padding: 18px;}

/* optinBox */
.optinBox span.optInCheck {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 740px) {
  .optinBox span.optInCheck {
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 739px) {
  .optinBox span.optInCheck {
    width: 18px;
    height: 18px;
  }
}

.optinBox span.optInCheck::before {
  background: #fff;
  border: 2px solid #cc0000;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.optinBox span.optInCheck::after {
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 740px) {
  .optinBox span.optInCheck::after {
    width: 8px;
    height: 12px;
    left: 6px;
    margin-top: -8px;
  }
}

@media all and (max-width: 739px) {
  .optinBox span.optInCheck::after {
    width: 8px;
    height: 13px;
    left: 5px;
    margin-top: -9px;
  }
}

.optinBox input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.optinBox label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: auto;
}

@media all and (min-width: 740px) {
  .optinBox label {
    padding: 5px 0;
  }
}

@media all and (max-width: 739px) {
  .optinBox label {
    padding: 5px 10px;
  }
}

input[type="checkbox"]:focus + span.optInCheck {
  box-shadow: 0 0 3px 3px #ccc;
}

input[type="checkbox"]:checked + span.optInCheck:after {
  opacity: 1;
}

.optinBox span.agreeTxt {
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: -2px;
}

/* クーポン表示 */
.couponBlock{background: #ffc8ce;display: -webkit-box;display: flex;}
.couponBox{width: 100%;padding: 30px 20px;order: 1;}
.couponBox .couponDetail{background: #fff;width: 100%;padding-top: 20px;padding-bottom: 20px;}
.couponBox .couponDetail .detailWrap .detailHead{font-size: 20px;text-align: center;}
.couponBox .couponDetail .price{font-size: 42px;color: #cc0000;text-align: center;}
.couponBox .couponDetail .price span.sizeM {font-size: 16px;white-space: nowrap;display:block;}
.couponBox .couponDetail .price span.sizeL {font-size: 30px;}
.couponBox .couponDetail .detailHead span.sizeL {font-size: 24px;white-space: nowrap;display:block;}
.bgPK{background-color:#fde8e8;}
.couponBox .couponBtm{margin-top: 20px;}
.couponBlock.landType{display: block;}
@media all and (max-width:736px){
.couponBlock{flex-direction: column;}
.couponBlock.landType{padding: 30px 20px;}
.couponBlock.landType .couponBox{padding:0;}
.couponBlock.landType .couponBox:not(:first-child){margin-top: 30px;}
.couponBlock.landType .landTypeWrap + .couponBtm{margin-top: 30px;}
}
@media all and (min-width:740px){
.couponBlock .bgimg{width: 50%;padding-top: 0;order: 1;}
.couponBox{width: 50%;padding: 33px 41px 30px 31px;order: 0;}
.couponBox .couponDetail{padding: 25px 10px; min-height: 182px;display: table;}
.couponBox .couponDetail .detailWrap {display: table-cell;vertical-align: middle;}
.couponBox .couponDetail .detailWrap .detailHead{display: table;width: 100%;}
.couponBox .couponDetail .price{font-size: 42px;}
.ctm_pageTtl.hc01{color:#333333;}
.couponBlock.landType{padding: 0 20px 20px;}
.couponBlock.landType .landTypeWrap{display: -webkit-box;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.couponBlock.landType .couponBox{padding: 33px 0 15px;width: 49%;width: -webkit-calc(50% - 10px);width: calc(50% - 10px);}
}
.attnBox_b {
    background-color: #f5fffa;
    padding: 20px;}
.ctm_tableColor_set.table_typeA tbody tr td:first-of-type{background: #FFFFFF;}
.ctm_tableColor_set.table_typeA tbody tr:nth-of-type(odd) td{background: #FFFFFF;}
.ctm_tableColor_set.table_typeA tbody > tr th:first-child{background: #e2efda; color:#333333;}
.ctm_tableColor_set.table_typeA tbody > tr th:not(:first-of-type){background: #e2efda;color: #333333;border-left-color: #D0D0D0;}
.ctm_tableColor_set02.table_typeA tbody tr td:first-of-type{background: #fff2cc;}
.ctm_tableColor_set02.table_typeA tbody tr:nth-of-type(odd) td{background: #FFFFFF;}
.ctm_tableColor_set02.table_typeA tbody > tr th:first-child{background: #e2efda;color: #333333;border-left-color: #D0D0D0;}
.ctm_tableColor_set02.table_typeA tbody > tr th:not(:first-of-type){background: #e2efda;color: #333333;border-left-color: #D0D0D0;}
@media all and (max-width: 321px){
.couponBlock.landType{padding: 25px 15px;}
.couponBox .couponDetail .detailWrap .detailHead{font-size: 18px;}
.couponBox .couponDetail .price{font-size: 37px;}
.couponBox .couponDetail .price span.sizeL{font-size: 25px;}
}

 .ctm_tableColor_set.table_typeA td{background: #FFFFFF;}
 
 .eh_discountLabel {display: inline-block; border-radius: 4px; border: 1px solid #ef6500; background-color: #fff; color: #ef6500; font-size: 1.2em; padding: 2px 6px;}