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

body {
  margin: 0;
}

main {
  display: block;
}

.is-home main {
  background-color: #fff;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: #fff;
  color: #333;
  font-family: Arial, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  /*font-size: 32px;*/
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: rgba(56, 149, 255, 1);
  text-decoration: none;
}

.request-form a {
  color: #0265CB;
  text-decoration: underline;
}

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

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

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

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

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

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

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

select:focus {
  border: 1px solid #0265CB;
}

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 #0265CB;
}

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

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

.is-home .container {
  width: 90%;
  height: auto;
  padding-bottom: 40px;
  background-image: url(/hc/theming_assets/01HZKQBKK9VWMPS1Q5N71NBW5Q);
  background-position: 50% 43%;
  background-repeat: no-repeat;
  background-size: 185px auto;
  text-align: center;
}

@media (min-width: 768px) {
  .is-home .container {
    background-size: auto 60%;
    background-position: 50% 50%;
  }
}

@media (min-width: 1160px) {
  .is-home .container {
    width: 75%;
    height: 500px;
    padding-bottom: 0;
    background-position: 50% 50%;
    background-size: 185px;
  }
}

.is-category .container {
  padding: 0;
}

.container-divider {
  /* border-top: 1px solid #ddd;
  margin-bottom: 0; */
  display: none;
}

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

.error-page {
  max-width: 1160px;
  margin: 30px auto 0;
  padding: 0 5%;
  min-height: 400px;
}

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

.error-page .backToCat {
  margin: 60px 0;
}

.error-page .backToCat p {
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
}

.error-page .backToCat p em {
  margin-left: 0.5em;
  font-style: normal;
}

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

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

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

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

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

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

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: #0265CB;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  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: #013366;
}

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

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

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

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.table th,
.table th a {
  color: #666;
  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 {
  margin: 0 auto;
  max-width: 720px;
}

.request-form-title {
  margin-bottom: 60px;
  text-align: center;
}

.form .intro {
  display: block;
  margin-bottom: 60px;
  font-size: 1em;
}

img.freedial {
  margin-right: 0.25em;
}

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

.form-field label {
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  cursor: pointer;
}

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

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

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

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

.form-field input[type="checkbox"] {
  position: relative;
  width: auto;
  transform: scale(1.2, 1.2);
  cursor: pointer;
}

/* checkbox hack */
.form-field input[type="checkbox"] {
  position: relative;
  margin-right: 0.5em;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: transparent;
}
.form-field input[type="checkbox"]::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  content: '';
  vertical-align: text-top;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #ebebeb;
}
.form-field input[type="checkbox"]:hover::before {
  border-color: #eee;
  background-color: #eee;
}
.form-field input[type="checkbox"]:focus::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.form-field input[type="checkbox"]:checked::before {
  background-color: #0265CB;
}
.form-field input[type="checkbox"]:disabled::before {
  color: #b8b8b8;
  cursor: default;
}
.form-field input[type="checkbox"]:disabled::before {
  box-shadow: none;
  background-color: #ddd;
}
.form-field input[type="checkbox"]:checked::after {
  position: absolute;
  left: 5px;
  top: 9px;
  display: block;
  background-color: #fff;
  width: 2px;
  height: 2px;
  content: '';
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* for FxCK IE11 */
.form-field input[type=checkbox]::-ms-check {
  border-color: #ddd;
  background-color: #ddd;
  color: #ddd;
}
.form-field input[type=checkbox]:checked::-ms-check {
  border-color: #707070;
  background-color: #707070;
  color: #fff;
}

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

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

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

.form-field textarea {
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.form-field textarea:focus {
  border: 1px solid #333;
}

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

.form-field .optional {
  display: none;
}

.form-field.required > label::after {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-left: 1em;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  font-size: 0.7em;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #eee;
  content: "必須";
}

.form-field.optional  > label::after {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-left: 1em;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  font-size: 0.7em;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #666;
  background-color: #ebebeb;
  content: "任意";
}

.form-field p {
  margin: 0 0 0.5em;
  font-size: 0.95em;
  color: #666;
}

.form footer {
  margin: 30px 0 60px;
  padding-top: 0;
  text-align: center;
}

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

.form footer input[type="submit"] {
  margin-bottom: 60px;
}

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

.upload-dropzone {
  border: 1px solid #ddd;
  font-size: 1em;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.upload-dropzone input[type="file"],
.upload-dropzone span {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  color: #333;
  background-color: #ebebeb;
  width: 100%;
  border: 1px solid #ddd;
}

.upload-dropzone span a,
.upload-dropzone span a::before,
.upload-dropzone span em {
  margin: 0 0.5em;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #333;
}

.upload-item {
  width: 100% !important;
  font-size: 0.9em;
}

.upload-item .upload-link {
  color: #666;
  font-weight: bold;
}

/* 同意チェック */
.form-field.request_custom_fields_900003632046 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.form-field.request_custom_fields_900003632046 label {
  display: block;
  margin: 0 0 0 1em;
}

.form-field.request_custom_fields_900003632046 label::after {
  display: none;
}

.form-field.request_custom_fields_900003632046 input[type="checkbox"],
.form-field.request_custom_fields_900003632046 input[type="checkbox"]::before {
}
.form-field.request_custom_fields_900003632046 p {
  display: none;
}

/* 未入力、またはエラー時*/
.form-field.ohno input[type="text"],
.form-field.ohno a.nesty-input,
.form-field.ohno textarea {
  border-color: #f9767f;
  background-color: #ffe8e9;
}

/***** disclaimer *****/
#disclaimer {
	background-color: #fff0e5;
	color: #242323;
  font-size: 16px;
}
#disclaimer > .inner {
	max-width: 1032px;
	margin: 0 auto;
	padding: .625em 16px;
}
#disclaimer p {
	text-align: center;
  margin: 0;
}
#disclaimer p a {
	display: inline-block;
	margin: -.375em 0 -.375em .5em;
	border-radius: 6px;
	border: 1px solid #242323;
	padding: .375em .625em;
	color: #242323;
  font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	letter-spacing: -.075em;
	opacity: 1;
	transform: translateY(-1px);
	transition: opacity 120ms;
}
#disclaimer p a:hover,
#disclaimer p a:focus,
#disclaimer p a:active {
	opacity: .625;
	text-decoration: none;
}
#disclaimer p a span {
	color: #fd5c5c;
}
@media screen and (max-width: 767px) {
	#disclaimer {
    font-size: 14px;
	}
	#disclaimer > .inner {
		padding: .75em 4px;
	}
	#disclaimer p {
		letter-spacing: -.05em;
	}
	#disclaimer p a {
		margin-left: 0;
		padding: .375em .375em;
		font-size: 11px;
  }
}
/***** Header *****/
.header {
  padding: 0 0;
  background-color: #fff;
  border-bottom: solid 1px #eee;
}

.header a {
  color: #eee;
}

.header-inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 14px 16px 16px 16px;
  max-width: 1160px;
  height: auto;
  background-color: #fff;
}

@media (min-width: 1160px) {
  .header-inner {
    padding: 27px 0;
    width: 90%;
  }
}
.is-personal.is-category .header-inner,
.is-biz.is-category .header-inner{
	border-bottom: solid 1px #eee;
}
/* .header-inner .nav-blank {
  flex: 0 1 35%;
} */

.header-inner .logo {
  flex: 0 1 48%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 0;
}

.header-inner .nav-wrapper {
  /* flex: 0 1 55%;
  text-align: right; */
  display: none;
}

.header-inner .btns {
  flex: 0 1 48%;
  text-align: right;
}

.logo a {
  display: inline-block;
}
.logo a:hover{
  opacity:1;
}

.logo img {
  height: 32px;
}

@media (min-width: 1160px) {
  .logo img {
    height: 36px;
  }
}

.logo .catName {
  display: block;
  margin: 0 0 0 0.5em;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  color: #3272C0;
  white-space: nowrap;
  display:none;
}

@media (min-width: 1160px) {
  .logo .catName {
    margin: 0 0 0 1em;
    font-size: 18px;
  }
}

.logo .catName em {
  /* display: block;
  margin-top: 0.2em;
  margin-left: 0;
  font-size: 0.9em;
  font-style: normal; */
  display: none;
}

/* @media (min-width: 1160px) {
  .logo .catName em {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.8em;
  }
} */

.header-inner .btns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.is-mail .header-inner .btns {
  	display: none;
}
@media (min-width: 1160px) {
  .header-inner .btns {

  }
}

.header-inner .btns a {
  display: block;
  margin-left: 0.5em;
  cursor: pointer;
}

@media (min-width: 1160px) {
  .header-inner .btns a {
    margin-left: 2em;
  }
}

.header-inner .btns a:first-of-type {
  margin-left: 0;
}

.header-inner .btns a:hover {
  text-decoration: none;
}

.header-inner .btns a.support,
.header-inner .btns a.account,
.header-inner .btns a.accountBA,
.header-inner .btns a.login{
  display: none; /* サポート + 口座開設 */
}

@media (min-width: 1160px) {
  .header-inner .btns a.support,
  .header-inner .btns a.account,
  .header-inner .btns a.login{
    display: block; /* サポート */
  }
  .is-biz .header-inner .btns a.account{
    display: none;
  }
  .is-biz .header-inner .btns a.accountBA{
    display: block;
  }
  .header-inner .btns a.login{
    margin-left:20px;
  }
}

.header-inner .btns span {
  display: block;
  margin: 0 0;
  font-size: 0.75em;
  font-weight: bold;
}

@media (min-width: 1160px) {
  .header-inner .btns span {
    font-size: 0.9em;
  }
}

.header-inner .btns .icon {
  display: block;
}

/* .header-inner .btns .icon.goSearch {
  display: block;
} */

@media (min-width: 1160px) {
  .header-inner .btns .icon {
    display: block;
    padding: 0 0;
    color: #2D65CC;
    white-space: nowrap;
  }
}

.is-home .header-inner .btns .controlSearch,
.is-category .header-inner .btns .controlSearch,
.is-search-result .header-inner .btns .controlSearch,
.is-error .header-inner .btns .controlSearch {
  /* display: none; */
  /* ↑ JS で領域自体を削除化する仕様 (0.9.2) */
}

.header-inner .btns .btn {
  display: none;
  padding: 0.3em 0.5em;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #fff;
  white-space: nowrap;
}

.header-inner .goLogin.btn {
  display: block;
}

@media (min-width: 1160px) {
  .header-inner .btns .btn {
    display: block;
    padding: 0.8em 1.5em 0.6em;
  }
}

.header-inner .goAccount.btn {
  background-color: #3895ff;
  border-color: #3895ff;
}

.header-inner .goLogin.btn {
  background-color: #fff;
  color: #3895ff;
  border-color: #3895ff;
}

.header-inner .btns .icon em {
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  content: "";
}

@media (min-width: 1160px) {
  .header-inner .btns .icon em {
    width: 48px;
    height: 41px;
  }
}

.header-inner .btns .icon strong {
  /*display: none;*/
  color:#242323;
}

@media (min-width: 1160px) {
  .header-inner .btns .icon strong {
    display: block;
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
  }
}
.header-inner .btns .icon.goSupport{
  display: none;
}
.header-inner .btns .icon.goSearch strong,
.header-inner .btns .icon.goSupport strong{
  font-size:14px;
}
.header-inner .btns .icon.goSearch em {
  background-image: url(/hc/theming_assets/01HZKQBK0YJ0NXGKF12KS7DQHP);
  background-size: 60%;
  background-position: 50% 50%;
  display:none;
}

