/* Shared site styles - cleaned against the submitted PHP/HTML files */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");

/* Base */
body {
  background: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  overflow-wrap: anywhere;
  text-rendering: optimizeLegibility;
}

h1 {
  color: #FFFFFF;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 48px !important;
  font-weight: 900;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 2.09rem !important;
  }

}

h2 {
  color: #1D4461;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 30px !important;
  font-weight: 700;
}

h3 {
  color: #222;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  color: #222;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}

h5 {
  color: #777;
  font-family: "Noto Sans JP",sans-serif;
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 400;
}

h6 {
  color: #777;
  font-size: 12px !important;
  font-family: "Noto Sans JP",sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.bg_h2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fuchi {
  color: #88fffe !important;
  text-shadow: 0 0 5px #132E41;
}

/* Legacy banner pages */
.circlekv {
  display: inline-block;
  width: 100px;
  height: 100px;
  color: #000;
  background-color: #88fffe;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0.05em;
}

.bg_drk {
  background: #A0C2E6;
  background-image: linear-gradient(to right top,#A0C2E6 10%,#ECF7FD 70%);
}

h2.kvtx {
  color: #88fffe !important;
}

/* News */
.topics {
  text-align: left;
  max-height: 9rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.prgttl {
  font-size: 116%;
  display: block;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.topics dt {
  padding-bottom: 5px;
}

.disabled {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.30 !important;
  border: none;
}

@media screen and (min-width: 768px) {
  .topics dt {
    clear: left;
    float: left;
    width: 10%;
  }

  .topics dd {
    margin-left: 14%;
  }

  .topics {
    text-align: left;
  }

}

/* Content tables */
.sc1 table.table {
  background-color: #ffffff;
}

.sc1 table.table th {
  width: 24%;
  background-color: #215F9A;
}

.sc1 table.table td dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sc1 table.table td dt {
  width: 22%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: #555;
}

.sc1 table.table td dd {
  width: 78%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.sc1 .table>:not(caption)>*>* {
  padding: 1rem;
  border-color: rgba(0, 91, 172, 0.22);
}

.fs-s {
  font-size: 0.9rem !important;
}

.fs-ss {
  font-size: 0.8rem !important;
  font-feature-settings: "palt";
}

/* Page top */
#page-top{position:fixed;right:15px;bottom:20px;z-index:1000;}
#page-top a{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background-color:#24ad4d;color:#fff;text-decoration:none;border-radius:50%;transition:opacity .3s;}
#page-top i{display:block;line-height:1;}
#page-top a:hover{opacity:.6;}

.spbr {
  display: none;
}

@media screen and (max-width:575.98px) {
  .spbr {
    display: block;
  }

}

.toiw {
  line-height: 1.6rem;
}

.banner-area {
  padding: 0;
  overflow: hidden;
  background-color: #b0b0b0;
  background-image: url("../images/webkv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-area {
    padding: 280px 0;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-area {
    padding: 250px 0;
  }

}

@media (max-width: 575.98px) {
  .banner-area {
    background-image: url("../images/webkv-sp.jpg");
    background-position: center bottom;
    background-size: cover;
    padding: 100px 0;
  }

  .banner-area h1 {
    font-size: 1.6rem !important;
  }

  .banner-area h2 {
    font-size: 1.2rem !important;
  }

}

.nwsttl {
  width: auto;
  height: 100%;
  padding: 1.6rem;
  font-weight: 700;
  font-size: 1.1rem;
}

@media (max-width: 575.98px) {
  .nwsttl {
    font-size: 0.9rem;
    padding: 0.5rem;
  }

}

.sec-pad0 {
  padding: 80px 0;
}

.sec-pad {
  padding: 100px 0;
}

/* Buttons */
.mou-btn {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  padding: 1.4rem !important;
  transition: 0.5s;
  background-size: 200% auto;
}

.mou-btn2 {
  background-image: linear-gradient(to right, #1E3A8A 0%, #3B82F6 50%, #1E3A8A 100%);
  color: #fff;
}

a.mou-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.moubtn-s {
  padding: 1em !important;
}

/* Footer */
.bg-ftr {
  padding: 2rem 0;
  color: #ffffff;
  text-align: center;
  background-color: #959597;
}

.bg-ftr p:last-child {
  margin-bottom: 0;
}

.btn-container .btn {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .btn-container {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-container .btn {
    width: 100%;
    margin: 5px 0;
  }

}

@media (min-width: 769px) {
  .btn-container .btn {
    min-width: 240px;
  }

}

#program,
.bdy2 {
  color: #212529;
}

#program h3 {
  padding: 0.5rem;
  font-size: 1.2rem;
  border-bottom: solid 1px #00aded;
  border-left: solid 8px #00aded;
  color: #333;
}

@media (max-width: 575.98px) {
  #program img,
    #sc2_vw img {
    width: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

}

:root {
  --light-blue2: #00aded;
  --lgreen: #00a84e;
  --kv-green: #00ae4d;
  --kv-green-dark: #008f40;
  --kv-blue: #005bac;
  --kv-blue-dark: #003f7d;
  --kv-pale: #f7fffc;
  --kv-text-shadow: rgba(0, 0, 0, 0.32);
}

/* Viewing pages */
.bgkv {
  background-image: url("../images/webkv.jpg");
  background-size: cover;
  background-position: right;
}

h1.lgh1 {
  font-size: 2.1rem !important;
  font-weight: bold !important;
}

p.lgchui {
  font-size: 88%;
  margin-top: 1rem;
  text-align: left;
  color: #000000;
}

p.kikan {
  color: #212529;
}

@media (max-width: 575.98px) {
  .bgkv {
    background-size: cover;
  }

  h1.lgh1 {
    font-size: 1.4rem !important;
  }

  p.kikan {
    font-size: 90% !important;
  }

  p.lgchui {
    font-size: 80%;
  }

}

h3.lginttl {
  color: #171C61;
}

h1.ond {
  font-size: 1.2rem !important;
  color: var(--light-blue2);
}

.reTxt {
  color: red;
}

#sc1_greeting {
  padding: 1.5rem 3rem;
}

.clrgr {
  color: var(--lgreen) !important;
}

@media (max-width: 575.98px) {
  #sc1_greeting {
    padding: 0.5rem;
  }

}

p.cstm-flex {
  order: 2;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

a[target="_blank"] i {
  margin-left: 0.25em;
}

.banner-area h1,
.kvtx {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.sc1 .table {
  overflow: hidden;
  border-radius: 0.5rem;
  border-color: rgba(0, 91, 172, 0.25);
}

.sc1 .table th {
  vertical-align: middle;
}

.sc1 .table td {
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.75rem !important;
  }

  h2 {
    font-size: 1.45rem !important;
  }

  .sec-pad,
    .sec-pad0 {
    padding: 3rem 0;
  }

  .banner-area {
    min-height: 407px;
    padding: 0;
    background-image: url("../images/webkv-sp.jpg");
    background-position: center center;
  }

  .banner-area .mt-5 {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: flex-start !important;
    gap: 0.75rem;
    margin-top: 2rem !important;
  }

  .circlekv {
    width: 78px;
    height: 78px;
    min-width: 78px;
    margin-left: 0.5rem !important;
    font-size: 0.9rem;
  }

  .col-lg-10.shadow.d-flex {
    display: block !important;
  }

  .nwsttl {
    width: 100%;
    padding: 0.75rem 1rem;
  }

  .topics {
    display: block !important;
    max-height: none !important;
    min-height: 0 !important;
    padding: 0.8rem 1rem !important;
    overflow: visible !important;
    color: #333;
    background: #fff;
  }

  .topics dl {
    display: grid;
    grid-template-columns: 6.5rem 1fr;
    gap: 0.25rem 0.5rem;
    margin: 0 0 0.5rem !important;
  }

  .sc1 table.table,
    .sc1 table.table tbody,
    .sc1 table.table tr,
    .sc1 table.table th,
    .sc1 table.table td {
    display: block;
    width: 100%;
  }

  .sc1 table.table {
    border: 0;
    background: transparent;
  }

  .sc1 table.table tr {
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 91, 172, 0.22);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  }

  .sc1 table.table th,
    .sc1 table.table td {
    border: solid 1px rgba(0, 91, 172, 0.22);
  }

  .sc1 table.table th {
    padding: 0.75rem 1rem !important;
    background-color: #215F9A !important;
  }

  .sc1 table.table td {
    padding: 1rem !important;
　　 border: 1px solid rgba(0, 91, 172, 0.22);
  }

  .prgttl {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .bg-ftr {
    padding: 1.5rem 1rem;
    font-size: 0.8rem;
  }

  #page-top a {
    width: 48px;
    height: 48px;
  }

}

@media (max-width: 767.98px) {
  body {
    min-width: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner-area .row,
    .banner-area .p-2,
    .banner-area .mt-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-area h1 {
    display: block !important;
  }

  .banner-area .kvtx {
    font-size: 1.25rem !important;
    line-height: 1.25;
  }

  .banner-area .cstm-flex {
    font-size: 0.88rem;
    line-height: 1.7;
    margin-bottom: 0;
  }

  section:has(.nwsttl) .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .col-lg-10.shadow.d-flex.p-0.mx-auto.mt-5.bg-white.pb-0 {
    display: block !important;
    margin-top: 1.5rem !important;
    background: #fff !important;
    overflow: hidden;
    border-radius: 0.6rem;
  }

  .nwsttl.custom-div {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0.8rem 1rem !important;
    line-height: 1.3;
  }

  .topics dl:last-child {
    margin-bottom: 0 !important;
  }

  .topics dt,
    .topics dd {
    margin: 0;
    padding: 0;
  }

  section.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 2.5rem !important;
  }

}

/* Navigation */
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 174, 77, 0.18);
}

.site-header .navbar {
  min-height: 78px;
  padding: 0.75rem 0;
}

.nav-header-layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header #globalNav {
  flex-grow: 0;
  flex-basis: auto;
  width: auto;
  margin-left: auto;
}

.site-nav-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-left: 0.85rem;
}

.site-nav-logo img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 70px;
  object-fit: contain;
}

.site-nav .nav-link {
  color: #203864 !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.5rem 0.85rem !important;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: var(--kv-green) !important;
}

.banner-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(235, 255, 249, 0.34) 0%, rgba(230, 255, 247, 0.26) 52%, rgba(219, 255, 243, 0.22) 100%);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.banner-area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.5%;
  z-index: 1;
  background: var(--kv-green);
}

