@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

.column-inner-sp .SA-sub-category-list li a, .column-inner .SA-sub-category-list li a, .hot-list-box a, dt a, #SA_relative a, .banner a {
　　display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #2F3941;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 19px;
}

h3 {
    border-bottom: solid 3px #dedede;
    position: relative;
    font-size: 1.9rem;
    color: #27313C;
    padding-bottom: 2px;
    margin:30px 0px 0px;
}
h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #B21920;
  bottom: -3px;
  width: 30%;
}
h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #B21920;
  bottom: -3px;
  width: 30%;
} 


h3 {
  font-size: 19px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

/* a {
  color: #1F73B7;
  text-decoration: none;
} */
/* a:visited {
  color: #9358B0;
} */
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: #000;
  font-size: 14px;
}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */
}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid #17494D;
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search 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 #87929D;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid #17494D;
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #87929D;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid #17494D;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  }

.section-container{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  }

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 100%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 100%;
  }
}

.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;
}

/***** Buttons *****/
.button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
  background-color: transparent;
  border: 1px solid #17494D;
  border-radius: 4px;
  color: #17494D;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .article-subscribe button:visited, .section-subscribe button:visited, .split-button button:visited {
  color: #17494D;
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
  background-color: #17494D;
  color: #FFFFFF;
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected=true]:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected=true]:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected=true]:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
  background-color: #000;
  border-color: #000;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .article-subscribe button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  background-color: #17494D;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}
.button-large:visited, .hbs-form input[type=submit]:visited {
  color: #FFFFFF;
}
.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #000;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #5a6d7c;
  border: 1px solid #87929D;
  background-color: transparent;
}
.button-secondary:visited {
  color: #5a6d7c;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #2F3941;
  border: 1px solid #87929D;
  background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: #17494D;
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: #17494D;
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #5a6d7c;
  font-size: 13px;
  text-align: left;
}
[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid #17494D;
}

.form-field input[type=text] {
  border: 1px solid #87929D;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid #17494D;
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #87929D;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid #17494D;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929D;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #5a6d7c;
  margin-left: 4px;
}

.form-field p {
  color: #5a6d7c;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #5a6d7c;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #9358B0;
}

/***** Header *****/
.header {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 113px;
  justify-content: space-between;
  background: #000;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 100%;
  }
}





.logo span {
  margin: 0 10px;
  color: #17494D;
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}
.nav-wrapper-desktop a {
  border: 0;
  color: #1F73B7;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: #1F73B7;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.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;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: #1F73B7;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: #1F73B7;
  background-color: transparent;
}
.user-info > button::after {
  color: #1F73B7;
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: #17494D;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}
.footer a {
  color: #5a6d7c;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 100%;
  }
}
.footer-language-selector button {
  color: #5a6d7c;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #5a6d7c;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  color: #5a6d7c;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: #1F73B7;
}

/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  border-color: #87929D;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.search:focus-within {
  border-color: #17494D;
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.search input[type=search]:focus {
  color: #555;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: #17494D;
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #17494D;
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: #17494D;
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: #17494D;
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: #17494D;
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: #17494D;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.hero {
  height: 90px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}
.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
/* .blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
} */

.blocks-list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
list-style: none;
padding: 0;
margin: 0;       /*  追加: コンテナの外側余白なし */
gap: 30px;       /*  追加: アイテム間の間隔（縦横） */
}
@media (min-width: 768px) {
  .blocks-list {
/*     margin: 0 -15px; */
  }
}
/* .blocks-item {
  border: 1px solid #17494D;
  border-radius: 4px;
  box-sizing: border-box;
  color: #17494D;
/*   display: flex; */
/*   flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: left;
}  */

.blocks-item {
border: 1px solid #17494D;
border-radius: 4px;
box-sizing: border-box;
color: #17494D;
flex: 1 1 340px;   /* 変更: 1 0 340px → 1 1 340px（縮め可） */
min-width: 0;      /*  追加: 内側コンテンツが幅を押し上げない */
margin: 0;         /*  変更: 子のmarginは使わない（gap管理） */
max-width: 100%;
text-align: left;
}
@media (min-width: 768px) {
.blocks-item {
/*     margin: 0 15px 30px; */
margin: 0;    
  }
}
/* .blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #17494D;
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
} */
.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}
.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: #2F3941;
}
.blocks-item-link {
  color: #17494D;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #17494D;
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%; /* Three columns on desktop */
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}
.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
.promoted-articles-item:last-child a {
  border: 0;
}
@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}
.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01K4S6VN14Z0FZ03GGBJE7PS48);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community a {
  color: #1F73B7;
  text-decoration: underline;
}
.community a:visited {
  color: #9358B0;
}
.community a:hover, .community a:active, .community a:focus {
  color: #0F3554;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: #2F3941;
  margin: 15px 0 0 0;
  float: none;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}
.recent-activity-item-comment {
  padding-left: 5px;
}
[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}
.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-controls {
  padding-top: 15px;
}
.recent-activity-controls a {
  color: #1F73B7;
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: #9358B0;
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: #0F3554;
}
.recent-activity-accessibility-label {
  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;
}
.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #17494D;
  width: 16px;
  height: 16px;
}
.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}
[dir=rtl] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}
.category-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%; /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.section-tree-title a {
  color: #2F3941;
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list-item a {
  color: #2F3941;
}

.icon-star {
  color: #17494D;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
/*   justify-content: flex-end; */
}
.section-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-list-item a {
  align-items: center;
  color: #2F3941;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}
.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
/*   justify-content: space-between; */
/*   margin-bottom: 40px; */
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}
.article-author {
  margin-bottom: 10px;
}
.article-title {
/*   overflow: hidden; */
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 1.2rem;
  flex: 1;
  line-height: 1.5; 
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%; /* Take entire row */
  }
}
.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.article [role=button] {
  flex-shrink: 0; /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}
@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-body {
  display: flow-root;
}
.article-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.article-body a:visited {
  color: #9358B0;
}
.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: #0F3554;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 10px;
}
[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.6;
  margin-top: 15px !important;
  word-wrap: break-word;
  padding: 10px 10px !important;
  
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #5a6d7c;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: #17494D;
  width: 18px;
  height: 18px;
}
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    max-width: 17%;
  }
}
.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .article-relatives {
/*     flex-direction: row; */
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
/* @media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  } */
}
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
.article-more-questions a {
  color: #1F73B7;
  text-decoration: underline;
}
.article-more-questions a:visited {
  color: #9358B0;
}
.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: #0F3554;
}
.article-return-to-top {
  border-top: 1px solid #87929D;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: #2F3941;
  display: block;
  padding: 20px 0;
}
.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item .attachment-icon {
  color: #2F3941;
  left: 0;
  position: absolute;
  top: 5px;
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #5a6d7c;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #5a6d7c;
}
.share a:hover {
  text-decoration: none;
  color: #17494D;
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #5a6d7c;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: #1F73B7;
  text-decoration: underline;
}
.comment-callout a:visited {
  color: #9358B0;
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: #0F3554;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #5a6d7c;
  font-size: 13px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid #17494D;
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}
.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 1 auto;
}
.comment-labels {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}
.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: #17494D;
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.comment-body a:visited {
  color: #9358B0;
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: #0F3554;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .comment-body ul,
[dir=rtl] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #5a6d7c;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: #17494D;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #5a6d7c;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #17494D;
}

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0; /*Avoid collapsing elements in Safari*/
}
.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01K4S6VMPBXBRZ6Q79RNEVMZGD);
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}
.community-header {
  margin-bottom: 30px;
}
.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}
.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}
.community-follow button:hover {
  background-color: #17494D;
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.community-follow button[data-selected=true] {
  background-color: #17494D;
  color: #FFFFFF;
}
.community-follow button[data-selected=true]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.community-follow button[data-selected=true]:hover {
  background-color: #000;
  border-color: #000;
}
.community-follow button::after {
  border-left: 1px solid #17494D;
  content: attr(data-follower-count);
  color: #17494D;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}
[dir=rtl] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #17494D;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: #1F73B7;
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #9358B0;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #5a6d7c;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-number {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: #2F3941;
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #17494D;
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #5a6d7c;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}
.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .post-info {
  padding-right: 0;
  padding-left: 20px;
}
.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}
.post-body {
  display: flow-root;
}
.post-body a {
  color: #1F73B7;
  text-decoration: underline;
}
.post-body a:visited {
  color: #9358B0;
}
.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: #0F3554;
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .post-body ul,
[dir=rtl] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #5a6d7c;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: #17494D;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}
.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: 22.5px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}
.collapsible-nav-toggle-icon {
  display: none;
}
.collapsible-nav-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-nav-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: #2F3941;
  line-height: 45px;
  order: 1;
}
@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}
.collapsible-nav-list li a {
  color: #2F3941;
  display: block;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current=page]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li:not([aria-selected=true]),
