@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: rgba(66, 66, 66, 1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  display: none;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  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: #0072EF;
  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;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(188, 18, 36, 1);
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZM55ZGTDH1XPXPR4X78Q93E) 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 rgba(188, 18, 36, 1);
}

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 rgba(188, 18, 36, 1);
}

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

@media (min-width: 768px) {
  .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%;
  }
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(188, 18, 36, 1);
  border-radius: 4px;
  color: rgba(188, 18, 36, 1);
  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, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: rgba(188, 18, 36, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(188, 18, 36, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #5f0912;
  border-color: #5f0912;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: rgba(188, 18, 36, 1);
  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: #5f0912;
}

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

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(66, 66, 66, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #757575;
  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 rgba(188, 18, 36, 1);
}

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

.form-field input[type="text"]:focus {
  border: 1px solid rgba(188, 18, 36, 1);
}

.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 rgba(188, 18, 36, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(188, 18, 36, 1);
  text-decoration: none;
}

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

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

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

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

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

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HZM56028KQZHJ6368XKZGG4N) 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

.form footer a {
  color: #757575;
  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: #1f73b7;
}

/***** 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: #0072EF;
  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: #0072EF;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
  color: #1f73b7;
  padding: 10px 0 0 20px;
  text-align: right;
  font-size: 17px;
}
.nav-wrapper a.login::before {
    content: 'マイアクティビティをご利用いただく際はサインインが必要です。';
    color: #2e2f33;
    display: block;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
}
.nav-wrapper a.login::before:hover {
    text-decoration: none;
}
.nav-wrapper a.login::after {
    content: url(/hc/theming_assets/01HZM55YVFEF8NB9HGXZFZEM4N);
    width: 18px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 5px;
    line-height: 1;
}
.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: #0072EF;
  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: #0072EF;
}

/***** 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 > [role="button"] {
  border: 0;
  color: #0072EF;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #1f73b7;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #0072EF;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="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::before {
  background-color: rgba(188, 18, 36, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #757575;
}

.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: #757575;
  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: #757575;
  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: #0072EF;
}

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

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  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 rgba(188, 18, 36, 1);
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #777;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  /*left: 15px;*/
}

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

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

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01HZM56D6P2SB642ME8HW227C4);
  background-position: center;
  background-size: cover;
  /* height: 300px; */
  padding: 60px 0 0;
  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::before {
  content: "\1F512";
  font-size: 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 rgba(188, 18, 36, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(188, 18, 36, 1);
  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: rgba(188, 18, 36, 1);
}

.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::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(66, 66, 66, 1);
}