section:has(.nwsttl),
#overview,
#program,
#howtoreg,
#view {
  background: #fff;
}

.sec-pad0,
.sec-pad {
  padding: 72px 0;
}

.sc1 {
  padding: 0;
}

.sc1 h2,
#howtoreg h2,
#view h2 {
  color: #203864 !important;
}

.sc1 p,
#howtoreg p,
#view p {
  color: #222 !important;
}

#program a.text-dark {
  color: #222 !important;
}

.col-lg-10.shadow.d-flex.p-0.mx-auto.mt-5.bg-white.pb-0 {
  border: 2px solid var(--kv-blue);
  border-radius: 0.2rem;
  box-shadow: none !important;
  margin-top: 1rem !important;
}

.bg-primary-subtle {
  background-color: var(--kv-pale) !important;
}

@media (max-width: 767.98px) {
  .site-header .navbar {
    min-height: 62px;
  }

  .site-header .nav-header-layout {
    justify-content: flex-end !important;
  }

  .site-header .navbar-toggler {
    order: 1;
    margin-right: auto;
  }

  .site-header .site-nav-logo {
    order: 2;
    margin-left: 0.75rem;
  }

  .site-header .site-nav-logo img {
    height: 40px;
    max-width: 60px;
  }

  .site-header #globalNav {
    order: 3;
    flex-basis: 100%;
    width: 100%;
  }

  .site-nav {
    padding-top: 0.75rem;
  }

}

