@charset "UTF-8";

/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: .2s;
  transition-property: background, color, border, opacity, transform;
}
/* ==========================================================================
   Image
========================================================================== */
[class^="ri-"], [class*=" ri-"] {
  font-weight: normal!important;
}

/* ==========================================================================
   Image
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
svg.icon {
  fill: currentColor;
}

picture,
figure {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-image {
  background: var(--border1) url(../img/logo-w.svg) no-repeat center;
  background-size: min(30%, 10rem);
}

/* ==========================================================================
   Typography
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 700; position: relative; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }

h1, .h1 { font-size: max(4.5em, 6vw); }
h2, .h2 { font-size: max(3em, 4vw); }
h3, .h3 { font-size: max(2.5em, 3vw); }
h4, .h4 { font-size: 1.5em; }
h5, .h5 { font-size: 1.25em; }
h6, .h6 { font-size: 1em; }

.fw-400,
.text-normal { font-weight: 400 !important; }
.fw-500,
.text-medium { font-weight: 500 !important; }
.fw-600,
.text-semibold { font-weight: 600 !important; }
.fw-700,
.text-bold { font-weight: 700 !important; }
.text-italic { font-style: italic; }
.text-justify { text-align: justify; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}

.font1, .en_ttl,
[data-en]::before {
  font-family: var(--font1);
}

[data-en]::before {
  line-height: 1;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: .75em;
  text-align: left;
  font-family: inherit;
  font-size: 1em;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 600;
  padding: 1em 4.5em 1em 1.5em;
  min-width: 14em;
  max-width: 100%;
  background: var(--color2);
  color: var(--white);
  border: none;
  border-radius: .125em;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: .2s ease-in-out;
  transition-property: background,border,color;
}
.btn::before {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) scale(.3);
  transition: transform .2s;
}
.btn::after {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--arrow-path);
  background-size: 30% 30%;
  position: absolute;
  top: 50%;
  right: 1.5em;
  z-index: 2;
  transform: translateY(-50%);
  transition: opacity .2s;
  opacity: 0;
}
a:hover .btn::before,
.btn:hover::before {
  transform: translateY(-50%) scale(1);
}
a:hover .btn::after,
.btn:hover::after {
  opacity: 1;
}
.btn._L {
  width: 100%;
  padding: 1.25em 4.5em 1.25em 1.5em;
  font-size: 1.25em;
}

a.link,
button.link {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  color: var(--color2);
  border: none;
  border-bottom: 1px solid currentColor;
  margin-top: .25em;
  outline: none;
  background: none;
}
button.link {
  padding: .25em 0 .5em;
  cursor: pointer;
}

/* ==========================================================================
   Page header
========================================================================== */
.headline {
  color: var(--color1);
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.text-center .headline,
.headline.text-center {
  justify-content: center;
}
.headline .en_ttl {
  content: attr(data-en);
  font-style: italic;
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
  display: block;
}
.headline p {
  margin: 1.5rem 0 1rem;
}
.headline .ttl {
  font-family: var(--gothic);
  font-size: 1em;
  font-weight: 700;
}


.page__header {
  width: 100%;
  position: relative;
}
.page__header::before,
.page__header::after {
  content: '';
  display: block;
  width: 70vw;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--color1);
  position: absolute;
  top: -40vw;
  left: 50vw;
  opacity: .1;
}
.page__header::after {
  width: 30vw;
  background: var(--color2);
  top: calc(5vw + 6rem);
  left: -7.5vw;
  opacity: .075;
}
.page__header .headline {
  flex-direction: column;
  gap: .5rem;
  position: relative;
  z-index: 2;
}
.page__header .headline .ttl {
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .04em;
}
.page__header .headline .sub_ttl {
  margin: 0;
  font-size: .813em;
  font-weight: 700;
  letter-spacing: 0;
}




/* ==========================================================================
   MV
========================================================================== */
.mv {
  background-color: var(--l-gray);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  position: relative;
}
.mv.overlay::before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mv .mv__inner {
  padding: 60px 30px;
  color: #FFF;
  position: relative;
}
.mv._full {
  height: 100svh;
}
@media only screen and (min-width: 992px) {
  .mv .mv__inner {
    padding: 90px 60px;
  }
}

