/**************************************/
/* Original Styles */
/**************************************/

@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 {
  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, 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: #2B2B2B;
  font-family: 'Poppins', 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-weight: 400;
  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: 'Poppins', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: rgba(0, 136, 204, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  transition: border .12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid #0071E3;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #0071E3;
}

select::-ms-expand {
  display: none;
}

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

textarea:focus {
  border: 1px solid #0071E3;
}

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

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

.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: 90%;
  }
}

.visibility-hidden, .recent-activity-accessibility-label, .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;
}

/***** Buttons *****/
.button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a {
  background-color: transparent;
  border: 1px solid #0071E3;
  border-radius: 4px;
  color: #0071E3;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .edit-profile-button a {
    width: auto;
  }
}

.button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .edit-profile-button a:hover, .button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .edit-profile-button a:active, .button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .edit-profile-button a:focus, .button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .edit-profile-button a.button-primary {
  background-color: #0071E3;
  color: #FFFFFF;
  text-decoration: none;
}

.button.button-primary:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected="true"]:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected="true"]:hover, .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected="true"]: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, .edit-profile-button a.button-primary:hover, .button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected="true"]:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected="true"]:focus, .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected="true"]: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, .edit-profile-button a.button-primary:focus, .button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected="true"]:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected="true"]:active, .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected="true"]:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected="true"]: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, .edit-profile-button a.button-primary:active {
  background-color: #003e7d;
  border-color: #003e7d;
}

.button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled], .edit-profile-button a[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: #0071E3;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #003e7d;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #5e5e5e;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #2B2B2B;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
/***** 変更_追加_開始 *****/
table thead {
  background-color: #eeeeee;
  text-align: center;
  font-weight: bold;
}
/***** 変更_追加_終了 *****/
.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: #5e5e5e;
  font-size: 13px;
  font-weight: 300;
  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 #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #0071E3;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #0071E3;
}

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

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #0071E3;
  text-decoration: none;
}

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

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

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

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

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

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

.form footer a {
  color: #5e5e5e;
  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: #046;
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

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

.logo img {
  max-height: 37px;
}

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

.nav-wrapper a {
  border: 0;
  color: rgba(0, 136, 204, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(0, 136, 204, 1);
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: rgba(0, 136, 204, 1);
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: rgba(0, 136, 204, 1);
}

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

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

/***** 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: rgba(0, 136, 204, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(0, 136, 204, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(0, 136, 204, 1);
  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: #0071E3;
  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: #5e5e5e;
}

.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: 90%;
  }
}

.footer-language-selector {
  color: #5e5e5e;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #5e5e5e;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: rgba(0, 136, 204, 1);
}

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

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #666;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

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

.search input[type="search"]:focus {
  border: 1px solid #0071E3;
  color: #555;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

[dir="rtl"] .search-icon {
  right: 15px;
  left: auto;
}

.search-container {
  position: relative;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01J4JZN3ER6KXBNYMTPWXS7YFC);
  background-position: center;
  background-size: cover;
  height: 300px;
  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;
    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;
  font-weight: 300;
  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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 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;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid #0071E3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0071E3;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #0071E3;
}

.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: #2B2B2B;
}

.blocks-item-link {
  color: #0071E3;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #0071E3;
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  font-weight: 300;
  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;
  color: #2B2B2B;
}

.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;
  background-image: url(/hc/theming_assets/01JYK0Q47H8WZP2V312WCFVQMN);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.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;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #2B2B2B;
  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;
  font-weight: 300;
}

.recent-activity-item-meta {
  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 {
  color: #5e5e5e;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.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-comment-icon svg {
  vertical-align: middle;
  color: #0071E3;
  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;
}

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

@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: #2B2B2B;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: #2B2B2B;
}

.icon-star {
  color: #0071E3;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.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: #2B2B2B;
  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;
}

@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 img {
  height: auto;
  max-width: 100%;
  border: 1px solid lightgray;/* 変更_追加 */
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  /***** 変更_開始
  margin: 20px 0 20px 20px;
   *****/
  margin: 14px 0 18px 20px;
  /***** 変更_終了 *****/
}

[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 a:visited {
  color: #0088CC;
}

.article-body a:hover {
  font-weight: bold;
} */

.article-body 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;
   *****/
  white-space: pre-wrap;
  /***** 変更_終了 *****/
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #5e5e5e;
  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 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #5e5e5e;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: #0071E3;
  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;
  }
}

.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-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #2B2B2B;
  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);
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  border-radius: 4px;
  color: #2B2B2B;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #0071E3;
  color: #FFFFFF;
  text-decoration: none;
}

.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: #2B2B2B;
  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: #5e5e5e;
}

/***** 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: #5e5e5e;
}

.share a:hover {
  text-decoration: none;
  color: #0071E3;
}

.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: #5e5e5e;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #0071E3;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #5e5e5e;
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #0071E3;
  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 0 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: #0071E3;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'Poppins', 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

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

.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 a:visited {
  color: #046;
}

.comment-body 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: #5e5e5e;
  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: #5e5e5e;
  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: #0071E3;
}

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

.vote-voted {
  color: #0071E3;
}

.vote-voted:hover {
  color: #003e7d;
}

/***** 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/01JYK0Q3RWM3Y1DD27D5S0KP97);
  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: #0071E3;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
  background-color: #0071E3;
  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: #003e7d;
  border-color: #003e7d;
}

.community-follow button::after {
  border-left: 1px solid #0071E3;
  content: attr(data-follower-count);
  color: #0071E3;
  display: inline-block;
  font-family: 'Poppins', 'Zen Kaku Gothic New', 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 #0071E3;
  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: rgba(0, 136, 204, 1);
  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: #046;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #5e5e5e;
  font-weight: 300;
  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 {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #2B2B2B;
    display: block;
    font-weight: 400;
  }
}

/***** 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: #0071E3;
}

.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: #5e5e5e;
}

.status-label-pending {
  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-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** 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: 'Poppins', 'Zen Kaku Gothic New', 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 img {
  height: auto;
  max-width: 100%;
}

.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 a:visited {
  color: #046;
}

.post-body 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: #5e5e5e;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #5e5e5e;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #0071E3;
  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;
  }
}

/* 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: calc(45px / 2);
  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 #0071E3;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #2B2B2B;
  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: #2B2B2B;
  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 #0071E3;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #2B2B2B;
}

.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: calc(45px / 2);
  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 #0071E3;
}

.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: #5e5e5e;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

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

/***** 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: #5e5e5e;
  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 #0071E3;
}

.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 #0071E3;
}

.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 {
  color: #5e5e5e;
  font-weight: 300;
  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-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 * {
  display: inline;
}

.meta-data {
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  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: 65px;
  height: 65px;
}

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

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

.edit-profile-button a {
  background-color: #0071E3;
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #0071E3;
}

.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: #5e5e5e;
  font-weight: 300;
  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 #0071E3;
  border-radius: 4px;
  color: #0071E3;
  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: #5e5e5e;
  font-weight: 300;
  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-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:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.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: rgba(0, 136, 204, 1);
}

.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: ' \2304';
  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-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: #5e5e5e;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: #0071E3;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li, .search-result-breadcrumbs li a, .search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* 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 .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

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

.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-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: .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-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  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;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  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"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="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 {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][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;
}





/**************************************/
/* General Styles */
/**************************************/
.g_head{
  padding: 16px 20px;
  background-color: #f7f3e8;
  border-left: 4px solid #E65A28;
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: normal;
}
.g_sec{
  padding-bottom: 40px;
}