@media (min-width: 1160px) {
  .header-inner .btns .icon.goSearch em {
    background-size: 60%;
    background-position: 50% 5px;
  }
}

.header-inner .btns .icon.goSupport em {
  background-image: url(/hc/theming_assets/01HZKQBKAWRVPJ2EREF3HC8P90);
  background-size: contain;
}

/* 臨時に設置された検索枠 */
.header-inner .search-container.sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 0;
  padding: 0 5%;
  background-color: #fff;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;

  pointer-events: none;
  opacity: 0;
  z-index: 1;

  transition: all 0.15s ease-out;
}

@media (min-width: 1160px) {
  .header-inner .search-container.sub {
    padding: 0 0;
  }
}

.header-inner .search-container.sub.isActive {
  pointer-events: auto;
  opacity: 1;
  z-index: 2;
}

.header-inner .search-container.sub svg {
  display: block;
  margin: 0 0;
  width: 18px;
  height: 18px;
}

@media (min-width: 1160px) {
  .header-inner .search-container.sub svg {
    width: 28px;
    height: 28px;
  }
}

.header-inner .search-container.sub .close svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1160px) {
  .header-inner .search-container.sub .close svg {
    width: 26px;
    height: 26px;
  }
}

.header-inner .search-container.sub .search {
  flex: 1;
  margin: 0 1em;
}

.header-inner .search-container.sub .search input[type="search"] {
  border: 0;
  border-radius: 0;
  padding: 0.5em 0 0.5em 0;
  width: 100%;
  height: auto;
  font-size: 1em;
  font-weight: bold;
}

@media (min-width: 1160px) {
  .header-inner .search-container.sub .search input[type="search"] {
    font-size: 1.35em;
  }

  .is-biz .header-inner .search-container.sub .search input[type="search"] {
    padding-left:40px;
  }
}

.header-inner .search-container.sub .close {
  cursor: pointer;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  display: none;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(56, 149, 255, 1);
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 0;
  width: auto;
}

.nav-wrapper > a:not(:last-child) {
  padding-right: 8px;
}

@media (min-width: 768px) {
  .nav-wrapper a,
  .nav-wrapper > a:not(:last-child) {
    display: inline-block;
    padding: 0 15px 0 0;
  }
  .nav-wrapper a.current span {
    border-bottom: 1px solid #eee;
  }
}

.nav-wrapper > a {
  color: #1a3694;
  font-weight: bold;
}

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

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(56, 149, 255, 1);
  text-decoration: underline;
}

.nav-wrapper > a:hover, .nav-wrapper > a:focus, .nav-wrapper > a:active {
  background-color: transparent;
  color: #1a3694;
  text-decoration: none;
}

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

.nav-wrapper svg.icon-nav {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  width: 20px;
  height: 20px;
  line-height: 1em;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .nav-wrapper svg.icon-nav {
    margin-top: -3px;
    margin-left: 1em;
    width: 20px;
    width: 20px;
  }
}

.nav-wrapper .icon-label {
  display: none;
}

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

@media (max-width: 768px) {
  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

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

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

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

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

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: rgba(56, 149, 255, 1);
}
*/

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

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

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

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

/***** User info in header *****/
.user-info {
  display: inline-block;
}

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

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: #1a3694;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  font-weight: bold;
}

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

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

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

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

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

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

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

.avatar img {
  height: 40px;
  width: 40px;
}

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

/***** Footer *****/
.footer {
  margin-top: 0;
  padding: 0 0;
  background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 1160px) {
  .footer {
    /*padding: 12px 0;*/
  }
}

.footer a {
  color: #606060;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px 0 24px;
  /* display: flex;
  justify-content: center; */
  font-size: 12px;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 24px 0 14px;
    width: 90%;
  }
}
.footer-inner.biz {
  /*padding-bottom:40px*/
}
@media (min-width: 1160px) {
	.footer-inner.personal,
  .footer-inner.biz{
	 	/*padding-top:45px;*/
	}
}

.global__link {
  display: block;
  background-color: #1a3694;
}

@media (min-width: 1160px) {
  .global__link {
    display: none;
  }
}

.global__link li {
  border-top: 1px solid #4c65b8;
}

.global__link li a {
  display: block;
  padding: 20px;
  font-size: 1.1em;
  color: #fff;
  text-align: left;
}

.foot__button {
  display: flex;
  justify-content: center;
  padding: 0 0 24px; 
}
@media (min-width: 768px) {
	.foot__button {
 		display:none;
  }
}
.is-mail .foot__button {
  	display: none;
}
.foot__button li a {
  color: #fff;
  border: 1px solid #3895ff;
  border-radius: 4px;
  box-sizing: border-box;
  /*margin: 0 0 24px;*/
  max-width: 160px;
  text-align: center;
  background-color: #3895ff;
  line-height: 45px;
  display: block;
  width: 158px;
  font-weight: bold;
}
@media (max-width: 320px) {
	.foot__button li a {
 		width: 140px;
  }
}
.foot__button li.goAccount {
  margin-right: 24px;
}
.foot__button li.goLogin a {
  color: #3895ff;
	background-color: #fff;
}
.foot__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1160px) {
  .foot__link {
    margin: 0 auto;
    justify-content: center;
  }
}

.foot__link li {
  display: inline-block;
  padding: 0 9px;
  border-right: 1px solid #bababa;
  margin-bottom: 12px;
}

@media (min-width: 1160px) {
  .foot__link li {
    display: inline-block;
    padding: 0 9px;
    border-right: 1px solid #bababa;
    border-bottom: 0;
    width: auto;
    font-size: 1em;
    margin-bottom:0;
  }
}

.foot__link li:nth-child(odd) {
}

.foot__link li:last-of-type {
  border-right: 0;
}

.foot__link li a {
  display: block;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 1160px) {
  .foot__link li a {
    padding: 0 0;
  }
}

.foot__bottom {
  padding: 12px 0 0;
  border-top: 0;
  font-size: 11px;
}

@media (min-width: 1160px) {
  .foot__bottom {
    padding: 24px 0 10px;
  }
}

.foot__bottom p {
  display: inline-block;
  margin: 0 0;
  color: #333;
}

@media (min-width: 1160px) {
  .foot__bottom p {
    /*color: #fff;*/
  }
}

.footer-inner.biz .foot__bottom p {
  color: #333;
}

.foot__bottom p:nth-of-type(1) {
  margin-right: 0;
  text-align: center;
  font-size: 0;
}
.foot__bottom p:nth-of-type(1) img{
  height: auto;
  width: 130px;
}

@media (min-width: 1160px) {
  .foot__bottom p:nth-of-type(1) {
    margin-right: 13px;
    font-size: 1em;
  }
	.foot__bottom p:nth-of-type(1) img{
	  width: 160px;
	}
  .footer-inner.biz .foot__bottom p:nth-of-type(1) {
    margin-right: 15px;
    font-size: 1.2em;
  }
}

.foot__bottom p:nth-of-type(2) {
  display: block;
  margin-top: 24px;
  font-size:11px;
}

@media (min-width: 1160px) {
  .foot__bottom p:nth-of-type(2) {
    /*display: none;*/
  }

  .footer-inner.biz .foot__bottom p:nth-of-type(2) {
    /*display: inline-block;*/
  }
  .foot__bottom p br{
    display:none;
  }
}

.foot__bottom p:nth-of-type(3) {
  display: block;
}

@media (min-width: 1160px) {
  .foot__bottom p:nth-of-type(3) {
    display: inline-block;
    margin-top: 0;
  }
}

.footer-inner.biz .foot__bottom p:nth-of-type(3) {
  display: block;
  padding: 0 1em;
  /*margin-top: 15px;*/
}

.foot__bottom p.copyright {
  display: block;
  margin-top: 48px;
  font-size: 11px;
}

@media (min-width: 1160px) {
  .foot__bottom p.copyright {
    margin-top: 48px;
    font-size: 1em;
  }
}

.foot__bottom p .forSP {
  display: block;
}

@media (min-width: 1160px) {
  .foot__bottom p .forSP {
    display: none;
  }
}

#toPageTop {
  background: url(/hc/theming_assets/01HZKQBJQACCJNH64AWNP37QHC) 50% 50% no-repeat;
  background-color: rgba(26, 54, 148, 0.25);
  background-size: 24px auto;
  border-radius: 50%;
  bottom: 3%;
  right: 3%;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  z-index: 9999;
}

@media (min-width: 1160px) {
  #toPageTop {
    bottom: 240px;
    right: 1%;
  }
}

#toPageTop a {
  display: block;
}

#toPageTop a img{
	width: 50px;
	height: 50px;
	visibility: hidden;
}

.is-category.is-personal #toPageTop,
.is-category.is-biz #toPageTop{
  display: none !important;
}

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

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

.sub-nav .breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0;
  padding: 0 5%;
  background-color: #fff;
  max-width: 1160px;
  /* z-index: 2; */
}

@media (min-width: 1160px) {
  .sub-nav .breadcrumbs {
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}

.sub-nav .breadcrumbs::before {
  position: absolute;
  top: -77px; /* 62 + 15 */
  left: 0;
  /* width: 84px;
  height: 62px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url($assets-icn_footer_qa-svg);
  content: "";
  z-index: 1; */
}

.breadcrumbs li {
  color: #333;
  display: inline;
  font-weight: normal;
  font-size: 13px;
  white-space: normal;
  margin: 0.25em 0;
  /* max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.breadcrumbs li:not(:last-of-type):nth-of-type(n+4) {
  /* display: none; /* 最終セクションを除く全サブセクションを非表示化 */ */
}

@media (min-width: 1160px) {
  .breadcrumbs li {
    display: inline-block;
    white-space: nowrap;
    margin: 0 0;
    /* max-width: 250px; */
  }
  .breadcrumbs li:not(:last-of-type):nth-of-type(n+4) {
    /* display: inline-block; /* 全表示 @ PC */ */
  }
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 8px;
  color: #707070;
}
.breadcrumbs li a,
.breadcrumbs li a:visited {
  color: rgba(56, 149, 255, 1);
}

.breadcrumbs li em {
  margin-left: 0.5em;
  font-style: normal;
}

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

/* delete 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* delete 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

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

.is-category .page-header .search input[type="search"],
.is-search-result .search input[type="search"],
.translated-guide-search input[type="search"]{
  border: 1px solid #bababa;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-size: 1em;
}
.is-personal.is-category .section-search .search input[type="search"],
.is-personal.is-category .section-search .search input[type="text"],
.is-biz.is-category .section-search .search input[type="search"],
.is-biz.is-category .section-search .search input[type="text"]{
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #242323;
  line-height: 1.6;
  background-color: #f7f7f7;
  padding: 9px 20px 9px 40px;
  caret-color: #3895ff;
}
.is-personal.is-search-result .search input[type="search"]{
  border: 1px solid #489eff;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-size: 1em;
}
@media (min-width: 768px) {
  .is-personal.is-category .section-search .search input[type="search"],
  .is-personal.is-category .section-search .search input[type="text"],
  .is-biz.is-category .section-search .search input[type="search"],
  .is-biz.is-category .section-search .search input[type="text"]{
    font-size: 16px;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.is-personal.is-category .section-search #searchFAQ.dn,
.is-personal.is-category .section-search #searchSite.dn,
.is-biz.is-category .section-search #searchFAQ.dn,
.is-biz.is-category .section-search #searchSite.dn{
  display: none;
}
.is-personal.is-section .search-container.sub,
.is-personal.is-article .search-container.sub,
.is-personal.is-error .search-container.sub{
  margin: 40px 20px;
}
.is-personal.is-section .search input[type="search"],
.is-personal.is-article .search input[type="search"],
.is-personal.is-error .search input[type="search"]{
  border: 1px solid #489eff;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-size: 1em;
}

@media (min-width: 1160px) {
  .is-category .page-header .search input[type="search"],
  .is-search-result .search input[type="search"] {
    width: 660px;
    height: 50px;
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .is-personal.is-section .search-container.sub,
  .is-personal.is-article .search-container.sub,
  .is-personal.is-error .search-container.sub{
    max-width: 560px;
    margin: 40px auto; 
  }
}
[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

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

.is-category .page-header .search input[type="search"]:focus,
.is-search-result .search input[type="search"]:focus {
  border-width: 2px;
}

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

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

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

.search-container {
  position: relative;
}
@media (min-width: 768px) {
  .is-personal.is-category .search-container{
    max-width:560px;
    margin: 0 auto;
  }
}
.is-search-result .search-container {
  position: relative;
  margin: 50px 5% 0 5%;
  max-width: 660px;
}

@media (min-width: 1160px) {
  .is-search-result .search-container {
    margin: 50px auto 0;
    max-width: 660px;
  }
}

.search-target-select{
  display:none;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .search-target-select{
    max-width:560px;
    margin: 12px auto 0;
  }
}
.search-target-select label:first-of-type{
  margin-right: 24px;
}
.search-target-select input[type="radio"]{
  margin-right: 12px;
  position: relative;
  top: 2px;
  left: 0;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
  /*background-color: #ededed;*/
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.support-top.page-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 0 0;
  padding: 0 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.is-category .page-header .page-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 5%;
  background-image: url(/hc/theming_assets/01HZKQBKK9VWMPS1Q5N71NBW5Q);
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 56%;
}
.support-top.page-header .page-header-inner,
.support-top.page-header .page-header-inner{
  padding: 40px 24px 32px;
  background: none;
  width: 100%;
}
.is-biz.is-category .page-header .page-header-inner{
  padding: 30px 24px 32px;
}