.blocks-item-link {
  color: rgba(188, 18, 36, 1);
  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 rgba(188, 18, 36, 1);
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

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

.promoted-articles-item .icon-lock::before {
  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/01HZM56DEMCG5D09HVM7Z8PWQC);
  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: rgba(66, 66, 66, 1);
  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: #757575;
  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-item-comment span::before {
  color: rgba(188, 18, 36, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** 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: rgba(66, 66, 66, 1);
}

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

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

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.icon-star::before {
  color: rgba(188, 18, 36, 1);
  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-subscribe .dropdown-toggle::after {
  display: none;
}

.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-top: 50px;
}
li.section-list-item:first-child {
    padding-top: 0;
}
.section-list-item:first-child {
  /*border-top: 1px solid #ddd;*/
}

.section-list-item a {
  align-items: center;
  /*color: rgba(66, 66, 66, 1);*/
  color: #000;
  /*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::before {
  content: "\1F512";
  font-size: 20px;
  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%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 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: #1f73b7;
}

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

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #757575;
  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: #757575;
  font-weight: 300;
}

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

.article-comment-count .icon-comments {
  color: rgba(188, 18, 36, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.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 {
  background: transparent;
  border: 1px solid rgba(188, 18, 36, 1);
  color: rgba(188, 18, 36, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(188, 18, 36, 1);
}

.article-vote:hover {
  background-color: rgba(188, 18, 36, 1);
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #FFFFFF;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.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: rgba(66, 66, 66, 1);
  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-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(188, 18, 36, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #5f0912;
  border-color: #5f0912;
}

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

.sidenav-item {
  border-radius: 4px;
  color: rgba(66, 66, 66, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(188, 18, 36, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.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::before {
  color: rgba(66, 66, 66, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #757575;
}

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

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

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #757575;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(188, 18, 36, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

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

.comment-callout a {
  color: rgba(188, 18, 36, 1);
}

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

.comment-sorter .dropdown-toggle {
  color: #757575;
  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 rgba(188, 18, 36, 1);
  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: rgba(188, 18, 36, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, 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: #1f73b7;
}

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

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

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

.vote-sum {
  color: #757575;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(188, 18, 36, 1);
}

.vote-up::before, .vote-down::before {
  color: #757575;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(188, 18, 36, 1);
}

.vote-voted:hover::before {
  color: #5f0912;
}

/***** 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 .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #757575;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZM56DAGNMJGPV9Q9E2R1H68);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h1 {
  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 .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(188, 18, 36, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(188, 18, 36, 1);
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #5f0912;
  border-color: #5f0912;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(188, 18, 36, 1);
  content: attr(data-follower-count);
  color: rgba(188, 18, 36, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(188, 18, 36, 1);
  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: #0072EF;
  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: #1f73b7;
}

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

.striped-list-count {
  color: #757575;
  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: rgba(66, 66, 66, 1);
    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: rgba(188, 18, 36, 1);
}

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

.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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body 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: #1f73b7;
}

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

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

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

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

.post-comment-count .icon-comments {
  color: rgba(188, 18, 36, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.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::after {
  content: "\25BE";
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(188, 18, 36, 1);
}

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

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

.collapsible-nav-list li {
  color: rgba(66, 66, 66, 1);
  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: rgba(66, 66, 66, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]) {
    display: block;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(188, 18, 36, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(66, 66, 66, 1);
}

.collapsible-nav[aria-expanded="true"] .collapsible-nav-toggle::after {
  content: "\2715";
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]) {
  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::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(188, 18, 36, 1);
}

.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-toggle::after {
  content: "\2715";
}

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

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(188, 18, 36, 1);
  color: #FFFFFF;
}

.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 */
.subscriptions-unsubscribe a {
  background: rgba(188, 18, 36, 1);
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #5f0912;
  text-decoration: none;
}

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

/***** 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: #757575;
  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 rgba(188, 18, 36, 1);
}

.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 rgba(188, 18, 36, 1);
}

.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: #757575;
  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 * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(66, 66, 66, 1);
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #757575;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: rgba(188, 18, 36, 1);
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

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

.meta-group * {
  display: inline;
}

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

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-toggle::after,
.collapsible-sidebar-toggle::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* 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::before {
  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;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(188, 18, 36, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(188, 18, 36, 1);
}

.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: #757575;
  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 rgba(188, 18, 36, 1);
  border-radius: 4px;
  color: rgba(188, 18, 36, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  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: #757575;
  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-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

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

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  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::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** 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[aria-selected="true"] {
  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: #999;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #1f73b7;
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \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: #757575;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(188, 18, 36, 1);
}

[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-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.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;
  background:#FFFF99;
  padding: 0 3px;
}

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

/***** 20191030 *****/
.wrapper {
  background: #000;
}
.header {
  display: flex;
	justify-content: spacve-between;
}
.hero-inner {
  position: inherit;
  top: inherit;
  transform: translateY(0);
  max-width: 700px;
  margin: 0;
}
.test-text {
  text-align: center;
}
.faq-text {
  background: #000;
  color: #fff;
  padding: 20px;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.faq-list {
  background: #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.faq-list li {
  width: 50%;
}
.faq-list li a {
  color: #000;
  display: block;
  padding: 20px 20px 0;
}
.category-parent {
  display: flex;
  flex-wrap: wrap;
}
.category-children li,
.recent-activity-list li {
  padding: 10px 0;
}
@media screen and (max-width: 767px){
  .category-children li{
    line-height: 1.8em;
  } 
}

.category-children li a {
  font-size: 16px;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.form-link {
  margin: 60px 0 0;
  text-align: center;
}
.form-link a {
  color: #fff;
  background: #000;
  padding: 20px 30px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 20px;
  transition: .3s all;
}
.form-link a:hover {
	opacity: .6;
}
.form-link a:hover,
.form-link a:focus {
  text-decoration: none;
}
.category-children li a:hover {
    text-decoration: none;
}
.active {
  background: #800!important;
}
.user-info > [role="button"],
.user-info > [role="button"]::after {
    color: #1f73b7;
}
.category-parent > li:focus {
  background: #c00;
}

/* 20.01.22 追加 */
body{
    color: #2e2f33;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (max-width: 767px){
  body{
    font-size: 1.2em;
  }
}

a{
  /*color: #1f73b7;*/
  color: #000;
}

a:link{
  text-decoration: none;
}

a:visited{
  text-decoration: none;
}
a:hover{
  /*color: #1f73b7;*/
  text-decoration: underline;
}

a:active{
  text-decoration: none;
}

/* ヘッダー */
.mv_deco img{
    height: 400px;
    position:absolute;
    max-width: 100%;
}
@media screen and (max-width: 767px){
    .mv_deco img{
        height: 500px;
    }
}
.header{
  padding: 1.6% 1% 1%;
}

.header .logo{
  width: 250px;
  height: auto;
}

.wrapper .search-text{
  color: #FFFFFF;
  font-size: 3.5em;
  font-weight: bold;
  margin: 1.5% auto;
  position:relative;
}

.wrapper .search-text img{
  max-width: 600px;
  padding-right: 1%;
  margin: 0 auto;
}

.wrapper .hero-inner{
  margin: auto;
  width: 700px;
}

.search{
  margin: auto;
}

.search input[type="search"]{
  height: 3.4em;
  font-size: 1.2em;
}

.search::before{
  right: 20px;
  font-size: 24px;
}

.search input, textarea{
  font-size: 16px;
}

@media screen and (max-width: 1023px){
  .wrapper{
    background-position: center bottom;
  }
  .wrapper .hero-inner{
    max-width: 100%;
  }
  .header{
    padding: 3%;
  }
  .header .nav-wrapper{
    
  }
  .user-avatar{
    width: 60px;
    height: 60px;
  }
  .wrapper .search-text{
    text-align: center;
    font-size:46px;
    position: relative;
  }
  .wrapper .search-text img{
    display: block;
    padding-right: 0;
    margin-bottom: 1.5%;
    max-width: 540px;
  }
  .search input[type="search"]{
    font-size: 1.2em;
  }
  .section .hero .search-text img{
    display: block;
  }
}

/* Topページ */
.wrapper {
  /*background-image: url(//theme.zdassets.com/theme_assets/9524044/bcb1732b8d07b96f2d04451c424676bc2cc6bf9b.jpg);*/
  background-image: url("/hc/theming_assets/01HZM56B97KCPEA52JPY9T564T");
  height: 400px;
  background-size: cover;
}
@media screen and (max-width: 767px){
    .wrapper {
        height: 500px;
    }
}
.top-nav{
  background-color: #f6f9fa;
  padding-bottom: 40px;
}

.top-nav_menu{
  padding-top: 2%;
  /*padding-bottom: 4%;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

/* 202203 削除
.top-nav_menu li{
  display: inline-block;
  width: 31%;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #dcdcdc;
  padding: 2.5% 2%;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}*/

/* .top-nav_menu li:nth-child(2),
.top-nav_menu li:nth-child(5){
  margin-left: 3%;
  margin-right: 3%;
}
.top-nav_menu li:nth-child(-n+3){
  margin-bottom: 4%;
} */
.top-nav_menu li span img{
  display: block;
  height: 40px;
  margin: 0 auto 15px;
}
.top-nav_menu li:nth-child(3) span img,
.top-nav_menu li:nth-child(6) span img{
  height: 36px;
}
.top-nav_menu li a{
    color: #2e2f33;
}
.top-nav_menu li a:hover{
    color: #bc1224;
    text-decoration: none;
}
/* 202102追加 */
/* 202203変更*/
.top-nav_menu .primary, .top-nav_menu .secondary {
	line-height: 0;
}
.top-nav_menu .primary a, .top-nav_menu .secondary a {
  color: #fff;
}
.top-nav_menu .primary a:hover, .top-nav_menu .secondary a:hover {
  color: #ffff37;
}
/* 202301追加*/
.top-nav_menu a:hover, .trial_campaign:hover {
  opacity: 0.8;
  transition: .5s;
}
/* 202203変更*/
.top-nav_menu li.primary {
  width: 48.25%;
  position: relative;
}
.primary span {
  font-size: 38px;
}
.primary span.small {
  font-size: 32px;
}
.primary p {
  padding-left: 31%;
  margin: 10px 0 0 0;
}
.primary img,
.secondary img{
  width: 100%;
}
/* 202203変更*/
.top-nav_menu li.secondary {
  width: 48.25%;
  margin-left: 3.5%;
}

.top-nav_menu li:nth-child(-n+2) {
  margin-bottom: 2.5%; /*202203変更*/
}

.top-nav_menu li:nth-child(4) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

.top-nav_seminar {
  display: flex;
  justify-content: center;
  padding-bottom: 4%;
}
.top-nav_seminar a:hover {
  opacity: .7;
  transition: opacity .35s ease;
}
.top-nav_seminar .pc-image {
  width: 600px;
}
.top-nav_seminar .sp-image {
  display: none;
}

@media screen and (max-width: 767px){
  .top-nav_menu{
    padding-top: 5%; /*202203変更*/
    padding-bottom: 4%;
  }
  .top-nav_menu li{
    display: block;
    width: 100%;
    padding: 7% 5%;
    font-size: 2em;
  }
  .top-nav_menu li:nth-child(-n+5){
    margin-bottom:5%;
  }
  /* .top-nav_menu li:nth-child(2),
  .top-nav_menu li:nth-child(5){
    margin-left: 0;
    margin-right: 0;
  } */
  .top-nav_menu li span img{
    height: 64px;
  }
  .top-nav_menu li:nth-child(3) span img{
    height: 56px;
  }
  /* 202102追加 */
  .top-nav_menu .primary, .top-nav_menu .secondary {
    padding: 0;
  }
  .top-nav_menu li.primary, .top-nav_menu li.secondary {
    width: 100%;
    text-align: center;
    padding-top: 0%;
    margin-left: 0;
	}
  .primary span {
    font-size: 1.2em;
  }
  .primary span.small {
    font-size: .8em;
  }
  .primary p {
    padding-left: 0;
  }
  /*202203削除
  .primary img {
    max-width: unset;
    width: 40%;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }*/
  .top-nav_menu li.secondary {
    font-size: 2em;
  }
  .top-nav_menu li:nth-child(2) {
    margin-left: 0;
  }

  .top-nav_menu li:nth-child(4) {
    margin-left: 0;
    margin-right: 0;
  }

  .top-nav_seminar {
    padding-bottom: 10%;
  }

  .top-nav_seminar .pc-image {
    display: none;
  }

  .top-nav_seminar a {
    flex-basis: 90%;
  }

  .top-nav_seminar .sp-image {
    display: block;
    width: 100%;
  }
}

.category-area .top_info{
  margin-bottom: 1em;
}
.category-area .info_date{
  margin-right: 20px;
  color: #999999;
}
.category-area .top_label{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: red;
  border-radius: 20px;
  padding: 4px 13px;
  margin-left: -6px;
  margin-right: 14px;
}
.category-area .category-title .title_icon{
  vertical-align: 18%;
}
.category-title{
  font-size: 28px;
}
.top.category-title{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 14px;
}
.top.category-title.startup{
  border-bottom: none;
  padding: 0;
}
.top.category-title .title_icon{
  vertical-align: 18%;
}
.top.category-title img {
  height: 22px;
  padding-right: 1%;
}
@media screen and (max-width: 767px){
  .category-children li a {
    text-indent: 0;
    padding-left: 0;
  }
  .category-area .info_date{
    display: block;
  }
  .category-area .category-title .title_icon{
    vertical-align: 15%;
  }
}

.recent-activity-header,
.recent-activity-controls{
  display: none!important;
}

.recent-activity-list .recent-activity-item{
  display: flex;
}

.recent-activity-item{
  border: none;
  display:inline-flex;
}

.recent-activity-item-link {
  width:75%;
  font-size: 16px;
  color: #1f73b7;
}

.recent-activity-item-parent,
.label_name{
  font-size: 12px;
  color: #FFF;
  background-color: #E5655C;
  width: 20%;
  margin-right: 20px;
  padding: 2px;
  text-align: center;
}

a.recent-activity-item-parent:hover,
a.label_name:hover{
    color: #FFF;
}

.recent-activity-item-meta{
  display: none;
  width: 0;
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .recent-activity-item-parent{
    width: 26%;
  }
}
@media screen and (max-width: 767px){
  .recent-activity-list .recent-activity-item{
    display: block;
  }
  .recent-activity-item-parent, .recent-activity-item-link {
    display: block;
  }
  .recent-activity-item-link{
    width: 100%;
  }
  .recent-activity-item-parent{
    width: 30%;
  }
}

/*.sub_nav{
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.sub_nav li{
  width: 14em;
  display: inline-block;
  border-bottom: 1px dotted #bc1224;
  padding-bottom: 0.3em;
}

.sub_nav li a{
    color: #2e2f33;
}
.sub_nav li a:hover{
    color: #bc1224;
    text-decoration: none;
}

.sub_nav li span{
  vertical-align: bottom;
}

.sub_nav li:nth-child(2),
.sub_nav li:nth-child(3){
  margin-left: 10%;  
}

.sub_nav li span img{
  height: 30px;
  padding-right: 3%;
}
.sub_nav li span img.horizontal {
  height: 22px;
}

.sub_nav .h_22{
  height: 22px;
}*/

.category-title img{
  height: 36px;
  padding-right: 1%; 
}

@media screen and (max-width: 906px){
  .sub_nav.sub_nav_sp{
    text-align: left;
  }
  .sub_nav.sub_nav_sp li{
    text-align: center;
    width: 44%;
  }
  .sub_nav.sub_nav_sp li:nth-child(3){
    margin-left: 0;
    margin-top: 3%;
  }
}

/* 共通 */
.category-area{
  border: 1px solid #dddddd;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 15px 25px;
}

.category-title,
.section-tree-title,
.article-title{
	text-align: center;
  /* color: #bc1224; */
  border-bottom: 1px solid #bc1224;
  font-weight: normal;
}

.article-title{
  font-weight: bold;
  padding-bottom: 10px;
}
.article-title.step:before{
  content: "STEP1";
	color: #D70624;
  padding-right: 5px;
}

.page-header{
  text-align:center;
  color: #D70624;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: .5em;
}

.section-tree-title a,
.faq_nav li a{
  color: #bc1224;
}
.section-tree-title a,
.faq_nav li a{
  text-decoration: none;
}
.article-list{
  margin-top: 2%;  
  width: 100%;
}

.faq_nav li:hover{
  background-color: #bc1224;
  cursor: pointer;
}

.faq_nav li:hover *{
  color: #FFF;
}

.list_link{
  text-align: right;
  margin-top: 0;
  /*margin-top: -32px;*/
  /*border-top: 1px dotted #999999;*/
}
.list_link a {
    color: #1F73B7;
}
.list_link a:hover {
    color: #1F73B7;
}

/*.list_link a::before{
  content: "> ";
  color: #1f73b7;
}*/

.list_link_red{
  color: #bc1224;  
}

.category-content{
  flex: 0 0 100%;
}

.hotoda{
  position:relative;
  top: -100px;
  text-align: right;
  max-width: 1450px;
  margin: 100px auto 0;
  padding: 0 5%;
  height: 65px;
}

.hotoda img{
  height:160px;
}

.footer{
  font-size: 15px;
  color: #FFF;
  background-color:#2e2f33;
  text-align: center!important;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0;
}

.footer a{
  color: #FFF;
}


.container-divider{
  margin-bottom: 0;
}

.sub-nav{
  background-color: #000;
  min-height: 0;
  padding: 0.8em;
}

.breadcrumbs li,
.breadcrumbs li a{
  color: #FFF!important;
  font-size: 16px;
}

@media screen and (max-width: 767px){
/*  .category-title,
  .section-tree-title,
  .article-title{
    font-size: 2em;
  }*/
  .category-title img{
    height: 38px;
    padding-right: 3%;
  }
  .category-parent li{
    display: block;
    width: 100%;
  }
  .container{
    margin: 0;
  }
  .footer.article_footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
}

/* サイドメニュー */
.side_nav h3{
  margin-bottom: 0.6em;
}

.side_nav .nav_group{
  margin-bottom: 2em;
}

.side_nav li {
    /*border-left: 3px solid #D8D8D8;*/
    padding-left: 1em;
    font-size: 15px;
    line-height: 2.2em;
}

/*.side_nav li a:hover{
    border-left: 3.2px solid #c00;
    padding-left: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-left: -1.2em;
}*/

/* FAQカテゴリページ */
.faq_nav{
  padding-top: 4%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

/* カテゴリページ */
.section-container{
  margin-top: 30px;
}
.section-tree .section,
.section_2column .section{
  flex: 0 0 99%;
  box-shadow: 0 0 10px #dcdcdc;
  padding: 2em;
  margin: auto;
  margin-bottom: 5%;
}
.section-tree .section{
  max-width: 1160px;
}
.section_2column{
  margin: 0;
  width: 100%;
  column-count: 2;
  column-gap: 0;
}
.section_2column .section{
  padding: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 95%;
  transform: translateZ(0);
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1023px){
  .section-tree,
  .section_2column{
    display:block;
    column-count: 1;
  }
}
@media screen and (max-width: 767px){
  .section-tree .section{
    width: 100%;
  }
}

/* 202102追加 */
.section_flex {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section_flex .section {
  padding: 10px 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 95%;
  transform: translateZ(0);
  text-align: justify;
  text-justify: inter-ideograph;
}
.flex_3column .section {
  height: 220px;
  flex-basis: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  box-shadow: 0 0 10px #dcdcdc;
}
.flex_3column .section:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1303px) {
  .flex_3column .section:nth-of-type(3n) {
    margin-right: 3.5%;
  }
}
.section-step-link:hover {
  text-decoration: none;
  opacity: .7;
  transition: opacity .35s ease;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
}
.section-header img {
  width: 184px;
}
.section-step {
  background-color: #bc1224;
  border-radius: 8px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 10px;
  margin: 0 24px 0 0;
}
.section-step-title {
  font-size: 24px;
  color: #bc1224;
  line-height: 29px;
  margin: 0;
}
.section-step-about {
  font-size: 14px;
  line-height: 18px;
  color: #2e2f33;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .flex_3column .section {
    height: auto;
    margin-right: 0;
    flex-basis: 100%;
  }
  .flex_3column .section:nth-of-type(3n) {
    margin-right: 0;
  }
  .section-header {
    align-items: center;
  }
  .section-header img {
    width: 40%;
  }
}

.faq_nav li{
  display: inline-block;
  width: 23%;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px #dcdcdc;
  padding: 2.5% 2%;
  text-align: center;
  font-size: 1.1em;
}

.faq_nav li:nth-child(n+2){
    margin-left: 2.5%;
}

.link_active{
  background-color: #bc1224!important;
}
.link_active a{
  color: #FFF!important;
}

@media screen and (max-width: 767px){
  .faq_nav li{
    display: block;
    width: 100%;
    padding: 2em 0;
    font-size: 1.6em;
  }
  .faq_nav li:nth-child(n+2){
    margin-left:0;
    margin-top:1em;
  }
}

.category-content .section .section-tree-title{
  font-size: 32px;
}

.category-content .article-list{
  list-style-type: disc;
  padding: 1em 2.5em;
}

.article-list .article-list-item{
  padding: 0.6em 0;
}

/* 記事ページ */
@media (min-width: 1024px) {
  .article {
    max-width: 75%;
  }
}

.article-header h1,
.page-header h1{
  margin-bottom: 0;
  text-align: left;
}
.category-content,
.article-container,
.search-results,
.error-page{
  flex: 1 0 70%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.article-container .meta-group{
  text-align: right;
}
.meta-data:not(:last-child)::after{
  display: none;
}

.tpl_category .article-sidebar{
  margin-top: 5%;
}

.article-sidebar{
  flex: 0 0 25%;
  border-bottom: none;
  border-top: none;
  padding-left: 3%;
}

.article,
.section-content{
  flex: 1 0 70%;
  /* max-width: 70%; */
  /* min-width: 640px; */
  padding: 0 30px;
}

.article-relatives{
  border-top: 0;
}

.article-title {
  flex-basis: 100%;
}

.article_follow{
  text-align: right;
}

u{
display:block;
margin:2.5em 0 1em 0;
padding:.5em;
background:#e9e9e9;
text-decoration:none;
font-size:15px;
font-weight:bold;
}

.article-body table.table-list{
width:100%;
/* margin:15px auto 15px auto; */
border-top:solid 1px #d5d5d5;
border-left:solid 1px #d5d5d5;
}

.article-body table.table-list th{
padding:0.5em;
color:#333333;
font-size:0.9em;
text-align:center;
background:#d7d7d7;
border:solid 1px #ffffff;
}

.article-body table.table-list th.th1{width:16%;}
.article-body table.table-list th.th2{width:12%;}
.article-body table.table-list th.th3{width:10%;}

.article-body table.table-list td{
padding:4px 8px;
font-size:0.9em;
_font-size:0.9em;
vertical-align:top;
background:#fff;
border-right:solid 1px #d5d5d5;
border-bottom:solid 1px #d5d5d5;
}

.article-body table.table-list td.bg_w{background:#f8f8f8;}

.article-body pre,
.article-body blockquote {
    margin: 1em 0;
    padding: 1em;
    border: solid 2px #ccc;
    background: #ffffff;
}

.article-body a,
.form-field a{
    color: #1f73b7;
}

.article-body a:link{
  text-decoration: none;
}

.article-body a:visited{
  color: #1f73b7;
  text-decoration: none;
}
.article-body a:hover{
  color: #1f73b7;
  text-decoration: underline;
}
.article-body a:active{
  text-decoration: none;
}
.article-relatives_header{
  margin-bottom: 15%;
}

.breadcrumbs{
  margin-bottom: 0;
}

.article-more-questions{
  display: none;
}

.related-articles-title{
  border-bottom: 1px solid #5F5F5F;
  padding-bottom: 0.2em;
}

.related-articles h3{
  font-size: 1.3em;
  margin-top: 0;
}

@media screen and (max-width: 1023px){
  .article-relatives_header,
  .article-sidebar{
    /*display: none;*/
  }
  .article{
    padding: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px){
  .article-header{
    margin-top: 20px;
    margin-bottom: 0;
  }
  .article-relatives_footer{
    display: none;
  }
}

/* お問い合わせフォーム */
.form_area{
  margin-top: 30px;
}

.kojin_inc{
  overflow-y: scroll;
  margin: 0 auto -10px auto;
  padding: 5px;
  width: 700px;
  height: 160px;
  border: #ccc 1px solid;
  text-align: left;
  background-color: #f8f8f8;
}

div.form-field:last-child,
p#request_description_hint{
  display: none;
}

.form footer{
  margin-top: 0;
}
.form_sitepolicy{
  display: none;
}
@media screen and (max-width: 767px){
  .form-field label{
    font-size: 18px;
  }
  #request_custom_fields_360027846052_hint{
    font-size: 16px;
  }
  input[type="submit"]{
    font-size: 24px;
    padding: 0.6em 1.9286em;
  }
  .upload-dropzone{
    font-size: 16px;
  }
  .form footer{
    margin-bottom: 20%;
  }
}

/* マイアクティビティ アイコン */
.avatar.comment-avatar{
  display: none;
}


/* テスト用スタイル */
.one_red{
width:100%;
text-align:center;
background-color:red;  
padding: 200px 0;
}
.two_gray{
width:100%;
text-align:center;
background-color:gray;
padding: 200px 0;
}
.three_blue{
width:100%;
text-align:center;
background-color:blue;
padding: 200px 0;
}
.one_yellow{
width:100%;
text-align:center;
background-color:yellow;  
padding: 200px 0;
}
.one_green{
width:100%;
text-align:center;
background-color:green;  
padding: 200px 0;
}
.one_pink{
width:100%;
text-align:center;
background-color:pink;  
padding: 200px 0;
}

/* ダウンロードページ */
.dl_list {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center; 
  align-items: center;
  -webkit-justify-content: center;
  /*justify-content: center;*/
}
/*
.dl_list:nth-child(-n+3){
  border-bottom: 1px dotted #999999;
  padding-bottom: 2em;
}*/
.dl_list_border{
  border-bottom: 1px dotted #999999;
  padding-bottom: 2em;
}

.dl_list .dl_list_cell{
  vertical-align: baseline;
}

.dl_list .dl_list_cell{
  margin: 0;
}

.dl_list .dl_list_cell:first-child,
.dl_list .dl_list_cell:nth-child(2){
  margin-right: 1em;
}

.dl_list .dl_list_cell:last-child{
  margin: auto;
  margin-right: 0;
}


.dl_title img{
  width: 20px;
  margin-left: 5px;
  vertical-align: middle;
}

.dl_list_cell .dl_btn{
  background-color: #bc1224;
  border-radius: 25px;
  padding: 0.5em 2em;
  font-size: 16px;
}

.dl_list_cell .dl_btn:hover{
  background-color: #e5655c;
  border-radius: 25px;
}

.dl_list_cell .dl_btn a{
  color: #FFF;
}

@media screen and (max-width: 767px){
  .dl_list{
    display: block;
  }
  .dl_list .dl_list_cell:last-child{
    text-align:center;
    margin-top: 1.5em;
  }
  .dl_list_cell .dl_btn{
    padding: 0.8em 4em;
  }
}

.txt_right{
  text-align: right;
}

.txt_right p{
  margin-top: 1.5em;  
}

/* ハンズオンセミナーページ */
.seminar_top{
  margin-top: 20px;
  margin-bottom: 50px;
}
.seminar_top h2{
  color: #E5655C;
  text-align: left;
  border-bottom: 2px solid #E5655C;
  padding-bottom: 0.4em;
  font-weight: bold;
}
.seminar_top ul{
  list-style: disc;
  text-indent: 1em;
  font-size: 1.2em;
}
@media screen and (min-width: 768px){
  .seminar_top .pc_bnr{
    margin: 2em 0;
  }
  .seminar_top .pc_bnr img{
    width: 100%;
  }
  .seminar_top .sp_bnr{
    display: none!important;  
  }
}
@media screen and (max-width: 767px){
  .seminar_top .pc_bnr{
    display: none!important;
  }
  .seminar_top .sp_bnr img{
    width: 100%;
  }  
}

.seminar_dl{
  padding: 1em 2em 0;
  border: 1px solid #999999;
}
.seminar_dl h3{
  color: #bc1224;
  text-align: center;
  border-bottom: 1px solid #bc1224;
  padding-bottom: 0.4em;
  font-size: 1.5em;
  font-weight: normal;
}

.seminar_link{
  text-align: center;
  margin-top: 50px;
  background-color: #bc1224;
}

.seminar_link_btn{
  display: inline-block;
  text-align: left;
  font-size: 1.4em;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 1.8em 2em 1.8em 3.6em;
  position: relative;
}

.seminar_link_btn:before {
  content: ">";
  font-weight: lighter;
  position: absolute;
  left: 40px;
  top: 42%;
  margin-top: -8px;
  transform: scale(1.2, 2.4);
}

.seminar_link:hover{
  color: #FFF;
  background-color: #e5655c; 
}

.seminar_link a{
   color: #FFF; 
}

/* バージョンアップ履歴・お問い合わせ */
.bg_gray_ttl{
  color: #FFF;
  background-color: #5F5F5F;
  font-weight: bold;
  text-align: center;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 0;
}

.line_ttl{
  color: #5F5F5F;
  background-color: #FFF;
  border-bottom: 2px solid #5F5F5F;
  font-weight: bold;
  padding: 0 0 0.3em;
  font-size: 1.4em;
  margin-top: 1em;
}

.bold_ttl{
  color: #5F5F5F;
  font-weight: bold;
  font-size: 1.1em;
}
.verup_history p{
  font-size: 1.1em;
}

.verup_history .table-list{
  margin-bottom: 2.5em;
}

.contact{
  margin-bottom: 70px;
}

.contact p{
  margin: 0;
}

.contact dl dd{
  margin-left: 0;
}

.contact dl dd a:hover{
    text-decoration: none;
}

.contact_box{
  text-align: center;
}

.contact_box .tel_att{
  text-align: left;
  width: 65%;
  margin: auto;
  padding-left: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .contact_box .tel_att{
    width: 55%;
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px){
  .contact_box .tel_att{
    width: 75%;
    padding-left: 2.5em;
  }
}

.contact_box .tel_num{
  font-size: 3em;
  font-weight: bold;
}

.contact_box .mobile_num{
  font-weight: bold;
  font-size: 1.3em;
}

.js-tel{
  color: #000;
}

@media screen and (max-width: 767px){
  .contact_box .mobile_num{
    font-size: 1.7em;
  }
}

.form_link{
  text-align: center;
  margin-top: 50px;
  margin: 40px auto 20px;
  background-color: #bc1224;
  width: 75%;
}
@media screen and (max-width: 767px){
  .form_link{
    width: 100%;    
  }
}

.form_link_btn{
  display: inline-block;
  text-align: left;
  font-size: 1.3em;
  color: #FFF!important;
  text-decoration: none;
  font-weight: bold;
  padding: 1.2em 2em 1.2em 3.6em;
  position: relative;
}

.form_link_btn:before {
  content: ">";
  font-weight: lighter;
  position: absolute;
  left: 40px;
  top: 39%;
  margin-top: -10px;
  transform: scale(1.2, 2.4);
}

.form_link:hover{
  color: #FFF;
  background-color: #e5655c; 
}

.form_link a{
   color: #FFF; 
}

/* ご利用プラン変更 */
.plan_base table.table-list{
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
}

.plan_base table.table-list th{
  background-color: #606060;
  color: #FFF;
  text-align: left;
  width: 20%;
  padding: 1em;
  border: solid 1px #999999;
}

.plan_base table.table-list td{
  width: 40%;
  text-align: center;
  padding: 0.8em;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
}

.plan_option{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_option .option_box {
  border: 1px solid #BC1224;
  width: 48%;
  height: 280px;
  margin-bottom: 4%;
  text-align: center;
}

.plan_option .option_box .line01{
  color: #BC1224;
  padding: 0.5em;
}

.plan_option .option_box .line02{
  color: #FFF;
  background-color: #BC1224;
  padding: 0.5em;
  font-size: 1em;
}
.plan_option .option_box .line02 strong{
  font-size: 1.3em;
}

.plan_option .option_box .line03{
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
}

.option_box .att_small{
  font-size: 0.8em;
  display: block;
  margin-top: 1em;
}

@media screen and (max-width: 767px){
 .plan_option{
  display: block; 
 }
 .plan_option .option_box{
   width: 100%;
   height: 100%;
 }
 .plan_option .option_box .line03{
   height: 100%;
 }
}

.plan_option .option_box p{
  margin: 0;
}

/* フォローするボタン */
.page-header{
  flex-direction: row;
  align-items: baseline;
}

.page-header .section-subscribe{
  margin-bottom: 0;
}

.button, [role="button"],
.article [role="button"]{
  width: auto;
  border-radius: 25px;
}

.subscriptions-unsubscribe a:hover{
  color: #FFF;
}


/* module */
.txt_red{
  color: #bc1224!important;
}
.h_25{
  height: 25px!important;
}
.h_30{
  height: 30px!important;
}
.t_center{
  text-align: center!important;
}
.mt_20{
  margin-top: 20px;
}
.mt_50{
  margin-top: 50px;
}
.mt_60{
  margin-top: 60px;
}
.mt_70{
  margin-top: 70px;
}
.mb_30{
  margin-bottom: 30px;
}
.mt_1em{
  margin-top: 1em;
}
.mt_2em{
  margin-top: 2em;
}
.mb_1em{
  margin-bottom: 1em;
}
.h_35{
  height: 35px!important;
}
.f_bold{
  font-weight: bold!important;
}
.bg_orange{
  background-color: #F7C49A!important;
}
.bg_pink{
  background-color: #F99B9B!important;
}

/* 20200812人気のキーワード */
.popular_keywords {
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 5px 20px;
    color: #FFF;
    letter-spacing: 1px;
    width: 800px;
}
@media screen and (max-width: 767px){
    .popular_keywords {
        width: 100%;
        text-align: left;
    }
}
.popular_keywords_title {
    margin: .5em 13px .2em;
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
    display: block;
}
@media screen and (max-width: 767px){
    .popular_keywords_title {
        width: 9em;
        display: inline-block;
    }
}
.popular_keywords_link {
    margin: 0 10px;
    text-align: left;
}
@media screen and (max-width: 767px){
    .popular_keywords_link {
        text-align: left;
    }
}
.popular_keywords_link a {
    border: solid 1px #fff;
    padding: .3em .5em .2em 1.8em;
    border-radius: 5px;
    color: #2e2f33;
    background: #fff;
    margin: 0 .2em;
    font-size: .8em;
    position: relative;
}
@media screen and (max-width: 767px){
    .popular_keywords_link a {
        margin: 0 .5em .4em;
        display: inline-block;
    }
}
.popular_keywords_link a:hover {
    text-decoration: underline;
}
.popular_keywords_link a .popular_keywords_link_search-icon {
    width: 12px;
    left: 7px;
    position: absolute;
    top: 6px;
    color: #aaa;
}

/* 20201026検索結果のリンク修正 */
.results-list-item-link{
    color: #1f73b7;
}
.results-list-item-link:hover{
    text-decoration: underline;
}

/* 20201221Topページメインビジュアル&お知らせエリア修正 */
.wrapper {
    height: 150px;
    background-position: center;
}
@media screen and (max-width: 1024px){
    .wrapper {
        height: 230px;
    }
}
.wrapper .search-text {
    display: none;
}
.mv_deco img {
    height: 150px;
}
.hero {
    padding: 20px 0 0;
}
.search input[type="search"] {
    height: 3em;
}
.popular_keywords_title {
    margin: 0 13px .2em;
}
.oshirase_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  	max-width: 1160px;
    width: 90%;
    margin: auto;
}
.oshirase {
  	width: calc(100% / 2 - 1.75%);
    margin: 40px 0;
    height: 240px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #dddddd;
}
/*@media screen and (max-width: 1024px){
    .oshirase {
        margin: 30px 5%;
    }
}*/
.oshirase .category-area {
    border: none;
    margin-top: 7px;
    margin-bottom: 7px;
}
@media screen and (max-width: 767px){
  .oshirase {
  	width: 100%;
	}
  .oshirase:last-of-type {
  	margin: 0 0 20px;
	}
}
/* 20210414 marketing */
.hero-inner #placeholder-text {
  position: absolute;
  top: 12px;
  left: 40px;
  color: #666;
  line-height: 1.2;
  text-align: left;
  pointer-events: none;
  padding-right: 45px;
}
.hero-inner #placeholder-text.none {
  display: none;
}
@media (min-width: 768px) {
  .hero-inner #placeholder-text {
    font-size: 14px;
  }
}

/* 20210803 検索窓修正 */
.more_sub-nav{
  background-image: url(//theme.zdassets.com/theme_assets/9524044/bcb1732b8d07b96f2d04451c424676bc2cc6bf9b.jpg);
  min-height: 0;
  padding: 18px 0 0;
  height: 158px;
  background-position: center;
  background-size: cover;
  margin-top: -22px
}
.more_sub-nav img {
  height: 140px;
  left: 0;
}
.re_container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 5%;
}

.re_container .search {
  text-align:center;
}

.re_popular_keywords {
  bottom: 10px;
}
.sub_container {
  min-height:383px; 
}
.container.re_nav {
  height: 26px;
}
.container.re_nav ol.breadcrumbs {
  margin: -18px;
}
@media screen and (max-width: 767px){
    .re_popular_keywords {
        width: 100%;
        text-align: left;
     }
     .sub-nav.re_nav {
         height: 56px;
      }
    .container.re_nav ol.breadcrumbs {
        margin: -55px;
        padding-left: 20px;
     }
}
@media screen and (max-width: 1024px){
  .more_sub-nav {
        height: 300px;
    }
  .more_sub-nav img{
    display:none;
  }
  .sub_container {
  min-height: 720px; 
 }
}

/*202110*/

.main_contents {
    width: 1160px;
    margin: 0 auto;
}
.section_main_contents h2 {
    color: #BC1224;
    text-align: center;
    margin: 35px 0px 40px 0px;
    font-size: 28px;
}
.function_contents {
    width: calc(33.3% - 21px);
    height: 250px;
    margin: 0 20px 20px 0;
    display: inline-block;
    border: 1px solid #C4C4C4;
    border-radius: 7px;
    padding: 17px 22px;
}
.contents_list img {
    height: 24px;
    position: relative;
    top: 4px;
    padding-right: 2%;
    right: 6px;
}

li.l_list, a.l_list {
   /*list-style-position: inside;*/
   margin-left: 12px;
}
li.l_list:before, a.l_list:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #BC1324;
	position: relative;
	left: -9px;
	top: -3px;
}
a.function_contents {
  cursor: pointer;
}
ul.contents_list a {
  color: #000;
}
ul.contents_list {
  display: table;
  width: 100%;
  height: 100%;
}
li.more_info {
  border-top: 1px solid #C4C4C4;
  /*text-align: right;*/
  margin-top: auto;
  padding-top: 10px;
}
li.list_index {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 11px;
}
/* li.list_index:hover {
  list-style: none;
  opacity: .7;
  text-decoration: none;
} */
ul.contents_list {
  line-height: 28px;
  display: flex;
  flex-direction: column;
}
.sub_nav{
  /*text-align: center;*/
  margin-top: 5%;
  margin-bottom:11%;
}

.sub_nav li{
  width: 29%;
  display: inline-block;
  border: 1px solid #C4C4C4;
  border-radius: 30px;
  background: #FDFDFD 0% 0% no-repeat padding-box;
  line-height: 53px;
  margin-bottom: 15px;
  font-size: 18px;
  /*padding-left: 4%;*/
  text-align: center;
}

.sub_nav li:nth-child(2),
.sub_nav li:nth-child(5){
  margin: 0 5%; 
}
.sub_nav li a{
    color: #2e2f33;
    display: block;
}
.sub_nav li a:hover{
    color: #bc1224;
    text-decoration: none;
}
.sub_nav li span{
  vertical-align: bottom;
}
.sub_nav .h_22{
  height: 28px;
  position: relative;
  top: 7px;
}
img.h_22.l-1 {
    right: 5%;
}
img.h_22.l-2 {
    right: 12%;
}
img.h_22.l-3 {
    right: 16%;
}
img.h_22.l-4 {
    right: 9%;
}
img.h_22.l-5 {
    right: 12%;
}
img.h_22.l-6 {
    right: 10%;
}
img.h_22.l-7 {
    right: 19%;
}

.function_contents:nth-child(3n) {
    margin-right: 0;
}
.bottom_nav {
    padding: 0 10%;
}
li.list_index.sp_display {
    line-height: 25px;
}
.pc_display {
  display: block;
}
.sp_display {
    display: none;
 }
a.blocks_icon_link,
span.blocks_icon_link {
    display: block;
    margin-left: 35px;
}
li.list_index {
  position:relative;
  right: 5px;
}
a.font_link {
  letter-spacing: -0.14em;
}
#blocks_icon_1 {
	background: url(/hc/theming_assets/01J4NMRWJ7Q7DZVMHW1VRJRXVQ) no-repeat left center;
  background-size: contain;
}
#blocks_icon_2{
  background: url(https://theme.zdassets.com/theme_assets/9524044/a9eaf1937f099924bdde3bbf92c80eb4cfcfe941.svg) no-repeat left center;
} 
#blocks_icon_3{
	background: url(/hc/theming_assets/01J4NMRTA0EHQ4TFNR3XXTSJ4D) no-repeat left center;
  background-size: contain;
}
#blocks_icon_4{
  background: url(/hc/theming_assets/01J4NMRTYDBKH63WYKQTXCMTQW) no-repeat left center;
  background-size: contain;
}
#blocks_icon_5{
  background: url(https://theme.zdassets.com/theme_assets/9524044/6323a59a0c485df96495f4bf02fb8fae897efa70.svg) no-repeat left center;
}
#blocks_icon_6{
  background: url(https://theme.zdassets.com/theme_assets/9524044/0bb8074fd0dc0d704fe86d566b34820fb90a5028.svg) no-repeat left center;
}
#blocks_icon_7{
  background: url(https://theme.zdassets.com/theme_assets/9524044/e9f92e7a405cba2d27d7cbc4362ec2c9030d923b.svg) no-repeat left center;
}
#blocks_icon_8{
  background: url(https://theme.zdassets.com/theme_assets/9524044/d5c5405b4bd495c4aaae836c4f7b94d7cdc88ae0.svg) no-repeat left center;
}
#blocks_icon_9{
  background: url(https://theme.zdassets.com/theme_assets/9524044/f740de9145c6aefbc897ecf5b385cd89624ef549.svg) no-repeat left center;
}
#blocks_icon_10{
  background: url(https://theme.zdassets.com/theme_assets/9524044/b0f1c53b07afcbdfd7e3264921c017bd89c3a106.svg) no-repeat left center;
}
#blocks_icon_11{
  background: url(/hc/theming_assets/01J4NMRVKG5627B7V0Q6PB5VYZ) no-repeat left center;
  background-size: contain;
}
#blocks_icon_12{
  background: url(https://theme.zdassets.com/theme_assets/9524044/4a503dd3f2f601f188d31b86a67ad507f79cbb66.svg) no-repeat left center;
}
#blocks_icon_13{
  background: url(https://theme.zdassets.com/theme_assets/9524044/b0ec16d094c22d8fbc10a7ec4ce07e3a4a3d327a.svg) no-repeat left center;
}
#blocks_icon_14{
  background: url(https://theme.zdassets.com/theme_assets/9524044/236c6d6aad308366fad19964770634507465c6ae.svg) no-repeat left center;
}
#blocks_icon_15{
  background: url(https://theme.zdassets.com/theme_assets/9524044/469b058e87867bc95d32fdf7d2ac57bc29ea818f.svg) no-repeat left center;
}
#blocks_icon_16{
  background: url(https://theme.zdassets.com/theme_assets/9524044/a0b5049ecd914a34e0cebeafb275a857873d672a.svg) no-repeat left center;
  height: 12%;
}
#blocks_icon_17{
  background: url(https://theme.zdassets.com/theme_assets/9524044/bc3cb2f379e0b60aba622dc4218fbdb06ea12030.svg) no-repeat left center;
}
#blocks_icon_18{
  background: url(https://theme.zdassets.com/theme_assets/9524044/48b571504460394b6793130f1c5538e72b395564.svg) no-repeat left center;
}
#blocks_icon_19{
  background: url(https://theme.zdassets.com/theme_assets/9524044/02a358d127f3db4163677a7fa4c00362edcb68e5.svg) no-repeat left center;
}
#blocks_icon_20{
  background: url(https://theme.zdassets.com/theme_assets/9524044/1869a664f7221033799fa6506b57e382a3d63a6b.svg) no-repeat left center;
}
#blocks_icon_21{
  background: url(https://theme.zdassets.com/theme_assets/9524044/7169e07da73d0d674e04d3370dda2e48b1dbf9ef.svg) no-repeat left center;
}
#blocks_icon_sfa{
  background: url(/hc/theming_assets/01J4NMRSJZVBJ6J7Q95DE392SY) no-repeat left center;
  background-size: contain;
}
#blocks_icon_dashboard{
  background: url(/hc/theming_assets/01J4NMRRSA55Q2F8C1XEZCRDFQ) no-repeat left center;
  background-size: contain;
}
#blocks_icon_ma{
  background: url(/hc/theming_assets/01J4NMRR06Q59707AW37RVBWQT) no-repeat left center;
  background-size: contain;
}
#blocks_icon_web{
  background: url(/hc/theming_assets/01J4NMRQ89N395NM4RSH9Y67TN) no-repeat left center;
  background-size: contain;
}
#blocks_icon_pioneer{
  background: url(/hc/theming_assets/01J4NMRPJDZG5FYNVZZS696MSC) no-repeat left center;
  background-size: contain;
}
#blocks_icon_setting{
  background: url(/hc/theming_assets/01J4NMRNS26JANXGZ3ESXX26FS) no-repeat left center;
  background-size: contain;
}
#blocks_icon_import{
  background: url(/hc/theming_assets/01J4NMRN2KBGF30W18EZW4DRBN) no-repeat left center;
  background-size: contain;
}
#blocks_icon_security{
  background: url(/hc/theming_assets/01J4NMRMCE4VHQMHB618TK888J) no-repeat left center;
  background-size: contain;
}

