/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --t-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --t-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --t-color-black: #000;
    --t-color-white: #fff;
    --t-spacing: 0.25rem;
    --t-text-xs: 0.75rem;
    --t-text-xs--line-height: calc(1 / 0.75);
    --t-text-sm: 0.875rem;
    --t-text-sm--line-height: calc(1.25 / 0.875);
    --t-text-2xl: 1.5rem;
    --t-text-2xl--line-height: calc(2 / 1.5);
    --t-font-weight-semibold: 600;
    --t-font-weight-bold: 700;
    --t-radius-lg: 0.5rem;
    --t-default-font-family: var(--t-font-sans);
    --t-default-mono-font-family: var(--t-font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--t-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--t-default-font-feature-settings, normal);
    font-variation-settings: var(--t-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--t-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--t-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--t-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .t\:absolute {
    position: absolute;
  }
  .t\:relative {
    position: relative;
  }
  .t\:inset-x-0 {
    inset-inline: calc(var(--t-spacing) * 0);
  }
  .t\:top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .t\:top-2 {
    top: calc(var(--t-spacing) * 2);
  }
  .t\:top-4 {
    top: calc(var(--t-spacing) * 4);
  }
  .t\:right-2 {
    right: calc(var(--t-spacing) * 2);
  }
  .t\:right-4 {
    right: calc(var(--t-spacing) * 4);
  }
  .t\:bottom-0 {
    bottom: calc(var(--t-spacing) * 0);
  }
  .t\:z-10 {
    z-index: 10;
  }
  .t\:container {
    width: 100%;
    @media (width >= 1000px) {
      max-width: 1000px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .t\:block {
    display: block;
  }
  .t\:flex {
    display: flex;
  }
  .t\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .t\:h-10 {
    height: calc(var(--t-spacing) * 10);
  }
  .t\:h-11 {
    height: calc(var(--t-spacing) * 11);
  }
  .t\:h-auto {
    height: auto;
  }
  .t\:w-10 {
    width: calc(var(--t-spacing) * 10);
  }
  .t\:w-11 {
    width: calc(var(--t-spacing) * 11);
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:max-w-\[280px\] {
    max-width: 280px;
  }
  .t\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .t\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:cursor-pointer {
    cursor: pointer;
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-row {
    flex-direction: row;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-end {
    align-items: flex-end;
  }
  .t\:items-start {
    align-items: flex-start;
  }
  .t\:justify-between {
    justify-content: space-between;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:justify-start {
    justify-content: flex-start;
  }
  .t\:gap-1 {
    gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-4 {
    gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-\[9\.3px\] {
    gap: 9.3px;
  }
  .t\:gap-\[24px\] {
    gap: 24px;
  }
  .t\:gap-\[40px\] {
    gap: 40px;
  }
  .t\:overflow-hidden {
    overflow: hidden;
  }
  .t\:rounded {
    border-radius: 0.25rem;
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:rounded-lg {
    border-radius: var(--t-radius-lg);
  }
  .t\:bg-\[\#a80000\] {
    background-color: #a80000;
  }
  .t\:bg-black {
    background-color: var(--t-color-black);
  }
  .t\:bg-black\! {
    background-color: var(--t-color-black) !important;
  }
  .t\:bg-black\/50 {
    background-color: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-black) 50%, transparent);
    }
  }
  .t\:bg-white\/15 {
    background-color: var(--t-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-white) 15%, transparent);
    }
  }
  .t\:bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:from-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:to-\[rgba\(0\,0\,0\,0\.95\)\] {
    --tw-gradient-to: rgba(0,0,0,0.95);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:bg-cover {
    background-size: cover;
  }
  .t\:bg-center {
    background-position: center;
  }
  .t\:object-contain {
    object-fit: contain;
  }
  .t\:p-0\! {
    padding: calc(var(--t-spacing) * 0) !important;
  }
  .t\:p-3 {
    padding: calc(var(--t-spacing) * 3);
  }
  .t\:px-2 {
    padding-inline: calc(var(--t-spacing) * 2);
  }
  .t\:px-\[12px\] {
    padding-inline: 12px;
  }
  .t\:py-1 {
    padding-block: calc(var(--t-spacing) * 1);
  }
  .t\:py-6\! {
    padding-block: calc(var(--t-spacing) * 6) !important;
  }
  .t\:py-\[30px\] {
    padding-block: 30px;
  }
  .t\:pt-9 {
    padding-top: calc(var(--t-spacing) * 9);
  }
  .t\:text-left {
    text-align: left;
  }
  .t\:text-right {
    text-align: right;
  }
  .t\:text-2xl {
    font-size: var(--t-text-2xl);
    line-height: var(--tw-leading, var(--t-text-2xl--line-height));
  }
  .t\:text-sm {
    font-size: var(--t-text-sm);
    line-height: var(--tw-leading, var(--t-text-sm--line-height));
  }
  .t\:text-xs {
    font-size: var(--t-text-xs);
    line-height: var(--tw-leading, var(--t-text-xs--line-height));
  }
  .t\:text-\[15px\] {
    font-size: 15px;
  }
  .t\:leading-\[22\.5px\] {
    --tw-leading: 22.5px;
    line-height: 22.5px;
  }
  .t\:font-bold {
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
  }
  .t\:font-semibold {
    --tw-font-weight: var(--t-font-weight-semibold);
    font-weight: var(--t-font-weight-semibold);
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:text-white\! {
    color: var(--t-color-white) !important;
  }
  .t\:underline {
    text-decoration-line: underline;
  }
  .t\:shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .t\:hover\:bg-white\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--t-color-white);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--t-color-white) 25%, transparent);
        }
      }
    }
  }
  .t\:max-pc\:flex-col {
    @media (width < 1000px) {
      flex-direction: column;
    }
  }
  .t\:max-pc\:justify-center {
    @media (width < 1000px) {
      justify-content: center;
    }
  }
  .t\:max-pc\:gap-\[18px\] {
    @media (width < 1000px) {
      gap: 18px;
    }
  }
  .t\:max-pc\:text-left {
    @media (width < 1000px) {
      text-align: left;
    }
  }
  .t\:max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
}
:root {
  color-scheme: light;
  --bg: #f3f7fb;
  --panel: #ffffff;
  --ink: #132033;
  --ink-soft: #506079;
  --stroke: #d7dfeb;
  --action: #1f3b68;
  --action-hover: #142949;
  --danger: #b91c1c;
  --danger-bg: #fee2e2;
}
* {
  box-sizing: border-box;
}
body {
  background: #fbfaf9;
}
.row20 {
  margin-bottom: 20px !important;
}
.detail_st1 {
  position: relative;
}
.wrap_menu_detail {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.dhd_menu_detail .menutop {
  position: relative;
  z-index: 9;
  top: 30px;
  border-radius: 12px;
  padding-left: 10px;
}
.avatar_detail_style1 {
  width: 100%;
  text-align: center;
}
.avatar43 {
  display: block;
  width: 100%;
  max-width: 1440px;
  position: relative;
  height: 0;
  padding: 33% 0 0 0;
  overflow: hidden;
  margin: 0 auto;
}
.avatar43::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(255, 249, 249, 0) 36.53%, #ffefd4 100%);
  pointer-events: none;
  z-index: 9;
}
.avatar43::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, #ffefd4 1%, rgba(255, 249, 249, 0) 100%);
  pointer-events: none;
  z-index: 9;
}
.avatar43 img {
  position: absolute;
  display: block;
  width: 100%;
  inset: 0;
  margin: auto;
}
.wrap_content_style1 {
  margin-top: -100px;
  position: relative;
  z-index: 10;
}
.cate_title_nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 30px 0;
}
.cate_title_nav .bg_left img, .cate_title_nav .bg_right img {
  display: block;
  height: 52px;
  width: auto;
}
.cate_title_nav .bg_center {
  display: flex;
  align-items: center;
  background: #ef2424;
  min-height: 52px;
}
.cate_title_nav a.title {
  display: block;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
.cate_title_nav a.title:hover {
  color: #fff;
}
.detail_st1 h1.head_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #000;
}
.detail_st1 .date {
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
.detail_style1 {
  max-width: 790px;
  margin: 0 auto;
}
#content p {
  margin-bottom: 10px;
  color: #403c3c;
  font-size: 1.125rem;
  text-align: justify;
}
#content img {
  max-width: 100%;
  height: auto !important;
}
.detail_style1 table td, .detail_style1 table p, .detail_style1 table div {
  text-align: center;
  color: #1e72cb;
}
.detail_style1 table.image {
  width: min(160%, 100vw - 24px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px 0;
  border-collapse: collapse;
}
.detail_style1 table.image td {
  padding: 0;
}
.detail_style1 table.image img {
  display: block;
  width: 100%;
}
.detail_style1 table.image .desc {
  background: #fbfaf9;
  padding: 5px;
  color: #0e6b91;
  font-size: 16px;
  display: table-cell;
  -webkit-line-clamp: unset;
  margin-top: 0;
  overflow: visible;
}
.block_new_related {
  margin-bottom: 30px;
}
.cate_title_1 {
  background: url("./images/related-title-flag.png") no-repeat left center;
  padding-left: 90px;
  margin: 20px 0;
  min-height: 32px;
  line-height: 32px;
}
.cate_title_1 .title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
.cate_title_1 .title:hover {
  color: #ef2424;
}
.block_new_related .rel-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 24px;
  align-items: start;
  margin-bottom: 20px;
}
.rel-avatar {
  display: block;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: calc(3% + 5px);
}
.rel-avatar img {
  position: absolute;
  display: block;
  width: 100%;
  inset: 0;
  margin: auto;
}
.rel-body .title3 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.rel-body .title3:hover {
  color: #ef2424;
}
.rel-body .des {
  margin-top: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
}
@media (max-width: 767.98px) {
  .dhd_menu_detail .menutop {
    top: 10px;
  }
  .avatar43 {
    padding: 50% 0 0 0;
  }
  .wrap_content_style1 {
    margin-top: 0;
    position: static;
  }
  .cate_title_nav a.title {
    font-size: 18px;
    line-height: 20px;
  }
  .detail_st1 h1.head_title {
    font-size: 22px;
    line-height: 40px;
  }
  .detail_style1 table.image {
    width: 100%;
    left: auto;
    transform: none;
  }
  .cate_title_1 .title {
    font-size: 18px;
  }
  .cate_title_1 {
    padding-left: 80px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