.collapsible-nav-list li:not(.current) {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected=true]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #17494D;
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: #2F3941;
}

.collapsible-nav[aria-expanded=true] li:not([aria-selected=true]),
.collapsible-nav[aria-expanded=true] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title { /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
.requests-table-toolbar + .requests {
  margin-top: 40px;
}
.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}
@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}
.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}
.subscriptions-table td:last-child {
  display: block;
}
@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}
.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #5a6d7c;
  font-size: 13px;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #5a6d7c;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}
.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}
.request-main .comment-fields.shown {
  display: block;
}
.request-main .request-submit-comment.shown {
  display: inline;
}
@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #5a6d7c;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid #17494D;
}
.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #17494D;
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  line-break: strict;
  color: #5a6d7c;
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt, .request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  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;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #5a6d7c;
  font-size: 13px;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  display: inline;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #5a6d7c;
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #17494D;
  border-radius: 4px;
  color: #17494D;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #5a6d7c;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #5a6d7c;
  font-size: 13px;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}
[dir=rtl] .profile-contribution-icon {
  right: 0;
}
.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}
[dir=rtl] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}
[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}
[dir=rtl] .profile-activity-icon {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}
.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: #2F3941;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #1F73B7;
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > li {
  padding: 20px 0;
}
.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}
.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: #1F73B7;
}
.search-results .no-results .action-prompt a:visited {
  color: #1F73B7;
}

.search-result-title-container {
  display: flex;
/*   justify-content: space-between; */
  align-items: center;
}
.search-result-title {
  font-size: 16px;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #5a6d7c;
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: #17494D;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929D;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #87929D;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

.service-catalog-description {
  display: flow-root;
}
.service-catalog-description a {
  color: #1F73B7;
  text-decoration: underline;
}
.service-catalog-description a:visited {
  color: #9358B0;
}
.service-catalog-description a:hover, .service-catalog-description a:active, .service-catalog-description a:focus {
  color: #0F3554;
}
.service-catalog-description img {
  height: auto;
  max-width: 100%;
}
.service-catalog-description p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figure.image {
  display: table;
  margin: 0 auto;
}
.service-catalog-description figure.image > img {
  display: block;
  width: 100%;
}
.service-catalog-description figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.service-catalog-description ul,
.service-catalog-description ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .service-catalog-description ul,
[dir=rtl] .service-catalog-description ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.service-catalog-description ul > ul,
.service-catalog-description ol > ol,
.service-catalog-description ol > ul,
.service-catalog-description ul > ol,
.service-catalog-description li > ul,
.service-catalog-description li > ol {
  margin: 0;
}
.service-catalog-description ul {
  list-style-type: disc;
}
.service-catalog-description :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.service-catalog-description pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.service-catalog-description blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}
/* 「カテゴリから探す」見出しの上部にマージンを追加 */
/* このh2が特定の場所（例: .knowledge-base セクション内）にのみ適用されるように調整が必要な場合があります */
.section.knowledge-base h2:nth-of-type(2) { /* 2番目のh2タグを指定する例、CSSの構造により異なる場合があります */
  margin-top: 30px; /* 必要に応じてピクセル値を調整してください */
}

/* または、より汎用的な指定方法として、直前の要素からのマージンを設定 */
.section.knowledge-base h2 {
    margin-top: 30px; /* 他のh2にも影響が出る可能性があるので注意 */
}

/* ピックアップ記事が常に縦一列に表示されるように変更 */
.promoted-articles {
  flex-direction: column; /* 常に縦並びにする */
  flex-wrap: nowrap; /* 折り返しを無効にする（不要になるが念のため） */
}

.promoted-articles-item {
  width: 100%; /* 各記事の幅を常に100%にする */
  padding-right: 0 !important; /* 右側のパディングをなくす */
}

/* デスクトップ用のメディアクエリ内の設定を上書きまたは削除 */
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: column; /* 1024px以上でも縦並びを維持 */
  }
  .promoted-articles-item {
    width: 100%; /* 1024px以上でも幅を100%に維持 */
    align-self: auto; /* flex-endの設定を解除 */
    padding-right: 0; /* PC表示での右パディングをなくす */
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0; /* RTL環境でのパディングもリセット */
  }
  .promoted-articles-item:nth-child(3n) {
    padding-right: 0; /* 不要になるが念のため */
  }
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd; /* 必要であれば下線を維持 */
  }
}
/* フッターのカスタムナビゲーションを横並びにする */
.footer-custom-nav ul {
  display: flex; /* 子要素（li）をフレックスアイテムとして横並びにする */
  list-style: none; /* リストの点（・）を非表示にする */
  padding: 0; /* デフォルトのパディングをリセット */
  margin: 0; /* デフォルトのマージンをリセット */
  justify-content: center; /* 必要に応じて、項目を中央揃えにする（任意） */
  flex-wrap: wrap; /* 画面幅が狭い場合に折り返す */
}

.footer-custom-nav li {
  margin: 0 10px; /* 各項目間の横方向のスペースを調整 */
}

/* リンク自体のスタイル調整（任意） */
.footer-custom-nav ul li a {
  white-space: nowrap; /* テキストが改行されないようにする */
  /* 必要に応じて、paddingやcolorなどを追加 */
}
/* フッターの背景を黒、文字を白にする */
.footer {
  background-color: #000000; /* 背景色を黒に設定 */
  color: #ffffff; /* 文字色を白に設定 */
}

/* フッター内のリンクの色も白に変更（既存のリンク色設定を上書きするため） */
.footer a {
  color: #ffffff; /* リンクの文字色を白に設定 */
}

/* 訪問済みリンクの色も白に変更（任意） */
.footer a:visited {
  color: #ffffff;
}

/* ホバー時のリンクの色（任意：カーソルを合わせた時の色） */
.footer a:hover {
  color: #cccccc; /* 例: 少し薄い灰色にする */
}

/* -------追記--------- */

.hot-list-q {
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #B21920;
    display: inline-block;
    line-height: 20px;
    border-radius: 50%;
    margin: 3.5px 1.2em 0 0;
}

.hover_link {
  color: #333;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 20px;
}
.hover_link:hover {
    /* ホバー時のスタイル */
    background-color: #f8f8f8;
    text-decoration: none; /* 下線が欲しい場合など */
} 

.section-title:hover {
    /* ホバー時のスタイル */
    background-color: #f8f8f8;
    text-decoration: none; /* 下線が欲しい場合など */
} 

promoted-articles-item a{}

.hot-list-title{
  font-weight: bold;
    flex: 1;
  padding-left:10px;
}
.container {
/*   display: flex; /* Flexboxコンテナにする */ */
  flex-wrap: wrap; /* 子要素がコンテナの幅を超えた時に改行する */
}


#material-list {
    white-space: nowrap;
}
  
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.column-title {
    width: 100%;
    height: 15px;
    display: flex;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    align-items: center;
    
}

.Secondary-section-frame {
  align-items: center;
  font-weight: bold;
  flex: 1;
  padding-left: 10px;
}

.section-list li a{
  position: absolute;
}

.section-list ul{
    position: relative;
    padding: 3px 0 3px 1.3em;
    display: flex;
}

.secondary-section-url {
    position: absolute;
 }


.secondary-section {
position: relative;
cursor: pointer;
transition: background-color .2s ease;
}

/​ ホバー時に行全体の色を変更 _/
.secondary-section:hover {
background-color: #f5f7fa; /​ 好みで調整 ​/
}
/​ aを親li全体に広げて行全体をリンクにする ​/
.secondary-section > a.secondary-section-title {
position: absolute;
inset: 0; /​ top/right/bottom/left: 0 ​/
z-index: 1;
display: block;
color: inherit;
text-decoration: none; /​ 常時アンダーライン無し ​/
padding: 12px 16px 12px 36px; /​ 左にアイコン分の余白 ​/
}
/​ ホバー/フォーカス時もアンダーラインを出さない ​/
.secondary-section > a.secondary-section-title:hover,
.secondary-section > a.secondary-section-title:focus,
.secondary-section:hover > a.secondary-section-title {
text-decoration: none;
}
/​ 矢印アイコンの位置とクリック透過 ​/
.secondary-section > .material-symbols-outlined#material-list {
position: absolute;
left: 12px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
/​ 記事リストをクリック可能に保ちたい場合（任意） ​/
.secondary-section > .article-list {
position: relative;
z-index: 2;
}
/_​ キーボード操作向け（任意） */
.secondary-section > a.secondary-section-title:focus-visible {
outline: 2px solid #2d7ff9;
outline-offset: -2px;
}

