@charset "UTF-8";
:root {
  --color-black: #000;
  --color-green: #06c755;
  --color-navy: #000048;
  --color-red: #f03;
  --color-white: #fff;
  --ff-B: "UD新ゴ B", sans-serif;
  --ff-DB: "UD新ゴ DB", sans-serif;
  --ff-M: "UD新ゴ M", sans-serif;
  --ff-ls-b: "LINESeedJPStd Bold";
  --ff-ls-eb: "LINESeedJPStd ExtraBold";
  --ff-ls-m: "LINESeedJPStd Regular";
  --ff-ls-t: "LINESeedJPStd Thin";
}

/* メインビジュアル */
.c-kv {
  background: var(--color-navy);
  height: 625px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kv {
    height: 450px;
  }
}
.c-kv:before {
  background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/img_kv_left.png) center center no-repeat;
  background-size: contain;
  content: "";
  height: 625px;
  left: 0;
  position: absolute;
  top: 0;
  width: 490px;
}
@media screen and (max-width: 1023px) {
  .c-kv:before {
    background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/img_kv_left_sp.png) center center no-repeat;
    background-size: contain;
    content: "";
    height: 264px;
    left: -32px;
    position: absolute;
    top: -12px;
    width: 237px;
  }
}
.c-kv:after {
  background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/img_kv_right.png) center center no-repeat;
  background-size: contain;
  bottom: -56px;
  content: "";
  height: 790px;
  position: absolute;
  right: -130px;
  width: 623px;
}
@media screen and (max-width: 1023px) {
  .c-kv:after {
    background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/img_kv_right_sp.png) center center no-repeat;
    background-size: contain;
    bottom: -24px;
    content: "";
    height: 292px;
    position: absolute;
    right: -41px;
    width: 230px;
  }
}
.c-kv__inner {
  margin-inline: auto;
  max-width: 1200px;
  padding-top: 42px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .c-kv__inner {
    padding-inline: 20px;
    padding-top: 24px;
  }
}
.c-kv__h1title {
  color: var(--color-white);
  font-family: var(--ff-ls-b);
  font-size: 3.2rem;
  line-height: calc(65 / 32);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .c-kv__h1title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-kv__h1title {
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: calc(30 / 20);
  }
}
.c-kv__mainImg {
  border-radius: 10px;
  display: block;
  margin-inline: auto;
  margin-top: 23px;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kv__mainImg {
    display: block;
    margin-top: 16px;
    max-width: 335px;
    width: 100%;
  }
}
.c-kv__link {
  margin-top: 26px;
}
.c-kv__link-txt {
  color: var(--color-white);
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: 2.2rem;
  gap: 4px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-kv__link-txt {
    font-size: 1.6rem;
  }
}
.c-kv__link-txt:before {
  content: "＼";
  font-family: var(--ff-ls-m);
}
.c-kv__link-txt:after {
  content: "／";
  font-family: var(--ff-ls-m);
}
.c-kv__btn-container {
  background: var(--color-white);
  border-radius: 53px;
  height: 98px;
  margin-inline: auto;
  margin-top: 16px;
  width: 591px;
}
@media screen and (max-width: 1023px) {
  .c-kv__btn-container {
    height: 64px;
    margin-top: 12px;
    max-width: 315px;
  }
}
.c-kv__btn {
  align-items: center;
  background-image: linear-gradient(90deg, rgba(247, 121, 17, 1), rgba(201, 0, 44, 1));
  border: 4px solid var(--color-white);
  border-radius: 53px;
  box-shadow: 3px 12px 15px 0 rgba(16, 16, 61, 0.15);
  display: flex;
  gap: 21px;
  height: 98px;
  justify-content: flex-start;
  padding-left: 94px;
  position: relative;
  transition: opacity 0.3s ease-out;
  width: 591px;
}
@media screen and (max-width: 1023px) {
  .c-kv__btn {
    border: 2px solid var(--color-white);
    gap: 12px;
    height: 64px;
    max-width: 315px;
    padding-left: 30px;
  }
  .c-kv__btn img {
    max-width: 34px;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-kv__btn:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.c-kv__btn::after {
  background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/icon_kv_arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}
@media screen and (max-width: 1023px) {
  .c-kv__btn::after {
    height: 6px;
    right: 31px;
    width: 10px;
  }
}
.c-kv__btn-txt {
  color: var(--color-white);
  font-family: var(--ff-ls-b);
  font-size: 3.1rem;
  line-height: calc(50 / 31);
}
@media screen and (max-width: 1023px) {
  .c-kv__btn-txt {
    font-size: 1.9rem;
  }
}
/* 解説 */
.c-description {
  padding-inline: 10px;
  position: relative;
}

.c-description:before {
  background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/icon_bg_c-description.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 124px;
  left: 50%;
  position: absolute;
  top: 80px;
  transform: translateX(-50%);
  width: 1246px;
}
@media screen and (max-width: 1023px) {
  .c-description:before {
    background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/icon_bg_c-description_left_sp.svg) center center no-repeat;
    background-size: contain;
    content: "";
    height: 136px;
    left: -15px;
    position: absolute;
    top: 50px;
    transform: unset;
    width: 41px;
    z-index: -1;
  }
  .c-description:after {
    background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/icon_bg_c-description_right_sp.svg) center center no-repeat;
    background-size: contain;
    content: "";
    height: 39px;
    left: unset;
    position: absolute;
    right: -63px;
    top: 155px;
    transform: unset;
    width: 96px;
    z-index: -1;
  }
}
.c-description .contents__inner {
  padding-block: 108px 48px;
}

