@charset "UTF-8";
/* 250123_03更新 */
.contents {background-color: #eee9e6;}
 /* コンテンツ幅 フル */
 .contentsInr {
  width: auto;
  padding: 0px;
  background-color: #eee9e6;
  margin: 0 auto;
}
.ctm_contentsFull {
  background: #eee9e6;
  padding: 0;
}
/* コンテンツ幅 950px */
.contentsInr .contentsUnit {padding: 0 10px;}

/* セクションタイトル */
.ctm_pageTtl.hc01.c-section__title .ttlLv1{
  margin: 0;
  padding: 0;
}

.ctm_pageTtl.hc01.c-section__title .ttlLv1 .heading{
  display: flex;
  align-items: center;
}
.ctm_pageTtl.hc01.c-section__title .ttlLv1 .heading>img{
  height: 20px;
}
.c-section__title__icon {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  width: 48px;
  height: auto;
  margin-right: 12px;
  flex-shrink: 0;
}
.fwb{font-weight: bold;}


@media all and (min-width:740px) {
  .contentsInr.contentsUnit {
      width: 950px;
      padding: 0px;
      margin: 0 auto;
  }
  .ctm_pageTtl.hc01.c-section__title .ttlLv1 .heading>img{
    height: 28px;
  }
}

@media all and (min-width:740px) {}

/* ========================================

========================================= */



/*----- プログラム＆アーカイブページカスタマイズ -----*/
/* ========================================
	FV
========================================= */
.l-program__fv {
  position: relative;
  width: 100%;
  height: auto;
}

.p-program__fv__textbox {
  position: absolute;
  bottom: 42px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  color: #fff;
}

.p-program__fv__datebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-program__fv__datebox .p-program__fv__month {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  font-size: 40px;
  font-family: "EB Garamond",serif;
  line-height: 1;
  letter-spacing: .02em;
}

.p-program__fv__datebox .p-program__fv__day {
  position: relative;
  margin-left: 6px;
  font-size: 40px;
  font-family: "EB Garamond",serif;
  line-height: 1;
  letter-spacing: .02em;
  word-break: initial;
}

.p-program__fv__datebox .p-program__fv__day:before {
  position: absolute;
  top: 3px;
  left: -21.5px;
  width: 27px;
  height: 21px;
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/tour/jal-academy/program/common/img_sites/icon_diagonalline_white.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

.p-program__fv__datebox .p-program__fv__icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  margin-left: 3px;
  font-size: 27px;
  font-family: "EB Garamond",serif;
  line-height: calc( 60 / 27);
  letter-spacing: -.02em;
}

.p-program__fv__close_message {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin-top: 12px;
  padding: 0 7px;
  background-color: #9c7942;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__fv__title {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__fv__instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 8px auto 0;
}

.p-program__fv__instructor__img {
  width: 50px;
  height: auto;
}

.p-program__fv__instructor__name {
  margin-left: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  opacity: .8;
}

.p-program__fv__bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.p-program__fv__link {
  position: absolute;
  top: 8.25px;
  left: 16px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -.02em;
  text-shadow: 0 0 10px #333;
}

.p-program__fv__linkicon {
  width: 7.78px;
  height: auto;
  margin-top: 1px;
  margin-right: 6.11px;
}


/* PC設定ここから */

@media all and (min-width:740px) {
  .l-program__fv {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: hidden;
    aspect-ratio: 1280 / 595.22;
}
.c-original_content_area.p-program .c-container {
  max-width: 740px;
}
.p-program__fv__datebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-program__fv__datebox .p-program__fv__month {
  -webkit-transform: translateY(-44px);
  transform: translateY(-44px);
  width: 50px;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  text-align: center;
  line-height: calc(75 / 50);
  letter-spacing: .02em;
}
.p-program__fv__datebox .p-program__fv__day {
  position: relative;
  width: 50px;
  margin-left: -5px;
  font-size: 50px;
  font-family: "EB Garamond", serif;
  text-align: center;
  line-height: calc(75 / 50);
  letter-spacing: .02em;
}
.p-program__fv__datebox .p-program__fv__day:before {
  position: absolute;
  top: 7px;
  left: -13.5px;
  width: 26.5px;
  height: 22.5px;
  background-size: contain;
  content: "";
}
.p-program__fv__datebox .p-program__fv__icon {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
  margin-left: 3px;
  font-size: 35px;
  font-family: "EB Garamond", serif;
  line-height: calc(75 / 35);
  letter-spacing: -.02em;
}
.p-program__fv__title {
  margin-top: 16px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.02em;
}
.p-program__fv__instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 16px auto 0;
}
.p-program__fv__instructor__img {
  width: 50px;
  height: auto;
}
.c-original_content_area img {
  display: block;
  width: 100%;
  height: auto;
}
.p-program__fv__instructor__name {
  margin-left: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  opacity: .8;
}
.p-program__fv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
}