.u-sr-only {
 position: absolute !important;
 width: 1px; height: 1px;
 padding: 0; margin: -1px;
 overflow: hidden; clip: rect(0,0,0,0);
 white-space: nowrap; border: 0;
}
/* PC/タブレット: 従来通り表示、＋ボタンは非表示 */
@media (min-width: 768px) {
 .cat-toggle-button { display: none !important; }
 .section-list { display: block !important; }
}
/* スマホ: 中項目はデフォルト非表示、＋でトグル */
@media (max-width: 767px) {
 .column-title {
   position: relative;
   padding-right: 2rem; /* 右に＋の余白 */
 }
 /* hidden属性だけだとブラウザ差があるため明示的にも非表示 */
 .cat-toggle { display: none; }
 /* ＋ボタンの見た目 */
 .cat-toggle-button {
   display: inline-block;
   position: absolute;
   right: 0; top: 0.2rem;
   width: 1.6rem; height: 1.6rem;
   line-height: 0rem;
   
   border: 1px solid プライベートチャンネル;
   border-radius: 3px;
   background: #fff;
   color: #333;
   font-weight: 700;
   cursor: pointer;
   user-select: none;
 }
 .cat-toggle-button::after { content: "+"; }
 .cat-toggle:checked ~ .column-title .cat-toggle-button::after { content: "−"; }
 /* 開閉 */
 .section-list { display: none; }
 .cat-toggle:checked ~ .section-list { display: block; }
 /* お好みでアニメーションにしたい場合（任意）
 .section-list {
   display: block;
   max-height: 0; overflow: hidden;
   transition: max-height .25s ease;
 }
 .cat-toggle:checked ~ .section-list { max-height: 1200px; }
 */
}

/* スマホだけ枠線を消す */
@media (max-width: 767px) {
.categories.blocks .blocks-list .blocks-item {
border: none; /* 必要なら !important を付与 */
}
}
/* もし他のCSSが強く当たっていて上書きできない場合は !important を付けてください */
@media (max-width: 767px) {
.categories.blocks .blocks-list .blocks-item {
border: none !important;
}
}
/*   逆に「PC/タブレットでのみ枠線を付ける」書き方にすることもできます（上書き競合が起きにくい） */
.categories.blocks .blocks-list .blocks-item {
border: none; /* デフォルト（スマホ基準） */
}
@media (min-width: 768px) {
.categories.blocks .blocks-list .blocks-item {
border: 1px solid rgba(0, 0, 0, 1);
}
}

header .header-block .header-wrap
 {
    display: -webkit-flex;
    display: flex
;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 95%;
    height: 120px;
    margin: auto;
}

header .header-block .header-wrap .header-id {
    display: -webkit-flex;
    display: flex
;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 223px;
}

header .header-block .header-wrap .header-nav {
    width: 520px;
    padding-bottom: 2rem;
}

header .header-block {
    background: #000;
}

@media screen and (max-width: 768px) {
    header .header-block .header-wrap .header-nav {
        display: none;
    }
}

@media screen and (max-width: 1140px) {
    header .header-block .header-wrap .header-nav {
        width: 76.26311%;
        padding-bottom: 1rem;
    }
}



header .header-block .header-wrap .sp-header-nav {
    display: none;
}

.logo {
   width:59px;
  height:59px;
}
.main-content .mv-block {
    background: #f1f1f1;
}
.mv-block {
/*     padding: 3.9rem 0; */
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .2rem;
}
 .mv-ttl {
    padding: 3.9rem 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .2rem;
    background: #f1f1f1;
}

/* カテゴリから探す_アイコン */
.blocks-item::before { content: none; }
.blocks-item-title {
position: relative;
/* padding-left: 28px; /*アイコン分の左余白*/ */
}
/*タイトルspanの中、文字の前にアイコンを絶対配置 */
.blocks-item-title::before {
font-family: 'Material Symbols Outlined';
font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 48;
content: '';           /*デフォルトは表示なし */
position: absolute;
left: 0;
top: 50%;
transform: translateY(-45%); /* 縦位置微調整 */
line-height: 1;
color: #B21920;
}

/* カテゴリIDごとの割り当て */
[data-category-id="4948533264542"] .blocks-item-title::before { content: 'Person'; }
[data-category-id="4948514625694"] .blocks-item-title::before { content: 'home'; }
[data-category-id="4948497918238"] .blocks-item-title::before { content: 'Savings'; }
[data-category-id="4948523085214"] .blocks-item-title::before { content: 'confirmation_number'; }
[data-category-id="4948541755166"] .blocks-item-title::before { content: 'chair'; }
[data-category-id="4948533447070"] .blocks-item-title::before { content: 'mobile_share_stack'; }
[data-category-id="4948541867678"] .blocks-item-title::before { content: 'autorenew'; }
[data-category-id="4948514932638"] .blocks-item-title::before { content: 'block'; }
[data-category-id="4948515053214"] .blocks-item-title::before { content: 'campaign'; }
[data-category-id="4948515146398"] .blocks-item-title::before { content: 'mail'; }
[data-category-id="4948542025758"] .blocks-item-title::before { content: 'sports_basketball'; }
[data-category-id="4948533617566"] .blocks-item-title::before { content: 'help'; }



/* ヘッダーお問い合わせ */
header .header-block .header-wrap .header-nav ul li a {
    font-weight: bold;
    color: #fff;
}


.header-nav nav ul {
display: flex;
  justify-content: flex-end; /* 右寄せ */
gap: 12px;        /* 項目間の余白（任意）  */
align-items: center;
margin: 0;        /* ブラウザのデフォルト余白をリセット */
padding: 0;
list-style: none; /* 箇条書きの点を消す  */
}
/* アイコンとテキストも横並び・中央揃え */
.header-nav nav li a {
display: flex;
align-items: center;
gap: 6px;
}
/* 折り返しせずに固定 */
.header-nav nav ul {
flex-wrap: nowrap;
}

.categories{
  padding: 15px 0;
}

 .article-title { display: inline; margin: 0; }

/* .hero {
 position: relative;
 width: 912px;
 max-width: 100%;
} */
.search-wrap {
 position: relative;
 width: 912px;
 max-width: 100%;
}
/* 検索フォームをラッパー幅に合わせる */
/* .hero  {
 width: 100%;
 display: block;
} */
.search-wrap  {
 width: 100%;
 display: block;
}
form.search.search-full {
 width: 100%;
 display: block;
}
/* 入力欄の左側にアイコン分の余白を確保 */
.hero .search-wrap input[name="query"],
.hero .search-wrap input[type="search"] {
 width: 100%;
 box-sizing: border-box;
 padding-left: 40px; /* アイコンと文字が重ならないように */
}
/* SVGアイコンを入力欄の左内側に固定表示 */
.hero .search-wrap .search-icon {
 position: absolute;
 left: 12px;
 top: 50%;
 transform: translateY(-50%);
 width: 16px;
 height: 16px;
 color: #9aa0a6;
 pointer-events: none; /* 入力操作を妨げない */
}
/* 参考：クイックリンクの見た目（太字・カラー・余白） */
.search-quick-actions .search-quickfill {
 color: #1a73e8;
 text-decoration: none;
 font-weight: 700;
 cursor: pointer;
 transition: color 0.15s ease;
 margin: 0 10px;
 display: inline-block;
}
.search-quick-actions .search-quickfill:hover {
 color: #e53935;
 text-decoration: none;
}
.search-quick-actions .search-quickfill:visited {
 color: #1a73e8;
 text-decoration: none;
}
.search-quick-actions .search-quickfill:focus-visible {
 outline: 2px solid #e53935;
 outline-offset: 2px;
}
.search-result-row {
  display: flex; 
  align-items: center; 
  gap: 8px; 
  flex-wrap: nowrap; 
}
/* .search-result-row p {
  margin: 0; 
} */