.nwsttl,
.sc1 table.table th {
  background-color: #215F9A !important;
}

.sc1 table.table td {
  background: #fff;
}

.badge.text-bg-secondary {
  background-color: var(--kv-blue) !important;
}

a {
  color: var(--kv-blue);
}

a:hover,
a:focus {
  color: var(--kv-green-dark);
}

.mou-btn,
.mou-btn2 {
  position: relative;
  overflow: hidden;
  background-color: var(--kv-green) !important;
  background-image: none !important;
  border: 0;
  color: #fff !important;
  box-shadow: none;
  transition: background-color .25s ease;
}

a.mou-btn:hover,
a.mou-btn:focus {
  background-color: rgba(0, 174, 77, 0.8) !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .banner-area::before {
    background: linear-gradient(
      180deg,
      rgba(235, 255, 249, 0.42) 0%,
      rgba(230, 255, 247, 0.3) 55%,
      rgba(219, 255, 243, 0.24) 100%
    );
  }

}

@media (min-width: 768px) {
  #overview table.table,
  #program table.table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(0, 91, 172, 0.22);
    border-radius: 0.5rem;
    overflow: hidden;
  }

  #overview table.table th,
  #program table.table th {
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #overview table.table td,
  #program table.table td {
    border: 0;
    border-bottom: 1px solid rgba(0, 91, 172, 0.22);
  }

  #overview table.table tr:last-child th,
  #overview table.table tr:last-child td,
  #program table.table tr:last-child th,
  #program table.table tr:last-child td {
    border-bottom: 0;
  }

  #overview table.table tr:first-child th:first-child,
  #program table.table tr:first-child th:first-child {
    border-top-left-radius: 0.5rem;
  }

  #overview table.table tr:first-child td:last-child,
  #program table.table tr:first-child td:last-child {
    border-top-right-radius: 0.5rem;
  }

  #overview table.table tr:last-child th:first-child,
  #program table.table tr:last-child th:first-child {
    border-bottom-left-radius: 0.5rem;
  }

  #overview table.table tr:last-child td:last-child,
  #program table.table tr:last-child td:last-child {
    border-bottom-right-radius: 0.5rem;
  }
}