/* ========================================
	content
========================================= */

.l-program__content {
  position: relative;
  padding-top: 94px;
}

.p-program__innerlinkbox {
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
}

.p-program__innerlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 16px 10px;
  gap: 20px;
  -ms-overflow-style: none;
  overflow-x: scroll;
  scrollbar-width: none;
}

.p-program__innerlink::-webkit-scrollbar {
  display: none;
}

.p-program__innerlinkitem {
  position: relative;
}

.p-program__innerlinkitem a {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.p-program__innerlinkitem a:hover {
  text-decoration: none;
}

.p-program__innerlinkitem.js-active a {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__innerlinkitem.js-active a:hover {
  text-decoration: none;
}

.p-program__innerlinkitem.js-active:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  height: 2px;
  background-color: #be0011;
  content: "";
}

@media all and (min-width:740px) {
  .l-program__content {padding-top: 112px;}
}

/* ========================================
	feature
========================================= */
.l-program__feature .c-container {
  padding: 0 10px;
}
.l-program__feature {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #dfcfbd;
  padding: 24px 12px;
}
.p-program__feature__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 12px;
  margin: 30px auto 0;
}
.ctm_pageTtl.hc02 {text-align: left;}
.ctm_pageTtl.hc02 .ttlLv3{
  padding: 0;
  margin-bottom: 4px;
}
.ctm_pageTtl.hc02 .ttlLv3 .heading {
  padding: 0;
  font-weight: normal;
  border-bottom: 1px solid #9c7942;
}

@media all and (min-width:740px) {
  .p-program__feature__flexbox .colWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .p-program__feature__flexbox .clm_1_2col.colWrap .col {
    margin-left: 0px;
}
.p-program__feature__flexbox .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  margin-top: 0px;
  width: 60%;
}
.p-program__feature__flexbox .clm_1_2col.colWrap .col:nth-child(odd) {
  margin-left: 0px;
  width: 36%;
}
.l-program__feature {padding: 64px 0px;}
.ctm_pageTtl.hc02 .ttlLv3 {margin-top: 20px;}
}

.p-program__feature__text {
  font-size: 16px;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-program__feature__img {
  width: 100%;
  height: auto;
}
.p-program__feature__img figcaption {
  font-size: 14px;
  color: #333;
  text-align: right;
  line-height: 1.3;
  letter-spacing: -.02em;
}
.p-program__feature__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 27px auto 0;
  /* padding: 0 16px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 8px;
  -ms-overflow-style: none;
  overflow-x: scroll;
  scrollbar-width: none;
}
.p-program__feature__tags::-webkit-scrollbar {
  display: none;
}
.p-program__feature__tags p .txtcmpSubTitle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 34px;
  border-radius: 17px;
  padding: 0 16px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.04em;
  white-space: nowrap;
}

/* .p-program__feature__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 34px;
  border-radius: 17px;
  padding: 0 16px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.04em;
  white-space: nowrap;
} */
@media all and (min-width:740px) {
  .p-program__feature__flexbox {
    margin: 16px auto 0;
    flex-direction: row;
    gap: 24px;
  }
  .p-program__feature__flexbox .img{
    width: 42%;
  }
  .p-program__feature__img {
    width: 100%;
  }
}
@media all and (min-width:740px) {}

/* ========================================
	detail
========================================= */
.l-program__detail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 70px 0 0;
}
.p-program__detail__sections {
  width: 100%;
  height: auto;
  margin: 24px auto 0;
}
.p-program__detail__section {
  width: 100%;
  height: auto;
}
.p-program__detail__section .c-container {
  position: relative;
}
.p-program__detail__section .c-container:before {
  position: absolute;
  top: 0;
  left: 60px;
  width: 1px;
  height: 100%;
  background-color: #9c7942;
  content: "";
}
.p-program__detail__section .c-container:after {
  position: absolute;
  top: 10px;
  left: 57px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9c7942;
  content: "";
}
@media all and (min-width:740px) {
  .l-program__detail {
    padding: 80px 0 0;
  }
  .p-program__detail__sections {
    margin: 40px auto 0;
  }
  .p-program__detail__section .c-container:before {
    left: 93px;
  }
  .p-program__detail__section .c-container:after {
    top: 7px;
    left: 90px;
  }
}