.search-result-row .badge {
width: 20px;
height: 20px;
font-size: 14px;
color: #fff;
text-align: center;
background: #0000ff;
display: inline-flex;       /* 垂直中央を確実に */
justify-content: center;
align-items: center;
line-height: 20px;         /* 既存のままでもOK。inline-flexならなくても可 */
border-radius: 50%;
margin: 3.5px 1.2em 0 0;
flex: 0 0 20px;            /* これで幅が固定され、他ルールに伸ばされない */
}
.row p {
flex: 1 1 auto;
min-width: 0;              /* 省略表示に必須 */
margin: 0;
white-space: nowrap;      /* 一行に収めたいなら */
overflow: hidden;
text-overflow: ellipsis;
}

/* 固定高200pxのバナーエリア */
.faq-fixed-banner {
  width: 100%;            /* 横幅フルサイズ */
  height: 200px;          /* 高さを200pxで固定 */
  
  /* 背景画像の設定 */
  background-image: url($assets-imge_3-jpg); /* アセット名を指定 */
  background-size: cover;     /* 200pxの高さに合わせて画像を自動リサイズ・切り抜き */
  background-position: center; /* 画像の中央を基準に表示 */
  background-repeat: no-repeat;
  
  /* 文字（よくあるご質問）を中央に配置するための設定 */
  display: flex;
  align-items: center;    /* 上下中央 */
  justify-content: center; /* 左右中央 */
  
  /* 必要に応じて少し暗くして文字を見やすくする（オプション） */
  /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.3); */
}

/* タイトルのスタイル（例） */
.faq-fixed-banner h1 {
  color: #ffffff;         /* 文字色を白に */
  font-size: 2.5rem;      /* 文字サイズ */
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* 視認性を高める影 */
}

/* お知らせセクション全体の枠組み */
.news-section {
  background-color: #f9f9f9; /* 薄いグレーの背景でエリアを区別 */
  border-top: 3px solid #b70000; /* ブランドカラー（赤）のアクセントライン */
  padding: 10px 30px;
  margin-bottom: 40px; /* 下のFAQとの間隔 */
/*   margin-top: 30px; */
}

/* 「お知らせ」という見出し */
.news-section h2 {
  font-size: 1.25rem; /* 20px相当 */
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  border: none; /* デフォルトの線を消す場合 */
}

/* お知らせリスト（黒丸などを消す） */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各ニュース項目 */
.news-item {
  border-bottom: 1px solid #e0e0e0; /* 項目ごとの区切り線 */
  padding: 12px 0;
  display: flex; /* 横並びにする */
  align-items: center; /* 上下中央揃え */
  flex-wrap: wrap; /* スマホで折り返す設定 */
}

.news-item:last-child {
  border-bottom: none; /* 最後の線は消す */
}

/* 日付 */
.news-date {
  font-size: 0.9rem;
  color: #666;
  margin-right: 15px;
  font-family: 'Roboto', sans-serif; /* 数字を見やすく */
}

/* ラベル（重要、NEWSなど） */
.news-label {
  background-color: #b70000; /* 赤背景 */
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 2px;
  margin-right: 15px;
  font-weight: bold;
  white-space: nowrap; /* 改行させない */
}

/* リンクテキスト */
.news-link {
  color: #333;
  text-decoration: none;
  flex: 1; /* 余った幅を全部使う */
  font-weight: 500;
  transition: color 0.2s;
}

.news-link:hover {
  color: #b70000; /* ホバー時に赤くする */
  text-decoration: underline;
}

/* スマホ対応：画面が狭いときは縦積みにする */
@media (max-width: 600px) {
  .news-item {
    display: block; /* フレックス解除 */
  }
  .news-date, .news-label {
    display: inline-block;
    margin-bottom: 5px;
  }
}

/* CKEditorのツールバー（編集バー）を完全に非表示にする */
.ck-editor__top {
  display: none !important;
}

/* 入力エリアの枠線を整えて普通のフォームに見せる */
.ck-editor__main > .ck-editor__editable {
  border: 1px solid #d8dcde !important;
  border-radius: 4px !important;
  min-height: 150px !important;
  box-shadow: none !important;
}

/* プレースホルダ（背景文字）のスタイル定義 */
.ck-editor__editable.ck-placeholder::before {
  content: attr(data-placeholder);
  color: #999 !important;
  font-style: normal !important;
  white-space: pre-wrap !important;
  
  /* 余白の調整（必要に応じて） */
  line-height: 1.5;
  padding: 12px !important;
}

/* 件名（Subject）の入力欄とラベル、ヒント文をまとめて非表示にする */
.form-field.request_subject {
  display: none !important;
}

/* 新しいリクエストフォーム（React版）での非表示対応 */
div:has(> input[name="request[subject]"]) {
  display: none !important;
}

/* おすすめの記事の見出し（h2）を、サイト内のh3のデザインに強制的に合わせる */
[data-test-id="suggested-articles"] h2 {
  /* ここにサイトで定義している h3 のスタイルをコピーしてください */
  font-size: 1.2rem !important;  /* 例：サイズを小さくする */
  font-weight: 600 !important;   /* 例：太さを調整 */
  margin: 15px 0 !important;      /* 例：余白を調整 */
  color: #333 !important;        /* 例：色を調整 */
}

/* プルダウンの表示エリアが空の時、疑似要素で文字を表示する */
.fDrKGC:empty::before {
  content: "選択してください";
  color: #666; /* プレースホルダ風の薄いグレー */
  font-size: 14px;
}

/* 確認用モーダルの背景 */
.confirm-modal-overlay {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex; justify-content: center; align-items: center;
  z-index: 10000;
}

/* モーダル本体 */
.confirm-modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
}

.confirm-modal-title {
  font-size: 18px; font-weight: bold; margin-bottom: 15px;
  border-bottom: 2px solid #eee; padding-bottom: 10px;
}

