@charset "UTF-8";
/**
 * Modern CSS Reset Tweaks
 * ================================================== */
html {
  -webkit-text-size-adjust: 100%; }
  html:focus-within {
    scroll-behavior: smooth; }

body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed; }

/* Box sizing normalization */
*,
::after,
::before {
  box-sizing: border-box; }

/* Elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/**
 * CSS Reset Tweaks
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none; }

/**
 * Input Reset
 */
input:required,
input {
  box-shadow: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:focus {
  outline: none; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto; }

/* Make pictures easier to work with */
picture {
  display: inline-block; }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

[disabled] {
  pointer-events: none; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  border: 0;
  background: transparent; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0; }

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%; }

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -5px; }

sup {
  top: -5px; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0; }

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%; }

fieldset {
  min-width: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: block; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Misc
 * ========================================================================== */
template {
  display: none; }

.font_size_8 {
  font-size: 2.13333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_8 {
      font-size: 0.55556vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_8 {
      font-size: 8px; } }

.font_size_10 {
  font-size: 2.66667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_10 {
      font-size: 0.69444vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_10 {
      font-size: 10px; } }

.font_size_12 {
  font-size: 3.2vw; }
  @media screen and (min-width: 1024px) {
    .font_size_12 {
      font-size: 0.83333vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_12 {
      font-size: 12px; } }

.font_size_14 {
  font-size: 3.73333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_14 {
      font-size: 0.97222vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_14 {
      font-size: 14px; } }

.font_size_16 {
  font-size: 4.26667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_16 {
      font-size: 1.11111vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_16 {
      font-size: 16px; } }

.font_size_18 {
  font-size: 4.8vw; }
  @media screen and (min-width: 1024px) {
    .font_size_18 {
      font-size: 1.25vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_18 {
      font-size: 18px; } }

.font_size_20 {
  font-size: 5.33333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_20 {
      font-size: 1.38889vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_20 {
      font-size: 20px; } }

.font_size_22 {
  font-size: 5.86667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_22 {
      font-size: 1.52778vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_22 {
      font-size: 22px; } }

.font_size_24 {
  font-size: 6.4vw; }
  @media screen and (min-width: 1024px) {
    .font_size_24 {
      font-size: 1.66667vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_24 {
      font-size: 24px; } }

.font_size_26 {
  font-size: 6.93333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_26 {
      font-size: 1.80556vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_26 {
      font-size: 26px; } }

.font_size_28 {
  font-size: 7.46667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_28 {
      font-size: 1.94444vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_28 {
      font-size: 28px; } }

.font_size_30 {
  font-size: 8vw; }
  @media screen and (min-width: 1024px) {
    .font_size_30 {
      font-size: 2.08333vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_30 {
      font-size: 30px; } }

.font_size_32 {
  font-size: 8.53333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_32 {
      font-size: 2.22222vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_32 {
      font-size: 32px; } }

.font_size_34 {
  font-size: 9.06667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_34 {
      font-size: 2.36111vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_34 {
      font-size: 34px; } }

.font_size_36 {
  font-size: 9.6vw; }
  @media screen and (min-width: 1024px) {
    .font_size_36 {
      font-size: 2.5vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_36 {
      font-size: 36px; } }

.font_size_38 {
  font-size: 10.13333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_38 {
      font-size: 2.63889vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_38 {
      font-size: 38px; } }

.font_size_40 {
  font-size: 10.66667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_40 {
      font-size: 2.77778vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_40 {
      font-size: 40px; } }

.font_size_42 {
  font-size: 11.2vw; }
  @media screen and (min-width: 1024px) {
    .font_size_42 {
      font-size: 2.91667vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_42 {
      font-size: 42px; } }

.font_size_44 {
  font-size: 11.73333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_44 {
      font-size: 3.05556vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_44 {
      font-size: 44px; } }

.font_size_46 {
  font-size: 12.26667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_46 {
      font-size: 3.19444vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_46 {
      font-size: 46px; } }

.font_size_48 {
  font-size: 12.8vw; }
  @media screen and (min-width: 1024px) {
    .font_size_48 {
      font-size: 3.33333vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_48 {
      font-size: 48px; } }

.font_size_50 {
  font-size: 13.33333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_50 {
      font-size: 3.47222vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_50 {
      font-size: 50px; } }

.font_size_52 {
  font-size: 13.86667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_52 {
      font-size: 3.61111vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_52 {
      font-size: 52px; } }

.font_size_54 {
  font-size: 14.4vw; }
  @media screen and (min-width: 1024px) {
    .font_size_54 {
      font-size: 3.75vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_54 {
      font-size: 54px; } }

.font_size_56 {
  font-size: 14.93333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_56 {
      font-size: 3.88889vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_56 {
      font-size: 56px; } }

.font_size_58 {
  font-size: 15.46667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_58 {
      font-size: 4.02778vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_58 {
      font-size: 58px; } }

.font_size_60 {
  font-size: 16vw; }
  @media screen and (min-width: 1024px) {
    .font_size_60 {
      font-size: 4.16667vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_60 {
      font-size: 60px; } }

.font_size_62 {
  font-size: 16.53333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_62 {
      font-size: 4.30556vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_62 {
      font-size: 62px; } }

.font_size_64 {
  font-size: 17.06667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_64 {
      font-size: 4.44444vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_64 {
      font-size: 64px; } }

.font_size_66 {
  font-size: 17.6vw; }
  @media screen and (min-width: 1024px) {
    .font_size_66 {
      font-size: 4.58333vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_66 {
      font-size: 66px; } }

.font_size_68 {
  font-size: 18.13333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_68 {
      font-size: 4.72222vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_68 {
      font-size: 68px; } }

.font_size_70 {
  font-size: 18.66667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_70 {
      font-size: 4.86111vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_70 {
      font-size: 70px; } }

.font_size_72 {
  font-size: 19.2vw; }
  @media screen and (min-width: 1024px) {
    .font_size_72 {
      font-size: 5vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_72 {
      font-size: 72px; } }

.font_size_74 {
  font-size: 19.73333vw; }
  @media screen and (min-width: 1024px) {
    .font_size_74 {
      font-size: 5.13889vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_74 {
      font-size: 74px; } }

.font_size_76 {
  font-size: 20.26667vw; }
  @media screen and (min-width: 1024px) {
    .font_size_76 {
      font-size: 5.27778vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_76 {
      font-size: 76px; } }

.font_size_78 {
  font-size: 20.8vw; }
  @media screen and (min-width: 1024px) {
    .font_size_78 {
      font-size: 5.41667vw; } }
  @media screen and (min-width: 1680px) {
    .font_size_78 {
      font-size: 78px; } }

.margin_t_8 {
  margin-top: 2.13333vw; }

.margin_b_8 {
  margin-bottom: 2.13333vw; }

.margin_r_8 {
  margin-right: 2.13333vw; }

.margin_l_8 {
  margin-left: 2.13333vw; }

.margin_8 {
  margin: 2.13333vw auto; }

.padding_t_8 {
  padding-top: 2.13333vw; }

.padding_b_8 {
  padding-bottom: 2.13333vw; }

.padding_r_8 {
  padding-right: 2.13333vw; }

.padding_l_8 {
  padding-left: 2.13333vw; }

.padding_8 {
  padding: 2.13333vw; }

@media screen and (min-width: 1024px) {
  .margin_t_8 {
    margin-top: 0.55556vw; }

  .margin_b_8 {
    margin-bottom: 0.55556vw; }

  .margin_r_8 {
    margin-right: 0.55556vw; }

  .margin_l_8 {
    margin-left: 0.55556vw; }

  .margin_8 {
    margin: 0.55556vw auto; }

  .padding_t_8 {
    padding-top: 0.55556vw; }

  .padding_b_8 {
    padding-bottom: 0.55556vw; }

  .padding_r_8 {
    padding-right: 0.55556vw; }

  .padding_l_8 {
    padding-left: 0.55556vw; }

  .padding_8 {
    padding: 0.55556vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_8 {
    margin-top: 8px; }

  .margin_b_8 {
    margin-bottom: 8px; }

  .margin_r_8 {
    margin-right: 8px; }

  .margin_l_8 {
    margin-left: 8px; }

  .margin_8 {
    margin: 8px auto; }

  .padding_t_8 {
    padding-top: 8px; }

  .padding_b_8 {
    padding-bottom: 8px; }

  .padding_r_8 {
    padding-right: 8px; }

  .padding_l_8 {
    padding-left: 8px; }

  .padding_8 {
    padding: 8px; } }
.margin_t_16 {
  margin-top: 4.26667vw; }

.margin_b_16 {
  margin-bottom: 4.26667vw; }

.margin_r_16 {
  margin-right: 4.26667vw; }

.margin_l_16 {
  margin-left: 4.26667vw; }

.margin_16 {
  margin: 4.26667vw auto; }

.padding_t_16 {
  padding-top: 4.26667vw; }

.padding_b_16 {
  padding-bottom: 4.26667vw; }

.padding_r_16 {
  padding-right: 4.26667vw; }

.padding_l_16 {
  padding-left: 4.26667vw; }

.padding_16 {
  padding: 4.26667vw; }

@media screen and (min-width: 1024px) {
  .margin_t_16 {
    margin-top: 1.11111vw; }

  .margin_b_16 {
    margin-bottom: 1.11111vw; }

  .margin_r_16 {
    margin-right: 1.11111vw; }

  .margin_l_16 {
    margin-left: 1.11111vw; }

  .margin_16 {
    margin: 1.11111vw auto; }

  .padding_t_16 {
    padding-top: 1.11111vw; }

  .padding_b_16 {
    padding-bottom: 1.11111vw; }

  .padding_r_16 {
    padding-right: 1.11111vw; }

  .padding_l_16 {
    padding-left: 1.11111vw; }

  .padding_16 {
    padding: 1.11111vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_16 {
    margin-top: 16px; }

  .margin_b_16 {
    margin-bottom: 16px; }

  .margin_r_16 {
    margin-right: 16px; }

  .margin_l_16 {
    margin-left: 16px; }

  .margin_16 {
    margin: 16px auto; }

  .padding_t_16 {
    padding-top: 16px; }

  .padding_b_16 {
    padding-bottom: 16px; }

  .padding_r_16 {
    padding-right: 16px; }

  .padding_l_16 {
    padding-left: 16px; }

  .padding_16 {
    padding: 16px; } }
.margin_t_24 {
  margin-top: 6.4vw; }

.margin_b_24 {
  margin-bottom: 6.4vw; }

.margin_r_24 {
  margin-right: 6.4vw; }

.margin_l_24 {
  margin-left: 6.4vw; }

.margin_24 {
  margin: 6.4vw auto; }

.padding_t_24 {
  padding-top: 6.4vw; }

.padding_b_24 {
  padding-bottom: 6.4vw; }

.padding_r_24 {
  padding-right: 6.4vw; }

.padding_l_24 {
  padding-left: 6.4vw; }

.padding_24 {
  padding: 6.4vw; }

@media screen and (min-width: 1024px) {
  .margin_t_24 {
    margin-top: 1.66667vw; }

  .margin_b_24 {
    margin-bottom: 1.66667vw; }

  .margin_r_24 {
    margin-right: 1.66667vw; }

  .margin_l_24 {
    margin-left: 1.66667vw; }

  .margin_24 {
    margin: 1.66667vw auto; }

  .padding_t_24 {
    padding-top: 1.66667vw; }

  .padding_b_24 {
    padding-bottom: 1.66667vw; }

  .padding_r_24 {
    padding-right: 1.66667vw; }

  .padding_l_24 {
    padding-left: 1.66667vw; }

  .padding_24 {
    padding: 1.66667vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_24 {
    margin-top: 24px; }

  .margin_b_24 {
    margin-bottom: 24px; }

  .margin_r_24 {
    margin-right: 24px; }

  .margin_l_24 {
    margin-left: 24px; }

  .margin_24 {
    margin: 24px auto; }

  .padding_t_24 {
    padding-top: 24px; }

  .padding_b_24 {
    padding-bottom: 24px; }

  .padding_r_24 {
    padding-right: 24px; }

  .padding_l_24 {
    padding-left: 24px; }

  .padding_24 {
    padding: 24px; } }
.margin_t_32 {
  margin-top: 8.53333vw; }

.margin_b_32 {
  margin-bottom: 8.53333vw; }

.margin_r_32 {
  margin-right: 8.53333vw; }

.margin_l_32 {
  margin-left: 8.53333vw; }

.margin_32 {
  margin: 8.53333vw auto; }

.padding_t_32 {
  padding-top: 8.53333vw; }

.padding_b_32 {
  padding-bottom: 8.53333vw; }

.padding_r_32 {
  padding-right: 8.53333vw; }

.padding_l_32 {
  padding-left: 8.53333vw; }

.padding_32 {
  padding: 8.53333vw; }

@media screen and (min-width: 1024px) {
  .margin_t_32 {
    margin-top: 2.22222vw; }

  .margin_b_32 {
    margin-bottom: 2.22222vw; }

  .margin_r_32 {
    margin-right: 2.22222vw; }

  .margin_l_32 {
    margin-left: 2.22222vw; }

  .margin_32 {
    margin: 2.22222vw auto; }

  .padding_t_32 {
    padding-top: 2.22222vw; }

  .padding_b_32 {
    padding-bottom: 2.22222vw; }

  .padding_r_32 {
    padding-right: 2.22222vw; }

  .padding_l_32 {
    padding-left: 2.22222vw; }

  .padding_32 {
    padding: 2.22222vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_32 {
    margin-top: 32px; }

  .margin_b_32 {
    margin-bottom: 32px; }

  .margin_r_32 {
    margin-right: 32px; }

  .margin_l_32 {
    margin-left: 32px; }

  .margin_32 {
    margin: 32px auto; }

  .padding_t_32 {
    padding-top: 32px; }

  .padding_b_32 {
    padding-bottom: 32px; }

  .padding_r_32 {
    padding-right: 32px; }

  .padding_l_32 {
    padding-left: 32px; }

  .padding_32 {
    padding: 32px; } }
.margin_t_40 {
  margin-top: 10.66667vw; }

.margin_b_40 {
  margin-bottom: 10.66667vw; }

.margin_r_40 {
  margin-right: 10.66667vw; }

.margin_l_40 {
  margin-left: 10.66667vw; }

.margin_40 {
  margin: 10.66667vw auto; }

.padding_t_40 {
  padding-top: 10.66667vw; }

.padding_b_40 {
  padding-bottom: 10.66667vw; }

.padding_r_40 {
  padding-right: 10.66667vw; }

.padding_l_40 {
  padding-left: 10.66667vw; }

.padding_40 {
  padding: 10.66667vw; }

@media screen and (min-width: 1024px) {
  .margin_t_40 {
    margin-top: 2.77778vw; }

  .margin_b_40 {
    margin-bottom: 2.77778vw; }

  .margin_r_40 {
    margin-right: 2.77778vw; }

  .margin_l_40 {
    margin-left: 2.77778vw; }

  .margin_40 {
    margin: 2.77778vw auto; }

  .padding_t_40 {
    padding-top: 2.77778vw; }

  .padding_b_40 {
    padding-bottom: 2.77778vw; }

  .padding_r_40 {
    padding-right: 2.77778vw; }

  .padding_l_40 {
    padding-left: 2.77778vw; }

  .padding_40 {
    padding: 2.77778vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_40 {
    margin-top: 40px; }

  .margin_b_40 {
    margin-bottom: 40px; }

  .margin_r_40 {
    margin-right: 40px; }

  .margin_l_40 {
    margin-left: 40px; }

  .margin_40 {
    margin: 40px auto; }

  .padding_t_40 {
    padding-top: 40px; }

  .padding_b_40 {
    padding-bottom: 40px; }

  .padding_r_40 {
    padding-right: 40px; }

  .padding_l_40 {
    padding-left: 40px; }

  .padding_40 {
    padding: 40px; } }
.margin_t_48 {
  margin-top: 12.8vw; }

.margin_b_48 {
  margin-bottom: 12.8vw; }

.margin_r_48 {
  margin-right: 12.8vw; }

.margin_l_48 {
  margin-left: 12.8vw; }

.margin_48 {
  margin: 12.8vw auto; }

.padding_t_48 {
  padding-top: 12.8vw; }

.padding_b_48 {
  padding-bottom: 12.8vw; }

.padding_r_48 {
  padding-right: 12.8vw; }

.padding_l_48 {
  padding-left: 12.8vw; }

.padding_48 {
  padding: 12.8vw; }

@media screen and (min-width: 1024px) {
  .margin_t_48 {
    margin-top: 3.33333vw; }

  .margin_b_48 {
    margin-bottom: 3.33333vw; }

  .margin_r_48 {
    margin-right: 3.33333vw; }

  .margin_l_48 {
    margin-left: 3.33333vw; }

  .margin_48 {
    margin: 3.33333vw auto; }

  .padding_t_48 {
    padding-top: 3.33333vw; }

  .padding_b_48 {
    padding-bottom: 3.33333vw; }

  .padding_r_48 {
    padding-right: 3.33333vw; }

  .padding_l_48 {
    padding-left: 3.33333vw; }

  .padding_48 {
    padding: 3.33333vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_48 {
    margin-top: 48px; }

  .margin_b_48 {
    margin-bottom: 48px; }

  .margin_r_48 {
    margin-right: 48px; }

  .margin_l_48 {
    margin-left: 48px; }

  .margin_48 {
    margin: 48px auto; }

  .padding_t_48 {
    padding-top: 48px; }

  .padding_b_48 {
    padding-bottom: 48px; }

  .padding_r_48 {
    padding-right: 48px; }

  .padding_l_48 {
    padding-left: 48px; }

  .padding_48 {
    padding: 48px; } }
.margin_t_56 {
  margin-top: 14.93333vw; }

.margin_b_56 {
  margin-bottom: 14.93333vw; }

.margin_r_56 {
  margin-right: 14.93333vw; }

.margin_l_56 {
  margin-left: 14.93333vw; }

.margin_56 {
  margin: 14.93333vw auto; }

.padding_t_56 {
  padding-top: 14.93333vw; }

.padding_b_56 {
  padding-bottom: 14.93333vw; }

.padding_r_56 {
  padding-right: 14.93333vw; }

.padding_l_56 {
  padding-left: 14.93333vw; }

.padding_56 {
  padding: 14.93333vw; }

@media screen and (min-width: 1024px) {
  .margin_t_56 {
    margin-top: 3.88889vw; }

  .margin_b_56 {
    margin-bottom: 3.88889vw; }

  .margin_r_56 {
    margin-right: 3.88889vw; }

  .margin_l_56 {
    margin-left: 3.88889vw; }

  .margin_56 {
    margin: 3.88889vw auto; }

  .padding_t_56 {
    padding-top: 3.88889vw; }

  .padding_b_56 {
    padding-bottom: 3.88889vw; }

  .padding_r_56 {
    padding-right: 3.88889vw; }

  .padding_l_56 {
    padding-left: 3.88889vw; }

  .padding_56 {
    padding: 3.88889vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_56 {
    margin-top: 56px; }

  .margin_b_56 {
    margin-bottom: 56px; }

  .margin_r_56 {
    margin-right: 56px; }

  .margin_l_56 {
    margin-left: 56px; }

  .margin_56 {
    margin: 56px auto; }

  .padding_t_56 {
    padding-top: 56px; }

  .padding_b_56 {
    padding-bottom: 56px; }

  .padding_r_56 {
    padding-right: 56px; }

  .padding_l_56 {
    padding-left: 56px; }

  .padding_56 {
    padding: 56px; } }
.margin_t_64 {
  margin-top: 17.06667vw; }

.margin_b_64 {
  margin-bottom: 17.06667vw; }

.margin_r_64 {
  margin-right: 17.06667vw; }

.margin_l_64 {
  margin-left: 17.06667vw; }

.margin_64 {
  margin: 17.06667vw auto; }

.padding_t_64 {
  padding-top: 17.06667vw; }

.padding_b_64 {
  padding-bottom: 17.06667vw; }

.padding_r_64 {
  padding-right: 17.06667vw; }

.padding_l_64 {
  padding-left: 17.06667vw; }

.padding_64 {
  padding: 17.06667vw; }

@media screen and (min-width: 1024px) {
  .margin_t_64 {
    margin-top: 4.44444vw; }

  .margin_b_64 {
    margin-bottom: 4.44444vw; }

  .margin_r_64 {
    margin-right: 4.44444vw; }

  .margin_l_64 {
    margin-left: 4.44444vw; }

  .margin_64 {
    margin: 4.44444vw auto; }

  .padding_t_64 {
    padding-top: 4.44444vw; }

  .padding_b_64 {
    padding-bottom: 4.44444vw; }

  .padding_r_64 {
    padding-right: 4.44444vw; }

  .padding_l_64 {
    padding-left: 4.44444vw; }

  .padding_64 {
    padding: 4.44444vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_64 {
    margin-top: 64px; }

  .margin_b_64 {
    margin-bottom: 64px; }

  .margin_r_64 {
    margin-right: 64px; }

  .margin_l_64 {
    margin-left: 64px; }

  .margin_64 {
    margin: 64px auto; }

  .padding_t_64 {
    padding-top: 64px; }

  .padding_b_64 {
    padding-bottom: 64px; }

  .padding_r_64 {
    padding-right: 64px; }

  .padding_l_64 {
    padding-left: 64px; }

  .padding_64 {
    padding: 64px; } }
.margin_t_72 {
  margin-top: 19.2vw; }

.margin_b_72 {
  margin-bottom: 19.2vw; }

.margin_r_72 {
  margin-right: 19.2vw; }

.margin_l_72 {
  margin-left: 19.2vw; }

.margin_72 {
  margin: 19.2vw auto; }

.padding_t_72 {
  padding-top: 19.2vw; }

.padding_b_72 {
  padding-bottom: 19.2vw; }

.padding_r_72 {
  padding-right: 19.2vw; }

.padding_l_72 {
  padding-left: 19.2vw; }

.padding_72 {
  padding: 19.2vw; }

@media screen and (min-width: 1024px) {
  .margin_t_72 {
    margin-top: 5vw; }

  .margin_b_72 {
    margin-bottom: 5vw; }

  .margin_r_72 {
    margin-right: 5vw; }

  .margin_l_72 {
    margin-left: 5vw; }

  .margin_72 {
    margin: 5vw auto; }

  .padding_t_72 {
    padding-top: 5vw; }

  .padding_b_72 {
    padding-bottom: 5vw; }

  .padding_r_72 {
    padding-right: 5vw; }

  .padding_l_72 {
    padding-left: 5vw; }

  .padding_72 {
    padding: 5vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_72 {
    margin-top: 72px; }

  .margin_b_72 {
    margin-bottom: 72px; }

  .margin_r_72 {
    margin-right: 72px; }

  .margin_l_72 {
    margin-left: 72px; }

  .margin_72 {
    margin: 72px auto; }

  .padding_t_72 {
    padding-top: 72px; }

  .padding_b_72 {
    padding-bottom: 72px; }

  .padding_r_72 {
    padding-right: 72px; }

  .padding_l_72 {
    padding-left: 72px; }

  .padding_72 {
    padding: 72px; } }
.margin_t_80 {
  margin-top: 21.33333vw; }

.margin_b_80 {
  margin-bottom: 21.33333vw; }

.margin_r_80 {
  margin-right: 21.33333vw; }

.margin_l_80 {
  margin-left: 21.33333vw; }

.margin_80 {
  margin: 21.33333vw auto; }

.padding_t_80 {
  padding-top: 21.33333vw; }

.padding_b_80 {
  padding-bottom: 21.33333vw; }

.padding_r_80 {
  padding-right: 21.33333vw; }

.padding_l_80 {
  padding-left: 21.33333vw; }

.padding_80 {
  padding: 21.33333vw; }

@media screen and (min-width: 1024px) {
  .margin_t_80 {
    margin-top: 5.55556vw; }

  .margin_b_80 {
    margin-bottom: 5.55556vw; }

  .margin_r_80 {
    margin-right: 5.55556vw; }

  .margin_l_80 {
    margin-left: 5.55556vw; }

  .margin_80 {
    margin: 5.55556vw auto; }

  .padding_t_80 {
    padding-top: 5.55556vw; }

  .padding_b_80 {
    padding-bottom: 5.55556vw; }

  .padding_r_80 {
    padding-right: 5.55556vw; }

  .padding_l_80 {
    padding-left: 5.55556vw; }

  .padding_80 {
    padding: 5.55556vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_80 {
    margin-top: 80px; }

  .margin_b_80 {
    margin-bottom: 80px; }

  .margin_r_80 {
    margin-right: 80px; }

  .margin_l_80 {
    margin-left: 80px; }

  .margin_80 {
    margin: 80px auto; }

  .padding_t_80 {
    padding-top: 80px; }

  .padding_b_80 {
    padding-bottom: 80px; }

  .padding_r_80 {
    padding-right: 80px; }

  .padding_l_80 {
    padding-left: 80px; }

  .padding_80 {
    padding: 80px; } }
.margin_t_88 {
  margin-top: 23.46667vw; }

.margin_b_88 {
  margin-bottom: 23.46667vw; }

.margin_r_88 {
  margin-right: 23.46667vw; }

.margin_l_88 {
  margin-left: 23.46667vw; }

.margin_88 {
  margin: 23.46667vw auto; }

.padding_t_88 {
  padding-top: 23.46667vw; }

.padding_b_88 {
  padding-bottom: 23.46667vw; }

.padding_r_88 {
  padding-right: 23.46667vw; }

.padding_l_88 {
  padding-left: 23.46667vw; }

.padding_88 {
  padding: 23.46667vw; }

@media screen and (min-width: 1024px) {
  .margin_t_88 {
    margin-top: 6.11111vw; }

  .margin_b_88 {
    margin-bottom: 6.11111vw; }

  .margin_r_88 {
    margin-right: 6.11111vw; }

  .margin_l_88 {
    margin-left: 6.11111vw; }

  .margin_88 {
    margin: 6.11111vw auto; }

  .padding_t_88 {
    padding-top: 6.11111vw; }

  .padding_b_88 {
    padding-bottom: 6.11111vw; }

  .padding_r_88 {
    padding-right: 6.11111vw; }

  .padding_l_88 {
    padding-left: 6.11111vw; }

  .padding_88 {
    padding: 6.11111vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_88 {
    margin-top: 88px; }

  .margin_b_88 {
    margin-bottom: 88px; }

  .margin_r_88 {
    margin-right: 88px; }

  .margin_l_88 {
    margin-left: 88px; }

  .margin_88 {
    margin: 88px auto; }

  .padding_t_88 {
    padding-top: 88px; }

  .padding_b_88 {
    padding-bottom: 88px; }

  .padding_r_88 {
    padding-right: 88px; }

  .padding_l_88 {
    padding-left: 88px; }

  .padding_88 {
    padding: 88px; } }
.margin_t_96 {
  margin-top: 25.6vw; }

.margin_b_96 {
  margin-bottom: 25.6vw; }

.margin_r_96 {
  margin-right: 25.6vw; }

.margin_l_96 {
  margin-left: 25.6vw; }

.margin_96 {
  margin: 25.6vw auto; }

.padding_t_96 {
  padding-top: 25.6vw; }

.padding_b_96 {
  padding-bottom: 25.6vw; }

.padding_r_96 {
  padding-right: 25.6vw; }

.padding_l_96 {
  padding-left: 25.6vw; }

.padding_96 {
  padding: 25.6vw; }

@media screen and (min-width: 1024px) {
  .margin_t_96 {
    margin-top: 6.66667vw; }

  .margin_b_96 {
    margin-bottom: 6.66667vw; }

  .margin_r_96 {
    margin-right: 6.66667vw; }

  .margin_l_96 {
    margin-left: 6.66667vw; }

  .margin_96 {
    margin: 6.66667vw auto; }

  .padding_t_96 {
    padding-top: 6.66667vw; }

  .padding_b_96 {
    padding-bottom: 6.66667vw; }

  .padding_r_96 {
    padding-right: 6.66667vw; }

  .padding_l_96 {
    padding-left: 6.66667vw; }

  .padding_96 {
    padding: 6.66667vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_96 {
    margin-top: 96px; }

  .margin_b_96 {
    margin-bottom: 96px; }

  .margin_r_96 {
    margin-right: 96px; }

  .margin_l_96 {
    margin-left: 96px; }

  .margin_96 {
    margin: 96px auto; }

  .padding_t_96 {
    padding-top: 96px; }

  .padding_b_96 {
    padding-bottom: 96px; }

  .padding_r_96 {
    padding-right: 96px; }

  .padding_l_96 {
    padding-left: 96px; }

  .padding_96 {
    padding: 96px; } }
.margin_t_104 {
  margin-top: 27.73333vw; }

.margin_b_104 {
  margin-bottom: 27.73333vw; }

.margin_r_104 {
  margin-right: 27.73333vw; }

.margin_l_104 {
  margin-left: 27.73333vw; }

.margin_104 {
  margin: 27.73333vw auto; }

.padding_t_104 {
  padding-top: 27.73333vw; }

.padding_b_104 {
  padding-bottom: 27.73333vw; }

.padding_r_104 {
  padding-right: 27.73333vw; }

.padding_l_104 {
  padding-left: 27.73333vw; }

.padding_104 {
  padding: 27.73333vw; }

@media screen and (min-width: 1024px) {
  .margin_t_104 {
    margin-top: 7.22222vw; }

  .margin_b_104 {
    margin-bottom: 7.22222vw; }

  .margin_r_104 {
    margin-right: 7.22222vw; }

  .margin_l_104 {
    margin-left: 7.22222vw; }

  .margin_104 {
    margin: 7.22222vw auto; }

  .padding_t_104 {
    padding-top: 7.22222vw; }

  .padding_b_104 {
    padding-bottom: 7.22222vw; }

  .padding_r_104 {
    padding-right: 7.22222vw; }

  .padding_l_104 {
    padding-left: 7.22222vw; }

  .padding_104 {
    padding: 7.22222vw; } }
@media screen and (min-width: 1680px) {
  .margin_t_104 {
    margin-top: 104px; }

  .margin_b_104 {
    margin-bottom: 104px; }

  .margin_r_104 {
    margin-right: 104px; }

  .margin_l_104 {
    margin-left: 104px; }

  .margin_104 {
    margin: 104px auto; }

  .padding_t_104 {
    padding-top: 104px; }

  .padding_b_104 {
    padding-bottom: 104px; }

  .padding_r_104 {
    padding-right: 104px; }

  .padding_l_104 {
    padding-left: 104px; }

  .padding_104 {
    padding: 104px; } }
/* Common */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 3.73333vw;
  font-weight: 500;
  font-family: sans-serif;
  word-break: break-word; }
  body.menu_open {
    overflow: hidden; }
  @media screen and (min-width: 1024px) {
    body {
      font-size: 1.11111vw; } }
  @media screen and (min-width: 1680px) {
    body {
      font-size: 16px; } }

a {
  color: inherit;
  transition: all 0.5s; }
  a:hover {
    opacity: 0.5; }

p {
  text-align: left; }

picture {
  display: inline-block; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1160px;
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .container {
      padding: 0; } }

.box {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto; }
  .box_inner {
    width: 95%;
    margin: auto; }

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999; }

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px; }

.skip-navigation:focus,
.skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999; }

[dir="rtl"] .skip-navigation:focus,
[dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto; }

.list_title {
  text-align: center;
  font-weight: 700; }
.list .section_name {
  border: solid 1px #005bac;
  border-radius: 2.4vw; }
  @media screen and (min-width: 1024px) {
    .list .section_name {
      border-radius: 0.625vw;
      position: relative;
      padding-bottom: 2.22222vw; } }
  @media screen and (min-width: 1680px) {
    .list .section_name {
      border-radius: 9px;
      padding-bottom: 32px; } }
  .list .section_name_title {
    text-align: left;
    color: #005bac;
    font-weight: 700; }
    .list .section_name_title a {
      text-decoration: none; }
      @media screen and (min-width: 1024px) {
        .list .section_name_title a {
          font-size: 0.97222vw; } }
      @media screen and (min-width: 1680px) {
        .list .section_name_title a {
          font-size: 14px; } }
    .list .section_name_title span {
      display: inline; }
      @media screen and (min-width: 1024px) {
        .list .section_name_title span {
          font-size: 0.83333vw; } }
      @media screen and (min-width: 1680px) {
        .list .section_name_title span {
          font-size: 12px; } }
  .list .section_name .articles_name {
    text-align: justify;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1.06667vw 1fr;
    grid-column-gap: 2.13333vw;
    grid-row-gap: 0px; }
    @media screen and (min-width: 1024px) {
      .list .section_name .articles_name {
        grid-template-columns: 0.27778vw 1fr;
        grid-column-gap: 0.55556vw; } }
    @media screen and (min-width: 1680px) {
      .list .section_name .articles_name {
        grid-template-columns: 4px 1fr;
        grid-column-gap: 8px; } }
    .list .section_name .articles_name::before {
      display: block;
      grid-area: 1 / 1 / 2 / 2;
      content: "";
      background-color: #000;
      width: 1.06667vw;
      height: 1.06667vw;
      border-radius: 0.53333vw;
      margin: 2.13333vw auto 0; }
      @media screen and (min-width: 1024px) {
        .list .section_name .articles_name::before {
          width: 0.27778vw;
          height: 0.27778vw;
          border-radius: 0.13889vw;
          margin: 0.55556vw auto 0; } }
      @media screen and (min-width: 1680px) {
        .list .section_name .articles_name::before {
          width: 4px;
          height: 4px;
          border-radius: 2px;
          margin: 8px auto 0; } }
    .list .section_name .articles_name a {
      grid-area: 1 / 2 / 2 / 3; }
      @media screen and (min-width: 1024px) {
        .list .section_name .articles_name a {
          font-size: 0.97222vw; } }
      @media screen and (min-width: 1680px) {
        .list .section_name .articles_name a {
          font-size: 14px; } }
      .list .section_name .articles_name a svg {
        display: inline-block; }
  .list .section_name .articles + span {
    display: block;
    text-align: right; }
    @media screen and (min-width: 1024px) {
      .list .section_name .articles + span {
        font-size: 0.97222vw;
        position: absolute;
        bottom: 1.11111vw;
        right: 1.11111vw; } }
    @media screen and (min-width: 1680px) {
      .list .section_name .articles + span {
        font-size: 14px;
        bottom: 16px;
        right: 16px; } }
    .list .section_name .articles + span:empty {
      display: none; }
    .list .section_name .articles + span a {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      color: #005bac; }
      @media screen and (min-width: 1024px) {
        .list .section_name .articles + span a {
          font-size: 0.97222vw; } }
      @media screen and (min-width: 1680px) {
        .list .section_name .articles + span a {
          font-size: 14px; } }
      .list .section_name .articles + span a::after {
        content: "";
        display: inline-block;
        width: 2.13333vw;
        height: 2.13333vw;
        border-right: solid 2px #005bac;
        border-bottom: solid 2px #005bac;
        transform: rotate(-45deg); }
        @media screen and (min-width: 1024px) {
          .list .section_name .articles + span a::after {
            width: 0.55556vw;
            height: 0.55556vw; } }
        @media screen and (min-width: 1680px) {
          .list .section_name .articles + span a::after {
            width: 8px;
            height: 8px; } }

.main_title {
  margin: 4.26667vw auto 0;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .main_title {
      margin: 1.11111vw auto 0; } }
  @media screen and (min-width: 1680px) {
    .main_title {
      margin: 16px auto 0; } }

.only_sp {
  display: block; }
  @media screen and (min-width: 1024px) {
    .only_sp {
      display: none; } }
.only_pc {
  display: none; }
  @media screen and (min-width: 1024px) {
    .only_pc {
      display: block; } }

.two_column {
  text-align: justify;
  margin: 0 auto 26.66667vw; }
  @media screen and (min-width: 1024px) {
    .two_column {
      display: grid;
      grid-template-columns: 70% 30%;
      grid-template-rows: 1fr;
      align-items: start;
      margin: 0 auto 6.94444vw; } }
  @media screen and (min-width: 1680px) {
    .two_column {
      margin: 0 auto 100px; } }
  .two_column .side_nav {
    width: 90%;
    margin: 7.46667vw auto 0; }
    @media screen and (min-width: 1024px) {
      .two_column .side_nav {
        width: 100%;
        position: sticky;
        top: 9.72222vw;
        align-self: start;
        margin: 1.94444vw auto 0; } }
    @media screen and (min-width: 1680px) {
      .two_column .side_nav {
        top: 140px;
        margin: 28px auto 0; } }
    .two_column .side_nav_box {
      margin: 0 auto 10.66667vw; }
      @media screen and (min-width: 1024px) {
        .two_column .side_nav_box {
          margin: 0 auto 2.77778vw; } }
      @media screen and (min-width: 1680px) {
        .two_column .side_nav_box {
          margin: 0 auto 40px; } }
    .two_column .side_nav a {
      font-size: 3.73333vw;
      color: #29a8a8; }
      @media screen and (min-width: 1024px) {
        .two_column .side_nav a {
          font-size: 0.97222vw; } }
      @media screen and (min-width: 1680px) {
        .two_column .side_nav a {
          font-size: 14px; } }
    .two_column .side_nav .side_nav_title {
      font-weight: 700;
      position: relative;
      padding: 0 0 2.13333vw;
      margin: 0 auto 2.13333vw; }
      @media screen and (min-width: 1024px) {
        .two_column .side_nav .side_nav_title {
          padding: 0 0 0.55556vw;
          margin: 0 auto 0.55556vw; } }
      @media screen and (min-width: 1680px) {
        .two_column .side_nav .side_nav_title {
          padding: 0 0 8px;
          margin: 0 auto 8px; } }
      .two_column .side_nav .side_nav_title::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 32px;
        height: 2px;
        background-color: #29a8a8; }
      .two_column .side_nav .side_nav_title::after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: calc(100% - 32px);
        height: 2px;
        background-color: #005bac; }
    .two_column .side_nav ul li {
      text-align: justify;
      display: grid;
      grid-template-rows: 1fr;
      grid-template-columns: 2.13333vw 1fr;
      grid-column-gap: 2.13333vw;
      grid-row-gap: 0px;
      padding: 0 0 4.26667vw; }
      .two_column .side_nav ul li:last-child {
        padding: 0; }
      @media screen and (min-width: 1024px) {
        .two_column .side_nav ul li {
          grid-template-columns: 0.27778vw 1fr;
          grid-column-gap: 0.55556vw;
          padding: 0 0 1.11111vw; }
          .two_column .side_nav ul li:last-child {
            padding: 0; }
          .two_column .side_nav ul li a {
            font-size: 0.97222vw; } }
      @media screen and (min-width: 1680px) {
        .two_column .side_nav ul li {
          grid-template-columns: 4px 1fr;
          grid-column-gap: 8px;
          padding: 0 0 16px; }
          .two_column .side_nav ul li a {
            font-size: 14px; } }
      .two_column .side_nav ul li::before {
        display: block;
        grid-area: 1 / 1 / 2 / 2;
        content: "";
        background-color: #29a8a8;
        width: 1.06667vw;
        height: 1.06667vw;
        border-radius: 0.53333vw;
        margin: 2.13333vw auto 0; }
        @media screen and (min-width: 1024px) {
          .two_column .side_nav ul li::before {
            width: 0.27778vw;
            height: 0.27778vw;
            border-radius: 0.13889vw;
            margin: 0.55556vw auto 0; } }
        @media screen and (min-width: 1680px) {
          .two_column .side_nav ul li::before {
            width: 4px;
            height: 4px;
            border-radius: 2px;
            margin: 8px auto 0; } }

.pagination-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em; }
  .pagination-list li {
    display: inline-block;
    font-size: 3.73333vw; }
    @media screen and (min-width: 1024px) {
      .pagination-list li {
        font-size: 0.97222vw; } }
    @media screen and (min-width: 1680px) {
      .pagination-list li {
        font-size: 14px; } }
    .pagination-list li a {
      text-decoration: none;
      border: solid 1px #005bac;
      color: #005bac;
      padding: 0.5em 1em;
      border-radius: 4px; }
.pagination-next {
  display: inline-block; }
  .pagination-next a {
    border: solid 1px #005bac; }
.pagination-last {
  display: inline-block; }

/* Nav */
.nav-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 999; }
  .nav-wrapper .mb_nav {
    width: 90%;
    margin: auto; }
    @media screen and (min-width: 1024px) {
      .nav-wrapper .mb_nav {
        width: 100%; } }
    .nav-wrapper .mb_nav a {
      display: block;
      text-align: left;
      font-weight: 700;
      text-decoration: none; }
      @media screen and (min-width: 1024px) {
        .nav-wrapper .mb_nav a {
          font-weight: 400; } }

#user-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  margin-top: 14.66667vw;
  background-color: #005bac;
  transition: all ease .5s;
  transform: translateY(calc(-100vh + 14.66667vw));
  z-index: 999; }
  @media screen and (min-width: 1024px) {
    #user-nav {
      top: 3.68056vw;
      padding: 0.55556vw 0;
      height: auto;
      transform: none;
      margin-top: 0;
      background-color: #fff;
      border-top: solid 1px #d9d9d9;
      border-bottom: solid 1px #d9d9d9; } }
  @media screen and (min-width: 1680px) {
    #user-nav {
      top: 53px;
      padding: 8px 0; } }
  #user-nav[aria-expanded="true"] {
    height: calc(100vh - 14.66667vw);
    width: 100%;
    transform: translateY(0); }
    @media screen and (min-width: 1024px) {
      #user-nav[aria-expanded="true"] {
        height: calc(100vh - 3.81944vw); } }
    @media screen and (min-width: 1680px) {
      #user-nav[aria-expanded="true"] {
        height: calc(100vh - 55px); } }
  #user-nav .nav_list {
    padding: 8.53333vw 0; }
    @media screen and (min-width: 1024px) {
      #user-nav .nav_list {
        padding: 2.22222vw 0; } }
    @media screen and (min-width: 1680px) {
      #user-nav .nav_list {
        padding: 32px 0; } }
    #user-nav .nav_list ul li {
      padding: 0 0 5.33333vw;
      text-align: justify;
      display: grid;
      grid-template-rows: 1fr;
      grid-template-columns: 1.06667vw 1fr;
      grid-column-gap: 2.13333vw;
      grid-row-gap: 0px; }
      @media screen and (min-width: 1024px) {
        #user-nav .nav_list ul li {
          padding: 0;
          grid-template-columns: 0.27778vw 1fr;
          grid-column-gap: 0.55556vw; } }
      @media screen and (min-width: 1680px) {
        #user-nav .nav_list ul li {
          grid-template-columns: 4px 1fr;
          grid-column-gap: 8px; } }
      #user-nav .nav_list ul li::before {
        display: block;
        grid-area: 1 / 1 / 2 / 2;
        content: "";
        background-color: #fff;
        width: 1.06667vw;
        height: 1.06667vw;
        border-radius: 0.53333vw;
        margin: 4vw auto 0; }
        @media screen and (min-width: 1024px) {
          #user-nav .nav_list ul li::before {
            width: 0.27778vw;
            height: 0.27778vw;
            border-radius: 0.13889vw;
            margin: 0.55556vw auto 0; } }
        @media screen and (min-width: 1680px) {
          #user-nav .nav_list ul li::before {
            width: 4px;
            height: 4px;
            border-radius: 2px;
            margin: 8px auto 0; } }
      #user-nav .nav_list ul li a {
        grid-area: 1 / 2 / 2 / 3;
        font-size: 5.33333vw; }
        @media screen and (min-width: 1024px) {
          #user-nav .nav_list ul li a {
            font-size: 0.97222vw; } }
        @media screen and (min-width: 1680px) {
          #user-nav .nav_list ul li a {
            font-size: 14px; } }
        #user-nav .nav_list ul li a svg {
          display: inline-block; }
    @media screen and (min-width: 1024px) {
      #user-nav .nav_list {
        padding: 0; }
        #user-nav .nav_list ul {
          display: flex;
          align-items: center;
          justify-content: space-around;
          gap: 1.11111vw; }
          #user-nav .nav_list ul li a {
            font-size: 0.97222vw; } }
    @media screen and (min-width: 1680px) {
      #user-nav .nav_list ul {
        gap: 16px; }
        #user-nav .nav_list ul li a {
          font-size: 14px; } }
  #user-nav a {
    color: #fff; }
    @media screen and (min-width: 1024px) {
      #user-nav a {
        color: #000; } }
    #user-nav a.submit-a-request {
      background-color: #fff;
      color: #005bac;
      font-weight: 700;
      text-decoration: none;
      display: block;
      text-align: center;
      border-radius: 1.06667vw;
      padding: 2.13333vw; }
      @media screen and (min-width: 1024px) {
        #user-nav a.submit-a-request {
          border-radius: 0.27778vw;
          padding: 0.55556vw; } }
      @media screen and (min-width: 1680px) {
        #user-nav a.submit-a-request {
          border-radius: 4px;
          padding: 8px; } }
  #user-nav .user-nav_helpcenter {
    display: block;
    margin: 0 auto 8.53333vw; }
    @media screen and (min-width: 1024px) {
      #user-nav .user-nav_helpcenter {
        margin: 0 auto 2.22222vw; } }
    @media screen and (min-width: 1680px) {
      #user-nav .user-nav_helpcenter {
        margin: 0 auto 32px; } }

/***** User avatar *****/
.user-avatar {
  height: 6.66667vw;
  width: 6.66667vw;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.2vw 0 0; }
  @media screen and (min-width: 1024px) {
    .user-avatar {
      height: 1.73611vw;
      width: 1.73611vw;
      margin: 0; } }
  @media screen and (min-width: 1680px) {
    .user-avatar {
      height: 25px;
      width: 25px; } }

.avatar {
  display: inline-block;
  position: relative; }

.avatar img {
  height: 5.33333vw;
  width: 5.33333vw; }
  @media screen and (min-width: 1024px) {
    .avatar img {
      height: 2.77778vw;
      width: 2.77778vw; } }
  @media screen and (min-width: 1680px) {
    .avatar img {
      height: 40px;
      width: 40px; } }

.avatar .icon-agent {
  color: #005bac;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #000;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px; }

/***** User info in header *****/
.user-info.only_sp {
  display: inline-block; }
@media screen and (min-width: 1024px) {
  .user-info.only_sp {
    display: none; }
  .user-info.only_pc {
    display: block; } }

.user-info .dropdown-toggle::after {
  display: none; }

@media screen and (min-width: 1024px) {
  .user-info .dropdown-toggle::after {
    display: inline-block; } }
.user-info > button {
  border: 0;
  color: #29a8a8;
  min-width: 0;
  padding: 0;
  white-space: nowrap; }

.user-info > button:hover,
.user-info > button:focus {
  color: #29a8a8;
  background-color: transparent; }

.user-info > button::after {
  color: #29a8a8;
  padding-right: 15px; }

.user-info .dropdown-menu {
  display: none; }
  .user-info .dropdown-menu .user_name {
    color: #005bac;
    font-weight: 700;
    padding: 0 0 2.13333vw; }
    @media screen and (min-width: 1024px) {
      .user-info .dropdown-menu .user_name {
        padding: 0 0 0.55556vw; } }
    @media screen and (min-width: 1680px) {
      .user-info .dropdown-menu .user_name {
        padding: 0 0 8px; } }

.user-info .dropdown-menu[aria-expanded="true"] {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-top: 1px;
  min-width: 170px;
  padding: 4.26667vw;
  position: absolute;
  top: 13.33333vw;
  right: 0;
  text-align: left;
  z-index: 1000; }
  @media screen and (min-width: 1024px) {
    .user-info .dropdown-menu[aria-expanded="true"] {
      padding: 1.11111vw;
      top: 2.22222vw;
      right: -2.22222vw; } }
  @media screen and (min-width: 1680px) {
    .user-info .dropdown-menu[aria-expanded="true"] {
      padding: 16px;
      top: 32px;
      right: -32px; } }

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0; }

#user #user-name {
  display: none;
  font-size: 14px; }

@media screen and (min-width: 1024px) {
  #user #user-name {
    display: inline-block; } }
#user #user-name:hover {
  text-decoration: underline; }

/* SubNav (SPonly) */
.sub-nav {
  position: fixed;
  top: 13.33333vw;
  left: 0;
  right: 0;
  z-index: 1; }
  .sub-nav .search-container {
    background-color: #fff;
    border-bottom: solid 1px #d9d9d9;
    position: relative;
    display: block;
    z-index: 0; }
    .sub-nav .search-container svg {
      position: absolute;
      left: 6.4vw;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      stroke: #005bac; }
    .sub-nav .search-container form {
      padding: 4.26667vw; }
      .sub-nav .search-container form input[type="search"] {
        display: block;
        border: solid 1px #d9d9d9;
        width: calc(100% - 9.6vw);
        padding: 2.13333vw 2.13333vw 2.13333vw 7.46667vw;
        border-radius: 2.13333vw; }
      .sub-nav .search-container form zd-autocomplete-announcement, .sub-nav .search-container form zd-autocomplete {
        top: 6.4vw; }

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  width: 95%;
  margin: 37.33333vw auto 0;
  font-size: 3.2vw; }
  @media screen and (min-width: 1024px) {
    .breadcrumbs {
      max-width: 1160px;
      width: 95%;
      margin: 7.36111vw auto 0;
      font-size: 0.83333vw; } }
  @media screen and (min-width: 1680px) {
    .breadcrumbs {
      margin: 106px auto 0;
      font-size: 12px; } }
  .breadcrumbs li {
    display: inline-flex;
    align-items: center;
    padding: 0 0 1.06667vw 0; }
    @media screen and (min-width: 1024px) {
      .breadcrumbs li {
        padding: 0 0 0.27778vw 0; } }
    @media screen and (min-width: 1680px) {
      .breadcrumbs li {
        padding: 0 0 4px 0; } }
    .breadcrumbs li a {
      color: #29a8a8; }
    .breadcrumbs li::before {
      content: "";
      display: inline-block;
      width: 1.86667vw;
      height: 1.86667vw;
      margin: 0 1.86667vw;
      border-right: solid 1px #000;
      border-bottom: solid 1px #000;
      transform: rotate(-45deg); }
      @media screen and (min-width: 1024px) {
        .breadcrumbs li::before {
          width: 0.48611vw;
          height: 0.48611vw;
          margin: 0 0.48611vw; } }
      @media screen and (min-width: 1680px) {
        .breadcrumbs li::before {
          width: 7px;
          height: 7px;
          margin: 0 7px; } }
    .breadcrumbs li:first-child a {
      display: inline-block;
      background: url(settings/home.svg) no-repeat center;
      background-size: contain;
      text-indent: 150%;
      white-space: nowrap;
      overflow: hidden;
      width: 4.26667vw;
      height: 4.26667vw; }
      @media screen and (min-width: 1024px) {
        .breadcrumbs li:first-child a {
          width: 1.11111vw;
          height: 1.11111vw; } }
      @media screen and (min-width: 1680px) {
        .breadcrumbs li:first-child a {
          width: 16px;
          height: 16px; } }
    .breadcrumbs li:first-child::before {
      content: none; }

/* Header */
.header {
  position: relative;
  z-index: 9999; }
  .header .logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 9999;
    border-bottom: solid 1px #d9d9d9;
    height: 14.13333vw; }
    @media screen and (min-width: 1024px) {
      .header .logo {
        margin: 0 auto;
        padding: 1.11111vw 0;
        height: 3.68056vw;
        border-bottom: none; }
        .header .logo .header_logo_box {
          width: 90%;
          max-width: 1160px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0 auto; }
        .header .logo .header_contact a {
          border: solid 2px #005bac;
          border-radius: 8px;
          width: 11.11111vw;
          padding: 0.27778vw 0.41667vw;
          text-decoration: none;
          font-size: 0.97222vw;
          font-weight: 700;
          color: #005bac;
          display: block; }
          .header .logo .header_contact a:hover {
            opacity: .5; }
        .header .logo .header_search {
          background-color: #fff;
          position: relative;
          display: block;
          padding: 0 1.11111vw 0 0; }
          .header .logo .header_search svg {
            position: absolute;
            left: 0.83333vw;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            stroke: #005bac; }
          .header .logo .header_search form input[type="search"] {
            display: block;
            border: solid 1px #d9d9d9;
            width: 10em;
            padding: 0.27778vw 0.55556vw 0.27778vw 2.22222vw;
            border-radius: 0.55556vw; }
          .header .logo .header_search form zd-autocomplete-announcement {
            top: 1.66667vw; } }
    @media screen and (min-width: 1680px) {
      .header .logo {
        padding: 16px 0;
        height: 53px; }
        .header .logo .header_contact a {
          width: 160px;
          padding: 4px 6px;
          font-size: 14px; }
        .header .logo .header_search {
          padding: 0 16px 0 0; }
          .header .logo .header_search svg {
            left: 12px; }
          .header .logo .header_search form input[type="search"] {
            padding: 4px 8px 4px 32px;
            border-radius: 8px; }
          .header .logo .header_search form zd-autocomplete-announcement {
            top: 24px; } }
    .header .logo_img {
      display: inline-flex;
      align-items: center; }
      @media screen and (min-width: 1024px) {
        .header .logo_img {
          width: 90%;
          max-width: 1160px;
          margin: 0 auto;
          align-items: flex-start; } }
      .header .logo_img a {
        text-decoration: none; }
      .header .logo_img img {
        height: 7.46667vw;
        width: auto; }
        @media screen and (min-width: 1024px) {
          .header .logo_img img {
            height: 1.94444vw; } }
        @media screen and (min-width: 1680px) {
          .header .logo_img img {
            height: 28px; } }
      .header .logo_img span {
        display: inline-flex;
        align-items: center;
        color: #727171; }
        .header .logo_img span::before {
          content: "";
          width: 2px;
          background-color: #d3d3d3;
          display: inline-block;
          margin: 0 2.13333vw;
          height: 5.33333vw; }
          @media screen and (min-width: 1024px) {
            .header .logo_img span::before {
              margin: 0 0.55556vw;
              height: 1.38889vw; } }
          @media screen and (min-width: 1680px) {
            .header .logo_img span::before {
              margin: 0 8px;
              height: 20px; } }
    .header .logo .menu-button {
      color: #727171;
      font-weight: 700;
      border: 2px solid #727171;
      border-radius: 1.06667vw; }
      @media screen and (min-width: 1024px) {
        .header .logo .menu-button {
          display: none; } }
      .header .logo .menu-button svg {
        width: 4.26667vw;
        height: 4.26667vw; }
        .header .logo .menu-button svg path {
          fill: #727171; }
    .header .logo .sign-in {
      font-size: 3.46667vw;
      margin: 0 2.13333vw 0 0;
      color: #29a8a8; }
      @media screen and (min-width: 1024px) {
        .header .logo .sign-in {
          font-size: 0.90278vw;
          margin: 0 0.55556vw 0 0; } }
      @media screen and (min-width: 1680px) {
        .header .logo .sign-in {
          font-size: 13px;
          margin: 0 8px 0 0; } }
  @media screen and (min-width: 1024px) {
    .header_signin {
      position: relative;
      margin: 0 0 0 1.11111vw; } }
  @media screen and (min-width: 1680px) {
    .header_signin {
      margin: 0 0 0 16px; } }
  @media screen and (min-width: 1024px) {
    .header_signin .user_name {
      color: #005bac;
      font-size: 0.97222vw; } }
  @media screen and (min-width: 1680px) {
    .header_signin .user_name {
      font-size: 14px; } }

/* Footer */
.footer {
  border-top: 1px solid #ddd; }
  .footer-inner {
    text-align: center;
    max-width: 1160px;
    margin: 0 auto; }
  .footer .copyright {
    text-align: center; }

/* Hero */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14.13333vw auto 0;
  height: 85.33333vw;
  width: 100%;
  background-image: url(assets/main.png);
  background-position: 50% 50%;
  background-size: cover; }
  @media screen and (min-width: 1024px) {
    .hero {
      height: 22.22222vw;
      margin: 3.68056vw auto 0; } }
  @media screen and (min-width: 1680px) {
    .hero {
      height: 320px;
      margin: 53px auto 0; } }
  .hero-inner {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
    .hero-inner p {
      color: #fff;
      text-align: center;
      font-weight: 700; }
      .hero-inner p span {
        font-weight: 400;
        display: block; }
    .hero-inner .hero_search {
      position: relative;
      display: block; }
      @media screen and (min-width: 1024px) {
        .hero-inner .hero_search {
          max-width: 760px;
          margin: auto; } }
      .hero-inner .hero_search svg {
        position: absolute;
        left: 2.13333vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        stroke: #005bac; }
        @media screen and (min-width: 1024px) {
          .hero-inner .hero_search svg {
            left: 0.55556vw; } }
        @media screen and (min-width: 1680px) {
          .hero-inner .hero_search svg {
            left: 8px; } }
      .hero-inner .hero_search form input[type="search"] {
        display: block;
        border: #d9d9d9;
        width: calc(100% - 9.6vw);
        padding: 2.13333vw 2.13333vw 2.13333vw 7.46667vw;
        border-radius: 2.13333vw; }
        @media screen and (min-width: 1024px) {
          .hero-inner .hero_search form input[type="search"] {
            margin: 0 auto;
            width: calc(100% - 2.5vw);
            padding: 0.55556vw 0.55556vw 0.55556vw 1.94444vw;
            border-radius: 0.55556vw; } }
        @media screen and (min-width: 1680px) {
          .hero-inner .hero_search form input[type="search"] {
            width: calc(100% - 36px);
            padding: 8px 8px 8px 28px;
            border-radius: 8px; } }
      .hero-inner .hero_search form zd-autocomplete-announcement {
        top: 6.4vw; }
        @media screen and (min-width: 1024px) {
          .hero-inner .hero_search form zd-autocomplete-announcement {
            top: 1.66667vw; } }
        @media screen and (min-width: 1680px) {
          .hero-inner .hero_search form zd-autocomplete-announcement {
            top: 24px; } }

/* TOP */
.top_recommend {
  background-color: #29a8a8; }
  .top_recommend_title {
    text-align: center;
    font-weight: 700;
    color: #fff799; }
  .top_recommend_item {
    text-align: justify;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1.06667vw 1fr;
    grid-column-gap: 2.13333vw;
    grid-row-gap: 0px; }
    @media screen and (min-width: 1024px) {
      .top_recommend_item {
        grid-template-columns: 0.27778vw 1fr;
        grid-column-gap: 0.55556vw; } }
    @media screen and (min-width: 1680px) {
      .top_recommend_item {
        grid-template-columns: 4px 1fr;
        grid-column-gap: 8px; } }
    .top_recommend_item::before {
      display: block;
      grid-area: 1 / 1 / 2 / 2;
      content: "";
      background-color: #000;
      width: 1.06667vw;
      height: 1.06667vw;
      border-radius: 0.53333vw;
      margin: 2.13333vw auto 0; }
      @media screen and (min-width: 1024px) {
        .top_recommend_item::before {
          width: 0.27778vw;
          height: 0.27778vw;
          border-radius: 0.13889vw;
          margin: 0.55556vw auto 0; } }
      @media screen and (min-width: 1680px) {
        .top_recommend_item::before {
          width: 4px;
          height: 4px;
          border-radius: 2px;
          margin: 8px auto 0; } }
    .top_recommend_item a {
      grid-area: 1 / 2 / 2 / 3; }
    .top_recommend_item:last-child {
      padding-bottom: 0; }
  .top_recommend_list {
    border-radius: 2.4vw;
    background-color: #fff; }
    @media screen and (min-width: 1024px) {
      .top_recommend_list {
        border-radius: 0.625vw; } }
    @media screen and (min-width: 1024px) {
      .top_recommend_list {
        border-radius: 9px; } }
.top_activity {
  background-color: #eeefef; }
  .top_activity .recent-activity-header {
    font-weight: 700;
    font-size: 4.26667vw;
    padding: 0 0 4.26667vw; }
    @media screen and (min-width: 1024px) {
      .top_activity .recent-activity-header {
        font-size: 1.11111vw;
        padding: 0 0 1.11111vw; } }
    @media screen and (min-width: 1680px) {
      .top_activity .recent-activity-header {
        font-size: 16px;
        padding: 0 0 16px; } }
  .top_activity .recent-activity-list {
    text-align: left;
    width: 90%;
    margin: 0 auto; }
    .top_activity .recent-activity-list h3 {
      display: none; }
  .top_activity .recent-activity-item {
    border-bottom: solid 1px #d9d9d9;
    padding: 0 0 3.2vw;
    margin: 0 auto 3.2vw; }
    @media screen and (min-width: 1024px) {
      .top_activity .recent-activity-item {
        padding: 0 0 0.83333vw;
        margin: 0 auto 0.83333vw; } }
    @media screen and (min-width: 1680px) {
      .top_activity .recent-activity-item {
        padding: 0 0 12px;
        margin: 0 auto 12px; } }
    .top_activity .recent-activity-item a {
      font-size: 3.46667vw; }
      @media screen and (min-width: 1024px) {
        .top_activity .recent-activity-item a {
          font-size: 0.90278vw; } }
      @media screen and (min-width: 1680px) {
        .top_activity .recent-activity-item a {
          font-size: 13px; } }
    .top_activity .recent-activity-item-comment {
      display: none; }
    .top_activity .recent-activity-item-time {
      font-size: 2.66667vw;
      text-align: right; }
      @media screen and (min-width: 1024px) {
        .top_activity .recent-activity-item-time {
          font-size: 0.69444vw; } }
      @media screen and (min-width: 1680px) {
        .top_activity .recent-activity-item-time {
          font-size: 10px; } }
    .top_activity .recent-activity-item:last-of-type {
      border-bottom: none; }
  .top_activity .recent-activity-controls {
    background-color: #d9d9d9; }
    .top_activity .recent-activity-controls a {
      font-size: 3.2vw;
      padding: 1.6vw;
      gap: 3.2vw;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 1024px) {
        .top_activity .recent-activity-controls a {
          font-size: 0.83333vw;
          padding: 0.41667vw;
          gap: 0.83333vw; } }
      @media screen and (min-width: 1680px) {
        .top_activity .recent-activity-controls a {
          font-size: 12px;
          padding: 6px;
          gap: 12px; } }
      .top_activity .recent-activity-controls a::after {
        content: "";
        display: inline-block;
        width: 1.6vw;
        height: 1.6vw;
        border-right: solid 1px #000;
        border-bottom: solid 1px #000;
        transform: rotate(45deg); }
        @media screen and (min-width: 1024px) {
          .top_activity .recent-activity-controls a::after {
            width: 0.41667vw;
            height: 0.41667vw; } }
        @media screen and (min-width: 1680px) {
          .top_activity .recent-activity-controls a::after {
            width: 6px;
            height: 6px; } }
@media screen and (min-width: 1024px) {
  .top .list > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.11111vw; }
    .top .list > ul .section_name {
      display: block; } }
@media screen and (min-width: 1680px) {
  .top .list > ul {
    grid-column-gap: 16px; } }
.top .list .articles li:nth-child(n+3) {
  display: none; }

/* Category */
.category_title {
  margin: 4.26667vw auto 0;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    .category_title {
      margin: 1.11111vw auto 0; } }
  @media screen and (min-width: 1680px) {
    .category_title {
      margin: 16px auto 0; } }
@media screen and (min-width: 1024px) {
  .category .list > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.11111vw; }
    .category .list > ul .section_name {
      display: block; } }
@media screen and (min-width: 1680px) {
  .category > ul {
    grid-column-gap: 16px; } }

/* Section */
@media screen and (min-width: 1024px) {
  .section .list .section_name {
    padding-bottom: 1.11111vw; }
    .section .list .section_name li:last-child {
      padding: 0; } }
@media screen and (min-width: 1680px) {
  .section .list .section_name {
    padding-bottom: 16px; } }

/* Articles */
.article > .container {
  text-align: justify;
  margin: 0 auto 26.66667vw; }
  @media screen and (min-width: 1024px) {
    .article > .container {
      display: grid;
      grid-template-columns: 70% 30%;
      grid-template-rows: 1fr;
      align-items: start;
      margin: 0 auto 6.94444vw; } }
  @media screen and (min-width: 1680px) {
    .article > .container {
      margin: 0 auto 100px; } }
  .article > .container .article_nav {
    width: 90%;
    margin: 7.46667vw auto 0; }
    @media screen and (min-width: 1024px) {
      .article > .container .article_nav {
        width: 100%;
        position: sticky;
        top: 9.72222vw;
        align-self: start;
        margin: 1.94444vw auto 0; } }
    @media screen and (min-width: 1680px) {
      .article > .container .article_nav {
        top: 140px;
        margin: 28px auto 0; } }
    .article > .container .article_nav_box {
      margin: 0 auto 10.66667vw; }
      @media screen and (min-width: 1024px) {
        .article > .container .article_nav_box {
          margin: 0 auto 2.77778vw; } }
      @media screen and (min-width: 1024px) {
        .article > .container .article_nav_box {
          margin: 0 auto 40px; } }
    .article > .container .article_nav a {
      font-size: 3.73333vw;
      color: #29a8a8; }
      @media screen and (min-width: 1024px) {
        .article > .container .article_nav a {
          font-size: 0.97222vw; } }
      @media screen and (min-width: 1680px) {
        .article > .container .article_nav a {
          font-size: 14px; } }
    .article > .container .article_nav h2 {
      font-weight: 700;
      position: relative;
      padding: 0 0 2.13333vw;
      margin: 0 auto 2.13333vw; }
      @media screen and (min-width: 1024px) {
        .article > .container .article_nav h2 {
          padding: 0 0 0.55556vw;
          margin: 0 auto 0.55556vw; } }
      @media screen and (min-width: 1680px) {
        .article > .container .article_nav h2 {
          padding: 0 0 8px;
          margin: 0 auto 8px; } }
      .article > .container .article_nav h2::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 32px;
        height: 2px;
        background-color: #29a8a8; }
      .article > .container .article_nav h2::after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: calc(100% - 32px);
        height: 2px;
        background-color: #005bac; }
    .article > .container .article_nav ul li {
      text-align: justify;
      display: grid;
      grid-template-rows: 1fr;
      grid-template-columns: 2.13333vw 1fr;
      grid-column-gap: 2.13333vw;
      grid-row-gap: 0px;
      padding: 0 0 4.26667vw; }
      .article > .container .article_nav ul li:last-child {
        padding: 0; }
      @media screen and (min-width: 1024px) {
        .article > .container .article_nav ul li {
          grid-template-columns: 0.27778vw 1fr;
          grid-column-gap: 0.55556vw;
          padding: 0 0 1.11111vw; }
          .article > .container .article_nav ul li:last-child {
            padding: 0; }
          .article > .container .article_nav ul li a {
            font-size: 0.97222vw; } }
      @media screen and (min-width: 1680px) {
        .article > .container .article_nav ul li {
          grid-template-columns: 4px 1fr;
          grid-column-gap: 8px;
          padding: 0 0 16px; }
          .article > .container .article_nav ul li a {
            font-size: 14px; } }
      .article > .container .article_nav ul li::before {
        display: block;
        grid-area: 1 / 1 / 2 / 2;
        content: "";
        background-color: #29a8a8;
        width: 1.06667vw;
        height: 1.06667vw;
        border-radius: 0.53333vw;
        margin: 2.13333vw auto 0; }
        @media screen and (min-width: 1024px) {
          .article > .container .article_nav ul li::before {
            width: 0.27778vw;
            height: 0.27778vw;
            border-radius: 0.13889vw;
            margin: 0.55556vw auto 0; } }
        @media screen and (min-width: 1680px) {
          .article > .container .article_nav ul li::before {
            width: 4px;
            height: 4px;
            border-radius: 2px;
            margin: 8px auto 0; } }
.article .main_title {
  text-align: left; }
.article_body p {
  line-height: 1.75;
  font-size: 4.26667vw; }
  @media screen and (min-width: 1024px) {
    .article_body p {
      font-size: 1.11111vw; } }
  @media screen and (min-width: 1680px) {
    .article_body p {
      font-size: 16px; } }
  .article_body p a {
    color: #29a8a8;
    font-weight: 700; }
.article_body strong {
  font-weight: 700;
  background-color: #faf9d9;
  color: #f16852; }
.article_body em {
  font-style: italic;
  font-weight: 700; }
.article_body ul {
  padding: 2.13333vw 0; }
  @media screen and (min-width: 1024px) {
    .article_body ul {
      padding: 0.55556vw 0; } }
  @media screen and (min-width: 1680px) {
    .article_body ul {
      padding: 8px 0; } }
  .article_body ul li {
    font-size: 4.26667vw;
    padding: 0 0 2.13333vw;
    grid-template-columns: 2.13333vw 1fr;
    grid-column-gap: 2.13333vw;
    grid-template-rows: 1fr;
    grid-row-gap: 0px;
    text-align: justify;
    display: grid; }
    @media screen and (min-width: 1024px) {
      .article_body ul li {
        font-size: 1.11111vw;
        padding: 0 0 0.55556vw;
        grid-template-columns: 0.55556vw 1fr;
        grid-column-gap: 0.55556vw; } }
    @media screen and (min-width: 1680px) {
      .article_body ul li {
        font-size: 16px;
        padding: 0 0 8px;
        grid-template-columns: 8px 1fr;
        grid-column-gap: 8px; } }
    .article_body ul li::before {
      display: block;
      grid-area: 1 / 1 / 2 / 2;
      content: "";
      width: 2.13333vw;
      height: 2.13333vw;
      border-radius: 1.06667vw;
      background-color: #005bac;
      margin: 1.6vw auto 0; }
      @media screen and (min-width: 1024px) {
        .article_body ul li::before {
          width: 0.55556vw;
          height: 0.55556vw;
          border-radius: 0.27778vw; } }
      @media screen and (min-width: 1680px) {
        .article_body ul li::before {
          width: 8px;
          height: 8px;
          border-radius: 4px; } }
.article_body ol {
  padding: 4.26667vw 0;
  counter-reset: number 0; }
  @media screen and (min-width: 1024px) {
    .article_body ol {
      padding: 1.11111vw 0; } }
  @media screen and (min-width: 1680px) {
    .article_body ol {
      padding: 16px 0; } }
  .article_body ol li {
    font-size: 4.26667vw;
    padding: 0 0 2.13333vw;
    grid-column-gap: 2.13333vw;
    grid-template-columns: 4.26667vw 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 0px;
    text-align: justify;
    display: grid; }
    @media screen and (min-width: 1024px) {
      .article_body ol li {
        font-size: 1.11111vw;
        padding: 0 0 0.55556vw;
        grid-column-gap: 0.55556vw;
        grid-template-columns: 1.11111vw 1fr; } }
    @media screen and (min-width: 1680px) {
      .article_body ol li {
        font-size: 16px;
        padding: 0 0 8px;
        grid-column-gap: 8px;
        grid-template-columns: 16px 1fr; } }
    .article_body ol li::before {
      display: block;
      grid-area: 1 / 1 / 2 / 2;
      counter-increment: number 1;
      content: counter(number) "."; }
.article_body h1 {
  font-size: 4.8vw;
  padding: 4.8vw;
  margin: 7.46667vw auto 4.8vw;
  font-weight: 700;
  color: #fff;
  background-color: #005bac;
  text-align: left; }
  @media screen and (min-width: 1024px) {
    .article_body h1 {
      font-size: 1.25vw;
      padding: 1.25vw;
      margin: 1.94444vw auto 1.25vw; } }
  @media screen and (min-width: 1680px) {
    .article_body h1 {
      font-size: 18px;
      padding: 18px;
      margin: 28px auto 18px; } }
.article_body h2 {
  padding: 4.26667vw 0 0;
  font-size: 4.8vw;
  margin: 7.46667vw auto 4.26667vw;
  font-weight: 700;
  text-align: left; }
  @media screen and (min-width: 1024px) {
    .article_body h2 {
      padding: 1.11111vw 0 0;
      font-size: 1.25vw;
      margin: 1.94444vw auto 1.11111vw; } }
  @media screen and (min-width: 1680px) {
    .article_body h2 {
      padding: 16px 0 0;
      font-size: 18px;
      margin: 28px auto 16px; } }
  .article_body h2::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #005bac; }
.article_body h3 {
  font-size: 4.26667vw;
  margin: 4.26667vw auto 3.2vw;
  padding: 0 0 0 2.13333vw;
  font-weight: 700;
  text-align: justify;
  border-left: solid 2px #005bac; }
  @media screen and (min-width: 1024px) {
    .article_body h3 {
      font-size: 1.11111vw;
      margin: 1.11111vw auto 0.83333vw;
      padding: 0 0 0 0.55556vw; } }
  @media screen and (min-width: 1680px) {
    .article_body h3 {
      font-size: 16px;
      margin: 16px auto 12px;
      padding: 0 0 0 8px; } }
.article_body h4 {
  font-size: 4.26667vw;
  padding: 4.26667vw 0 0;
  margin: 4.26667vw auto 3.2vw;
  font-weight: 700;
  color: #005bac;
  text-align: justify; }
  @media screen and (min-width: 1024px) {
    .article_body h4 {
      font-size: 1.11111vw;
      padding: 1.11111vw 0 0;
      margin: 1.11111vw auto 0.83333vw; } }
  @media screen and (min-width: 1680px) {
    .article_body h4 {
      font-size: 16px;
      padding: 16px 0 0;
      margin: 16px auto 12px; } }
.article_body img {
  padding: 4.26667vw 0; }
  @media screen and (min-width: 1024px) {
    .article_body img {
      padding: 1.11111vw 0; } }
  @media screen and (min-width: 1680px) {
    .article_body img {
      padding: 16px 0; } }
.article_body iframe {
  max-width: 100%; }
.article_body table {
  margin: 4.26667vw auto;
  border-top: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9; }
  @media screen and (min-width: 1024px) {
    .article_body table {
      margin: 1.11111vw auto; } }
  @media screen and (min-width: 1680px) {
    .article_body table {
      margin: 16px auto; } }
  .article_body table td {
    padding: 2.13333vw;
    border-bottom: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9; }
    @media screen and (min-width: 1024px) {
      .article_body table td {
        padding: 0.55556vw; } }
    @media screen and (min-width: 1680px) {
      .article_body table td {
        padding: 8px; } }
.article-share .share {
  display: flex;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  margin: 16vw auto 5.33333vw;
  padding: 5.33333vw 0;
  gap: 11.73333vw;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 1024px) {
    .article-share .share {
      margin: 4.16667vw auto 1.38889vw;
      padding: 1.38889vw 0;
      gap: 3.05556vw; } }
  @media screen and (min-width: 1680px) {
    .article-share .share {
      margin: 60px auto 20px;
      padding: 20px 0;
      gap: 44px; } }
  .article-share .share svg {
    height: 7.46667vw;
    width: 7.46667vw; }
    @media screen and (min-width: 1024px) {
      .article-share .share svg {
        height: 1.94444vw;
        width: 1.94444vw; } }
    @media screen and (min-width: 1680px) {
      .article-share .share svg {
        height: 28px;
        width: 28px; } }
  .article-share .share .share-facebook svg path {
    fill: #1877f2; }
  .article-share .share .share-linkedin svg path {
    fill: #0A66C2; }
.article-votes {
  border-bottom: solid 1px #d9d9d9;
  margin: 0 auto 5.33333vw;
  padding: 0 0 5.33333vw;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .article-votes {
      margin: 0 auto 1.38889vw;
      padding: 0 0 1.38889vw;
      text-align: center; } }
  @media screen and (min-width: 1680px) {
    .article-votes {
      margin: 0 auto 20px;
      padding: 0 0 20px; } }
  .article-votesquestion {
    font-size: 4.26667vw; }
    @media screen and (min-width: 1024px) {
      .article-votesquestion {
        font-size: 1.11111vw; } }
    @media screen and (min-width: 1680px) {
      .article-votesquestion {
        font-size: 16px; } }
  .article-votes-controls {
    padding: 4.26667vw 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media screen and (min-width: 1024px) {
      .article-votes-controls {
        padding: 1.11111vw 0 0; } }
    @media screen and (min-width: 1680px) {
      .article-votes-controls {
        padding: 16px 0 0; } }
    .article-votes-controls button {
      padding: 2.13333vw;
      border-radius: 1.6vw;
      border: solid 2px #29a8a8;
      color: #29a8a8;
      width: 40%; }
      @media screen and (min-width: 1024px) {
        .article-votes-controls button {
          padding: 0.55556vw;
          border-radius: 0.41667vw; } }
      @media screen and (min-width: 1680px) {
        .article-votes-controls button {
          padding: 8px;
          border-radius: 6px; } }
  .article-votes-count {
    display: none; }
.article-more-questions {
  text-align: left;
  font-size: 3.73333vw;
  padding: 4.26667vw 0 0; }
  @media screen and (min-width: 1024px) {
    .article-more-questions {
      text-align: center;
      font-size: 0.97222vw;
      padding: 1.11111vw 0 0; } }
  @media screen and (min-width: 1680px) {
    .article-more-questions {
      font-size: 14px;
      padding: 16px 0 0; } }
  .article-more-questions a {
    font-weight: 700;
    color: #29a8a8; }

/* Search_results */
.search_results .meta_group .breadcrumbs {
  margin: 0;
  padding: 0 0 0 1em; }
  .search_results .meta_group .breadcrumbs li:first-child a {
    display: none; }
  .search_results .meta_group .breadcrumbs li:nth-child(2)::before {
    content: none; }
.search_results .meta_group .meta_data {
  display: none; }
.search_results .search_main {
  margin: 0 auto 7.46667vw; }
  @media screen and (min-width: 1024px) {
    .search_results .search_main {
      margin: 0 auto 1.94444vw; } }
  @media screen and (min-width: 1680px) {
    .search_results .search_main {
      margin: 0 auto 28px; } }
.search_results_title {
  margin: 0 auto 0.5em; }
.search_results_list_item {
  border-bottom: solid 1px #d9d9d9;
  padding: 0 0 1.5em 0;
  margin: 0 auto 1.5em; }
.search_results_description {
  padding: 0.5em 0 0 1em;
  font-size: 3.46667vw;
  color: #858585; }
  @media screen and (min-width: 1024px) {
    .search_results_description {
      font-size: 0.90278vw; } }
  @media screen and (min-width: 1680px) {
    .search_results_description {
      font-size: 13px; } }

zd-autocomplete {
  top: 85.33333vw !important; }
  @media screen and (min-width: 1024px) {
    zd-autocomplete {
      top: 22.22222vw !important; } }
  @media screen and (min-width: 1680px) {
    zd-autocomplete {
      top: 320px !important; } }

zd-autocomplete-title-multibrand {
  font-size: 3.73333vw; }
  @media screen and (min-width: 1024px) {
    zd-autocomplete-title-multibrand {
      font-size: 0.97222vw; } }
  @media screen and (min-width: 1680px) {
    zd-autocomplete-title-multibrand {
      font-size: 14px; } }

zd-autocomplete-breadcrumbs-multibrand {
  display: none !important; }

/* インフォメーション */
.support {
  margin: 26.66667vw auto 0;
  /***** Forms *****/ }
  @media screen and (min-width: 1024px) {
    .support {
      margin: 6.94444vw auto 0; }
      .support .container {
        max-width: 650px;
        margin: 0 auto; } }
  @media screen and (min-width: 1680px) {
    .support {
      margin: 100px auto 0; } }
  .support .menu-button {
    display: none; }
  .support_announce {
    border: 2px solid #29a8a8;
    font-size: 3.46667vw;
    padding: 4.26667vw;
    margin: 0 auto 4.26667vw;
    word-break: break-all; }
    @media screen and (min-width: 1024px) {
      .support_announce {
        font-size: 1.11111vw;
        padding: 1.66667vw;
        margin: 0 auto 1.11111vw; } }
    @media screen and (min-width: 1680px) {
      .support_announce {
        font-size: 16px;
        padding: 24px;
        margin: 0 auto 16px; } }
    .support_announce h2 {
      font-weight: 700;
      color: #005bac; }
    .support_announce a {
      font-weight: 700;
      color: #29a8a8; }
  .support .form {
    max-width: 650px;
    margin: auto;
    text-align: left; }
    .support .form input,
    .support .form textarea {
      color: #000;
      font-size: 17px; }
    .support .form input {
      font-weight: 300;
      max-width: 100%;
      box-sizing: border-box;
      transition: border .12s ease-in-out; }
    .support .form input:not([type="checkbox"]) {
      outline: none; }
    .support .form input:not([type="checkbox"]):focus {
      border: 1px solid #005bac; }
    .support .form input[disabled] {
      background-color: #ddd; }
    .support .form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
      background-position: right 10px center;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 8px 30px 8px 10px;
      outline: none;
      color: #555;
      width: 100%;
      font-size: 16px; }
    .support .form select:focus {
      border: 1px solid #005bac; }
    .support .form select::-ms-expand {
      display: none; }
    .support .form textarea {
      min-height: 120px;
      border: 1px solid #ddd;
      border-radius: 2px;
      resize: vertical;
      width: 100%;
      outline: none;
      padding: 10px; }
  .support .form-field ~ .form-field {
    margin-top: 25px;
    text-align: left; }
  .support .form-field label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left; }
  .support .form-field input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%; }
  .support .form-field input:focus {
    border: 1px solid #005bac; }
  .support .form-field input[type="text"] {
    border-radius: 4px; }
  .support .form-field input[type="text"]:focus {
    border: 1px solid #005bac; }
  .support .form-field input[type="checkbox"] {
    width: auto;
    height: 1em; }
  .support .form-field .nesty-input {
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
    font-size: 16px; }
  .support .form-field .nesty-input:focus {
    border: 1px solid #005bac;
    text-decoration: none; }
  .support .form-field .hc-multiselect-toggle:focus {
    outline: none;
    border: 1px solid #005bac;
    text-decoration: none; }
  .support .form-field textarea {
    vertical-align: middle; }
  .support .form-field input[type="checkbox"] + label {
    margin: 0 0 0 10px; }
  .support .form-field .optional {
    color: #333333;
    margin-left: 4px; }
  .support .form-field p {
    color: #333333;
    font-size: 15px;
    margin: 5px 0;
    font-weight: 400; }
  .support .form footer {
    margin-top: 40px;
    padding-top: 30px; }
  .support .form footer a {
    color: #333333;
    cursor: pointer;
    margin-right: 15px; }
  .support .form .suggestion-list {
    font-size: 16px;
    margin-top: 30px; }
  .support .form .suggestion-list label {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px; }
  .support .form .suggestion-list li {
    padding: 10px 0; }
  .support .form .suggestion-list li a:visited {
    color: #155656; }
  .support .button-large,
  .support input[type="submit"] {
    cursor: pointer;
    background-color: #005bac;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: auto;
    max-width: 90%;
    text-align: center;
    margin-bottom: 64px; }
  .support .upload-dropzone {
    font-size: 16px; }
  .support .upload-dropzone span {
    color: #000;
    font-size: 16px; }
    .support .upload-dropzone span a {
      color: #29a8a8;
      text-decoration: underline;
      font-size: 16px; }

.support h3 {
  font-size: 18px;
  color: #00478b; }

.support p {
  margin-bottom: 0; }

/* お問い合わせフォーム */
.form footer {
  text-align: center;
  padding-top: 0; }

.contents-wrapper {
  max-width: 650px;
  margin: auto; }

.form-field:nth-of-type(1) {
  margin-top: 0; }

.form-field label {
  font-weight: bold; }

.form-field.required label::after {
  content: "*";
  display: inline-block;
  font-size: 18px;
  color: #ff0000;
  vertical-align: middle;
  margin-left: .2em; }

.g-recaptcha[ui="invisible"] {
  margin-top: 40px; }

.request_custom_fields_900007915583 {
  display: flex;
  line-height: 1;
  position: relative;
  height: 60px; }

#request_custom_fields_900007915583_label {
  order: 2;
  margin-bottom: 0; }

#request_custom_fields_900007915583 {
  order: 1;
  margin-right: .3em; }

#request_custom_fields_900007915583_hint {
  order: 3;
  line-height: 1.5;
  position: absolute;
  top: 1.5em;
  left: 0; }

.note {
  font-size: 15px;
  text-align: right;
  margin-bottom: 0;
  line-height: 1; }

.note span {
  display: inline-block;
  font-size: 20px;
  color: #ff0000;
  vertical-align: middle; }

.strong {
  font-size: 16px;
  font-weight: bold;
  color: #000; }

.strong a {
  display: inline-block;
  margin-top: 10px; }

.nesty-panel {
  font-size: 16px; }
  .nesty-panel ul li {
    text-align: left;
    font-size: 16px; }

.suggestion-list {
  margin-top: 0 !important; }
  .suggestion-list .searchbox {
    padding: 2em;
    border: solid 1px #d9d9d9;
    border-radius: 8px; }
    .suggestion-list .searchbox a {
      color: #29a8a8; }
    .suggestion-list .searchbox h2 {
      font-weight: 700; }

/* 個人情報保護方針 */
.privacy {
  font-size: 16px;
  line-height: 1.8;
  max-height: 150px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 20px auto 160px; }

.privacy iframe {
  width: 100%;
  height: 100%; }

.privacy h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0; }

.privacy h3,
.privacy h4,
.privacy p {
  padding: 0;
  margin: 0; }

.privacy h3 {
  font-size: 15px;
  margin-top: 10px; }

.privacy h4 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px; }

.privacy p {
  margin-top: 5px; }

.privacy a {
  display: inline-block;
  text-decoration: underline; }

label .optional {
  display: none; }

.request_custom_fields_900007915583 {
  height: 95px; }

#request_custom_fields_900007915583_error {
  position: absolute;
  top: 1.5em;
  left: 0; }

#request_custom_fields_900007915583_error + #request_custom_fields_900007915583_hint {
  position: absolute;
  top: 4.5em;
  left: 0; }

@media screen and (min-width: 1024px) {
  /* インフォメーション */
  .support {
    padding: 25px 30px; }

  .support h3 {
    font-size: 18px; }

  .support p {
    font-size: 14px;
    font-weight: bold; }

  /* 個人情報保護方針 */
  .privacy {
    font-size: 13px;
    line-height: 1.8;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 40px; }

  .privacy {
    max-height: 200px;
    padding: 20px;
    margin-top: 40px; }

  .privacy h2 {
    font-size: 18px; }

  .privacy h4 {
    margin-top: 15px; }

  .privacy p {
    margin-top: 10px; }

  .request_custom_fields_900007915583 {
    height: 70px; } }
/* My activities */
.my-activities-nav {
  background-color: #eeefef;
  margin: 13.33333vw auto 0; }
  .my-activities-nav .collapsible-nav {
    position: relative; }
    .my-activities-nav .collapsible-nav .collapsible-nav-toggle-icon {
      position: absolute;
      right: 0;
      top: 0; }
    .my-activities-nav .collapsible-nav .chevron-icon {
      display: inline-block; }
    .my-activities-nav .collapsible-nav .x-icon {
      display: none; }
    .my-activities-nav .collapsible-nav-list {
      display: none;
      padding: 4.26667vw 0;
      align-items: center;
      justify-content: center;
      gap: 4.26667vw; }
      .my-activities-nav .collapsible-nav-list li {
        display: inline-block; }
    .my-activities-nav .collapsible-nav[aria-expanded="true"] .collapsible-nav-list {
      display: flex; }
    .my-activities-nav .collapsible-nav[aria-expanded="true"] .chevron-icon {
      display: none; }
    .my-activities-nav .collapsible-nav[aria-expanded="true"] .x-icon {
      display: inline-block; }

/* ============================================================
   HOME PAGE COMPONENTS (Figma: home-page / node 5:114)
   Generated: 2026-02-25
   ============================================================ */
/* ============================================================
   1. CSS Custom Properties（Figma デザイントークン）
   ============================================================ */
:root {
  /* Colors */
  --hp-color-text: #111928;
  /* Dark/Dark */
  --hp-color-text-sub: #8899A8;
  /* Secondary Text */
  --hp-color-text-muted: #6B7280;
  /* Footer / muted text */
  --hp-color-teal: #02AAA4;
  /* Teal — links */
  --hp-color-primary: #3758F9;
  /* Primary Blue */
  --hp-color-icon-bg: rgba(59, 130, 246, 0.1);
  /* Icon container */
  --hp-color-surface: #F3F4F6;
  /* Section background */
  --hp-color-border: #DFE4EA;
  /* Card / divider border */
  --hp-color-white: #FFFFFF;
  /* Typography */
  --hp-font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --hp-font-size-h1: 28px;
  --hp-font-size-h2: 18px;
  --hp-font-size-h3: 16px;
  --hp-font-size-body: 16px;
  --hp-font-size-sm: 14px;
  /* Layout */
  --hp-container-width: 1014px;
  --hp-section-padding: 40px;
  --hp-card-gap: 12px;
  --hp-card-radius: 8px;
  --hp-card-border: 2px solid var(--hp-color-border); }

/* ============================================================
   2. Layout
   ============================================================ */
.hp-main {
  font-family: var(--hp-font-family);
  color: var(--hp-color-text);
  background-color: var(--hp-color-white); }

.hp-container {
  width: 100%;
  max-width: var(--hp-container-width);
  margin-inline: auto;
  padding-inline: 16px; }

.hp-section {
  padding-block: var(--hp-section-padding); }

.hp-section__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--hp-font-size-h2);
  font-weight: 700;
  line-height: 1.5;
  color: var(--hp-color-text);
  margin-bottom: 16px; }

/* ============================================================
   3. Hero Section
   ============================================================ */
.hp-hero {
  position: relative;
  min-height: 261px;
  display: flex;
  align-items: center;
  overflow: hidden; }

.hp-hero__bg {
  position: absolute;
  inset: 0;
  background-color: #1E3A5F;
  /* Fallback before image loads */
  background-image: url("");
  /* populated via settings.homepage_background_image */
  background-size: cover;
  background-position: center;
  z-index: 0; }

.hp-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--hp-container-width);
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-block: 40px;
  text-align: center; }

.hp-hero__service-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 12px; }

.hp-hero__heading {
  font-size: clamp(20px, 5.5vw, var(--hp-font-size-h1));
  font-weight: 700;
  line-height: 1.3;
  color: var(--hp-color-white); }

.hp-hero__subtitle {
  font-size: var(--hp-font-size-body);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5; }

/* Search wrapper — positions icon inside/over the input */
.hp-hero__search-wrap {
  position: relative;
  width: 100%;
  max-width: 672px; }

.hp-hero__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  pointer-events: none; }

/* Zendesk {{search}} renders an <input> — override to match Figma */
.hp-hero__search .search-input,
.hp-hero__search input[type="search"],
.hp-hero__search input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 16px 16px 16px 48px;
  font-size: var(--hp-font-size-body);
  color: var(--hp-color-text);
  background-color: var(--hp-color-white);
  border: 2px solid transparent;
  border-radius: var(--hp-card-radius);
  outline: none;
  box-shadow: none; }

.hp-hero__search .search-input:focus,
.hp-hero__search input:focus {
  border-color: var(--hp-color-primary); }

/* ============================================================
   4. よく見られるページ
   ============================================================ */
.hp-quick {
  background-color: var(--hp-color-white); }

.hp-quick__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--hp-card-gap);
  list-style: none;
  padding: 0;
  margin: 0; }

.hp-quick__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  min-height: 113px;
  background-color: var(--hp-color-surface);
  border: var(--hp-card-border);
  border-radius: var(--hp-card-radius);
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease; }

.hp-quick__link:hover,
.hp-quick__link:focus-visible {
  background-color: #E8EBF0;
  border-color: #C5CDD5;
  outline: 2px solid var(--hp-color-primary);
  outline-offset: 2px; }

.hp-quick__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--hp-color-icon-bg);
  border-radius: var(--hp-card-radius);
  color: #3758F9; }

.hp-quick__label {
  font-size: var(--hp-font-size-sm);
  font-weight: 700;
  color: var(--hp-color-text);
  text-align: center;
  line-height: 1.5; }

/* ============================================================
   5. 重要トピック
   ============================================================ */
.hp-important {
  background-color: var(--hp-color-surface); }

.hp-important__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hp-card-gap);
  list-style: none;
  padding: 0;
  margin: 0; }

.hp-important__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 26px;
  background-color: var(--hp-color-white);
  border: var(--hp-card-border);
  border-radius: var(--hp-card-radius);
  text-decoration: none;
  transition: background-color 0.15s ease; }

.hp-important__link:hover,
.hp-important__link:focus-visible {
  background-color: #F9FAFB;
  outline: 2px solid var(--hp-color-primary);
  outline-offset: 2px; }

.hp-important__title {
  font-size: var(--hp-font-size-body);
  font-weight: 700;
  color: var(--hp-color-text);
  line-height: 1.5;
  flex: 1; }

.hp-important__arrow {
  flex-shrink: 0;
  opacity: 0.5; }

/* ============================================================
   6. マニュアル
   ============================================================ */
.hp-manuals {
  background-color: var(--hp-color-white);
  border-top: 1px solid var(--hp-color-border);
  border-bottom: 1px solid var(--hp-color-border); }

.hp-manuals__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hp-card-gap);
  list-style: none;
  padding: 0;
  margin: 0; }

.hp-manuals__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: var(--hp-color-surface);
  border: var(--hp-card-border);
  border-radius: var(--hp-card-radius);
  text-decoration: none;
  transition: background-color 0.15s ease; }

.hp-manuals__link:hover,
.hp-manuals__link:focus-visible {
  background-color: var(--hp-color-surface);
  outline: 2px solid var(--hp-color-primary);
  outline-offset: 2px; }

.hp-manuals__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--hp-color-icon-bg);
  border-radius: var(--hp-card-radius);
  flex-shrink: 0;
  color: var(--hp-color-primary); }

.hp-manuals__title {
  flex: 1;
  font-size: var(--hp-font-size-body);
  font-weight: 700;
  color: var(--hp-color-text);
  line-height: 1.5; }

.hp-manuals__arrow {
  flex-shrink: 0;
  opacity: 0.5; }

/* ============================================================
   7. よくある質問
   ============================================================ */
.hp-faq {
  background-color: var(--hp-color-white); }

.hp-faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hp-card-gap);
  list-style: none;
  padding: 0;
  margin: 0; }

.hp-faq__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  background-color: var(--hp-color-surface);
  border: var(--hp-card-border);
  border-radius: var(--hp-card-radius);
  text-decoration: none;
  transition: outline 0.1s ease; }

.hp-faq__link:hover,
.hp-faq__link:focus-visible {
  outline: 2px solid var(--hp-color-primary);
  outline-offset: 2px; }

.hp-faq__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--hp-color-icon-bg);
  border-radius: var(--hp-card-radius);
  flex-shrink: 0;
  color: var(--hp-color-primary); }

.hp-faq__name {
  flex: 1;
  font-size: var(--hp-font-size-body);
  font-weight: 700;
  color: var(--hp-color-text);
  line-height: 1.5; }

.hp-faq__arrow {
  flex-shrink: 0;
  opacity: 0.5; }

/* ============================================================
   8. お問い合わせ
   ============================================================ */
.hp-contact {
  background-color: var(--hp-color-surface); }

.hp-contact__heading {
  margin-bottom: 24px; }

.hp-contact__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background-color: var(--hp-color-white);
  border: var(--hp-card-border);
  border-radius: var(--hp-card-radius); }

.hp-contact__text p {
  font-size: var(--hp-font-size-body);
  color: var(--hp-color-text);
  line-height: 1.6; }

.hp-contact__hours {
  margin-top: 8px;
  font-size: var(--hp-font-size-sm);
  color: var(--hp-color-text-muted); }

.hp-contact__btn,
a.hp-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  height: 52px;
  background-color: var(--hp-color-primary);
  color: var(--hp-color-white);
  font-size: var(--hp-font-size-body);
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, opacity 0.15s ease;
  white-space: nowrap; }

.hp-contact__btn:hover,
a.hp-contact__btn:hover {
  background-color: #2A4AE0;
  color: var(--hp-color-white); }

.hp-contact__btn:focus-visible {
  outline: 2px solid var(--hp-color-primary);
  outline-offset: 3px; }

/* ============================================================
   9. 最近のアクティビティ
   ============================================================ */
.hp-recent {
  background-color: var(--hp-color-white); }

/* 見出し：hp-section__heading と統一 */
.hp-recent .recent-activity-header {
  font-size: var(--hp-font-size-h2);
  font-weight: 700;
  line-height: 1.5;
  color: var(--hp-color-text);
  margin-bottom: 16px;
  padding: 0;
  text-align: left; }

/* リスト */
.hp-recent .recent-activity-list {
  list-style: none;
  padding: 0;
  margin: 0; }

/* Zendesk が出力するサブ見出し（h3）は非表示 */
.hp-recent .recent-activity-list h3 {
  display: none; }

/* 各アイテム：ボーダー区切りのシンプルなリスト行 */
.hp-recent .recent-activity-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hp-color-border); }

.hp-recent .recent-activity-item:first-of-type {
  border-top: 1px solid var(--hp-color-border); }

.hp-recent .recent-activity-item a {
  flex: 1;
  font-size: var(--hp-font-size-body);
  color: var(--hp-color-text);
  text-decoration: none;
  line-height: 1.5;
  text-align: left; }

.hp-recent .recent-activity-item a:hover {
  color: var(--hp-color-primary);
  text-decoration: underline; }

/* 日時 */
.hp-recent .recent-activity-item-time {
  flex-shrink: 0;
  font-size: var(--hp-font-size-sm);
  color: var(--hp-color-text-muted);
  white-space: nowrap; }

/* コメント数は非表示 */
.hp-recent .recent-activity-item-comment {
  display: none; }

/* ページネーション/もっと見るリンク */
.hp-recent .recent-activity-controls {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  background-color: transparent; }

.hp-recent .recent-activity-controls a {
  display: inline-block;
  font-size: var(--hp-font-size-sm);
  font-weight: 600;
  color: var(--hp-color-text-muted);
  text-decoration: none;
  padding: 7px 20px;
  border: 1px solid var(--hp-color-border);
  border-radius: 6px;
  background-color: var(--hp-color-white);
  transition: border-color 0.15s, color 0.15s, background-color 0.15s; }

.hp-recent .recent-activity-controls a:hover {
  border-color: var(--hp-color-primary);
  color: var(--hp-color-primary);
  background-color: transparent;
  text-decoration: none; }

/* SP: 縦積みレイアウト */
@media screen and (max-width: 767px) {
  .hp-recent .recent-activity-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 12px 0; }

  .hp-recent .recent-activity-item a {
    font-size: var(--hp-font-size-body);
    line-height: 1.55; }

  .hp-recent .recent-activity-item-time {
    font-size: 12px;
    white-space: normal; } }
/* ============================================================
   10. Responsive — Tablet (768px+)
   ============================================================ */
@media screen and (min-width: 768px) {
  .hp-quick__grid {
    grid-template-columns: repeat(4, 1fr); }

  .hp-important__grid {
    grid-template-columns: repeat(2, 1fr); }

  .hp-manuals__grid {
    grid-template-columns: repeat(2, 1fr); }

  .hp-faq__grid {
    grid-template-columns: repeat(2, 1fr); }

  .hp-contact__body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }

  .hp-contact__btn {
    flex-shrink: 0;
    min-width: 220px; } }
/* ============================================================
   11. Responsive — Desktop (1024px+)
   ============================================================ */
@media screen and (min-width: 1024px) {
  .hp-hero {
    min-height: 261px; }

  .hp-hero__heading {
    font-size: var(--hp-font-size-h1); }

  .hp-faq__grid {
    grid-template-columns: repeat(3, 1fr); } }
/* ============================================================
   ARTICLE PAGE COMPONENTS (Figma: article-page / node 93:988)
   Updated: 2026-03-25
   Layout: full-width 2-col flex (ap-main left + ap-sidebar 384px right)
   ============================================================ */
/* ============================================================
   1. CSS Custom Properties（記事ページ デザイントークン）
   ============================================================ */
:root {
  /* Article Page Colors */
  --ap-color-text: #111928;
  --ap-color-text-sub: #6B7280;
  --ap-color-text-accent: #F97316;
  --ap-color-surface: #F3F4F6;
  --ap-color-border: #DFE4EA;
  --ap-color-white: #FFFFFF;
  --ap-color-primary: #3758F9;
  /* Article Page Layout */
  --ap-sidebar-width: 384px;
  --ap-toc-width: 260px;
  --ap-content-max-width: 880px;
  --ap-body-padding-x: 48px;
  --ap-card-padding: 24px 22px;
  --ap-card-radius: 8px;
  --ap-card-border: 2px solid var(--ap-color-border);
  /* Article Typography */
  --ap-font-family: 'Inter', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --ap-font-title: 24px;
  --ap-font-h3: 18px;
  --ap-font-body: 16px;
  --ap-font-sm: 14px;
  --ap-lh-title: 1.3;
  --ap-lh-body: 1.75; }

/* ============================================================
   2. ページ全体（2カラム flex）
   ============================================================ */
.ap-page {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: calc(100vh - var(--hdr-height, 56px));
  font-family: var(--ap-font-family);
  color: var(--ap-color-text); }

.ap-main {
  flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - var(--ap-sidebar-width));
  display: flex;
  flex-direction: column;
  background-color: var(--ap-color-white); }

/* 1400px 以上: 左カラム（目次）を表示 → 3カラム構成 */
.ap-toc-col {
  display: none;
  flex: 0 0 var(--ap-toc-width);
  background-color: var(--ap-color-surface);
  border-right: 2px solid var(--ap-color-border); }

@media screen and (min-width: 1400px) {
  .ap-toc-col {
    display: block; }

  .ap-main {
    width: calc(100% - var(--ap-sidebar-width) - var(--ap-toc-width)); } }
/* ============================================================
   3. パンくずバー
   ============================================================ */
.ap-breadcrumb-bar {
  background-color: var(--ap-color-surface);
  border-bottom: 2px solid var(--ap-color-border);
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0; }

.ap-breadcrumb-bar__inner {
  width: 100%;
  max-width: var(--ap-content-max-width);
  margin-inline: auto;
  padding-inline: 24px; }

.ap-breadcrumb-bar .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.ap-breadcrumb-bar .breadcrumbs li {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--ap-color-text-sub); }

.ap-breadcrumb-bar .breadcrumbs li::before,
.ap-breadcrumb-bar .breadcrumbs > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  margin: 0 6px !important;
  border: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5 2L7.5 6L5 10' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center !important;
  background-size: contain !important;
  transform: none !important; }