.p-program__detail__section:first-child .c-container {
  padding-top: 0;
}

.p-program__detail__section:first-child .c-container:before {
  top: 10px;
  height: calc(100% - 10px);
}
.p-program__detail__section:not(:first-child) .c-container {
  padding-top: 39px;
}
.p-program__detail__section:not(:first-child) .c-container:after {
  top: 60px;
}
.p-program__detail__section:not(:first-child) .p-program__detail__section__datebox {
  top: 35px;
}
@media all and (min-width:740px) {
  .p-program__detail__section:first-child .c-container:before {
    top: 7px;
    height: calc(100% - 7px);
  }
  .p-program__detail__section:not(:first-child) .c-container {
    padding-top: 100px;
  }
  .p-program__detail__section:not(:first-child) .c-container:after {
    position: absolute;
    top: 110px;
    left: 90px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #9c7942;
    content: "";
  }
  .p-program__detail__section:not(:first-child) .p-program__detail__section__datebox {
    top: 82px;
  }
}
.p-program__detail__section:last-child .c-container:before {
  height: 49px;
}
@media all and (min-width:740px) {
  .p-program__detail__section:last-child .c-container {
    padding-top: 20px;
  }
  
  .p-program__detail__section:last-child .c-container:before {
    height: 35px;
  }
  .p-program__detail__section:last-child .c-container:after {
    top: 30px;
  }
  .p-program__detail__section:last-child .p-program__detail__section__datebox {
    top: 2px;
  }
}

.p-program__detail__section:has(+ .u-colored) .c-container {
  padding-bottom: 40px;
}

.p-program__detail__section.u-colored {
  background-color: #005e37;
  color: #fff;
}
.p-program__detail__section.u-colored p {
  color: #fff;
}
.p-program__detail__section.u-colored p a {
  color: #fff;
  text-decoration: underline;
}
.p-program__detail__section.u-colored .c-container {
  padding: 40px 16px;
}
.p-program__detail__section.u-colored .c-container:after {
  top: 112px;
}
.p-program__detail__section.u-colored .p-program__detail__section__datebox {
  top: 100px;
  left: 12px;
}
.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix {top: 108px;}
@media all and (min-width:740px) {
  .p-program__detail__section.u-colored {
    max-width: 1280px;
    margin: 0 auto;
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/tour/jal-academy/program/common/img_sites/bg_program_book.png) top left / cover no-repeat;
  }
  .p-program__detail__section.u-colored .c-container {
    min-height: 1050px;
    padding: 120.79px 20px 67px;
  }
  .p-program__detail__section.u-colored .c-container:after {
    top: 200px;
  }
  .p-program__detail__section.u-colored .p-program__detail__section__datebox {
    top: 173px;
  }
  .p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix {top: 168px;}
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix {top: 108px;}