.confirm-item { margin-bottom: 12px; }
.confirm-label { font-size: 12px; color: #666; font-weight: bold; }
.confirm-value { font-size: 15px; margin-top: 2px; white-space: pre-wrap; }

/* ボタンエリア */
.confirm-buttons {
  display: flex; gap: 10px; margin-top: 20px;
}
.btn-back { background: #eee; flex: 1; padding: 10px; border: none; cursor: pointer; border-radius: 4px; }
.btn-submit { background: #0072ef; color: #fff; flex: 2; padding: 10px; border: none; cursor: pointer; border-radius: 4px; }

/* すべての要素でサイズ計算を正確にする（必須） */
.my-center-wrapper, 
.my-center-wrapper * {
  box-sizing: border-box !important;
}

/* リクエストページ全体の中央寄せ設定 */
.my-center-wrapper {
  max-width: 700px !important; /* フォームの幅 */
  width: 100% !important;
  margin: 0 auto !important;   /* 上下0、左右中央 */
  padding: 0 20px !important;  /* スマホ時の左右の隙間 */
  overflow: hidden !important; /* 右側へのハミ出しを物理的にカット */
}

/* Zendesk標準のパンくずリストなどの余白をリセット */
.sub-nav {
  margin-bottom: 30px;
  padding: 0 !important;
}

/* スマホ表示時に全体が縮小されないようにする保険 */
@media screen and (max-width: 768px) {
  .my-center-wrapper {
    padding: 0 15px !important;
  }
}



@media (min-width: 769px) {
  .sp-header-nav {
    display: none; /* PC画面ではスマホ用メニューを隠す */
  }
}

/* --- お知らせセクション（ほんのり有色・サクラ色バージョン） --- */

/* 全体の枠組み */
.news-section {
  /* ▼ここを変更：真っ白ではなく、ごく薄い赤色に */
  background-color: #fff5f5; 
  /* 背景に合わせて、枠線も薄い赤色で囲むと締まります */
  border: 1px solid #ffxecec; 
  
  box-shadow: 0 2px 10px rgba(0,0,0,0.05); /* 影は控えめに */
  padding: 25px 30px;
/*   margin: 30px 0; */
  border-radius: 8px;
  border-left: 6px solid #B00; /* 左のアクセント（濃い赤）はそのまま */
}

/* タイトル部分 */
.news-title {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
  /* 区切り線も赤みがかったグレーに馴染ませる */
  border-bottom: 1px solid #ebdada; 
  padding-bottom: 10px;
}

/* タイトルのアイコン */
.news-title .icon-news {
  margin-right: 10px;
  color: #B00;
  font-size: 28px;
}

/* リストのスタイル */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 12px 0;
  /* リストの区切り線も背景に合わせて調整 */
  border-bottom: 1px dashed #e0caca; 
}

.news-item:last-child {
  border-bottom: none;
}

/* --- 以下、日付やラベルなどは前回と同じ --- */
.news-meta {
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.news-date {
  font-size: 0.95rem;
  color: #554444; /* 文字色を少し赤みのあるグレーにすると馴染みます */
  margin-right: 10px;
  font-family: monospace;
}

.news-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  min-width: 45px;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
}

.label-important {
  background-color: #cc0000;
}

.label-info {
  background-color: #777;
}

.news-link {
  color: #333;
  text-decoration: none;
  flex: 1;
  transition: all 0.2s;
}

.news-link:hover {
  color: #cc0000;
  text-decoration: underline;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .news-item {
    display: block;
  }
  .news-meta {
    margin-bottom: 8px;
  }
}

/* ==================================================
   スマホ用ヘッダーナビ表示修正
   ================================================== */

/* --- PC表示時（769px以上） --- */
@media (min-width: 769px) {
  /* スマホ用ナビを確実に隠す */
  .sp-header-nav {
    display: none !important;
  }
}

/* --- スマホ表示時（768px以下） --- */
@media (max-width: 768px) {
  
  /* 1. PC用ナビを非表示にする */
  .header-nav {
    display: none !important;
  }

  /* 2. スマホ用ナビを表示し、レイアウトを調整 */
  .sp-header-nav {
    display: block !important;
    margin-left: auto; /* 左側のロゴとの距離を離して右寄せにする */
  }

  /* 3. リストを横並びにする */
  .sp-header-nav ul {
    display: flex;
    justify-content: flex-end; /* 右寄せ */
    align-items: center;
    gap: 15px; /* ボタン同士の間隔 */
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* 4. 各ボタン（アイコン＋文字）のデザイン */
  .sp-header-nav li a {
    display: flex;
    flex-direction: column; /* 上下に並べる（アイコン上、文字下） */
    align-items: center;
    text-decoration: none;
    color: #fff; /* ヘッダー背景が黒の場合は白文字(#fff)、白背景なら黒文字(#333)に変更してください */
    font-size: 10px; /* 文字サイズ */
  }

  /* アイコンの位置微調整 */
  .sp-header-nav li a .icon {
    margin-bottom: 2px;
    line-height: 1;
  }
  
  /* (任意) ヘッダー全体のレイアウト調整 
     ロゴとナビが重ならないようにflex設定を強化 */
  header .header-block .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* インスタントサーチ（検索候補）を強制非表示 */

.instant-search-results {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ui-autocomplete
{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* ==================================================
   【追記】フッターナビゲーションボタン（ベース）
   ================================================== */
  .footer-nav-section {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .footer-nav-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 50px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #333 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease;
  }

  .footer-nav-btn:active {
    background-color: #f0f0f0 !important;
  }

  .footer-icon {
    font-size: 20px !important;
    color: #042E57 !important;
    margin-right: 10px !important;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
  }


/* ==================================================
   【修正版】スマホ版ヘッダー再現用CSS
   ================================================== */
@media screen and (max-width: 768px) {
  .header {
    background-color: #f4f4f4 !important;
    height: 60px !important;
    padding: 0 15px !important;
    width: 100% !important;
    box-shadow: none !important;
    position: relative;
    z-index: 100;
    display: flex !important;
    align-items: center !important;
  }

  .header-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .logo {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }
  .logo a {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
  }
  .logo img {
    max-height: 40px !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    filter: none !important;
  }

  .mobile-header-nav {
    display: flex !important;
    align-items: center;
    gap: 15px;
  }
  .mobile-nav-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #ffffff !important;
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
  }
  .mobile-nav-item .material-symbols-outlined {
    font-size: 20px !important;
    margin-bottom: 4px !important;
    color: #ffffff !important;
    display: block !important;
  }
  .mobile-nav-item .nav-text {
    font-size: 9px !important;
    font-weight: bold !important;
    white-space: nowrap;
    display: block !important;
  }

  .nav-wrapper-desktop, .menu-button-mobile, .nav-wrapper-mobile, .user-nav {
    display: none !important;
  }
}


/* ==================================================
   【修正版】スマホ版フッター再現用CSS
   ================================================== */
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
  }
  .footer-inner {
    display: none !important;
  }
  .footer-wrapper-mobile {
    width: 100% !important;
    margin-top: 0 !important;
    display: block !important;
  }

  /* PAGE TOP */
  .footer-pagetop {
    background-color: #ffffff !important;
    text-align: center !important;
    border-top: 1px solid #ddd !important;
    width: 100% !important;
  }
  .footer-pagetop a {
    display: block !important;
    padding: 15px 0 !important;
    color: #333 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }
  .footer-pagetop a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(-45deg);
    margin-right: 5px;
    margin-bottom: -1px;
  }

  /* Footer Main */
  .footer-main {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 40px 15px !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .footer-inner-mobile {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .footer-nav-links { margin-bottom: 30px !important; width: 100% !important; }
  .footer-nav-links ul { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 10px 15px !important; padding: 0 !important; margin: 0 !important; list-style: none !important; }
  .footer-nav-links li { display: inline-block !important; margin: 0 !important; }
  .footer-nav-links a { color: #ffffff !important; font-size: 11px !important; text-decoration: none !important; font-weight: bold !important; white-space: nowrap !important; }

  .footer-action-buttons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 40px !important;
    width: 100% !important;
  }
  .footer-action-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    padding: 12px 0 !important;
    width: 48% !important;
    text-align: center !important;
    border-radius: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
    line-height: 1.4 !important;
  }

  .footer-logos-section { margin-bottom: 30px !important; text-align: center !important; }
  .powered-by-text { font-size: 11px !important; color: #999 !important; margin-bottom: 10px !important; display: block !important; }
  .footer-logos-container { display: flex !important; justify-content: center !important; align-items: center !important; gap: 20px !important; }
  .footer-logos-container img { filter: brightness(0) invert(1) !important; height: auto !important; border: none !important; }
  .logo-ticket img { max-width: 130px !important; }
  .logo-league img { max-width: 35px !important; }

  .footer-copyright-text { text-align: center !important; width: 100% !important; }
  .footer-copyright-text .note { font-size: 10px !important; color: #ccc !important; margin-bottom: 10px !important; line-height: 1.4 !important; display: block !important; }
  .footer-copyright-text .copy { font-size: 10px !important; color: #ccc !important; font-family: Arial, sans-serif !important; line-height: 1.4 !important; display: block !important; }

  .footer-language-selector, .footer-custom-nav { display: none !important; }
}


/* ==================================================
   PC表示時（769px以上）とスマホ表示時の切り替え制御
   ================================================== */
@media screen and (min-width: 769px) {
  .mobile-header-nav { display: none !important; }
  .footer-wrapper-mobile { display: none !important; }
}


/* ==================================================
   【ステップ76】PC版スタイル（ヘッダー・フッター部分）
   ================================================== */
@media screen and (min-width: 769px) {

  /* --- 0. ヘッダー設定 --- */
  .header {
    background-color: #f4f4f4 !important;
    height: 80px !important;
    width: 100% !important;
    border-bottom: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 1000 !important;
    display: block !important;
  }
  .header-inner {
    max-width: 1160px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    height: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }
  .logo {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    gap: 20px !important;
  }
  .logo a {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    text-decoration: none !important;
  }
  .logo img {
    max-height: 60px !important;
    width: auto !important;
    vertical-align: middle !important;
  }
  .nav-wrapper-desktop {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    height: 100% !important;
    margin-left: auto !important;
  }
  .nav-wrapper-desktop a {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1 !important;
  }
  .nav-wrapper-desktop a:hover {
    text-decoration: underline !important;
    opacity: 0.8 !important;
  }
  .nav-wrapper-desktop .material-symbols-outlined {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: normal !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .mobile-header-nav { display: none !important; }

  /* --- 1. フッター設定 --- */
  .footer {
    background-color: #000 !important;
    color: #fff !important;
    padding: 50px 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
  }
  .footer .footer-inner {
    max-width: 1160px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    display: block !important;
  }
  .footer-nav ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .footer-nav li { display: inline-block !important; }
  .footer-nav a {
    color: #fff !important;
    font-size: 12px !important;
    text-decoration: none !important;
  }
  .footer-nav a:hover { text-decoration: underline !important; }
  .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
  }
  .footer-logos {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
  }
  .footer-logos img {
    height: 40px !important;
    width: auto !important;
    vertical-align: middle !important;
  }
  .footer-logos img[src*="logo.png"] { filter: brightness(0) invert(1) !important; }
  .powered-by {
    font-size: 12px !important;
    color: #ccc !important;
    margin-right: 10px !important;
  }
  .footer-copy {
    color: #999 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
  }
  .footer-copy p { margin: 5px 0 !important; }
  .footer-wrapper-mobile { display: none !important; }

  /* --- 12. 下部リンクボタン (PC版上書き) --- */
  .footer-nav-section { display: flex !important; flex-direction: column !important; align-items: center !important; margin-bottom: 60px !important; }
  .footer-nav-btn { display: flex !important; justify-content: center !important; align-items: center !important; width: 100% !important; max-width: 450px !important; height: 60px !important; margin: 0 auto 20px !important; padding: 0 !important; background-color: #fff !important; border: 1px solid #ccc !important; border-radius: 4px !important; color: #333 !important; font-weight: bold !important; font-size: 14px !important; text-decoration: none !important; transition: background-color 0.2s ease !important; }
  .footer-nav-btn:hover { background-color: #f5f5f5 !important; text-decoration: none !important; }
  .footer-nav-btn .material-symbols-outlined, .footer-icon { font-size: 20px !important; margin-right: 10px !important; color: #042E57 !important; }
}


/* =========================================
   ご利用ガイド（グリッドレイアウト）
========================================= */

/* タイトル部分のスタイル */
.guide-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px; 
}

.guide-header-icon {
  width: 24px;   
  height: auto;
  margin-right: 10px;
}

.guide-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

/* =========================================
   グリッドとカードの共通スタイル
========================================= */
.custom-grid {
  display: grid !important;
  gap: 15px !important;
  padding: 5px 10px !important; /* ★左右に10pxの余白を入れ、画面端へのはみ出しを防ぐ */
  margin: 0 !important;
  list-style: none !important;
}

/* 枠線は内側のaタグに引くため、liタグからは装飾を外す */
.custom-grid li.blocks-item.custom-card {
  border: none !important; 
  background-color: transparent !important;
  margin: 0 !important; 
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important; /* 正方形にする */
  box-shadow: none !important; 
}

/* リンク部分（★ここに枠線を設定し、確実に見えるようにする） */
.custom-card .blocks-item-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  padding: 10px !important; 
  color: #333 !important;
  width: 100% !important;  
  height: 100% !important; 
  box-sizing: border-box !important;
  background-color: #fff !important; 
  border: 2px solid #bbbbbb !important; /* ★枠線をこちらに移動 */
  border-radius: 6px !important; /* ★角丸もこちらに移動 */
  outline: none !important; /* ★タップ時に一瞬見えるズレた枠線を消す */
  -webkit-tap-highlight-color: transparent; /* スマホ特有のタップ時の不要なハイライトを消す */
}

/* タップ/ホバー時のアクション */
.custom-card .blocks-item-link:hover,
.custom-card .blocks-item-link:focus,
.custom-card .blocks-item-link:active {
  background-color: #f0f0f0 !important; 
  border-color: #bbbbbb !important; /* タップ時も枠線を維持する */
}

/* カード内のアイコン画像 */
.custom-card .card-icon {
  width: 40px !important; 
  height: 40px !important;
  object-fit: contain !important;
  margin: 0 0 12px 0 !important; 
  display: block !important;
}

/* カード内のテキスト（完全中央揃え・自動改行） */
.custom-card .blocks-item-title {
  font-size: 14px !important; /* ★長文が収まりやすいように少しサイズを調整（お好みで変更可） */
  font-weight: bold !important;
  color: #333 !important;
  
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  
  width: 100% !important;
  margin: 0 !important;
  padding: 0 5px !important; /* ★改行した時に文字が枠線にぶつからないよう左右に5pxの余白を追加 */
  
  text-indent: 0 !important; 
  letter-spacing: normal !important;
  
  /* ★ここが長方形化を防ぐ魔法：長文を枠内で強制的に改行させる */
  white-space: normal !important; 
  word-break: auto !important; 
  overflow-wrap: break-word !important;
  line-height: 1.4 !important;
}

/* Zendesk標準の見えないアイコンや余計な装飾があれば強制非表示 */
.custom-card .blocks-item-title::before,
.custom-card .blocks-item-title::after {
  display: none !important;
  content: none !important;
}


/* =========================================
   レスポンシブ（スマホ・PCの切り替え）
========================================= */

/* スマホ版（画面幅が767px以下の場合） */
@media (max-width: 767px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr) !important; 
  }
}

/* PC版（画面幅が768px以上の場合） */
@media (min-width: 768px) {
  .custom-grid {
    grid-template-columns: repeat(3, 1fr) !important; 
  }
}

/* =========================================
   Googleアイコンの設定
========================================= */

/* タイトル横のアイコン（本） */
.guide-header-icon {
  font-size: 28px !important; /* 画像ではなく文字としてサイズ指定 */
  color: #333 !important;
  margin-right: 10px !important;
}

/* 各カードのアイコンのベース設定 */
.custom-card .card-icon {
  font-size: 40px !important; /* アイコンの大きさ */
  color: #555 !important; /* アイコンの色（お好みでBリーグの青などに変えてもOK） */
  margin: 0 0 12px 0 !important;
  display: block !important;
}


/* =========================================
   特定のカードをグレーアウト＆クリック無効化
========================================= */
.custom-card.disabled-card {
  background-color: #f9f9f9 !important; /* 背景を少し暗くする */
  border-color: #eeeeee !important; /* 枠線を薄くする */
}

.custom-card.disabled-card .blocks-item-link {
  pointer-events: none !important; /* ★ここが重要：クリックを完全に無効化する */
  opacity: 0.4 !important; /* 全体を薄く（グレーアウト）する */
  cursor: not-allowed !important; /* PCでマウスを乗せた時に「禁止マーク」にする */
}

  /* ▼ Lucideアイコン用のサイズ・色指定 ▼ */
  .guide-header-icon {
    width: 28px !important;
    height: 28px !important;
    stroke: #333333 !important; /* 線の色 */
    stroke-width: 2 !important; /* 線の太さ（1.5〜2くらいがおすすめ） */
    margin-right: 10px !important;
  }
  .custom-card .card-icon {
    width: 40px !important;
    height: 40px !important;
    stroke: #555555 !important;
    stroke-width: 1.5 !important;
    margin: 0 0 12px 0 !important;
    display: block !important;
  }

/* =========================================
   B.LEAGUE風 ご利用ガイド（.blg-guide-wrapper 用確実適用版）
========================================= */

/* 全体のラッパー（Zendeskの既存スタイルとの競合を防ぐためクラス名を固有化） */
.blg-guide-wrapper {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  color: #333333;
  line-height: 1.6;
  
  /* --- 修正箇所：白い余白を確保するための幅設定 --- */
  width: 94%; /* ビューポートの94%に設定。残りの6%（両側各3%）が白い余白になる */
  max-width: 900px; /* 大画面では900pxを維持 */
  margin: 20px auto; /* 中央揃え。上部にも余白を追加して、白い部分が見えるようにする */
  /* ---------------------------------------------- */

  background-color: #f8f9fa; /* 全体の背景色（グレー） */
  padding: 20px; /* 内部の余白 */
  border-radius: 10px; /* グレーエリア自体の角を丸くして、余白との境界を明確にする */
}

/* --- セクションタイトル（見出し2 / H2） --- */
.blg-guide-wrapper h2 {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #000000 !important;
  border-bottom: 3px solid #000000 !important;
  padding-bottom: 12px !important;
  margin: 60px 0 24px 0 !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
}

.blg-guide-wrapper h2::before {
  content: '' !important;
  display: inline-block !important;
  width: 8px !important;
  height: 24px !important;
  background-color: #D0021B !important;
  margin-right: 12px !important;
  border-radius: 2px !important;
}

.blg-guide-wrapper h2:first-child {
  margin-top: 0 !important;
}

/* --- 補足・注意事項（引用 / Blockquote） --- */
.blg-guide-wrapper blockquote {
  background-color: #fff5f5 !important;
  border: none !important;
  padding: 16px !important;
  margin: 0 0 24px 0 !important;
  border-radius: 0 4px 4px 0 !important;
  font-size: 14px !important;
  font-style: normal !important;
  color: #333333 !important;
}

.blg-guide-wrapper blockquote strong {
  color: #D0021B !important;
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: bold !important;
}

/* --- 手順ステップ（番号付きリスト / OL） --- */
.blg-guide-wrapper ol {
  list-style: none !important;
  counter-reset: step-counter !important;
  padding-left: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  margin-bottom: 40px !important;
}

.blg-guide-wrapper ol li {
  position: relative !important;
  counter-increment: step-counter !important;
  margin-bottom: 0 !important;
  list-style-type: none !important; /* Zendeskのデフォルト数字を強制オフ */
}

/* 黒丸数字の生成 */
.blg-guide-wrapper ol li::before {
  content: counter(step-counter) !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 36px !important;
  height: 36px !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

/* --- 注記・サブテキスト（斜体 / em, i） --- */
.blg-guide-wrapper em, 
.blg-guide-wrapper i {
  font-size: 13px !important;
  color: #666666 !important;
  font-style: normal !important;
  display: block !important;
  margin-bottom: 12px !important;
}

/* --- テーブル（FAQなど） --- */
.blg-guide-wrapper table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-top: 10px !important;
  margin-bottom: 40px !important;
}

.blg-guide-wrapper th, 
.blg-guide-wrapper td {
  border: 1px solid #e0e0e0 !important;
  padding: 16px !important;
  font-size: 14px !important;
  vertical-align: top !important;
}

.blg-guide-wrapper th {
  background-color: #f4f5f7 !important;
  font-weight: bold !important;
  color: #333333 !important;
  width: 35% !important;
}

/* =========================================
   目次（画面幅はみ出し防止＆上揃え・アイコン下固定版）
========================================= */

/* 外側の枠組み */
#blg-toc.blg-toc-container {
  display: flex !important;
  flex-wrap: wrap !important;
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
  
  /* ▼ はみ出し防止の最重要コード ▼ */
  width: 100% !important;
  max-width: 100% !important; 
  box-sizing: border-box !important; 
  
  margin: 0 auto 30px auto !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* 中の各項目 */
#blg-toc .blg-toc-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important; 
  padding: 24px 8px 16px 8px !important;
  color: #0071ba !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-align: center !important;
  text-decoration: none !important;
  
  /* ▼ 枠を押し広げないための必須コード ▼ */
  box-sizing: border-box !important;
  min-width: 0 !important; /* flexアイテムが中身に合わせて広がってしまうのを防ぐ魔法 */
  
  background: #ffffff !important;
  line-height: 1.4 !important; 

  /* 綺麗に折り返すための設定 */
  white-space: normal !important; 
  word-break: break-word !important; 
  overflow-wrap: anywhere !important; 

  /* 4列（25%）にする設定 */
  flex: 0 0 25% !important;
  max-width: 25% !important;
  border-right: 1px solid #e0e0e0 !important;
  border-top: none !important;
}

#blg-toc .blg-toc-item::after { display: none !important; }

/* 4列用のボーダー設定 */
#blg-toc .blg-toc-item:nth-child(4n),
#blg-toc .blg-toc-item:last-child {
  border-right: none !important;
}
#blg-toc .blg-toc-item:nth-child(n+5) {
  border-top: 1px solid #e0e0e0 !important;
}

/* 下向き矢印アイコン */
#blg-toc .blg-toc-icon {
  margin-top: auto !important; 
  padding-top: 12px !important;
  font-size: 20px !important;
  color: #0071ba !important;
  transition: transform 0.2s ease !important;
}

#blg-toc .blg-toc-item:hover { background-color: #f4f9fd !important; }
#blg-toc .blg-toc-item:hover .blg-toc-icon { transform: translateY(3px) !important; }

/* =========================================
   スマホ表示時の微調整
========================================= */
@media (max-width: 768px) {
  #blg-toc .blg-toc-item {
    padding: 16px 4px 12px 4px !important;
    font-size: 16px !important;
  }
  #blg-toc .blg-toc-icon {
    font-size: 16px !important;
    padding-top: 8px !important;
  }
}