@media screen and (min-width: 1024px) {
  .ap-breadcrumb-bar .breadcrumbs li::before {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    margin: 0 6px !important;
    border: none !important;
    border-right: none !important;
    border-bottom: none !important;
    transform: none !important; } }
@media screen and (min-width: 1680px) {
  .ap-breadcrumb-bar .breadcrumbs li::before {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    margin: 0 6px !important;
    border: none !important;
    border-right: none !important;
    border-bottom: none !important;
    transform: none !important; } }
.ap-breadcrumb-bar .breadcrumbs li:first-child::before {
  content: none !important;
  display: none !important; }

/* 最初の li (ホーム): グローバルのホームアイコン表示をテキストに戻す */
.ap-breadcrumb-bar .breadcrumbs li:first-child a {
  display: inline;
  background: none;
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  width: auto;
  height: auto;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none; }

.ap-breadcrumb-bar .breadcrumbs li:first-child a:hover {
  color: #3758f9;
  text-decoration: underline; }

/* 通常リンク */
.ap-breadcrumb-bar .breadcrumbs li a {
  color: var(--ap-color-text-sub);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none; }

.ap-breadcrumb-bar .breadcrumbs li a:hover {
  color: #3758f9;
  text-decoration: underline; }

/* 現在ページ */
.ap-breadcrumb-bar .breadcrumbs li:last-child,
.ap-breadcrumb-bar .breadcrumbs li:last-child span {
  color: #111928;
  font-size: 13px;
  font-weight: 500; }