@media (max-width: 768px) {
  .sp_display {
    display: block;
 }
  .pc_display {
    display: none;
}
  .main_contents {
    width: 100%;
    padding: 0 73px;
 }
.function_contents {
   display: block;
   width: 100%;
   height: 300px;
   margin-bottom: 40px;
   padding: 20px 42px;
 }
  li.more_info {
    text-align: center;
    padding-top: 7px;
 }
  ul.contents_list {
    line-height: 41px;
 }
  .sub_nav li{
  width: 100%;
  display: block;
  padding: 9px 0px;
  font-size: 27px;
}
.sub_nav .h_22 {
    height: 31px;
    top: 6px;
 }
.sub_nav li:nth-child(2),
.sub_nav li:nth-child(5){
  margin: 0 0 15px 0; 
}
  li.list_index {
    font-size: 24px;
    margin-bottom: 9px;
}
img.h_22.l-1 {
    right: 6%;
}
img.h_22.l-2 {
    right: 16%;
}
img.h_22.l-3 {
    right: 21%;
}
img.h_22.l-4 {
    right: 10%;
}
img.h_22.l-5 {
    right: 15%;
}
img.h_22.l-6 {
    right: 15%;
}
img.h_22.l-7 {
    right: 20%;
} 
}

/*section_page 追加_1014*/
ul.nav_group li a.selected {
  background-color: #FFE3E3;
}
/*セクションページのサイドメニューカレント表示*/
li.meishi.selected {
  background-color: #FFE3E3;
}
li.eigyo_list.selected {
  background-color: #FFE3E3;
}
li.mail_kanri.selected {
  background-color: #FFE3E3;
}
li.smartphone.selected {
  background-color: #FFE3E3;
}
li.campaign_list.selected {
  background-color: #FFE3E3;
}
li.seminar_kanri.selected {
  background-color: #FFE3E3;
}
li.webhome_list.selected {
  background-color: #FFE3E3;
}
li.webtracking_list.selected {
  background-color: #FFE3E3;
}
li.company_kanri.selected {
  background-color: #FFE3E3;
}
li.shodan_kanri.selected {
  background-color: #FFE3E3;
}
li.hokoku_kanri.selected {
  background-color: #FFE3E3;
}
li.task_kanri.selected {
  background-color: #FFE3E3;
}
li.target_list.selected {
  background-color: #FFE3E3;
}
li.map_list.selected {
  background-color: #FFE3E3;
}
li.access_list.selected {
  background-color: #FFE3E3;
}
li.inport_export.selected {
  background-color: #FFE3E3;
}
li.basic_list.selected {
  background-color: #FFE3E3;
}
li.free_list.selected {
  background-color: #FFE3E3;
}
li.paid_list.selected {
  background-color: #FFE3E3;
}
/*記事のサイドメニューカレント表示*/
li.meishi_a.selected {
  background-color: #FFE3E3;
}
li.eigyo_list_a.selected {
  background-color: #FFE3E3;
}
li.mail_kanri_a.selected {
  background-color: #FFE3E3;
}
li.smartphone_a.selected {
  background-color: #FFE3E3;
}
li.campaign_list_a.selected {
  background-color: #FFE3E3;
}
li.seminar_kanri_a.selected {
  background-color: #FFE3E3;
}
li.webhome_list_a.selected {
  background-color: #FFE3E3;
}
li.webtracking_list_a.selected {
  background-color: #FFE3E3;
}
li.company_kanri_a.selected {
  background-color: #FFE3E3;
}
li.shodan_kanri_a.selected {
  background-color: #FFE3E3;
}
li.hokoku_kanri_a.selected {
  background-color: #FFE3E3;
}
li.task_kanri_a.selected {
  background-color: #FFE3E3;
}
li.target_list_a.selected {
  background-color: #FFE3E3;
}
li.map_list_a.selected {
  background-color: #FFE3E3;
}
li.access_list_a.selected {
  background-color: #FFE3E3;
}
li.inport_export_a.selected {
  background-color: #FFE3E3;
}
li.basic_list_a.selected {
  background-color: #FFE3E3;
}
li.free_list_a.selected {
  background-color: #FFE3E3;
}
li.paid_list_a.selected {
  background-color: #FFE3E3;
}

