@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import 'https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap';
html {
  line-height: 1.15;
  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;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: 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] {
  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] {
  appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #2F3941;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  line-height: 1.5;
}
body > main {
  min-height: calc(100% - 130px);
}

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

h1 {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: #1F73B7;
  text-decoration: none;
}

button {
  cursor: pointer;
}

select {
  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;
  color: #555;
  outline: none;
  padding: 8px 30px 8px 10px;
  width: 100%;
}

textarea {
  border: 1px solid #87929d;
  border-radius: 2px;
  outline: none;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  padding: 52px 24px 0;
}
@media (max-width: 768px) {
  .container {
    padding: 16px 24px 0;
  }
}

.wrapper {
  margin: auto;
  width: 640px;
}
@media (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}

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

.error-page {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 960px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-end: 0;
  margin-block-start: 0;
}

input,
textarea {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

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

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

/***** Tables *****/
.table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
@media (min-width: 1024px) {
  .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table th {
    height: 60px;
    padding: 10px 20px;
  }
}
.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: 1024px) {
  .table td {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
    height: 60px;
    padding: 10px 20px;
  }
}

/***** Forms *****/
.form {
  margin-top: 52px;
  max-width: 640px;
  padding-bottom: 80px;
}
.form-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.form-field label[for=request-attachments],
.form-field .upload-dropzone {
  display: none;
}

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

.form-field label {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .form-field label {
    margin-bottom: 12px;
  }
}

.form-field input {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(114, 132, 144, 0.2);
  padding: 0 0 13px;
  width: 100%;
  height: 44px;
}

.form-field input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: inline-block;
  appearance: auto;
}

.request-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: inline-block;
  appearance: auto;
}

.form-field .nesty-input {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
  height: 40px;
  align-items: center;
  background-color: rgba(76, 95, 108, 0.03);
  border: 1px solid rgba(114, 132, 144, 0.2);
  border-radius: 8px;
  display: flex;
  padding-left: 16px;
}

.nesty-input::after {
  width: 24px;
  height: 24px;
  background-image: url(/hc/theming_assets/01HZM1P88APCF2CS1E4BH5G8KH);
  background-size: 24px 24px;
  content: "";
  display: inline-block;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotateZ(90deg);
}

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

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

.form-field textarea {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(114, 132, 144, 0.2);
  min-height: 73px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .form-field textarea {
    min-height: 92px;
  }
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.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: 30px;
}

.form footer input {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 320px;
  height: 48px;
  background-color: #0A2040;
  border-radius: 24px;
  cursor: pointer;
  display: block;
  margin: 16px auto 0;
}

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

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #9358B0;
}

/***** Header *****/
.header {
  border-bottom: 1px solid rgba(114, 132, 144, 0.2);
}
.header-container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 960px;
  align-items: center;
  display: flex;
  height: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .header-container {
    margin-left: 20px;
  }
}

.logo img {
  width: 152px;
  height: 31px;
  vertical-align: middle;
}

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

.logo a {
  display: inline-block;
}