/* ============================================================
   4. 記事タイトルセクション
   ============================================================ */
.ap-title-section {
  background-color: var(--ap-color-white);
  border-bottom: 8px solid var(--ap-color-surface);
  flex-shrink: 0; }

.ap-title-section__inner {
  width: 100%;
  max-width: var(--ap-content-max-width);
  margin-inline: auto;
  padding: 24px 16px;
  text-align: left; }

/* ============================================================
   5. 記事本文エリア
   ============================================================ */
.ap-body {
  flex: 1 1 auto;
  min-width: 0;
  background-color: var(--ap-color-white);
  text-align: left; }

.ap-body__inner {
  width: 100%;
  max-width: var(--ap-content-max-width);
  min-width: 0;
  margin-inline: auto;
  padding: 40px var(--ap-body-padding-x); }

/* 記事ヘッダー（タイトルセクション内） */
.ap-article__title {
  font-size: var(--ap-font-title);
  font-weight: 700;
  line-height: var(--ap-lh-title);
  color: var(--ap-color-text);
  margin: 0 0 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px; }

.ap-article__internal-badge {
  flex-shrink: 0;
  color: var(--ap-color-text-sub);
  margin-top: 3px; }

/* 記事メタ情報 */
.ap-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; }

.ap-article__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: var(--ap-color-text-sub); }