/* =========================================
   新しいスマホ用フッターのスタイル
   ========================================= */

.mobile-simple-footer {
  background-color: #f5f5f5; /* 画像に合わせた薄いグレーの背景 */
  padding: 24px 0 40px 0;
  font-family: sans-serif;
  width: 100%;
}

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

.msf-item {
  /* 必要に応じて各項目の間に線を引く場合は下記を有効にしてください */
  /* border-bottom: 1px solid #e0e0e0; */
}

.msf-link {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  color: #333333;
  transition: background-color 0.2s;
}

.msf-link:active {
  background-color: #e8e8e8; /* タップ時のハイライト */
}

/* 左側のアイコン */
.msf-icon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.msf-icon-left svg {
  width: 20px;
  height: 20px;
  fill: #555555; /* アイコンの色 */
}

/* メニューのテキスト */
.msf-text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}

/* 外部リンクアイコン（テキストの右側） */
.msf-icon-ext {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.msf-icon-ext svg {
  width: 14px;
  height: 14px;
  fill: #aaaaaa;
}

/* コピーライト */
.msf-copyright {
  text-align: center;
  font-size: 11px;
  color: #666666;
  margin-top: 40px;
}

/* =========================================
   レスポンシブの切り替え設定（必要に応じて）
   ========================================= */
@media screen and (min-width: 769px) {
  .mobile-simple-footer {
    display: none; /* PC画面では非表示にする場合 */
  }
}

/* =========================================
   画像サイズの完全統一（これだけで完結します）
========================================= */

/* 1. Zendeskが勝手に追加する枠（figureなど）を無害化し、幅を広げる */
.blg-guide-wrapper figure,
.blg-guide-wrapper figure.image,
.blg-guide-wrapper figure.wysiwyg-image {
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important; /* ←【重要】親枠が細くなるのを防ぐ */
  max-width: 100% !important;
  text-align: center !important;
  display: block !important;
}

/* 2. 画像本体への基本設定 */
.blg-guide-wrapper img,
.blg-guide-wrapper figure img,
.blg-guide-wrapper img.wysiwyg-image-resized {
  display: block !important;
  margin: 20px auto !important; 
  border: 1px solid #888888 !important; /* 枠線 */
  border-radius: 4px !important;
  box-sizing: border-box !important;
  height: auto !important; 
  min-height: 0 !important;
  max-height: none !important;
}

/* --- 3. PC向け：絶対に400pxに統一（優先度最強版） --- */
@media (min-width: 769px) {
  .blg-guide-wrapper img,
  .blg-guide-wrapper figure img,
  .blg-guide-wrapper figure.wysiwyg-image img,
  .blg-guide-wrapper li img,
  .blg-guide-wrapper img.wysiwyg-image-resized {
    width: 400px !important;      /* 400pxに強制固定！ */
    max-width: 400px !important;  /* 400px以上広がるのを許さない */
    min-width: 400px !important;  /* 400px以下に縮むのも許さない！ */
  }
}

/* --- 4. スマホ向け：画面幅に合わせて綺麗に縮小 --- */
@media (max-width: 768px) {
  .blg-guide-wrapper img,
  .blg-guide-wrapper figure img,
  .blg-guide-wrapper img.wysiwyg-image-resized {
    width: 100% !important;       /* スマホの横幅を基準にする */
    max-width: 400px !important;  /* ただし最大400pxまで */
  }
}


/* =========================================
   スマホの横揺れ（水平スクロール）完全防止
========================================= */

/* 1. Zendeskエディタが勝手につける「固定幅（width）」を強制解除 */
.blg-guide-wrapper figure,
.blg-guide-wrapper .image {
  max-width: 100% !important;
  width: auto !important; /* これが横揺れ防止の特効薬です！ */
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important; /* 万が一はみ出ても見えなくする */
}

/* 2. 画像本体の制限（はみ出し防止＆中央寄せ＆枠線） */
.blg-guide-wrapper img {
  display: block !important;
  margin: 20px auto !important;
  max-width: 100% !important;
  width: auto !important; 
  height: auto !important;
  border: 1px solid #888888 !important; /* 黒とグレーの中間の枠線 */
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

/* 3. 長いURLや英語文字列が枠を押し広げるのを強制的に防ぐ */
.blg-guide-wrapper,
.blg-guide-wrapper p,
.blg-guide-wrapper li,
.blg-guide-wrapper div {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* 4. 記事を囲む大枠自体に、横揺れを許さない設定を追加 */
.article-body {
  overflow-x: hidden !important; /* 画面外への横のはみ出しを一切許可しない */
}

/* =========================================
   PC画面（769px以上）用のスタイル上書き
   ========================================= */
@media screen and (min-width: 769px) {
  .mobile-simple-footer {
    display: block;
    width: 100%;             /* 画面幅いっぱいに広げる */
    max-width: none;         /* 背景の幅制限を解除 */
    margin: 40px 0 0 0;      /* 上の余白だけ残し、左右と下の余白を0にする（画面下までくっつける） */
    padding: 60px 0;         /* フッター内の上下の余白（広めにとっています） */
    border-radius: 0;        /* 角の丸みをなくす */
  }

  .msf-list {
    display: flex;
    justify-content: center; /* 中央寄せ */
    flex-wrap: wrap;
    gap: 16px 40px;
    max-width: 1000px;       /* メニューの文字が左右に広がりすぎないように制限 */
    margin: 0 auto;          /* メニュー全体を中央に配置 */
  }

  .msf-link {
    padding: 8px 0;
    justify-content: center;
  }

  .msf-link:hover {
    opacity: 0.7; 
    background-color: transparent; 
  }

  .msf-copyright {
    margin-top: 48px;
    font-size: 12px;
  }


.breadcrumbs-left {
  /* パンくずリストが長くなった場合の調整 */
  padding-left: 50px; 
}
}
/* フォームのラベル（項目名）の装飾：左ライン */
#new-request-form label,
[data-garden-id*="label"] {
  display: block !important;
  font-weight: bold !important;
  color: #333 !important; /* 文字色は濃いグレー */
  font-size: 16px !important;
  
  /* 追加する装飾 */
  margin-bottom: 12px !important;
  padding-left: 12px !important; /* 左の線との隙間 */
  border-left: 5px solid #a01b22 !important; /* ブランドの赤色ライン */
  line-height: 1.2 !important; /* ラインの高さを文字に合わせる */
}
@media screen and (max-width: 768px) {
/* --------------------------------------------------
     3. パンくずリスト
     -------------------------------------------------- */
  .breadcrumbs-nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  }
  .breadcrumbs-nav a {
    color: #666 !important;
    text-decoration: underline !important;
    margin: 0 2px !important;
  }
  
  /* 手動リンク（TOP, FAQ）の後ろに矢印をつける */
  .breadcrumbs-nav > a::after {
    content: ">";
    margin: 0 5px;
    color: #999;
    text-decoration: none;
    display: inline-block;
  }

  /* システムが出力するパンくずリスト本体 */
  .breadcrumbs-nav .breadcrumbs {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
  }
  .breadcrumbs-nav li {
    display: inline-block !important;
    color: #666 !important;
    white-space: normal !important;
  }

  /* ▼▼▼ 変更点：表示項目の制御 ▼▼▼ */
  
  /* 1番目（Home）は非表示 */
  .breadcrumbs-nav .breadcrumbs li:first-child {
    display: none !important;
  }
  
  /* 2番目（カテゴリ：会員など）を非表示にしてスキップ */
  .breadcrumbs-nav .breadcrumbs li:nth-child(2) {
    display: none !important;
  }

  /* 項目の前の矢印（デフォルト） */
  .breadcrumbs-nav li::before {
    content: ">" !important;
    margin: 0 5px !important;
    color: #999 !important;
  }
  
  /* 3番目（セクション）の前の矢印を消す
     （直前の「よくあるご質問」に矢印がついているため重複防止） */
  .breadcrumbs-nav .breadcrumbs li:nth-child(3)::before {
    content: none !important; 
  }
.breadcrumbs-container {
    margin-left: 0;
    /* または margin: 0; など、デザインに合わせて調整 */
} 

  
  
}
@media screen and (min-width: 769px) {
   /* パンくずリスト */
  .breadcrumbs-nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  }
  .breadcrumbs-nav a {
    color: #666 !important;
    text-decoration: underline !important;
    margin: 0 2px !important;
  }
  
  /* 手動リンク（TOP, FAQ）の後ろに矢印をつける */
  .breadcrumbs-nav > a::after {
    content: ">";
    margin: 0 5px;
    color: #999;
    text-decoration: none;
    display: inline-block;
  }

  /* システムが出力するパンくずリスト本体 */
  .breadcrumbs-nav .breadcrumbs {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
  }
  .breadcrumbs-nav li {
    display: inline-block !important;
    color: #666 !important;
    white-space: normal !important;
  }

  /* ▼▼▼ 変更点：表示項目の制御 ▼▼▼ */
  
  /* 1番目（Home）は非表示 */
  .breadcrumbs-nav .breadcrumbs li:first-child {
    display: none !important;
  }
  
  /* 2番目（カテゴリ：会員など）を非表示にしてスキップ */
  .breadcrumbs-nav .breadcrumbs li:nth-child(2) {
    display: none !important;
  }

  /* 項目の前の矢印（デフォルト） */
  .breadcrumbs-nav li::before {
    content: ">" !important;
    margin: 0 5px !important;
    color: #999 !important;
  }
  
  /* 3番目（セクション）の前の矢印を消す
     （直前の「よくあるご質問」に矢印がついているため重複防止） */
  .breadcrumbs-nav .breadcrumbs li:nth-child(3)::before {
    content: none !important; 
  }
}

@media (max-width: 768px) {
  /* h4以外の要素（pや画像）を左に引っ張り出して全幅にする */
  .blg-guide-wrapper li > *:not(h4) {
    width: calc(100%) !important;
    max-width: calc(100%) !important;
  }

  /* 画像を幅いっぱいにする */
  .blg-guide-wrapper li img {
    width: 100% !important;
    height: auto !important;
  }

/* コンテナ全体をFlexboxにする */
#blg-toc.blg-toc-container {
    display: flex !important;
    width: 100% !important;
}

/* 中に入っている各ボタンの設定 */
#blg-toc.blg-toc-container > * {
    flex: 1 1 0% !important; 
    
    /* ↓↓ 今回の追加分：元々の幅制限をぶっ壊す ↓↓ */
    max-width: 100% !important; 
    width: auto !important;
    
    /* テキストやアイコンを中央揃えに */
    text-align: center !important; 
    display: flex !important; /* 中の文字とアイコンを綺麗に並べる用 */
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
}  
/* PC・スマホ共通：目次（ナビゲーション）を要素数に合わせて均等割りにする */
#blg-toc.blg-toc-container {
    display: flex !important;
    width: 100% !important;
}