.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix .p-program__detail__section__month {
  text-align: left;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix .p-program__detail__section__day {
  -webkit-transform: translate(-7px, 25px);
  transform: translate(-7px, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
}
.p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix .p-program__detail__section__day:before {
  top: -17px;
  left: 7px;
}
.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__month {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}
@media all and (min-width:740px) {
  .p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix .p-program__detail__section__day {
    -webkit-transform: translate(-24px, 50px);
    transform: translate(-24px, 50px);
    font-size: 22px;
  }
  .p-program__detail__section.u-colored .p-program__detail__section__datebox.u-nofix .p-program__detail__section__day:before {
    top: -34px;
    left: 6px;
  }
  .p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__month {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
}


.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day span {
  height: 24px;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
}
@media all and (min-width:740px) {
  .p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day span {
    height: 40px;
  }
  .p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day .u-icon {
    font-size: 60px;
  }
}

.p-program__detail__section.u-colored .p-program__detail__section__datebox .p-program__detail__section__day:before {
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/tour/jal-academy/program/common/img_sites/icon_diagonalline_white.png") 50% 50% no-repeat;
}
.p-program__detail__section.u-colored .p-program__detail__section__textbox {
  /* width: calc( 100% - 56px); */
  margin: 6px 0 0 auto;
}
@media all and (min-width:740px) {
  .p-program__detail__section.u-colored .p-program__detail__section__flex {
    margin-top: 16px;
  }
  .p-program__detail__section.u-colored .p-program__detail__section__textbox {
    margin: 0 0 0 auto;
  }
  .p-program__detail__section.u-colored .p-program__detail__section__text {
    margin-top: 6px;
  }
}

.p-program__detail__section.u-colored .p-program__detail__section__title {
  width: 100%;
}

.p-program__detail__section.u-colored .p-program__detail__section__img {
  width: 100%;
  margin: 10px auto 0 0;
}
.p-program__detail__section__img figure{margin-bottom: 10px;}
@media all and (min-width:740px) {
  .p-program__detail__section.u-colored .p-program__detail__section__img {
    width: 36.65%;
  }
}

.p-program__detail__section.u-colored .p-program__detail__section__img figcaption {
  color: #fff;
}

.p-program__detail__section.u-colored .p-program__detail__section__text {
  margin-top: 10px;
}

/* .p-program__detail__section.u-colored .p-program__detail__section__instructor__info {
  width: 100%;
} */

.p-program__detail__section.u-colored:last-child .c-container:before {
  height: 112px;
}
.p-program__detail__section__datebox {
  position: absolute;
  top: -13PX;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-program__detail__section__datebox .p-program__detail__section__month {
  font-size: 24px;
  font-family: "EB Garamond",serif;
  line-height: 1;
  letter-spacing: .02em;
}
@media all and (min-width:740px) {
  .p-program__detail__section.u-colored:last-child .c-container:before {
    height: 202px;
}
  .p-program__detail__section.u-long .c-container {
    min-height: 1120px;
  }
  .p-program__detail__section__datebox {
    top: -20PX;
    left: 10px;
  }
  .p-program__detail__section__datebox .p-program__detail__section__month {
    width: 40px;
    font-size: 40px;
    text-align: center;
  }
}

.p-program__detail__section__datebox .p-program__detail__section__day {
  position: relative;
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
  width: 24px;
  margin-left: -7px;
  font-size: 24px;
  font-family: "EB Garamond",serif;
  text-align: center;
  line-height: 1;
  letter-spacing: .02em;
  word-break: initial;
}
.p-program__detail__section__datebox .p-program__detail__section__day:before {
  position: absolute;
  top: -6px;
  left: -8.5px;
  width: 20px;
  height: 15px;
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/tour/jal-academy/program/common/img_sites/icon_diagonalline.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}


@media all and (min-width:740px) {
  .p-program__detail__section__datebox .p-program__detail__section__day {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    width: 40px;
    margin-left: -10px;
    font-size: 40px;
  }
  .p-program__detail__section__datebox .p-program__detail__section__day:before {
    top: -10px;
    left: -9.5px;
    width: 26.5px;
    height: 22.5px;
  }
}
.p-program__detail__section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc( 100% - 56px);
  height: auto;
  margin: 10px 0 0 auto;
  gap: 4px;
}
.p-program__detail__section__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-program__detail__section__textbox .p-program__detail__section__text {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
.p-program__detail__section__top_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: calc( 100% - 56px); */
  /* margin: 0 0 0 auto; */
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  gap: 5px;
}
.p-program__detail__section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  /* margin: 0 0 0 auto; */
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media all and (min-width:740px) {
  .p-program__detail__section__flex {
    width: calc( 100% - 97px);
  }
  .p-program__detail__section__textbox .p-program__detail__section__text {
    margin-top: 10px;
  }
  .p-program__detail__section__top_info {
    gap: 12px;
  }
  .p-program__detail__section__title {
    gap: 12px;
  }
  
}


@media all and (min-width:740px) {
  .p-program__detail__section__flex {
    width: calc( 100% - 97px);
    margin: 0 0 0 auto;
    gap: 24px;
    flex-direction: row;
  }
  .p-program__detail__section__textbox .p-program__detail__section__text {
    margin-top: 10px;
  }
  .p-program__detail__section__textbox .p-program__detail__section__top_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    gap: 12px;
  }
  .p-program__detail__section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.02em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}
.p-program__detail__section__title:not(:first-child) {
  margin: 10px 0 0 0;
}
@media all and (min-width:740px) {
  .p-program__detail__section__title:not(:first-child) {
    margin-top: 12px;
  }
}
.p-program__detail__section__title__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 25px;
  margin-top: 1px;
  border-radius: 12.5px;
  padding: 0 8px;
  background-color: #9c7942;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -.05em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-program__detail__section__title__icon{
  padding: 2px 6px;
  color: #fff;
  border-radius: 12.5px;
  font-size: 12px;
}
.p-program__detail__section__instructor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc( 100% - 56px);
  height: auto;
  margin: 10px 0 0 auto;
  gap: 8px;
}