.ap-article__meta-time {
  color: var(--ap-color-text-accent);
  font-weight: 500; }

.ap-article__meta-icon {
  flex-shrink: 0; }

.ap-article__meta-item svg {
  flex-shrink: 0; }

/* 記事本文 */
/* アンカーリンク遷移時、追従ヘッダーに被らないようにオフセット */
.ap-article__body h1[id],
.ap-article__body h2[id],
.ap-article__body h3[id],
.ap-article__body h4[id] {
  scroll-margin-top: calc(var(--hdr-height, 56px) + 24px); }

.ap-article__body {
  max-width: 100%;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #000000; }

/* H1 — Figma 95:248: 18px bold / white on #005bac / padding 18px */
.ap-article__body h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #005bac;
  padding: 18px;
  margin-top: 40px;
  margin-bottom: 24px; }

/* H2 — Figma 95:261: 18px bold / black / border-bottom 4px #005bac */
.ap-article__body h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  background: none;
  padding-top: 15.5px;
  padding-bottom: 8px;
  border-bottom: 4px solid #005bac;
  margin-top: 40px;
  margin-bottom: 16px; }

/* H3 — Figma 95:284: 16px bold / black / border-left 2px #005bac / pl 10px */
.ap-article__body h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  border-left: 2px solid #005bac;
  padding-left: 10px;
  margin-top: 32px;
  margin-bottom: 12px; }

/* H4 — Figma 95:318: 16px bold / #005bac */
.ap-article__body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #005bac;
  padding-top: 16px;
  margin-top: 24px;
  margin-bottom: 8px; }

.ap-article__body p {
  margin-bottom: 16px; }

/* Strong — Figma 95:251: bold / #f16852 / bg #faf9d9 */
.ap-article__body strong,
.ap-article__body b {
  font-weight: 700;
  color: #f16852;
  background-color: #faf9d9; }

.ap-article__body a {
  color: var(--ap-color-primary);
  text-decoration: underline;
  text-underline-offset: 2px; }

.ap-article__body a:hover {
  opacity: 0.8; }

/* リスト — Figma 95:264: 16px medium / カスタム正方形マーカー #005bac */
.ap-article__body ul {
  list-style: none;
  margin-bottom: 16px;
  padding-left: 24px; }

.ap-article__body ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }

.ap-article__body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #005bac;
  border-radius: 4px; }

/* ナンバリングリスト — Figma 95:275: 番号を#005bac円形（20×20px）で表示 */
.ap-article__body ol {
  list-style: none;
  counter-reset: ap-ol;
  margin-bottom: 16px;
  padding-left: 24px; }