/**************************************/
/* Old Styles Backup */
/**************************************/
/* Overwrite */
/*------------------------------------*/
/* Hide [Powered by Zendesk] */
/* .powered-by-zendesk{
  display: none;
}

select,
input[type="text"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea{
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  line-height: normal;
}

.article-relatives {
  border-top: 0;
  padding: 0;
  flex-wrap: wrap;
}
.article-relatives > *{
  flex-basis: 100%;
  min-width: 100%;
}
.article-relatives > *:first-child {
  border-top: 1px solid #999;
  padding-top: 20px;
}
.article-relatives > *:last-child {
  padding-bottom: 20px;
}

@media (min-width: 768px){
  .article-relatives {
    border-top: 0;
    padding: 0;
  }
  .article-relatives > *,
  .article-relatives > *:first-child,
  .article-relatives > *:last-child {
    border-top: 1px solid #999;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .category-content,
  .section-content{
    flex: 0 0 100%;
  }

  .article-sidebar {
    max-width: 17%;
  }
  .article {
    flex: 1 0 auto;
    max-width: 100%;
    width: 66%;
  }  
}

.container-divider:empty{
  display: none;
}
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/************************************** /
/* Brand Styles * /
/************************************** /

/*    Sub navigation
=====================================================* /
.sub-nav{
  padding: 13px 0;
  margin-bottom: 0;
}
.breadcrumbs li{
  font-size: 16px;
}
.search-container svg.search-icon{
  left: 18px;
}
.hero-inner svg.search-icon > *,
.search-container svg.search-icon > *{
  stroke: #000;
}
.search input[type="search"]{
  height: 50px;
  border-color: #707070;
  padding-left: 44px;
}
@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 360px;
  }
}

/*    Category page
=====================================================* /
.category-content .page-header{
  display: block;
  margin-bottom: 40px;
}
.page-header-description{
  margin-bottom: 0;
}
.section-tree{
  margin-top: -24px;
}
.section-tree .section{
  margin: 24px 0 0;
}
.section-tree-title{
  padding-left: 29px;
  text-indent: -29px;
  font-weight: normal;
  font-size: 0;
}
.section-tree-title a{
  font-size: 16px;
}
.section-tree-title a > .g_ic{
  margin-right: 12.5px;
  margin-left: 8px;
}


/*    Section page
=====================================================* /
.section-content .page-header{
  display: block;
  margin-bottom: 40px;
}
.section-content_header{
  display: flex;
  justify-content: space-between;
}
.page-header .section-subscribe{
  margin-bottom: 0;
}
.section-list{
  margin: 0 0 20px;
}
.section-list-item{
  padding: 0;
  border: none;
  margin-top: 24px;
}
.section-list-item:first-child{
  border: none;
  margin-top: 0;
}
.section-list-item span > .g_ic{
  margin-right: 12.5px;
  margin-left: 8px;
}
.article-list-item{
  padding: 0 0 0 29px;
  text-indent: -29px;
  font-size: 0;
  margin-top: 18px;
}
.article-list-item:first-child{
  margin-top: 0;
}
.article-list-item > .g_ic{
  margin-right: 6px;
  vertical-align: top;
}
.article-list-item a{
  font-size: 16px;
}

/*    Article page
=====================================================* /
.article-sidebar{
  border-top: none;
}
.article-sidebar .collapsible-sidebar{
  max-height: none;
  padding: 0 0 10px;
}
.article-sidebar .collapsible-sidebar-toggle{
  z-index: 1;
}
.article-sidebar .collapsible-sidebar-title{
  display: block;
  font-size: 18px; 
  margin-bottom: 16px;
}
.article-sidebar .sidenav-item > .g_ic{
  margin-right: 6px;
  vertical-align: top;
}
.article-sidebar .sidenav-item{
  padding: 0 0 0 29px;
  text-indent: -29px;
  margin-bottom: 25px;
}
.article-sidebar .sidenav-item.current-article,
.article-sidebar .sidenav-item:hover{
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}
.article-header{
  margin: 0 0 20px;
  justify-content: space-between;
  flex-direction: row;
}
.article-header .g_head{
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.Article_labels{
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.Article_labels_itm{
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid #000;
  border-radius: 4px;
}
.article-subscribe{
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  text-align: right;
}
.article-content{
  margin-top: 0;
  line-height: 1.8;
}
.article-body h1{
  color: #113c83;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 4px;
  margin-top: 24px;
  border-bottom: 4px solid;
}
.article-body h2{
  color: #000;
  font-size: 23px;
  line-height: 1.3
  padding: 10px 17px 8px;
  margin-top: 26px;
  margin-bottom: 20px;
  background-color: #f7f3e8;
  border-left: 4px solid #E65A28;
  border-bottom: 2px solid #E65A28;
}
.article-body h3{
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
  padding: 10px 14px;
  margin-top: 26px;
  margin-bottom: 16px;
  background-color: #f7f3e8;
  border-left: 4px solid #E65A28;
}
.article-body h4{
  color: #113c83;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid;
}
.article-body .icoQ_sml::before,
.article-body .icoA_sml::before{
  display: inline-block;
  /* padding: 10px; * /
  padding-right: 10px;
  font-size: 20px;
}
.article-body .icoQ_sml::before{
  content: "Q.";
  color: #E65A28;
}
.article-body .icoA_sml::before{
  content: "A."; 
  color: #113c83;
}
.article-votes{
  border-color: #999;
}
.article-return-to-top{
  border-color: #999;
}
.article-relatives{
  border-top: 1px solid #999;
}
.article-relatives > *,
.article-relatives > *:first-child,
.article-relatives > *:last-child {
  padding-top: 20px;
  padding-bottom: 20px;
}
.article-relatives > *:last-child {
  border-top: none;
}
.recent-articles-title,
.related-articles-title{
  font-weight: normal;
  margin-bottom: 17px;
}
.article-relatives li{
  padding: 0 0 0 29px;
  text-indent: -29px;
}
.article-relatives li a{
  color: #000;
}
.article-body pre{
  border-radius: 4px;
  background-color: #F8F8F8;
  font-size: 15px;
  border: 1px solid #999;
  text-decoration: none;
  font-family: 'Poppins', 'Zen Kaku Gothic New', sans-serif;
}
.article-body pre.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.article-body p.not-cloud {
  padding: 8px 16px;
  background-color: #ffefd5;
  border: 1px solid #ff8c00;
  border-radius: 10px;
}
.article-body p.cloud-only {
  padding: 8px 16px;
  background-color: #fffaf0;
  border: 1px solid #d2b48c;
  border-radius: 10px;
}
.article-body .attention-bgcolor {
  background-color: #ffefd5;
}
.article-relatives li a::before{
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("$assets-ic_circle_arrow-svg");
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 6px;
}
@media (min-width: 576px){
  .Article_labels{
    flex: 0 1 calc(100% - ((12px * 10) + 40px));
    width: calc(100% - ((12px * 10) + 40px));
    max-width: calc(100% - ((12px * 10) + 40px));
  }
  .article-subscribe{
    flex: 0 1 calc((12px * 10) + 40px);
    width: calc((12px * 10) + 40px);
    max-width: calc((12px * 10) + 40px);
  }
}
@media (min-width: 1024px) {
  .article-container{
    justify-content: space-between;
  }
  .article{
    flex: 0 0 68.4%;
    width: 68.4%;
    max-width: 68.4%;
    padding: 0;
  }
  .article-sidebar {
    flex: 0 0 28.7%;
    max-width: 28.7%;
  }
}

/**************************************/
/* Design Renewal */
/**************************************/

/*====================================*/
/* Base Style */
/*====================================*/
body{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0;
}

/*====================================*/
/* Overwrite */
/*====================================*/
.container-divider{
  border: 0;
  margin: 0;
}
.container:last-child{
  margin-bottom: 50px;
}
.button,
.section-subscribe button,
.article-subscribe button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button
{
  /* padding: 13px 17px;
  border-radius: 4px;
  display: inline-block; */
  color: #ffffff;
  background-color: #0071E3;
  /* background-image: url(/hc/theming_assets/01JYK0PZ6J2W5JWTW2VDACH96D);
  background-position: right 16px center;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: 222px;
  text-align: left; */
}
.button:hover,
.section-subscribe button:hover,
.article-subscribe button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.button:active,
.section-subscribe button:active,
.article-subscribe button:active,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:active,
.button:focus,
.section-subscribe button:focus,
.article-subscribe button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.button.button-primary{
  background-image: linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: left top, 
                       left top;
}

.error-page{
  /* min-height: calc(100vh - 1100px); */
  min-height: 65vh;
  max-width: none;
  width: auto;
}
.error-page .section{
  background-color: #ffffff;
}
@media (min-width: 768px){
  /* .error-page{
    min-height: calc(100vh - 730px);
  } */
}

/*====================================*/
/* Common */
/*====================================*/
.hide{
  display: none !important;
}
.inner{
  width: 100%;
  max-width: 100%;
  padding: 0 26px;
  margin: 0 auto;
  height: auto;
}
.caption {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0; 
}
@media (min-width: 768px){
  .inner{
    max-width: 1066px;
    padding: 0 26px;
  }
}
/***** 変更_追加_開始 *****/
@media screen and (min-width: 1200px){
  .article-inner{
    width: 66%;
    margin: 0 0 0 50px;
  }
}
@media screen and (min-width: 1680px){
  .article-inner{
    width: 100%;
    margin: 0 0 0 10%;
  }
}
/***** 変更_追加_終了 *****/

