@charset "utf-8";
.txtBox_RD {border: 2px solid #cc0000; padding: 16px;}
.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: 16px;text-align: center;}
.couponBox .couponDetail .price{font-size: 38px;color: #cc0000;text-align: center; line-height: 1.3;}
.couponBox .couponDetail .price span.sizeM {font-size: 18px;white-space: nowrap;display:block;}
.couponBox .couponDetail .price span.sizeML {font-size: 26px;}
.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;}
@media all and (max-width:736px){
.couponBlock{flex-direction: column;}
}
@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;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; line-height: 1.3;}
.couponBox .couponDetail .price span.sizeL {font-size: 34px;}
.ctm_pageTtl.hc01{color:#333333;}
}
.attnBox_b {
    background-color: #f5fffa;
    padding: 20px;}
.ctm_tableColor_set.table_typeA tbody tr td:first-of-type{background: #fff2cc;}
.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: #FFFFFF;}
.ctm_tableColor_set.table_typeA tbody > tr th:not(:first-of-type){background: #e2efda;color: #333333;border-left-color: #D0D0D0;}.noticeBox {
	border:2px solid #CC0000;
	padding:15px;
	line-height:1.6em;}
	
.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;
  }
}

.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;
}

.application_lead {
  height: 50px;
  line-height: 50px !important;
  margin-bottom: 30px;
  font-size: 24px;
  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;
}

.areaLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 740px) {
  .areaLink {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
    padding-top: 15px;
  }
}

@media all and (max-width: 739px) {
  .areaLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.areaLink .areaItem {
  position: relative;
}

@media all and (min-width: 740px) {
  .areaLink .areaItem {
    width: 178px;
    margin: 15px 0 0 15px;
  }
}

@media all and (max-width: 739px) {
  .areaLink .areaItem {
    width: 100%;
    margin-top: 15px;
  }
}

.areaLink.inActive .areaItem:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hoverEff img {
  transition: all ease 0.2s;
}

.hoverEff:hover img {
  opacity: 0.7;
}

@media all and (min-width: 740px) {
  .mgl10-pc {
    margin: 10px !important;
  }
}

/*見出し*/
.ctm_pageTtl.hc01 {
    padding: 0 10px;
    background-color: #bc0000;color: #ffffff;}


/* コンテンツ幅 フル */
.contentsInr{width:auto;padding:0px;}

/* コンテンツ幅 950px */
.contentsInr .contentsUnit{padding:0 10px;}
@media all and (min-width:740px){
.contentsInr .contentsUnit{width:950px;padding:0px;margin:0 auto;}
}

/*MV下*/
.ctm_contentsFull{background-color:#dbf1ff;}
.fcBL{color:#0049a8;}

/*OnTrip JAL*/
#OnTrip_JAL .text .titleBlack p{
    font: 14px;
    font-weight: bold;
}
#OnTrip_JAL .recommendArea{
    background: #eaf7e7;
    font-family: Meiryo, sans-serif;
    padding: 25px 20px 20px 10px;
    width: 950px;
    margin: 20px auto 0;
}
/*#OnTrip_JAL .recommendArea .inner_ttl{}
#OnTrip_JAL .recommendArea .titleRed{
    color: #cc0000;
    font-size: 3.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
#OnTrip_JAL .recommendArea .ttlLv1{
    padding-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#OnTrip_JAL .recommendArea .ttlLv1::after{
    display: none;
}*/
#OnTrip_JAL .recommendArea .heading{}
#OnTrip_JAL .recommendArea .recommendBox{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 10px;
}
#OnTrip_JAL .recommendArea .recommendBox .textlink{
    width: auto;
}
#OnTrip_JAL .recommendArea .recommendBox .recommendItem{
    border: 1px solid #ab0000;
    border-radius: 50px;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 30px 5px 15px;
    position: relative;
    margin: 10px 0 10px 15px;
    transition: all ease 0.2s;
    display: inline-block;
}
#OnTrip_JAL .recommendArea .recommendBox .recommendItem a{
    font-size: 1.1rem;
    color: #000;
    margin-top: 0;
    padding: 5px;
}
#OnTrip_JAL .recommendArea .recommendBox .recommendItem a img{
    display: none;
}
#OnTrip_JAL .recommendArea .recommendBox .recommendItem a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ab0000;
    border-right: 1px solid #ab0000;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media all and (max-width: 739px) {
    #OnTrip_JAL .recommendArea{
    padding: 25px 20px 20px 10px;
    margin: 20px auto 0;
    padding: 0 0 20px;
    width: auto;
    margin: 20px auto 0;
}
    
    #OnTrip_JAL .recommendArea .recommendBox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px 10px;
    }
    #OnTrip_JAL .recommendArea .recommendBox .recommendItem{
        margin: 10px;
    }
}
.ex_inner_txt{
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 10px;
}
.hnd_bg{
    background: #d8edff;
    padding: 15px;
    border: 3px solid #04188d;
}
.itm_bg{
    background: #e9f5dc;
    padding: 15px;
    border: 3px solid #3a7000;
}

/*.ex01{
    background: #fff7e6;
    padding: 15px;
}
.ex02{
    background: #e9f5dc;
    padding: 15px;
}*/
.ex01 .inner_ttl, .ex02 .inner_ttl{
    background: #fff;
    width: fit-content!important;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}
.ex01 .inner_ttl .ttlLv4, .ex02 .inner_ttl .ttlLv4{
    padding: 15px 15px 0;
}
.ravel1{
    background: #ffd6f7;
    width: fit-content;
    padding: 10px;
    border-radius: 20px;
}
.ravel2{
    background: #ffe57d;
    width: fit-content;
    padding: 10px;
    border-radius: 20px;
}
.example table{
    width: 914px;
}
.ex01 .example table th{
    background: #ffd6f7!important;
    color: #333;
}
.ex02 .example table th{
    background: #ffd97d!important;
    color: #333;
}
.example table td{
    background: #fff!important;
}
.example table th p{
    color: #333;
}

/*終了対応*/
.entryEnd {
    color: #cc0000;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #cc0000;
}