@media (min-width: 1160px) {
  .is-category .page-header {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }

  .is-category .page-header .page-header-inner {
    width: 90%;
    padding: 60px 5%;
    background-position: 90% 50%;
    background-size: 185px auto;
  }
}
@media (min-width: 768px) {
  .is-personal.is-category .page-header .page-header-inner,
  .is-biz.is-category .page-header .page-header-inner {
	  padding-bottom: 72px;
	}
}
.is-section .page-header,
.is-article .page-header,
.is-search-result .page-header,
.is-error .page-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 0 0;
  padding: 20px 0;
  width: 100%;
  height: auto;
}

@media (min-width: 1160px) {
  .is-section .page-header,
  .is-article .page-header,
  .is-search-result .page-header,
  .is-error .page-header {
    padding: 30px 0;
  }
}

.is-personal .page-header {
  background-color: #ffffff;
}
.is-personal.is-article .page-header {
  display: none;
}
.is-biz .page-header {
  background-color: #3663b2;
  color:#fff;
}
.is-category.is-biz .page-header {
  background-color: #fff;
}

.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;
}
.support-top.page-header h1{
  flex-grow: 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
  color: #606060;
}
.is-biz .support-top.page-header h1{
  color :#606060;  
}
@media (min-width: 768px) {
   .support-top.page-header h1{
    font-size: 36px;
  }
  .support-top.page-header h1 span{
    font-size: 16px;
  }
}

.is-section .page-header h1,
.is-article .page-header h1,
.is-search-result .page-header h1,
.is-error .page-header h1 {
  display: block;
  margin: 0 0;
  padding: 0 5%;
  flex-grow: 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  max-width: 1160px;
  text-align: left;
}

@media (min-width: 1160px) {
  .is-section .page-header h1,
  .is-article .page-header h1,
  .is-search-result .page-header h1,
  .is-error .page-header h1 {
    margin: 0 auto;
    padding: 0 0;
    width: 90%;
    font-size: 35px;
  }
}

.is-biz .page-header h1 {
  color: #fff;
}

.support-top.page-header h1 span {
  display: block;
  margin-left: 0;
  font-size: 16px;
  margin-top: 4px;
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.page-header .keywords {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 30px;
}

@media (min-width: 1160px) {
  .page-header .keywords {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    margin-top: 30px;
  }
}

.page-header .keywords p {
  margin: 0 0 1em 0;
  font-size: 1em;
  font-weight: bold;
}

@media (min-width: 1160px) {
  .page-header .keywords p {
    margin: 0 2em 0 0;
    font-size: 1em;
  }
}

.is-biz .page-header .keywords p {
  color: #333;
}

.page-header .keywords ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.page-header .keywords ul li {
  /*margin-right: 1em;*/
  margin-bottom: 1em;
  border-right: 1px solid #bababa;
  line-height:16px;
  
}

@media (min-width: 1160px) {
  .page-header .keywords ul li {
    /*margin-right: 1em;*/
    margin-bottom: 0;
  }
}

.page-header .keywords ul li a {
  padding: 0.5em 1.3em;
  font-size: 0.9em;
  /*font-weight: bold;*/
  color: #3895ff;
  /*background-color: #0265CB;*/
  /*border-radius: 30px;*/
}

@media (min-width: 1160px) {
  .page-header .keywords ul li a {
    /*padding: 0.5em 1.8em;*/
    font-size: 0.9em;
    font-weight: bold;
    /*color: #fff;
    background-color: #0265CB;*/
    border-radius: 30px;
  }
}

.page-header .keywords ul li a:hover {
  text-decoration: none;
  /*background-color: #013f7e;*/
}
.page-header + .goAltCat {
  max-width: 1160px;
  margin: 1em auto;
  padding: 0 5%;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
}

@media (min-width: 1160px) {
  .page-header + .goAltCat {
    padding: 0;
    width: 90%;
    padding-right:12px;
  }
}

.page-header + .goAltCat a {
  color: rgba(56, 149, 255, 1);/*#242323*/;
}
.page-header + .goAltCat a:hover {
  color: #909090;
}

.page-header + .goAltCat a::before {
  /*display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 0.5em 0 0;
  width: 1em;
  height: 1em;
  background-image: url(/hc/theming_assets/01HZKQBK5KKFE7ZYR6GR6TS69M);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";*/
}
.page-header + .goAltCat a::after {
	content: "";
	display: inline-block;
	position: relative;
	border-top: 2px solid rgba(56, 149, 255, 1);
	border-right: 2px solid rgba(56, 149, 255, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 0px;
	top: -2px;
	left: 0px;
	padding: 3px 0px;
	margin-left: 0.7em;
}
.is-category .page-header + .goAltCat {
	display:none;
}
.sub-nav{display: none;} 
#toPageTop+.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin: 60px 0 0;
  padding: 46px 0 70px;
  margin-top:0;
}

@media (min-width: 768px) {
#toPageTop+.sub-nav {
    align-items: baseline;
    flex-direction: row;
    margin: 30px 0 0;
    padding: 15px 0 50px;
  }
}

.is-home .sub-nav {
  margin-top: 0;
}

.is-home .sub-nav-space {
  /* 無理やり余白をつくる*/
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: none;
}

@media (min-width: 1160px) {
  .is-home .sub-nav-space {
    /* 無理やり余白をつくる*/
    height: 100px;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/* 旧) アイコンのみ版 */
.sub-nav .icon {
  /* display: inline-block;
  position: absolute;
  top: -60px;
  width: 60px;
  height: 60px;
  background-image: url(/hc/theming_assets/01HZKQBM2W7NRH36F8R7D23BJV);
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: contain;
  content: ""; */
}

/* 新) アイコン + 下線版 */
.sub-nav .icon {
  display: none;
  position: absolute;
  top: -76px; /* 61 + 15 */
  width: 86px;
  height: 61px;
  background-color: #fff;
  background-image: url(/hc/theming_assets/01HZKQBM7KX2XD5A8B9Z6SYY2V);
  background-repeat: no-repeat;
  background-position: -39px 0;
  background-size: auto;
  z-index: 2;
}

/***** Blocks *****/

.section.knowledge-base {
  position: relative;
  top: 30px;
  transform: translateY(0);
  max-width: 100%;
  margin: 0 0;
  padding: 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .section.knowledge-base {
    margin: 0 auto;
    max-width: 560px;
  }
}
.section.knowledge-base .categories{
  width:255px;
  margin: 0 auto;
}
@media (min-width: 768px){
	.section.knowledge-base .categories{
	  width:auto;
	}  
}

.section.knowledge-base h2 {
  margin: 0 0 280px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

@media (min-width: 768px) {
  .section.knowledge-base h2 {
    margin: 0 0 300px;
  }
}

@media (min-width: 1160px) {
  .section.knowledge-base h2 {
    font-size: 40px;
  }
}

.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

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

.blocks-item {
  border: 1px solid #3895ff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  flex: 1 0 100%;
  margin: 0 0 24px;
  max-width: 100%;
  text-align: center;
  background-color: #3895ff;
}

@media (min-width: 768px) {
  .blocks-item {
    flex: 1 0 250px;
    margin: 0 21px 30px;
  }
}

.blocks-item * {
  color: #FFFFFF;
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #3895ff;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #333;
}

.blocks-item-link {
  color: #FFFFFF;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: 10px;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
}

@media (min-width: 768px) {
  .blocks-item-link {
    padding: 12px 0;
  }
}

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

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

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

@media (min-width: 768px) {
  .blocks-item-title {
    margin-bottom: 0;
    font-size: 16px;
  }
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}
.is-category .section{
  padding-right:5%;
  padding-left:5%;  
}
.home-section h2 {
  margin-bottom: 10px;
  padding: 0 0 5px 0;
  text-align: left;
  color: #eee;
  font-weight: bold;
  border-bottom: 2px solid #eee;
}

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

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZKQBY42K0AT2CB4KQ9871SG);
  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: #333;
  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: 400;
}

.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: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

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

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

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #0265CB;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

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

.section-top-link{
  margin-bottom: 32px;
}
.section-top-link .chips {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	margin: auto;
}
.section-top-link .chips li,
.section-top-link .chips li a {
	display: inline-block;
	border-radius: 16px;
	color: #909090;
	font-size: 12px;
}
.section-top-link .chips li.blue,
.section-top-link .chips li a {
	padding: 2px 12px;
}
.section-top-link .chips li {
	border: 1px solid #bababa;
}
.section-top-link .chips li:first-of-type {
	margin-right: 8px;
}
.section-top-link .chips li.blue {
	color: #fff;
	border: 1px solid #3895ff;
	background-color: #3895ff;
}
.section-top-link .chips li a:hover {
	text-decoration: none;
}
@media (max-width: 768px) {
  .section-top-link{
		  margin-bottom: 24px;
	}
	.section-top-link .chips {
		width: 100%;
	}
}
.section-faq ul{
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  width: 312px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-faq ul{
  	width: 582px;
  }
}
.section-faq li{
  width: 140px;
  margin-bottom: 32px;
}
.section-faq li a{
  display: block;
  /*color: #242323;*/
}
.section-faq li a:hover img{
    opacity: .6;
    transform: scale(1.05);
}
.section-faq li a span.img-wrap{
  border-radius: 8px;
  border: solid 1px #ddd;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  margin-bottom: 8px;
}
.section-faq li img{
    transform: scale(1);
    transition: transform 360ms, opacity 360ms;
}
.section-faq li span{
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.section-faq li.re br{
  display: none;
}
@media (min-width: 768px) {
  .section-faq li{
    width: 170px;
    margin-bottom: 36px;
  }
  .section-faq li img{
		width: 170px;
    height: auto;
  }
	.section-faq li.re br{
	  display: inline;
	}
}
.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
    margin-top: 60px;
  }
}