.ap-article__body ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  counter-increment: ap-ol; }

.ap-article__body ol li::before {
  content: counter(ap-ol);
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #005bac;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-radius: 50%; }

.ap-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  cursor: zoom-in; }

/* Table — Figma 96:1683: header bg #3758f9 / stripe #f3f6ff / border #dfe4ea
   ヘッダーあり・なし両対応の汎用スタイル */
/* テーブルラッパー — 幅超過時に横スクロールを許可
   Zendesk エディタ生成の figure.wysiwyg-table と JS 追加の div 両方に適用 */
.ap-article__body-table-wrap,
.ap-article__body figure.wysiwyg-table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 0 0 24px;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

/* figure.wysiwyg-table は <table> → <figcaption> の順で出力されるため、
   flex + column-reverse で視覚順を反転しキャプションをテーブル上部に表示 */
.ap-article__body figure.wysiwyg-table {
  display: flex;
  flex-direction: column-reverse; }

.ap-article__body-table-wrap > table,
.ap-article__body figure.wysiwyg-table > table {
  margin-bottom: 0; }

/* テーブルキャプション — Zendesk エディタ既定の display: table-caption を打ち消し、
   テーブル上部のラベルとして表示 */
.ap-article__body figure.wysiwyg-table > figcaption {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #111928;
  text-align: left;
  word-break: break-word; }

.ap-article__body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dfe4ea; }

/* ヘッダー行（th）— 青背景・白文字・中央揃え */
.ap-article__body th {
  background-color: #005bac;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 14px 16px;
  text-align: center;
  white-space: nowrap; }

/* データ行（td）— 中央揃え・行区切り線 */
.ap-article__body td {
  padding: 14px 16px;
  border-bottom: 1px solid #dfe4ea;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #111928;
  text-align: left;
  background-color: #ffffff; }

/* 最終行の下線を消す */
.ap-article__body tr:last-child td {
  border-bottom: none; }

/* ストライプ — tbody使用時（thead+tbody構造） */
.ap-article__body tbody tr:nth-child(odd) td {
  background-color: #f3f6ff; }

.ap-article__body tbody tr:nth-child(even) td {
  background-color: #ffffff; }

/* ストライプ — ヘッダーなし・tbody未使用時（tr > td のみ） */
.ap-article__body table:not(:has(thead)) tr:nth-child(odd) td {
  background-color: #f3f6ff; }

.ap-article__body table:not(:has(thead)) tr:nth-child(even) td {
  background-color: #ffffff; }

/* Code — Figma 95:512: bg #2e2e4f / text #f6f6f4 / padding 8px 16px */
.ap-article__body code {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 14px;
  background-color: #2e2e4f;
  color: #f6f6f4;
  padding: 2px 6px;
  border-radius: 3px; }

.ap-article__body pre {
  background-color: #272822;
  padding: 20px 24px;
  border-radius: 6px;
  overflow-x: auto;
  margin-bottom: 24px; }

.ap-article__body pre code,
.ap-article__body pre code.hljs {
  background: none;
  padding: 0;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 14px;
  color: #f8f8f2;
  line-height: 1.7; }

/* ===== Monokai シンタックスハイライト（highlight.js テーマ上書き） ===== */
/* rebecca.min.css より優先するために .ap-article__body でスコープ */
.ap-article__body .hljs {
  background: #272822;
  color: #f8f8f2; }

/* コメント — グレー */
.ap-article__body .hljs-comment,
.ap-article__body .hljs-quote {
  color: #75715e;
  font-style: italic; }

/* キーワード、演算子 — ピンク */
.ap-article__body .hljs-keyword,
.ap-article__body .hljs-selector-tag,
.ap-article__body .hljs-literal,
.ap-article__body .hljs-type,
.ap-article__body .hljs-meta,
.ap-article__body .hljs-tag {
  color: #f92672; }

/* 関数名、クラス名 — グリーン */
.ap-article__body .hljs-title,
.ap-article__body .hljs-title.class_,
.ap-article__body .hljs-title.function_,
.ap-article__body .hljs-section,
.ap-article__body .hljs-name {
  color: #a6e22e; }

/* 文字列 — イエロー */
.ap-article__body .hljs-string,
.ap-article__body .hljs-doctag,
.ap-article__body .hljs-regexp,
.ap-article__body .hljs-addition {
  color: #e6db74; }

/* 数値、定数 — パープル */
.ap-article__body .hljs-number,
.ap-article__body .hljs-symbol,
.ap-article__body .hljs-bullet,
.ap-article__body .hljs-link {
  color: #ae81ff; }

/* 組み込み関数、型 — シアン */
.ap-article__body .hljs-built_in,
.ap-article__body .hljs-builtin-name,
.ap-article__body .hljs-selector-id,
.ap-article__body .hljs-selector-attr,
.ap-article__body .hljs-selector-pseudo {
  color: #66d9ef; }

/* 変数、属性 — オレンジ */
.ap-article__body .hljs-variable,
.ap-article__body .hljs-template-variable,
.ap-article__body .hljs-attr,
.ap-article__body .hljs-attribute {
  color: #fd971f; }

/* 削除（diff） */
.ap-article__body .hljs-deletion {
  color: #f92672; }

/* 強調 */
.ap-article__body .hljs-emphasis {
  font-style: italic; }

.ap-article__body .hljs-strong {
  font-weight: 700; }

/* 添付ファイル */
.ap-article__attachments {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--ap-color-border); }

.ap-attachments__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.ap-attachments__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--ap-font-sm); }

.ap-attachments__item a {
  color: var(--ap-color-primary);
  text-decoration: underline; }

.ap-attachments__meta {
  display: flex;
  gap: 8px;
  color: var(--ap-color-text-sub); }

/* 画像ライトボックス */
.ap-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

.ap-lightbox[hidden] {
  display: none; }

.ap-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75); }

.ap-lightbox__img {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3); }

.ap-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s; }

.ap-lightbox__close:hover {
  background: rgba(0, 0, 0, 0.7); }

/* 記事フッター — Figma: 96:564 */
.ap-article__footer {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.ap-article__share {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.ap-article__share .share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  padding: 21px 0;
  margin: 0;
  list-style: none;
  border: none; }

.ap-article__share .share li {
  display: flex;
  align-items: center; }

.ap-article__share .share svg {
  width: 28px;
  height: 28px; }

.ap-article__share .share .share-facebook svg path {
  fill: #1877F2; }

.ap-article__share .share .share-twitter svg path {
  fill: #000000; }

.ap-article__share .share .share-linkedin svg path {
  fill: #0A66C2; }

.ap-article__comment-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--ap-font-sm);
  color: var(--ap-color-text-sub);
  text-decoration: none; }

.ap-article__comment-count:hover {
  color: var(--ap-color-text); }

/* 投票エリア — Figma: 96:575 / 2026-02-26 */
.ap-article__votes {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 21px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0; }

.ap-article__votes-question {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  margin: 0; }

.ap-article__votes-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 73px;
  width: 100%;
  padding: 16px 37px 19px;
  box-sizing: border-box; }

.ap-article__vote {
  flex: 1 1 0;
  padding: 9.5px 10px;
  border-radius: 6px;
  border: 2px solid #29a8a8;
  background: transparent;
  cursor: pointer;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #29a8a8;
  text-align: center;
  transition: background 0.15s ease, color 0.15s ease; }

.ap-article__vote:hover {
  background: rgba(41, 168, 168, 0.06); }

.ap-article__vote.button-primary {
  background: #29a8a8;
  color: #ffffff; }

.ap-article__votes-count {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  margin: 0; }

.ap-article__more-questions {
  padding-top: 17px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
  text-align: center; }

/* Zendesk {{vote}} が直接生成する .article-more-questions にも適用 */
.article-more-questions {
  padding-top: 17px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
  text-align: center; }

.ap-article__more-questions a,
.article-more-questions a {
  font-weight: 700;
  color: #29a8a8;
  text-decoration: underline; }

.ap-article__more-questions a:hover,
.article-more-questions a:hover {
  color: #1d8a8a; }

/* ============================================================
   5b. 申し込みCTA（Figma: node 303:229 / 1000×190px）
   ============================================================ */
.ap-cta {
  margin-top: 40px;
  padding: 32px 0;
  text-align: center; }

.ap-cta__title {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 12px;
  line-height: 32px; }

.ap-cta__desc {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px;
  line-height: 28px;
  text-align: center; }

.ap-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 32px; }

.ap-cta__plan {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; }

.ap-cta__label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  white-space: nowrap; }

.ap-cta__label-line {
  display: inline-block;
  width: 13px;
  height: 0;
  border-bottom: 2px solid #000; }

.ap-cta__label-line:first-child {
  transform: rotate(45deg); }

.ap-cta__label-line:last-child {
  transform: rotate(-45deg); }

.ap-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 410px;
  height: 70px;
  border-radius: 40px;
  text-decoration: none;
  transition: opacity 0.15s ease; }

.ap-cta__btn:hover {
  opacity: 0.85; }

.ap-cta__btn--personal {
  background-color: #FAC03D; }

.ap-cta__btn--personal img {
  height: 32px;
  width: auto; }

.ap-cta__btn--personal .ap-cta__btn-text {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 28px; }

.ap-cta__btn--biz {
  background: linear-gradient(to right, #002870, #005BAC); }

.ap-cta__btn--biz img {
  height: 32px;
  width: auto; }

.ap-cta__btn--biz .ap-cta__btn-text {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 28px; }

@media (max-width: 767px) {
  .ap-cta {
    padding: 24px 16px; }

  /* 日本語テキストの自然な改行（長語尾単独改行の防止）*/
  .ap-cta__title,
  .ap-cta__desc {
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-wrap: balance; }

  .ap-cta__title {
    font-size: 18px;
    line-height: 28px; }

  .ap-cta__buttons {
    flex-direction: column;
    gap: 20px;
    align-items: center; }

  .ap-cta__plan {
    width: 100%; }

  .ap-cta__btn {
    max-width: 100%;
    height: 60px; }

  .ap-cta__btn--personal img,
  .ap-cta__btn--biz img {
    height: 26px; } }
/* ============================================================
   5c. 目次（TOC）
   - 〜1399px: 本文直前にカード表示（.ap-toc--inline）
   - 1400px 以上: 左カラムに sticky 配置（.ap-toc--sticky）
   ============================================================ */
.ap-toc {
  font-family: var(--ap-font-family);
  font-size: var(--ap-font-sm);
  line-height: 1.5;
  text-align: left; }

.ap-toc[hidden] {
  display: none; }

/* --- 共通: 見出し / トグル / リスト / 項目 --- */
.ap-toc__heading {
  margin: 0;
  padding: 0;
  color: var(--ap-color-text);
  font-family: inherit;
  font-size: var(--ap-font-body);
  font-weight: 700;
  line-height: 1.5; }

.ap-toc__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  color: var(--ap-color-text);
  font-family: inherit;
  font-size: var(--ap-font-body);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  cursor: pointer; }

.ap-toc__toggle-icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
  /* 開いている時: 上向き */ }

.ap-toc--collapsed .ap-toc__toggle-icon {
  transform: rotate(0deg);
  /* 閉じている時: 下向き */ }

.ap-toc__list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0; }

.ap-toc--collapsed .ap-toc__list {
  display: none; }

.ap-toc__item {
  margin: 0; }

.ap-toc__item--h1 > .ap-toc__link {
  font-weight: 700; }

.ap-toc__item--h2 {
  padding-left: 14px; }

.ap-toc__item--h3 {
  padding-left: 28px; }

.ap-toc__link {
  display: block;
  padding: 8px 0 8px 10px;
  margin-left: -10px;
  color: var(--ap-color-text-sub);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease; }

.ap-toc__link:hover {
  color: var(--ap-color-primary); }

.ap-toc__link--active {
  color: var(--ap-color-primary);
  font-weight: 700;
  border-left-color: var(--ap-color-primary); }

/* --- インラインカード（〜1399px で表示） --- */
.ap-toc--inline {
  margin: 0 0 32px;
  padding: 16px 20px;
  background-color: var(--ap-color-surface);
  border: var(--ap-card-border);
  border-radius: var(--ap-card-radius); }

@media screen and (min-width: 1400px) {
  .ap-toc--inline {
    display: none; } }
/* --- 左カラム sticky（1400px 以上で表示） --- */
.ap-toc--sticky {
  position: sticky;
  top: calc(var(--hdr-height, 56px) + 16px);
  padding: 20px 20px 24px;
  max-height: calc(100vh - var(--hdr-height, 56px) - 32px);
  overflow-y: auto; }

/* ============================================================
   6. コメントセクション
   ============================================================ */
.ap-comments {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid var(--ap-color-border); }

.ap-comments__heading {
  font-size: var(--ap-font-h3);
  font-weight: 700;
  margin-bottom: 4px; }

.ap-comments__count {
  font-size: var(--ap-font-sm);
  color: var(--ap-color-text-sub);
  margin-bottom: 24px; }

.ap-comments__sorter {
  margin-bottom: 24px; }

.ap-comments__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px; }

.ap-comment {
  display: flex;
  gap: 12px; }

.ap-comment__avatar {
  position: relative;
  flex-shrink: 0; }

.ap-comment__user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover; }

.ap-comment__agent-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  background-color: var(--ap-color-primary);
  border-radius: 50%;
  color: var(--ap-color-white);
  display: flex;
  align-items: center;
  justify-content: center; }

.ap-comment__body-wrap {
  flex: 1;
  min-width: 0; }

.ap-comment__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px; }

.ap-comment__author-name {
  font-size: var(--ap-font-sm);
  font-weight: 600; }

.ap-comment__author-name a {
  color: inherit;
  text-decoration: none; }

.ap-comment__author-name a:hover {
  text-decoration: underline; }

.ap-comment__date {
  font-size: 12px;
  color: var(--ap-color-text-sub); }

.ap-comment__text {
  font-size: var(--ap-font-sm);
  line-height: var(--ap-lh-body);
  margin-bottom: 8px; }

.ap-comment__actions {
  display: flex;
  align-items: center;
  gap: 12px; }

.ap-comment__action-menu {
  color: var(--ap-color-text-sub);
  cursor: pointer; }

/* コメントフォーム */
.ap-comment-form {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--ap-color-border); }

.ap-comment-form__avatar {
  flex-shrink: 0; }

.ap-comment-form__user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.ap-comment-form__body {
  flex: 1;
  min-width: 0; }

.ap-comment-form__controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px; }

.ap-comments__callout {
  margin-top: 16px;
  font-size: var(--ap-font-sm);
  color: var(--ap-color-text-sub);
  text-align: center; }

/* ============================================================
   7. サイドバー
   ============================================================ */
.ap-sidebar {
  flex: 0 0 var(--ap-sidebar-width);
  width: var(--ap-sidebar-width);
  background-color: var(--ap-color-surface);
  border-left: 2px solid var(--ap-color-border);
  padding-top: 24px;
  padding-inline: 24px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left; }

/* 検索ボックス */
.ap-sidebar__search {
  position: relative; }

.ap-sidebar__search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1; }

.ap-sidebar__search .search-container,
.ap-sidebar__search form {
  margin: 0; }

.ap-sidebar__search input[type="search"],
.ap-sidebar__search .search-field {
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 2px solid var(--ap-color-border);
  border-radius: 6px;
  padding-left: 40px;
  padding-right: 16px;
  font-family: var(--ap-font-family);
  font-size: 16px;
  color: var(--ap-color-text);
  box-sizing: border-box; }

.ap-sidebar__search input[type="search"]::placeholder {
  color: rgba(17, 25, 40, 0.5); }

/* サイドバーカード */
.ap-sidebar__card {
  background-color: var(--ap-color-white);
  border: var(--ap-card-border);
  border-radius: var(--ap-card-radius);
  padding: 22px 22px 24px; }

.ap-sidebar__card-heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--ap-color-text);
  margin: 0 0 16px; }

/* サイドバーリンクリスト */
.ap-sidebar__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.ap-sidebar__link {
  font-size: var(--ap-font-sm);
  font-weight: 500;
  color: var(--ap-color-text);
  text-decoration: underline;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5; }

.ap-sidebar__link::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  background-color: #005bac;
  border-radius: 1px; }

.ap-sidebar__link:hover {
  color: var(--ap-color-primary); }

.ap-sidebar__link--current {
  color: var(--ap-color-primary);
  font-weight: 600;
  text-decoration: none; }

.ap-sidebar__see-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  font-size: var(--ap-font-sm);
  color: var(--ap-color-primary);
  text-decoration: none; }

.ap-sidebar__see-more:hover {
  text-decoration: underline; }

/* related_articles / recent_articles コンポーネントのスタイル上書き */
.ap-sidebar__card--related .related-articles,
.ap-sidebar__card--recent .recent-articles {
  margin: 0; }

.ap-sidebar__card-heading {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--ap-color-text) !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important; }

.ap-sidebar__card--related .related-articles ul,
.ap-sidebar__card--recent .recent-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px; }

.ap-sidebar__card--related .related-articles li,
.ap-sidebar__card--recent .recent-articles li {
  margin: 0;
  padding: 0;
  list-style: none; }

.ap-sidebar__card--related .related-articles a,
.ap-sidebar__card--recent .recent-articles a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ap-color-text);
  text-decoration: underline; }

.ap-sidebar__card--related .related-articles a::before,
.ap-sidebar__card--recent .recent-articles a::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  background-color: #005bac;
  border-radius: 1px; }

.ap-sidebar__card--related .related-articles a:hover,
.ap-sidebar__card--recent .recent-articles a:hover {
  color: var(--ap-color-primary); }

/* お問い合わせカード */
.ap-sidebar__card--cta {
  background-color: var(--ap-color-white); }

.ap-sidebar__cta-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px; }

.ap-sidebar__cta-heading .ap-sidebar__card-heading {
  margin: 0 !important; }

.ap-sidebar__cta-icon {
  flex-shrink: 0; }

.ap-sidebar__contact-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ap-color-text-sub);
  margin: 0 0 16px;
  width: 100%;
  text-align: left; }

.ap-sidebar__contact-hours {
  font-size: 14px;
  font-weight: 400;
  color: var(--ap-color-text-sub);
  text-align: center;
  margin: 12px 0 0; }

.ap-sidebar__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  background-color: #3758f9;
  color: #ffffff;
  text-align: center;
  font-size: var(--ap-font-sm);
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s ease; }

.ap-sidebar__contact-btn:hover {
  background: #2a46d4;
  color: #ffffff; }

/* ============================================================
   8. レスポンシブ（モバイル調整）
   ============================================================ */
@media (max-width: 767px) {
  .ap-page {
    flex-direction: column; }

  .ap-main {
    width: 100%; }

  .ap-sidebar {
    flex: none;
    width: 100%;
    border-left: none;
    border-top: 2px solid var(--ap-color-border); }

  .ap-article__title {
    font-size: 20px; }

  .ap-body__inner {
    padding: 24px 16px; } }
/* ============================================================
   HEADER COMPONENTS (Figma: Header / node 93:1199)
   Generated: 2026-02-26
   Design: height 56px / bg #FFFFFF / shadow
   ============================================================ */
/* ============================================================
   1. CSS Custom Properties（ヘッダー デザイントークン）
   ============================================================ */
:root {
  --hdr-height: 56px;
  --hdr-bg: #FFFFFF;
  --hdr-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
  --hdr-container-width: 1000px;
  --hdr-color-label: #8899A8;
  --hdr-color-link: #02AAA4;
  --hdr-color-text: #111928;
  --hdr-font-size: 14px;
  --hdr-font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

/* ============================================================
   2. スキップナビ（アクセシビリティ）
   ============================================================ */
.hdr-skip-nav {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 8px 16px;
  background-color: var(--hdr-bg);
  color: var(--hdr-color-text);
  font-size: var(--hdr-font-size);
  text-decoration: none;
  border-bottom: 2px solid var(--hdr-color-link);
  transition: top 0.2s; }

.hdr-skip-nav:focus {
  top: 0; }

/* ============================================================
   3. ヘッダー本体
   ============================================================ */
.hdr-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: var(--hdr-bg);
  box-shadow: var(--hdr-shadow);
  font-family: var(--hdr-font-family); }

/* コンテナ */
.hdr-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--hdr-container-width);
  height: var(--hdr-height);
  margin-inline: auto;
  padding-inline: 16px; }

/* ============================================================
   4. 左側グループ（ロゴ + 区切り + ラベル）
   ============================================================ */
.hdr-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0; }

/* ロゴ */
.hdr-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0; }

.hdr-logo img {
  display: block;
  width: 137px;
  height: 27px;
  object-fit: contain; }

/* 縦区切り線 */
.hdr-divider {
  display: block;
  width: 1px;
  height: 24px;
  background-color: var(--hdr-color-label);
  opacity: 0.4;
  flex-shrink: 0; }

/* ヘルプセンター ラベル */
.hdr-label {
  font-size: var(--hdr-font-size);
  font-weight: 400;
  color: var(--hdr-color-label);
  white-space: nowrap; }

/* ============================================================
   5. 右側グループ（検索・お問い合わせ・ユーザー）
   ============================================================ */
.hdr-right {
  display: flex;
  align-items: center;
  gap: 16px; }

/* PC 専用表示 */
.hdr-pc-only {
  display: none; }

@media (min-width: 1024px) {
  .hdr-pc-only {
    display: flex;
    align-items: center; } }
/* SP 専用表示 */
.hdr-sp-only {
  display: flex;
  align-items: center; }

@media (min-width: 1024px) {
  .hdr-sp-only {
    display: none; } }
/* ============================================================
   6. 検索エリア（PC のみ）
   ============================================================ */
.hdr-search {
  position: relative;
  align-items: center; }

.hdr-search__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--hdr-color-label);
  pointer-events: none; }

.hdr-search .search-input {
  height: 36px;
  padding: 0 12px 0 34px;
  font-size: var(--hdr-font-size);
  border: 1px solid var(--hdr-color-label);
  border-radius: 18px;
  background-color: var(--hdr-bg);
  outline: none;
  width: 220px;
  transition: border-color 0.15s, box-shadow 0.15s; }

.hdr-search .search-input:focus {
  border-color: var(--hdr-color-link);
  box-shadow: 0 0 0 3px rgba(2, 170, 164, 0.15); }

/* ============================================================
   7. お問い合わせボタン
   ============================================================ */
.hdr-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  font-size: var(--hdr-font-size);
  font-weight: 600;
  color: var(--hdr-color-link);
  border: 1.5px solid var(--hdr-color-link);
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s, color 0.15s; }

.hdr-contact-btn:hover {
  background-color: var(--hdr-color-link);
  color: #FFFFFF; }

/* ============================================================
   8. サインインリンク
   ============================================================ */
.hdr-signin-link {
  font-size: var(--hdr-font-size);
  font-weight: 400;
  color: var(--hdr-color-link);
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap; }

.hdr-signin-link:hover {
  opacity: 0.8; }

/* ============================================================
   9. ユーザードロップダウン
   ============================================================ */
.hdr-user {
  position: relative; }

/* ドロップダウンメニュー: デフォルト非表示 */
.hdr-user__dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1000;
  min-width: 180px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #DFE4EA;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  white-space: nowrap; }

/* aria-expanded="true" で表示 */
.hdr-user__dropdown .dropdown-menu[aria-expanded="true"] {
  display: flex;
  flex-direction: column; }

.hdr-user__dropdown .dropdown-menu a,
.hdr-user__dropdown .dropdown-menu [role="menuitem"] {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--hdr-color-text);
  text-decoration: none; }

.hdr-user__dropdown .dropdown-menu a:hover,
.hdr-user__dropdown .dropdown-menu [role="menuitem"]:hover {
  background-color: #F3F4F6;
  color: var(--hdr-color-link); }

.hdr-user__dropdown {
  position: relative; }

.hdr-user__toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px; }

.hdr-user__toggle:hover {
  background-color: #F3F4F6; }

.hdr-user__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover; }

.hdr-user__name {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: var(--hdr-font-size);
  color: var(--hdr-color-text); }

.hdr-user__name-sp {
  display: block;
  padding: 8px 16px;
  font-size: var(--hdr-font-size);
  font-weight: 600;
  color: var(--hdr-color-text);
  border-bottom: none; }

/* ============================================================
   10. ハンバーガーボタン
   ============================================================ */
.hdr-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  color: var(--hdr-color-text);
  transition: background-color 0.15s; }

.hdr-menu-btn:hover {
  background-color: #F3F4F6; }

.hdr-menu-btn[aria-expanded="true"] {
  background-color: #F3F4F6; }

/* ============================================================
   11. モバイルナビゲーション
   ============================================================ */
.hdr-nav {
  display: none;
  background-color: var(--hdr-bg);
  border-top: 1px solid #DFE4EA;
  box-shadow: var(--hdr-shadow); }

.hdr-nav.is-open {
  display: block; }

.hdr-nav__inner {
  max-width: var(--hdr-container-width);
  margin-inline: auto;
  padding: 8px 24px 24px; }

/* ナビドロワー: カテゴリーリスト */
.hdr-nav__list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.hdr-nav__list li {
  border-bottom: 1px solid #DFE4EA; }

.hdr-nav__list a {
  display: block;
  padding: 14px 4px;
  font-size: 15px;
  color: var(--hdr-color-text);
  text-decoration: none;
  text-align: center; }

.hdr-nav__list a:hover {
  color: var(--hdr-color-link); }

/* ナビドロワー: サインイン / ユーザー情報 */
.hdr-nav__user {
  background: #f3f4f6;
  border-radius: 8px;
  padding: 4px 16px;
  margin-bottom: 0;
  border-bottom: none; }

.hdr-nav__user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: none; }

.hdr-nav__user-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.hdr-nav__user-menu li {
  border-bottom: 1px solid #DFE4EA; }

.hdr-nav__user-menu li:has([data-action="change-password"]) {
  border-bottom: none; }

.hdr-nav__user-menu li a,
.hdr-nav__user-menu li button {
  display: block;
  width: 100%;
  padding: 14px 4px;
  font-size: 15px;
  color: var(--hdr-color-text);
  text-decoration: none;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit; }

.hdr-nav__user-menu li a:hover,
.hdr-nav__user-menu li button:hover {
  color: var(--hdr-color-link); }

.hdr-nav__signin {
  display: block;
  padding: 14px 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--hdr-color-link);
  text-decoration: none;
  text-align: center;
  border-bottom: none; }

.hdr-nav__signin:hover {
  opacity: 0.8; }

.hdr-nav__contact {
  margin-top: 24px; }

.hdr-nav__contact .hdr-contact-btn {
  display: block;
  text-align: center;
  padding: 12px 16px; }

/* ============================================================
   12. レスポンシブ調整
   ============================================================ */
@media (max-width: 767px) {
  .hdr-label {
    display: none; }

  .hdr-divider {
    display: none; }

  .hdr-logo img {
    width: 110px;
    height: auto; } }
@media (min-width: 768px) {
  :root {
    --hdr-container-width: 1000px; } }
@media (min-width: 1280px) {
  :root {
    --hdr-container-width: 1120px; } }
/* hdr-menu-btn は hdr-sp-only と併用するが display:flex が後方で上書きするため明示的に非表示 */
@media (min-width: 1024px) {
  .hdr-menu-btn {
    display: none; } }
/* ============================================================
   FOOTER COMPONENTS (Figma: Footer / node 66:11049)
   Generated: 2026-02-26
   Design: 3-column / border-top 2px #DFE4EA / bg #FFFFFF
   ============================================================ */
/* ============================================================
   1. CSS Custom Properties（フッター デザイントークン）
   ============================================================ */
:root {
  --ftr-bg: #FFFFFF;
  --ftr-border: #DFE4EA;
  --ftr-color-heading: #111928;
  --ftr-color-link: #6B7280;
  --ftr-color-copyright: #6B7280;
  --ftr-container-width: 982px;
  --ftr-padding-top: 40px;
  --ftr-font-size: 16px;
  --ftr-font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

/* ============================================================
   2. フッター本体
   ============================================================ */
.ftr-footer {
  background-color: var(--ftr-bg);
  border-top: 2px solid var(--ftr-border);
  font-family: var(--ftr-font-family);
  margin-top: auto; }

.ftr-container {
  width: 100%;
  max-width: var(--ftr-container-width);
  margin-inline: auto;
  padding: var(--ftr-padding-top) 16px 0; }

/* ============================================================
   3. 3カラム リンクグリッド
   ============================================================ */
.ftr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 32px; }

@media (min-width: 768px) {
  .ftr-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; } }
/* カラム */
.ftr-col {
  display: flex;
  flex-direction: column;
  gap: 12px; }

/* カラム見出し */
.ftr-col__heading {
  font-size: var(--ftr-font-size);
  font-weight: 700;
  line-height: 24px;
  color: var(--ftr-color-heading);
  margin: 0 0 4px; }

/* リンクリスト */
.ftr-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

/* リンク */
.ftr-col__link {
  display: block;
  font-size: var(--ftr-font-size);
  font-weight: 400;
  line-height: 24px;
  color: var(--ftr-color-link);
  text-decoration: none;
  padding-block: 8px;
  transition: color 0.15s; }

.ftr-col__link:hover {
  color: var(--ftr-color-heading); }

/* ============================================================
   4. コピーライトバー
   ============================================================ */
.ftr-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-block: 24px;
  border-top: 1px solid var(--ftr-border); }