h1.section_top {
  padding-left: 40px;
  padding-right: 10px;
  font-size: 1.6em;
  font-weight: bold;
}
a:hover {
  color: #B21E24;
}
.side_nav a:hover {
  text-decoration: none;
}

img.red_img{
    width: 15px;
    height: 14px;
    margin-right: 11px;
}

.side_nav h3 {
    border-bottom: 1px solid #9B9B9B;
    padding-bottom: 12px;
}

img.guide_img{
    width: 17px;
    position: relative;
    top: 4px;
}
header.page-header.section_header {
    position: relative;
    z-index: 100;
    width: max-content;
    border-style: none;
    background-color: #fff;
}
.red_border {
    width: 100%;
    position: relative;
    bottom: 24px;
    border: 1px solid #bc1224;
}
.more_header {
  border-style: none;
}
h1.top_article {
   font-size: 1.6em;
   font-weight: bold;
}
/*category_page 追加_1014*/
@media (min-width: 768px) {
  .function-tree .function:first-of-type {
    padding-top: 40px;
  }
}
@media (min-width: 1024px){
  .function-tree .function {
    flex-flow: row nowrap;
  }
  .function-tree .function-list {
    width: calc(100% - 280px);
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  h3.function-tree-title {
    font-size: 36px;
    margin-top: 30px;
    padding-left: 13px;
    background-color: #F3F3F3;
}
  li.function-list-item {
    padding: 17px 0px;
}
ul.function-list {
    padding-left: 50px;
}
.section-list-item a {
  display: initial;
}
span.title_style {
 font-size: 26px;
 background-color: #f3f3f3;
 display: block;
 padding:4px;
}
.list_link {
  margin-top: 5px;
}
.article-list .article-list-item {
  padding: 2px 0px 17px 0px;
  border-bottom: 1px dashed #9B9B9B;
  display: flex;
  align-items: baseline;
}
.red_border {
    bottom: 39px;
}
  h1.top_article {
    background-color: #f3f3f3;
    padding: 5px 0px 5px 24px;
}
  ul.nav_group li {
    border-bottom: 1px dashed #9B9B9B;
    padding-left: 0;
    font-size: 17px;
  }
  .section-container {
    display: block;
  }
  ul.nav_group li a {
    display: block;
 }
  ul.nav_group li a {
    display: block;
    width: 100%;
    padding: 11px 0px;
    padding-left: 41px;
    margin-top: -48px;
 }
  .side_nav h3 {
    margin-bottom: 0px;
    margin-top: 40px;
 }
  img.red_img {
    margin-top: 23px;
    margin-left: 8px;
 }
  img.guide_img {
    top: 23px;
    right: -2px;
  }
  .article-container {
    display: block;
}
}


@media (min-width: 768px){
  .function-tree .function {
    display: flex;
    /*flex-flow: column nowrap;*/
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .function-tree .function-tree-title a{
    display: inline;
    padding: 0;
    background-color: transparent;
  }
  .function-tree .function-list {
    width: 100%;
  }
  .function-tree .function-tree-title {
    width: 250px;
    padding-right: 30px;
  }
  .function-list-item {
    border-bottom: 1px dotted #ddd;
    font-size: 16px;
    padding: 15px 0 15px 1.4em;
    position: relative;
  }
  .function-list-item a {
    display: inline;
    padding: 0;
  }
  .function-tree .function-tree-title {
    display: block;
  }
  .function-tree-title {
    margin-bottom: 0;
  }
  .function-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 73%;
    margin: 0 auto;
  }

  /*section_page 追加_1014*/  
  li.section-list-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  
  .article-list .article-list-item {
    padding-left: 10px;
    display: flex;
    border-bottom: 1px dotted #ddd;
    line-height: 30px;
  }
  ul.article-list {
    width: 80%;
  }
  .section-list-item {
    padding: 50px 0;
  }
  .section-list-item a {
    font-size: 14px;
  }
  .section-list-item span {
    font-size: 17px;
    margin-left: 3px;
    padding-right: 10px;
  }
  .nav_group a {
    display: block;
    padding-left: 32px;
    margin-top: -33px;
  }
  ul.article-list.dl {
    width: 93%;
  }
}

/*スタートアップガイド画像*/
.top_bnr {
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 3%;
}
a.link_bnr {
    width: 50%;
    margin: 0 auto;
    display: block;
}
img.startup_bnr {
    width: 100%;
    margin: 0 auto;
    display: block;
}
a.link_bnr:hover {
    opacity: .7;
    transition: opacity .35s ease;
}
  
@media (max-width: 768px) { 
  .top_bnr {
    padding: 0 36px 3%;
    width: 100%;
 }
  a.link_bnr {
    width: 100%;
 }
}

/*220126セルフオンボーディング*/
.self_table{
  vertical-align: top;
}
.self_table li{
  padding-bottom: 15px;
}
.self-img{
  width: 47%;
}
.self-img-sp{ display: none; }
.admin-list{
  width: 47%;
  background-color: #eef8ff;
  height: 100px;
  padding: 10px;
}
.user-list{
  width: 47%;
  background-color: #fff2f3;
  height: 100px;
  padding: 10px;
}
.self-spase{
    width: 5.85714%;
}
.self-faq-sp{ display: none; }
.self-contact-sp{ display: none; }
@media (max-width: 768px) { 
.self-faq{ display: none; }
.self-contact{ display: none; }
.self-faq-sp{ display: inline; }
.self-contact-sp{ display: inline; }
}
@media (max-width: 768px) { 
.self-imgs{ 
  display: none;
}
.self-img-sp{
  width: 100%;
  display:block;
}
.admin-list{
  width: 100%;
  background-color: #eef8ff;
  height: 260px;
  padding: 10px 30px;
  display:block;
  margin-bottom: 30px;
}
.user-list{
  width: 100%;
  background-color: #fff2f3;
  height: 260px;
  padding: 10px 30px;
  display:block;
  margin-bottom: 30px;
}
.self-spase{
  display: none;
}
.self-text{
	font-size: 28px;
}
.self-text-faq{
	padding: 0 30px;
}
}

/*20230125 キャンペーンバナー用*/
.top_campaign_banner{
    width: 100%;
    margin-bottom: 2.5%;
}
/*.top-nav_menu li:nth-child(-n+2) {
    margin-bottom: 0;
}
*/

/*----------------------------
 モーダル
----------------------------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  max-width: 700px;
  background-color: #fff;
}
.modalContents img,
.modalContents object{
  width: 100%;
}
.modalContents {
  line-height: 0;
  padding: 20px;
}
.modalContents p {
  font-weight: bold;
}
.closeModal {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 40px;
}


/* button **********************/
.button--size{
  font-size: 18px;
  color: #2e2f33;
  background: #fff;
  width: 600px;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 51px;
  opacity: 1;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.button--download {
  display: block;
  border: 2px solid #CD0018;
  padding: 26px 0;
  margin: auto;
  position: relative;
  text-align: center;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.button--download:hover {
  color: #fff;
  background: #CD0018;
  text-decoration: none;
}
.triangle {
  position: absolute;
  top: 21px;
  right: 40px;
  background-color: #D70624;
  width: 24px;
  height: 27px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.button--download:hover .triangle {
  background-color: #fff;
}

@media screen and (max-width: 999px){
  .button--size {
    width: 100%;
  }
  .top-nav .button--size {
    width: 75%;
  }
}

/*----------------------------
 スタートアップ
----------------------------*/
.start.function-tree .start_section_name{
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px 12px 60px;
  margin: 0;
  background: #F2F2F2;
}
.start.function-tree .start_section_name:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 12px;
  width: 36px;
  height: 36px;
  background-image: url("/hc/theming_assets/01J4NMS12XD1BADJNEXGCWG5TN");
  background-repeat: no-repeat;
}
.start.function-tree .start_section_name.user:nth-of-type(1):before { background-image: url("/hc/theming_assets/01J4NMS1S3P07TT033XFJMKWMZ"); }
.start.function-tree .start_section_name:nth-of-type(2):before { background-image: url("/hc/theming_assets/01J4NMS3X926A4W4B4M0WTP873"); }
.start.function-tree .start_section_name:nth-of-type(3):before { background-image: url("/hc/theming_assets/01J4NMS37PPRX86ZEFD3FXHZB7"); }
.start.function-tree .start_section_name:nth-of-type(4):before { background-image: url("/hc/theming_assets/01J4NMS2HD378MVCGZ2S7FM56C"); }
.start.function-tree .function:not(:first-of-type) .section_image img {
  visibility: hidden;
}
.start.function-tree .function:not(:first-of-type) .section_image {
  background-repeat: no-repeat;
  background-size: contain;
}
.start.function-tree .function:nth-of-type(2) .section_image { background-image: url("/hc/theming_assets/01J4KB8JB6NE6ACME7KPDYH3PC"); }
.start.function-tree .function:nth-of-type(3) .section_image { background-image: url("/hc/theming_assets/01J4KB8HCMHQA7TXQ2PRP7S09N"); }
.start.function-tree .function:nth-of-type(4) .section_image { background-image: url("/hc/theming_assets/01J4KB8G8TYWN599S9AHDAC7R3"); }

.start.function-tree .function-list-item {
  font-weight: bold;
	padding: 1em;
  padding-left: 0;
}
/*.start.function-tree .function-list-item .step_num:before{
  color: #DB253F;
  padding-right: 10px;
}
.start.function-tree .function-list-item:nth-child(1) .step_num:before{ content: 'STEP1'; }
.start.function-tree .function-list-item:nth-child(2) .step_num:before{ content: 'STEP2'; }
.start.function-tree .function-list-item:nth-child(3) .step_num:before{ content: 'STEP3'; }
.start.function-tree .function-list-item:nth-child(4) .step_num:before{ content: 'STEP4'; }
.start.function-tree .function-list-item:nth-child(5) .step_num:before{ content: 'STEP5'; }
*/
@media (min-width: 768px){
  .start.function-tree .function .section_image {
    width: 80%;
  }
  .start.function-tree .function .section_image img{
    width: 100%;
  }
  .start.function-tree .function .arrow{
    float: right;
  }
}
@media (min-width: 768px) {
  .start.function-tree .function {
    padding-top: 40px;
  }
}


/*----------------------------
 250128トップ修正
----------------------------*/
.wrapper {
  height: 220px;
  background-position: center;
}
.mv_deco img {
  height: 220px;
}
.more_sub-nav {
  height: 220px;
  margin-top: 0;
  padding: 0;
}
.re_container {
  padding: 30px 5% 0;
}
.container.re_nav ol.breadcrumbs {
  margin: -21px;
}
.more_sub-nav {
  background-image: url("/hc/theming_assets/01HZM56B97KCPEA52JPY9T564T");
}
.wrapper .hero-inner {
	display: flex;
	margin: auto;
	width: 100%;
	max-width: 900px;
}
.search {
	width: 100%;
}
.hero {
  padding: 30px 0 0;
}
.hero-inner .popular_keywords_title {
  margin: 0;
  color: #fff;
  width: 250px;
  line-height: 54px;
}
.hero-inner #placeholder-text {
	left: 240px;
}
.search_point {
  position: sticky;
  z-index: 999;
  width: 100%;
  max-width: 830px;
  margin: 28px auto;
  text-align: left;
  padding: 10px 22px;
  font-size: 13px;
  border-radius: 10px;
  color: #2e2f33;
  background: #ffffffcf;
}
.search_point span {
  font-weight: bold;
  line-height: 22px;
}





/*----------------------------
 セミナー一覧ページ
----------------------------*/
#filters {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
}
.filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.input-wrapper {
  flex: 1;
}
.filter-label {
  width: 140px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.filter-row label {
  display: flex;
  margin-right: 10px;
  white-space: nowrap;
}
#searchInput {
  padding: 8px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 6px;
}


.article-body ul.list_seminar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.article-body ul.list_seminar .main_list {
  position: relative;
}
@media (min-width: 960px) {
  .article-body ul.list_seminar .main_list {
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .article-body ul.list_seminar .main_list:not(:last-child) {
    margin-bottom: 34px;
  }
}

.article-body ul.list_seminar img {
  width: 100%;
  margin-bottom: 10px;
}
.article-body ul.list_seminar .outline {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75;
}
.article-body ul.list_seminar .category,
.article-body ul.list_seminar .date {
  display: inline-block;
  color: #707070;
  line-height: 2.1;
}
.article-body ul.list_seminar .category {
  padding-right: 12px;
  font-size: 13px;
}
.article-body ul.list_seminar .date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.article-body ul.list_seminar .btn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  background-color: #fff;
  opacity: 0;
}
.article-body ul.list_seminar .btn:hover {
  opacity: .2;
}