:root {
  --mask-color: #000000a6;
}

BODY {
  font-family: var(--bs-font-sans-serif);
}

H1 {
  margin: 0px;
  font-size: 26px;
  font-family: "expressway_rg";
  color: #00518a;
}

H2 {
  margin: 0px;
  font-size: 24px;
  font-family: "expressway_rg";
  color: #00518a;
}

DIV.text-content {
  padding: 5px 30px;
}

.shadow-1 {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
}

.shadow-2 {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}

.shadow-3 {
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.75);
}

DIV.body-front {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 100px;
}

DIV.title-bar {
  background-color: #00518a;
  padding: 10px 14px 14px 18px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
  margin: 0px -12px 8px -12px;
}
DIV.title-bar H1,
DIV.title-bar H2,
DIV.title-bar H3 {
  color: #FFFFFF;
}

IMG.img-banner {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

DIV.card-general {
  width: 300px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}
DIV.card-general DIV.card-body {
  font-size: 13px;
  font-family: "acarisans-regular";
}
DIV.card-general DIV.card-body H5 {
  font-size: 17px;
}

DIV.card-image-container {
  width: 300px;
  height: 150px;
  text-align: center;
  background-image: linear-gradient(0.1turn, #BBBBBB, #EEEEEE, #CCCCCC);
  border-radius: 5px 5px 0px 0px;
  box-shadow: inset 0px 0px 7px 7px rgba(127, 127, 127, 0.1);
}
DIV.card-image-container SPAN {
  display: inline;
  line-height: 150px;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
DIV.card-image-container SPAN IMG {
  max-width: 290px;
  max-height: 140px;
  margin-left: auto;
  margin-right: auto;
}

SPAN.banner-text {
  font-size: 36px;
  font-family: "coopbl";
  display: block;
  color: #00518a;
  white-space: nowrap;
}

#body-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

A.prime-link {
  font-family: "expressway_rg";
  font-size: 22px;
  cursor: pointer;
  padding: 5px 5px;
  margin: 0px 5px;
  text-decoration: none;
}

A.prime-link-blue {
  color: #00518a;
}

A.prime-link-blue:hover {
  color: #499fdd;
}

A.prime-link-white {
  color: #DDDDDD;
}

A.prime-link-white:hover {
  color: #FFFFFF;
}

A.panel-link {
  text-decoration: none;
}

DIV.subpage IMG.subpage-hero {
  display: block;
  max-width: 500px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

SPAN.photo-panel {
  position: relative;
  margin: 10px;
  display: inline-block;
  max-width: 280px;
  max-height: 158px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 3px 3px 3px #000000;
}
SPAN.photo-panel IMG {
  width: 100%;
  height: auto;
}
SPAN.photo-panel IMG:hover {
  width: 320px;
  margin-left: -10px;
  margin-top: -10px;
}