/* Current key visual */
.banner-area.kv-v2 {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  background-color: #edf4fe;
  background-image: url("../images/webkv.jpg") !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 78% auto;
}

.banner-area.kv-v2::before {
  content: none !important;
}

.banner-area.kv-v2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 10.3%;
  background: #24ad4d;
}

.banner-area.kv-v2 .kv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: 0 !important;
  margin: 0 auto;
  aspect-ratio: 595 / 265;
}

.banner-area.kv-v2 .kv-logo-title {
  position: absolute;
  top: 5.7%;
  left: 1.2%;
  z-index: 4;
  width: 56.5%;
  max-width: none;
  height: auto;
}

.banner-area.kv-v2 .kv-free {
  position: absolute;
  top: 5.0%;
  right: 1.35%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.4%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 50%;
  background: #24ad4d;
  color: #fff;
  font-size: clamp(0.72rem, 2.55vw, 2rem);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
  box-shadow: 0 0.25rem 0.7rem rgba(0, 115, 50, 0.18);
}

.banner-area.kv-v2 .kv-main-copy {
  position: absolute;
  top: 65.2%;
  left: 2.3%;
  right: 2.3%;
  z-index: 4;
  transform: none;
  text-align: center;
  isolation: auto;
}

.banner-area.kv-v2 .kv-main-copy::before {
  content: none !important;
}

.banner-area.kv-v2 .kv-main-copy h1 {
  margin: 0;
  color: #003300 !important;
  font-size: clamp(1.35rem, 4.15vw, 4.6rem) !important;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -webkit-text-stroke: clamp(1.5px, 0.22vw, 4px) #fff;
  paint-order: stroke fill;
  text-shadow: 0.045em 0.065em 0 rgba(255, 255, 255, 0.8);
}

.banner-area.kv-v2 .kv-main-copy h1 span {
  display: inline-block;
  padding: 0;
  background: none !important;
  color: #003300 !important;
  font-size: 1.62em;
  line-height: 0.72;
  vertical-align: -0.08em;
}

