@charset "UTF-8";
/* Slider */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #2b730d;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
@media (min-width: 992px) {
  .slick-prev {
    left: -25px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f12d";
}
[dir=rtl] .slick-prev:before {
  content: "\f136";
}

.slick-next {
  right: 0;
}
@media (min-width: 992px) {
  .slick-next {
    right: -25px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f136";
}
[dir=rtl] .slick-next:before {
  content: "\f12d";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f309";
  width: 20px;
  height: 20px;
  font-family: "bootstrap-icons";
  font-weight: 900;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------
+: Mixin
==================================================*/
/*--------------------------------------------------
+: margin-extend
==================================================*/
.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .mb-60 {
    margin-bottom: 40px;
  }
  .mb-70 {
    margin-bottom: 50px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mb-90 {
    margin-bottom: 70px;
  }
  .mb-100 {
    margin-bottom: 80px;
  }
}
/*--------------------------------------------------
+: color
==================================================*/
.col-twitter {
  color: #55acee;
}

.col-facebook {
  color: #3b5998;
}

.col-youtube {
  color: #c4302b;
}

.col-line {
  color: #06c755;
}

hr {
  border-color: var(--bs-border-color);
}

/*--------------------------------------------------
+: text
==================================================*/
.font-family-serif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*: text-size
=================================*/
.size-10 {
  font-size: 0.625rem !important;
}

.size-11 {
  font-size: 0.6875rem !important;
}

.size-12 {
  font-size: 0.75rem !important;
}

.size-13 {
  font-size: 0.8125rem !important;
}

.size-14 {
  font-size: 0.875rem !important;
}

.size-16 {
  font-size: 1rem !important;
}

.size-18 {
  font-size: 1.125rem !important;
}

.size-20 {
  font-size: 1.25rem !important;
}

.size-22 {
  font-size: 1.375rem !important;
}

.size-24 {
  font-size: 1.5rem !important;
}

.size-26 {
  font-size: 1.625rem !important;
}

.size-28 {
  font-size: 1.75rem !important;
}

.size-30 {
  font-size: 1.875rem !important;
}

.size-32 {
  font-size: 2rem !important;
}

@media (max-width: 767.98px) {
  .size-10 {
    font-size: 0.5625rem !important;
  }
  .size-11 {
    font-size: 0.61875rem !important;
  }
  .size-12 {
    font-size: 0.675rem !important;
  }
  .size-13 {
    font-size: 0.73125rem !important;
  }
  .size-14 {
    font-size: 0.74375rem !important;
  }
  .size-16 {
    font-size: 0.85rem !important;
  }
  .size-18 {
    font-size: 0.9rem !important;
  }
  .size-20 {
    font-size: 1rem !important;
  }
  .size-22 {
    font-size: 1.1rem !important;
  }
  .size-24 {
    font-size: 1.2rem !important;
  }
  .size-26 {
    font-size: 1.3rem !important;
  }
  .size-28 {
    font-size: 1.4rem !important;
  }
  .size-30 {
    font-size: 1.5rem !important;
  }
  .size-32 {
    font-size: 1.6rem !important;
  }
}
/*: line-height
=================================*/
.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.lh-30 {
  line-height: 3 !important;
}

/*: letter-spacing
=================================*/
.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

/*: asterisk
=================================*/
.text-asterisk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2 !important;
}
.text-asterisk:before {
  content: "※";
  margin-right: 5px;
}

/*--------------------------------------------------
+: headline
==================================================*/
.headline01 {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .headline01 {
    margin: 0 auto 30px;
  }
}
.headline01 span em {
  font-size: 3rem;
  font-weight: bold;
  font-style: normal;
  color: transparent;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#ec6d81), to(#fb9466));
  background-image: linear-gradient(to left, #ec6d81, #fb9466);
  background-clip: text;
  -webkit-background-clip: text;
}
@media (max-width: 991.98px) {
  .headline01 span em {
    font-size: 1.875rem;
  }
}
.headline01 span:after {
  content: "";
  margin: -15px -20px 0;
  display: block;
  width: calc(100% + 40px);
  height: 22px;
  background-color: #f9f9f9;
  border-radius: 11px;
}
@media (max-width: 991.98px) {
  .headline01 span:after {
    margin: -10px -5px 0;
    display: block;
    width: calc(100% + 10px);
    height: 14px;
  }
}

.headline02 {
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 1.375rem;
  color: #fff;
  background-color: #ec6d81;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .headline02 {
    margin-bottom: 25px;
    font-size: 1.125rem;
  }
}
.headline02:before {
  content: "";
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 3px;
  height: 38px;
}
@media (max-width: 767.98px) {
  .headline02:before {
    height: 20px;
  }
}

.headline03 {
  padding: 0 0 15px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline03:before {
  margin: 0 15px;
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2ef";
  line-height: 0;
  text-decoration: none;
  color: #ec6d81;
}

.headline04 {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .headline04 {
    font-size: 1rem;
  }
}

/*--------------------------------------------------
+: a
==================================================*/
.link-arrow-r:before {
  margin-right: 5px;
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f285";
  line-height: 0;
  color: #1861ae;
  text-decoration: none;
}
.link-arrow-r a:hover {
  text-decoration: none;
}

.link-pdf {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .link-pdf:hover span em {
    display: inline;
  }
}
.link-pdf span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-pdf span em {
  padding: 20px 40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-style: normal;
  border-radius: 10px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .link-pdf span em {
    display: none;
  }
}

/*--------------------------------------------------
+: btn
==================================================*/
.btn-primary,
.btn-secondary {
  --bs-btn-hover-color:#fff;
  color: #fff;
}

.btn-lg {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 340px;
}

.btn-xl {
  padding: 20px 40px;
  padding-bottom: 20px;
  font-size: 2rem;
  border-radius: 60px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .btn-xl {
    font-size: 1.5rem;
    min-width: auto;
  }
}

.btn-w-arrow {
  padding: 10px 30px;
  min-width: 300px;
  text-align: center;
  position: relative;
}
.btn-w-arrow:before {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f285";
  line-height: 0;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 22px;
  left: 14px;
}

/*--------------------------------------------------
+: container
==================================================*/
/*--------------------------------------------------
+: list
==================================================*/
.list-primary {
  padding-left: 0px;
  margin-top: calc(var(--bs-gutter-y) * -1);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-primary.text-success li:before {
  color: rgba(25, 135, 84, 0.5);
}
.list-primary.text-danger li:before {
  color: rgba(167, 29, 93, 0.5);
}
.list-primary:last-child {
  margin-bottom: 0;
}
.list-primary > li {
  padding: 0 0 0 15px;
  margin-top: var(--bs-gutter-y);
  position: relative;
}
.list-primary > li:before {
  margin-right: 10px;
  content: "\f582";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0.625rem;
  color: rgba(236, 109, 129, 0.5);
}

.list-asterisk {
  padding-left: 0px;
  list-style: none;
  line-height: 1.2 !important;
}
.list-asterisk > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-asterisk > li:before {
  content: "※";
  margin-right: 5px;
}

ol.list-count {
  padding-left: 0px;
  margin-top: calc(var(--bs-gutter-y) * -1);
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
ol.list-count:last-child {
  margin-bottom: 0;
}
ol.list-count > li {
  margin-top: var(--bs-gutter-y);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  ol.list-count > li {
    font-size: 80%;
  }
}
ol.list-count > li:before {
  content: counter(item);
  counter-increment: item;
  /*position: absolute;
  top: 0;
  left: -30px;*/
  margin-right: 10px;
  min-width: 25px;
  height: 25px;
  background-color: #ec6d81;
  border-radius: 20px;
  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;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

/*--------------------------------------------------
+: DL
==================================================*/
.dl-primary {
  margin-bottom: 0;
}
.dl-primary dt {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ec6d81;
}
.dl-primary dt:before {
  margin-right: 10px;
  content: "\f582";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.45, 1.5);
          transform: scale(0.45, 1.5);
}
.dl-primary dd {
  padding-left: 20px;
}
.dl-primary dd:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .dl-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dl-flow dt,
.dl-flow dd {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .dl-flow dt,
.dl-flow dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.dl-flow dt {
  background-color: #f8f9fa;
}
.dl-flow dt.bg-danger, .dl-flow dt.bg-primary {
  color: #fff;
  border: none;
}
.dl-flow dd {
  margin: 0;
}
@media (max-width: 767.98px) {
  .dl-flow dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.dl-flow dd.dd-arrow {
  padding: 0 1.5rem 1.5rem 1.5rem;
  background-color: transparent;
  text-align: center;
  font-size: 1.75rem;
}

.dl-qa dt,
.dl-qa dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .dl-qa dt,
.dl-qa dd {
    font-size: 1rem;
  }
}
.dl-qa dt:before,
.dl-qa dd:before {
  margin-right: 10px;
  counter-increment: item;
  min-width: 50px;
  height: 50px;
  border-radius: 25px;
  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;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.dl-qa dt {
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl-qa dt:before {
  content: "Q";
  background-color: #ec6d81;
}
.dl-qa dt:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid var(--bs-border-color);
}
.dl-qa dd {
  padding-top: 0.5rem;
  margin-bottom: 20px;
}
.dl-qa dd:before {
  content: "A";
  background-color: #1861ae;
}
.dl-qa dd:not(:last-child) {
  margin-bottom: 20px;
}
.dl-qa dd p {
  line-height: 1.4;
}

.dl-collapse {
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  overflow: hidden;
}
.dl-collapse dt {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  line-height: 1;
  overflow: hidden;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .dl-collapse dt {
    font-size: 1rem;
  }
}
.dl-collapse dt a {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #231815;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: none;
  transition: none;
}
.dl-collapse dt a:not(.collapsed) {
  border-bottom: 1px solid #dee2e6;
}
.dl-collapse dt a:hover {
  text-decoration: none;
}
.dl-collapse dt a:after {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f347";
  color: #1861ae;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.dl-collapse dt a.collapsed:after {
  content: "\f345";
}
.dl-collapse dt a small {
  padding: 0 10px;
  font-weight: normal;
}
.dl-collapse dd {
  padding: 0;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
  box-shadow: inset 0px 0px 0px 1px rgb(255, 255, 255);
}
.dl-collapse dd > div {
  padding: 10px;
}
.dl-collapse dd .dd-header {
  padding: 15px 20px;
  margin: -10px -10px 8px;
}

@media (min-width: 992px) {
  dl.dl-yearly {
    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;
  }
}
/** その年のPDFがなければ表示しない */
dl.dl-yearly:not(:has(dd ul li)) {
  display: none;
}
dl.dl-yearly:last-child {
  margin: 0;
}
dl.dl-yearly dt {
  padding: 10px;
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  dl.dl-yearly dt {
    margin: 0 10px 0 0;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  dl.dl-yearly dt {
    background-color: #f9f9f9 !important;
  }
}
dl.dl-yearly dd {
  margin: 0;
}
dl.dl-yearly ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.dl-yearly ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.dl-yearly ul li:not(:last-child):after {
  content: " / ";
  margin: 0 10px;
}

/*--------------------------------------------------
+: table
==================================================*/
.table-bordered {
  background-color: #fff;
}
.table-bordered th {
  background-color: #eee;
}
.table-bordered .table-bordered th {
  background-color: #f9f9f9;
}

@media (max-width: 767.98px) {
  .table-flexible {
    display: block;
    border: none;
    border-color: #dee2e6;
  }
  .table-flexible > thead, .table-flexible > tbody, .table-flexible > * > tr {
    display: block;
  }
  .table-flexible > thead > th, .table-flexible > thead > td, .table-flexible > tbody > th, .table-flexible > tbody > td, .table-flexible > * > tr > th, .table-flexible > * > tr > td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            /* align-items: center; */
    width: 100%;
    font-size: 90%;
  }
  .table-flexible > thead > th, .table-flexible > tbody > th, .table-flexible > * > tr > th {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .table-flexible > thead > td, .table-flexible > tbody > td, .table-flexible > * > tr > td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .table-flexible > thead > td > *, .table-flexible > tbody > td > *, .table-flexible > * > tr > td > * {
    width: 100%;
  }
}

/*--------------------------------------------------
+: form
==================================================*/
/*--------------------------------------------------
+: format
==================================================*/
:root {
  --header-height:60px;
  --header-height-lg:80px;
  --header-height-ex:110px;
  --header-height-ex-lg:162px;
}

body.home, body:not(.home) header {
  background-image: url("../images/common/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 76px;
}
@media (max-width: 991.98px) {
  body.home, body:not(.home) header {
    background-position: center 60px;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  a:hover, a:hover * {
    text-decoration: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

ruby {
  ruby-align: auto;
  ruby-overhang: auto;
  ruby-position: above;
}

.se_target {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 20px;
}

.se_target.se_show {
  opacity: 1;
  top: 0;
}

.se_delay1 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.se_delay2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.se_delay3 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.se_delay4 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.se_delay5 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.se_delay6 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.se_delay7 {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

.se_delay8 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.se_delay9 {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

.se_delay10 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

/*--------------------------------------------------
+: header
==================================================*/
header {
  width: 100%;
}
header .navbar {
  padding: 0px;
  background-color: #fff;
  border-bottom: 1px solid var(--bs-border-color);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  header .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
header .navbar .container {
  position: relative;
}
@media (min-width: 1200px) {
  header .navbar .container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
header .navbar-brand {
  margin: 0;
}
@media (min-width: 1200px) {
  header .navbar-brand {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  header .navbar-brand img {
    max-height: 50px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-brand img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav .nav-item:nth-child(1), header .navbar-nav .nav-item:nth-child(2) {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-nav .nav-item:nth-child(1), header .navbar-nav .nav-item:nth-child(2) {
    margin-bottom: 0.5rem;
  }
}
header .navbar-nav .nav-item:nth-child(1) a, header .navbar-nav .nav-item:nth-child(2) a {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  header .navbar-nav .nav-item:nth-child(1) a, header .navbar-nav .nav-item:nth-child(2) a {
    width: 120px;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav .nav-item:nth-child(1) {
    right: 0;
  }
}
header .navbar-nav .nav-item:nth-child(1) a {
  background-color: #ec6d81;
}
@media (min-width: 1200px) {
  header .navbar-nav .nav-item:nth-child(2) {
    right: 130px;
  }
}
header .navbar-nav .nav-item:nth-child(2) a {
  background-color: #1861ae;
}
@media (min-width: 1200px) {
  header .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .nav-link {
  color: #333333;
}
@media (min-width: 1200px) {
  header .nav-link {
    letter-spacing: 1px;
  }
}
header .dropdown-menu {
  border: none;
}
@media (min-width: 1200px) {
  header .navbar-expand-xl .offcanvas {
    position: absolute;
    width: 100% !important;
  }
  header .navbar-expand-xl .offcanvas .navbar-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
header .offcanvas-header {
  border-bottom: 1px solid var(--bs-border-color);
}
header .subnav {
  width: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#ec6d81), to(#fb9466));
  background-image: linear-gradient(to left, #ec6d81, #fb9466);
}
.personal header .subnav {
  background-image: -webkit-gradient(linear, right top, left top, from(#6ec4ec), to(#6787fb));
  background-image: linear-gradient(to left, #6ec4ec, #6787fb);
}
header .subnav ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  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;
}
header .subnav ul li {
  padding: 0px 20px;
}
@media (max-width: 1199.98px) {
  header .subnav ul li {
    padding: 5px;
  }
  header .subnav ul li:not(:last-child) {
    display: none;
  }
}
header .subnav ul li a {
  color: #fff;
  text-decoration: none;
}
header .subnav ul li a.btn {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: #eee;
  --bs-btn-hover-border-color: #eee;
}
header .subnav ul li a.btn span {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#ec6d81), to(#fb9466));
  background-image: linear-gradient(to left, #ec6d81, #fb9466);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: bold;
}
.personal header .subnav ul li a.btn span {
  background-image: -webkit-gradient(linear, right top, left top, from(#6ec4ec), to(#6787fb));
  background-image: linear-gradient(to left, #6ec4ec, #6787fb);
}
header section {
  padding-top: var(--header-height-lg);
}
@media (max-width: 1199.98px) {
  header section {
    padding-top: var(--header-height);
  }
}
.group header section, .group_detail header section, .personal header section {
  padding-top: var(--header-height-ex-lg);
}
@media (max-width: 1199.98px) {
  .group header section, .group_detail header section, .personal header section {
    padding-top: var(--header-height-ex);
  }
}
header section h1,
header section p {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1199.98px) {
  header section h1,
header section p {
    padding: 30px;
  }
}

main {
  padding-top: var(--header-height);
  margin-top: calc(var(--header-height) * -1);
}
@media (min-width: 1200px) {
  main {
    padding-top: var(--header-height-lg);
    margin-top: calc(var(--header-height-lg) * -1);
  }
}
main .breadcrumb {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #5c5c5c;
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  main .breadcrumb {
    padding: 0 10px;
  }
}
main section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  main section {
    padding: 40px 0;
  }
}
main section.bg-gray {
  background-color: #f9f9f9;
}
main section.bg-gray .headline01 span:after {
  background-color: #fff;
}
main .content-header {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  main .content-header {
    margin-bottom: 90px;
  }
}
main .content-header h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 40px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  main .content-header h1 {
    margin-bottom: 80px;
    font-size: 3rem;
  }
}
main .content-header figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  background-color: #fff;
}
main .content-header figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  top: 0;
  left: -50%;
  background-color: #ec6d81;
}
@media (min-width: 992px) {
  main .content-header figure:before {
    height: calc(100% - 80px);
  }
}
main .content-header figure:after {
  content: "";
  margin-left: -50%;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #e4f1f7;
}
@media (min-width: 992px) {
  main .content-header figure:after {
    height: 80px;
  }
}
main .content-header figure img {
  position: relative;
  z-index: 2;
}
main .content-header hr {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  margin-bottom: 0;
}
main .content-header ul {
  padding: 0;
  margin: 20px -10px 0;
  list-style: none;
}
@media (min-width: 992px) {
  main .content-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .content-header ul li {
  padding: 0 10px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  main .content-header ul li {
    margin-bottom: 0px;
    font-size: 1.25rem;
  }
}
main .content-header ul li a {
  padding: 10px;
  border: 1px solid #ec6d81;
  text-decoration: none;
  display: block;
}
main .content-header ul li a.active, main .content-header ul li a:hover {
  color: #fff;
  background-color: #ec6d81;
}
main p:last-child,
main figure:last-child,
main table:last-child {
  margin-bottom: 0;
}
main figure:last-child {
  margin-bottom: 0;
}
main .box-shadow {
  padding: 60px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 991.98px) {
  main .box-shadow {
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*--------------------------------------------------
+: Aside
==================================================*/
/*--------------------------------------------------
+: Footer
==================================================*/
footer {
  background-color: #303131;
}
footer .links {
  padding: 70px 0;
  background-color: #f9f9f9;
}
footer .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 992px) {
  footer .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .links ul li {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  footer .links ul li {
    margin-bottom: 0px;
    width: 33.3333%;
  }
}
footer .links ul li a {
  padding: 30px;
  margin: 0 16px;
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  color: #231815;
  text-decoration: none;
}
footer .links ul li a > div {
  margin-bottom: 30px;
}
footer .links ul li a > div i {
  padding: 10px 15px;
  background-color: #f9f9f9;
  border-radius: 40px;
  font-size: 3rem;
}
footer .links ul li a p:nth-child(2) {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.125rem;
}
footer .links ul li a p:nth-child(3) {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .links ul li a p:nth-child(3) {
    height: 120px;
  }
}
footer .links ul li a p:nth-child(4) span {
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 30px;
  color: #fff;
  width: 120px;
  display: inline-block;
}
footer .links ul li:nth-child(1) p:nth-child(4) span {
  background-color: #f9893e;
}
footer .links ul li:nth-child(2) p:nth-child(4) span {
  background-color: #a1d82b;
}
footer .links ul li:nth-child(3) p:nth-child(4) span {
  background-color: #2bc2d8;
}
footer .info {
  padding: 30px;
  color: #848484;
}
@media (min-width: 992px) {
  footer .info {
    padding: 100px 40px 40px;
  }
}
footer .info a {
  color: #848484;
  text-decoration: none;
}
footer .info .to-top {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: #000;
  width: 40px;
  height: 40px;
  color: #fff;
  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;
  text-decoration: none;
}

/*--------------------------------------------------
+: home
==================================================*/
.home header {
  margin-bottom: 0;
}
.home main section {
  padding: 0 0 60px 0;
}
@media (min-width: 992px) {
  .home main section {
    padding: 0 0 90px 0;
  }
}
.home main .home-group h2 {
  padding-bottom: 20px;
  margin: 0 0 40px;
  border-bottom: 1px solid var(--bs-border-color);
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  .home main .home-group h2 {
    margin: 0 0 30px;
    font-size: 1.875rem;
  }
}
.home main .home-group h3 {
  margin: 0 0 40px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .home main .home-group h3 {
    margin: 0 0 30px;
    font-size: 1.25rem;
  }
}
.home main .home-group hr {
  margin: 90px 0;
}
@media (max-width: 991.98px) {
  .home main .home-group hr {
    margin: 60px 0;
  }
}

/*--------------------------------------------------
+: news
==================================================*/
.news .content-header {
  margin: 0;
  background-color: #f4b4b4;
}
.news .content-header h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: lighter;
}
.news .content-body {
  padding: 40px 0 0 0;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .news .content-body {
    padding: 20px 0 0 0;
    border-style: solid;
    border-color: var(--bs-border-color);
    border-width: 0 1px 1px;
  }
}
.news .content-body ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.news .content-body ul li {
  border-bottom: 1px solid var(--bs-border-color);
}
.news .content-body ul li a {
  padding: 10px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .news .content-body ul li a {
    padding: 10px 20px;
    display: block;
  }
}
.news .content-body ul li a .date {
  margin-right: 20px;
  font-size: 0.75rem;
  color: #231815;
  line-height: 2.4;
}
@media (max-width: 991.98px) {
  .news .content-body ul li a .date {
    display: block;
  }
}
.news .content-body ul li .collapsebox > div {
  padding: 30px 80px;
  border-top: 1px solid var(--bs-border-color);
}
@media (max-width: 991.98px) {
  .news .content-body ul li .collapsebox > div {
    padding: 30px 40px;
  }
}
.news .content-body ul li div.body a {
  padding: 0 2px;
  display: inline;
}
/*--------------------------------------------------
+: Group & Personal
==================================================*/
.list-program {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-program > li {
  margin: 0 0 30px;
}
.list-program > li.ex .list-program-content {
  color: transparent;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#ec6d81), to(#fb9466));
  background-image: linear-gradient(to left, #ec6d81, #fb9466);
  background-clip: text;
  -webkit-background-clip: text;
}
.list-program > li:nth-child(1):not(.ex) .list-program-content {
  color: #c76bac;
}
.list-program > li:nth-child(1):not(.ex) .list-program-catch {
  background: #c76bac;
}
.list-program > li:nth-child(1):not(.ex) .list-program-catch:before {
  border-color: transparent #c76bac transparent transparent;
}
.list-program > li:nth-child(1):not(.ex) .btn.text-white,
.list-program > li:nth-child(1):not(.ex) .dl-yearly dt {
  background: #c76bac;
}
.list-program > li:nth-child(2) .list-program-content {
  color: #f58b33;
}
.list-program > li:nth-child(2) .list-program-catch {
  background: #f58b33;
}
.list-program > li:nth-child(2) .list-program-catch:before {
  border-color: transparent #f58b33 transparent transparent;
}
.list-program > li:nth-child(2) .btn.text-white,
.list-program > li:nth-child(2) .dl-yearly dt {
  background: #f58b33;
}
.list-program > li:nth-child(3) .list-program-content {
  color: #f1594e;
}
.list-program > li:nth-child(3) .list-program-catch {
  background: #f1594e;
}
.list-program > li:nth-child(3) .list-program-catch:before {
  border-color: transparent #f1594e transparent transparent;
}
.list-program > li:nth-child(3) .btn.text-white,
.list-program > li:nth-child(3) .dl-yearly dt {
  background: #f1594e;
}
.list-program > li:nth-child(4) .list-program-content {
  color: #6eaf4b;
}
.list-program > li:nth-child(4) .list-program-catch {
  background: #6eaf4b;
}
.list-program > li:nth-child(4) .list-program-catch:before {
  border-color: transparent #6eaf4b transparent transparent;
}
.list-program > li:nth-child(4) .btn.text-white,
.list-program > li:nth-child(4) .dl-yearly dt {
  background: #6eaf4b;
}
.list-program > li:nth-child(5) .list-program-content {
  color: #f06699;
}
.list-program > li:nth-child(5) .list-program-catch {
  background: #f06699;
}
.list-program > li:nth-child(5) .list-program-catch:before {
  border-color: transparent #f06699 transparent transparent;
}
.list-program > li:nth-child(5) .btn.text-white,
.list-program > li:nth-child(5) .dl-yearly dt {
  background: #f06699;
}
.list-program > li:nth-child(6) .list-program-content {
  color: #498dca;
}
.list-program > li:nth-child(6) .list-program-catch {
  background: #498dca;
}
.list-program > li:nth-child(6) .list-program-catch:before {
  border-color: transparent #498dca transparent transparent;
}
.list-program > li:nth-child(6) .btn.text-white,
.list-program > li:nth-child(6) .dl-yearly dt {
  background: #498dca;
}
.list-program > li:nth-child(7) .list-program-content {
  color: #01b18d;
}
.list-program > li:nth-child(7) .list-program-catch {
  background: #01b18d;
}
.list-program > li:nth-child(7) .list-program-catch:before {
  border-color: transparent #01b18d transparent transparent;
}
.list-program > li:nth-child(7) .btn.text-white,
.list-program > li:nth-child(7) .dl-yearly dt {
  background: #01b18d;
}
.list-program > li .list-program-catch {
  padding: 1rem;
  margin: 0px 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  color: #fff;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .list-program > li .list-program-catch {
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-catch {
    padding: 0.5rem 1rem;
    margin: 0 0 10px;
  }
}
.list-program > li .list-program-catch:before {
  position: absolute;
  top: 0;
  left: -30px;
  border-width: 30px 30px 30px 0;
  border-style: solid;
}
@media (min-width: 992px) {
  .list-program > li .list-program-catch:before {
    content: "";
  }
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-catch:before {
    left: -15px;
    border-width: 20px 15px 20px 0;
  }
}
.list-program > li .list-program-catch:after {
  position: absolute;
  top: calc(50% - 5px);
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 992px) {
  .list-program > li .list-program-catch:after {
    content: "";
  }
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-catch:after {
    left: -5px;
  }
}
.list-program > li .list-program-content {
  padding: 20px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.personal .list-program > li .list-program-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.personal .list-program > li .list-program-content:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-content {
    padding: 20px;
    display: block;
  }
}
.list-program > li .list-program-content > div {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-content > div {
    display: block;
  }
}
.list-program > li .list-program-content > div > p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal .list-program > li .list-program-content > div > p {
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-content > div > p {
    margin: 0 0 10px;
    font-size: 1.25rem;
  }
  .personal .list-program > li .list-program-content > div > p {
    font-size: 1rem;
  }
}
.list-program > li .list-program-content > div > p i {
  margin-right: 30px;
  font-size: 2rem;
}
.personal .list-program > li .list-program-content > div > p i {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-content > div > p i {
    margin-right: 15px;
  }
}
.list-program > li .list-program-content > div > p small {
  font-size: 80%;
}
.list-program > li .list-program-content > div > div {
  margin: 0 0 0 20px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-content > div > div {
    margin: 0;
  }
}
.list-program > li .list-program-content > div > div a.btn {
  padding: 10px 30px;
  font-size: 1.125rem;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .list-program > li .list-program-content > div > div a.btn {
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 30px;
  }
}
.list-program > li .list-program-content > div > div a.btn i {
  font-size: 1.125rem;
}

/*--------------------------------------------------
+: Group & Group Detail & Personal
==================================================*/
.group main,
.group_detail main,
.personal main {
  padding-top: var(--header-height-ex);
  margin-top: calc(var(--header-height-ex) * -1);
}
@media (min-width: 1200px) {
  .group main,
.group_detail main,
.personal main {
    padding-top: var(--header-height-ex-lg);
    margin-top: calc(var(--header-height-ex-lg) * -1);
  }
}
.group main section .container,
.group_detail main section .container,
.personal main section .container {
  padding-top: var(--header-height-ex);
  margin-top: calc(var(--header-height-ex) * -1);
}
@media (min-width: 1200px) {
  .group main section .container,
.group_detail main section .container,
.personal main section .container {
    padding-top: var(--header-height-ex-lg);
    margin-top: calc(var(--header-height-ex-lg) * -1);
  }
}
.group footer,
.group_detail footer,
.personal footer {
  padding-bottom: 120px;
}

/*--------------------------------------------------
+: Group Detail
==================================================*/
.group_detail main section .pdf-link-box {
  text-align: center;
}
.group_detail main section .pdf-link-box h3 {
  padding: 5px 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .group_detail main section .pdf-link-box h3 {
    font-size: 1.25rem;
  }
}
.group_detail main section .pdf-link-box > div {
  padding: 20px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--bs-border-color);
  background-color: #fff;
}
.group_detail main section #a1 .pdf-link-box h3, .group_detail main section #a1 .pdf-link-box dt {
  background-color: #c76bac;
}
.group_detail main section #a1 a {
  color: #c76bac;
}
.group_detail main section #a2 .pdf-link-box h3, .group_detail main section #a2 .pdf-link-box dt {
  background-color: #f58b33;
}
.group_detail main section #a2 a {
  color: #f58b33;
}
.group_detail main section #a3 .pdf-link-box h3, .group_detail main section #a3 .pdf-link-box dt {
  background-color: #f1594e;
}
.group_detail main section #a3 a {
  color: #f1594e;
}
.group_detail main section #a4 .pdf-link-box h3, .group_detail main section #a4 .pdf-link-box dt {
  background-color: #6eaf4b;
}
.group_detail main section #a4 a {
  color: #6eaf4b;
}
.group_detail main section #a5 .pdf-link-box h3, .group_detail main section #a5 .pdf-link-box dt {
  background-color: #f06699;
}
.group_detail main section #a5 a {
  color: #f06699;
}
.group_detail main section #a6 .pdf-link-box h3, .group_detail main section #a6 .pdf-link-box dt {
  background-color: #498dca;
}
.group_detail main section #a6 a {
  color: #498dca;
}
.group_detail main section #a7 .pdf-link-box h3, .group_detail main section #a7 .pdf-link-box dt {
  background-color: #01b18d;
}
.group_detail main section #a7 a {
  color: #01b18d;
}

/*--------------------------------------------------
+: Form
==================================================*/
.progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.progressbar .item {
  position: relative;
  width: 35%;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #999999;
}

.progressbar:not(.ex) .item:nth-child(3),
.progressbar:not(.ex) .item:nth-child(4) {
  width: 15%;
}

.progressbar.ex .item {
  width: 33.3333%;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 37px solid transparent;
  border-left: 20px solid #F5F5F5;
  margin: auto;
}

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}
/* active */
.progressbar .item.active {
  z-index: 1;
  background: #1861ae;
  color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
  border-left-color: #1861ae;
}

.progressbar .item.active:not(:last-child)::before {
  border-left: none;
}

input[type=checkbox].collapse_checkbox ~ * {
  display: none;
}

input[type=checkbox].collapse_checkbox:checked ~ * {
  display: block;
}

input[type=checkbox].collapse_checkbox ~ label {
  display: inline-block !important;
  /* margin-left: -24px;
  padding-left: 30px;
  background-color: #4FB1E8;
  border-radius: 8px; */
}

@media (min-width: 992px) {
  .program_selected {
    position: sticky;
    top: 106px;
    z-index: 1;
  }
}

@media (max-width: 1199.98px) {
  div.items > div[data-category] {
    padding-bottom: 1.0rem !important;
    margin-bottom: 1.0rem !important;
  }
}

@media (max-width: 991.98px) {
  div.items > div[data-category] {
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

.program_categories {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-width: 5px;
  border-color: #ec6d81;
  border-style: solid;
  background-color: #fdf0f2;
}
@media (min-width: 992px) {
  .program_categories {
    position: sticky;
    top: 60px;
    z-index: 1;
  }
}
p.item-label .badge {
  margin-right: 2px;
  vertical-align: 1px;
}
.item {
  position: relative;
}
.item > label {
  padding-right: 68px;
}
p.item-label .price {
  position: absolute;
  top: 0;
  right: 0;
}
/** handle for wbr tag not working in iphone safari */
.text-nowrap {
  white-space: inherit !important;
  word-break: keep-all !important;
}
/** option item */
.option-item {
  margin-bottom: 6px;
}
.medica-bg-option {
  color: #000 !important;
  background-color: #f0f0f0 !important;
}