.hero .c-scroll {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.hero .c-scroll span {
  display: inline-block;
  background-color: #111;
  color: #FFF;
  padding: .5em 1em;
}
.hero .c-scroll::after {
  content: '';
  position: relative;
  display: block;
  width: 1px;
  height: 10vh;
  vertical-align: middle;
  margin: 0 auto;
  background-color: currentcolor;
  animation: scroll-border 2s -1s cubic-bezier(1, 0, 0, 1) infinite;
  will-change: animation;
}

@keyframes scroll-border {
  0%  { transform: scale(1, 0); transform-origin: 0 0; }
  30% { transform: scale(1, 1); transform-origin: 0 0; }
  70% { transform: scale(1, 1); transform-origin: 0 100%; }
  100%{ transform: scale(1, 0); transform-origin: 0 100%; }
}

/* ==========================================================================
   Accordion
========================================================================== */
.acc {
  position: relative;
}
.acc_btn {
  padding-right: 2em;
  position: static;
  transition: color .2s;
  cursor: pointer;
}
.acc_btn::before {
  content: '';
  display: block;
  width: .5em;
  height: .5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  bottom: 50%;
  right: .3em;
  transform: translateY(50%) rotate(45deg);
}
.on .acc_btn::before {
  transform: translateY(50%) rotate(-135deg);
}


.acc_body ul {
  margin-left: 1em;
}
.acc_body a:not(.btn) {
  color: var(--color1);
  text-decoration: underline;
}
.acc_body .btn {
  font-size: 1em;
  padding: .75em;
}


.acc_list .acc {
  line-height: 1.75;
  border-bottom: 1px solid var(--border1);
}
.acc_list .acc:first-of-type {
  border-top: 1px solid var(--border1);
}
.acc_list .acc_btn {
  font-weight: 600;
  padding: 1.5rem 1.5em 1.5rem 2.5rem;
  position: relative;
}
.acc_list .acc_body {
  padding: 0 0 1.5rem 2.5rem;
  position: relative;
}
.acc_list .label {
  color: var(--color2);
  font-size: 1.5rem;
  font-family: var(--font1);
  font-weight: 900;
  line-height: 1.2;
  position: absolute;
  left: 0;
}
.acc_list .acc_body .label {
  color: var(--border1);
  top: 0;
}
@media (min-width: 992px) {
  .acc_list .acc {
    padding-left: 1em;
    padding-right: 1em;
  }
  .acc_list .acc_btn {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .acc_list .acc_body {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
  width: 100%;
  aspect-ratio: 16/9;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
}
.iframeBox._map {
  aspect-ratio: 11/8;
}

/* ==========================================================================
   Box
========================================================================== */
.box {
  height: 100%;
  background: #f0f7f7;
  padding: max(7.5%,5.25rem) max(5%,1.5rem) max(7.5%,2.25rem);
  position: relative;
}
.box .en_ttl {
  color: var(--color2);
  opacity: .5;
}
.box .box-ttl {
  position: absolute;
  top: -3px;
  left: -3px;
}
.box .box-ttl .ttl{
  background: var(--color2);
  color: var(--white);
  padding: 1em 2em 1em 1.5em;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 0 2em 2em 0;
}

/* ==========================================================================
   List
========================================================================== */
ul.row,
ol.row,
.lists {
  list-style-type: none;
}
.lists .list {
  line-height: 1.5;
  letter-spacing: .05em;
}
.lists .list {
  display: flex;
  gap: .75rem;
  padding: 1rem 0;
  position: relative;
}
.lists .list .list-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  letter-spacing: .05em;
}
.lists .list .list-meta time {
  min-width: 7em;
  font-family: var(--font1);
  font-weight: 700;
}
.lists .list .ttl {
  line-height: 1.5;
}
.lists a.list {
  padding-right: 2.5rem;
}
.lists a.list::before {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(.3);
  transition: transform .2s;
}
.lists a.list::after {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--arrow-path-w);
  background-size: 30% 30%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  transition: opacity .2s;
  opacity: 0;
}
.lists a.list:hover::before {
  transform: translateY(-50%) scale(1);
}
.lists a.list:hover::after {
  opacity: 1;
}
.list p {
  margin: 0;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .list {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .lists .list {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .list p {
    line-height: 2;
  }
}

/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.cards.row {
  row-gap: 3rem;
}
.card {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: relative;
}
.card > a {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: relative;
}
.card.row {
  flex-direction: row;
}
.card .card-img {
  background: rgba(0,0,0,0.05);
  aspect-ratio: 7/5;
  position: relative;
}
.card .card-img picture {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.card .card-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
a.card:hover .card-img img,
.card > a:hover .card-img img {
  transform: scale(1.1);
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.card-meta {
  font-size: 0.75em;
  line-height: 1.5;
}
.card .ttl {
  font-size: 1.071em;
  line-height: 1.375;
}
.card p {
  font-size: 0.813em;
  line-height: 1.5;
  margin: 0;
}
.card ul.links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.25em;
  line-height: 1.25;
}
.card ul.links li a {
  display: inline-block;
  padding: 0 .375em;
}


.cards._mini .card .card-img,
.cards._prof .card .card-img {
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.cards._mini {
  --bs-gutter-x: 1rem;
  row-gap: 1.5rem;
}
.cards._mini .card {
  max-width: 8em;
  row-gap: .5rem;
}
.cards._mini .ttl {
  font-size: .813em;
}
.cards._mini .ttl small {
  display: block;
  font-size: .75em;
  white-space: nowrap;
}

.cards._prof .ttl {
  font-size: 1.375em;
}
.cards._prof .ttl small {
  font-size: .75rem;
}
.cards._prof .card {
  max-width: 80em;
}
.cards._prof .card .card-img {
  max-width: 18em;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 575px) {
  .cards._prof .card .ttl {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .cards._prof .card {
    flex-direction: row;
    align-items: flex-start;
    gap: 5%;
  }
  .cards._prof .card .card-img {
    flex: 0 0 min(18em, 30%);
  }
  .cards._prof .card-body {
    flex-basis: 100%;
    align-self: center;
  }
  .cards._prof .card ul.links {
    justify-content: flex-start;
  }
}


.sponsors.row {
  align-items: center;
  row-gap: 1rem;
}
.sponsors a {
  display: inline-block;
}
.sponsors a img {
  display: inline-block;
}
@media (min-width: 576px) {
  .sponsors.row {
    justify-content: center;
  }
}

/* ==========================================================================
   Outline
========================================================================== */
table.outline th {
  padding: 0 1.5em 1em 0;
}
table.outline td {
  padding: 0 0 1em 0;
}


/* ==========================================================================
   Flow List
========================================================================== */
ol.flow {
  padding: 0!important;
  list-style-type: none;
  position: relative;
}
ol.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: var(--color1);
  opacity: .25;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
ol.flow > li {
  line-height: 1.75;
  position: relative;
}
ol.flow > li:not(:last-child) {
  margin-bottom: 2rem;
}
ol.flow > li dl {
  padding-left: 70px;
  position: relative;
}
ol.flow> li dl::before,
ol.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
}
ol.flow> li dl:has(.h4)::before,
ol.flow > li dl:has(.h4)::after {
  top: 1.25rem;
}
ol.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--color1);
  border-radius: 50%;
  left: 4px;
  z-index: 2;
}
ol.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed currentColor;
  position: absolute;
  left: 7px;
}
ol.flow > li dl dt {
  color: var(--color1);
  font-weight: 700;
  margin-bottom: .25rem;
  display: flex;
  align-items: center;
}
ol.flow > li dl dd {
  margin-bottom: .5em;
}

/* ==========================================================================
   Terms
========================================================================== */
.terms {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
  row-gap: .75em;
}

/* Categories */
.cats {
  display: flex;
  flex-wrap: wrap;
  gap: .375em;
  font-size: 0.857em;
  line-height: 1.5;
}
.cats .cat {
  display: inline-block;
}
.cats .cat:not(.badge):not(:last-child)::after {
  content: ' / ';
}
.badge {
  display: inline-block;
  background: var(--color1);
  color: var(--white);
  border-radius: .4em;
  padding: .4em .8em;
}

/* Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
  row-gap: .25em;
  font-size: 0.857em;
  line-height: 1.5;
}
.tags .tag {
  display: inline-block;
}
.tags a {  
  text-decoration: none;
  color: var(--color2);
}


/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination {
  text-align: center;
  font-family: var(--font1);
}
.pagination ul {
  display: flex;
  justify-content: center;
  column-gap: 2%;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.pagination li .page-numbers {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  padding: .5em;
  min-width: 1em;
  display: block;
}
.pagination li .page-numbers:not(.current):not(.next):not(.prev) {
  color: #666;
}
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus {
  opacity: .5;
}
.pagination li .page-numbers.current {
  cursor: default;
}

.pagination li .page-numbers.prev {
  padding-left: 2em;
}
.pagination li .page-numbers.next {
  padding-right: 2em;
}
.pagination li .page-numbers.prev::before,
.pagination li .page-numbers.next::before {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pagination li .page-numbers.prev::after,
.pagination li .page-numbers.next::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--arrow-path);
  background-size: 30% 30%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .2s;
}
.pagination li .page-numbers.prev::before {
  left: 0;
  right: auto;
}
.pagination li .page-numbers.prev::after {
  transform: scale(-1,1) translateY(-50%);
  left: 0;
  right: auto;
}

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav li a:not(.btn) {
  display: inline-block;
  margin: 1em 0;
}


/* ==========================================================================
   Color
========================================================================== */
.bg-l-gray { background: var(--l-gray); }
.bg-color1 { background: var(--color1); color: var(--white); }

.white { color: var(--white); }
.black { color: var(--black); }
.gray { color: var(--gray); }
.color1 { color: var(--color1); }
.color2 { color: var(--color2); }

.of-hidden {
  overflow: hidden;
}

/* ==========================================================================
   Form
========================================================================== */
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid var(--border1);
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 1em;
  color: inherit;
  max-width: 100%;
  transition: border 0.2s ease-out;
}
input[type="text"].inline-text {
  background-color: var(--white);
  border-color: var(--border1);
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--color2);
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"] {
  width: 100%;
  height: 44px;
  padding: 0 12px;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--white);
  border: 1px solid var(--border1);
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
  width: 1.5em;
  height: 1.5em;
  margin: 0 .75em 0 0 !important;
  position: relative;
}
input[type="checkbox"]:before {
  position: absolute;
  top: .25em;
  left: .5em;
  transform: rotate(45deg);
  width: .35em;
  height: .7em;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  content: '';
  transition: border 0.2s ease-out;
}
input[type="checkbox"]:checked:before {
  border-color: var(--black);
}
input[type="radio"] {
  border-radius: 100%;
}
input[type="radio"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--white);
  content: '';
  transform: scale(0.5);
  transition: 0.15s;
}
input[type="radio"]:checked:before {
  background: var(--black);
  transform: scale(1.0);
}
textarea {
  padding: 12px;
  width: 100%;
  height: auto;
}
select,
input[type="text"].hasDatepicker {
  width: 100%;
  height: 44px;
  padding: 0 calc(2em + 10px) 0 1em;
  border-color: var(--border1);
  background-color: var(--white);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M0.94 0L4 3.09L7.06 0L8 0.95L4 5L0 0.95L0.94 0Z' fill='%23111'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right min(1.5em, 6%);
  background-size: 10px 10px;
}
select::-ms-expand {
  display: none;
}
input[type="text"].hasDatepicker {
  width: auto;
  min-width: 240px;
  background-image: url(../img/icon-calendar.svg);
  background-size: 16px;
}
label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
label:has(input[type="radio"]),
label:has(input[type="checkbox"]) {
  height: 24px;
} 
input[type="radio"] + span,
input[type="checkbox"] + span {
  margin-right: 1.5em;
} 
::placeholder {
  color: var(--gray);
}



