@charset "utf-8";
.taR {text-align: right;}
.ctm_pageTtl.hc01{background-color:#c3f8fe;color:#000000;}
#mapBox {height: 400px;}
#JS_dpOptLink {display: none;}
#JS_flightCondition {display: none;}
.AttnBox{ border: 2px solid; border-color: #CC0000; padding: 16px; color:#CC0000; text-align: center; font-weight: bold;}

.otoku {
    background-color: #fff5cc;
    padding: 20px;
    text-align: center;
    position: relative;
}
.otoku .otoku_tit {
    font-size: 28px;
    font-weight: bold;
}
.otoku .otoku_tit span {
    font-size: 18px;
    font-weight: normal;
}
.otoku .comment {
    font-size: 14px;
}
.otoku .l-fs {
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}

@media (max-width: 739px) {
    .otoku {
        padding: 15px 10px;
        text-align: left;
    }
    .otoku .otoku_tit {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.05em;
    }    
    .otoku .otoku_tit span {
        font-size: 12px;
        font-weight: normal;
    }    
    .otoku .comment {
        font-size: 12px;
        margin-top: 10px;
        text-indent: -1em;
        padding-left: 1em;
    }
    .otoku .comment.sp_left-aligned {
        width: 62%;
    	font-size: 14px;
    }
    .otoku .l-fs {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0;
     }
}
.colBox_BK {border: 2px solid #cccccc; padding: 20px;}
.couponTypeDPBox{font-size: 2rem; font-weight: bold;}
.couponTypeDPBox span.sizeXS {font-size: 1.5rem;}
.couponTypeDPBox span.sizeS {font-size: 2.6rem; color: #cc0000;}
.couponTypeDPBox span.sizeM {font-size: 3rem; color: #cc0000;}
.couponTypeDPBox span.sizeL {font-size: 3.6rem; color: #cc0000;}
.couponTypeDPdata {background-color: #ff9000; color: #ffffff; padding: 15px 5px;}
.couponTypeDPTTL {background-color: #ff9000; color: #ffffff; padding: 10px;}
.couponBox{display: flex;justify-content: space-around;align-items: center;margin-top: 30px;padding: 0 80px 0 20px;position: relative;}
.couponBox::before{content: '+';display: block;position: absolute;font-size: 2.4rem;top: 50%;left: calc(50% + 10px);-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
@media (max-width: 739px) {
  .couponTypeDPBox span.sizeL {font-size: 3.2rem;}
  .couponBox{flex-direction: column;margin-top: 0;padding: 0;position: relative;}
  .couponBox::before{top: calc(50% - 10px);left: 50%;}
  .couponBox .boxRight{margin-top: 30px;}
}
.box_attention {
  border: 2px solid #cc0000;
  padding: 18px;
}
.bg_certificate {
	background-color: #ffe4e1;
	padding: 6px;
}

@media all and (min-width: 740px) {
  .box_attention {
    margin-top: 60px;
  }
}

@media all and (max-width: 739px) {
  .box_attention {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.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;
    margin-top: 3px;
  }
}

.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;
    display: flex;
  }
}

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: 1.8rem;
  font-weight: bold;
  vertical-align: -2px;
}
.application_lead {
  height: 50px;
  line-height: 50px !important;
  margin-bottom: 30px;
  font-size: 2.4rem;
  margin-top: 20px;
  background-color: #c00;
  position: relative;
  text-align: center;
  color: #fff;
}

@media all and (min-width: 740px) {
  .application_lead {
    width: 950px;
  }
}

@media all and (max-width: 739px) {
  .application_lead {
    width: 100%;
  }
}

.application_lead:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 32px 0 32px;
  border-color: #c00 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -32px;
}