@media screen and (max-width: 1023px) {
  .c-description .contents__inner {
    padding-block: 66px 48px;
  }
}
.c-description__container {
  position: relative;
  z-index: 5;
}
.c-description__h2title {
  font-family: var(--ff-ls-b);
  font-size: 4.6rem;
  text-align: center;
}
.c-description__h2title .sp-only {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-description__h2title {
    font-size: 2.4rem;
  }
  .c-description__h2title .sp-only {
    display: inline;
  }
}
.c-description__txt-1 {
  font-family: var(--ff-ls-m);
  font-size: 2rem;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-description__txt-1 {
    font-size: 1.4rem;
    margin-top: 18px;
    padding-inline: 20px;
    text-align: left;
  }
}
.c-description__detail {
  background: linear-gradient(90deg, rgba(247, 121, 17, 0.4), rgba(201, 0, 44, 0.4));
  border-radius: 10px;
  font-family: var(--ff-ls-b);
  margin-inline: auto;
  margin-top: 58px;
  max-width: 1024px;
  overflow: hidden;
  padding-block: 44px 54px;
  position: relative;
}
.c-description__detail::before {
  background-clip: padding-box;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(112, 112, 112, 0.05) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(112, 112, 112, 0.05) calc(100% - 1px));
  background-position: center center;
  background-repeat: repeat;
  background-size: 65px 65px;
  border-radius: 8px;
  content: "";
  inset: 0;
  margin: 10px;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .c-description__detail {
    margin-inline: 14px;
    margin-top: 36px;
    padding-block: 24px 36px;
    padding-inline: 26px 20px;
  }
  .c-description__detail::before {
    margin: 4px;
  }
}
.c-description___detail-h3title {
  align-items: center;
  color: var(--color-red);
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: 3.2rem;
  gap: 7px;
  justify-content: center;
  line-height: calc(45 / 32);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-description___detail-h3title {
    font-size: 2rem;
    gap: 5px;
    letter-spacing: -0.06em;
  }
}