.section-tree > h2 {
  display: block;
  margin: 0 auto 60px;
  font-size: 28px;
  font-weight: bold;
}

@media (min-width: 1160px) {
  .section-tree > h2 {
    margin: 0 auto 60px;
    font-size: 32px;
  }
}
.section-faq > h2,
.section-search > h2,
.section-category > h2{
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-category > h2{
    font-size: 24px;
  }
}
.section-search{
  width: 327px;
  margin: 0 auto;
  margin-bottom: 56px;  
}
@media (min-width: 768px) {
  .section-search{
    width: 560px;
  }
}
.section-search h3{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.section-search .keywords,.section-search .search-keywords{
  margin-top: 16px;
}
@media (min-width: 768px) {
  .section-search .keywords,.section-search .search-keywords{
    display: flex;
    justify-content: center;
		align-items: flex-start;
  }
  .section-search h3{
    margin-right: 6px;
  }
}
.section-search .keywords ul,.section-search .search-keywords ul{
  display: flex;
  justify-content: center;
}
.section-search .keywords li,.section-search .search-keywords li{
  font-size: 14px;
  padding: 0 16px;
  border-right: solid 1px #d9d9d9;
}
.section-search .keywords li:last-of-type,.section-search .search-keywords li:last-of-type{
  border-right: none;
}
.section-category{
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
}
.section-category dl{
  margin: 0;
  padding: 0 0 24px;
}
.section-category dl.personal01-wrap{order:1;}
.section-category dl.personal02-wrap{order:11;}
.section-category dl.personal03-wrap{order:2;}
.section-category dl.personal04-wrap{order:3;}
.section-category dl.personal05-wrap{order:4;}
.section-category dl.personal06-wrap{order:5;}
.section-category dl.personal07-wrap{order:6;}
.section-category dl.personal08-wrap{order:7;}
.section-category dl.personal09-wrap{order:8;}
.section-category dl.personal10-wrap{order:9;}
.section-category dl.personal11-wrap{order:10;}
.section-category dl.biz01-wrap{order:9;}
.section-category dl.biz02-wrap{order:1;}
.section-category dl.biz03-wrap{order:2;}
.section-category dl.biz04-wrap{order:3;}
.section-category dl.biz05-wrap{order:4;}
.section-category dl.biz06-wrap{order:5;}
.section-category dl.biz07-wrap{order:6;}
.section-category dl.biz08-wrap{order:7;}
.section-category dl.biz09-wrap{order:8;}
.is-noHolder .section-category dl.personal01-wrap,
.is-noHolder .section-category dl.biz01-wrap{order:1;}
.is-noHolder .section-category dl.personal02-wrap,
.is-noHolder .section-category dl.biz02-wrap{order:2;}
.is-noHolder .section-category dl.personal03-wrap,
.is-noHolder .section-category dl.biz03-wrap{order:3;}
.is-noHolder .section-category dl.personal04-wrap,
.is-noHolder .section-category dl.biz04-wrap{order:4;}
.is-noHolder .section-category dl.personal05-wrap,
.is-noHolder .section-category dl.biz05-wrap{order:5;}
.is-noHolder .section-category dl.personal06-wrap,
.is-noHolder .section-category dl.biz06-wrap{order:6;}
.is-noHolder .section-category dl.personal07-wrap,
.is-noHolder .section-category dl.biz07-wrap{order:7;}
.is-noHolder .section-category dl.personal08-wrap,
.is-noHolder .section-category dl.biz08-wrap{order:8;}
.is-noHolder .section-category dl.personal09-wrap,
.is-noHolder .section-category dl.biz09-wrap{order:9;}
.is-noHolder .section-category dl.personal10-wrap{order:10;}
.is-noHolder .section-category dl.personal11-wrap{order:11;}

.section-category dt{
  font-size: 18px;
  font-weight: bold;
	padding: 12px 16px 12px 56px;
  margin-bottom: 16px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #eeeeee;
  background-position: 16px 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.section-category dd{
  margin: 0;
  padding: 0 16px;
}
.section-category dd:last-of-type{
  	margin-bottom: 0;
}
.section-category dd a::before{
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 12px 0 0;
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01HZKQBMYXPHGXZ6ES91S4F0RE);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.section-category dd a.categ-link::before{
  display: none;
}
.section-category dd a.categ-link::after{
  display: inline-block;
  position: relative;
  border-top: 2px solid rgba(56, 149, 255, 1);
  border-right: 2px solid rgba(56, 149, 255, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 0px;
  top: -1px;
  left: 0px;
  padding: 3px 0px;
  margin-left: 0.7em;
  content: "";
}
.section-category dt.personal01{
  background-image: url(/hc/theming_assets/01JAYQ57VP8MAG24T8VNJ8057D);
}
.section-category dt.personal02,
.section-category dt.biz01{
  background-image: url(/hc/theming_assets/01JAYQ58H7V8EXFVAD7PT4SY4H);
}
.section-category dt.personal03,
.section-category dt.biz02{
  background-image: url(/hc/theming_assets/01HZKQBTTEQ9P7DEAQVW2N0KPB);
}
.section-category dt.personal04{
  background-image: url(/hc/theming_assets/01JAYQ596K1CKHPR5NJ1F9QXN6);
}
.section-category dt.personal05,
.section-category dt.biz05{
  background-image: url(/hc/theming_assets/01HZKQBX705GKGSTFAPE2ZEAC6);
}
.section-category dt.personal06,
.section-category dt.biz06{
  background-image: url(/hc/theming_assets/01JAYQ59TNSG6891HZRBZ30C8V);
}
.section-category dt.personal07{
  background-image: url(/hc/theming_assets/01HZKQBTZ6Q84NKDBKQ2JRS95J);
}
.section-category dt.personal08{
  background-image: url(/hc/theming_assets/01JAYQ5AGQM17MBSCC4QJJEQB3);
}
.section-category dt.personal09,
.section-category dt.biz08{
  background-image: url(/hc/theming_assets/01JAYQ5B3P71J550G8VVCM623Q);
}
.section-category dt.personal10{
  background-image: url(/hc/theming_assets/01JAYQ5BT7V0TDEKKRWBVF250S);
}
.section-category dt.personal11,
.section-category dt.biz09{
  background-image: url(/hc/theming_assets/01JAYQ5CDHCM20088N3CY8CENG);
}
.section-category dt.biz03{
  background-image: url(/hc/theming_assets/01HZKQBW4HYFYSZYENSQ1NZ3G3);
}
.section-category dt.biz04{
  background-image: url(/hc/theming_assets/01JAYQ5D08DN4K6V0DVW7QP9H0);
}
.section-category dt.biz07{
  background-image: url(/hc/theming_assets/01JAYQ5DNCZ8YZZVR6WTAB1R7M);
}
.section-category dt.translated01{
  background-image: url(/hc/theming_assets/01HZKQBWMSHKR6F8E3XDQKEDBC);
}
.section-category dt.translated02{
  background-image: url(/hc/theming_assets/01HZKQBWTF8GRPFEBWW7FXS8V7);
}
.section-category dt.translated03{
  background-image: url(/hc/theming_assets/01HZKQBTNFW5M3BQMYC9D2WRSR);
}
.section-category a{
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
}
@media (min-width: 1000px) {
  .section-category{
    width: 1000px;
    margin: 0 auto 72px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-category h2{
    width: 100%;
    margin-bottom: 24px;
  }
  .section-category dl{
		width: 460px;
  	margin: 0 ;
	}
  .section-category a{
  	font-size: 16px;
	}
  /*
  .section-category li{
    width: 322px;
    background-size: 60px 60px;
  }
  .section-category li,
  .section-category li:last-of-type{
    margin-bottom: 16px;
  }
  .section-category a{
  	line-height: 82px;
	}
  */
}
.nps-img{
  text-align: center;
  color: #606060;
  margin: 0 16px 56px;
}
.nps-title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 28px;
}
.note-01{
  text-align: left;
  font-size: 13px;
  margin-top: 24px;
  display: flex;
	justify-content: flex-start;
  align-items: flex-start;
}
.note-01 .note{
  flex-shrink: 0;
	min-width: 0.75em;
	margin-right: 0.25em;
}
@media (min-width: 1000px) {
	.nps-img{
  	margin: 0 auto 72px;
	}
  .note-01{
	  justify-content: center;
  }
}
.section-link{
  margin-bottom: 48px;
}
.section-link p{
  text-align: center;
}
.section-link a{
  position: relative;
}
.section-link a::after{
	content: "";
	display: inline-block;
	position: relative;
	border-top: 2px solid rgba(56, 149, 255, 1);
	border-right: 2px solid rgba(56, 149, 255, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 0px;
	top: -2px;
	left: 0px;
	padding: 3px 0px;
	margin-left: 0.7em;
}
.translated-guide-attention{
  padding: 0 16px;
  margin-bottom: 36px;
}
@media (min-width: 1000px) {
  .translated-guide-attention{
    width: 1000px;
    margin: 0 auto 36px;
    padding: 0 8px;
  }
}
.translated-guide-attention .attention.type-02-02{
  text-align: left;
}
.is-category #toPageTop+.sub-nav{
  display: none;
}
.section.faq {
 /* margin-top: 40px;*/
  background-color: #e5f3ff;
  padding-top:16px;
  padding-bottom:30px;
}
/* 
@media (min-width: 768px) {
  .section.faq {
    margin-top: 60px;
  }
} */
.is-biz .section.faq {
	background-color: #3663b2;
}
.section.faq h2 {
  display: block;
  margin: 30px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1160px) {
  .section.faq h2 {
    margin: 30px 0;
    font-size: 32px;
  }
}
.is-biz .section.faq h2 {
	color:#fff; 
}
.section.faq ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .section.faq ul {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.section.faq ul li {
  position: relative;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  margin: 0 0;
  margin-bottom: 1.5em;
  max-width: 100%;
  text-align: center;
  /*border: 2px solid #2368BB;*/
  border-radius: 5px;
  background-color: #fff;
  color: #0265CB;
}

.section.faq ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section.faq ul li {
    flex: 0 1 31%;
    margin-bottom: calc( (100% - (31% * 3)) / 2 );
    max-width: 31%;
  }
  .section.faq ul li:last-child {
    margin-bottom: calc( (100% - (31% * 3)) / 2 );
  }
  .section.faq ul li:not(:nth-child(3n+1)) {
    margin-left: calc( (100% - (31% * 3)) / 2 );
  }

  /* for FxCK IE11 */

  _:-ms-lang(x)::-ms-backdrop, .section.faq ul {
    justify-content: space-around;
  }

  _:-ms-lang(x)::-ms-backdrop, .section.faq ul li {
    flex: 0 1 25%;
    max-width: 25%;
  }

}

.section.faq ul li:hover,
.section.faq ul li:focus,
.section.faq ul li:active {
  /*border: 2px solid #2368BB;*/
}

.section.faq ul li:hover *,
.section.faq ul li:focus *,
.section.faq ul li:active * {
  text-decoration: none;
}

.section.faq ul li a {
  padding: 1em 2em;
  font-size: 1em;
  font-weight: bold;
  color:#242323;
}
.section.faq ul li a:hover {
  color:#909090;
}

@media (min-width: 1160px) {
  .section.faq ul li a {
    padding: 2em 2em;
  }
}

.section.faq ul li .icon {
  display: block;
  margin:0 auto 1em;
  width: 48px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/hc/theming_assets/01HZKQBKWE7AJ4D9GVBBVQBR1Y);
}

.section.faq ul li:nth-of-type(1) .icon {
  background-position: 50% 0;
}

.section.faq ul li:nth-of-type(2) .icon {
  background-position: 50% -47px;
}

.section.faq ul li:nth-of-type(3) .icon {
  background-position: 50% -94px;
}

.section.faq ul li:nth-of-type(4) .icon,
.section.faq ul li:nth-of-type(5) .icon,
.section.faq ul li:nth-of-type(6) .icon {
  background-image: none;
}

.section.faq ul li:nth-of-type(4) .icon::before,
.section.faq ul li:nth-of-type(5) .icon::before,
.section.faq ul li:nth-of-type(6) .icon::before {
  font-size: 30px;
  font-weight: bold;
  color: #2368BB;
}

.section.faq ul li:nth-of-type(4) .icon::before {
  content: "4";
}

.section.faq ul li:nth-of-type(5) .icon::before {
  content: "5";
}

.section.faq ul li:nth-of-type(6) .icon::before {
  content: "6";
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    /* flex: 0 0 45%; */
    flex: 0 0 100%;
  }
}

.section-tree-title {
  margin-bottom: 30px;
  padding-bottom: 0.25em;
  font-size: 22px;
  font-weight: bold;
  /*border-bottom: 2px solid #2267BB;*/
}

@media (min-width: 1160px) {
  .section-tree-title {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

.section-tree-title a {
  color: #333;
}

.section-tree-title a:hover {
  text-decoration: none;
}

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

.article-list {
  margin-bottom: 30px;
}

@media (min-width: 1160px) {
  .article-list {
    margin-bottom: 60px;
  }
}

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

.article-list-item a {
  /*color: #333;*/
}

.article-list-item a::before {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 1em 0 0;
  width: 1em;
  height: 1em;
  background-image: url(/hc/theming_assets/01HZKQBMYXPHGXZ6ES91S4F0RE);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.icon-star {
  color: #0265CB;
  font-size: 18px;
}
.icon-star+.article-list-link::before{
  width:0;
}

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

.section-content {
  flex: 1;
  margin-top: 30px;
  min-height: 400px;
}

@media (min-width: 1160px) {
  .section-content {
    margin-top: 60px;
    flex: 0 0 100%;
  }
}

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

.is-category .section-list,
.is-section .section-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}

@media (min-width: 1160px) {
  .is-category .section-list,
  .is-section .section-list {
    margin: 20px 0 40px;
  }
}

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

.section-list-item {
  padding: 0 0;
  border-bottom: 1px solid #bababa;
  font-size: 16px;
}

.is-category .section-list-item,
.is-section .section-list-item {
  flex: 0 0 100%;
}

@media (min-width: 1160px) {
  .is-category .section-list-item,
  .is-section .section-list-item {
    flex: 0 0 47%;
  }
}

.section-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  color: #242323;
}
.section-list-item a svg{
	display:none;
}

.section-list-item a::after {
	content: "";
	display: inline-block;
	position: relative;
	border-top: 2px solid #bababa;
	border-right: 2px solid #bababa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 0px;
	top: -2px;
	left: 0px;
	padding: 3px 0px;
	margin-left: 0.7em;
}

@media (min-width: 1160px) {
  .section-list-item a {
    padding: 1.5em 0;
  }
}

.section-list-item a:hover {
  color: #909090;
  text-decoration: none;
}

.section-list-item a:hover svg path {
  fill: #0265CB;
}

.section-empty {
  display: none;
}

.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;
  margin-top: 30px;
}
.is-personal.is-article .article {
	margin: 0;
}
@media (min-width: 768px) {
  .is-personal.is-article .article {
	  margin-top: 30px;
  }
}
@media (min-width: 1160px) {
  .article {
    flex: 1 0 100%;
    margin-top: 60px;
    padding: 0 0;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
  padding:0 5%;
}

@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; */
  display: none;
}

.article-title {
  padding-bottom: 0.25em;
  /*border-bottom: 2px solid #2267BB;*/
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
}
.is-personal.is-article .article-title {
	color: #606060;
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    font-size: 28px;
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

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

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

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

.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,
.article-body a:visited {
  color: #0265CB;
}

.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: #666;
  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: #666;
  font-weight: 300;
}

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

.article-comment-count-icon {
  vertical-align: middle;
  color: #0265CB;
  width: 18px;
  height: 18px;
}

.article-sidebar {
  /* border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0; */
  display: none;
}

/* @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-relatives a {
  color: #333;
}

.article-relatives a::before {
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 1em 0 0;
  width: 1em;
  height: 1em;
  background-image: url(/hc/theming_assets/01HZKQBMYXPHGXZ6ES91S4F0RE);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

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

.article-return-to-top {
  display: none;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: bold;
  color: #eee;
}

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

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

.recent-articles li,
.related-articles li {
  margin-bottom: 2em;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: #333;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

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

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

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

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

.share a {
  color: #666;
}

.share a:hover {
  text-decoration: none;
  color: #0265CB;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

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

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 2em;
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #0265CB;
}

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

.comment-sorter .dropdown-toggle {
  color: #666;
  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 #0265CB;
  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: #0265CB;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: Arial, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 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: #0062d1;
}

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

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

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

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

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

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

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

.vote-up:hover,
.vote-down:hover {
  color: #0265CB;
}

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

.vote-voted {
  color: #0265CB;
}

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

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

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

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

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

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

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

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

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

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

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: #0265CB;
}

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

.community-follow button[data-selected="true"] {
  background-color: #0265CB;
  color: #FFFFFF;
}

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

.community-follow button[data-selected="true"]:hover {
  background-color: #013366;
  border-color: #013366;
}

.community-follow button::after {
  border-left: 1px solid #0265CB;
  content: attr(data-follower-count);
  color: #0265CB;
  display: inline-block;
  font-family: Arial, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #0265CB;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(56, 149, 255, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #0062d1;
}

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

.striped-list-count {
  color: #666;
  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: #333;
    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: #0265CB;
}

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

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-pending {
  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: Arial, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 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: #0062d1;
}

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

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

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

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

.post-comment-count .icon-comments {
  color: #0265CB;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

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

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #0265CB;
}

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

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

.collapsible-nav-list li {
  color: #333;
  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: #333;
  display: block;
}

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

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

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #0265CB;
    order: 1;
  }
}

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

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

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #0265CB;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
    margin-top: 15px;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body ul {
  margin-top: 30px;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

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

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

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  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: #666;
}

/***** 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: #666;
  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 #0265CB;
}

.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 #0265CB;
}

.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: #666;
  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: 30px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

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

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

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

.meta-group * {
  display: inline;
}

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

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

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

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

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

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

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

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

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

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

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

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

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

.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: #666;
  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 #0265CB;
  border-radius: 4px;
  color: #0265CB;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

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

.profile-section {
  width: 100%;
}

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

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

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

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

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

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

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

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

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

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

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

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

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

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

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

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

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

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

.private-activity-icon {
  margin-right: 10px;
}

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

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

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

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

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

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

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

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

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

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

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

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

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

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

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0;
  min-height: 400px;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 100%;
  }
}

.search-results-sidebar {
  display: none;
}

.search-results-subheading {
  margin-bottom: 30px;
  padding-bottom: 0.25em;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid #2267BB;
}

@media (min-width: 1160px) {
  .search-results-subheading {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

.search-no-result {
  margin-top: 60px;
  font-size: 1.2em;
}

.search-no-result strong {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

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

@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; */
  display: none;
}