.banner-area.kv-v2 .kv-main-copy p {
  margin: 0.38em 0 0;
  color: #003300 !important;
  font-size: clamp(0.95rem, 3.25vw, 3.45rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -webkit-text-stroke: clamp(1px, 0.16vw, 2.8px) #fff;
  paint-order: stroke fill;
  text-shadow: 0.045em 0.065em 0 rgba(255, 255, 255, 0.8);
}

.banner-area.kv-v2 .kv-date {
  position: absolute;
  left: auto;
  right: 1.35%;
  bottom: 1.5%;
  z-index: 4;
  width: auto;
  max-width: none;
  color: #fff;
  font-size: clamp(1.55rem, 2.65vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  white-space: nowrap;
  text-align: right;
  text-shadow: 0 0.06em 0.06em rgba(0, 80, 30, 0.55);
}

.banner-area.kv-v2 .kv-date .kv-year {
  margin-right: 0;
  color: inherit;
  font-size: 0.88em;
  text-shadow: inherit;
}

.banner-area.kv-v2 .kv-date strong {
  color: inherit;
  font-size: 1.04em;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: inherit;
}

.banner-area.kv-v2 .kv-date small {
  margin: 0 0.02em;
  color: inherit;
  font-size: 0.66em;
  font-weight: 900;
  text-shadow: inherit;
}

@media (min-width: 768px) {
  .banner-area.kv-v2 {
    background-size: min(78%, 930px) auto;
  }

}

@media (max-width: 767.98px) {
  .banner-area.kv-v2 {
    min-height: 0 !important;
    background-position: center top !important;
    background-size: 78% auto !important;
  }

  .banner-area.kv-v2::after {
    height: 10.3%;
  }

  .banner-area.kv-v2 .kv-inner {
    min-height: 0 !important;
    aspect-ratio: 595 / 265 !important;
  }

  .banner-area.kv-v2 .kv-logo-title {
    top: 5.7%;
    left: 1.2%;
    width: 56.5%;
  }

  .banner-area.kv-v2 .kv-free {
    top: 5%;
    right: 1.35%;
    width: 12.4%;
    height: auto;
    font-size: clamp(0.58rem, 2.55vw, 1rem);
  }

  .banner-area.kv-v2 .kv-main-copy {
    top: 65.2%;
    left: 2.3%;
    right: 2.3%;
  }

  .banner-area.kv-v2 .kv-main-copy h1 {
    font-size: clamp(1rem, 4.15vw, 1.55rem) !important;
    line-height: 1;
    letter-spacing: -0.045em;
    white-space: nowrap;
    -webkit-text-stroke: clamp(1.2px, 0.22vw, 1.6px) #fff;
  }

  .banner-area.kv-v2 .kv-main-copy h1 span {
    font-size: 1.62em;
    line-height: 0.72;
    vertical-align: -0.08em;
  }

  .banner-area.kv-v2 .kv-main-copy p {
    margin: 0.38em 0 0;
    font-size: clamp(0.78rem, 3.25vw, 1.15rem);
    line-height: 1;
    white-space: nowrap;
    -webkit-text-stroke: clamp(0.9px, 0.16vw, 1.2px) #fff;
  }

  .banner-area.kv-v2 .kv-date {
    right: 1.35%;
    bottom: 1.5%;
    max-width: none;
    font-size: clamp(1.1rem, 3.25vw, 1.55rem);
    text-align: right;
  }

}

@media (max-width: 390px) {
  .banner-area.kv-v2 .kv-main-copy h1 {
    font-size: clamp(0.82rem, 4.1vw, 1rem) !important;
    -webkit-text-stroke: 1px #fff;
  }

  .banner-area.kv-v2 .kv-main-copy p {
    font-size: clamp(0.65rem, 3.15vw, 0.78rem);
    -webkit-text-stroke: 0.8px #fff;
  }

  .banner-area.kv-v2 .kv-date {
    font-size: clamp(0.72rem, 4vw, 0.94rem);
  }

}

.banner-area.kv-v2{
  background-color:#edf4fe;
  background-image:none !important;
}

.banner-area.kv-v2 .kv-logo-title{
  top:5.2%;
  left:1.5%;
  width:42%;
}

.banner-area.kv-v2 .kv-free{
  top:5.2%;
  right:2.2%;
  width:clamp(72px,8.8vw,120px);
  font-size:clamp(.55rem,1.1vw,1rem);
  line-height:1.2;
}

.banner-area.kv-v2 .kv-visual{
  position:absolute;
  top:22.5%;
  right:5.5%;
  z-index:2;
  display:block;
  width:48%;
  height:auto;
  pointer-events:none;
  user-select:none;
}

.banner-area.kv-v2 .kv-main-copy{
  top:35.5%;
  left:2.6%;
  right:auto;
  width:50%;
  text-align:center;
}

.banner-area.kv-v2 .kv-main-copy h1{
  font-size:clamp(.95rem,2.35vw,2.7rem) !important;
  line-height:1.2;
  letter-spacing:-.025em;
  white-space:normal;
}

.banner-area.kv-v2 .kv-main-copy h1 .kv-copy-line{
  display:block;
  padding:0;
  background:none !important;
  color:#003300 !important;
  font-size:1.4em;
  line-height:1.2;
  vertical-align:baseline;
}

.banner-area.kv-v2 .kv-main-copy h1 .kv-now{
  display:inline;
  font-size:1.60em;
  line-height:inherit;
  vertical-align:baseline;
}

.banner-area.kv-v2 .kv-main-copy p{
  margin:.55em 0 0;
  font-size:clamp(1rem,1.8vw,2rem);
  line-height:1.25;
  letter-spacing:.04em;
  white-space:nowrap;
}

.banner-area.kv-v2 .kv-date{
  right:1.5%;
  bottom:1.45%;
  font-size:clamp(1.1rem,1.9vw,2.25rem);
}

/* ② Green-framed areas: larger body type, still smaller than section headings */
.topics,
#overview table.table,
#program table.table,
.bg-primary-subtle h4,
.bg-primary-subtle .toiw{
  font-size:clamp(1rem,1.15vw,1.125rem);
}

.nwsttl{
  font-size:clamp(1rem,1.15vw,1.125rem);
}

#program .prgttl{
  font-size:1.20em;
}

/* ④ Text immediately before/after the registration/view buttons */
#howtoreg .action-guide,
#view .action-guide{
  font-size:clamp(1rem,1.15vw,1.125rem);
  line-height:1.65;
}