.c-description__detail-img {
  bottom: 10px;
  max-width: 235px;
  position: absolute;
  right: 72px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-description__detail-img {
    bottom: 0;
    max-width: 139px;
    right: 30px;
    width: 100%;
  }
}
.c-description__detail-contents {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  margin-top: 19px;
  padding-left: 100px;
}
@media screen and (max-width: 1023px) {
  .c-description__detail-contents {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(3, auto);
    margin-top: 13px;
    padding-left: 0;
  }
}
.c-description__detail-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .c-description__detail-body {
    flex-direction: column;
    gap: 13px;
  }
}
.c-description__detail-body-1 {
  grid-area: 1 / 1 / 2 / 2;
}
.c-description__detail-body-2 {
  grid-area: 2 / 1 / 3 / 3;
}
.c-description__detail-body-3 {
  grid-area: 1 / 2 / 2 / 3;
}
@media screen and (max-width: 1023px) {
  .c-description__detail-body-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .c-description__detail-body-2 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .c-description__detail-body-3 {
    grid-area: 2 / 1 / 3 / 2;
  }
}
.c-description__detail-title {
  align-items: center;
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: 2.6rem;
  gap: 7px;
  justify-content: flex-start;
  line-height: calc(42 / 32);
}
@media screen and (max-width: 1023px) {
  .c-description__detail-title {
    font-size: 1.8rem;
    justify-content: flex-start;
    padding: 7px 0 6px 0;
    width: 100%;
  }
}
.c-description__detail-check {
  align-items: center;
  background: var(--color-white);
  border-radius: 50%;
  color: var(--color-black);
  display: flex;
  font-size: 1.6rem;
  height: 26px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 2px;
  width: 26px;
}
@media screen and (max-width: 1023px) {
  .c-description__detail-check {
    font-size: 1rem;
    height: 19px;
    width: 19px;
  }
}
.c-description__detail-item {
  align-items: center;
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: 1.8rem;
  gap: 15px;
  justify-content: flex-start;
  line-height: calc(31 / 18);
}
@media screen and (max-width: 1023px) {
  .c-description__detail-item {
    font-size: 1.5rem;
    gap: 8px;
    letter-spacing: -0.03em;
  }
}
.c-description__detail-item:not(:first-of-type) {
  margin-top: 5px;
}
.c-description__detail-item:before {
  background: var(--color-red);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
}
@media screen and (max-width: 1023px) {
  .c-description__detail-item:before {
    height: 5px;
    width: 5px;
  }
}
.c-description__lead {
  height: 244px;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-description__lead {
    margin-top: 0;
  }
}
.c-description__lead-img {
  aspect-ratio: 1 / 1;
  height: 244px;
  object-fit: contain;
  width: 100%;
}
.c-description__lead-txt {
  font-family: var(--ff-ls-b);
  font-size: 3.6rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 42px;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-description__lead-txt {
    font-size: 2rem;
    margin-top: 10px;
    padding-inline: 20px;
  }
}
.c-description__lead-txtGreen {
  background: var(--color-red);
  border-radius: 5px;
  color: var(--color-white);
  display: inline-block;
  margin-top: 9px;
  padding: 5px 26px 3px;
}
@media screen and (max-width: 1023px) {
  .c-description__lead-txtGreen {
    font-size: 2rem;
    margin-top: 5px;
    padding: 9px 30px 8px;
  }
}
/* フォーム */
.c-form {
  background: #f5f5f5;
  position: relative;
}
.c-form .contents__inner {
  padding-block: 80px 310px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-form .contents__inner {
    padding-block: 50px 80px;
  }
}
.c-form:before {
  background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/bg_icon-1.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 225px;
  position: absolute;
  right: -112px;
  top: -113px;
  width: 225px;
}
@media screen and (max-width: 1023px) {
  .c-form:before {
    height: 95px;
    right: -48px;
    top: -48px;
    width: 95px;
  }
}
.c-form__h2title {
  font-family: var(--ff-ls-b);
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-form__h2title {
    font-size: 2.4rem;
    padding-inline: 30px;
  }
}
.c-form__txt {
  font-family: var(--ff-ls-m);
  font-size: 1.8rem;
  line-height: calc(34 / 18);
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-form__txt {
    font-size: 1.4rem;
    margin-inline: auto;
    margin-top: 24px;
    max-width: 550px;
    padding-inline: 30px;
    text-align: left;
  }
}
.c-form__cotainer {
  align-items: flex-start;
  display: flex;
  gap: 33px;
  justify-content: center;
  margin-inline: auto;
  margin-top: 72px;
  max-width: 1024px;
  padding-inline: 10px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-form__cotainer {
    flex-direction: column;
    margin-top: 48px;
  }
  .c-form__input {
    margin-inline: auto;
    max-width: 500px !important;
    width: 100% !important;
  }
}
.c-form__notes {
  background: var(--color-white);
  border-radius: 5px;
  font-family: var(--ff-ls-m);
  font-size: 1.2rem;
  max-width: 375px;
  padding: 36px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .c-form__notes {
    display: none;
  }
}
.mktoForm {
  width: 615px !important;
}
@media screen and (max-width: 1023px) {
  .mktoForm {
    width: 100% !important;
  }
}
.mktoForm .mktoFormCol > .mktoOffset {
  display: none !important;
}
.mktoForm .mktoFieldWrap {
  align-items: center;
  display: flex !important;
  width: 100% !important;
}
@media screen and (max-width: 1023px) {
  .mktoForm .mktoFieldWrap {
    align-items: flex-start;
    flex-direction: column !important;
    gap: 8px;
  }
}
.mktoForm .mktoRequiredField label.mktoLabel,
.mktoForm .mktoFieldWrap label.mktoLabel {
  font-weight: 700;
  max-width: 174px !important;
  width: 100% !important;
}
@media screen and (max-width: 1023px) {
  .mktoForm .mktoRequiredField label.mktoLabel,
  .mktoForm .mktoFieldWrap label.mktoLabel {
    max-width: 100% !important;
  }
}
.mktoForm .mktoFormCol {
  display: flex !important;
  width: 100% !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="url"],