/* form layout */
.req,.required {
  color: var(--red);
}
.form-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 1.25em;
  margin: 3rem 0 2rem;
  color: var(--color2);
  border-bottom: 2px solid currentColor;
}
.form-headline span {
  display: block;
  font-size: .813em;
  line-height: 1.75;
}
.form-box {
  padding-top: var(--header-height);
  text-align: left;
  overflow: hidden;
}
.form-box small {
  font-size: .813em;
}
.form-box .form-group {
  margin-bottom: 2rem;
}
.form-box .form-label {
  font-weight: 700;
  margin-bottom: .125rem;
}
.form-help {
  font-size: .813em;
  line-height: 1.75;
  margin: .5em 0;
  color: var(--d-gray);
}
.form-help-box {
  font-size: .938em;
  line-height: 1.75;
  background: var(--l-gray);
  padding: max(1.25em, 3%);
  margin: 1em 0;
}
.form-help a,
.form-help-box a {
  font-weight: bold;
  color: var(--color1);
  text-decoration: underline;
}


@media (min-width: 992px) {
  .form-box .d-lg-flex {
    gap: 1rem 2rem;
  }
}



.mw_wp_form_send_error {
  text-align: center;
}
.mw_wp_form .error {
  color: var(--red);
  font-family: var(--gothic);
  font-size: .923em;
  line-height: 1.25;
  margin: 5px 0;
}
.input-only, .confirm-only {
  display: none;
}
.mw_wp_form_input .input-only {
  display: block;
}
.mw_wp_form_confirm .confirm-only {
  display: block;
}
.mw_wp_form_confirm .form-label {
  line-height: inherit;
}
.mw_wp_form_confirm .form-box .form-group {
  border-bottom: 1px solid var(--border1);
  padding: .75em 0;
  margin: 0;
}
.mwform-radio-field:first-of-type {
  margin-top: 6px;
}
.mwform-radio-field:last-of-type {
  margin-bottom: 6px;
}
.horizontal-item {
  display: inline-flex;
}
.mwform-radio-field-text {
  font-size: .75rem;
  font-weight: 700;
  padding-right: .5em;
  margin-right: 1em;
}



/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after, a:visited:after { content: " (" attr(href) ")"; }
  a abbr[title]:after, a:visited abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav { display: none; }
}