[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: 1em 0 2em;
  word-break: break-word;
}

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

.search-result-title::before {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 1em 0 0;
  width: 1em;
  height: 1em;
  background-image: url(/hc/theming_assets/01HZKQBMYXPHGXZ6ES91S4F0RE);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.search-result-title a {
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* By default use bold instead of italic to highlight */
.search-results-description em {
  margin: 0 0.2em;
  padding: 0.2em 0.4em;
  font-size: 0.9em;
  font-style: normal;
  font-weight: bold;
  color: #333;
  background-color: #f8ffaa;
  border-radius: 4px;
}

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

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

.notification a {
  color: #158ec2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 7px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E"); */
  background-image: url(/hc/theming_assets/01HZKQBJJ8SYD0GY1MHG0PGGR2);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  /* #fff 着色 */
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #f9767f;
  border: 0;
  color: #fff;
  font-weight: bold;
  /* margin: 0.5em 0 0 0;
  padding: 0 0 0.5em 0;
  border-radius: 0;
  line-height: 1em; */
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

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

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

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

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

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

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

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

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

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

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

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

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

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

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

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

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

/* Auto Complete Hack*/
zd-autocomplete {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1000000
}
@media screen and (min-width: 375px) {
  zd-autocomplete {
    min-width: 300px
  }
}
zd-autocomplete-header {
  border-bottom: 1px solid #f3f3f3;
  color: #999;
  display: block;
  padding: 15px 20px
}
zd-autocomplete-option {
  cursor: pointer;
  color: #555;
  display: block;
  font-size: 13px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 20px
}
zd-autocomplete-option[aria-selected="true"] {
  background-color: #f3f3f3
}
zd-autocomplete-option:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
zd-autocomplete-option em {
  font-style: normal;
  font-weight: bold
}
zd-autocomplete-option zd-autocomplete-breadcrumbs {
  color: #ccc;
  font-size: 80%
}
zd-autocomplete-multibrand {
  border-bottom: 1px solid #c2c8cc;
  color: #999;
  display: block;
  padding: 20px;
  cursor: pointer;
  font-size: 1em;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
zd-autocomplete-multibrand[aria-selected="true"] {
  /* background-color: #f3f3f3; */
  background-color: #0265CB;
}
zd-autocomplete-multibrand:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
zd-autocomplete-multibrand em {
  font-style: normal;
  font-weight: bold
}
zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  position: relative;
  color: #333;
  font-size: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}
zd-autocomplete-multibrand[aria-selected="true"] zd-autocomplete-title-multibrand {
  color: #FFFFFF;
}
zd-autocomplete-multibrand zd-autocomplete-title-multibrand::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "　";
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 40%;
  background-image: url(/hc/theming_assets/01HZKQBMBZQZ5F7VJRXQSXKW7X);
}
zd-autocomplete-multibrand zd-autocomplete-breadcrumbs-multibrand {
  color: #999;
  font-size: 0.75em;
  display: block
}
zd-autocomplete-multibrand[aria-selected="true"] zd-autocomplete-breadcrumbs-multibrand {
  color: #b3b3b3;
}
zd-autocomplete-multibrand zd-autocomplete-breadcrumbs-multibrand zd-community-image-multibrand {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTQuOCA0Ljg0OGMtLjExLS4zMy0uMjE4LS42Ni0uMjE4LS45OTEgMC0xLjEwMi41NDUtMi4wOTQgMS4zMDktMi43NTVDNS41NjQuNDQgNC44IDAgNC4wMzYgMCAyLjcyNyAwIDEuNTI3IDEuMTAyIDEuNTI3IDIuNTM0YzAgMS40MzMgMS4wOTEgMi41MzUgMi41MSAyLjUzNS4zMjcgMCAuNjU0LS4xMS43NjMtLjIyem0zLjM4MiAyLjUzNWMtMi4wNzMgMC0zLjgxOCAxLjU0My0zLjgxOCAzLjUyNkgxMmMwLTEuODczLTEuNzQ1LTMuNTI2LTMuODE4LTMuNTI2em0tMS45NjQtLjU1MWMtMS4yLjQ0LTIuMDczIDEuMzIyLTIuNTA5IDIuNTM0SDBDMCA3LjI3MyAxLjg1NSA1LjYyIDQuMDM2IDUuNjJjLjQzNyAwIC44NzMuMTEgMS4yLjIyLjIxOS4zMy41NDYuNjYxLjk4Mi45OTJ6bTEuOTY0LS40NGMtMS4zODYgMC0yLjUxLTEuMTM2LTIuNTEtMi41MzUgMC0xLjQgMS4xMjQtMi41MzUgMi41MS0yLjUzNSAxLjM4NiAwIDIuNTA5IDEuMTM1IDIuNTA5IDIuNTM1IDAgMS40LTEuMTIzIDIuNTM0LTIuNTEgMi41MzR6IiBmaWxsPSIjQzJDOENDIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+);
  background-repeat: no-repeat
}
zd-autocomplete-multibrand zd-autocomplete-community-breadcrumbs-multibrand {
  padding-left: 16px
}

/* ----------------------------------------------------------- */
/* == tingle v0.15.2 */
/* ----------------------------------------------------------- */

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: #383838;
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  display: none;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 72%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
  word-wrap: break-word;
  padding-bottom: 10vh;
  height: 80vh;
  overflow-y: auto;
}