@media (min-width: 768px) {
  .ftr-bottom {
    flex-direction: row;
    justify-content: center;
    position: relative; } }
/* 言語セレクター */
.ftr-locale {
  position: relative; }

.ftr-locale__toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: 1px solid var(--ftr-border);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  color: var(--ftr-color-link);
  cursor: pointer;
  transition: border-color 0.15s; }

.ftr-locale__toggle:hover {
  border-color: var(--ftr-color-heading);
  color: var(--ftr-color-heading); }

/* コピーライト */
.ftr-copyright {
  font-size: var(--ftr-font-size);
  font-weight: 400;
  line-height: 24px;
  color: var(--ftr-color-copyright);
  text-align: center;
  margin: 0; }

/* ===== お知らせバナー ===== */
.hp-announcement {
  border-bottom: 1px solid transparent; }

.hp-announcement__inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: var(--hp-container-width, 1080px);
  margin: 0 auto;
  padding: 14px 24px; }

.hp-announcement__icon {
  flex-shrink: 0;
  margin-top: 1px; }

.hp-announcement__message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0; }

/* 青：お知らせ（デフォルト） */
.hp-announcement--info {
  background-color: #eff6ff;
  border-top: 3px solid #3758f9;
  border-bottom-color: #bfdbfe; }

.hp-announcement--info .hp-announcement__icon {
  color: #3758f9; }

.hp-announcement--info .hp-announcement__message {
  color: #1e3a8a; }

/* 黄：注意 */
.hp-announcement--warning {
  background-color: #fffbeb;
  border-top: 3px solid #f59e0b;
  border-bottom-color: #fde68a; }

.hp-announcement--warning .hp-announcement__icon {
  color: #d97706; }

.hp-announcement--warning .hp-announcement__message {
  color: #92400e; }

/* 赤：重要 */
.hp-announcement--critical {
  background-color: #fef2f2;
  border-top: 3px solid #ef4444;
  border-bottom-color: #fecaca; }

.hp-announcement--critical .hp-announcement__icon {
  color: #dc2626; }

.hp-announcement--critical .hp-announcement__message {
  color: #7f1d1d; }

@media screen and (max-width: 768px) {
  .hp-announcement__inner {
    padding: 12px 16px; }

  .hp-announcement__message {
    font-size: 13px; } }
/* ===== ページトップに戻るボタン ===== */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 200;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3758f9;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(55, 88, 249, 0.35);
  transition: background-color 0.15s ease, transform 0.15s ease, opacity 0.2s ease;
  opacity: 1; }

.back-to-top:hover {
  background-color: #2d4ad8;
  transform: translateY(-2px); }

.back-to-top:active {
  transform: translateY(0); }

@media screen and (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 16px;
    width: 40px;
    height: 40px; } }
/* ============================================================
   5. レスポンシブ調整
   ============================================================ */
@media (max-width: 767px) {
  .ftr-grid {
    gap: 24px;
    padding-bottom: 24px; }

  .ftr-col__link {
    padding-block: 6px; } }
@media (min-width: 1280px) {
  :root {
    --ftr-container-width: 1120px; } }
/* ============================================================
   cp-* : Category Page Component
   Source: Figma node 5:115 / Regenerated: 2026-03-17
   ============================================================ */
:root {
  /* Category Page tokens */
  --cp-content-max-width: 1000px;
  /* main content and hero max width */
  --cp-hero-height: 144px;
  --cp-sidebar-width: 384px;
  --cp-sidebar-bg: #f3f4f6;
  --cp-sidebar-border: #dfe4ea;
  --cp-card-bg: #f3f4f6;
  --cp-card-border: #dfe4ea;
  --cp-card-radius: 8px;
  --cp-color-heading: #111928;
  --cp-color-secondary: #6b7280;
  --cp-color-orange: #f97316;
  --cp-color-primary: #3758f9;
  --cp-color-white: #ffffff; }

/* ===== パンくずバー ===== */
/* Figma: Container 77:421 — bg #f3f4f6 / border-bottom 2px #dfe4ea / h-50px */
/* ===== Page layout: full-width 2-col flex (main left + sidebar right) ===== */
/* min-height でサイドバーをヘッダー直下からブラウザ下端まで伸ばす            */
.cp-page {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: calc(100vh - var(--hdr-height)); }

.cp-main {
  flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - var(--cp-sidebar-width));
  display: flex;
  flex-direction: column; }

.cp-breadcrumb-bar {
  background-color: #f3f4f6;
  border-bottom: 2px solid #dfe4ea;
  min-height: 50px;
  display: flex;
  align-items: center; }

.cp-breadcrumb-bar__inner {
  width: 100%;
  max-width: var(--cp-content-max-width);
  margin-inline: auto;
  padding-inline: 24px; }

/* グローバル .breadcrumbs のスタイルをバー内でリセット・上書き */
.cp-breadcrumb-bar .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 16px;
  font-weight: 500; }

.cp-breadcrumb-bar .breadcrumbs li {
  display: inline-flex;
  align-items: center;
  padding: 0; }

/* セパレーター: グローバルの角丸矢印を Figma の chevron-right に置き換え */
.cp-breadcrumb-bar .breadcrumbs li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5 2L7.5 6L5 10' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transform: none; }

.cp-breadcrumb-bar .breadcrumbs li:first-child::before {
  content: none; }

/* 最初の li のリンク: グローバルのホームアイコン表示をテキストに戻す */
.cp-breadcrumb-bar .breadcrumbs li:first-child a {
  display: inline;
  background: none;
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  width: auto;
  height: auto;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none; }

.cp-breadcrumb-bar .breadcrumbs li:first-child a:hover {
  color: var(--cp-color-primary);
  text-decoration: underline; }

/* 通常リンク */
.cp-breadcrumb-bar .breadcrumbs li a {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none; }

.cp-breadcrumb-bar .breadcrumbs li a:hover {
  color: var(--cp-color-primary);
  text-decoration: underline; }

/* 現在ページ（最後の li、リンクなし span/text）*/
.cp-breadcrumb-bar .breadcrumbs li:last-child,
.cp-breadcrumb-bar .breadcrumbs li:last-child span {
  color: #111928;
  font-size: 13px;
  font-weight: 500; }

/* ===== Hero ===== */
/* Figma: Group 10728 (81:3353) — bg image / h-144px(PC) / h-136px(SP) */
/* cp-hero: cp-main フル幅 / cp-hero__inner: max-width 1000px 左寄せ */
.cp-hero {
  background-color: #1a5fa8;
  /* fallback */
  background-size: cover;
  background-position: center;
  min-height: var(--cp-hero-height);
  display: flex;
  align-items: center;
  width: 100%; }

.cp-hero__inner {
  width: 100%;
  max-width: var(--cp-content-max-width);
  margin-inline: auto;
  padding-inline: 24px;
  padding-block: 24px;
  text-align: left; }

.cp-hero__title {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  color: #ffffff;
  margin: 8px 0 0; }

.cp-hero__desc {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  margin: 12px 0 0; }

/* ===== Body layout ===== */
.cp-body {
  flex: 1 1 auto;
  background: #ffffff; }

/* ===== Main content ===== */
/* max-width: 1000px — ユーザー指示によりメインコンテンツ幅に合わせる */
.cp-content {
  max-width: var(--cp-content-max-width);
  margin-inline: auto;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-inline: 24px;
  text-align: left; }

.cp-section-heading {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: var(--cp-color-heading);
  margin: 0 0 16px; }

.cp-section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }

.cp-section-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--cp-card-bg);
  border: 2px solid var(--cp-card-border);
  border-radius: var(--cp-card-radius);
  padding: 22px;
  text-decoration: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease; }

.cp-section-card:hover {
  border-color: #c5cdd6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.cp-section-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.cp-section-card__title {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--cp-color-heading);
  margin: 0; }

.cp-section-card__meta {
  display: flex;
  align-items: center;
  gap: 6px; }

.cp-section-card__doc-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px; }

.cp-section-card__count {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--cp-color-orange); }

.cp-section-card__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px; }

.cp-section-empty {
  grid-column: 1 / -1;
  font-size: 14px;
  color: var(--cp-color-secondary); }

.cp-section-empty a {
  color: inherit; }

/* ===== Sidebar ===== */
/* align-content: flex-start でコンテンツ上詰め、空白は下に集まる */
.cp-sidebar {
  flex: 0 0 var(--cp-sidebar-width);
  width: var(--cp-sidebar-width);
  background: var(--cp-sidebar-bg);
  border-left: 2px solid var(--cp-sidebar-border);
  padding-top: 24px;
  padding-inline: 24px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  gap: 24px;
  text-align: left; }

/* Search box */
.cp-sidebar__search {
  position: relative; }

.cp-sidebar__search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1; }

/* Override Zendesk search input styles in sidebar */
.cp-sidebar__search .search-container,
.cp-sidebar__search form {
  margin: 0; }

.cp-sidebar__search input[type="search"],
.cp-sidebar__search .search-field {
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 2px solid var(--cp-sidebar-border);
  border-radius: 6px;
  padding-left: 40px;
  padding-right: 16px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: var(--cp-color-heading);
  box-sizing: border-box; }

.cp-sidebar__search input[type="search"]::placeholder {
  color: rgba(17, 25, 40, 0.5); }

/* Sidebar cards */
.cp-sidebar__card {
  background: #ffffff;
  border: 2px solid var(--cp-sidebar-border);
  border-radius: var(--cp-card-radius);
  padding: 22px 22px 24px; }

.cp-sidebar__card--cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 22px;
  text-align: left; }

.cp-sidebar__heading {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: var(--cp-color-heading);
  margin: 0 0 16px; }

.cp-sidebar__cta-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px; }

.cp-sidebar__cta-heading .cp-sidebar__heading {
  margin: 0; }

.cp-sidebar__cta-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px; }

/* Related categories list */
.cp-sidebar__catlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.cp-sidebar__catlink {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--cp-color-heading);
  text-decoration: underline;
  display: flex;
  align-items: flex-start;
  gap: 8px; }

.cp-sidebar__catlink::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  background-color: #005bac;
  border-radius: 1px; }

.cp-sidebar__catlink:hover {
  color: var(--cp-color-primary); }

/* CTA card */
.cp-sidebar__desc {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--cp-color-secondary);
  margin: 0 0 16px;
  width: 100%;
  text-align: left; }

.cp-sidebar__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  background: var(--cp-color-primary);
  color: #ffffff;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s ease; }

.cp-sidebar__cta-btn:hover {
  background: #2a46d4;
  color: #ffffff; }

.cp-sidebar__hours {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cp-color-secondary);
  text-align: center;
  margin: 12px 0 0; }

/* ===== Responsive ===== */
@media (max-width: 1023px) {
  .cp-section-grid {
    grid-template-columns: 1fr; }

  .cp-sidebar {
    flex: 0 0 260px;
    width: 260px; }

  .cp-main {
    width: calc(100% - 260px); } }
@media (max-width: 767px) {
  .cp-page {
    flex-direction: column;
    min-height: auto; }

  .cp-main {
    width: 100%; }

  .cp-content {
    padding-top: 20px; }

  .cp-section-grid {
    grid-template-columns: 1fr; }

  .cp-sidebar {
    flex: 0 0 auto;
    width: 100%;
    border-left: none;
    border-top: none;
    padding: 32px 24px 32px;
    margin-top: 16px;
    background: #f3f4f6; }

  .cp-sidebar__card {
    margin-bottom: 0; }

  .cp-hero__title {
    font-size: 22px;
    line-height: 30px; }

  .cp-breadcrumb-bar {
    height: auto;
    min-height: 44px;
    padding-block: 8px; }

  .cp-hero {
    min-height: 136px;
    /* Figma Mobile: 136px */ } }
/* ============================================================
   sp-* : Section Page Component
   Source: Figma node 90:553 / Updated: 2026-03-24
   Note: Sidebar reuses cp-sidebar classes from category_page
         Layout mirrors cp-page structure
   ============================================================ */
:root {
  /* Section Page tokens (shares cp-* tokens for sidebar) */
  --sp-content-max-width: 1000px;
  --sp-hero-height: 224px; }

/* ===== Page wrapper ===== */
.sp-page {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: calc(100vh - var(--hdr-height)); }

/* ===== Left column ===== */
.sp-main {
  flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - var(--cp-sidebar-width));
  display: flex;
  flex-direction: column; }

/* ===== Breadcrumb bar ===== */
.sp-breadcrumb-bar {
  background-color: #f3f4f6;
  border-bottom: 2px solid #dfe4ea;
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0; }

.sp-breadcrumb-bar__inner {
  width: 100%;
  max-width: var(--sp-content-max-width);
  margin-inline: auto;
  padding-inline: 16px; }

/* グローバル .breadcrumbs スタイルをバー内でリセット・上書き */
.sp-breadcrumb-bar .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 13px;
  font-weight: 500; }

.sp-breadcrumb-bar .breadcrumbs li {
  display: inline-flex;
  align-items: center;
  padding: 0; }

/* セパレーター */
.sp-breadcrumb-bar .breadcrumbs li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5 2L7.5 6L5 10' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transform: none; }

.sp-breadcrumb-bar .breadcrumbs li:first-child::before {
  content: none; }

/* 最初の li (ホーム) */
.sp-breadcrumb-bar .breadcrumbs li:first-child a {
  display: inline;
  background: none;
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  width: auto;
  height: auto;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none; }

.sp-breadcrumb-bar .breadcrumbs li:first-child a:hover {
  color: #3758f9;
  text-decoration: underline; }

/* 通常リンク */
.sp-breadcrumb-bar .breadcrumbs li a {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none; }

.sp-breadcrumb-bar .breadcrumbs li a:hover {
  color: #3758f9;
  text-decoration: underline; }

/* 現在ページ */
.sp-breadcrumb-bar .breadcrumbs li:last-child,
.sp-breadcrumb-bar .breadcrumbs li:last-child span {
  color: #111928;
  font-size: 13px;
  font-weight: 500; }

/* ===== Hero ===== */
.sp-hero {
  background-color: #1a5fa8;
  background-size: cover;
  background-position: center;
  min-height: var(--sp-hero-height);
  display: flex;
  align-items: stretch;
  width: 100%; }

.sp-hero__inner {
  width: 100%;
  max-width: var(--sp-content-max-width);
  margin-inline: auto;
  padding-inline: 16px;
  padding-top: 32px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }

/* テキストグループ（カテゴリー名 + セクション名） */
.sp-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px; }

.sp-hero__category {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0; }

.sp-hero__title {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  color: #ffffff;
  margin: 0; }

.sp-hero__desc {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0; }

.sp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 16px;
  margin: 0; }

.sp-hero__badge-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px; }

.sp-hero__badge-count {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #111928;
  white-space: nowrap; }

/* ===== Body layout ===== */
.sp-body {
  background: #ffffff;
  flex: 1 1 auto; }

/* ===== Main content ===== */
.sp-content {
  max-width: var(--sp-content-max-width);
  margin-inline: auto;
  width: 100%;
  padding-inline: 16px;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left; }

.sp-list-heading {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #111928;
  margin: 0; }

/* ===== Article list ===== */
.sp-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.sp-article-card {
  background: #f3f4f6;
  border: 2px solid #dfe4ea;
  border-radius: 8px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease; }

.sp-article-card:hover {
  border-color: #c5cdd6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.sp-article-card__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  text-decoration: none;
  color: inherit;
  width: 100%; }