.logo a:hover,
.logo a:focus,
.logo a:active {
  text-decoration: 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 {
  background-color: transparent;
  color: #1F73B7;
}
.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 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

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

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  padding: 16px 24px 24px;
}
.footer a {
  color: #5a6d7c;
}
.footer-inner {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 960px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer-inner-text {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.footer-language-selector button {
  width: 158px;
  height: 40px;
  align-items: center;
  border: 2px solid rgba(76, 95, 108, 0.1);
  border-radius: 30px;
  color: #5a6d7c;
  display: flex;
  text-align: center;
}
.footer-language-selector button span {
  flex-grow: 1;
  text-align: center;
}
.footer-language-selector button svg {
  margin-right: 16px;
}

.dropdown-toggle-text {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  display: flex;
  padding: 0;
}
.breadcrumbs a {
  color: #1F8CA4;
}
.breadcrumbs li {
  color: #1F8CA4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01HZM1P88APCF2CS1E4BH5G8KH);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
  display: inline-block;
  margin: 0 4px;
}

/***** Search field *****/
.search-container {
  position: relative;
}
.search-container svg {
  margin-left: 4px;
}

.search-has-value .clear-button {
  display: flex;
}

.search {
  border-color: rgba(76, 95, 108, 0.2);
  border-radius: 22px;
  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 {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: rgba(114, 132, 144, 0.03);
  border: none;
  border-radius: 30px;
}
.search input[type=search]::placeholder,
.search .clear-button::placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  width: 100%;
  height: 40px;
  appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
}
.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 {
  appearance: none;
}
.search input[type=search]:-webkit-autofill {
  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 {
  box-shadow: 0 0 0 3px #17494D;
  outline: 0;
}

[dir=ltr] .search input[type=search] {
  padding-left: 48px;
  padding-right: 20px;
}

[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-right-color: transparent;
  border-top-right-radius: 0;
}

[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-left-color: transparent;
  border-top-left-radius: 0;
}

[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-right-color: transparent;
  border-top-right-radius: 0;
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 48px;
}

[dir=rtl] .search .clear-button:focus {
  border-right-color: #17494D;
}

[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-left-color: transparent;
  border-top-left-radius: 0;
}

[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: #17494D;
}

[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: #17494D;
}

[dir=ltr] .search .clear-button:focus {
  border-left-color: #17494D;
}

.search input[type=search]:-webkit-autofill:hover,
.search input[type=search]:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #fff inset;
}

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

/***** Hero component *****/
.hero {
  padding-top: 87px;
}
.hero-inner {
  margin: 28px auto 0;
  position: relative;
  width: 100%;
}

.page-header {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    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: 60px;
}
.page-header-description {
  font-style: italic;
  margin: 0 0 30px;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  width: 20px;
  height: 20px;
  left: -5px;
  position: relative;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-flow: column wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .sub-nav {
    margin-bottom: 24px;
  }
}
.sub-nav-article {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  width: 640px;
}
@media (max-width: 768px) {
  .sub-nav-article {
    width: 100%;
  }
}
.sub-nav-article ol {
  flex-shrink: 0;
}
.sub-nav-article div {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  align-items: center;
  display: flex;
  flex-grow: 1;
}
.sub-nav-article div span {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-word;
}
.sub-nav-article div::before {
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01HZM1P88APCF2CS1E4BH5G8KH);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin: 0 4px;
}
.sub-nav .breadcrumbs {
  color: #1F8CA4;
  margin: 0;
}
.sub-nav .search-container {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 768px) {
  .sub-nav .search-container {
    max-width: none;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  border-bottom: 1px solid rgba(114, 132, 144, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.blocks-item {
  border-top: 1px solid rgba(114, 132, 144, 0.2);
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}
.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}
.blocks-item-internal .icon-lock {
  width: 15px;
  height: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: #2F3941;
}
.blocks-item-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.blocks-item-link {
  border-radius: inherit;
  color: #17494D;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 26px 0 22px;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}
.blocks-item-link:focus {
  text-decoration: none;
}
.blocks-item-title {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.home-section {
  padding-top: 36px;
}
@media (max-width: 768px) {
  .home-section {
    padding-top: 72px;
  }
}

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

/***** 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;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  display: inline-block;
  margin: 6px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    margin: 0;
    width: 70%;
  }
}
.recent-activity-item-link {
  font-size: 14px;
}
.recent-activity-item-meta {
  color: #2F3941;
  float: none;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    float: right;
    margin: 0;
  }
  [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: #1F8CA4;
  text-decoration: none;
}
.recent-activity-accessibility-label {
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}
.recent-activity-comment-icon svg {
  width: 16px;
  height: 16px;
  color: #17494D;
  vertical-align: middle;
}
.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 {
  width: 100%;
}
@media (max-width: 768px) {
  .category-content h1 {
    margin-bottom: 48px;
  }
}
.category-section {
  margin-bottom: 40px;
}

.section-tree .section {
  flex: initial;
}
@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 {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list {
  align-items: flex-start;
  border-bottom: 1px solid rgba(114, 132, 144, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin-top: 32px;
  padding-bottom: 13px;
}
@media (max-width: 768px) {
  .article-list {
    margin-top: 21px;
  }
}
.article-list-item {
  padding: 9px 0 9px 10px;
  position: relative;
  width: 403px;
}
.article-list-item a {
  color: #1F8CA4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .article-list-item {
    padding: 11px 0 11px 10px;
    width: 100%;
  }
}
.article-list-item::before {
  color: #1F8CA4;
  content: "・";
  display: block;
  left: -5px;
  position: absolute;
}

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

/***** Article *****/
.article {
  width: 640px;
}
@media (max-width: 768px) {
  .article {
    width: 100%;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(114, 132, 144, 0.2);
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-top: 0;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
  }
}
.article-author {
  margin-top: 28px;
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-information-request p {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.article-body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.article-body a {
  color: #1F8CA4;
  text-decoration: none;
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body table {
  margin-top: 40px;
}
.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 0 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 0 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 {
  background-color: #f2f2f2;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
.article-body ul {
  list-style-position: outside;
  list-style-type: disc;
  margin: 36px 0 4px 12px;
  padding-left: 20px;
}
.article-body ul [dir=rtl] {
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 20px;
}
.article-body ol {
  list-style-position: outside;
  margin: 36px 0 4px 12px;
  padding-left: 20px;
}
.article-body ol [dir=rtl] {
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-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 :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 2px;
  padding: 0 5px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: auto;
  padding: 10px 15px;
  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: 40px 0;
  word-wrap: break-word;
}
.article-footer {
  padding-bottom: 80px;
}
.article-sidebar {
  margin-bottom: 80px;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .article-sidebar {
    margin-bottom: 20px;
    width: 240px;
  }
}
.article-sidebar a {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.article-votes {
  background-color: rgba(114, 132, 144, 0.03);
  padding: 44px 0 40px;
  text-align: center;
}
.article-votes-question {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.article-votes-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 208px;
}
.article-vote {
  color: #1F8CA4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 96px;
  height: 32px;
  background: #fff;
  border: 1px solid #1F8CA4;
  border-radius: 16px;
}
.article-information {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 35px;
}
.article-information-request {
  display: inline-block;
  margin-top: 18px;
}
.article-information-request div {
  width: 160px;
  height: 40px;
  align-items: center;
  background-color: #0A2040;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  margin: auto;
}

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

.related-articles-title {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid rgba(114, 132, 144, 0.2);
  padding-bottom: 12px;
}
.related-articles ul {
  margin-top: 16px;
}
.related-articles ul li {
  margin-bottom: 14px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.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 {
  width: 25px;
  height: 25px;
}

.share a {
  color: #5a6d7c;
}
.share a:hover {
  color: #17494D;
  text-decoration: none;
}
.share a svg {
  width: 18px;
  height: 18px;
  display: 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,
.vote-down {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #5a6d7c;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 35px;
  min-width: 35px;
}

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

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

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

/***** 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;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.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%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@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-left: 20px;
  padding-right: 0;
}
.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 {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.post-body a {
  color: #0A2040;
  text-decoration: none;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body table {
  margin-top: 40px;
}
.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 0 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 0 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 {
  background-color: #f2f2f2;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
.post-body ul {
  list-style-position: outside;
  list-style-type: disc;
  margin: 36px 0 4px 12px;
  padding-left: 20px;
}
.post-body ul [dir=rtl] {
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 20px;
}
.post-body ol {
  list-style-position: outside;
  margin: 36px 0 4px 12px;
  padding-left: 20px;
}
.post-body ol [dir=rtl] {
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-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 :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 2px;
  padding: 0 5px;
}
.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: auto;
  padding: 10px 15px;
  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 {
  width: 18px;
  height: 18px;
  color: #17494D;
  display: inline-block;
  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;
  }
}

/* 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 {
  width: 25px;
  height: 25px;
  background: none;
  border: 0;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 22.5px;
  transform: translateY(-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 {
  border: 1px solid #17494D;
  outline: none;
}

.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 {
    padding: 15px 0;
    text-decoration: none;
  }
}
.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;
    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;
  }
}
.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 {
  width: 25px;
  height: 25px;
  background: none;
  border: 0;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 22.5px;
  transform: translateY(-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 {
  border: 1px solid #17494D;
  outline: none;
}
.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;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-flow: column 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%;
    min-width: 0;
    order: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #5a6d7c;
  padding: 8px 25px;
  text-align: inherit;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .form-field.comment-ccs > ul {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 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: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 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;
    flex: 0 0 auto;
    font-size: 13px;
    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;
  font-size: 13px;
  margin: 20px 0 0;
  vertical-align: top;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  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;
}
.request-follow-up {
  padding-top: 20px;
}

#request_description_hint {
  display: none;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-list {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 169px;
}
.pagination-first-link, .pagination-last-link {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: -3px;
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}
.pagination-next-link {
  align-items: center;
  display: flex;
}
.pagination-next-text {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding-right: 6px;
}
.pagination-next-icon {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: -3px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  align-items: center;
  display: flex;
}
.pagination-prev-text {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding-left: 6px;
}
.pagination-prev-icon {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: -3px;
}
[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: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 1px 0 4px;
}

/***** Search results *****/
.search-result-title-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.search-result-title {
  line-height: 1;
  text-align: justify;
  word-break: break-word;
}
.search-result-title a {
  color: #1F8CA4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.search-result-description {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 12px;
  text-align: justify;
  word-break: break-word;
}
@media (max-width: 768px) {
  .search-result-description {
    margin-top: 18px;
  }
}
.search-result-date {
  color: #728490;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-top: 8px;
}

.search-results {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  width: 640px;
}
@media (max-width: 768px) {
  .search-results-column {
    width: 100%;
  }
}
.search-results-subheading {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .search-results-subheading {
    font-size: 20px;
  }
}
.search-results-counts {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .search-results-counts {
    margin-top: 13px;
  }
}
.search-results-list {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .search-results-list {
    margin-top: 3px;
  }
}
.search-results-list li {
  border-bottom: 1px solid rgba(114, 132, 144, 0.2);
  padding: 24px 0 16px;
}
@media (max-width: 768px) {
  .search-results-list li {
    padding: 10px 0;
  }
}
.search-results-other-word {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .search-results-other-word {
    margin-top: 25px;
  }
}
.search-results .no-results {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2f3941;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 24px;
}
.search-results .no-results .action-prompt {
  color: #68737d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.154px;
  line-height: 20px;
}
.search-results .no-results .action-prompt a {
  color: #1F73B7;
}
.search-results .no-results .action-prompt a:visited {
  color: #1F73B7;
}

/* 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 {
  background: yellow;
  font-style: normal;
}

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

.notification a {
  color: #158ec2;
}

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

.notification-icon,
.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-icon::before {
  width: 14px;
  height: 14px;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.notification-error .notification-icon::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 {
  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 {
  background: #fff8ed;
  border-color: #fcdba9;
  color: #ad5e18;
}

.notification-alert .notification-icon::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");
}

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

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

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 7px;
  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 {
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  color: #dd0a0a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
}
.notification-inline.notification-large {
  margin-bottom: 25px;
  padding: 13px 15px;
}

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

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

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

.dropdown-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}

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

.dropdown-menu {
  background: #fff;
  border: 1px solid #87929d;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  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;
}
[dir=rtl] .dropdown-menu .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu .dropdown-menu-end {
  left: 0;
  right: auto;
}
.dropdown-menu[aria-expanded=true] {
  display: block;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem] {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #333;
  cursor: pointer;
  display: block;
  line-height: inherit;
  padding: 7px 40px 7px 20px;
  text-align: start;
  white-space: nowrap;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus {
  background: #f3f3f3;
  color: #333;
  text-decoration: none;
}
.dropdown-menu [role=menuitem][aria-selected=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after {
  width: 12px;
  height: 12px;
  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");
  content: "";
  display: inline-block;
  margin-left: 10px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true] {
  display: none !important;
}

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

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

.content-tags > p {
  color: #68737d;
  margin-bottom: 4px;
  margin-top: 32px;
}
.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 {
  margin-right: 8px;
  padding-right: 8px;
}
[dir=rtl] .content-tag-list li {
  margin-left: 8px;
  padding-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;
}

.error-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .error-title {
    font-size: 20px;
  }
}
.error-description {
  color: #4c5f6c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .error-description {
    margin-top: 25px;
  }
}

.common-breadcrumbs li:last-child {
  color: #4c5f6c;
}
.common-breadcrumbs li:last-child a {
  color: #4c5f6c;
}
.common-top-button {
  display: inline-block;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .common-top-button {
    margin-top: 38px;
    width: 100%;
  }
}
.common-top-button div {
  width: 240px;
  height: 40px;
  align-items: center;
  background-color: #0A2040;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media (max-width: 768px) {
  .common-top-button div {
    width: 100%;
  }
}
.common-top-button p {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  font-weight: 700;
}