.modal-notification .tingle-modal-box__content {
  padding-bottom: 2vh;
  height: auto;
  font-size: 1.1em;
  font-weight: bold;
}

.tingle-modal-box__footer {
  padding: 2rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #eee;
  cursor: auto;
}

.modal-notification .tingle-modal-box__footer {
  background-color: transparent;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.3em;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 4px;
}

.tingle-btn:hover {
  opacity: 0.9;
}

.tingle-btn.disabled {
  background-color: #ccc;
  color: #888;
  cursor: none;
  pointer-events: none;
}

.tingle-btn--primary {
  background-color: #0265CB;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #666;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

.button-large.modalOpener {
  margin: 0 0 60px;
  padding: 10px 60px;
  font-size: 18px;
  font-weight: bold;
}

.button-large.modalOpener.disabled {
  background-color: #ddd;
  cursor: default;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
    height: 100vh;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
    height: 100vh;
    padding: 1.5rem 1.5rem;
  }

  .modal-notification .tingle-modal-box__content {
    padding-top: 10vh;
    height: auto;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer {
    padding: 1.5rem 1.5rem;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin: 0 0 1.5rem;
    padding: 1rem 1rem;
    width: 100%;
  }

  .tingle-modal-box__footer .tingle-btn:last-child {
    margin-bottom: 0;
  }

  .tingle-modal__close {
    display: none;
  }

  .tingle-modal__closeLabel {
    display: none;
  }

  .tingle-modal__closeIcon {
    display: none;
  }
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    pointer-events: none;
  }

  .tingle-enabled .tingle-content-wrapper {
    filter: none;
  }
}

/* animations
-------------------------------------------------------------- */

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* 確認画面
-------------------------------------------------------------- */

.tingle-modal-box .confirmation {
  margin: 0 0 80px;
  word-wrap: break-word;
}

.tingle-modal-box h1 {
  margin: 1em 0;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #0265CB;
}

@media (min-width: 768px) {
  .tingle-modal-box h1 {
    margin: 0 0 1em;
    font-size: 26px;
  }
}

.tingle-modal-box p.description {
  font-size: 1.1em;
  text-align: center;
}

.tingle-modal-box a {
  color: $hover_color;
  font-weight: bold;
}

.tingle-modal-box dl {
  margin: 0 0 0 0;
}

.tingle-modal-box dt {
  display: block;
  margin-top: 0.7em !important;
  padding-top: 0.7em;
  font-size: 1em;
  font-weight: bold;
  color: #0265CB;
  border-top: 1px solid #ddd;
}

.tingle-modal-box dt:first-of-type {
  border-top: 0;
}

.tingle-modal-box dt.form-field.request_ticket_form_id,
.tingle-modal-box dt.form-field.request_ticket_form_id + dd {
  display: none !important;
}

.tingle-modal-box dt.required::after {
  display: inline-block;
  margin: -3px 0 0 6px;
  padding: 5px 8px;
  content: "必須";
  font-size: 10px;
  font-weight: normal;
  line-height: 1em;
  vertical-align: middle;
  border-radius: 4px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #eee;
}

.tingle-modal-box dt.optional::after {
  display: inline-block;
  margin: -3px 0 0 6px;
  padding: 5px 8px;
  content: "任意";
  font-size: 10px;
  font-weight: normal;
  line-height: 1em;
  vertical-align: middle;
  border-radius: 4px;
  letter-spacing: 0.1em;
  color: #666;
  background-color: #ebebeb;
}

.tingle-modal-box dd {
  margin: 0.5em 0 0 0;
  font-size: 0.9em;
}

.tingle-modal-box dd pre {
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0;
}

.tingle-modal-box dt.text dd pre {

}

.tingle-modal-box dt.required + dd pre.empty {
  color: #e22323;
}

#select_val {
  display: none;
}

/* is-app
-------------------------------------------------------------- */
.is-app .header,
.is-app .sub-nav-space,
.is-app .sub-nav,
.is-app .footer{
  display: none;
}
/* is-appBiz
-------------------------------------------------------------- */
.is-appBiz .header,
.is-appBiz .sub-nav-space,
.is-appBiz .sub-nav,
.is-appBiz #toPageTop+.sub-nav,
.is-appBiz .footer{
  display: none;
}
.is-appBiz #toPageTop{
  display: none !important;
}
/* is-appTkn
-------------------------------------------------------------- */
.is-appTkn .header,
.is-appTkn #service-menu,
.is-appTkn .search-container,
.is-appTkn .article-votes,
.is-appTkn .article-relatives,
.is-appTkn .sub-nav-space,
.is-appTkn .sub-nav,
.is-appTkn #toPageTop+.sub-nav,
.is-appTkn .footer{
  display: none;
}
.is-appTkn #toPageTop,
.is-appTkn #wovn-translate-widget{
  display: none !important;
}

/* service menu
-------------------------------------------------------------- */
#service-menu {
	position: relative;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	background-color: #fff;
}
#service-menu > .ui {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 16px;
}
@media (min-width: 1160px) {
  #service-menu > .ui {
    width: 90%;
    padding: 0;
  }
}
#service-menu > .ui button {
	display: block;
	width: 100%;
	border: 0;
	padding: .875em 5px;
	background-color: transparent;
	color: #242323;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	transition: color 120ms;
  line-height: 1.5em;
}
#service-menu > .ui button:hover,
#service-menu > .ui button:focus,
#service-menu > .ui button:active {
	color: #909090;
}
#service-menu[aria-expanded] > .ui button span {
	position: relative;
	display: inline-block;
	padding-right: 25px;
}
#service-menu[aria-expanded] > .ui button span::before,
#service-menu[aria-expanded] > .ui button span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 9px;
	height: 2px;
	margin-top: -1px;
	margin-right: 2.5px;
	border-radius: 1px;
	background-color: #909090;
	transition: background-color 120ms, transform 120ms;
}
#service-menu[aria-expanded] > .ui button span::after {
	margin-right: -2.5px;
}
#service-menu[aria-expanded] > .ui button:hover span::before,
#service-menu[aria-expanded] > .ui button:focus span::before,
#service-menu[aria-expanded] > .ui button:active span::before,
#service-menu[aria-expanded] > .ui button:hover span::after,
#service-menu[aria-expanded] > .ui button:focus span::after,
#service-menu[aria-expanded] > .ui button:active span::after {
	background-color: #bababa;
}
#service-menu[aria-expanded="false"] > .ui button span::before,
#service-menu[aria-expanded="true"] > .ui button span::after {
	transform: rotate(45deg);
}
#service-menu[aria-expanded="false"] > .ui button span::after,
#service-menu[aria-expanded="true"] > .ui button span::before {
	transform: rotate(-45deg);
}
#service-menu > .content {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: rgba(0,0,0,.8);
	-webkit-backdrop-filter: blur(.25em);
	backdrop-filter: blur(.25em);
	font-size: 14px;
}
#service-menu > .content > .inner {
	max-width: 1032px;
	margin: 0 auto;
	padding: .0001px 21px 4em 21px;
}
#service-menu .top {
	margin-top: 2.625em;
  margin-bottom: 0;
}
#service-menu .top a {
	color: #fff;
}
#service-menu .top a:hover,
#service-menu .top a:focus,
#service-menu .top a:active {
	color: #fff;
}
#service-menu .service-menu-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 -18px;
}
#service-menu .service-menu-list > div {
	width: 100%;
	margin-top: 2.625em;
	padding: 0 18px;
}
#service-menu .service-menu-list dt {
	color: #fff;
	font-weight: bold;
}
#service-menu .service-menu-list dd {
	margin-top: .625em;
  margin-left: 0;
	border-top: 1px solid #fff;
}
#service-menu .service-menu-list ul {
	margin-top: .75em;
}
#service-menu .service-menu-list ul > li {
	margin-top: .375em;
}
#service-menu .service-menu-list ul > li.cs {
	margin-top: 1.375em;
}
#service-menu .service-menu-list a {
	display: inline-block;
	padding: .125em 0;
	color: #fff;
}
@media screen and (min-width: 768px) {
	#service-menu .service-menu-list > div {
		width: calc((100% - .01px) / 3);
	}
}
@media screen and (max-width: 767px) {
	#service-menu > .ui {
		padding: 0;
	}
	#service-menu > .ui button {
		padding-left: 16px;
		padding-right: 16px;
	}
	#service-menu > .content > .inner {
		padding: .0001px 16px 3em 16px;
	}
	#service-menu .service-menu-list {
		margin: 0 -8px;
	}
	#service-menu .service-menu-list > div {
		padding: 0 8px;
	}
}
@media screen and (max-width: 560px) {
	#service-menu .service-menu-list > div {
		/*width: calc((100% - .01px) / 2);*/
	}
}
@media screen and (max-width: 360px) {
	#service-menu .service-menu-list > div {
		width: 100%;
	}
}

/* bnr-navi
-------------------------------------------------------------- */
.bnr-navi-wrap{
  margin-top: 10px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bnr-navi-wrap{
    width: 170px;
    margin: 25px auto 20px;
  }
  .bnr-navi-wrap img{
    width: 100%;
    height: auto;
  }
}