.sp-article-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.sp-article-card__title {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #111928;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 6px; }

.sp-article-card__link:hover .sp-article-card__title {
  color: #3758f9; }

.sp-article-card__snippet {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #6b7280;
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.sp-article-card__promoted-icon {
  flex-shrink: 0;
  color: #f59e0b; }

.sp-article-card__lock-icon {
  flex-shrink: 0;
  color: #6b7280; }

.sp-article-card__meta {
  display: flex;
  align-items: center;
  gap: 16px; }

/* Reading time */
.sp-article-card__time {
  display: inline-flex;
  align-items: center;
  gap: 4px; }

.sp-article-card__time-icon {
  flex-shrink: 0; }

.sp-article-card__time-text {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #f97316; }

/* Updated date */
.sp-article-card__updated {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7280; }

.sp-article-card__updated-icon {
  flex-shrink: 0; }

.sp-article-card__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px; }

.sp-article-empty {
  font-size: 14px;
  color: #6b7280; }

.sp-article-empty a {
  color: inherit; }

/* ===== Responsive ===== */
@media (max-width: 1023px) {
  .sp-main {
    width: calc(100% - 260px); } }
@media (max-width: 767px) {
  .sp-page {
    flex-direction: column;
    min-height: auto; }

  .sp-main {
    width: 100%; }

  .sp-content {
    padding-inline: 16px;
    padding-top: 20px; }

  .sp-page > .cp-sidebar {
    flex: 0 0 auto;
    width: 100%;
    border-left: none;
    border-top: none;
    padding: 32px 16px 32px;
    margin-top: 16px;
    background: #f3f4f6; }

  .sp-hero__title {
    font-size: 22px;
    line-height: 30px; }

  .sp-article-card__meta {
    flex-wrap: wrap;
    gap: 8px; } }
/* ============================================================
   SEARCH RESULTS PAGE COMPONENTS (Figma: search-results / node 96:1871)
   Updated: 2026-03-30
   Layout: full-width 2-col flex (srp-main left + ap-sidebar 384px right)
   NOTE: サイドバー・パンくずは ap- (article_page) 共通クラスを再利用
   ============================================================ */
/* ============================================================
   1. CSS Custom Properties
   ============================================================ */
.srp-page {
  /* Colors — ap- 変数を継承しつつ srp- 固有も定義 */
  --srp-color-bg: #f3f4f6;
  --srp-color-surface: #ffffff;
  --srp-color-border: #dfe4ea;
  --srp-color-text: #111928;
  --srp-color-text-sub: #6b7280;
  --srp-color-separator: #dfe4ea;
  --srp-color-primary: #3758f9;
  /* Typography */
  --srp-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  --srp-font-sm: 14px;
  --srp-font-base: 16px;
  --srp-font-lg: 18px;
  /* Layout */
  --srp-content-max-width: 1000px;
  /* ap-sidebar が参照する変数を提供 */
  --ap-sidebar-width: 384px;
  --ap-color-surface: #f3f4f6;
  --ap-color-border: #dfe4ea;
  --ap-color-text: #111928;
  --ap-color-text-sub: #6b7280;
  --ap-color-primary: #3758f9;
  --ap-color-white: #ffffff;
  --ap-card-border: 2px solid #dfe4ea;
  --ap-card-radius: 8px;
  --ap-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  --ap-font-sm: 14px; }

/* ============================================================
   2. Page Layout
   ============================================================ */
.srp-page {
  display: flex;
  min-height: calc(100vh - 56px);
  background-color: var(--srp-color-bg); }

.srp-main {
  flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - var(--ap-sidebar-width));
  display: flex;
  flex-direction: column; }

/* ============================================================
   3. タイトルセクション
   ============================================================ */
.srp-title-section {
  background-color: var(--srp-color-surface);
  border-bottom: 2px solid var(--srp-color-border);
  flex-shrink: 0; }

.srp-title-section__inner {
  max-width: var(--srp-content-max-width);
  margin-inline: auto;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px; }

.srp-title {
  font-family: var(--srp-font-family);
  font-size: var(--srp-font-base);
  font-weight: 700;
  line-height: 24px;
  color: var(--srp-color-text);
  margin: 0;
  text-align: left; }

.srp-title__sub {
  font-family: var(--srp-font-family);
  font-size: var(--srp-font-base);
  font-weight: 400;
  line-height: 24px;
  color: var(--srp-color-text-sub);
  margin: 0;
  text-align: left; }

.srp-title__query {
  font-weight: 700;
  color: var(--srp-color-text);
  background-color: #fef3c7;
  padding: 2px 6px;
  border-radius: 3px; }

/* ============================================================
   5. 検索結果リスト
   ============================================================ */
.srp-body {
  flex: 1 1 auto; }

.srp-body__inner {
  max-width: var(--srp-content-max-width);
  margin-inline: auto;
  padding: 40px 24px; }

.srp-results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.srp-results__card {
  background-color: var(--srp-color-surface);
  border: 2px solid var(--srp-color-border);
  border-radius: 8px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease; }

.srp-results__card:hover {
  border-color: var(--srp-color-primary);
  box-shadow: 0 2px 8px rgba(55, 88, 249, 0.1); }

.srp-results__card-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  text-decoration: none;
  color: inherit;
  text-align: left; }

.srp-results__title {
  font-family: var(--srp-font-family);
  font-size: var(--srp-font-lg);
  font-weight: 700;
  line-height: 27px;
  color: var(--srp-color-text);
  margin: 0;
  text-align: left; }

.srp-results__description {
  font-family: var(--srp-font-family);
  font-size: var(--srp-font-base);
  font-weight: 400;
  line-height: 1.6;
  color: var(--srp-color-text-sub);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.srp-results__description em {
  font-style: normal;
  font-weight: 700;
  color: var(--srp-color-text);
  background-color: #fef3c7;
  padding: 1px 3px;
  border-radius: 2px; }

.srp-results__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--srp-color-border);
  font-family: var(--srp-font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #9ca3af; }

.srp-results__meta-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9ca3af; }

.srp-results__meta-category,
.srp-results__meta-text {
  font-weight: 400;
  color: #9ca3af; }

.srp-results__meta-chevron {
  flex-shrink: 0;
  opacity: 0.6; }

.srp-results__meta-chevron path {
  stroke: #9ca3af; }

.srp-results__meta-date {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 400;
  color: #9ca3af; }

.srp-results__meta-icon {
  flex-shrink: 0;
  color: #9ca3af; }

.srp-no-results {
  font-family: var(--srp-font-family);
  font-size: var(--srp-font-base);
  color: var(--srp-color-text-sub);
  line-height: 1.6; }

.srp-no-results a {
  color: var(--srp-color-primary);
  text-decoration: underline; }

/* Zendesk pagination override */
.srp-body .pagination {
  margin-top: 32px; }

/* ============================================================
   6. レスポンシブ（モバイル対応）
   ============================================================ */
@media screen and (max-width: 1023px) {
  .srp-page {
    flex-direction: column; }

  .srp-main {
    width: 100%; }

  .srp-page > .ap-sidebar {
    flex: none;
    width: 100%;
    border-left: none;
    border-top: 2px solid var(--srp-color-border); }

  .srp-results__meta {
    font-size: 12px; } }
/* ============================================================
   REQUESTS PAGE COMPONENTS (rqp-*)
   Layout: full-width single column (breadcrumb + nav + filters + table)
   Updated: 2026-03-30
   NOTE: パンくずは ap-breadcrumb-bar 共通クラスを再利用
   ============================================================ */
/* ===== CSS Custom Properties ===== */
.rqp-page {
  --rqp-color-bg: #f3f4f6;
  --rqp-color-surface: #ffffff;
  --rqp-color-border: #dfe4ea;
  --rqp-color-text: #111928;
  --rqp-color-text-sub: #6b7280;
  --rqp-color-primary: #3758f9;
  --rqp-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  --rqp-content-max-width: 1000px;
  /* ap-breadcrumb-bar が参照する変数 */
  --ap-sidebar-width: 0px;
  --ap-color-surface: #f3f4f6;
  --ap-color-border: #dfe4ea;
  --ap-color-text: #111928;
  --ap-color-text-sub: #6b7280;
  --ap-color-primary: #3758f9;
  --ap-font-family: 'Inter', 'Noto Sans JP', sans-serif; }

/* ===== Page wrapper ===== */
.rqp-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 56px);
  background-color: var(--rqp-color-bg); }

/* ===== Screen-reader only ===== */
.rqp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* ===== Activity navigation tabs ===== */
.rqp-nav {
  background-color: var(--rqp-color-surface);
  border-bottom: 2px solid var(--rqp-color-border); }

.rqp-nav__inner {
  max-width: var(--rqp-content-max-width);
  margin-inline: auto;
  padding-inline: 24px; }

.rqp-nav__list {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.rqp-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 14px 20px;
  font-family: var(--rqp-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: var(--rqp-color-text-sub);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.15s ease, border-color 0.15s ease; }

.rqp-nav__link:hover {
  color: var(--rqp-color-text); }

.rqp-nav__link--current {
  color: var(--rqp-color-primary);
  border-bottom-color: var(--rqp-color-primary);
  font-weight: 600; }

/* ===== Header (title + sub-filter) ===== */
.rqp-header {
  background-color: var(--rqp-color-surface);
  border-bottom: 2px solid var(--rqp-color-border); }

.rqp-header__inner {
  max-width: var(--rqp-content-max-width);
  margin-inline: auto;
  padding: 32px 24px 0; }

.rqp-header__title {
  font-family: var(--rqp-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--rqp-color-text);
  margin: 0 0 16px; }

/* Sub-navigation (filter tabs) */
.rqp-sub-nav__list {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto; }

.rqp-sub-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  font-family: var(--rqp-font-family);
  font-size: 14px;
  font-weight: 500;
  color: var(--rqp-color-text-sub);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease; }

.rqp-sub-nav__link:hover {
  color: var(--rqp-color-text); }

.rqp-sub-nav__link--current {
  color: var(--rqp-color-primary);
  border-bottom-color: var(--rqp-color-primary);
  font-weight: 600; }

/* ===== Body ===== */
.rqp-body__inner {
  max-width: var(--rqp-content-max-width);
  margin-inline: auto;
  padding: 24px; }

/* ===== Toolbar ===== */
.rqp-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  width: 100%;
  box-sizing: border-box; }

.rqp-toolbar__search {
  position: relative;
  flex: 1 1 240px;
  min-width: 0; }

.rqp-toolbar__filters {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0; }

.rqp-toolbar__search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; }

.rqp-toolbar .rqp-toolbar__search-input {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 12px 0 36px;
  font-family: var(--rqp-font-family);
  font-size: 14px;
  color: var(--rqp-color-text);
  background-color: var(--rqp-color-surface);
  border: 2px solid var(--rqp-color-border);
  border-radius: 6px;
  outline: none;
  transition: border-color 0.15s ease; }

.rqp-toolbar .rqp-toolbar__search-input:focus {
  border-color: var(--rqp-color-primary); }

.rqp-toolbar__filter {
  display: flex;
  align-items: center;
  gap: 8px; }

.rqp-toolbar__filter-label {
  font-family: var(--rqp-font-family);
  font-size: 13px;
  font-weight: 500;
  color: var(--rqp-color-text-sub);
  white-space: nowrap; }

.rqp-toolbar__filter-select {
  height: 40px;
  padding: 0 32px 0 12px;
  font-family: var(--rqp-font-family);
  font-size: 14px;
  color: var(--rqp-color-text);
  background-color: var(--rqp-color-surface);
  border: 2px solid var(--rqp-color-border);
  border-radius: 6px;
  outline: none;
  cursor: pointer; }

.rqp-toolbar__filter-select:focus {
  border-color: var(--rqp-color-primary); }

/* ===== Search info / Empty state ===== */
.rqp-search-info {
  font-family: var(--rqp-font-family);
  font-size: 14px;
  color: var(--rqp-color-text-sub);
  margin-bottom: 16px; }

.rqp-empty {
  text-align: center;
  padding: 80px 24px; }

.rqp-empty__text {
  font-family: var(--rqp-font-family);
  font-size: 16px;
  color: var(--rqp-color-text-sub); }

/* ===== Request table ===== */
.rqp-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.rqp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--rqp-color-surface);
  border: 2px solid var(--rqp-color-border);
  border-radius: 8px;
  overflow: hidden; }

.rqp-table__th {
  font-family: var(--rqp-font-family);
  font-size: 13px;
  font-weight: 600;
  color: var(--rqp-color-text-sub);
  text-align: left;
  padding: 12px 16px;
  background-color: var(--rqp-color-bg);
  border-bottom: 2px solid var(--rqp-color-border);
  white-space: nowrap; }

.rqp-table__th--id,
.rqp-table__th--status {
  width: 100px; }

.rqp-table__sort-link {
  color: var(--rqp-color-text-sub);
  text-decoration: none; }

.rqp-table__sort-link:hover {
  color: var(--rqp-color-primary); }

.rqp-table__row {
  transition: background-color 0.1s ease; }

.rqp-table__row:hover {
  background-color: #f9fafb; }

.rqp-table__row--closed {
  opacity: 0.6; }

.rqp-table__td {
  font-family: var(--rqp-font-family);
  font-size: 14px;
  color: var(--rqp-color-text-sub);
  padding: 14px 16px;
  border-bottom: 1px solid var(--rqp-color-border);
  vertical-align: middle;
  text-align: left; }

.rqp-table__row:last-child .rqp-table__td {
  border-bottom: none; }

.rqp-table__td--subject {
  max-width: 400px; }

.rqp-table__subject-link {
  font-weight: 600;
  color: var(--rqp-color-text);
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rqp-table__subject-link:hover {
  color: var(--rqp-color-primary); }

.rqp-table__mobile-meta {
  display: none; }

/* ===== Status badge ===== */
.rqp-status {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  font-family: var(--rqp-font-family);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  white-space: nowrap; }

.rqp-status--open {
  background-color: #fef3c7;
  color: #92400e; }

.rqp-status--pending {
  background-color: #dbeafe;
  color: #1e40af; }

.rqp-status--solved,
.rqp-status--closed {
  background-color: #d1fae5;
  color: #065f46; }

.rqp-status--new {
  background-color: #ede9fe;
  color: #5b21b6; }

.rqp-status--hold {
  background-color: #f3f4f6;
  color: #4b5563; }

/* ===== Pagination override ===== */
.rqp-body .pagination {
  margin-top: 24px; }

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  .rqp-nav__link {
    padding: 12px 14px;
    font-size: 13px; }

  .rqp-header__inner {
    padding: 24px 16px 0; }

  .rqp-header__title {
    font-size: 20px;
    line-height: 28px; }

  .rqp-body__inner {
    padding: 16px; }

  .rqp-toolbar {
    flex-direction: column;
    align-items: stretch; }

  .rqp-toolbar__search {
    flex: none;
    width: 100%; }

  /* テーブル: 件名のみ表示、モバイルメタを展開 */
  .rqp-table__th--id,
  .rqp-table__td--id,
  .rqp-table__th:nth-child(3),
  .rqp-table__td:nth-child(3),
  .rqp-table__th:nth-child(4),
  .rqp-table__td:nth-child(4),
  .rqp-table__th--status,
  .rqp-table__td--status {
    display: none; }

  .rqp-table__mobile-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 12px; }

  .rqp-table__meta-id {
    color: var(--rqp-color-text-sub); }

  .rqp-table__meta-date {
    color: var(--rqp-color-text-sub); }

  .rqp-sub-nav__list {
    gap: 0; }

  .rqp-sub-nav__link {
    padding: 8px 12px;
    font-size: 13px; } }
/* ============================================================
   REQUEST DETAIL PAGE COMPONENTS (rqd-*)
   Layout: full-width 2-col flex (rqd-main left + rqd-sidebar right)
   Updated: 2026-03-30
   NOTE: パンくず・ナビは ap-breadcrumb-bar / rqp-nav 共通クラスを再利用
   ============================================================ */
/* ===== CSS Custom Properties ===== */
.rqd-page {
  --rqd-color-bg: #f3f4f6;
  --rqd-color-surface: #ffffff;
  --rqd-color-border: #dfe4ea;
  --rqd-color-text: #111928;
  --rqd-color-text-sub: #6b7280;
  --rqd-color-primary: #3758f9;
  --rqd-sidebar-width: 384px;
  --rqd-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  --rqd-content-max-width: 1000px;
  /* ap-breadcrumb-bar が参照する変数 */
  --ap-sidebar-width: 384px;
  --ap-color-surface: #f3f4f6;
  --ap-color-border: #dfe4ea;
  --ap-color-text: #111928;
  --ap-color-text-sub: #6b7280;
  --ap-color-primary: #3758f9;
  --ap-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  /* rqp-nav が参照する変数（共通ナビコンポーネント用） */
  --rqp-color-surface: #ffffff;
  --rqp-color-border: #dfe4ea;
  --rqp-color-text: #111928;
  --rqp-color-text-sub: #6b7280;
  --rqp-color-primary: #3758f9;
  --rqp-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  --rqp-content-max-width: 1000px; }

/* ===== Page wrapper (2-column flex) ===== */
.rqd-page {
  display: flex;
  min-height: calc(100vh - 56px);
  background-color: var(--rqd-color-bg); }

/* ===== Left column ===== */
.rqd-main {
  flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - var(--rqd-sidebar-width));
  display: flex;
  flex-direction: column; }

/* ===== Title section ===== */
.rqd-title-section {
  background-color: var(--rqd-color-surface);
  border-bottom: 2px solid var(--rqd-color-border);
  flex-shrink: 0; }

.rqd-title-section__inner {
  max-width: var(--rqd-content-max-width);
  margin-inline: auto;
  padding: 24px; }

.rqd-title {
  font-family: var(--rqd-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--rqd-color-text);
  margin: 0; }

/* ===== Comment thread ===== */
.rqd-body {
  flex: 1 1 auto; }

.rqd-body__inner {
  max-width: var(--rqd-content-max-width);
  margin-inline: auto;
  padding: 24px; }

.rqd-comments {
  list-style: none;
  margin: 0;
  padding: 0; }

.rqd-comment {
  background-color: var(--rqd-color-surface);
  border: 2px solid var(--rqd-color-border);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px; }

.rqd-comment__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px; }

.rqd-comment__avatar {
  position: relative;
  flex-shrink: 0; }

.rqd-comment__avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover; }

.rqd-comment__agent-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  color: var(--rqd-color-primary);
  background: var(--rqd-color-surface);
  border-radius: 50%; }

.rqd-comment__meta {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.rqd-comment__author {
  font-family: var(--rqd-font-family);
  font-size: 14px;
  font-weight: 600;
  color: var(--rqd-color-text); }

.rqd-comment__author a {
  color: inherit;
  text-decoration: none; }

.rqd-comment__author a:hover {
  color: var(--rqd-color-primary); }

.rqd-comment__time {
  font-family: var(--rqd-font-family);
  font-size: 13px;
  color: var(--rqd-color-text-sub); }

.rqd-comment__body {
  font-family: var(--rqd-font-family);
  font-size: 15px;
  line-height: 1.7;
  color: var(--rqd-color-text);
  word-break: break-word; }

.rqd-comment__body p {
  margin: 0 0 12px; }

.rqd-comment__body p:last-child {
  margin-bottom: 0; }

/* ===== Attachments ===== */
.rqd-attachments {
  list-style: none;
  margin: 12px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--rqd-color-border); }

.rqd-attachments__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-family: var(--rqd-font-family);
  font-size: 13px; }

.rqd-attachments__icon {
  flex-shrink: 0;
  color: var(--rqd-color-text-sub); }

.rqd-attachments__link {
  color: var(--rqd-color-primary);
  text-decoration: underline; }

.rqd-attachments__size {
  color: var(--rqd-color-text-sub);
  font-size: 12px; }

/* ===== Follow-up callout ===== */
.rqd-followup {
  margin: 16px 0; }

/* ===== Reply form ===== */
.rqd-reply {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid var(--rqd-color-border); }

.rqd-reply__avatar {
  flex-shrink: 0; }

.rqd-reply__avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover; }

.rqd-reply__form {
  flex: 1 1 auto;
  min-width: 0; }

.rqd-reply__toggle {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--rqd-font-family);
  font-size: 14px;
  color: var(--rqd-color-text-sub);
  background: var(--rqd-color-surface);
  border: 2px solid var(--rqd-color-border);
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease; }

.rqd-reply__toggle:hover {
  border-color: var(--rqd-color-primary); }

.rqd-reply__toggle.hidden {
  display: none; }

.rqd-reply__fields {
  display: none; }

.rqd-reply__fields.shown {
  display: block; }

.rqd-reply__fields textarea {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  font-family: var(--rqd-font-family);
  font-size: 14px;
  color: var(--rqd-color-text);
  border: 2px solid var(--rqd-color-border);
  border-radius: 6px;
  resize: vertical; }

.rqd-reply__fields textarea:focus {
  outline: none;
  border-color: var(--rqd-color-primary); }

.rqd-reply__ccs {
  margin-bottom: 12px; }

.rqd-reply__uploads {
  margin-top: 8px; }

.rqd-reply__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap; }

.rqd-reply__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-family: var(--rqd-font-family);
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  border: none; }

.rqd-reply__btn--primary {
  background-color: var(--rqd-color-primary);
  color: #ffffff; }

.rqd-reply__btn--primary:hover {
  background-color: #2d4ad8; }

.rqd-reply__btn--secondary {
  background-color: var(--rqd-color-surface);
  color: var(--rqd-color-text);
  border: 2px solid var(--rqd-color-border); }

.rqd-reply__btn--secondary:hover {
  border-color: var(--rqd-color-primary); }

.rqd-reply__submit {
  display: none; }

.rqd-reply__submit.shown {
  display: inline-flex; }

/* ===== Sidebar ===== */
.rqd-sidebar {
  flex: 0 0 var(--rqd-sidebar-width);
  width: var(--rqd-sidebar-width);
  background-color: var(--rqd-color-bg);
  border-left: 2px solid var(--rqd-color-border);
  text-align: left; }

.rqd-sidebar__inner {
  padding: 24px;
  position: sticky;
  top: 0;
  text-align: left; }

.rqd-sidebar__title {
  font-family: var(--rqd-font-family);
  font-size: 16px;
  font-weight: 700;
  color: var(--rqd-color-text);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--rqd-color-border); }

.rqd-sidebar__sub-title {
  font-family: var(--rqd-font-family);
  font-size: 13px;
  font-weight: 600;
  color: var(--rqd-color-text);
  margin: 0 0 8px; }

.rqd-sidebar__details {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--rqd-color-border); }

.rqd-sidebar__details:last-of-type {
  border-bottom: none;
  padding-bottom: 0; }

.rqd-sidebar__details dt {
  font-family: var(--rqd-font-family);
  font-size: 11px;
  font-weight: 600;
  color: var(--rqd-color-text-sub);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 2px;
  padding-top: 10px; }

.rqd-sidebar__details dt:first-child {
  padding-top: 0; }

.rqd-sidebar__details dd {
  font-family: var(--rqd-font-family);
  font-size: 14px;
  font-weight: 500;
  color: var(--rqd-color-text);
  margin: 0 0 0 0;
  padding-bottom: 2px; }

.rqd-sidebar__cc-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.rqd-sidebar__cc-list li {
  font-size: 14px;
  padding: 2px 0; }

.rqd-sidebar__attachments {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rqd-color-border); }

/* ===== Responsive ===== */
@media screen and (max-width: 1023px) {
  .rqd-page {
    flex-direction: column; }

  .rqd-main {
    width: 100%; }

  .rqd-sidebar {
    flex: none;
    width: 100%;
    border-left: none;
    border-top: 2px solid var(--rqd-color-border); }

  .rqd-sidebar__inner {
    position: static; } }
@media screen and (max-width: 768px) {
  .rqd-title {
    font-size: 20px;
    line-height: 28px; }

  .rqd-comment {
    padding: 16px; }

  .rqd-reply {
    flex-direction: column;
    gap: 12px; }

  .rqd-reply__avatar {
    display: none; } }
/* ============================================================
   NEW REQUEST PAGE COMPONENTS (nrp-*)
   Layout: full-width single column centered
   Updated: 2026-03-30
   NOTE: パンくずは ap-breadcrumb-bar 共通クラスを再利用
   ============================================================ */
/* ===== CSS Custom Properties ===== */
.nrp-page {
  --nrp-color-bg: #f3f4f6;
  --nrp-color-surface: #ffffff;
  --nrp-color-border: #dfe4ea;
  --nrp-color-text: #111928;
  --nrp-color-text-sub: #6b7280;
  --nrp-color-primary: #3758f9;
  --nrp-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  --nrp-content-max-width: 760px;
  /* ap-breadcrumb-bar が参照する変数 */
  --ap-sidebar-width: 0px;
  --ap-color-surface: #f3f4f6;
  --ap-color-border: #dfe4ea;
  --ap-color-text: #111928;
  --ap-color-text-sub: #6b7280;
  --ap-color-primary: #3758f9;
  --ap-font-family: 'Inter', 'Noto Sans JP', sans-serif; }

/* ===== Page wrapper ===== */
.nrp-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 56px);
  background-color: var(--nrp-color-bg); }

/* ===== Title section ===== */
.nrp-title-section {
  background-color: var(--nrp-color-surface);
  border-bottom: 2px solid var(--nrp-color-border);
  flex-shrink: 0; }

.nrp-title-section__inner {
  max-width: var(--nrp-content-max-width);
  margin-inline: auto;
  padding: 32px 24px; }

.nrp-title {
  font-family: var(--nrp-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--nrp-color-text);
  margin: 0; }

.nrp-title__followup {
  font-size: 14px;
  font-weight: 400;
  color: var(--nrp-color-text-sub); }

/* ===== Body ===== */
.nrp-body {
  flex: 1 1 auto; }

.nrp-body__inner {
  max-width: var(--nrp-content-max-width);
  margin-inline: auto;
  padding: 32px 24px 64px; }

/* ===== Announcement card ===== */
.nrp-announce {
  display: flex;
  gap: 16px;
  background-color: var(--nrp-color-surface);
  border: 2px solid var(--nrp-color-border);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px; }

.nrp-announce__icon-wrap {
  flex-shrink: 0;
  padding-top: 2px; }

.nrp-announce__heading {
  font-family: var(--nrp-font-family);
  font-size: 16px;
  font-weight: 700;
  color: var(--nrp-color-text);
  margin: 0 0 12px; }

.nrp-announce__text {
  font-family: var(--nrp-font-family);
  font-size: 14px;
  line-height: 1.7;
  color: var(--nrp-color-text-sub);
  margin: 0 0 8px; }

.nrp-announce__text:last-child {
  margin-bottom: 0; }

.nrp-announce__text--note {
  font-size: 13px;
  color: #9ca3af; }

.nrp-announce__text a {
  color: var(--nrp-color-primary);
  text-decoration: underline; }

/* ===== Form ===== */
.nrp-form {
  background-color: var(--nrp-color-surface);
  border: 2px solid var(--nrp-color-border);
  border-radius: 8px;
  padding: 32px; }

.nrp-form__required-note {
  font-family: var(--nrp-font-family);
  font-size: 14px;
  color: var(--nrp-color-text-sub);
  margin: 0 0 24px; }

.nrp-form__required-mark {
  color: #ef4444;
  font-weight: 600; }

/* Zendesk フォームのスタイル上書き */
.nrp-form .form-field label {
  font-family: var(--nrp-font-family);
  font-size: 14px;
  font-weight: 600;
  color: var(--nrp-color-text);
  margin-bottom: 6px; }

.nrp-form .form-field input[type="text"],
.nrp-form .form-field input[type="email"],
.nrp-form .form-field textarea,
.nrp-form .form-field select {
  font-family: var(--nrp-font-family);
  font-size: 14px;
  color: var(--nrp-color-text);
  border: 2px solid var(--nrp-color-border);
  border-radius: 6px;
  padding: 10px 12px; }

.nrp-form .form-field input:focus,
.nrp-form .form-field textarea:focus,
.nrp-form .form-field select:focus {
  outline: none;
  border-color: var(--nrp-color-primary); }

.nrp-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  font-family: var(--nrp-font-family);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--nrp-color-primary);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease; }

.nrp-form input[type="submit"]:hover {
  background-color: #2d4ad8; }

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  .nrp-title {
    font-size: 20px;
    line-height: 28px; }

  .nrp-announce {
    flex-direction: column;
    gap: 12px;
    padding: 20px; }

  .nrp-form {
    padding: 20px; } }
/* ============================================================
   ERROR PAGE COMPONENTS (ep-*)
   Layout: full-width centered single column
   Updated: 2026-03-30
   ============================================================ */
.ep-page {
  --ep-color-bg: #f3f4f6;
  --ep-color-surface: #ffffff;
  --ep-color-border: #dfe4ea;
  --ep-color-text: #111928;
  --ep-color-text-sub: #6b7280;
  --ep-color-primary: #3758f9;
  --ep-font-family: 'Inter', 'Noto Sans JP', sans-serif; }

.ep-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 56px);
  background-color: var(--ep-color-bg);
  padding: 40px 24px; }

.ep-content {
  text-align: center;
  max-width: 480px; }

.ep-icon {
  margin-bottom: 24px; }

.ep-title {
  font-family: var(--ep-font-family);
  font-size: 28px;
  font-weight: 700;
  color: var(--ep-color-text);
  margin: 0 0 16px; }

.ep-message {
  font-family: var(--ep-font-family);
  font-size: 16px;
  color: var(--ep-color-text-sub);
  margin: 0 0 8px; }

.ep-message a {
  color: var(--ep-color-primary);
  text-decoration: underline; }

.ep-description {
  font-family: var(--ep-font-family);
  font-size: 14px;
  color: var(--ep-color-text-sub);
  margin: 0 0 32px;
  line-height: 1.6; }

.ep-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  font-family: var(--ep-font-family);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--ep-color-primary);
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.15s ease; }

.ep-btn:hover {
  background-color: #2d4ad8;
  color: #ffffff; }

/* ============================================================
   COMMUNITY PAGE COMPONENTS (cmp-*)
   Layout: single-column (topic list, post list, topic detail)
   Date: 2026-03-31
   ============================================================ */
/* ===== CSS Custom Properties ===== */
.cmp-page,
.cmp-detail-page {
  --cmp-color-bg: #f3f4f6;
  --cmp-color-surface: #ffffff;
  --cmp-color-border: #dfe4ea;
  --cmp-color-text: #111928;
  --cmp-color-text-sub: #6b7280;
  --cmp-color-primary: #3758f9;
  --cmp-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  /* ap-breadcrumb-bar が参照する変数 */
  --ap-sidebar-width: 0px;
  --ap-color-surface: #f3f4f6;
  --ap-color-border: #dfe4ea;
  --ap-color-text: #111928;
  --ap-color-text-sub: #6b7280;
  --ap-color-primary: #3758f9;
  --ap-font-family: 'Inter', 'Noto Sans JP', sans-serif; }

/* ===== Page wrapper ===== */
.cmp-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 56px);
  background-color: var(--cmp-color-bg); }

/* ===== Detail page (2-col like article_page) ===== */
.cmp-detail-page {
  --ap-sidebar-width: 384px;
  display: flex;
  min-height: calc(100vh - 56px);
  background-color: var(--cmp-color-bg); }

.cmp-detail-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column; }

/* ===== Community Hero ===== */
.cmp-hero {
  background-color: var(--cmp-color-text);
  color: #fff;
  padding: 48px 16px;
  text-align: center; }

.cmp-hero__inner {
  max-width: 680px;
  margin: 0 auto; }

.cmp-hero__heading {
  font-family: var(--cmp-font-family);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px; }

.cmp-hero__subtitle {
  font-family: var(--cmp-font-family);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 24px; }

.cmp-hero__search-wrap {
  position: relative;
  max-width: 520px;
  margin: 0 auto; }

.cmp-hero__search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1; }

.cmp-hero__search-wrap input[type="search"] {
  width: 100%;
  padding: 14px 14px 14px 44px;
  font-size: 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: var(--cmp-font-family); }

.cmp-hero__search-wrap input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.cmp-hero__search-wrap input[type="search"]:focus {
  outline: none;
  border-color: var(--cmp-color-primary);
  background-color: rgba(255, 255, 255, 0.15); }

/* ===== Community Header (tabs + actions) ===== */
.cmp-header {
  background-color: var(--cmp-color-surface);
  border-bottom: 2px solid var(--cmp-color-border); }

.cmp-header__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }

.cmp-header__dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }

.cmp-header__title {
  font-family: var(--cmp-font-family);
  font-size: 20px;
  font-weight: 700;
  color: var(--cmp-color-text);
  margin: 0;
  line-height: 1.3; }

/* ===== Community Button ===== */
.cmp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-family: var(--cmp-font-family);
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease; }

.cmp-btn--primary {
  color: #ffffff;
  background-color: var(--cmp-color-primary); }

.cmp-btn--primary:hover {
  background-color: #2d4ad8;
  color: #ffffff; }

/* ===== Community Filters ===== */
.cmp-filters {
  background-color: var(--cmp-color-surface);
  border-bottom: 1px solid var(--cmp-color-border); }

.cmp-filters__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  gap: 12px; }

.cmp-filters__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-family: var(--cmp-font-family);
  font-size: 13px;
  color: var(--cmp-color-text-sub);
  background: var(--cmp-color-bg);
  border: 1px solid var(--cmp-color-border);
  border-radius: 6px;
  cursor: pointer; }

.cmp-filters__btn:hover {
  border-color: var(--cmp-color-primary);
  color: var(--cmp-color-primary); }

/* ===== Community Body ===== */
.cmp-body {
  flex: 1; }

.cmp-body__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px; }

/* ===== Topic Grid ===== */
.cmp-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0; }

.cmp-topic-card {
  background-color: var(--cmp-color-surface);
  border: 2px solid var(--cmp-color-border);
  border-radius: 8px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease; }

.cmp-topic-card:hover {
  border-color: var(--cmp-color-primary);
  box-shadow: 0 2px 8px rgba(55, 88, 249, 0.08); }

.cmp-topic-card__link {
  display: flex;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  gap: 12px; }

.cmp-topic-card__body {
  flex: 1;
  min-width: 0; }

.cmp-topic-card__title {
  font-family: var(--cmp-font-family);
  font-size: 16px;
  font-weight: 700;
  color: var(--cmp-color-text);
  margin: 0 0 6px;
  line-height: 1.4; }

.cmp-topic-card__lock {
  color: var(--cmp-color-text-sub);
  vertical-align: middle;
  margin-left: 4px; }

.cmp-topic-card__desc {
  font-family: var(--cmp-font-family);
  font-size: 13px;
  color: var(--cmp-color-text-sub);
  margin: 0 0 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.cmp-topic-card__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--cmp-font-family);
  font-size: 12px;
  color: var(--cmp-color-text-sub); }

.cmp-topic-card__stat-sep {
  color: var(--cmp-color-border); }

.cmp-topic-card__arrow {
  flex-shrink: 0; }

/* ===== Post List ===== */
.cmp-post-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.cmp-post-card {
  background-color: var(--cmp-color-surface);
  border: 2px solid var(--cmp-color-border);
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
  transition: border-color 0.15s ease; }

.cmp-post-card:hover {
  border-color: var(--cmp-color-primary); }

.cmp-post-card--featured {
  border-left: 4px solid var(--cmp-color-primary); }

.cmp-post-card__body {
  flex: 1;
  min-width: 0; }

.cmp-post-card__title-link {
  font-family: var(--cmp-font-family);
  font-size: 16px;
  font-weight: 600;
  color: var(--cmp-color-text);
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  line-height: 1.4; }

.cmp-post-card__title-link:hover {
  color: var(--cmp-color-primary); }

.cmp-post-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px; }

.cmp-post-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--cmp-font-family);
  font-size: 13px;
  color: var(--cmp-color-text-sub); }

.cmp-post-card__meta-sep {
  color: var(--cmp-color-border); }

.cmp-post-card__stats {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  text-align: center; }

.cmp-post-card__stat {
  font-family: var(--cmp-font-family);
  font-size: 12px;
  color: var(--cmp-color-text-sub);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px; }

.cmp-post-card__stat-num {
  font-size: 18px;
  font-weight: 700;
  color: var(--cmp-color-text); }