@media all and (min-width:740px) {
  .p-program__detail__section__instructor__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 97px);
    margin: 10px 0 0 auto;
    gap: 8px;
  }
}

.p-program__detail__section__instructor__img {
  width: 50px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-program__detail__section__instructor__textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-program__detail__section__instructor__textbox .p-program__detail__section__instructor__name {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__instructor__textbox .p-program__detail__section__instructor__status {
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__detail__section__img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (min-width:740px) {
  .p-program__detail__section__img {
    width: 36.65%;
  }
}

.p-program__detail__section__img figcaption {
  font-size: 10px;
  color: #000;
  text-align: right;
  line-height: 1.3;
  letter-spacing: -.02em;
}
@media all and (min-width:740px) {
  .p-program__detail__section__img figcaption {
    font-size: 14px;
  }
}

.p-program__detail__section__localprogram {
  width: calc( 100% - 56px);
  height: auto;
  margin: 0 0 0 auto;
}
@media all and (min-width:740px) {
  .p-program__detail__section__localprogram {
    width: calc( 100% - 97px);
  }
}

.p-program__detail__section__localprogram__text {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__detail__section__localprogram__largetext {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.02em;
}
@media all and (min-width:740px) {
  .p-program__detail__section__localprogram .p-program__detail__section__localprogram__largetext {
    margin-top: 5px;
    font-size: 20px;
  }
}


.p-program__detail__section__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto 0;
}

.p-program__detail__section__location dt {
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__location dd {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__detail__section__bottomarea {
  width: 100%;
  margin: 20.5px auto 0;
  position: relative;
}
@media all and (min-width:740px) {
  .p-program__detail__section__bottomarea {
    width: calc( 100% - 97px);
    margin: 42px 0 0 auto;
  }
}

.p-program__detail__section__bottomarea .p-program__detail__section__bottomarea__text {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -.04em;
}
.p-program__detail__section__supplement {
  margin-top: 35px;
  font-size: 14px;
  color: #000;
  text-align: right;
  line-height: 1.3;
  letter-spacing: -.04em;
}

@media all and (min-width:740px) {
  .p-program__detail__section__bottomarea .p-program__detail__section__bottomarea__text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -.02em;
  }
  .p-program__detail__section__bottomarea .p-program__detail__section__supplement {
    margin-top: 35px;
    font-size: 14px;
    text-align: right;
    line-height: 1.3;
    letter-spacing: -.04em;
  }
}

.p-program__detail__section__linkto_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 288px;
  max-width: 100%;
  height: 49px;
  margin: 0 auto;
  border-radius: 24.5px;
  background-color: #fff;
  font-size: 16px;
  color: #005e37;
  line-height: 1.5;
  letter-spacing: -.02em;
}
@media all and (min-width:740px) {
  .p-program__detail__section__linkto_detail:hover {
    text-decoration: none;
  }
}
.p-program__detail__section__campaign {
  width: 100%;
  height: auto;
  margin: 20.5px auto 0;
  border-radius: 4px;
  padding: 8px 12px 12px;
  background-color: #9c7942;
  
}
.p-program__detail__section__campaign .p-program__detail__section__campaign__title {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -.06em;
}
@media all and (min-width:740px) {
  .p-program__detail__section__campaign {
    margin: 40px auto 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-program__detail__section__campaign .p-program__detail__section__campaign__title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
  }
  
}
.p-program__detail__section__campaign .p-program__detail__section__campaign__text {
  margin: 6px auto 0;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

@media all and (min-width:740px) {
  .p-program__detail__section:first-child .c-container {
    padding-top: 0;
}
}


/* ========================================
	instructor
========================================= */
.l-program__instructor .c-container {
  padding: 0 10px;
}
.l-program__instructor {
  width: 100%;
  height: auto;
  padding: 42px 0 0;
}
.p-program__instructor__boxes{
  margin: 30px auto;
}
.l-program__instructor .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  margin-top: 16px;
}
@media all and (min-width:740px) {
  .l-program__instructor {
    padding: 65px 0 0;
  }
  .l-program__instructor .clm_1_2col.colWrap .col:nth-of-type(n+2) {
    margin-top: 0;
  }
  .p-program__instructor__boxes{
    margin: 30px auto;
  }
}

.p-program__instructor__box {
  width: 100%;
  height: auto;
}
.p-program__instructor__box .p-program__instructor__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  -webkit-line-clamp: 4;
}
.p-program__instructor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  gap: 12px;
}
.p-program__instructor__info__textbox .p-program__instructor__info__name {
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.02em;
}
.p-program__instructor__info__textbox .p-program__instructor__info__status {
  margin-top: 4px;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.04em;
}




/* ========================================
	overview
========================================= */
.l-program__overview .c-container {
  padding: 0 10px;
}
.l-program__overview {
  width: 100%;
  height: auto;
  padding: 70px 0 0;
}
.p-program__overview__list {
  margin: 30px auto 0;
}
.l-program__overview .colWrap {
  justify-content: space-between;
  margin-bottom: 16px;
}

.p-program__overview__listitem {
  width: 100%;
  height: auto;
}
.l-program__overview .clm_2_2col.colWrap .col {
  margin-left: 10px;
  width: calc(75% - 10px);
}
.l-program__overview .clm_2_2col.colWrap .col:nth-child(2n+1) {
  margin-left: 0;
  width: 25%;
}

.overview__listitem--dt {
  /* width: 101px; */
  height: auto;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.02em;
}
@media all and (min-width:740px) {
  .l-program__overview {
    padding: 80px 0 0;
  }
  .p-program__overview__list {
    margin: 35px auto 0;
  }
  .l-program__overview .clm_2_2col.colWrap .col {
    width: calc(85% - 10px);
  }
  .l-program__overview .clm_2_2col.colWrap .col:nth-child(2n+1) {
    width: 15%;
}
}



/* .p-program__overview__listitem dd {
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
} */

.overview__listitem--dd{
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -.02em;
}
/* .overview__listitem--dd-link .txtLink {
  color: #005e37;
} */
/* .p-program__overview__listitem dd p:not(:first-child) {
  margin-top: 14px;
}

.p-program__overview__listitem dd p .u-red {
  color: red;
} */

/* .p-program__overview__listitem dd .p-program__overview__listitem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #005e37;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__overview__listitem dd .p-program__overview__listitem__link:hover {
  text-decoration: none;
}

.p-program__overview__listitem dd .p-program__overview__listitem__link:not(:first-child) {
  margin-top: 16px;
} */


/* ========================================
	flow
========================================= */
.l-program__flow .c-container {
  padding: 0 10px;
}
.l-program__flow {
  width: 100%;
  height: auto;
  padding: 70px 0 0;
}

.p-program__flow__list {
  width: 100%;
  height: auto;
  margin: 30px auto 0;
}
.l-program__flow .colWrap {
  justify-content: space-between;
  margin-bottom: 16px;
}
.l-program__flow .clm_2_2col.colWrap .col {
  margin-left: 10px;
  width: calc(92% - 10px);
}
.l-program__flow .clm_2_2col.colWrap .col:nth-child(2n+1) {
  margin-left: 0;
  width: 8%;
}

.p-program__flow__listitem {
  width: 100%;
  height: auto;
  /* padding-left: 38px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-program__flow__listitem:not(:first-child) {
  margin-top: 29px;
}

.p-program__flow__listitem .p-program__flow__listitem__number {
  font-size: 36px;
  font-weight: 500;
  font-family: "EB Garamond",serif;
  line-height: 1.5;
  letter-spacing: .02em;
}

.p-program__flow__listitem .p-program__flow__listitem__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.05em;
}

.p-program__flow__listitem .p-program__flow__listitem__text {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.04em;
}

/* ========================================
	confirm
========================================= */
.l-program__confirm .c-container {
  padding: 0 10px;
}
.l-program__confirm {
  width: 100%;
  height: auto;
  padding: 70px 0 0;
}
.p-program__confirm__contentboxes {
  width: 100%;
  height: auto;
  margin: 48px auto 0;
}
.p-program__confirm__contentbox {
  width: 100%;
  height: auto;
}

@media all and (min-width:740px) {
  .p-program__confirm__contentboxes {
    margin: 58px auto 0;
  }
}

.p-program__confirm__contentbox:not(:first-child) {
  margin-top: 20px;
}

.p-program__confirm__contentbox .p-program__confirm__text {
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__confirm__contentbox .p-program__confirm__text:not(:first-child) {
  margin-top: 4px;
}

/* .p-program__confirm__contentbox .p-program__confirm__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #005e37;
  line-height: 1.3;
  letter-spacing: -.02em;
} */

/* .p-program__confirm__contentbox .p-program__confirm__link:not(:first-child) {
  margin-top: 16px;
} */

/* .p-program__confirm__contentbox .p-program__confirm__link--gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
} */

/* .p-program__confirm__contentbox .p-program__confirm__link--gray:hover {
  text-decoration: none;
} */

/* .p-program__confirm__contentbox .p-program__confirm__link--gray.js-active .p-program__confirm__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/* .p-program__confirm__contentbox .p-program__confirm__arrow {
  width: 12px;
  height: auto;
  margin-left: 6px;
} */

/* .p-program__confirm__contentbox .p-program__confirm__contentbox__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.05em;
} */

/* .p-program__confirm__contentbox .p-program__confirm__contentbox__smalltitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
} */

/* .p-program__confirm__accorionbox {
  display: none;
  padding-top: 4px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
} */

/* .p-program__confirm__accorionbox.js-active {
  display: block;
} */

/* .p-program__confirm__accorionbox .p-program__confirm__link {
  margin-top: 5px;
} */

/* ========================================
	ctaボタン
========================================= */
.p-program__cta {
  position: fixed;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 343px;
  height: 48px;
  border: 1px solid #eee9e6;
  border-radius: 24px;
  background-color: #005e37;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  font-family: "Zen Old Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","Yu Mincho Light","YuMincho","Yu Mincho","游明朝体",serif;
  color: #fff;
  letter-spacing: -.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p-program__cta:hover {
  text-decoration: none;
}

.p-program__cta.js-fixed {
  bottom: 20px;
}

.c-program__linkicon {
  width: 13px !important;
  height: auto !important;
  margin-right: 8px;
}

@media screen and (min-width: 500px) {
  /* .l-top__customer_voice {
    padding: 200px 0 0;
  } */
}

.p-program__content__ornament {
  display: none;
}

@media all and (min-width:740px) {
.p-program__content__ornament {
  display: block;
  position: absolute;
  top: -64px;
  right: 77.59px;
  width: 193.41px;
  height: auto;
}
}




/* トップに戻るボタンカスタマイズ */
.pageTop {
  bottom: 75px;
}
@media all and (min-width:740px) {
  .pageTop {
    bottom: 20px;
  }
}

/* アコーディオンカスタマイズ */
.l-program__confirm--acc .acodBlock > .heading {
  min-height: auto;
  padding: 0px;
  background-color: transparent;
  border: none;
  position: relative;
}
.l-program__confirm--acc .acodBlock > .heading > .inr {
  color: #000;
  font-size: 14px;
  padding-left: 0px;
  border-left: none;
  line-height: 1.3;
}
.l-program__confirm--acc .acodBlock > .heading .iconAccordion {
  background-position: -45px -35px;
}
.l-program__confirm--acc .acodBlock > .heading.open .iconAccordion {
  background-position: -27px -35px;
}
.l-program__confirm--acc .acodBlock > .content {
  background-color: transparent;
  border: none;
  border-top: 0px;
  padding: 10px 0 0 0;
}
/*241219追加*/
.pricedowninfo{
	background-color: #ffffff;
	color:#005f38;
	font-weight:bold;
	font-size:1.6rem;
	padding:3px 12px;
	margin:5px 0 0 0;
	display: inline-block;
	border-radius:20px;
}
@media all and (min-width:740px) {
	.pricedowninfo{
		margin:5px 0 0 5px;
	}
}

/* ========================================
	mitoyo #local
========================================= */
.p-program__detail__section__instructor__info__group{
  width: calc(100% - 56px);
  margin: 10px 0 0 auto;
}
#local .p-program__detail__section__instructor__info{
  width: 100%;
}
#local .p-program__detail__section__bottomarea{
  width: calc(100% - 56px);
  margin: 24px 0 0 auto;
}

#local .p-program__detail__section__supplement{
  margin-top: 8px;
}
.after__local .p-program__detail__section__flex {
  margin: 0 0 0 auto;
}
.p-program__detail__section.after__local:not(:first-child) .c-container:after {top: 78px;}
.p-program__detail__section.after__local:not(:first-child) .p-program__detail__section__datebox {top: 60px;}
.p-program__detail__section.after__local:last-child .c-container:before {height: 78px;}
.p-program__detail__section__note{
  font-size: 14px;
  line-height: 1.6;
  color: #be0011;
  margin-top: 4px;
}
@media all and (min-width:740px) {
  .p-program__detail__section__instructor__info__group{
    width: calc(100% - 97px);
    margin: 10px 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  #local .p-program__detail__section__instructor__info__group .p-program__detail__section__instructor__info{
    width: calc( ( 100% - 16px ) / 2 );
  }
  #local .p-program__detail__section__bottomarea{
    width: calc(100% - 97px);
    margin: 32px 0 0 auto;
  }
  .p-program__detail__section.after__local:not(:first-child) .c-container:after {top: 64px;}
  .p-program__detail__section.after__local:not(:first-child) .p-program__detail__section__datebox {top: 40px;}
  .p-program__detail__section.after__local:last-child .c-container:before {height: 70px;}
}