/* list-toggle
-------------------------------------------------------------- */
.list-qa-01{
	margin: .75em 0 0 0;
}
.list-qa-01 > .toggle-root {
  padding: 0 16px;
	border-bottom: 1px solid #bababa;
}
.list-qa-01 > .toggle-root dt{
	position: relative;
  /*padding-left: 33px;*/
}
.list-qa-01 > .toggle-root dt::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0 0;
    width: 24px;
    height: 24px;
    /*background-image: url(/hc/theming_assets/01HZKQBN3RVGZF5WQW80VQH9T7);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;*/
    content: "";
}
/*
.list-qa-01 > .toggle-root:nth-of-type(1) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBN3RVGZF5WQW80VQH9T7);
}
.list-qa-01 > .toggle-root:nth-of-type(2) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBNA4E6PRGANDCKSTXA0M);
}
.list-qa-01 > .toggle-root:nth-of-type(3) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBPKAX4WQT5KDTJJ5Q8N8);
}
.list-qa-01 > .toggle-root:nth-of-type(4) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBNTJP707ZS14RCZ1SC2E);
}
.list-qa-01 > .toggle-root:nth-of-type(5) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBPWY2G9XJFF8JQQG2X4X);
}
.list-qa-01 > .toggle-root:nth-of-type(6) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBNMYPJXGZNNV51AASH4F);
}
.list-qa-01 > .toggle-root:nth-of-type(7) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBP1CCVZ952BYG4QM8147);
}
.list-qa-01 > .toggle-root:nth-of-type(8) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBNFRTWTJ1EQFPT2MD1DJ);
}
.list-qa-01 > .toggle-root:nth-of-type(9) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBP7Q5JBQZTKEGN4W66H1);
}
.list-qa-01 > .toggle-root:nth-of-type(10) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBPE1MJWN4K77G8ZBQGJX);
}
.list-qa-01 > .toggle-root:nth-of-type(11) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBPRAK02DDHZDS9M6313T);
}
.list-qa-01 > .toggle-root:nth-of-type(12) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBPRAK02DDHZDS9M6313T);
}
.list-qa-01 > .toggle-root:nth-of-type(13) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBPRAK02DDHZDS9M6313T);
}
.list-qa-01 > .toggle-root:nth-of-type(14) dt::before{
  background-image: url(/hc/theming_assets/01HZKQBPRAK02DDHZDS9M6313T);
}
*/
.list-qa-01.bt-1 > .toggle-root:first-child {
	border-top: 1px solid #bababa;
}
.list-qa-01 > .toggle-root > dt .toggle-ui {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 5em;
	margin: 0;
	border: 0;
	padding: .5em 48px .5em 0;
	background-color: #fff;
	color: #242323;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	transition: color 120ms;
}
.list-qa-01 > .toggle-root > dt .toggle-ui {
	padding-left: 0;
}
.list-qa-01 > .toggle-root > dt .toggle-ui > span:first-child{
	flex-shrink: 0;
	width: 28px;
	color: #fd5c5c;
}
.list-qa-01 > .toggle-root > dt .toggle-ui:hover,
.list-qa-01 > .toggle-root > dt .toggle-ui:focus,
.list-qa-01 > .toggle-root > dt .toggle-ui:active {
	color: #909090;
}
.list-qa-01 [aria-expanded] .toggle-ui {
	position: relative;
}
.list-qa-01 [aria-expanded] .toggle-ui::before,
.list-qa-01 [aria-expanded] .toggle-ui::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	width: 9px;
	height: 2px;
	margin-top: -1px;
	border-radius: 1px;
	background-color: #909090;
	transform-origin: 50% 50%;
	transition: background-color 120ms, transform 120ms;
}
.list-qa-01 [aria-expanded] .toggle-ui::before {
	margin-right: 2.5px;
}
.list-qa-01 [aria-expanded] .toggle-ui::after {
	margin-right: -2.5px;
}
.list-qa-01 [aria-expanded] .toggle-ui:hover::before,
.list-qa-01 [aria-expanded] .toggle-ui:focus::before,
.list-qa-01 [aria-expanded] .toggle-ui:active::before,
.list-qa-01 [aria-expanded] .toggle-ui:hover::after,
.list-qa-01 [aria-expanded] .toggle-ui:focus::after,
.list-qa-01 [aria-expanded] .toggle-ui:active::after {
	background-color: #bababa;
}
.list-qa-01 [aria-expanded="false"] .toggle-ui::before,
.list-qa-01 [aria-expanded="true"] .toggle-ui::after {
	transform: rotate(45deg);
}
.list-qa-01 [aria-expanded="false"] .toggle-ui::after,
.list-qa-01 [aria-expanded="true"] .toggle-ui::before {
	transform: rotate(-45deg);
}
.list-qa-01 > .toggle-root > .toggle-content {
	padding: .01px 20px 1.75em 20px;
  margin-left: 0;
}
.list-qa-01 > .toggle-root > .toggle-content {
	padding-left: 36px;
}
.list-qa-01 > .toggle-root > .toggle-content.by-chat-wrap {
	padding-left: 12px;
}
.list-qa-01 > .toggle-root > .toggle-content > :first-child {
	margin-top: 0;
}
.list-qa-01 > .toggle-root > .toggle-content > [class^="list-"]:first-child > li{
	margin-top: 12px;
}
.list-qa-01 > .toggle-root > .toggle-content > [class^="list-"]:first-child > li:first-child {
	margin-top: 0;
}
.list-qa-01 > .toggle-root > .toggle-content a::before {
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 1em 0 0;
  width: 1em;
  height: 1em;
  background-image: url(/hc/theming_assets/01HZKQBMYXPHGXZ6ES91S4F0RE);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.list-qa-01 > .toggle-root > .toggle-content a.arrowLink::before {
	display: none;
}
.list-qa-01 > .toggle-root > .toggle-content a.arrowLink::after {
	content: "";
	display: inline-block;
	position: relative;
	border-top: 2px solid rgba(56, 149, 255, 1);
	border-right: 2px solid rgba(56, 149, 255, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 0px;
	top: -2px;
	left: 0px;
	padding: 3px 0px;
	margin-left: 0.7em;
}
.list-qa-01 > .toggle-root > .toggle-content a.normalLink::before {
	display: none;
}
@media screen and (max-width: 767px) {
	.list-qa-01 > .toggle-root > dt .toggle-ui {
		height: 4.5725em;
		padding: .375em 32px .375em 0;
		font-size: 14px;
	}
	.list-qa-01 > .toggle-root > dt .toggle-ui {
		padding-left: 0;
	}
	.list-qa-01 > .toggle-root > dt .toggle-ui > span:first-child {
		width: 20px;
	}
	.list-qa-01 [aria-expanded] .toggle-ui::before,
	.list-qa-01 [aria-expanded] .toggle-ui::after {
		right: 16px;
	}
	.list-qa-01 > .toggle-root > .toggle-content {
		padding-left: 12px;
		padding-right: 12px;
	}
	.list-qa-01 > .toggle-root > .toggle-content {
		padding-left: 28px;
	}
}

/* list
-------------------------------------------------------------- */
.list-dot-01 {
	margin-top: 1.25em;
}
.list-dot-01 > li {
	position: relative;
	margin-top: .75em;
	padding-left: 24px;
}
.list-dot-01 > li::before {
	content: "";
	position: absolute;
	top: .525em;
	left: 6px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #242323;
}
.list-dot-01 > li .list-dot-01 {
	margin-top: 0;
	margin-bottom: .75em;
}
@media screen and (max-width: 767px) {
	.list-dot-01 > li {
		padding-left: 20px;
	}
	.list-dot-01 > li::before {
		width: 5px;
		height: 5px;
		border-radius: 2.5px;
	}
}
/* attention
-------------------------------------------------------------- */
.attention.type-02-02, .attention.type-02-01 {
  background-color: #e5f1ff;
}
.attention.type-02-02 {
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
  background-position: 16px center;
  padding: 16px 16px 16px 42px;
  font-size: 12px;
  background-image: url(/hc/theming_assets/01HZKQBX24VY0QSJB1HWCY89PE);
  background-repeat: no-repeat;
}
.attention.type-04-01 {
  background-color: #ffe5e5;
}
.attention.type-04-01, .attention.type-02-01 {
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .attention.type-02-02,
  .attention.type-02-01,
  .attention.type-04-01 {
    font-size: 11px;
  }
}
/* attention-01
-------------------------------------------------------------- */
.attention-01 {
	margin-top: 1.25em;
	border-radius: 8px;
	border: 1px solid #f4cf00;
	padding: .8em 16px .7em 52px;
	background-color: #fff7e5;
	background-image: url(/hc/theming_assets/01HZKQBMTESGW1HE15D85J3N34);
	background-repeat: no-repeat;
	background-position: 24px .9em;
	background-size: 18px 18px;
}
@media screen and (max-width: 767px) {
	.attention-01 {
		padding-left: 36px;
		padding-right: 8px;
		background-position: 12px .9em;
	}
}
/* box-attention-01
-------------------------------------------------------------- */
.box-attention-wrap{
	padding:0 5px;
}
.box-attention-01 {
	margin-top: 3.75em;
	border-radius: 8px;
	border: 1px solid #f4cf00;
	padding: 1.25em 16px 1.25em 24px;
	background-color: #fff7e5;
}
.box-attention-01 > dt {
	padding-left: 28px;
	background-image: url(/hc/theming_assets/01HZKQBMTESGW1HE15D85J3N34);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	background-size: 18px 18px;
	font-weight: bold;
}
.box-attention-01 > dd {
	margin-top: .875em;
  margin-left:0;
}
.box-attention-01 > dd > :first-child,
.box-attention-01 > dd > [class*="list-"]:first-child > li:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.box-attention-01 {
		margin-top: 3.25em;
		padding-left: 16px;
		padding-right: 12px;
	}
	.box-attention-01 > dt {
		padding-left: 24px;
	}
}

/* box-content-02
-------------------------------------------------------------- */
.box-content-02 {
	margin-top: 3.75em;
	border-radius: 8px;
	padding: 2.375em 48px;
	background-color: #f7f7f7;
}
.box-content-02 > :first-child,
.box-content-02 > [class*="list-"]:first-child > li:first-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.box-content-02 {
		margin-top: 3.25em;
		padding: 2.125em 36px;
	}
}
@media screen and (max-width: 600px) {
	.box-content-02 {
		padding: 1.875em 30px;
	}
}
@media screen and (max-width: 480px) {
	.box-content-02 {
		padding: 1.75em 24px;
	}
}
@media screen and (max-width: 360px) {
	.box-content-02 {
		padding: 1.625em 20px;
	}
}
/*by-chat*/
.box-content-02.by-chat p{
  text-align: center;
}
.box-content-02.by-chat p.text-01 span{
  font-weight: bold;
  position: relative;
}
.box-content-02.by-chat p.text-01 span::before{
  content: "";
  background: url(/hc/theming_assets/01HZKQBQGVMPK30ETF75X18FKX) 0 0 no-repeat;
  background-size: auto 18px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -18px;
  top: 0;
}

/* imNotice
-------------------------------------------------------------- */
#imNotice {
	max-width: 1032px;
	width: 100%;
	margin: 20px auto;
	padding: 0 16px;
	font-size: 16px;
	font-weight: bold;
}
.sec-01 #imNotice {
	padding-left: 0;
	padding-right: 0;
}
#imNotice:empty {
	display: none;
}
#imNoticeMain {
	border-radius: 8px;
	padding: 1.5em 20px 1.5em 24px;
	background-color: #ffe5e5;
	text-align: center;
}
.sec-01 #imNoticeMain {
	margin-left: -8px;
	margin-right: -8px;
}
#imNoticeTitle {
	padding-left: 28px;
	background-image: url(/hc/theming_assets/01HZKQBTFSGX794GMWKX92E8QW);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	background-size: 18px auto;
	display: inline-block;
}
#imNoticeListWrap {
	margin: .875em 0 0 8px;
	text-align: left;
}
#imNoticeList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#imNoticeList dt:not(:first-of-type),
#imNoticeList dd:not(:first-of-type) {
	margin-top: 1.25em;
}
#imNoticeList dt {
	flex-shrink: 0;
	width: 8.5em;
	margin-right: 16px;
	padding-top: .0625em;
	color: #606060;
	font-size: 15px;
	font-weight: normal;
}
#imNoticeList dd {
	flex-basis: calc(100% - (8.5em + 16px));
  margin-left: 0;
}
#imNoticeList dd a {
	color: #242323;
	transition: color 120ms;
}
#imNoticeList dd a:hover,
#imNoticeList dd a:focus,
#imNoticeList dd a:active {
	color: #909090;
}
@media screen and (max-width: 767px) {
	#imNotice {
		margin: 10px auto;
		padding: 0 5px;
		font-size: 14px;
	}
	#imNoticeMain {
		padding: 1.5em 20px;
	}
	.sec-01 #imNoticeMain {
		margin-left: -7px;
		margin-right: -7px;
	}
	#imNoticeTitle {
		padding-left: 24px;
	}
	#imNoticeListWrap {
		margin: 1em 0 0 4px;
	}
	#imNoticeList {
		flex-direction: column;
	}
	#imNoticeList dt {
		width: auto;
		margin: 0 0 .25em 0;
		font-size: 13px;
	}
	#imNoticeList dd:not(:first-of-type) {
		margin-top: 0;
	}
}