.mktoForm select.mktoField {
  border-radius: 5px !important;
  min-height: 50px !important;
  width: 100% !important;
}
.mktoFormRow:nth-of-type(8) {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mktoFormRow:nth-of-type(8) {
    display: block;
  }
  .mktoFormRow:nth-of-type(8) .mktoHtmlText[style="width: 573px;"] {
    width: 100% !important;
  }
}
.mktoFormRow:nth-of-type(9) {
  margin-top: 20px;
  width: 50vw;
}
@media screen and (max-width: 1023px) {
  .mktoFormRow:nth-of-type(9) {
    margin-top: 24px;
    width: 100%;
  }
}
.mktoFormRow:nth-of-type(9) .mktoFormCol {
  background: var(--color-white);
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  left: 50%;
  min-height: 54px;
  padding-inline: 54px;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .mktoFormRow:nth-of-type(9) .mktoFormCol {
    flex-direction: unset !important;
    left: 0;
    padding-block: 10px 4px;
    padding-inline: 20px;
    position: relative;
    transform: unset;
  }
}
.mktoFormRow:nth-of-type(9) .mktoRequiredField label.mktoLabel {
  max-width: 58px !important;
  padding-top: 0 !important;
  width: 100% !important;
}
.mktoFormRow:nth-of-type(9) div.mktoLogicalField {
  height: 18px !important;
  padding-block: 0 !important;
  width: 100% !important;
}
@media screen and (max-width: 1023px) {
  .mktoFormRow:nth-of-type(9) div.mktoLogicalField {
    height: auto !important;
  }
}
.mktoFormRow:nth-of-type(9) .mktoAsterix {
  font-size: 0 !important;
}

@media screen and (max-width: 1023px) {
  .mktoFormRow:nth-of-type(9) .mktoForm .mktoCheckboxList > label {
    margin-bottom: 0 !important;
  }
}

