/* hkd_ordermade.css */

/* モデルコース */
/* div:has(> br:only-child):not(:has(text)) {
  display: none;
} */

header{
  background-color: #FFF;
  position: inherit;
}
span.bold{
  color: #0065a1;
}
.ttl__style__01 {
    background-color: #60b7e6;
}
.cont02 .price__ttl{
  margin-bottom: 15px;
}
.cont02 .price__list{
  margin-bottom: 15px;
}
.detail .text__inner02 p{
  margin-bottom: 5px;
}
.existenceFlag{
  display: inline;
}
.detail .text__inner02 p .ttl{
  font-weight: bold;
}
.detail .text__inner02 p .official a{
  text-decoration: underline;
  color: #0070b3;
}
.detail .text__inner02 p .official a:hover{
  text-decoration: none;
}
.ttlArea .text h3,.ttlArea .text h1{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #60b7e6;
}
.ttlArea .text{
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.add.df.df--fw.df--aic a {
    color: #0070b3;
}
.detail__list__item{
  background: #e1f4ff;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 30px;
}
.detail__list__day {
    color: #0070b3;
}
.detail__list__day:before {
    background: #0070b3;
}
.updateDate{
  padding-top: 5px;
}
.detail .caution{
  background-color: aliceblue;
  padding: 25px;
  margin-top: 30px;
}

/*campaignQa*/
.campaignQa{
  border-top: dashed 2px #c6c6c6;
}
.campaignQa h3{
  margin-bottom: 30px;
}
.campaignQa .box dl+dl {
    margin-top: 40px;
}

.campaignQa .box dl > * {
    font-size: 18px;
    padding: 30px 50px 30px 140px;
    border-radius: 4px;
    position: relative;
    z-index: 0;
}

.campaignQa .box dl dt {
  background: #e1ecff;
    cursor: pointer;
}

.jalFamily .campaignQa .box dl dt {
  background: #ffa07a;
    cursor: pointer;
}

.campaignQa .box dl dt:hover {
    background:#d4f6ff;
}

.jalFamily .campaignQa .box dl dt:hover {
    background:#ffdab9;
}

.campaignQa .box dl dd {
  background: #fffbec;
}

.campaignQa .box dl dd {
  background: #fff8dc;
}

.campaignQa .box dl dt:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    -webkit-transform: rotate( 45deg);
            transform: rotate( 45deg);
}

.campaignQa .box dl dt.active:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.campaignQa .box dl .sub {
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
    position: absolute;
    top: 45px;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
}

.campaignQa .box dl dt .sub {
  background: #60b7e6;
}

.jalFamily .campaignQa .box dl dt .sub {
  background: #ff0000;
}

.campaignQa .box dl dd .sub {
  background: #60b7e6;
}

.jalFamily .campaignQa .box dl dd .sub {
  background: #ff7f50;
}

.campaignQa .box dl .more a {
    background-color: #568fc7;
    color: #fff;
    padding: 5px 10px 4px 25px;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

.campaignQa .box dl .more a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 60%;
    left: 5px;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: 0;
}

.campaignQa .box dl .moreTxt {
    display: inline-block;
}

.campaignQa .box dl .moreTxt a {
    color: #568fc7;
}

.campaignQa .box dl .moreTxt a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .campaignQa .box dl+dl {
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    .campaignQa .box dl > * {
        font-size: 14px;
        padding: 20px 30px 10px 55px;
    }
    
    .campaignQa .box dl .sub {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        top: 30px;
        left: 10px;
    }

    .campaignQa .box dl dt:before {
        width: 8px;
        height: 8px;
        right: 10px;
    }
}


.box-017 {
    margin: 0 auto;
    padding: 1em 1.5em 1em;
    border-top: 5px solid #60b7e6;
    border-radius: 3px;
    background-color: #f7f7f7;
}

.box-017 .add__ttl {
    margin-bottom: .5em;
    color: #60b7e6;
    font-weight: 600;
    font-size: 1.05em;
}

.box-017 .add__text {
    margin: 0;
    color: #333;
}
.link__bnr{
  margin-bottom: 20px;
  position: relative;
}
.link__bnr p{
     text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}
.link__bnr a{
  display: block;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}
.link__bnr a i{
  position: absolute;
  right: 20px;
  top: 45%;
}
.link__hkd{
  text-align: center;
}
.link__hkd a{
  display: block;
  width: 15em;
  margin: 0 auto;
  text-decoration: underline;
  font-weight: bold;
  padding: 0 15px;
}
.otherCourse ul li{
  margin-bottom: 20px;
}
.otherCourse ul li a{
  width: 100%;
  display: flex;
}
.otherCourse ul li .photo{
  width: 150px;
  margin-right: 20px;
}
.otherCourse ul li .photo img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.otherCourse ul li .text{
  width: calc(100% - 170px);
}
.otherCourse ul li .text__ttl{
    font-weight: bold;
    margin-bottom: 15px;
}
.bottomBnr .inner90{
      text-align: center;
}
.bottomBnr a{
  background-color: #499497;
    padding: 15px 50px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    border-radius: 10px;
    display: inline;
}
@media all and (max-width: 1250px){
    .ttlArea .text h3,.ttlArea .text h1 {
      font-size: 24px;
    }
}
@media all and (max-width: 767px) {
  .ttlArea .text{
    padding: 15px 0;
  }
  ttlArea .text h3,ttlArea .text h1{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ttlArea .text p{
    margin-bottom: 10px;
  }
  .ttlArea .text .add{
    font-size: 14px;
  }
  .detail__list__day{
    font-size: 20px;
  }
  .detail__list__item{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .detail .text__inner01 p{
    font-size: 15px;
  }
  .link__bnr p{
    font-size: 13px;
  }
  .link__bnr a{
    font-size: 16px;
  }
  .link__bnr a i{
        right: 10px;
  }
  .otherCourse ul li .text__ttl{
        margin-bottom: 10px;
  }
  .otherCourse ul li .text__body{
        font-size: 14px;
  }
  .bottomBnr a{
    width: 100%;
    display: block;
    padding: 15px;
    font-size: 18px;
  }
  .otherCourse ul li .photo{
    width: 100px;
    margin-right: 10px;
  }
  .otherCourse ul li .photo img{
    width: 100px;
    height: 100px;
  }
  .otherCourse ul li .text{
    width: calc(100% - 110px);
  }
  .detail .caution{
    padding: 15px;
    margin-top: 15px;
  }
}

/* リストページ */

.catTtl{
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  background-color: #ddf0fa;
  border-radius: 6px;
  margin: 10px 0;
}
@media all and (max-width: 767px) {
  .catTtl{
    font-size: 14px;
    margin: 5px 0;
  }
}

.mokuteki{
  display: none;
}
.dp_none{
  display: none;
}

.list__btn2{
  text-align: center;
  margin-bottom: 30px;
}
.list__btn2 p{
  text-align: center;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 10px 60px;
  display: inline;
  cursor: pointer;
}
.list__btn2 p i{
  font-size: 0.8em;
}
.list__btn2 p:hover{
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .list__btn2 p{
    padding: 10px 20px;
  }
}