#blg-toc.blg-toc-container:has(> :only-child) {
    display: none !important;
}

#blg-toc.blg-toc-container > * {
    flex: 1 1 0% !important; 
    max-width: 100% !important; 
    width: auto !important;
    
    text-align: center !important; 
    display: flex !important; 
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/* 1. 元々のリストの数字を非表示にし、独自のカウンター（step-counter）を準備する */
.blg-guide-wrapper ol {
    list-style: none !important;
    counter-reset: step-counter !important;
}

/* 2. liタグが来るたびにカウンターの数字を1ずつ増やす */
.blg-guide-wrapper ol > li {
    counter-increment: step-counter !important;
}

/* 3. 黒丸を「STEP 1」に書き換える */
.blg-guide-wrapper ol > li::before {
    /* ここが「1」を「STEP 1」にする魔法のコードです */
    content: "STEP " counter(step-counter) !important; 
    
    /* 宙に浮いて文字と重なる現象をストップさせる */
    position: static !important; 
    display: inline-block !important;
    
    /* STEPバッジのデザイン */
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 4px 12px !important;
    border-radius: 4px !important; /* 黒丸をキャンセルして角丸四角にする */
    font-size: 14px !important;
    font-weight: bold !important;
    
    /* 邪魔をしている元の黒丸の設定を完全に無効化 */
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    text-align: center !important;
    margin-right: 10px !important; /* 右側のテキストとの間に少し隙間を空ける */

    /* ↓↓ これを追加してバッジの下にスペースを空けます ↓↓ */
    margin-bottom: 8px !important; 
    
    /* 確実にバッジの下で改行させたい場合は、こちらも指定しておくと安全です */
    display: inline-block !important; 
}

/* パンくずリストのフォントをサイト全体で強制的に統一する */
div.breadcrumbs-left,
div.breadcrumbs-left * {
    /* ▼ 2枚目のモダンなフォント（最近の主流）に合わせる場合はこちら ▼ */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;

    /* ▼ もし1枚目のフォント（Helvetica等）に合わせたい場合は、上の行を消して以下を使ってください ▼
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
    */
}