/* btn-cv-01
-------------------------------------------------------------- */
.btn-cv-01 {
	display: flex;
	justify-content: center;
	margin: 2em 0 0;
	text-align: center;
}
.btn-cv-01 > a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 25%;
	border-radius: 8px;
	border: 1px solid #3895ff;
	padding: .375em 16px;
	background-color: #3895ff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: background-color 120ms;
}
.btn-cv-01 > a:hover,
.btn-cv-01 > a:focus,
.btn-cv-01 > a:active {
	background-color: #71b3ff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.btn-cv-01 > a {
		min-width: 35%;
		padding: .5em 12px;
		font-size: 16px;
	}
}
@media screen and (max-width: 360px) {
	.btn-cv-01 > a {
		min-width: 45%;
		padding-left: 8px;
		padding-right: 8px;
	}
}

/* btn-cv-02
-------------------------------------------------------------- */
.btn-cv-02 {
	display: flex;
	justify-content: center;
	margin: 2em 0 0;
	text-align: center;
}
.btn-cv-02 > a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 25%;
	border-radius: 8px;
	border: 1px solid #3895ff;
	padding: .375em 16px;
	background-color: #fff;
	color: #3895ff;
	font-size: 18px;
	font-weight: bold;
	transition: background-color 120ms;
}
.btn-cv-02 > a:hover,
.btn-cv-02 > a:focus,
.btn-cv-02 > a:active {
	background-color: #e3f0ff;
	text-decoration: none;
}
.btn-cv-02 > a::before {
  display: none !important;
}
@media screen and (max-width: 767px) {
	.btn-cv-02 > a {
		min-width: 35%;
		padding: .5em 12px;
		font-size: 16px;
	}
}
@media screen and (max-width: 360px) {
	.btn-cv-02 > a {
		min-width: 45%;
		padding-left: 8px;
		padding-right: 8px;
	}
}

/*article expand-container*/
.article-content .toggle-root {
	border-bottom: 1px solid #bababa;
}
.article-content .toggle-root:first-of-type {
	border-top: 1px solid #bababa;
}
.article-content .toggle-root dl{
  margin: 0;
}
.article-content .toggle-root dt.toggle-ui {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 5em;
	margin: 0;
	border: 0;
	padding: .5em 48px .5em 0;
	background-color: #fff;
	color: #242323;
	font-weight: bold;
	text-align: left;
	transition: color 120ms;
  cursor: pointer;
}
.article-content .toggle-root dt.toggle-ui:hover,
.article-content .toggle-root dt.toggle-ui:focus,
.article-content .toggle-root dt.toggle-ui:active {
	color: #909090;
}
.article-content [aria-expanded] .toggle-ui {
	position: relative;
}
.article-content [aria-expanded] .toggle-ui::before,
.article-content [aria-expanded] .toggle-ui::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	width: 9px;
	height: 2px;
	margin-top: -1px;
	border-radius: 1px;
	background-color: #909090;
	transform-origin: 50% 50%;
	transition: background-color 120ms, transform 120ms;
}
.article-content [aria-expanded] .toggle-ui::before {
	margin-right: 2.5px;
}
.article-content [aria-expanded] .toggle-ui::after {
	margin-right: -2.5px;
}
.article-content [aria-expanded] .toggle-ui:hover::before,
.article-content [aria-expanded] .toggle-ui:focus::before,
.article-content [aria-expanded] .toggle-ui:active::before,
.article-content [aria-expanded] .toggle-ui:hover::after,
.article-content [aria-expanded] .toggle-ui:focus::after,
.article-content [aria-expanded] .toggle-ui:active::after {
	background-color: #bababa;
}
.article-content [aria-expanded="false"] .toggle-ui::before,
.article-content [aria-expanded="true"] .toggle-ui::after {
	transform: rotate(45deg);
}
.article-content [aria-expanded="false"] .toggle-ui::after,
.article-content [aria-expanded="true"] .toggle-ui::before {
	transform: rotate(-45deg);
}
.article-content .toggle-root .toggle-content{
	padding: 0 4px 16px;
  margin-left: 0;
}

/* table */
table .tw-5  { width:  5%; }
table .tw-10 { width: 10%; }
table .tw-15 { width: 15%; }
table .tw-20 { width: 20%; }
table .tw-25 { width: 25%; }
table .tw-30 { width: 30%; }
table .tw-33 { width: 33%; }
table .tw-35 { width: 35%; }
table .tw-40 { width: 40%; }
table .tw-45 { width: 45%; }
table .tw-50 { width: 50%; }
table .tw-55 { width: 55%; }
table .tw-60 { width: 60%; }
table .tw-65 { width: 65%; }
table .tw-70 { width: 70%; }
table .tw-75 { width: 75%; }
table .tw-80 { width: 80%; }
table .tw-85 { width: 85%; }
table .tw-90 { width: 90%; }
table .tw-95 { width: 95%; }
.tbl-data-01,
.tbl-skeleton-01,
.tbl-colon-01{
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-word;
    font-size: 16px;
}
.tbl-data-01 {
	width: 100%;
	margin-top: 1.5em;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}
.tbl-data-01 th,
.tbl-data-01 td {
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	padding: 1.625em 36px;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
.tbl-data-01 th > :first-child,
.tbl-data-01 td > :first-child,
.tbl-data-01 th > [class*="list-"]:first-child > li:first-child,
.tbl-data-01 td > [class*="list-"]:first-child > li:first-child {
	margin-top: 0;
}
.tbl-data-01 thead th,
.tbl-data-01 thead td {
	padding: .8125em 16px;
}
.tbl-data-01 thead th,
.tbl-data-01 thead td,
.tbl-data-01 tbody th {
	text-align: center;
	vertical-align: middle;
}
.tbl-data-01 thead th,
.tbl-data-01 thead td,
.tbl-data-01 tbody th.hdg {
	background-color: #eee;
}
.tbl-data-01 caption {
	margin-bottom: 12px;
}
.tbl-data-01 caption > p {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
  margin: 0;
}
.tbl-data-01 caption > p .hdg {
	flex-grow: 1;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.tbl-data-01 caption > p .terms {
	margin-left: 8px;
	font-size: 12px;
	text-align: right;
}
.tbl-data-01 caption > p .hdg + .terms {
	margin-top: .5em;
}
.tbl-data-01 .col-f,
.tbl-data-01 .col-t{
  font-family: 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  font-weight: bold;
}

.tbl-data-01 .col-f{
  color: #fd5c5c;
}
.tbl-data-01 .col-t{
  color: #20bf7a;
}
@media screen and (max-width: 767px) {
 .tbl-data-01,
 .tbl-skeleton-01,
 .tbl-colon-01{
    font-size: 14px;
 }
	.tbl-data-01 th,
	.tbl-data-01 td {
		padding: 1.125em 16px;
	}
	.tbl-data-01 thead th,
	.tbl-data-01 thead td {
		padding: .75em 12px;
	}
  .tbl-data-01 caption {
		margin-bottom: 10px;
	}
	.tbl-data-01 caption > p .hdg {
		font-size: 14px
	}
	.tbl-data-01 caption > p .terms {
		font-size: 10px;
	}
}

.tbl-skeleton-01 {
	width: 100%;
	margin-top: .875em;
}
.tbl-skeleton-01 th,
.tbl-skeleton-01 td {
	padding: .625em 12px .625em 0;
	text-align: left;
	vertical-align: top;
}
.tbl-skeleton-01 th {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.tbl-skeleton-01 {
		margin-top: .75em;
	}
	.tbl-skeleton-01 th,
	.tbl-skeleton-01 td {
		padding: .5em 8px .5em 0;
	}
}

.tbl-colon-01 {
	margin-top: .5em;
}
.tbl-colon-01 th,
.tbl-colon-01 td {
	padding: .25em 0;
	text-align: left;
	vertical-align: top;
}
.tbl-colon-01 th::before {
	content: ":";
	float: right;
	margin-left: .5em;
	font-weight: bold;
}
.tbl-colon-01 td {
	padding-left: .5em;
}
.ta-l { text-align: left !important; }
.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }

/*icon-link*/
a > [class*="link-icon-"]::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -.2em;
	margin-right: .75em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
}
a > .link-icon-pdf::before {
	background-image: url(/hc/theming_assets/01JW8E3TNP8TRGVHJ4K47F756J);
}
a > .link-icon-dl::before {
	background-image: url(/hc/theming_assets/01K5RCT3EDB7ATSJDXMNQ4813Q);
}

/*hdg-xx*/
.hdg-03 {
	display: flow-root;
	line-height: 1.375;
	margin: 3.375em -8px 1em -8px;
	border-bottom: 2px solid #bababa;
	padding: .2em 8px;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.hdg-03 {
		margin-top: 2.5em;
		margin-bottom: .75em;
		font-size: 18px;
	}
}

/* ----------------------------------------------------------- */
/* DEBUG */
/* ----------------------------------------------------------- */

#debugControlCookie {
  position: fixed;
  bottom: 2em;
  right: 2em;
  padding: 1em;
  background-color: #3b2830;
  border-radius: 7px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  z-index: 3;
  display: none;
}

.is-category #debugControlCookie {
  display: block;
}

#debugControlCookie p {
  margin: 0 0;
}

#debugControlCookie p.title {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}

#debugControlCookie p.title em {
  font-style: normal;
  margin-right: 0.5em;
}

#debugControlCookie p.status {
  margin-bottom: 1em;
  font-size: 0.9em;
  font-weight: normal;
}

#debugControlCookie p.status span {
  font-weight: bold;
  color: #f65050;
}

#debugControlCookie p.status span.login {
  color: #1aab17;
}

#debugControlCookie button {
  display: block;
  width: 100%;
  padding: 0.5em 0.8em;
  font-size: 1.1em;
  border: 0;
  border-radius: 3px;
  background-color: #ddd;
  cursor: pointer;
}

#debugControlCookie button:first-of-type {
  margin-bottom: 0.75em;
}

#debugControlCookie button:not(.disabled):hover {
  opacity: 0.8;
}

#debugControlCookie button.get {
  background-color: #1aab17;
}

#debugControlCookie button.delete {
  background-color: #f65050;
}

#debugControlCookie button.disabled {
  cursor: not-allowed;
  background-color: #555;
  color: #999;
}

.recent-articles li:nth-child(n + 6), 
.related-articles li:nth-child(n + 6) {
  display: none;
}