@charset "UTF-8";
.detail__tour__guide__info dt, .detail__tour__guide__info p {
  font-family: "publicsans", "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
}

.ces2021D .cp-summary--ces2021D .container .ttl, .cp-program-map-ces2021 .map__img .zoom__inner, .cp-program-map-ces2021 .map__ttl, .cp-topics .topics__ttl, .cp-program-ces2021 .unit__summary .txt h4, .cp-program-ces2021 .unit__summary .txt h5, .cp-program-ces2021 .unit__summary .txt h6, .cp-program-ces2021 .unit__headline .catch, .cp-program-ces2021 .unit__headline .label, .cp-program-ces2021 .unit__id .label, .cp-program-ces2021 .program__ttl {
  font-family: "publicsansHeading", "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
}

/****************************************************
* STYLE
*/
@media (max-width: 767px) {
  .tour__hdr {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .tour__hdr {
    display: block;
  }
}
.tour__hdr__group {
  background-image: linear-gradient(0deg, #f8f8f8 0%, rgba(255, 255, 255, 0) 49.7%, transparent 100%);
  position: relative;
  z-index: 50;
}
@media (max-width: 767px) {
  .tour__hdr__group {
    order: 1;
    background-image: none;
    padding-bottom: 1.5rem;
  }
  .tour__hdr__group:before {
    content: "";
    display: block;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    background-color: #f8f8f8;
    width: 100%;
    height: 4.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.tour__hdr__group__inner {
  display: flex;
  align-items: flex-start;
  width: 80%;
  padding-top: 2.625rem;
  margin: -1rem auto 0;
  position: relative;
  top: 1rem;
}
@media (max-width: 767px) {
  .tour__hdr__group__inner {
    flex-direction: column;
    width: 92%;
    padding-top: 0;
    margin: -2.563rem auto 0;
    top: 0;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .tour__hdr__group__inner {
    display: block;
  }
}
.tour__hdr__group__inner:not(:has(.logo)) {
  display: block;
  margin-top: 0;
  top: 0;
}
@media (max-width: 767px) {
  .tour__hdr__group__inner:not(:has(.logo)) {
    margin-top: 1.5rem;
  }
}
.tour__hdr__group__inner:not(:has(.logo)) .txt {
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .tour__hdr__group__inner:not(:has(.logo)) .txt {
    padding-bottom: 0;
  }
}
.tour__hdr__group .logo {
  align-self: flex-end;
  width: 12.5rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tour__hdr__group .logo {
    align-self: flex-start;
    width: 6.75rem;
    box-shadow: 0px 0px 0.375rem 0px rgba(0, 0, 0, 0.05);
    border-radius: 0.188rem;
  }
}
.tour__hdr__group .txt {
  flex: 1;
  padding: 0 2.25rem 0 0;
  margin: 0 0 2.625rem 2.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .tour__hdr__group .txt {
    padding: 0;
    margin: 0.75rem 0 0;
  }
}
.tour__hdr__group .txt:first-child {
  margin-top: 0;
}
[class*=is-] .tour__hdr__group .txt {
  padding-right: 12.75rem;
}
@media (max-width: 767px) {
  [class*=is-] .tour__hdr__group .txt {
    padding-right: 0;
  }
}
[class*=is-] .tour__hdr__group .txt:after {
  content: "";
  display: block;
  min-width: 10.5rem;
  padding: 0.813rem 0.75rem 0.688rem;
  margin-top: -0.375rem;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-radius: 1.313rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  [class*=is-] .tour__hdr__group .txt:after {
    width: max-content;
    min-width: 6.75rem;
    padding: 0.563rem 0.75rem;
    margin-top: 0.75rem;
    font-size: 0.625rem;
    border-radius: 0.938rem;
    position: static;
  }
}
.is-accepting .tour__hdr__group .txt:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-accepting-partially .tour__hdr__group .txt:after {
  content: "一部受付中";
  background-color: #c71528;
  color: #fff;
}
.is-accepting-ondemand .tour__hdr__group .txt:after {
  content: "オンデマンド受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .tour__hdr__group .txt:after {
  content: "受付終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .tour__hdr__group .txt:after {
  content: "近日募集開始";
  background-color: #262679;
  color: #fff;
}
.is-next .tour__hdr__group .txt:after {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.tour__hdr__group .ttl {
  padding-top: 0.063rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #222;
}
@media (max-width: 767px) {
  .tour__hdr__group .ttl {
    font-size: 1.5rem;
  }
}
.tour__hdr__group .desc {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .tour__hdr__group .desc {
    margin-top: 0.375rem;
  }
}
.tour__hdr__group .desc p {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #444444;
}
@media (max-width: 767px) {
  .tour__hdr__group .desc p {
    font-size: 0.625rem;
  }
}
.tour__hdr__group .deadline {
  width: 10.5rem;
  text-align: center;
  position: absolute;
  top: 3rem;
  right: 0;
}
@media (max-width: 767px) {
  .tour__hdr__group .deadline {
    width: auto;
    padding: 0.406rem 0;
    top: inherit;
    right: inherit;
    left: 7.25rem;
    bottom: 0;
  }
}
.tour__hdr__group .deadline p {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #c71528;
}
@media (max-width: 767px) {
  .tour__hdr__group .deadline p {
    font-size: 0.75rem;
  }
}
.tour__img {
  position: relative;
}
.tour__img .swiper-container:before {
  content: "";
  display: block;
  background-color: rgba(69, 69, 69, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.tour__img .swiper-slide .mask {
  padding-bottom: 30%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tour__img .swiper-slide .mask {
    padding-bottom: 56%;
  }
}
.tour__img .swiper-pagination {
  line-height: 0;
  left: 50%;
  bottom: 3.25rem;
  z-index: 20;
  transform: translateX(-50%);
}
.tour__img .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.375rem;
  opacity: 1;
}
.tour__img .swiper-pagination-bullet-active {
  background-color: white;
}

.course {
  background-color: #fafafa;
  padding: 2.5% 0 5%;
  position: relative;
}
@media (max-width: 767px) {
  .course {
    padding: 6.4% 0 12.8%;
  }
}
.course:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  padding-top: 30%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .course:before {
    padding-top: 115.2%;
  }
}
.course__hdr {
  position: relative;
  z-index: 10;
}
[class*=is-] .course__hdr:after {
  content: "";
  display: block;
  min-width: 10.5rem;
  padding: 0.813rem 0.75rem 0.688rem;
  margin-top: 2.083%;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-radius: 1.313rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  right: 2.083%;
  z-index: 10;
}
@media (max-width: 767px) {
  [class*=is-] .course__hdr:after {
    min-width: 6.75rem;
    padding: 0.563rem 0.75rem;
    margin-top: 3.478%;
    font-size: 0.625rem;
    border-radius: 0.938rem;
    right: 3.478%;
  }
}
.is-accepting .course__hdr:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .course__hdr:after {
  content: "募集終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .course__hdr:after {
  content: "近日募集開始";
  background-color: #262679;
  color: #fff;
}
.is-next .course__hdr:after {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.is-cancellation .course__hdr:after {
  content: "催行中止";
  background-color: #f8f8f8;
  color: #888888;
}
.is-stopping .course__hdr:after {
  content: "受付停止中";
  background-color: #f8f8f8;
  color: #888888;
}
.course__hdr__img {
  padding-bottom: 34.028%;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .course__hdr__img {
    padding-bottom: 78.261%;
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.course__hdr__img:before, .course__hdr__img:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.course__hdr__img:before {
  background-color: rgba(33, 33, 33, 0.1);
  top: 0;
}
.course__hdr__img:after {
  background-image: linear-gradient(0deg, rgba(33, 33, 33, 0.6) 0%, rgba(33, 33, 33, 0.6) 20%, rgba(33, 33, 33, 0) 100%);
  padding-bottom: 15.625%;
}
@media (max-width: 767px) {
  .course__hdr__img:after {
    padding-bottom: 69.565%;
  }
}
.course__hdr__group {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.865%;
  position: absolute;
  bottom: 0;
  right: 6.25%;
  left: 6.25%;
  z-index: 100;
}
@media (max-width: 767px) {
  .course__hdr__group {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 4.348%;
    right: 4.348%;
    left: 4.348%;
  }
}
.course__hdr__group:has(.logo) .txt {
  padding-left: 9rem;
}
@media (max-width: 767px) {
  .course__hdr__group:has(.logo) .txt {
    padding-left: 0;
  }
}
.course__hdr__group .txt {
  flex: 1;
}
.course__hdr__group .ttl {
  font-weight: bold;
  color: #fff;
}
.course__hdr__group .ttl span, .course__hdr__group .ttl a {
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .course__hdr__group .ttl a {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
  }
}
.course__hdr__group .ttl > br {
  display: none;
}
.course__hdr__group .ttl__tour {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.course__hdr__group .ttl__course {
  margin: 0.125rem 0;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .course__hdr__group .ttl__course {
    margin: 0.5rem 0 0.375rem;
    font-size: 1.25rem;
  }
}
.course__hdr__group .logo {
  width: 7.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .course__hdr__group .logo {
    width: 3.125rem;
    position: static;
  }
}
.course__hdr__group .logo .mask {
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .course__hdr__group .logo .mask {
    border-radius: 0.188rem;
  }
}
.course__hdr__group .desc p {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 767px) {
  .course__hdr__group .desc p {
    font-size: 0.625rem;
  }
}
.course__contents {
  background-color: #fff;
  padding: 0 6.163%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .course__contents {
    padding: 0 4.058%;
  }
}

.original {
  display: flex;
  background-color: #fff;
  padding: 3.125% 6.25%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
}
@media (max-width: 767px) {
  .original {
    padding: 5.217% 6.667%;
    overflow: auto;
  }
}
.original__ttl {
  padding-right: 1.813rem;
  margin-right: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #222;
  position: relative;
}
@media (max-width: 767px) {
  .original__ttl {
    padding-right: 1.344rem;
    margin-right: 1rem;
    white-space: nowrap;
  }
}
.original__ttl [class^=icon-] {
  font-size: 0.625rem;
  position: absolute;
  top: 1em;
  right: 0;
  transform: translateY(-50%);
}
.original__ttl [class^=icon-]:before {
  color: #cccccc;
}
.original__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .original__list {
    flex-wrap: initial;
    white-space: nowrap;
  }
}
.original__list li {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .original__list li {
    margin-right: 1rem;
  }
}
.original__list a {
  color: #262679;
}
.original__list a.is-current {
  color: #444;
  text-decoration: none;
  pointer-events: none;
}

/****************************************************
* STYLE: Seminar Common
*/
/****************************************************
* STYLE
*/
.program {
  background-color: #fafafa;
  padding: 2.5% 0;
  margin-bottom: 5%;
  position: relative;
}
@media (max-width: 767px) {
  .program {
    padding: 6.4% 0 12.8%;
    margin-bottom: 12.8%;
  }
}
.program:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  padding-top: 30%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .program:before {
    padding-top: 115.2%;
  }
}
.program__inner {
  margin-bottom: 3.125%;
  position: relative;
}
@media (max-width: 767px) {
  .program__inner {
    margin-bottom: 0;
  }
}
.program__hdr {
  position: relative;
  z-index: 10;
}
.program__hdr__img {
  padding-bottom: 34.028%;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
  overflow: hidden;
}
.program__hdr__img:before, .program__hdr__img:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.program__hdr__img:before {
  background-color: rgba(33, 33, 33, 0.1);
  top: 0;
}
.program__hdr__img:after {
  background-image: linear-gradient(0deg, rgba(33, 33, 33, 0.6) 0%, rgba(33, 33, 33, 0.6) 20%, rgba(33, 33, 33, 0) 100%);
  padding-bottom: 15.625%;
}
.program__hdr__group {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 3.125%;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 0.438rem 0.438rem 0 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .program__hdr__group {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6.957% 4.058%;
    border-radius: 0.313rem 0.313rem 0 0;
  }
}
.program__hdr__group:after {
  content: "";
  display: block;
  background-color: #f8f8f8;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  padding-bottom: 6.25%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .program__hdr__group:after {
    padding-bottom: 5.625rem;
  }
}
.program__hdr__group .logo {
  width: 7.5rem;
  margin-right: 1.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .program__hdr__group .logo {
    width: 3.75rem;
    margin: -0.406rem 0 0;
  }
}
.program__hdr__group .logo .mask {
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}
.program__hdr__group .txt {
  flex: 1;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .program__hdr__group .txt {
    flex: inherit;
    width: 100%;
    margin-top: 0.75rem;
  }
}
[class*=is-] .program__hdr__group .txt {
  padding: 0 10.375rem 0 0;
}
@media (max-width: 767px) {
  [class*=is-] .program__hdr__group .txt {
    padding-right: 0;
  }
}
.program__hdr__group .ttl {
  font-weight: bold;
  color: #222;
}
.program__hdr__group .ttl span, .program__hdr__group .ttl a {
  display: block;
  text-decoration: none;
}
.program__hdr__group .ttl > br {
  display: none;
}
.program__hdr__group .ttl__name {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #262679;
}
@media (max-width: 767px) {
  .program__hdr__group .ttl__name {
    font-size: 0.75rem;
  }
}
.program__hdr__group .ttl__tour {
  margin: 0.25rem 0;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .program__hdr__group .ttl__tour {
    font-size: 1.5rem;
  }
}
.program__hdr__group .desc p {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444;
}
@media (max-width: 767px) {
  .program__hdr__group .desc p {
    font-size: 0.625rem;
  }
}
.program__hdr__group .desc b {
  color: #222;
}
[class*=is-] .program__hdr__group:before {
  content: "";
  display: block;
  min-width: 9rem;
  padding: 0.813rem 0.75rem 0.688rem;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-radius: 1.313rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 3.125%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  [class*=is-] .program__hdr__group:before {
    align-self: flex-end;
    width: max-content;
    min-width: 6.75rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 0.938rem;
    position: static;
    transform: none;
  }
}
.is-accepting .program__hdr__group:before {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .program__hdr__group:before {
  content: "受付終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .program__hdr__group:before {
  content: "近日募集開始予定";
  background-color: #f8f8f8;
  color: #888888;
}
.is-next .program__hdr__group:before {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.program__hdr__group:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.program__hdr__mv {
  position: relative;
  overflow: hidden;
}
.program__hdr__mv .mask {
  padding-bottom: 34.028%;
}
@media (max-width: 767px) {
  .program__hdr__mv .mask {
    padding-bottom: 52.174%;
  }
}
.program__contents {
  background-color: #fff;
  padding: 0 6.163% 6.163%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 0 0 0.438rem 0.438rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .program__contents {
    padding: 0 4.058% 13.623%;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}

.summary {
  padding: 7.143% 0 0;
}
@media (max-width: 767px) {
  .summary {
    padding: 15.238% 0 0;
  }
}
.summary .row {
  display: flex;
}
@media (max-width: 767px) {
  .summary .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .summary .row {
    display: block;
  }
}
.summary .txt {
  flex-basis: 0;
  flex-grow: 1;
}
.summary .ttl {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .summary .ttl {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
.summary .block [class^=m-ttl] {
  line-height: 1.6;
}
.summary .block p {
  margin-top: 1rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .summary .block p {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}
.summary .img {
  flex-basis: 30.952%;
  margin-left: 4.762%;
}
@media (max-width: 767px) {
  .summary .img {
    width: 100%;
    margin: 15.238% 0 0;
  }
}
.summary .img img {
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .summary .img img {
    border-radius: 0.375rem;
  }
}
.summary .cp-tbl {
  margin-top: 7.143%;
}
@media (max-width: 767px) {
  .summary .cp-tbl {
    margin-top: 15.238%;
  }
}

.detail {
  margin-top: 7.54%;
}
@media (max-width: 767px) {
  .detail {
    margin-top: 15.238%;
  }
}
.detail__ttl {
  font-size: 1.75rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .detail__ttl {
    font-size: 1.25rem;
  }
}
.detail__desc {
  margin-top: 3.175%;
}
.detail__desc__ttl {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
}
.detail__desc__txt {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.detail__desc__txt p {
  margin-top: 1rem;
}
.detail__box {
  padding: 5.853%;
  margin-top: 3.175%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
.detail__box__ttl {
  line-height: 1.6;
  font-weight: bold;
  color: #262679;
}
.detail__box__txt {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.detail__box__txt p {
  margin-top: 1rem;
}
.detail__list {
  margin-top: 3.175%;
}
.detail__list__ttl {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
}
.detail__tour {
  counter-reset: num;
  margin-top: 3.571%;
}
@media (max-width: 767px) {
  .detail__tour {
    margin-top: 7.619%;
  }
}
.detail__tour__unit {
  counter-increment: num;
  padding: 5.853%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .detail__tour__unit {
    padding: 11.111% 5.397%;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.05);
  }
}
.detail__tour__unit + .detail__tour__unit {
  margin-top: 2.381%;
}
@media (max-width: 767px) {
  .detail__tour__unit + .detail__tour__unit {
    margin-top: 5.079%;
  }
}
.detail__tour__hdr {
  display: flex;
  padding: 0 8.25rem 0 3.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .detail__tour__hdr {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .detail__tour__hdr {
    display: block;
  }
}
.detail__tour__hdr:before {
  content: "0" counter(num);
  display: inline-block;
  width: 3rem;
  height: 2rem;
  padding: 0.375rem 0 0.313rem;
  margin-top: 0.219rem;
  border: 2px solid #262679;
  border-radius: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .detail__tour__hdr:before {
    width: 2.5rem;
    height: 1.313rem;
    padding: 0.188rem 0;
    margin: 0 0 0.375rem;
    border: 0.094rem solid #262679;
    border-radius: 0.375rem;
    font-size: 0.625rem;
    position: static;
    transform: none;
  }
}
.detail__tour__hdr.is-id-specified:before {
  content: attr(data-id);
}
[class*=is-] .detail__tour__hdr:after {
  content: "";
  display: block;
  min-width: 6.75rem;
  padding: 0.563rem 0.75rem;
  margin-top: 0.219rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-radius: 1.313rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  [class*=is-] .detail__tour__hdr:after {
    width: max-content;
    min-width: 5.625rem;
    padding: 0.375rem 0.75rem;
    margin-top: 0.375rem;
    font-size: 0.625rem;
    border-radius: 0.75rem;
    position: static;
  }
}
.is-accepting .detail__tour__hdr:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.is-closed .detail__tour__hdr:after {
  content: "受付終了";
  background-color: #f8f8f8;
  color: #888888;
}
.is-soon .detail__tour__hdr:after {
  content: "近日募集開始予定";
  background-color: #f8f8f8;
  color: #888888;
}
.is-next .detail__tour__hdr:after {
  content: "次回募集情報";
  background-color: #262679;
  color: #fff;
}
.detail__tour__ttl {
  font-size: 1.75rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .detail__tour__ttl {
    font-size: 1.125rem;
  }
}
.detail__tour__ttl .suffix {
  font-size: 1.25rem;
  line-height: 1.96;
}
@media (max-width: 767px) {
  .detail__tour__ttl .suffix {
    font-size: 0.875rem;
  }
}
.detail__tour__intro {
  margin-top: 3.604%;
}
@media (max-width: 767px) {
  .detail__tour__intro {
    margin-top: 8.602%;
  }
}
.detail__tour__intro [class^=m-ttl--] {
  line-height: 1.6;
  color: #262679;
}
.detail__tour__intro__txt {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .detail__tour__intro__txt {
    margin-top: 0.75rem;
  }
}
.detail__tour__intro__txt p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .detail__tour__intro__txt p {
    font-size: 0.875rem;
  }
}
.detail__tour__summary {
  margin-top: 5.405%;
}
@media (max-width: 767px) {
  .detail__tour__summary {
    margin-top: 11.47%;
  }
}
.detail__tour__summary [class^=m-ttl--] {
  line-height: 1.6;
  color: #222;
}
.detail__tour__summary__tbl {
  margin-top: 2.703%;
}
.detail__tour__summary__tbl table {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.detail__tour__summary__tbl table tr {
  border-top: 1px solid #e8e8e8;
}
.detail__tour__summary__tbl table th, .detail__tour__summary__tbl table td {
  padding: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #444;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table th, .detail__tour__summary__tbl table td {
    padding: 1rem 0;
    font-size: 0.75rem;
  }
}
.detail__tour__summary__tbl table th {
  width: 7.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table th {
    width: 3.75rem;
  }
}
.detail__tour__summary__tbl table td {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td {
    padding-left: 0.75rem;
  }
}
.detail__tour__summary__tbl table td dl {
  margin: 0;
  position: relative;
}
.detail__tour__summary__tbl table td dt b {
  font-weight: bold;
  color: #262679;
}
.detail__tour__summary__tbl table td dd {
  flex: 1;
  margin: 0;
}
.detail__tour__summary__tbl table td > dl {
  display: flex;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td > dl {
    flex-direction: column;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .detail__tour__summary__tbl table td > dl {
    display: block;
  }
}
.detail__tour__summary__tbl table td > dl + dl {
  margin-top: 0.75rem;
}
.detail__tour__summary__tbl table td > dl > dt {
  width: 12rem;
  padding-left: 0.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td > dl > dt {
    width: 100%;
    padding-left: 0.75rem;
  }
}
.detail__tour__summary__tbl table td > dl > dt:before {
  content: "・";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.detail__tour__summary__tbl table td > dl > dd {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td > dl > dd {
    padding-left: 0.75rem;
    margin-top: 0.25rem;
  }
}
.detail__tour__summary__tbl table td > dl dl + dl {
  margin-top: 1rem;
}
.detail__tour__summary__tbl table td > dl dl dt, .detail__tour__summary__tbl table td > dl dl dd {
  padding-right: 6.75rem;
}
.detail__tour__summary__tbl table td b {
  font-size: 1rem;
  letter-spacing: 0.025em;
  color: #c71528;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td b {
    font-size: 0.875rem;
  }
}
.detail__tour__summary__tbl table td b.is-sub {
  color: #262679;
  background: inherit;
}
.detail__tour__summary__tbl table td b .suffix {
  font-size: 0.75rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td b .suffix {
    font-size: 0.625rem;
  }
}
.detail__tour__summary__tbl table td a {
  color: #262679;
}
.detail__tour__summary__tbl table td li {
  padding-left: 0.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td li {
    padding-left: 0.75rem;
  }
}
.detail__tour__summary__tbl table td li + li {
  margin-top: 0.5rem;
}
.detail__tour__summary__tbl table td li:before {
  content: "・";
  display: block;
  width: 0.875rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl table td li:before {
    width: 0.75rem;
  }
}
.detail__tour__summary__tbl + .note {
  margin-top: 2.703%;
}
@media (max-width: 767px) {
  .detail__tour__summary__tbl + .note {
    margin-top: 5.735%;
  }
}
.detail__tour__guide {
  margin-top: 5.405%;
}
@media (max-width: 767px) {
  .detail__tour__guide {
    margin-top: 11.47%;
  }
}
.detail__tour__guide [class^=m-ttl--] {
  line-height: 1.6;
  color: #222;
}
.detail__tour__guide__group {
  padding-left: 5.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .detail__tour__guide__group {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
}
.detail__tour__guide__thumb {
  width: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .detail__tour__guide__thumb {
    width: 3rem;
    margin-right: 1rem;
    position: static;
  }
}
.detail__tour__guide__thumb img {
  border-radius: 50%;
}
.detail__tour__guide__info {
  margin: 0;
}
@media (max-width: 767px) {
  .detail__tour__guide__info {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.detail__tour__guide__info dt, .detail__tour__guide__info p {
  line-height: 1.6;
  font-weight: bold;
  color: #222;
}
@media (max-width: 767px) {
  .detail__tour__guide__info dt, .detail__tour__guide__info p {
    font-size: 0.875rem;
  }
}
.detail__tour__guide__info dd {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444444;
}
@media (max-width: 767px) {
  .detail__tour__guide__info dd {
    font-size: 0.625rem;
  }
}
.detail__tour__guide__txt {
  padding-left: 5.25rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .detail__tour__guide__txt {
    padding-left: 0;
  }
}
.detail__tour__guide__txt p {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .detail__tour__guide__txt p {
    font-size: 0.75rem;
  }
}
.detail__tour__guide__block {
  padding: 5.293%;
  margin-top: 2.703%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .detail__tour__guide__block {
    padding: 10.394% 6.093%;
    margin-top: 5.735%;
    border-radius: 0.375rem;
  }
}
.detail__tour__guide__block._nophoto .detail__tour__guide__group, .detail__tour__guide__block._nophoto .detail__tour__guide__txt {
  padding-left: 0;
}
@media (max-width: 767px) {
  .detail .cp-application-invite {
    padding: 12.903% 8.602%;
    margin-top: 11.47%;
  }
}
@media (max-width: 767px) {
  .detail .cp-application-invite .btn a {
    padding: 1rem 1.375rem 1rem 1.75rem;
  }
}
@media (max-width: 767px) {
  .detail .cp-application-invite .btn.is-link a {
    padding-right: 1.375rem;
    padding-left: 1.75rem;
  }
}
.detail .cp-application-invite .btn.is-link a > span {
  padding-right: 0.75rem;
}
@media (max-width: 767px) {
  .detail .cp-application-invite .btn.is-link a > span {
    padding-right: 0.875rem;
  }
}
.detail .cp-application-invite .btn.is-link [class^=icon-] {
  width: auto;
  height: auto;
}
.detail .cp-application-invite .btn.is-link [class^=icon-]:before {
  transform: none;
}
.detail .cp-application {
  padding-top: 7.143%;
}
@media (max-width: 767px) {
  .detail .cp-application {
    padding-top: 10.159%;
  }
}
.detail .cp-application .application__hdr p {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .detail .cp-application .application__hdr p {
    margin-top: 0.75rem;
  }
}
@media (max-width: 767px) {
  .detail .cp-application .application__ttl {
    font-size: 1.25rem;
  }
}
.detail .cp-application .application__btn {
  padding: 5.853% 0;
  margin-top: 3.571%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .detail .cp-application .application__btn {
    padding: 14.921% 7.302%;
    margin-top: 7.619%;
    border-radius: 0.25rem;
  }
}
.detail .cp-application .application__btn p {
  margin-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .detail .cp-application .application__btn p {
    margin-bottom: 1.5rem;
  }
}

.is-closed .cp-application-invite .btn {
  display: none;
}
.is-closed .cp-application-invite:before {
  content: "このプログラムの募集は終了しました";
  line-height: 1.4;
  color: #aaaaaa;
  font-weight: bold;
}
@media (max-width: 767px) {
  .is-closed .cp-application-invite:before {
    content: "このプログラムの募集は";
    display: block;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .is-closed .cp-application-invite:after {
    content: "終了しました";
    display: block;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #aaaaaa;
    font-weight: bold;
  }
}

/****************************************************
* STYLE: Index
*/
.cp-program-ces2021 {
  color: #444;
}
.cp-program-ces2021 .program__hdr p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .program__hdr p {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
.cp-program-ces2021 .program__hdr p a {
  color: #262679;
}
.cp-program-ces2021 .program__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .program__ttl {
    font-size: 2rem;
  }
}
.cp-program-ces2021 .program__body {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .program__body {
    margin-top: 3.125%;
  }
}
.cp-program-ces2021 .unit {
  margin-top: -4.813rem;
  padding-top: 4.813rem;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit {
    margin-top: 0;
    padding-top: 0;
  }
}
.cp-program-ces2021 .unit + .unit {
  margin-top: calc(4.638% - 4.8125rem);
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit + .unit {
    margin-top: 2.083%;
  }
}
.cp-program-ces2021 .unit.-pre .unit__id .label {
  background: #888;
}
.cp-program-ces2021 .unit.-pre .unit__id .sub {
  color: #888;
}
.cp-program-ces2021 .unit.-pre .unit__headline .label {
  color: #888;
}
.cp-program-ces2021 .unit.-a .unit__id .label {
  background: #ce1b88;
}
.cp-program-ces2021 .unit.-a .unit__id .sub {
  color: #ce1b88;
}
.cp-program-ces2021 .unit.-a .unit__headline .label {
  color: #ce1b88;
}
.cp-program-ces2021 .unit.-b .unit__id .label {
  background: #47aed9;
}
.cp-program-ces2021 .unit.-b .unit__id .sub {
  color: #47aed9;
}
.cp-program-ces2021 .unit.-b .unit__headline .label {
  color: #47aed9;
}
.cp-program-ces2021 .unit.-c .unit__id .label {
  background: #004989;
}
.cp-program-ces2021 .unit.-c .unit__id .sub {
  color: #004989;
}
.cp-program-ces2021 .unit.-c .unit__headline .label {
  color: #004989;
}
.cp-program-ces2021 .unit.-d .unit__id .label {
  background: #27b38b;
}
.cp-program-ces2021 .unit.-d .unit__id .sub {
  color: #27b38b;
}
.cp-program-ces2021 .unit.-d .unit__headline .label {
  color: #27b38b;
}
.cp-program-ces2021 .unit.-e .unit__id .label {
  background: #a9b91c;
}
.cp-program-ces2021 .unit.-e .unit__id .sub {
  color: #a9b91c;
}
.cp-program-ces2021 .unit.-e .unit__headline .label {
  color: #a9b91c;
}
.cp-program-ces2021 .unit.-f .unit__id .label {
  background: #0080bf;
}
.cp-program-ces2021 .unit.-f .unit__id .sub {
  color: #0080bf;
}
.cp-program-ces2021 .unit.-f .unit__headline .label {
  color: #0080bf;
}
.cp-program-ces2021 .unit.-g .unit__id .label {
  background: #666;
}
.cp-program-ces2021 .unit.-g .unit__id .sub {
  color: #666;
}
.cp-program-ces2021 .unit.-g .unit__headline .label {
  color: #666;
}
.cp-program-ces2021 .unit.-h .unit__id .label {
  background: #f12b3e;
}
.cp-program-ces2021 .unit.-h .unit__id .sub {
  color: #f12b3e;
}
.cp-program-ces2021 .unit.-h .unit__headline .label {
  color: #f12b3e;
}
.cp-program-ces2021 .unit__inner {
  position: relative;
  padding: 6.957% 5.217% 8.841%;
  background: #FFF;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__inner {
    padding: 3.125% 4.167% 4.167%;
    border-radius: 0.5rem;
  }
}
.cp-program-ces2021 .unit__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e8e8e8;
  border-radius: 0.375rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__inner::before {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__hdr {
    display: flex;
    align-items: center;
  }
}
.cp-program-ces2021 .unit__id {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__id {
    flex: none;
    display: block;
    width: 9rem;
    margin-right: 1.5rem;
  }
}
.cp-program-ces2021 .unit__id .label {
  flex: none;
  width: 5.625rem;
  margin-right: 0.5rem;
  padding: 0.406rem 0;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #262679;
  border-radius: 1.875rem;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__id .label {
    width: 9rem;
    margin: 0;
    padding: 0.438rem 1.125rem 0.375rem;
    font-size: 1.5rem;
    border-radius: 2.625rem;
  }
}
.cp-program-ces2021 .unit__id .sub {
  flex: 1;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #262679;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__id .sub {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    text-align: center;
  }
}
.cp-program-ces2021 .unit__headline {
  margin-top: 5.217%;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__headline {
    flex: 1;
    margin-top: 0;
  }
}
.cp-program-ces2021 .unit__headline .label {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #262679;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__headline .label {
    font-size: 0.875rem;
  }
}
.cp-program-ces2021 .unit__headline .ttl {
  margin-top: 0.188rem;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  color: #222;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__headline .ttl {
    margin-top: 0.25rem;
    font-size: 1.5rem;
  }
}
.cp-program-ces2021 .unit__headline .catch {
  margin-top: 0.063rem;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #222;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__headline .catch {
    margin-top: 0.125rem;
    font-size: 1.125rem;
  }
}
.cp-program-ces2021 .unit__headline .desc {
  margin-top: 0.375rem;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__headline .desc {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}
.cp-program-ces2021 .unit__body {
  margin-top: 6.957%;
  padding-top: 6.957%;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__body {
    margin-top: 3.125%;
    padding-top: 3.125%;
  }
}
.cp-program-ces2021 .unit__body p a {
  color: #262679;
  position: relative;
}
.cp-program-ces2021 .unit__body p a [class^=icon-] {
  display: block;
  margin: 0 0 0 0.438rem;
  font-size: 0.625rem;
  line-height: 1.7;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .unit__body p a [class^=icon-] {
    margin: 0 0 0 0.188rem;
    transform-origin: 0% 50%;
    transform: scale(0.9);
  }
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__summary {
    display: flex;
  }
}
.cp-program-ces2021 .unit__summary + .unit__summary {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__summary + .unit__summary {
    margin-top: 3.125%;
  }
}
.cp-program-ces2021 .unit__summary .img {
  margin-bottom: 6.957%;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__summary .img {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__summary .img {
    flex: none;
    width: 31.818%;
    margin-right: 3.409%;
  }
}
.cp-program-ces2021 .unit__summary .img figure span {
  display: block;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__summary .img figure span {
    border-radius: 0.5rem;
  }
}
.cp-program-ces2021 .unit__summary .txt a {
  color: #262679;
}
.cp-program-ces2021 .unit__summary .txt h4, .cp-program-ces2021 .unit__summary .txt h5, .cp-program-ces2021 .unit__summary .txt h6 {
  margin: 0.75rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #222;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__summary .txt h4, .cp-program-ces2021 .unit__summary .txt h5, .cp-program-ces2021 .unit__summary .txt h6 {
    margin: 1rem 0;
    font-size: 1.125rem;
  }
}
.cp-program-ces2021 .unit__summary .txt h4:first-of-type, .cp-program-ces2021 .unit__summary .txt h5:first-of-type, .cp-program-ces2021 .unit__summary .txt h6:first-of-type {
  margin-top: 0;
}
.cp-program-ces2021 .unit__summary .txt h4:last-of-type, .cp-program-ces2021 .unit__summary .txt h5:last-of-type, .cp-program-ces2021 .unit__summary .txt h6:last-of-type {
  margin-bottom: 0;
}
.cp-program-ces2021 .unit__summary .txt p {
  margin: 0.75rem 0;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__summary .txt p {
    margin: 1rem 0;
    font-size: 0.875rem;
  }
}
.cp-program-ces2021 .unit__summary .txt p:first-of-type {
  margin-top: 0;
}
.cp-program-ces2021 .unit__summary .txt p:last-of-type {
  margin-bottom: 0;
}
.cp-program-ces2021 .unit__summary .txt .note {
  font-size: 0.625rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__summary .txt .note {
    font-size: 0.75rem;
  }
}
.cp-program-ces2021 .unit__entry {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__entry {
    margin-top: 5.217%;
  }
}
.cp-program-ces2021 .unit__entry a {
  display: block;
  position: relative;
  padding: 1.125rem 2rem;
  text-decoration: none;
  color: #262679;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__entry a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.938rem 0;
    border-radius: 0.5rem;
  }
}
.cp-program-ces2021 .unit__entry a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #e8e8e8;
  border-radius: 0.375rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__entry a::after {
    border-radius: 0.5rem;
  }
}
.cp-program-ces2021 .unit__entry a .label {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__entry a .label {
    font-size: 1rem;
  }
}
.cp-program-ces2021 .unit__entry a [class^=icon-] {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  font-size: 0.875rem;
  transform: translate(0, -50%);
  transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__entry a [class^=icon-] {
    position: static;
    margin-left: 0.5rem;
    top: auto;
    right: auto;
    transform: none;
  }
}
.cp-program-ces2021 .unit__entry a .badge {
  width: 5.625rem;
  margin: 0.5rem auto 0;
  padding: 0.375rem 0;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  background-color: #f8f8f8;
  color: #888;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__entry a .badge {
    position: absolute;
    width: 6.75rem;
    padding: 0.563rem 0;
    margin: 0;
    top: 50%;
    right: 1.75rem;
    font-size: 0.75rem;
    transform: translate(0, -50%);
  }
}
.cp-program-ces2021 .unit__entry a .badge::after {
  content: "受付終了";
}
@media (min-width: 768px) {
  .cp-program-ces2021 .unit__entry.is-accepting a {
    transition: box-shadow 0.25s cubic-bezier(0.28, 0.11, 0.32, 1);
  }
  .cp-program-ces2021 .unit__entry.is-accepting a:hover {
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
  }
}
.cp-program-ces2021 .unit__entry.is-accepting a .badge {
  background-color: #c71528;
  color: #fff;
}
.cp-program-ces2021 .unit__entry.is-accepting a .badge:after {
  content: "現在受付中";
}
.cp-program-ces2021 .unit__entry.is-closed {
  pointer-events: none;
}
.cp-program-ces2021 .unit__entry.is-closed a .badge {
  background-color: #f8f8f8;
  color: #888888;
}
.cp-program-ces2021 .unit__entry.is-closed a .badge:after {
  content: "受付終了";
}
.cp-program-ces2021 .unit__entry.is-closed--link-active {
  pointer-events: auto;
}
.cp-program-ces2021 .unit__entry.is-soon {
  pointer-events: none;
}
.cp-program-ces2021 .unit__entry.is-soon a .badge {
  background-color: #262679;
  color: #fff;
}
.cp-program-ces2021 .unit__entry.is-soon a .badge:after {
  content: "近日募集開始";
}
.cp-program-ces2021 .unit__entry.is-cancellation {
  pointer-events: none;
}
.cp-program-ces2021 .unit__entry.is-cancellation a .badge:after {
  content: "催行中止";
}
.cp-program-ces2021 .plan {
  width: 100%;
  margin-top: 4.07%;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan {
    margin-top: 8.136%;
  }
}
.cp-program-ces2021 .plan__label {
  margin-bottom: 3.488%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: bold;
  color: #888888;
  position: relative;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__label {
    margin-bottom: 8.136%;
    font-size: 0.625rem;
  }
}
.cp-program-ces2021 .plan__label:before {
  content: "";
  display: block;
  background-color: #e8e8e8;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.cp-program-ces2021 .plan__label span {
  background-color: #fff;
  padding: 0 0.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__label span {
    padding: 0 0.5rem;
  }
}
.cp-program-ces2021 .plan__unit {
  position: relative;
}
.cp-program-ces2021 .plan__unit + .plan__unit {
  margin-top: 1.163%;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__unit + .plan__unit {
    margin-top: 3.478%;
  }
}
.cp-program-ces2021 .plan__unit .container {
  display: flex;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: box-shadow 0.25s cubic-bezier(0.28, 0.11, 0.32, 1);
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__unit .container {
    flex-direction: column;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .cp-program-ces2021 .plan__unit .container {
    display: block;
  }
}
.cp-program-ces2021 .plan__unit .container [class^=icon-] {
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 0.688rem;
  transform: translateY(-50%);
  transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
@media (min-width: 768px) {
  .cp-program-ces2021 .plan__unit .container:hover {
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
  }
  .cp-program-ces2021 .plan__unit .container:hover .plan__unit__txt:after {
    opacity: 0.6;
  }
  .cp-program-ces2021 .plan__unit .container:hover .plan__unit__img .mask {
    transform: scale(1.2);
  }
  .cp-program-ces2021 .plan__unit .container:hover .plan__unit__txt {
    opacity: 0.6;
  }
  .cp-program-ces2021 .plan__unit .container:hover [class^=icon-] {
    opacity: 0.6;
  }
}
.cp-program-ces2021 .plan__unit__img {
  width: 11.25rem;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__unit__img {
    width: 100%;
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.cp-program-ces2021 .plan__unit__img .mask {
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__unit__img .mask {
    padding-bottom: 48.485%;
  }
}
.cp-program-ces2021 .plan__unit__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  align-self: center;
  min-height: 6.75rem;
  padding: 1.5rem 11.25rem 1.5rem 1.5rem;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 0 0.5rem 0.5rem 0;
  position: relative;
  overflow: hidden;
  transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
@media all and (-ms-high-contrast: none) {
  .cp-program-ces2021 .plan__unit__txt {
    display: block;
  }
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__unit__txt {
    padding: 1.125rem 2rem 1.125rem 1.125rem;
    border-radius: 0 0 0.375rem 0.375rem;
    border-width: 0 1px 1px;
  }
}
.cp-program-ces2021 .plan__unit__txt [class^=m-ttl] {
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #262679;
}
@media all and (-ms-high-contrast: none) {
  .cp-program-ces2021 .plan__unit__txt [class^=m-ttl] {
    max-height: 3.125rem;
  }
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__unit__txt [class^=m-ttl] {
    font-size: 0.875rem;
  }
}
.cp-program-ces2021 .plan__unit__txt p {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444;
}
@media all and (-ms-high-contrast: none) {
  .cp-program-ces2021 .plan__unit__txt p {
    max-height: 3.563rem;
  }
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__unit__txt p {
    margin-top: 0.25rem;
    font-size: 0.625rem;
  }
}
.cp-program-ces2021 .plan__unit__txt:after {
  display: block;
  min-width: 6.75rem;
  padding: 0.563rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: bold;
  border-radius: 2rem;
  position: absolute;
  top: 50%;
  right: 2.938rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan__unit__txt:after {
    width: max-content;
    min-width: 5.625rem;
    padding: 0.375rem 0.75rem;
    margin-top: 0.5rem;
    font-size: 0.625rem;
    border-radius: 0.75rem;
    position: static;
    transform: none;
  }
}
.cp-program-ces2021 .plan__unit.is-accepting .plan__unit__txt:after {
  content: "現在受付中";
  background-color: #c71528;
  color: #fff;
}
.cp-program-ces2021 .plan__unit.is-closed .plan__unit__txt:after {
  content: "募集終了";
  background-color: #f8f8f8;
  color: #888888;
}
.cp-program-ces2021 .plan__unit.is-soon .plan__unit__txt:after {
  content: "近日募集開始";
  background-color: #262679;
  color: #fff;
}
.cp-program-ces2021 .plan__unit.is-cancellation .plan__unit__txt:after {
  content: "催行中止";
  background-color: #f8f8f8;
  color: #888888;
}
.cp-program-ces2021 .plan .acd {
  height: auto;
  margin-top: 1.163%;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan .acd {
    height: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan .acd__inner {
    padding-top: 3.478%;
  }
}
.cp-program-ces2021 .plan .more {
  display: none;
}
@media (max-width: 767px) {
  .cp-program-ces2021 .plan .more {
    display: block;
  }
}

.cp-topics[id].is-line {
  margin: 13.913% 0;
}
@media (min-width: 768px) {
  .cp-topics[id].is-line {
    margin: 6.25% 0;
  }
}
.cp-topics .topics__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .cp-topics .topics__ttl {
    font-size: 2rem;
  }
}
.cp-topics .topics__hdr p {
  margin-top: 4.638%;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-topics .topics__hdr p {
    margin-top: 2.083%;
    font-size: 1rem;
  }
}
.cp-topics .topics__body {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-topics .topics__body {
    margin-top: 3.125%;
  }
}
.cp-topics .topics__body ul {
  border-top: 1px solid #e8e8e8;
}
.cp-topics .topics__body li {
  border-bottom: 1px solid #e8e8e8;
}
.cp-topics .topics__body a {
  display: flex;
  align-items: center;
  padding: 1.125rem 0;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 768px) {
  .cp-topics .topics__body a {
    padding: 1.5rem 0;
  }
}
.cp-topics .topics__body .img {
  flex: none;
  width: 24.348%;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .cp-topics .topics__body .img {
    width: 8.333%;
    margin-right: 1.5rem;
  }
}
.cp-topics .topics__body .img figure .is-clip {
  display: block;
  overflow: hidden;
  padding-top: 57.143%;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-topics .topics__body .img figure .is-clip {
    padding-top: 50%;
    border-radius: 0.25rem;
  }
}
.cp-topics .topics__body .img figure .is-clip::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #444;
  border-radius: 0.375rem;
  opacity: 0.1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cp-topics .topics__body .img figure .is-clip::after {
    border-radius: 0.25rem;
  }
}
.cp-topics .topics__body .txt {
  flex: 1;
}
.cp-topics .topics__body .txt time {
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #262679;
}
@media (min-width: 768px) {
  .cp-topics .topics__body .txt time {
    font-size: 0.75rem;
  }
}
.cp-topics .topics__body .txt div {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #222;
}
@media (min-width: 768px) {
  .cp-topics .topics__body .txt div {
    margin-top: 0.25rem;
    font-size: 0.875rem;
  }
}

.cp-program-map-ces2021 {
  margin: 13.913% 0;
  color: #444;
}
@media (min-width: 768px) {
  .cp-program-map-ces2021 {
    margin: 6.25% 0;
  }
}
.cp-program-map-ces2021[id] {
  margin: 13.913% 0;
  border-top: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .cp-program-map-ces2021[id] {
    margin: 6.25% 0;
  }
}
.cp-program-map-ces2021 .map__hdr p {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cp-program-map-ces2021 .map__hdr p {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
.cp-program-map-ces2021 .map__hdr p a {
  color: #262679;
}
.cp-program-map-ces2021 .map__ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cp-program-map-ces2021 .map__ttl {
    font-size: 2rem;
  }
}
.cp-program-map-ces2021 .map__body {
  margin-top: 6.957%;
}
@media (min-width: 768px) {
  .cp-program-map-ces2021 .map__body {
    margin-top: 3.125%;
  }
}
@media (min-width: 768px) {
  .cp-program-map-ces2021 .map .js-swip {
    pointer-events: none;
  }
}
.cp-program-map-ces2021 .map__img.is-style-rounded img {
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .cp-program-map-ces2021 .map__img.is-style-rounded img {
    border-radius: 0.5rem;
  }
}
.cp-program-map-ces2021 .map__img .zoom {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cp-program-map-ces2021 .map__img .zoom {
    display: none;
  }
}
.cp-program-map-ces2021 .map__img .zoom__inner {
  display: inline-block;
  padding: 0.563rem 0.813rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;
  font-weight: 700;
  border-radius: 1.875rem;
}

/****************************************************
* STYLE: B
*/
.page-tour-b .navigation {
  margin-top: 3.175%;
}
@media (max-width: 767px) {
  .page-tour-b .navigation {
    margin-top: 7.619%;
  }
}
.page-tour-b .navigation ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.75rem;
}
@media (max-width: 767px) {
  .page-tour-b .navigation ul {
    flex-direction: column;
    margin-top: 0;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none) {
  .page-tour-b .navigation ul {
    display: block;
  }
}
.page-tour-b .navigation li {
  margin: 0.75rem 1.125rem 0 0;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .page-tour-b .navigation li {
    margin: 0;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .page-tour-b .navigation li + li {
    margin-top: 1rem;
  }
}
.page-tour-b .navigation span {
  display: inline-block;
  padding-right: 1.375rem;
  text-decoration: underline;
  position: relative;
}
@media (max-width: 767px) {
  .page-tour-b .navigation span {
    padding-right: 1.25rem;
  }
}
.page-tour-b .navigation span:after {
  content: "";
  display: block;
  background: url(../../assets/img/svg/arrow-under.svg) no-repeat 50% 50%/100% auto;
  width: 0.875rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .page-tour-b .navigation span:after {
    width: 0.844rem;
    height: 0.469rem;
  }
}
.page-tour-b .navigation a {
  color: #262679;
  text-decoration: underline;
}
.page-tour-b .detail__tour__intro__flex {
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__flex {
    display: flex;
    margin: 2.25rem 0;
  }
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__img {
    flex: none;
    width: 37.5%;
    margin: 0 3rem 0 0;
  }
}
.page-tour-b .detail__tour__intro__img .mask {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__img .mask {
    border-radius: 0.5rem;
  }
}
.page-tour-b .detail__tour__intro__img .mask::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(68, 68, 68, 0.05);
}
.page-tour-b .detail__tour__intro__txt {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__txt {
    flex: 1;
    margin-top: 0;
  }
}
.page-tour-b .detail__tour__intro__txt p + p {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__txt p + p {
    margin-top: 1rem;
  }
}
.page-tour-b .detail__tour__intro__comingsoon {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__comingsoon {
    display: flex;
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__img {
    margin-right: 0;
  }
}
.page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__img .mask {
  border-radius: 0;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__img .mask {
    border-radius: 0;
  }
}
.page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__txt {
  margin: 0;
  padding: 3.156rem 0 3.688rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__txt .label {
  color: #aaa;
}
.page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__txt .label span {
  display: block;
  font-weight: bold;
}
.page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__txt .label span:nth-child(1) {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__txt .label span:nth-child(1) {
    font-size: 1.75rem;
  }
}
.page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__txt .label span:nth-child(2) {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-tour-b .detail__tour__intro__comingsoon .detail__tour__intro__txt .label span:nth-child(2) {
    font-size: 1rem;
  }
}
.page-tour-b .cp-application {
  padding-top: 0;
}
.page-tour-b .cp-application:last-child {
  margin-bottom: 0;
}
.page-tour-b .cp-application .application__btn {
  background-color: #f8f8f8;
  border: none;
}
.page-tour-b .cp-application .btn {
  width: 30rem;
}
@media (max-width: 767px) {
  .page-tour-b .cp-application .btn {
    width: 100%;
  }
}
.page-tour-b .detail__tour__unit {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .page-tour-b .detail__tour__unit {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -4.813rem;
    padding-top: 4.813rem;
  }
}
.page-tour-b .detail__tour__unit + .detail__tour__unit {
  margin-top: 2.381%;
}
@media (max-width: 767px) {
  .page-tour-b .detail__tour__unit + .detail__tour__unit {
    margin-top: calc(5.079% - 4.8125rem);
  }
}
.page-tour-b .detail__tour__unit__inner {
  counter-increment: num;
  padding: 5.853%;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .page-tour-b .detail__tour__unit__inner {
    padding: 11.111% 5.397%;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.05);
  }
}
.page-tour-b .tour__contents__block .cp-contact[id] {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-tour-b .tour__contents__block .cp-contact[id] {
    margin-top: 0;
  }
}

/****************************************************
* STYLE: D
*/
.ces2021D .cp-summary ul {
  margin: 0.75rem 0;
}
.ces2021D .cp-summary li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444;
}
@media (max-width: 767px) {
  .ces2021D .cp-summary li {
    font-size: 0.875rem;
  }
}
.ces2021D .cp-summary li::before {
  content: attr(data-list);
  position: absolute;
  top: 0;
  left: 0;
}
.ces2021D .cp-summary .note {
  position: relative;
  padding-left: 1em;
}
.ces2021D .cp-summary .note:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ces2021D .cp-summary .block + .block {
  margin-top: 5.556%;
}
@media (max-width: 767px) {
  .ces2021D .cp-summary .block + .block {
    margin-top: 7.619%;
  }
}
@media (max-width: 767px) {
  .ces2021D .cp-summary--ces2021D .container {
    display: block;
  }
}
.ces2021D .cp-summary--ces2021D .container .ttl {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .ces2021D .cp-summary--ces2021D .container .ttl {
    font-size: 1.75rem;
  }
}
.ces2021D .cp-summary--ces2021D .container .ttl {
  margin-bottom: 5.556%;
}
@media (max-width: 767px) {
  .ces2021D .cp-summary--ces2021D .container .ttl {
    margin-bottom: 7.619%;
  }
}
@media (max-width: 767px) {
  .ces2021D .cp-summary--ces2021D .container .img {
    margin-top: 5.714%;
  }
}
.ces2021D .cp-price > p {
  margin-top: 2.381%;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444;
}
@media (max-width: 767px) {
  .ces2021D .cp-price > p {
    margin-top: 5.079%;
    font-size: 0.875rem;
  }
}
.ces2021D .cp-contact {
  margin: 6.25% 0;
}
@media (max-width: 767px) {
  .ces2021D .cp-contact {
    margin: 13.913% 0;
  }
}
.ces2021D .cp-contact:first-of-type {
  margin-top: 0;
}