@media (max-width:767.98px){
  .banner-area.kv-v2 .kv-logo-title{
    top:5.2%;
    left:1.5%;
    width:42%;
  }

  .banner-area.kv-v2 .kv-free{
    top:5.2%;
    right:2.2%;
    width:8.8%;
    font-size:clamp(.48rem,1.55vw,.72rem);
  }

  .banner-area.kv-v2 .kv-visual{
    top:22.5%;
    right:5.5%;
    width:48%;
  }

  .banner-area.kv-v2 .kv-main-copy{
    top:35.5%;
    left:2.6%;
    right:auto;
    width:50%;
  }

  .banner-area.kv-v2 .kv-main-copy h1{
    font-size:clamp(.82rem,2.85vw,1.35rem) !important;
    line-height:1.18;
    white-space:normal;
  }

  .banner-area.kv-v2 .kv-main-copy p{
    margin:.5em 0 0;
    font-size:clamp(.64rem,2.05vw,.95rem);
    line-height:1.2;
    white-space:nowrap;
  }

  .banner-area.kv-v2 .kv-date{
    right:1.5%;
    bottom:1.45%;
    font-size:clamp(.72rem,3vw,1.15rem);
  }

  .topics,
  #overview table.table,
  #program table.table,
  .bg-primary-subtle h4,
  .bg-primary-subtle .toiw,
  #howtoreg .action-guide,
  #view .action-guide{
    font-size:1rem;
  }
}