/* ===== Labels ===== */
.cmp-label {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  font-family: var(--cmp-font-family);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  white-space: nowrap; }

.cmp-label--pinned {
  background-color: #fef3c7;
  color: #92400e; }

.cmp-label--featured {
  background-color: #dbeafe;
  color: #1e40af; }

.cmp-label--pending {
  background-color: #fef3c7;
  color: #92400e; }

.cmp-label--official {
  background-color: #d1fae5;
  color: #065f46; }

.cmp-label--escalation {
  background-color: #ede9fe;
  color: #5b21b6;
  text-decoration: none; }

/* ===== Featured Posts ===== */
.cmp-featured {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid var(--cmp-color-border); }

.cmp-featured__heading {
  font-family: var(--cmp-font-family);
  font-size: 18px;
  font-weight: 700;
  color: var(--cmp-color-text);
  margin: 0 0 16px; }

.cmp-featured__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.cmp-featured__item {
  padding: 8px 0;
  border-bottom: 1px solid var(--cmp-color-border); }

.cmp-featured__item:last-child {
  border-bottom: none; }

.cmp-featured__link {
  font-family: var(--cmp-font-family);
  font-size: 14px;
  color: var(--cmp-color-primary);
  text-decoration: none; }

.cmp-featured__link:hover {
  text-decoration: underline; }

/* ===== Activity ===== */
.cmp-activity {
  margin-top: 24px; }

/* ===== Footer CTA ===== */
.cmp-footer-cta {
  margin-top: 32px;
  padding: 32px;
  text-align: center;
  background-color: var(--cmp-color-surface);
  border: 2px solid var(--cmp-color-border);
  border-radius: 8px; }

.cmp-footer-cta__heading {
  font-family: var(--cmp-font-family);
  font-size: 18px;
  font-weight: 700;
  color: var(--cmp-color-text);
  margin: 0 0 16px; }

/* ===== Topic Header (single topic page) ===== */
.cmp-topic-header {
  background-color: var(--cmp-color-surface);
  border-bottom: 2px solid var(--cmp-color-border); }

.cmp-topic-header__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px; }

.cmp-topic-header__title {
  font-family: var(--cmp-font-family);
  font-size: 24px;
  font-weight: 700;
  color: var(--cmp-color-text);
  margin: 0 0 6px;
  line-height: 1.3; }

.cmp-topic-header__lock {
  color: var(--cmp-color-text-sub);
  vertical-align: middle;
  margin-left: 4px; }

.cmp-topic-header__desc {
  font-family: var(--cmp-font-family);
  font-size: 14px;
  color: var(--cmp-color-text-sub);
  margin: 0;
  line-height: 1.5; }

.cmp-topic-header__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px; }

/* ============================================================
   COMMUNITY DETAIL PAGE COMPONENTS (cmp-detail-*)
   Single post detail view with sidebar
   Date: 2026-03-31
   ============================================================ */
/* ===== Title Section ===== */
.cmp-detail__title-section {
  background-color: var(--cmp-color-surface);
  border-bottom: 2px solid var(--cmp-color-border); }

.cmp-detail__title-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px; }

.cmp-detail__title-row {
  flex: 1;
  min-width: 0; }

.cmp-detail__title {
  font-family: var(--cmp-font-family);
  font-size: 24px;
  font-weight: 700;
  color: var(--cmp-color-text);
  margin: 0 0 8px;
  line-height: 1.3; }

.cmp-detail__lock {
  color: var(--cmp-color-text-sub);
  vertical-align: middle;
  margin-left: 4px; }

.cmp-detail__title-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* ===== Post Body ===== */
.cmp-detail__body {
  flex: 1;
  background-color: var(--cmp-color-surface); }

.cmp-detail__body-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 24px; }

/* ===== Author Info ===== */
.cmp-detail__author {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap; }

.cmp-detail__avatar-wrap {
  position: relative;
  flex-shrink: 0; }

.cmp-detail__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover; }

.cmp-detail__agent-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  color: var(--cmp-color-primary);
  background: var(--cmp-color-surface);
  border-radius: 50%; }

.cmp-detail__author-info {
  flex: 1;
  min-width: 0; }

.cmp-detail__author-name {
  font-family: var(--cmp-font-family);
  font-size: 14px;
  font-weight: 600;
  color: var(--cmp-color-text); }

.cmp-detail__author-name a {
  color: var(--cmp-color-text);
  text-decoration: none; }

.cmp-detail__author-name a:hover {
  color: var(--cmp-color-primary); }

.cmp-detail__author-meta {
  font-family: var(--cmp-font-family);
  font-size: 13px;
  color: var(--cmp-color-text-sub);
  margin-top: 2px;
  display: flex;
  gap: 8px; }

.cmp-detail__author-badges {
  display: flex;
  gap: 4px;
  margin-top: 4px; }

/* ===== Post Content ===== */
.cmp-detail__content {
  font-family: var(--cmp-font-family);
  font-size: 15px;
  line-height: 1.75;
  color: var(--cmp-color-text);
  margin-bottom: 24px;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.cmp-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px; }

/* ===== Actions Bar (vote + settings) ===== */
.cmp-detail__actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid var(--cmp-color-border);
  border-bottom: 1px solid var(--cmp-color-border);
  margin-bottom: 16px; }

.cmp-detail__vote {
  display: flex;
  align-items: center;
  gap: 4px; }

.cmp-detail__vote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--cmp-color-border);
  border-radius: 6px;
  background: var(--cmp-color-surface);
  cursor: pointer;
  color: var(--cmp-color-text-sub);
  transition: all 0.15s ease; }

.cmp-detail__vote-btn:hover {
  border-color: var(--cmp-color-primary);
  color: var(--cmp-color-primary); }

.cmp-detail__vote-btn--selected {
  background-color: var(--cmp-color-primary);
  border-color: var(--cmp-color-primary);
  color: #fff; }

.cmp-detail__vote-btn--up svg {
  transform: rotate(180deg); }

.cmp-detail__vote-sum {
  font-family: var(--cmp-font-family);
  font-size: 14px;
  font-weight: 700;
  color: var(--cmp-color-text);
  min-width: 24px;
  text-align: center; }

/* ===== Share Bar ===== */
.cmp-detail__share-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px; }

.cmp-detail__comment-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--cmp-font-family);
  font-size: 14px;
  color: var(--cmp-color-text-sub);
  text-decoration: none; }

.cmp-detail__comment-count:hover {
  color: var(--cmp-color-primary); }

/* ===== Comments Section ===== */
.cmp-comments {
  margin-bottom: 24px; }

.cmp-comments__heading {
  font-family: var(--cmp-font-family);
  font-size: 20px;
  font-weight: 700;
  color: var(--cmp-color-text);
  margin: 0 0 8px; }

.cmp-comments__count {
  font-family: var(--cmp-font-family);
  font-size: 14px;
  color: var(--cmp-color-text-sub);
  margin: 0 0 16px; }

.cmp-comments__sort {
  margin-bottom: 16px; }

/* ===== Comment List ===== */
.cmp-comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.cmp-comment {
  margin-bottom: 16px; }

.cmp-comment__inner {
  background-color: var(--cmp-color-bg);
  border: 1px solid var(--cmp-color-border);
  border-radius: 8px;
  padding: 20px; }

.cmp-comment--official .cmp-comment__inner {
  border-color: var(--cmp-color-primary);
  border-width: 2px;
  background-color: #f8f9ff; }

.cmp-comment__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px; }

.cmp-comment__labels {
  margin-left: auto;
  display: flex;
  gap: 6px; }

.cmp-comment__body {
  font-family: var(--cmp-font-family);
  font-size: 14px;
  line-height: 1.7;
  color: var(--cmp-color-text);
  margin-bottom: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.cmp-comment__body img {
  max-width: 100%;
  height: auto; }

.cmp-comment__actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--cmp-color-border); }

/* ===== Comment Form ===== */
.cmp-comment-form {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid var(--cmp-color-border); }

.cmp-comment-form__inner {
  display: flex;
  gap: 12px;
  align-items: flex-start; }

.cmp-comment-form__avatar {
  flex-shrink: 0; }

.cmp-comment-form__fields {
  flex: 1;
  min-width: 0; }

.cmp-comment-form__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  justify-content: flex-end; }

/* ===== Callout ===== */
.cmp-detail__callout {
  font-family: var(--cmp-font-family);
  font-size: 14px;
  color: var(--cmp-color-text-sub);
  margin-top: 16px;
  text-align: center; }

/* ============================================================
   ADDITIONAL rqp- CLASSES
   For contributions_page, subscriptions_page
   Date: 2026-03-31
   ============================================================ */
.rqp-table__td--votes {
  text-align: center;
  width: 80px; }

.rqp-table__th--votes {
  text-align: center;
  width: 80px; }

.rqp-table__td--action {
  width: 160px;
  text-align: right;
  white-space: nowrap; }

.rqp-table__th--action {
  width: 160px; }

/* subscribe ボタン */
.rqp-table__td--action a,
.rqp-table__td--action button {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-family: var(--rqp-font-family, "Inter", "Noto Sans JP", sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: var(--rqp-color-text-sub, #6b7280);
  background: var(--rqp-color-surface, #ffffff);
  border: 1px solid var(--rqp-color-border, #dfe4ea);
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s ease, color 0.15s ease; }

.rqp-table__td--action a:hover,
.rqp-table__td--action button:hover {
  border-color: var(--rqp-color-primary, #3758f9);
  color: var(--rqp-color-primary, #3758f9); }

.rqp-table__user-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px; }

.rqp-table__meta-type {
  font-size: 12px;
  color: var(--rqp-color-text-sub, #6b7280); }

.rqp-table__meta-follow {
  font-size: 12px;
  color: var(--rqp-color-text-sub, #6b7280); }

.rqp-toolbar__filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-family: var(--rqp-font-family, "Inter", "Noto Sans JP", sans-serif);
  font-size: 14px;
  color: var(--rqp-color-text, #111928);
  background: var(--rqp-color-surface, #ffffff);
  border: 2px solid var(--rqp-color-border, #dfe4ea);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.15s ease; }

.rqp-toolbar__filter-btn:hover {
  border-color: var(--rqp-color-primary, #3758f9); }

/* フィルタードロップダウンメニュー */
.rqp-toolbar__filter.dropdown {
  position: relative; }

.rqp-toolbar__filter .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 100;
  min-width: 160px;
  background: var(--rqp-color-surface, #ffffff);
  border: 2px solid var(--rqp-color-border, #dfe4ea);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  white-space: nowrap; }

.rqp-toolbar__filter .dropdown-menu[aria-expanded="true"],
.rqp-toolbar__filter.is-open .dropdown-menu {
  display: block; }

.rqp-toolbar__filter .dropdown-menu a {
  display: block;
  padding: 9px 16px;
  font-family: var(--rqp-font-family, "Inter", "Noto Sans JP", sans-serif);
  font-size: 14px;
  color: var(--rqp-color-text, #111928);
  text-decoration: none;
  transition: background-color 0.1s ease; }

.rqp-toolbar__filter .dropdown-menu a:hover {
  background-color: #f3f4f6; }

.rqp-toolbar__filter .dropdown-menu a[aria-selected="true"] {
  font-weight: 600;
  color: var(--rqp-color-primary, #3758f9); }

/* ============================================================
   nrp- ADDITIONS
   For new_community_post_page reuse
   Date: 2026-03-31
   ============================================================ */
.nrp-form__optional {
  font-size: 13px;
  color: var(--rqp-color-text-sub, #6b7280);
  font-weight: 400;
  margin-left: 4px; }

.nrp-form__error {
  margin-top: 6px;
  padding: 8px 12px;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  font-size: 13px;
  color: #dc2626; }

.nrp-form__suggestions {
  margin-bottom: 16px; }

.nrp-form__footer {
  padding-top: 16px;
  display: flex;
  justify-content: flex-end; }

/* ============================================================
   COMMUNITY RESPONSIVE
   ============================================================ */
@media screen and (max-width: 768px) {
  /* Hero */
  .cmp-hero {
    padding: 32px 16px; }

  .cmp-hero__heading {
    font-size: 22px; }

  /* Header */
  .cmp-header__inner {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }

  .cmp-header__title {
    font-size: 18px; }

  /* Filters */
  .cmp-filters__inner {
    padding: 10px 16px;
    flex-wrap: wrap; }

  /* Body */
  .cmp-body__inner {
    padding: 16px; }

  /* Topic Grid */
  .cmp-topic-grid {
    grid-template-columns: 1fr; }

  /* Post Card */
  .cmp-post-card {
    flex-direction: column;
    gap: 16px;
    padding: 16px; }

  .cmp-post-card__stats {
    flex-direction: row;
    gap: 24px; }

  /* Topic Header */
  .cmp-topic-header__inner {
    flex-direction: column;
    padding: 16px; }

  /* Detail page */
  .cmp-detail-page {
    flex-direction: column; }

  .cmp-detail__title-inner {
    flex-direction: column;
    padding: 16px; }

  .cmp-detail__title {
    font-size: 20px; }

  .cmp-detail__body-inner {
    padding: 16px; }

  .cmp-comment-form__inner {
    flex-direction: column; }

  /* Footer CTA */
  .cmp-footer-cta {
    padding: 24px 16px; }

  /* Subscriptions table mobile */
  .rqp-table__td--action {
    display: none; }

  .rqp-table__th--action {
    display: none; }

  .rqp-table__td--votes {
    display: none; }

  .rqp-table__th--votes {
    display: none; } }
/* ============================================================
   USER PROFILE PAGE COMPONENTS (upp-*)
   Layout: full-width single column centered
   Date: 2026-03-31
   ============================================================ */
/* ===== CSS Custom Properties ===== */
.upp-page {
  --upp-color-bg: #f3f4f6;
  --upp-color-surface: #ffffff;
  --upp-color-border: #dfe4ea;
  --upp-color-text: #111928;
  --upp-color-text-sub: #6b7280;
  --upp-color-primary: #3758f9;
  --upp-font-family: 'Inter', 'Noto Sans JP', sans-serif;
  --upp-content-max-width: 800px; }

/* ===== Page wrapper ===== */
.upp-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 56px);
  background-color: var(--upp-color-bg); }

/* ===== Profile Header ===== */
.upp-header {
  background-color: var(--upp-color-surface);
  border-bottom: 2px solid var(--upp-color-border); }

.upp-header__inner {
  max-width: var(--upp-content-max-width);
  margin: 0 auto;
  padding: 32px 24px; }

.upp-header__top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px; }

/* ===== Avatar ===== */
.upp-header__avatar-wrap {
  position: relative;
  flex-shrink: 0; }

.upp-header__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--upp-color-border); }

.upp-header__agent-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--upp-color-primary);
  background: var(--upp-color-surface);
  border-radius: 50%;
  padding: 1px; }

/* ===== User Info ===== */
.upp-header__info {
  flex: 1;
  min-width: 0; }

.upp-header__name {
  font-family: var(--upp-font-family);
  font-size: 22px;
  font-weight: 700;
  color: var(--upp-color-text);
  margin: 0 0 6px;
  line-height: 1.3; }

.upp-header__name a {
  color: var(--upp-color-text);
  text-decoration: none; }

.upp-header__name a:hover {
  color: var(--upp-color-primary); }

.upp-header__achievements {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap; }

.upp-header__desc {
  font-family: var(--upp-font-family);
  font-size: 14px;
  color: var(--upp-color-text-sub);
  margin: 0;
  line-height: 1.5; }

/* ===== Actions ===== */
.upp-header__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px; }

.upp-header__profile-actions a,
.upp-header__profile-actions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  font-family: var(--upp-font-family);
  font-size: 14px;
  font-weight: 600;
  color: var(--upp-color-primary, #3758f9);
  background: #ffffff;
  border: 2px solid var(--upp-color-primary, #3758f9);
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease; }

.upp-header__profile-actions a:hover,
.upp-header__profile-actions button:hover {
  background: var(--upp-color-primary, #3758f9);
  color: #ffffff; }

.upp-header__private {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--upp-font-family);
  font-size: 13px;
  color: var(--upp-color-text-sub);
  padding: 4px 12px;
  border: 1px solid var(--upp-color-border);
  border-radius: 6px; }

/* ===== Badge (inline) ===== */
.upp-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--upp-font-family);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 1px 8px;
  border-radius: 10px;
  white-space: nowrap;
  vertical-align: middle; }

.upp-badge--title {
  background-color: #dbeafe;
  color: #1e40af; }

.upp-badge--achievement {
  background-color: #fef3c7;
  color: #92400e;
  padding: 2px;
  border-radius: 4px; }

.upp-badge__icon {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  vertical-align: middle; }

/* ===== Stats row ===== */
.upp-stats {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  flex-wrap: wrap; }

.upp-stats__item {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.upp-stats__label {
  font-family: var(--upp-font-family);
  font-size: 12px;
  font-weight: 600;
  color: var(--upp-color-text-sub);
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.upp-stats__value {
  font-family: var(--upp-font-family);
  font-size: 14px;
  font-weight: 600;
  color: var(--upp-color-text); }

/* ===== Counters row ===== */
.upp-counters {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--upp-color-border);
  flex-wrap: wrap; }

.upp-counters__item {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 12px 8px;
  border-right: 1px solid var(--upp-color-border); }

.upp-counters__item:last-child {
  border-right: none; }

.upp-counters__value {
  display: block;
  font-family: var(--upp-font-family);
  font-size: 20px;
  font-weight: 700;
  color: var(--upp-color-text);
  line-height: 1.2; }

.upp-counters__label {
  display: block;
  font-family: var(--upp-font-family);
  font-size: 12px;
  color: var(--upp-color-text-sub);
  margin-top: 4px; }

/* ===== Navigation Tabs ===== */
.upp-nav {
  background-color: var(--upp-color-surface);
  border-bottom: 2px solid var(--upp-color-border); }

.upp-nav__inner {
  max-width: var(--upp-content-max-width);
  margin: 0 auto; }

.upp-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.upp-nav__link {
  display: block;
  padding: 14px 20px;
  font-family: var(--upp-font-family);
  font-size: 14px;
  font-weight: 600;
  color: var(--upp-color-text-sub);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease; }

.upp-nav__link:hover {
  color: var(--upp-color-text); }

.upp-nav__link--current {
  color: var(--upp-color-primary);
  border-bottom-color: var(--upp-color-primary); }

/* ===== Section (content area) ===== */
.upp-section {
  background-color: var(--upp-color-bg); }

.upp-section__inner {
  max-width: var(--upp-content-max-width);
  margin: 0 auto;
  padding: 24px; }

.upp-section__header {
  margin-bottom: 20px; }

.upp-section__title {
  font-family: var(--upp-font-family);
  font-size: 20px;
  font-weight: 700;
  color: var(--upp-color-text);
  margin: 0 0 6px; }

.upp-section__desc {
  font-family: var(--upp-font-family);
  font-size: 14px;
  color: var(--upp-color-text-sub);
  margin: 0; }

.upp-section__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px; }

/* ===== Sorter dropdown ===== */
.upp-sorter {
  position: relative; }

.upp-sorter__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-family: var(--upp-font-family);
  font-size: 13px;
  color: var(--upp-color-text-sub);
  background: var(--upp-color-surface);
  border: 1px solid var(--upp-color-border);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease; }

.upp-sorter__btn:hover {
  border-color: var(--upp-color-primary);
  color: var(--upp-color-primary); }

.upp-sorter .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 100;
  min-width: 180px;
  background: var(--upp-color-surface);
  border: 2px solid var(--upp-color-border);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 6px 0;
  white-space: nowrap; }

.upp-sorter.is-open .dropdown-menu,
.upp-sorter .dropdown-menu[aria-expanded="true"] {
  display: block; }

.upp-sorter .dropdown-menu a {
  display: block;
  padding: 9px 16px;
  font-family: var(--upp-font-family);
  font-size: 13px;
  color: var(--upp-color-text);
  text-decoration: none;
  transition: background-color 0.1s ease; }

.upp-sorter .dropdown-menu a:hover {
  background-color: #f3f4f6; }

.upp-sorter .dropdown-menu a[aria-selected="true"] {
  font-weight: 600;
  color: var(--upp-color-primary); }

/* ===== Activity List ===== */
.upp-activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.upp-activity {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  background-color: var(--upp-color-surface);
  border: 1px solid var(--upp-color-border);
  border-radius: 10px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease; }

.upp-activity:hover {
  border-color: #c5cdd8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }

.upp-activity__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--upp-color-bg);
  border: 1px solid var(--upp-color-border);
  border-radius: 8px;
  color: var(--upp-color-text-sub);
  margin-top: 2px; }

.upp-activity__content {
  flex: 1;
  min-width: 0; }

.upp-activity__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--upp-color-border); }

.upp-activity__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0; }

.upp-activity__label {
  font-family: var(--upp-font-family);
  font-size: 12px;
  color: var(--upp-color-text-sub);
  margin: 0; }

/* ===== Contribution Card (shared by activity + contribution list) ===== */
.upp-contribution {
  /* アクティビティタブ内では外側カードに統合するため背景・ボーダーなし */ }

.upp-contribution__header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px; }

.upp-contribution__title {
  font-family: var(--upp-font-family);
  font-size: 15px;
  font-weight: 600;
  color: var(--upp-color-text);
  margin: 0;
  line-height: 1.45;
  text-align: left; }

.upp-contribution__title a {
  color: var(--upp-color-text);
  text-decoration: none; }

.upp-contribution__title a:hover {
  color: var(--upp-color-primary);
  text-decoration: underline; }

.upp-contribution__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  list-style: none;
  margin: 0 auto 8px 0;
  padding: 4px 10px;
  background-color: var(--upp-color-bg);
  border-radius: 4px;
  font-family: var(--upp-font-family);
  font-size: 12px;
  color: var(--upp-color-text-sub);
  text-align: left; }

.upp-contribution__breadcrumbs li {
  display: inline-flex;
  align-items: center; }

.upp-contribution__breadcrumbs li::after {
  content: '›';
  margin: 0 6px;
  color: var(--upp-color-text-sub);
  opacity: 0.7; }

.upp-contribution__breadcrumbs li:last-child::after {
  content: ''; }

.upp-contribution__breadcrumbs a {
  color: var(--upp-color-text-sub);
  text-decoration: none; }

.upp-contribution__breadcrumbs a:hover {
  color: var(--upp-color-primary);
  text-decoration: underline; }

.upp-contribution__body {
  font-family: var(--upp-font-family);
  font-size: 13px;
  color: var(--upp-color-text-sub);
  line-height: 1.65;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.upp-contribution__meta {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  font-family: var(--upp-font-family);
  font-size: 12px;
  color: var(--upp-color-text-sub);
  padding-top: 10px;
  border-top: 1px solid var(--upp-color-border); }

.upp-contribution__meta > span,
.upp-contribution__meta > a {
  padding: 0 8px;
  border-right: 1px solid var(--upp-color-border);
  line-height: 1.2; }

.upp-contribution__meta > span:first-child,
.upp-contribution__meta > a:first-child {
  padding-left: 0; }

.upp-contribution__meta > span:last-child,
.upp-contribution__meta > a:last-child {
  border-right: none; }

.upp-contribution__meta-link {
  color: var(--upp-color-primary);
  text-decoration: none;
  font-weight: 600; }

.upp-contribution__meta-link:hover {
  text-decoration: underline; }

/* ===== Contribution List (tab views) ===== */
.upp-contribution-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.upp-contribution-card {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  background-color: var(--upp-color-surface);
  border: 1px solid var(--upp-color-border);
  border-radius: 10px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease; }

.upp-contribution-card:hover {
  border-color: #c5cdd8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }

.upp-contribution-card__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--upp-color-bg);
  border: 1px solid var(--upp-color-border);
  border-radius: 8px;
  color: var(--upp-color-text-sub);
  margin-top: 2px; }

.upp-contribution-card__body {
  flex: 1;
  min-width: 0; }

/* ===== Badge List (badge tab) ===== */
.upp-badge-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.upp-badge-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  margin-bottom: 12px;
  background-color: var(--upp-color-surface);
  border: 1px solid var(--upp-color-border);
  border-radius: 8px; }

.upp-badge-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center; }

.upp-badge-card__img {
  width: 40px;
  height: 40px;
  border-radius: 4px; }

.upp-badge-card__info {
  flex: 1;
  min-width: 0; }

.upp-badge-card__name {
  font-family: var(--upp-font-family);
  font-size: 15px;
  font-weight: 600;
  color: var(--upp-color-text);
  margin: 0 0 4px; }

.upp-badge-card__desc {
  font-family: var(--upp-font-family);
  font-size: 13px;
  color: var(--upp-color-text-sub);
  margin: 0;
  line-height: 1.5; }

.upp-badge-card__date {
  flex-shrink: 0;
  text-align: right; }

.upp-badge-card__date-label {
  display: block;
  font-family: var(--upp-font-family);
  font-size: 11px;
  color: var(--upp-color-text-sub);
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.upp-badge-card__date-value {
  display: block;
  font-family: var(--upp-font-family);
  font-size: 13px;
  color: var(--upp-color-text);
  font-weight: 600; }

/* ===== Empty state ===== */
.upp-empty {
  font-family: var(--upp-font-family);
  font-size: 15px;
  color: var(--upp-color-text-sub);
  text-align: center;
  padding: 48px 24px; }

/* ===== Private profile ===== */
.upp-private {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--upp-font-family);
  font-size: 15px;
  color: var(--upp-color-text-sub);
  padding: 48px 24px; }

/* ===== Pagination override ===== */
.upp-section .pagination {
  margin-top: 24px; }

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  .upp-header__inner {
    padding: 24px 16px; }

  .upp-header__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px; }

  .upp-header__avatar {
    width: 64px;
    height: 64px; }

  .upp-header__name {
    font-size: 20px; }

  .upp-header__actions {
    justify-content: center;
    flex-wrap: wrap; }

  .upp-stats {
    justify-content: center;
    gap: 20px; }

  .upp-stats__item {
    align-items: center;
    text-align: center; }

  .upp-counters {
    flex-wrap: wrap; }

  .upp-counters__item {
    min-width: 0;
    flex-basis: 50%;
    border-bottom: 1px solid var(--upp-color-border); }

  .upp-counters__item:nth-child(odd) {
    border-right: 1px solid var(--upp-color-border); }

  .upp-counters__item:nth-child(even) {
    border-right: none; }

  .upp-counters__item:nth-last-child(-n+2) {
    border-bottom: none; }

  .upp-nav__link {
    padding: 12px 14px;
    font-size: 13px; }

  .upp-section__inner {
    padding: 16px; }

  .upp-section__header-row {
    flex-direction: column;
    align-items: flex-start; }

  .upp-activity {
    gap: 12px; }

  .upp-activity__icon {
    width: 28px;
    height: 28px; }

  .upp-badge-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }

  .upp-badge-card__date {
    text-align: left; }

  .upp-contribution-card {
    gap: 12px; }

  .upp-contribution__meta {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0; }

  .upp-contribution__meta > span::before {
    content: '';
    margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