/* ========================================
	customer_voice
========================================= */
.l-program__voice {
  width: 100%;
  height: auto;
  padding: 42px 0 0;
}
.l-program__voice .ctm_pageTtl.hc01.c-section__title .ttlLv1 .heading>img {
  height: 40px;
}
.p-program__customer_voice__box{display: flex;}
.p-program__customer_voice__box.flex-reverse{
  flex-direction: row-reverse;
}
.p-program__customer_voice__img{padding-right: 16px;}
.flex-reverse .p-program__customer_voice__img{
  padding-right: 0px;
  padding-left: 16px;
}
.p-program__customer_voice__txt{
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
}
.p-program__customer_voice__txt span.txtcmpSubTitle{background: linear-gradient(transparent 60%, #ffee00 30%);}
.p-program__customer_voice .clm_1_2col.colWrap .col:nth-of-type(n+2) { margin-top: 20px;}
.p-program__customer_voice .imgParts figcaption {
  font-size: 10px;
  color: #000;
  text-align: right;
  line-height: 1.3;
  letter-spacing: -.02em;
  margin-top: 0;
}
.customer_voice_report--box {
  padding: 0 10px 10px;
  background-color: #ffffff;
  border-radius: 8px;
}
/* .btnBox .customer_voice__btn .btn {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 24px;
} */
/* .customer_voice__btn .btn .btnInr .altIcon{display: none;} */
@media all and (min-width:740px) {
  .l-program__voice {padding: 65px 0 0;}
  .l-program__voice .ctm_pageTtl.hc01.c-section__title .ttlLv1 .heading>img {height: 28px;}
  .p-program__customer_voice .colWrap.clm_1_2col .col:first-child {width: calc(66% - 30px);}
  .p-program__customer_voice .colWrap.clm_1_2col .col:last-child {width: 34%;}
  .p-program__customer_voice .clm_1_2col.colWrap .col:nth-of-type(n+2) { margin-top: 0px;}
  .customer_voice_report--box {padding: 0 16px 24px;}
  .p-program__customer_voice .imgParts figcaption {font-size: 14px;}
  /* .customer_voice__btn a:hover{text-decoration: none;} */
}

/* ========================================
	映像配信ありicon
========================================= */
.icon__movie{
  background-color: #be0011;
  border-radius: 12.5px;
}

/* ========================================
	customer_voice
========================================= */

/* .l-program__customer_voice {
  width: 100%;
  height: auto;
  padding: 70px 0 0;
}

.p-program__customer_voice__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.p-program__customer_voice__box {
  width: 100%;
  height: auto;
}

.p-program__customer_voice__box:nth-child(n + 4) {
  display: none;
}

.p-program__customer_voice__box .p-program__customer_voice__box__name {
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__customer_voice__box .p-program__customer_voice__box__text {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.p-program__customer_voice__box .p-program__customer_voice__box__program {
  margin-top: 8px;
  font-size: 14px;
  color: #939393;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.p-program__customer_voice__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 20px auto 0;
  font-size: 14px;
  color: #005e37;
  line-height: 1.3;
  letter-spacing: -.04em;
}

.p-program__customer_voice__readmore:hover {
  text-decoration: none;
}

.p-program__customer_voice__readmoreicon {
  width: 13.5px;
  height: auto;
} */