.mktoForm div.mktoLogicalField {
  width: 342px !important;
}
.mktoAsterix::after {
  background-color: var(--color-red) !important;
}
@media only screen and (max-width: 1023px) {
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .mktoForm .mktoGutter,
  .mktoForm .mktoOffset {
    display: none;
  }
}
.mktoButtonRow .mktoButtonWrap[style="margin-left: 120px;"] {
  margin-left: 0 !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .mktoForm .mktoRequiredField label.mktoLabel {
    justify-content: flex-start;
  }
}
.mktoForm .mktoRequiredField .mktoAsterix {
  order: 1;
}
/* 開催概要 */
.c-overview {
  padding-inline: 10px;
}
.c-overview .contents__inner {
  padding-block: 100px 130px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-overview .contents__inner {
    padding-block: 50px 80px;
    padding-inline: 20px;
  }
}
.c-overview .contents__inner:before {
  background: url(/sites/default/files/media/jp/seminar/search-ads/ondemand_3/2/img/bg_icon-2.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 143px;
  left: -92px;
  position: absolute;
  top: -72px;
  width: 143px;
}
@media screen and (max-width: 1023px) {
  .c-overview .contents__inner:before {
    height: 82px;
    left: -32px;
    top: -40px;
    width: 82px;
  }
}
.c-overview__container + .c-overview__container {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .c-overview__container + .c-overview__container {
    margin-top: 60px;
  }
}
.c-overview__h2title {
  font-family: var(--ff-ls-b);
  font-size: 3.6rem;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-overview__h2title {
    font-size: 2.8rem;
  }
}
.c-overview__h2title:after {
  background: var(--color-red);
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 183px;
}
@media screen and (max-width: 1023px) {
  .c-overview__h2title:after {
    width: 123px;
  }
}
.c-overview__speaker {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .c-overview__speaker {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }
}
.c-overview__speakerImage {
  max-width: 220px;
  width: 100%;
}
.c-overview__speakerAffiliation {
  font-family: var(--ff-ls-m);
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .c-overview__speakerAffiliation {
    font-size: 1.4rem;
  }
}
.c-overview__speakerName {
  font-family: var(--ff-ls-b);
  font-size: 2rem;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .c-overview__speakerName {
    font-size: 1.9rem;
    margin-top: 4px;
  }
}
.c-overview__contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-inline: auto;
  margin-top: 48px;
  max-width: 1024px;
}
@media screen and (max-width: 1023px) {
  .c-overview__contents {
    gap: 35px;
    margin-top: 36px;
  }
}
.c-overview__body {
  display: grid;
  gap: 33px;
  grid-template-columns: 180px 1fr;
}
@media screen and (max-width: 1023px) {
  .c-overview__body {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}
.c-overview__body-title {
  align-items: center;
  background: var(--color-black);
  border-radius: 4px;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  font-family: var(--ff-ls-b);
  font-size: 1.7rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-overview__body-title {
    align-items: baseline;
    align-items: baseline;
    background: none;
    color: var(--color-black);
    flex-direction: unset;
    font-size: 1.7rem;
    gap: 8px;
    justify-content: flex-start;
  }
  .c-overview__body-title:before {
    background: var(--color-black);
    content: "";
    height: 15px;
    width: 15px;
  }
}
.c-overview__body-txtBlock {
  padding-block: 20px;
}
@media screen and (max-width: 1023px) {
  .c-overview__body-txtBlock {
    padding-block: 0;
  }
}
.c-overview__body-txt {
  font-family: var(--ff-ls-m);
  font-size: 1.5rem;
  line-height: calc(27 / 15);
}
@media screen and (max-width: 1023px) {
  .c-overview__body-txt {
    font-size: 1.4rem;
  }
}
.c-overview__body-txt + .c-overview__body-txt {
  margin-top: 16px;
}
.c-overview__body-txtBlock small {
  display: inline-block;
  margin-top: 26px;
}
.c-overview__body-txtBold {
  font-family: var(--ff-ls-b);
}