/* Button */
/*------------------------------------*/
.buttons{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.button{
  padding: 19px 46px 19px 21px;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  background-color: #0071E3;
  background-image: url(/hc/theming_assets/01JYK0PZ6J2W5JWTW2VDACH96D);
  background-position: right 16px center;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  min-width: 200px;
}
.button:hover{
  background-image: url(/hc/theming_assets/01JYK0PZ6J2W5JWTW2VDACH96D),
                    linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: right 16px center, 
                       left top, 
                       left top;
}
.button.min{
  padding: 13px 17px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.button.min:hover{
}
.button.light{
  border: 1px solid #E2E2F0;
  display: inline-block;
  color: #0071E3;
  background-color: #ffffff;
  background-image: url(/hc/theming_assets/01JYK0PVB44066386J645AK13B);
  background-position: right 17px center;
  background-repeat: no-repeat;
}
.button.light:hover{
  border: 1px solid #0335C3;
  color: #ffffff;
  background-image: url(/hc/theming_assets/01JYK0PZ6J2W5JWTW2VDACH96D),
                    linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: right 16px center, 
                       left top, 
                       left top;
}
.button.more{
  background-image: url(/hc/theming_assets/01JYK0PZ95E7J5ZA1RGVX6MT6T);
}
.button.more:hover{
  background-image: url(/hc/theming_assets/01JYK0Q02GHBZRD6PN209F204A),
                    linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.button.light.more{
  background-image: url(/hc/theming_assets/01JYK0Q02GHBZRD6PN209F204A);
}
.button.light.more:hover{
  background-image: url(/hc/theming_assets/01JYK0PZ95E7J5ZA1RGVX6MT6T),
                    linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.button.blank{
  background-image: url(/hc/theming_assets/01JYK0Q0HKZQQZASVPQZG41ATP);
}
.button.blank:hover{
  background-image: url(/hc/theming_assets/01JYK0Q0HKZQQZASVPQZG41ATP),
                    linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.button.light.blank{
  background-image: url(/hc/theming_assets/01JYK0Q0HKZQQZASVPQZG41ATP);
}
.button.light.blank:hover{
  background-image: url(/hc/theming_assets/01JYK0Q0HKZQQZASVPQZG41ATP),
                    linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.button.tel{
  background-image: none;
  text-align: center;
}
.button.tel:hover{
  background-image: linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: left top;
}
@media (min-width: 768px){
  .button{
    min-width: 323px;
  }
  .button.min{
    min-width: 222px;
  }  
}


/* Section */
/*------------------------------------*/
.section{
  background-color: #F8F8FA;
  padding: 40px 0;
  margin: 0;
}
.section.has-title{
  padding: 60px 0;
}
.section.narrow{
  padding: 30px 0 26px 0;
}
.section.bule{
  background-color: #F1F1F8;
}
.section + .section{
  border-top: 1px solid #E2E2F0;
}
.section .section-title{
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0;
}
.section .section-title .caption{
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0071E3;
  display: block;
}
@media (min-width: 768px) {
  .section{
    padding: 50px 0;
  }
  .section.has-title{
    padding: 80px 0;
  }
  .section.narrow{
    padding: 33px 0 33px 0;
  }
  .section .section-title{
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 46px;
  }
}

/* Content Container */
/*------------------------------------*/
.content-container{
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .content-container{
    flex-direction: column;
  }
}

/* Warnning List */
/*------------------------------------*/
.warnning-list-wrap{
  background-color: #F8F0F0;
  padding: 11px 15px;
}
.warnning-list-wrap .warnning-item{
  margin-top: 6px;

  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #C24747;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  background-image: url(/hc/theming_assets/01JYK0PY1T1000M8DB5S7X5F38);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 12px 10px;
  text-indent: 1.2em;
}
.warnning-list-wrap .warnning-item:nth-of-type(1){
    margin-top: 6px;
}
.warnning-list-wrap .warnning-item .date{
  margin-right: 10px;
}
.warnning-list-wrap .warnning-item .tags{
  display: flex;
  margin-left: 0;
  margin-top: 9px;
}
.warnning-list-wrap .warnning-item a{
  color: #C24747;
}
.warnning-list-wrap .warnning-item .tag-item{
  border: 1px solid #C2474752;
  padding: 3px 8px;

  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  /* margin: 0 10px 10px 0; */
}
@media (min-width: 768px) {
  .warnning-list-wrap{
    padding: 23px 33px;
  }
  .warnning-list-wrap .warnning-item{
    margin-top: 6px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0;
    padding-left: 26px;
    text-indent: 0;
    flex-direction: row;
    background-position: left center;
    background-size: auto;
  }
  .warnning-list-wrap .warnning-item .date{
    margin-right: 10px;
  }
  .warnning-list-wrap .warnning-item .tags{
    display: flex;
    margin-left: 10px;
    margin-top: -3px;
  }
  .warnning-list-wrap .warnning-item .tag-item{
    padding: 5px 10px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
    /* margin: 0 10px 10px 0; */
  }
}

/* Category List */
/*------------------------------------*/
.category-list{
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  flex-direction: column;
}
.category-list .category-item{
  width: 100%;
  height: 110px;
  margin: 16px 0 0 0;
}
.category-list .category-item:nth-of-type(1){
  margin-top: 0;
}
.category-list .category-image{
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
.category-list .category-item a{
  border-radius: 4px;
  background-color: #ffffff;
  /* display: block; */
  width: 100%;
  height: 100%;
  background-image: url(/hc/theming_assets/01JYK0PVB44066386J645AK13B);
  background-repeat: no-repeat;
  background-position: right 16px center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-list .category-item a:hover{
  box-shadow: 0px 0px 14px 0px #C8D5F2;
}
.category-list .category-image img{
  max-height: 54px;
  max-width: 191px;
}
@media (min-width: 768px) {
  .category-list{
    margin-left: -12px;
    margin-right: -12px;
    flex-direction: row;
  }
  .category-list .category-item{
    width: calc(33.3% - 24px);
    margin: 16px 12px 0 12px;
  }
  .category-list .category-item:nth-of-type(-n+3){
    margin-top: 0;
  }
}

/* Section List */
/*------------------------------------*/
.section-list{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}
.section-list .section-item{
  width: 100%;
  margin: 13px 0 0 0;
}
.section-list .section-item:nth-of-type(1){
  margin-top: 0;
}
.section-list .section-item a{
  border-radius: 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px #EBEFF8;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 14px 17px;
}
.section-list .section-item a:hover{
  background-color: #F8FAFF;
  text-decoration: none;
}
.section-list .section-item .icon{
  width: 48px;
  height: 48px;
  margin-right: 13px;
}
.section-list .section-item .icon img{
  transform: scale(0.9);
}
.section-list .section-item .text{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  width: 100%;
}
.section-list .section-item .title{
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #4570E8;
  margin-bottom: 3px;
  display: block;
}
.section-list .section-item .description{
  color: #2B2B2B;
}
@media (min-width: 768px) {
  .section-list{
    margin: 0 -12px;
    width: auto;
    flex-direction: row;
  }
  .section-list .section-item{
    width: calc(33.3% - 24px);
    margin: 24px 12px 0 12px;
  }
  .section-list .section-item:nth-of-type(-n+3){
    margin-top: 0;
  }
  .section-list .section-item a{
    padding: 24px;
  }
  .section-list .section-item .icon{
    width: 54px;
    height: 54px;
    margin-right: 18px;
  }
  .section-list .section-item .icon img{
    transform: scale(1);
  }
  .section-list .section-item .text{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    width: 100%;
  }
  .section-list .section-item .title{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 6px;
  }
}

/* Article List */
/*------------------------------------*/
.article-list-wrap{
  padding: 30px 15px;
  background-color: #ffffff;
  border-radius: 4px;
}
.article-list-wrap:nth-of-type(n+2){
  margin-top: 20px;
}
.pagination + .article-list-wrap:nth-of-type(n+1){
  margin-top: 80px;
}
.article-list-rows{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 0;
}
.article-list-rows .article-list-wrap{
  width: 100%;
  margin-top: 20px;
}
.article-list-wrap .list-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 24px;
}
.article-list-wrap .list-title a{
  color: #2B2B2B;
}
.article-list-wrap .list-title.subsection{
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  /* text-transform: uppercase; 変更_削除*/
  text-align: left;
  margin-bottom: 16px;
}
.article-list-wrap .list-title.subsection a{
  color: #0071E3;
  padding-right: 30px;
  background-image: url(/hc/theming_assets/01JYK0Q0ESCM49RTCYK8MN9S73);
  background-repeat: no-repeat;
  background-position: right center;
}

.article-list-wrap .article-list{
  border-top: 1px solid #E2E2F0;
}
.article-list-wrap .article-list .article-item {
  border-bottom: 1px solid #E2E2F0;
  padding: 9px 0;
}
.article-list-wrap .article-list .article-item a{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 5px 39px 8px 14px;
  border-radius: 4px;
  color: #2B2B2B;
  display: block;
  background-image: url(/hc/theming_assets/01JYK0Q0ESCM49RTCYK8MN9S73);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.article-list-wrap .article-list .article-item a:hover{
  background-image: url(/hc/theming_assets/01JYK0Q0ESCM49RTCYK8MN9S73), linear-gradient(90deg, #EBF4FF 0%, #DAE4FF 100%);
  background-position: right 10px center, left top;
  text-decoration: none;
}
.article-list-wrap .article-list .article-item .is-internal:after{
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(/hc/theming_assets/01JYK0PXEQF51ZP7MWYJP15YY8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 5px;
}
.article-list-wrap .article-list .article-item .is-promoted:before{
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(/hc/theming_assets/01JYK0Q0MK3Z0T9T828GHX21V7);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .article-list-wrap{
    padding: 40px;
    border-radius: 20px;
  }
  .article-list-wrap:nth-of-type(n+2){
    margin-top: 30px;
  }
  .article-list-rows{
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .article-list-rows .article-list-wrap{
    width: calc(50% - 12px);
    margin-top: 0;
  }
  .article-list-rows .article-list-wrap:nth-of-type(n+3){
    margin-top: 30px;
  }
  .article-list-wrap .list-title{
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .article-list-wrap .list-title.subsection{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    /* text-transform: uppercase; 変更_削除*/
    margin-bottom: 20px;
  }

  .article-list-wrap .article-list .article-item {
    border-bottom: 1px solid #E2E2F0;
    padding: 3px 0;
  }
}

/* Contact List */
/*------------------------------------*/
.contact-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.contact-wrap .contact-list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.contact-wrap .contact-item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-wrap .contact-item:nth-of-type(n+2){
  margin-top: 20px;
}
.contact-wrap .contact-item .title{
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0; 
}
.contact-wrap .contact-item .icon{
  border: 1px solid #E2E2F0;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
}
.contact-wrap .contact-item .icon img{
  transform: scale(0.8);
}
.contact-wrap .contact-item .text{
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
}
.contact-wrap .contact-item .title{
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0;
  margin-bottom: 3px;
}
.contact-wrap .contact-item.mail .title{  
  margin-bottom: 3px;
}
.contact-wrap .contact-item.tel .title{  
  margin-bottom: 0;
}
.contact-wrap .contact-item .tel-link{
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  display: block;
}
@media (min-width: 768px) {
  .contact-wrap{
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .contact-wrap .contact-list{
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    min-width: 660px;
  }
  .contact-wrap .contact-item{
    margin-top: 0;
  }
  .contact-wrap .contact-item:nth-of-type(n+2){
    margin-left: 24px;
    margin-top: 0;
  }
  .contact-wrap .contact-item .icon{
    width: 85px;
    height: 85px;
    margin-right: 15px;;
  }
  .contact-wrap .contact-item .icon img{
    transform: scale(1);
  }
  .contact-wrap .contact-item .text{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .contact-wrap .contact-item .title{
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
  .contact-wrap .contact-item.mail .title{  
    margin-bottom: 8px;
  }
  .contact-wrap .contact-item.tel .title{  
    margin-bottom: 2px;
  }
  .contact-wrap .contact-item .tel-link{
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0;
    display: block;
  }
}

/* Pagination List */
.pagination-list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-list li{
  margin: 0 3px;
}
.pagination-list a{
  display: block;
  background: #0071E3;
  width: 34px;
  height: 34px;
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 2px;
}
.pagination-list a:hover{
  background: linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
              linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  text-decoration: none;
}
.pagination-list .disabled a,
.pagination-list .disabled a:hover,
.pagination-list .pagination-current a,
.pagination-list .pagination-current a:hover{
  background: #E2E2F0;
  cursor: default;
}
.pagination-list .pagination-prev{
  margin-right: 24px;
}
.pagination-list .pagination-next{
  margin-left: 24px;
}
.pagination-list .pagination-prev a,
.pagination-list .pagination-next a,
.pagination-list .pagination-first a,
.pagination-list .pagination-last a{
  border-radius: 50%;
}
.pagination-list .pagination-number:not(.pagination-current) a{
  background: transparent;
  color: #0071E3;
}
.pagination-list .pagination-number:not(.pagination-current) a:hover{
  background: linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
              linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  text-decoration: none;
  color: #ffffff;
}




/*====================================*/
/* Header */
/*====================================*/
.header{
  background-color: #2B2B2B;
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  max-width: none;
  padding: 0;
  position: relative;
}
.header .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  width: 100%;
  height: 100%;
}
.header .logo img{
  max-height: none;
}
.header .logo-pc{
  display: none;
}
.header .logo-sp{
  display: block;
}
.header .sp-menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .sp-menu .sp-menu-trigger{
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  display: block;
  background-image: url(/hc/theming_assets/01JYK0Q0DXNNW9QRK3T835R0H3);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 12px;
}
.header .sp-menu .user,
.header .sp-menu .login {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  color: #ffffff;
  display: block;
  background-repeat: no-repeat;
  background-position: 14px center;
  padding: 6px 14px;
  border-radius: 4px;
  white-space: nowrap;
}
.header .sp-menu .login:hover{
  background-position: 14px center, left center;
  text-decoration: none;
}
.header .sp-menu .user,
.header .sp-menu .login{
  padding-left: calc(14px + 22px);
  background-image: url(/hc/theming_assets/01JYK0Q0HZ4VS9CVPYN2Z3HBNN);
  background-size: 13px 16px;
}
.header .sp-menu .login:hover{
  background-image: url(/hc/theming_assets/01JYK0Q0HZ4VS9CVPYN2Z3HBNN),linear-gradient(270deg, #0335C3 0%, #0D64FB 100%);
}
.header .sp-menu .user .user-name{
  max-width: calc(100vw - 200px - 30px - 40px - 36px);
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.header .links-wrap{
  display: none;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #2B2B2B;
  border-top: 1px solid #FFFFFF42;
  flex-direction: column;
  z-index: 99999;
}
.header .links-wrap .links{
  width: 100%;
}
.header .links-wrap .links ul{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header .links-wrap .links ul li{
  padding: 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #FFFFFF42;
  width: 100%;
}
.header .links-wrap .links ul li a{
  display: block;
  color: #ffffff;
  padding: 24px 58px 24px 26px;
  display: block;
  width: 100%;
  background-image: url(/hc/theming_assets/01JYK0Q0ESCM49RTCYK8MN9S73);
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.header .links-wrap .links ul .user.logined .user-name{
  display: none;
}
.header .links-wrap .links ul .user.logined .user-menu{
  display: block;
}
.header .links-wrap .links ul .user.logined .user-menu ul{
  padding: 0;
}

/* isOpen */
.header.open .sp-menu .sp-menu-trigger{
  background-image: url(/hc/theming_assets/01JYK0PXYYW3ERZ9Z5XQA55RAR);
}
.header.open .links-wrap{
  display: flex;
}


@media (min-width: 768px) {
  .header{
    height: 90px;
  }
  .header .inner{
    padding: 0 40px;
    max-width: none;
  }
  .header .logo-pc{
    display: block;
  }
  .header .logo-sp{
    display: none;
  }
  .header .sp-menu{
    display: none;
  }

  .header .links-wrap{
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    border-top: 0;
  }
  .header .links-wrap .links ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .header .links-wrap .links ul li{
    padding: 0;
    margin-left: 10px;
    border: 0;
  }
  .header .links-wrap .links ul .link-item {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0;
    color: #ffffff;
    display: block;
    background-repeat: no-repeat;
    background-position: 14px center;
    padding: 6px 14px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
  }
  .header .links-wrap .links ul .link-item:hover{
    background-position: 14px center, left center;
    text-decoration: none;
  }
  .header .links-wrap .links ul .user.logined .user-name{
    display: block;
  }
  .header .links-wrap .links ul .mail{
    padding-left: calc(14px + 28px);
    background-image: url(/hc/theming_assets/01JYK0Q0BJBTDBSZTWNVNPRXP2);
    background-size: 19px 14px;
  }
  .header .links-wrap .links ul .mail:hover{
    background-image: url(/hc/theming_assets/01JYK0Q0BJBTDBSZTWNVNPRXP2),linear-gradient(270deg, #0335C3 0%, #0D64FB 100%);
    background-size: 19px 14px, 100%;
  }
  .header .links-wrap .links ul .help{
    padding-left: calc(14px + 20px);
    background-image: url(/hc/theming_assets/01JYK0PVD1WD9ZJR4NWZFHK4GX);
    background-size: 10px 16px;
  }
  .header .links-wrap .links ul .help:hover{
    background-image: url(/hc/theming_assets/01JYK0PVD1WD9ZJR4NWZFHK4GX),linear-gradient(270deg, #0335C3 0%, #0D64FB 100%);
    background-size: 10px 16px, 100%;
  }
  .header .links-wrap .links ul .signup{
    padding-left: calc(14px + 20px);
    background-image: url(/hc/theming_assets/01JYK0Q0HZ4VS9CVPYN2Z3HBNN);
    background-size: 13px 16px;
  }
  .header .links-wrap .links ul .signup:hover{
    background-image: url(/hc/theming_assets/01JYK0Q0HZ4VS9CVPYN2Z3HBNN),linear-gradient(270deg, #0335C3 0%, #0D64FB 100%);
    background-size: 13px 16px, 100%;
  }  
  .header .links-wrap .links ul .user,
  .header .links-wrap .links ul .login{
    padding-left: calc(14px + 22px);
    background-image: url(/hc/theming_assets/01JYK0Q0HZ4VS9CVPYN2Z3HBNN);
    background-size: 13px 16px;
  }
  .header .links-wrap .links ul .user:hover,
  .header .links-wrap .links ul .login:hover{
    background-image: url(/hc/theming_assets/01JYK0Q0HZ4VS9CVPYN2Z3HBNN),linear-gradient(270deg, #0335C3 0%, #0D64FB 100%);
    background-size: 13px 16px, 100%;
  }
  .header .links-wrap .links ul .user.logined{
    padding-right: 24px;
    position: relative;
  }
  .header .links-wrap .links ul .user.logined:after{
    content: "";
    width: 9px; 
    height: 7px;
    display: block;
    background-image: url(/hc/theming_assets/01JYK0PTW1CCD5QTJ0M4XJYZSF);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .links-wrap .links ul .user.logined .user-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .header .links-wrap .links ul .user.logined:hover .user-menu{
    display: block;
  }
  .header .links-wrap .links ul .user.logined .user-menu ul{
    background-color: #2B2B2B;
    padding: 10px;
    border: 1px solid #E2E2F0;
    margin-top: 10px;
    display: block;
  }
  .header .links-wrap .links ul .user.logined .user-menu li{
    display: block;
    margin: 5px 0 0 0;
  }
  .header .links-wrap .links ul .user.logined .user-menu li:nth-of-type(1){
    margin-top: 0;
  }
  .header .links-wrap .links ul .user.logined .user-menu a{
    display: block;
    color: #ffffff;
    line-height: 24px;
    padding: 0;
    background-image: none;
  }  
}

/*====================================*/
/* Footer */
/*====================================*/
.footer{
  border: 0;
  padding: 0;
  margin: 0;
}
.footer .link-block{
  background-color: #2B2B2B;
  padding: 80px 0 50px 0;
}
.footer .link-block .inner{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.footer .logo{
  width: 100%;
  margin-bottom: 44px;
}
.footer .logo img{
  max-height: 59px;
  max-width: 100%;
}
.footer .logo-pc{
  display: none;
}
.footer .logo-sp{
  display: block;
}
.footer .links-wrap{
  width: 100%;
}
.footer .product-list{
  padding-bottom: 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.footer .product-list .list-title{
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer .product-list ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer .product-list ul li{
  margin-bottom: 20px;
  width: 100%;
}
.footer .product-list ul a{
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0;
  color: #ffffff;
}
.footer .information-list ul li{
  margin-bottom: 20px;
}
.footer .information-list ul a{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #A0A0A0;
}
.footer .copy{
  background-color: #000000;
  height: auto;
  padding: 20px 0;
}
.footer .copy .inner{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .footer .link-block{
    padding: 80px 0;
  }
  .footer .link-block .inner{
    flex-direction: row;
  }
  .footer .logo{
    width: 50%;
    margin-bottom: 0;
  }
  .footer .logo img{
    max-height: none;
  }
  .footer .logo-pc{
    display: block;
  }
  .footer .logo-sp{
    display: none;
  }


  .footer .links-wrap{
    width: 50%;
  }
  .footer .product-list{
    padding-bottom: 26px;
    margin-bottom: 32px;
  }
  .footer .product-list .list-title{
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .footer .product-list ul{
    flex-direction: row;
  }
  .footer .product-list ul li{
    margin-bottom: 6px;
    width: 220px;
  }
  .footer .product-list ul li:nth-of-type(2n){
    width: 220px;
  }
  .footer .product-list ul a{
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
  }
  .footer .information-list ul li{
    margin-bottom: 5px;
  }
  .footer .information-list ul a{
  }
  .footer .copy{
    height: 59px;
    padding: 0;
  }
  .footer .copy .inner{
    justify-content: center;
  }  
}

/*====================================*/
/* Breadcrumbs */
/*====================================*/
.breadcrumbs-wrap{
  padding: 20px 0;
}
.breadcrumbs-wrap .inner{
  padding: 0 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
}
.breadcrumbs-wrap .breadcrumbs{
  margin: 0;
}
.breadcrumbs-wrap .breadcrumbs li{
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #2b2b2b;
}
.breadcrumbs-wrap .breadcrumbs li a{
  color: #2b2b2b;
}
@media (min-width: 768px) {
  .breadcrumbs-wrap .inner{
    padding: 0 50px;
  }
  .breadcrumbs-wrap .inner{
    justify-content: flex-end;
  }
}

/*====================================*/
/* Hero */
/*====================================*/
.hero{
  background: none;
  padding: 32px 0 27px 0;
  height: auto;
}
.hero .inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.hero .lead-block{
  text-align: center;
  width: 100%;
}
.hero .search-block{
  width: 100%;
  padding: 0;
  margin-top: 34px;
}
.hero .lead-block .lead-title{
  margin-bottom: 9px;
}
.hero .lead-block .category-main-title{
  margin: 0;
}
.hero .lead-block .category-logo{
  display: block;
}
.hero .lead-block .category-logo a{
  display: block;
}
.hero .lead-block .category-logo img{
  max-width: 263px;
  display: block;
}
.hero .lead-block .status{
  border-radius: 30px;
  padding: 6px 13px;
  background-color: #F8F8FA;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 18px;
  width: auto;
  display: inline-block;  
}
.hero .lead-block .status p{
  margin: 0;
}
.hero .lead-block .status span{
  margin-right: 5px;
}

.hero .search-block .search-block-frame{
  padding: 6px;
  height: 46px;
  background-color: #ffffff;
  border: 1px solid #E2E2F0;
  border-radius: 4px;
}
.hero .search-block .search-block-frame form{
  display: flex;
  flex-wrap: nowrap;
}
.hero .search-block .search-block-frame .yxt-SearchBar,
.hero .search-block .search-block-frame .yxt-SearchBar-container{
  border: 0;
  height: auto;
  border-radius: 0;
}
.hero .search-block .search-block-frame .yxt-SearchBar-container{
  background-color: transparent;
}
.hero .search-block .search-block-frame .yxt-SearchBar-button{
  display: block;
}
.hero .search-block .search-block-frame .yxt-SearchBar-buttonImage:before{
  content: "検索"
}
.hero .search-block .search-block-frame .yxt-SearchBar-buttonImage .Icon{
  display: none;
}
.hero .search-block .search-block-frame .yxt-AutoComplete{
  text-align: left;
}
.hero .search-block .search-block-frame input[type="search"],
.hero .search-block .search-block-frame input.yxt-SearchBar-input{
  height: 32px;
  margin: 0 6px 0 8px;
  padding: 0 0 0 26px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #595959;
  background-color: transparent;
  border: 0;
  background-image: url(/hc/theming_assets/01JYK0Q0N0CMJ9EE6F93M3R39G);
  background-repeat: no-repeat;
  background-position: left center;
}
.hero .search-block .search-block-frame input[type="submit"],
.hero .search-block .search-block-frame button.yxt-SearchBar-button{
  background-color: #0071E3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.15em;
  width: 60px;
  height: 32px;
  min-width: 60px;
  padding: 0;
}
.hero .search-block .search-block-frame input[type="submit"]:hover,
.hero .search-block .search-block-frame button.yxt-SearchBar-button:hover{
  background-image: linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.hero .search-block .popular-keyword-wrap{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.hero .search-block .popular-keyword-wrap .title{
  margin: 0;
  min-width: 210px;
  text-align: left;
}
.hero .search-block .popular-keyword-wrap .items{
  margin-top: 15px;
}
.hero .search-block .popular-keyword-wrap .items ul{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -13px;
}
.hero .search-block .popular-keyword-wrap .items li{
  margin-right: 13px;
  margin-bottom: 13px;
  text-align: left;
}
.hero .search-block .popular-keyword-wrap .items a{
  background: #F8F8FA;
  padding: 12px 13px;
  border-radius: 4px;
  color: #0071E3;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  display: block;
}
.hero .search-block .popular-keyword-wrap .items a:hover{
  background: linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
              linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hero{
    background: none;
    padding: 0 0 32px 0;
    height: auto;
  }
  .hero .inner{
    flex-direction: row;
  }
  .hero .lead-block{
    text-align: center;
    width: 100%;
  }
  .hero.is-login .lead-block{
    text-align: left;
    width: auto;
  }
  .hero .search-block{
    width: 520px;
    padding: 0;
    margin-top: 0;
    margin-left: 20px;
  }
  .hero .lead-block .lead-title{
    margin-bottom: 18px;
    
  }
  .hero .lead-block .category-main-title{
    margin: 0;
  }
  .hero.is-login .lead-block .category-logo{
    max-height: 48px;
    display: flex;
    align-items: center;
  }
  .hero.is-login .lead-block .category-logo img{
    max-width: 382px;
  }
  .hero .search-block .search-block-frame{
    padding: 6px;
    height: 44px;
    border-radius: 4px;
  }
  .hero .search-block .search-block-frame input[type="search"],
  .hero .search-block .search-block-frame input.yxt-SearchBar-input{
    height: 32px;
    margin: 0 6px 0 8px;
    padding: 0 0 0 26px;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .hero .search-block .search-block-frame input[type="submit"],
  .hero .search-block .search-block-frame button.yxt-SearchBar-button{
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.15em;
    width: 112px;
    height: 32px;
    min-width: 112px;
  }
  .hero .search-block .popular-keyword-wrap{
    margin-top: 15px;
    flex-direction: column;
  }
  .hero .search-block .popular-keyword-wrap .title{
    min-width: 210px;
  }
  .hero .search-block .popular-keyword-wrap .items{
    margin-top: 0;
  }
  .hero .search-block .popular-keyword-wrap .items ul{
    margin-bottom: -10px;
  }
  .hero .search-block .popular-keyword-wrap .items li{
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .hero .search-block .popular-keyword-wrap .items a{
    padding: 4px 13px;
    border-radius: 4px;
    color: #0071E3;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
}

/*====================================*/
/* Login Suggest */
/*====================================*/
.login-suggest{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-suggest .title{
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0 0 26px 0;
}
.login-suggest .buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.login-suggest .buttons .button{
  margin-top: 13px;
  width: 100%;
}
.login-suggest .buttons .button:nth-of-type(1){
  margin-top: 0;
}
@media (min-width: 768px) {
  .login-suggest{
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .login-suggest .title{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0;
    padding-right: 30px;
  }
  .login-suggest .buttons{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    margin: 0;
    width: auto;
  }
  .login-suggest .buttons .button{
    margin-top: 0;
    margin-left: 24px;
    width: auto;
  }
  .login-suggest .buttons .button:nth-of-type(1){
    margin-left: 0;
  }
}

/*====================================*/
/* Home */
/*====================================*/
/* Hero */
.home-hero{
  background: linear-gradient(#F8F8FA, #ffffff);
  padding: 77px 0 72px 0;
}
.home-hero .search-block{
  padding: 15px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-top: 72px;  
  margin-bottom: calc(42px - 72px - 15px);
}
.home-hero .lead-block .lead-title{
  margin-bottom: 20px;
}
.home-hero .lead-block  .lead-text{
  font-size: 16px;
  line-height: 155%;
  letter-spacing: 0.07em;
  max-width: 300px;
  margin: 0 auto;
  color: #000000;
}
.home-hero .home-title img{
  display: block;
  margin: 0 auto;
}
.home-hero .home-title .home-title-avant{
  margin-bottom: 14px;
  height: 24px;
}
.home-hero .home-title .home-title-portal{
  height: 26px;
  max-width: 100%;
}

.home-hero .search-block .search-block-frame{
  padding: 5px;
  height: 46px;
  background-color: #F2F2F4;
  border: 1px solid #F2F2F4;
  border-radius: 4px;
}
.home-hero .search-block .search-block-frame input[type="search"],
.home-hero .search-block .search-block-frame input.yxt-SearchBar-input{
  height: 36px;
  margin-right: 9px;
  margin-left: 9px;
  padding-right: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #595959;
  background-color: transparent;
  border: 0;
  background-image: url(/hc/theming_assets/01JYK0Q0N0CMJ9EE6F93M3R39G);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}
.home-hero .search-block .search-block-frame input[type="submit"],
.home-hero .search-block .search-block-frame button.yxt-SearchBar-button{
  background-color: #0071E3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.15em;
  width: 60px;
  height: 36px;
  min-width: 0;
}
.home-hero .search-block .popular-keyword-wrap{
  margin-top: 18px;
}
.home-hero .search-block .popular-keyword-wrap .items{
  margin-top: 5px;
}
@media (min-width: 768px) {
  .home-hero{
    padding: 66px 0;
  }
  .home-hero .search-block{
    padding: 20px;
    width: 580px;
    margin: 0;
  }

  .home-hero .lead-block .lead-title{
    margin-bottom: 32px;
  }
  .home-hero .lead-block .lead-text{
    font-size: 22px;
    line-height: 145%;
    max-width: 400px;
    letter-spacing: 0.11rem;
  }
  .home-hero .home-title .home-title-avant{
    margin-bottom: 24px;
    height: 30px;
  }
  .home-hero .home-title .home-title-portal{
    height: 41px;
  }

  .home-hero.is-login{
    padding: 66px 0 32px 0;
  }
  .home-hero.is-login .lead-block .lead-title{
    margin-top: 13px;
    margin-bottom: 20px;
  }
  .home-hero.is-login .lead-block .lead-text{
    font-size: 20px;
    margin: 0;
    line-height: 135%;
    letter-spacing: 0.07em;
    max-width: 360px;
  }
  .home-hero.is-login .home-title img{
    margin-left: 0; 
    margin-right: 0;
  }
  .home-hero.is-login .home-title .home-title-avant{
    margin-bottom: 14px;
    height: 24px;
  }
  .home-hero.is-login .home-title .home-title-portal{
    height: 31px;
  }
  .home-hero .search-block .search-block-frame{
    padding: 6px;
    height: 62px;
  }
  .home-hero .search-block .search-block-frame input[type="search"],
  .home-hero .search-block .search-block-frame input.yxt-SearchBar-input{
    height: 50px;
    margin-right: 6px;
    margin-left: 27px;
    padding-left: 32px;
    font-size: 18px;
    background-size: 20px;
  }
  .home-hero .search-block .search-block-frame input[type="submit"],
  .home-hero .search-block .search-block-frame button.yxt-SearchBar-button{
    border-radius: 4px;
    font-size: 18px;
    width: 112px;
    height: 50px;
  }

}

/*====================================*/
/* Article */
/*====================================*/
.article-title{
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.article-labels{
  margin-bottom: 16px;
}
.article-labels .article-label-list{
  display: flex;
  flex-wrap: wrap;
}
.article-labels .article-label-item{
  border: 1px solid #0071E3;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0;
  margin: 0 6px 6px 0;
}
.article-content {
  line-height: 26px;
  margin: 0;
  word-wrap: break-word;
}
.article-body{
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}
.article-body h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  border-bottom: 2px solid #2B2B2B;
  padding-bottom: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.article-body h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 10px 10px;
  background-color: #0071E32e;
  margin-top: 24px;
  margin-bottom: 24px;
}
.article-body h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 6px 10px;
  background-color: #0071E317;
  margin-top: 18px;
  margin-bottom: 18px;
}
.article-body h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #2B2B2B;
  margin-top: 18px;
  margin-bottom: 18px;
}
.article-body a:visited,
.article-body a:hover{
  font-weight: normal;
}
.article-body strong > a{
  font-weight: 400;
}
.article-body a > strong{
  font-weight: 400;
}
/***** 変更_開始
.article-body p,
.article-body img{
  margin: 0 0 32px 0;
}
*****/
.article-body p{
  margin: 12px 0 18px 0;
}
.article-body img{
  margin: 8px 0 8px 0;
}
/***** 変更_終了 *****/
.article-body ul,
.article-body ol{
  margin: 0 0 18px 0;
}
.article-body table{
  margin-bottom: 48px;
  border-collapse: collapse;
}
.article-body table th,
.article-body table td{
  border: 1px solid #E2E2F0;
  /* text-align: left; */
}
.article-body table th{
  background-color: #F4F4F5;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 8px;
}
.article-body table td{
  background-color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  padding: 8px 8px;
}
/***** 変更_追加_開始 *****/
.article-body table thead td{
  background-color: #eeeeee;
}
/***** 変更_追加_終了 *****/
.article-body .table-wrap{
  max-width: 100%;
  overflow-x: auto;
  /***** 変更_追加_開始 *****/
  margin-bottom: 20px;
  /***** 変更_追加_終了 *****/
}
.article-body .table-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.article-body .table-wrap::-webkit-scrollbar-track {
  /*スクロールバーの軌道*/
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.article-body .table-wrap::-webkit-scrollbar-thumb {
  /*スクロールバーの動く部分*/
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.article-body .table-wrap > table{
  /***** 変更_開始 
  width: 864px;
  /***** 変更_終了 *****/
  margin-bottom: 3px;
}
.article-body .table-wrap > table th,
.article-body .table-wrap > table td{
  border: 1px solid #cccccc;
  /***** 変更_開始 
  padding: 5px;
  *****/
  padding: 8px;
  /***** 変更_終了 *****/
}
.article-body .table-wrap > table th{
  background-color: #eeeeee;
}

/* For Inheritance Styles */
.article-body .icoQ_sml::before,
.article-body .icoA_sml::before{
  display: inline-block;
  /* padding: 10px; */
  padding-right: 10px;
  font-size: 20px;
}
.article-body .icoQ_sml::before{
  content: "Q.";
  color: #E65A28;
}
.article-body .icoA_sml::before{
  content: "A."; 
  color: #113c83;
}
.article-body pre{
  border-radius: 4px;
  /***** 変更_開始
  background-color: #F8F8F8;
  *****/
  background-color: #FFFFFF;
  margin: 16px 0 24px;
  /***** 変更_終了 *****/
  font-size: 15px;
  border: 1px solid #999;
  text-decoration: none;
  font-family: 'Poppins', 'Zen Kaku Gothic New', sans-serif;
}
.article-body pre.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.article-body p.not-cloud {
  padding: 8px 16px;
  background-color: #ffefd5;
  border: 1px solid #ff8c00;
  border-radius: 10px;
}
.article-body p.cloud-only {
  padding: 8px 16px;
  background-color: #fffaf0;
  border: 1px solid #d2b48c;
  border-radius: 10px;
}
.article-body .attention-bgcolor {
  background-color: #ffefd5;
}
/* ------------ */


.article-relatives{
  flex-direction: column;
  border: 0;
  padding: 0;
}
/***** 変更_追加_開始 *****/
.article-relatives .recent-articles{
  margin-top: 40px;
}
.article-relatives .related-articles{
  margin-top: 32px;
}
/***** 変更_追加_終了 *****/
.article-relatives .recent-articles,
.article-relatives .related-articles{
  /***** 変更_削除_開始
  margin-top: 24px;
  *****/
  /***** 変更_削除_終了 *****/
  padding: 15px 20px;
  background-color: #ffffff;
  border-radius: 4px;
}
.article-relatives .recent-articles-title,
.article-relatives .related-articles-title{
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.article-relatives li{
  margin: 0;
  padding: 3px 0;
  border-top: 1px solid #E2E2F0;
}
.article-relatives a{
  color: #2B2B2B;
  padding: 6px 45px 6px 13px;
  background-image: url(/hc/theming_assets/01JYK0Q0ESCM49RTCYK8MN9S73);
  background-position: right 13px center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 0;
}
.article-relatives a:hover{
  background-image: url(/hc/theming_assets/01JYK0Q0ESCM49RTCYK8MN9S73),
                    linear-gradient(90deg, #EBF4FF 0%, #DAE4FF 100%);
  background-position: right 13px center,
                        left top;
  text-decoration: none;
}

/* .article-attachments,*/
.article-attachments:has(li){
  padding: 0;
  /***** 変更_開始
  margin-top: 20px;
  *****/
  margin-top: 36px;
  /***** 変更_終了 *****/
  border: 0;
}
.article-attachments .attachments{
  display: flex;
  flex-wrap: wrap;
}
.article-attachments .attachment-item{
  margin: 0 10px 10px 0;
  padding: 0;
}
.article-attachments .attachment-item a{
  border: 1px solid #E2E2F0;
  border-radius: 10px;
  background-color: #ffffff;
  background-image: url(/hc/theming_assets/01JYK0PTZTXNTW2FK97HVRM7S7);
  background-repeat: no-repeat;
  background-position: 16px center;
  padding: 12px 16px 12px 53px;
  display: block;
  text-decoration: none;
}
.article-attachments .attachment-item a:hover{
  background-image: url(/hc/theming_assets/01JYK0PTZTXNTW2FK97HVRM7S7), linear-gradient(90deg, #EBF4FF 0%, #DAE4FF 100%);
  background-position: 16px center, left top;
}
.article-attachments .attachment-item .attachment-name{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 4px;
  color: #2B2B2B;
}
.article-attachments .attachment-item .attachment-meta{
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #a0a0a0;
}
.article-attachments .attachment-item .attachment-meta-item{
  margin-right: 5px;
}

.article-index{
  margin-bottom: 36px;
  background-color: #ffffff;
  padding: 24px 20px;
  border-radius: 4px;
}
.article-index .article-index-title{
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 16px;
  padding-left: 27px;
  background-image: url(/hc/theming_assets/01JYK0PZCPAMEP1MR3VZZHF9H9);
  background-repeat: no-repeat;
  background-position: left center;
}
.article-index .article-index-list{
  border-top: 1px solid #E2E2F0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-index .article-index-list .article-index-item{
  border-bottom: 1px solid #E2E2F0;
  padding: 9px 0;
}
.article-index .article-index-list .article-index-item a{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 5px 39px 8px 14px;
  border-radius: 4px;
  color: #2B2B2B;
  display: block;
  background-image: url(/hc/theming_assets/01JYK0Q0ESCM49RTCYK8MN9S73);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.article-index .article-index-list .article-index-item a:hover{
  background-image: url(/hc/theming_assets/01JYK0Q0ESCM49RTCYK8MN9S73), linear-gradient(90deg, #EBF4FF 0%, #DAE4FF 100%);
  background-position: right 10px center, left top;
  text-decoration: none;
  font-weight: normal;
}
/* .article-index .article-index-list .article-index-h3{
  display: none;
} */
@media (min-width: 768px) {
  .article-title{
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0;
  }
  .article-labels{
    margin-bottom: 16px;
  }
  .article-labels .article-label-item{
    padding: 4px 8px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
    margin: 0 10px 10px 0;
  }
  .article-content {
  }
  .article-body{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .article-body h1 {
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0;
    padding-bottom: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .article-body h2 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 15px 20px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .article-body h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 10px 20px;
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .article-body h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 10px 0 10px 0;
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .article-body p{
    /***** 変更_開始
    margin: 0 0 32px 0;
    *****/
    margin: 12px 0 18px 0;
    /***** 変更_終了 *****/
  }
  .article-body ul,
  .article-body ol{
    margin: 0 0 20px 0;
  }
  .article-body table{
    margin-bottom: 48px;
  }
  .article-body table th,
  .article-body table td{
  }
  .article-body table th{
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 8px;
  }
  .article-body table td{
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 8px 8px;
  }
  .article-body table p,
  .article-body table div{
    margin: 0;
  }
  .article-body .table-wrap > table{
    /***** 変更_開始 
    width: auto;
    /***** 変更_終了 *****/
  }

  .article-relatives{
  }
  /***** 変更_追加_開始 *****/
  .article-relatives .recent-articles{
    margin-top: 40px;
  }
  .article-relatives .related-articles{
    margin-top: 32px;
  }
	/***** 変更_追加_終了 *****/
  .article-relatives .recent-articles,
  .article-relatives .related-articles{
    /***** 変更_削除_開始
    margin-top: 24px;
    */
    /***** 変更_削除_終了 *****/
    padding: 20px 30px;
    border-radius: 4px;
  }
  .article-relatives .recent-articles-title,
  .article-relatives .related-articles-title{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .article-relatives a{
    padding: 16px 50px 16px 10px;
    background-position: right 16px center;
  }
  .article-relatives a:hover{
    background-position: right 16px center,
                          left top;
  }
  .article-attachments,
  .article-attachments:has(li){
  }

  .article-index{
    margin-bottom: 36px;
    padding: 24px 30px;
    border-radius: 20px;
  }
  .article-index .article-index-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .article-index .article-index-list{
  }
  .article-index .article-index-list .article-index-item{
    padding: 3px 0;
  }
  .article-index .article-index-list .article-index-item a{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 5px 39px 8px 14px;
    border-radius: 4px;
  }
}


/*====================================*/
/* Contact */
/*====================================*/
.contact-block{
}
.contact-block .contact-index{
  margin-bottom: 40px;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
.contact-block .contact-index ul{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: -10px;
}
.contact-block .contact-index li{
  min-width: 100%;
  margin-top: 10px;
}
.contact-block .contact-index li a{
  display: block;
  padding-left: 23px;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  background-image: url(/hc/theming_assets/01JYK0PX8K04F8S7X7G1KTM7AQ);
  background-repeat: no-repeat;
  background-position: left center;
}

.contact-block .contact-item{
  margin-top: 40px;
}
.contact-block .contact-item:nth-of-type(1){
  margin-top: 0;
}
.contact-block .contact-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E2E2F0;
}
.contact-block .contact-detail table{
  display: block;
  width: 100%;
}
.contact-block .contact-detail th,
.contact-block .contact-detail td{
  border: 1px solid #E2E2F0;
  padding: 20px 15px;
  text-align: left;
  display: block;
  width: 100%;
}
.contact-block .contact-detail th{
  background-color: #F4F4F5;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}
.contact-block .contact-detail td{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.contact-block .contact-detail .text{
}
.contact-block .contact-detail .link{
  margin-top: 16px;
}
.contact-block .contact-detail .label{
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 4px;
  display: block;
}
@media (min-width: 768px) {
  .contact-block{
  }
  .contact-block .contact-index{
    margin-bottom: 50px;
    padding: 24px 40px;
    border-radius: 20px;
  }
  .contact-block .contact-index ul{
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -16px;
    flex-direction: row;
  }
  .contact-block .contact-index li{
    min-width: 174px;
    margin-right: 16px;
    margin-top: 16px;
  }
  .contact-block .contact-index li a{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .contact-block .contact-item{
    margin-top: 50px;
  }
  .contact-block .contact-item:nth-of-type(1){
    margin-top: 0;
  }
  .contact-block .contact-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E2E2F0;
  }
  .contact-block .contact-detail table{
    border-collapse: collapse;
    display: table;
  }
  .contact-block .contact-detail th,
  .contact-block .contact-detail td{
    border: 1px solid #E2E2F0;
    padding: 20px 30px;
    display: table-cell;
  }
  .contact-block .contact-detail th{
    white-space: nowrap;
    width: auto;
  }
  .contact-block .contact-detail td{
    display: flex;
  }
  .contact-block .contact-detail .text{
    width: 100%;
  }
  .contact-block .contact-detail .link{
    min-width: 222px;
    margin-left: 24px;
    margin-top: 0;
  }
  .contact-block .contact-detail .label{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 4px;
    display: block;
  }
}

/*====================================*/
/* Form */
/*====================================*/
.form{
  max-width: none;
}
.form .form-field ~ .form .form-field{
  margin-top: 30px;
}
.from .form-field label{
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.form .form-field .optional{
  display: none;
}
.form .form-field.required label:after{
  content: "必須";
  font-family: Zen Kaku Gothic New;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  margin-left: 10px;
  background-color: #0071E3;
  border-radius: 2px;
  display: inline-block;
  padding: 3px 6px;
}
.form .form-field input[type="text"],
.form .form-field textarea,
.form .form-field .nesty-input,
.form .form-field.request_cc_emails ul,
.form .upload-dropzone{
  background-color: #ffffff;
  border-color: #E2E2F0;
  border-radius: 4px;
}
.form .form-field input[type="text"],
.form .form-field textarea{
  padding: 18px 10px;
}
.form .form-field.request_cc_emails ul{
  min-height: 54px;
}
.form .form-field.request_cc_emails ul li,
.form .form-field.request_cc_emails ul input{
  height: 42px;
  line-height: 42px;
}
.form .form-field .nesty-input{
  padding-right: 64px;
  height: 54px;
  line-height: 54px;  
}
.form .form-field .nesty-input:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: #F4F4F5;
  background-image: url(/hc/theming_assets/01JYK0Q0QDBG6VA6YMFEPMAGGJ);
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 1px solid #E2E2F0;
}
.form .upload-dropzone{
  height: 54px;
  line-height: 54px;
}
.form .form-field p{
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin: 8px 0 0 0
}
.form footer{
  text-align: center;
}
.form input[type="submit"]{
  padding: 14px 21px;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  background-color: #0071E3;
  background-image: url(/hc/theming_assets/01JYK0PZ6J2W5JWTW2VDACH96D);
  background-position: right 16px center;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  min-width: 323px;
  text-align: left;
  height: 52px;
}
.form input[type="submit"]:hover{
  background-image: url(/hc/theming_assets/01JYK0PZ6J2W5JWTW2VDACH96D),
                    linear-gradient(270deg, #0335C3 0%, #0D64FB 100%),
                    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: right 16px center, 
                       left top, 
                       left top;
}

/*====================================*/
/* Accordion */
/*====================================*/

.accordion_list {
	width:100%;
	margin:50px 0px !important;
	line-height:1.8em;
	overflow: hidden;
	text-align: left;
}

.accordion_list ol, .accordion_list p {
    margin-left: 70px;
}

.accordion_list .accordion_term,
.accordion_list .answer {
	padding: 20px 20px 0px 10px;
}

.accordion_list .accordion_term {
	margin-bottom:20px;
	cursor: pointer;
	border-top:1px solid #ccc;
    font-size:18px;
    font-weight:600;
}


.accordion_list .accordion_term:hover {
	color: #113c83;
	text-decoration:none;
}
.accordion_list .answer {
	margin: 20px 0 -1px 0 !important;
	padding-bottom:15px;
	display: none;
}

#faq_answer_contents dd {
    display: none;
}

.accordion_list .toggle-table {
    margin-left: 70px;
}

.accordion_list .li-count {
	position: relative;
    margin-left: 15px !important;
    padding-left: 10px;
    list-style-type: decimal;
}

.accordion_list > p {
	display: none;
	text-align:left;
	padding:0 .8em 1.4em 1em;
	color:#555;
	line-height:1.8;
}
 
.accordion_list .accordion_icon,
.accordion_list .accordion_icon span {
	display: inline-block !important;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion_list .accordion_icon {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 30px;
    text-indent: 0 !important;
    margin-top: 12px !important;
}
.accordion_list .accordion_icon span {
	position: absolute;
    width: 100%;
	height: 1px;
    background-color: #ccc;
  
}
.accordion_list .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
   position: absolute;
   right:100px
}
.accordion_list .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
     position: absolute;
     right:100px

}
.accordion_list .accordion_icon.active span:nth-of-type(1) {
	display:none;
     position: absolute;
     right:100px
}
.accordion_list .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
     position: absolute;
     right:100px
}

/*====================================*/
/* Inheritance Styles */
/*====================================*/
#faq_answer_contents img {
  border: none;
  margin-bottom: 30px;
}

.mark {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 10px;
  padding: 4px 6px 3px;
  color: #ffffff;
  text-align: center;
}

.license {
  background-color: #e25409;
}
.introduction {
  background-color: #113c83;
}

.title-box {
  border: 1px solid #a3a2a2;
  border-radius: 4px;
  margin: 1em 0;
  padding: 1em;
  position: relative;
}
.title-box::before {
  background-color: #fff;
  color: #a3a2a2;
  content: "マニュアル";
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
}

.font-s {
  font-size: 11px;
}

/* 注意書き */
.alert {
  padding: 15px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ffe8df;
  border-color: rgba(245, 8, 88, 0.13);
  color: #F44336;
}

/* ワーニング */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* orange */
.btn_orange {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e65a28;
	font-size: 10px;
	padding: 1px 6px 0px 7px;
	margin:  -1px 6px 0 0;
	float: left;
}
.btn_orange:hover {
	background-color: #fa9661;
}
.btn_orange a:link, .btn_orange a:hover, .btn_orange a:active, .btn_orange a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}

/* メニュースタイル */
.faq_menu_box {
  border: none;
}
.menu_box01, .menu_box02, .menu_box03, .menu_box04, .menu_box05 {
  float: left;
  width: 45%;
  height: 220px;
  margin: 10.5px;
  position: relative;
  padding: 5px;
  background-color: #f4f2ec;
  border: solid 1px #e5ddd1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.menu_img {
  width: 70px;
  height: 70px !important;
  margin-left: 20px;
  margin-top: 20px;
  border: none !important;
}

.menu_title {
  float: right;
	font-weight: bold;
	font-size: 14px;
  margin: 30px 15px 15px 15px;
  width: 200px;
}

.menu_title :after {
  content: "";
  background: transparent url(/diva/usr/file/attachment/right_navigate_arrow_on.svg) no-repeat scroll center;
  background-size: 20px 20px;
  padding-right: 20px;
  margin-left: 5px;
}

.menu_description {
  margin: -20px 20px;
  font-size: 12px;
  color: #333;
}


/*====================================*/
/* Yext Chat Window */
/*====================================*/

@media (max-width: 480px) {
  .yext-chat .max-\[480px\]\:h-full {
    height: 40%!important;
  }
  .yext-chat .max-\[480px\]\:rounded-none {
    border-radius: 20px 20px 0 0!important;
  }
}