@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* MIXIN ETC
   ========================================================================== */
/* Media queries */
/* MODULE
   ========================================================================== */
/* Section */
.section {
  display: block;
}

@media screen and (min-width: 769px) {
  .section--popular {
    padding: 56px 0;
  }
}
@media screen and (max-width: 768px) {
  .section--popular {
    padding: 40px 0;
  }
}

.section--info {
  background: #EBEAEB;
}
@media screen and (min-width: 769px) {
  .section--info {
    padding: 32px 0;
  }
}
@media screen and (max-width: 768px) {
  .section--info {
    padding: 40px 0;
  }
}

/* Text */
a:link, a:visited {
  color: #1A50B7;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.more-articles {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .more-articles {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .more-articles {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .more-articles--info {
    margin-top: 16px;
  }
}

/* Button */
.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 7px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn--primary {
  background: #fff;
  border: 2px solid #021A2B;
  box-sizing: border-box;
}
.btn--primary:link, .btn--primary:visited {
  color: #021A2B;
}
.btn--primary:hover, .btn--primary:focus {
  background: #021A2B;
  color: #fff;
}

.btn--primary--thin {
  font-weight: normal;
  border-width: 1px;
  border-radius: 4px;
}

.closing-area__btn {
  display: inline-block;
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  background: #fff;
  border: 1px solid #021A2B;
  box-sizing: border-box;
}
.closing-area__btn:link, .closing-area__btn:visited {
  color: #021A2B;
}
.closing-area__btn:hover, .closing-area__btn:focus {
  text-decoration: none;
  background: #021A2B;
  color: #fff;
}

.btn--header-login {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .btn--header-login {
    width: 96px;
    height: 32px;
    line-height: 30px;
    text-align: center;
  }
}

.btn--footer {
  font-size: 1.2rem;
  height: 48px;
  width: 240px;
  line-height: 44px;
}

/* Title */
.content-header {
  text-align: center;
}

.help-title {
  display: inline-block;
  position: relative;
  padding: 0 32px;
}
.help-title:before, .help-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  top: 50%;
  display: inline-block;
  background: #333;
}
.help-title:before {
  left: 0;
}
.help-title:after {
  right: 0;
}
@media screen and (min-width: 769px) {
  .help-title {
    margin: 0 0 54px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .help-title {
    margin: 0 0 40px;
    font-size: 1.25rem;
  }
}

.article-title {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .article-title {
    margin: 0 0 54px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .article-title {
    margin: 0 0 40px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .article-title--no-breadcrumbs {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .article-title--no-breadcrumbs {
    margin-top: 40px;
  }
}

.section-title {
  margin: 0 0 32px;
  font-weight: 700;
}
.section-title a {
  color: #333;
}
.section-title a:hover, .section-title a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .section-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.06rem;
  }
}

@media screen and (max-width: 768px) {
  .section-title--info {
    margin-bottom: 16px;
  }
}

.results-title {
  margin: 0 0 24px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .results-title {
    font-size: 1.56rem;
  }
}
@media screen and (max-width: 768px) {
  .results-title {
    font-size: 1.25rem;
  }
}

/* Block */
.category-list {
  margin-top: -32px;
}
@media screen and (min-width: 769px) {
  .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.category-list__child {
  padding: 32px 0;
}
@media screen and (min-width: 769px) {
  .category-list__child {
    width: 47.9%;
  }
}

.category-list__child {
  background: url("/hc/theming_assets/01HZKKZ2G20P7VTZB0PY83FKD8") repeat-x left bottom;
  background-size: 14px 1px;
}

/* List */
.article-list {
  padding: 0 0 0 12px;
  margin: 0;
}
.article-list li {
  list-style: none;
  text-indent: 4px;
}
.article-list li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-left: -12px;
  margin-right: 4px;
  background: url("/hc/theming_assets/01HZKKZ3BNXQJE4CF64QBY94CP") no-repeat;
  background-size: contain;
}
.article-list li + li {
  margin-top: 24px;
}
.article-list li:nth-child(n+6) {
  display: none;
}

.article-list--section li:nth-child(n+6) {
  display: block;
}

.article-list--subnav li {
  font-size: 0.875rem;
}
.article-list--subnav li + li {
  margin-top: 24px;
}
.article-list--subnav li a:link, .article-list--subnav li a:visited {
  color: #66737C;
}
.article-list--subnav li a:hover, .article-list--subnav li a:focus {
  color: #1A50B7;
}
.article-list--subnav li.current a {
  color: #1A50B7;
  text-decoration: underline;
}
.article-list--subnav li:nth-child(n+6) {
  display: block;
}

/* breadcrumbs */
.breadcrumbs {
  list-style: none;
  letter-spacing: -0.4em;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 8px;
  letter-spacing: normal;
  font-size: 0.875rem;
}
.breadcrumbs li + li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-right: 4px;
  background: url("/hc/theming_assets/01HZKKZ4S27G5VN7Y9BC7626V7") no-repeat center;
  background-size: contain;
}
.breadcrumbs li:first-child a {
  display: inline-block;
  background: url("/hc/theming_assets/01HZKKZ27Q0AZ66RV2ZR0CGEGA") no-repeat center;
  background-size: contain;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 17px;
  height: 15px;
}
@media screen and (min-width: 769px) {
  .breadcrumbs {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 16px;
    margin-bottom: 40px;
  }
}

.search-results-list__breadcrumbs {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.search-results-list__breadcrumbs li + li:before {
  margin-right: 8px;
}
.search-results-list__breadcrumbs li:first-child a {
  background: url("/hc/theming_assets/01HZKKZ3NDAWHGYNX7Z458Y6YT");
}

/* Pagenation */
.pagination {
  margin-top: 56px;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination ul li {
  font-size: 0.875rem;
}
.pagination ul li + li {
  margin-left: 40px;
}
.pagination ul li a:link, .pagination ul li a:hover {
  color: #66737C;
}
.pagination ul li.pagination-current span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #1A50B7;
  color: #fff;
  text-align: center;
}
.pagination ul li.pagination-first a, .pagination ul li.pagination-prev a, .pagination ul li.pagination-next a, .pagination ul li.pagination-last a {
  display: inline-block;
  background-size: contain;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
.pagination ul li.pagination-prev a, .pagination ul li.pagination-next a {
  width: 6px;
  height: 12px;
}
.pagination ul li.pagination-first a, .pagination ul li.pagination-last a {
  width: 13px;
  height: 12px;
}
.pagination ul li.pagination-first a {
  background: url("/hc/theming_assets/01HZKKZ2RPACD7GSZRMDVSEVF2") no-repeat center;
}
.pagination ul li.pagination-prev a {
  background: url("/hc/theming_assets/01HZKKZ4FCYGBZAR7S5SXD8AV9") no-repeat center;
}
.pagination ul li.pagination-next a {
  background: url("/hc/theming_assets/01HZKKZ3GHNEVC6HCEYHH101CN") no-repeat center;
}
.pagination ul li.pagination-last a {
  background: url("/hc/theming_assets/01HZKKZ2MG5ZDRZ5MN7QCES1TB") no-repeat center;
}

/* Form */
.home-hero__search,
.header-parts__search,
.results-form,
.bottom__search {
  position: relative;
}
.home-hero__search:before,
.header-parts__search:before,
.results-form:before,
.bottom__search:before {
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKKZ3ZEGMP2H45066V0NXSV") no-repeat center;
  background-size: contain;
  position: absolute;
}
.home-hero__search input[type=submit],
.header-parts__search input[type=submit],
.results-form input[type=submit],
.bottom__search input[type=submit] {
  display: none;
}

.home-hero__search input[type=search],
.header-parts__search input[type=search],
.results-form input[type=search] {
  color: #66737C;
  border: 1px solid #CCC;
  border-radius: 7px;
  box-sizing: border-box;
  font-size: 1.125rem;
}

.bottom__search input[type=search] {
  color: #66737C;
  border: 1px solid #CCC;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .home-hero__search:before,
.results-form:before,
.bottom__search:before {
    width: 15px;
    height: 15px;
    left: 8px;
    top: 12px;
  }
  .home-hero__search input[type=search],
.results-form input[type=search],
.bottom__search input[type=search] {
    padding-left: 32px;
    padding-right: 8px;
    height: 40px;
    width: 100%;
  }
}

.home-hero__search {
  margin-top: 117px;
}

.bottom__search {
  margin-top: 14px;
}

@media screen and (min-width: 769px) {
  .bottom-search {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .home-hero__search:before,
.bottom__search:before {
    width: 30px;
    height: 30px;
    left: 24px;
    top: 16px;
  }
  .home-hero__search input[type=search],
.bottom__search input[type=search] {
    padding-left: 70px;
    padding-right: 16px;
    height: 64px;
    width: 592px;
  }
}

@media screen and (min-width: 769px) {
  .results-form:before {
    width: 24px;
    height: 24px;
    left: 14px;
    top: 14px;
  }
  .results-form input[type=search] {
    padding-left: 56px;
    padding-right: 16px;
    height: 56px;
    width: 640px;
  }
}

@media screen and (min-width: 769px) {
  .header-parts__search {
    width: 54%;
    max-width: 262px;
    margin-right: 14px;
  }
  .header-parts__search:before {
    width: 16px;
    height: 16px;
    left: 6px;
    top: 8px;
  }
  .header-parts__search input[type=search] {
    padding-left: 32px;
    padding-right: 16px;
    height: 32px;
    width: 100%;
    border-radius: 4px;
    font-size: 0.87rem;
  }
}

.form {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 24px;
  margin-top: 24px;
}
.form input,
.form textarea {
  padding: 8px;
  box-sizing: border-box;
  color: #66737C;
  border: 1px solid #CCC;
  border-radius: 4px;
}
.form input[type=text],
.form textarea {
  width: 100%;
}
.form textarea {
  height: 100px;
  padding: 8px;
  resize: vertical;
}
.form .required label:after {
  content: "*";
  color: #f9423a;
  margin-left: 8px;
  font-size: 1.25rem;
  vertical-align: middle;
}
.form .request-form {
  margin: auto;
  max-width: 600px;
}
.form footer {
  text-align: center;
  padding: 24px 0;
}
.form input[type=submit] {
  display: inline-block;
  height: 58px;
  width: 336px;
  background: #fff;
  border: 3px solid #021A2B;
  color: #021A2B;
  box-sizing: border-box;
  border-radius: 7px;
  font-weight: 700;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
}
.form input[type=submit]:hover, .form input[type=submit]:focus {
  background: #021A2B;
  color: #fff;
}

.form-field {
  margin-bottom: 24px;
}
.form-field label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-field p {
  margin: 8px 0 0;
  font-size: 0.93rem;
}

.upload-dropzone {
  border: 1px solid #CCC;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.upload-dropzone input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.upload-dropzone span {
  display: inline-block;
  line-height: 24px;
  padding: 16px;
  color: #333;
}
.upload-dropzone span a {
  color: #1A50B7;
}
.upload-dropzone span a:hover, .upload-dropzone span a:focus {
  text-decoration: underline;
}

.nesty-input {
  border: 1px solid #CCC;
  border-radius: 4px;
}

/* LAYOUT
   ========================================================================== */
body {
  font-family: sans-serif;
  line-height: 1.5;
  color: #333;
}
body.open {
  overflow: hidden;
}

html[lang=ja] body {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1024px) {
  .layout-inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .layout-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .layout-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 769px) {
  .content {
    padding-top: 125px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-top: 111px;
  }
}

/* HEADER */
.header {
  width: 100%;
  z-index: 999;
}
.header h1 {
  margin: 0;
}

.header-upper {
  background: #fff;
  border-bottom: 1px solid #DDD;
  transition: 0.5s;
  display: flex;
  flex-flow: column;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .header-upper {
    padding: 16px 0;
  }
  .header-upper.hide {
    top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .header-upper {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  display: block;
  background: url("/hc/theming_assets/01HZKKZ5D5QKHSC8MZBEE4WRCB") no-repeat center;
  background-size: contain;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .logo a {
    width: 260px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .logo a {
    width: 182px;
    height: 28px;
  }
}

@media screen and (min-width: 769px) {
  .header-parts {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .header-parts {
    display: none;
  }
}

.header-parts__link {
  font-size: 0.875rem;
  margin-right: 14px;
}
.header-parts__link:link, .header-parts__link:visited {
  color: #333;
}

.menu-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-sp {
    display: block;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #021A2B;
  border-radius: 2px;
  z-index: 100;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.show .menu-trigger span {
  background-color: #fff;
}
.show .menu-trigger span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.show .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.show .menu-trigger span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.slide-area {
  position: fixed;
  z-index: 99;
  width: 100%;
  right: -100%;
  top: 0;
  transition: all 0.3s;
}
.slide-area.show {
  right: 0;
}

.slide-area__wrap {
  position: relative;
  height: 100%;
}

.slide-area__header {
  padding: 16px 24px;
  background: #021A2B;
  border-bottom: 1px solid #fff;
}
.slide-area__header .logo a {
  background: url("/hc/theming_assets/01HZKKZ591DQETK2589JMBKCEE");
}

.slide-menu {
  position: fixed;
  box-sizing: border-box;
  overflow: scroll;
  top: 61px;
  width: 100%;
  height: 100%;
  padding: 40px 24px;
  background: rgba(2, 26, 43, 0.9);
}

.slide-menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slide-menu__list li a {
  color: #fff;
  font-weight: 700;
}
.slide-menu__list li + li {
  margin-top: 30px;
}
.slide-menu__list .child {
  padding-left: 38px;
}
.slide-menu__list .child li {
  margin-top: 16px;
  position: relative;
}
.slide-menu__list .child li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -22px;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #fff;
}

/* Navigation */
.nav-wrapper {
  background: #021A2B;
  width: 100%;
  transition: 0.5s;
  position: fixed;
  z-index: 999;
  top: 75px;
}
.nav-wrapper.fixed-notop {
  top: 0;
}
@media screen and (max-width: 768px) {
  .nav-wrapper {
    display: none;
  }
}

.nav-wrapper--home {
  position: relative;
  top: 0;
}
.nav-wrapper--home.fixed {
  position: fixed;
  top: 70px;
  z-index: 999;
}
.nav-wrapper--home.fixed-notop {
  top: 0;
}

.main-nav__child {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
}

.main-nav {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.main-nav > li {
  list-style: none;
  position: relative;
  flex-grow: 1;
}
.main-nav > li > a {
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.main-nav > li > a:hover, .main-nav > li > a:focus, .main-nav > li > a.current {
  height: 52px;
  border-bottom: 4px solid #E1E3E6;
}
.main-nav > li > a:hover:after, .main-nav > li > a:focus:after, .main-nav > li > a.current:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #E1E3E6;
  border-width: 8px;
  margin-left: -8px;
}
.main-nav .haschild:hover .main-nav__child, .main-nav .haschild:focus .main-nav__child {
  opacity: 1;
  visibility: visible;
}
.main-nav .haschild .main-nav__child.focused {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .main-nav > li > a {
    font-size: 0.9rem;
  }
}

.main-nav__child {
  background: #fff;
  position: absolute;
  border-radius: 5px;
  z-index: 999;
  top: 56px;
  left: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.main-nav__child ul {
  list-style: none;
  padding: 0;
}
.main-nav__child li {
  width: 240px;
}
.main-nav__child li a {
  display: block;
  padding: 24px;
  font-size: 1rem;
}
.main-nav__child li a:link, .main-nav__child li a:visited {
  color: #333;
}
.main-nav__child li + li {
  border-top: 1px solid #F2F3F4;
}

/* Footer */
@media screen and (min-width: 769px) {
  .footer {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 40px;
  }
}

.footer-inquiry {
  text-align: center;
}
.footer-inquiry p {
  margin: 16px 0 0;
}
@media screen and (min-width: 769px) {
  .footer-inquiry {
    padding: 56px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-inquiry {
    padding: 40px 0 0;
  }
}

.footer-inquiry__link:link, .footer-inquiry__link:visited {
  color: #333;
}

.footer__link {
  background: #EBEAEB;
}
@media screen and (min-width: 769px) {
  .footer__link {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__link {
    padding: 40px 0;
  }
}

.link-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .link-box {
    align-items: center;
  }
}

.link-box__other,
.link-box__sns {
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -0.4em;
}
.link-box__other li,
.link-box__sns li {
  display: inline-block;
  letter-spacing: normal;
}

.link-box__other a:link, .link-box__other a:visited {
  color: #021A2B;
}
.link-box__other a:hover, .link-box__other a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .link-box__other li + li {
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .link-box__other li {
    display: block;
  }
  .link-box__other li + li {
    margin-top: 20px;
  }
}

.link-box__sns a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 150%;
  white-space: nowrap;
  background-size: contain;
  overflow: hidden;
}
.link-box__sns li + li {
  margin-left: 16px;
}
.link-box__sns .fb {
  background: url("/hc/theming_assets/01HZKKZ3TGQ6KAZWR57F3X36WC") no-repeat center;
}
.link-box__sns .x {
  background: url("/hc/theming_assets/01HZKKZ5PE51DZWTRG942NE480") no-repeat center;
}
@media screen and (min-width: 769px) {
  .link-box__sns {
    height: 40px;
    min-width: 96px;
  }
}

.footer__copyright {
  padding: 16px 0;
  background: #021A2B;
  text-align: center;
}
.footer__copyright small {
  color: #fff;
  font-size: 1rem;
}

/* PAGE
   ========================================================================== */
/* Home */
@media screen and (min-width: 769px) {
  .home-hero {
    min-height: 384px;
    padding-top: 70px;
    background: url("/hc/theming_assets/01HZKKZ32FJR409PACQANXZZTS") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .home-hero {
    padding-top: 56px;
    background: url("/hc/theming_assets/01HZKKZ4AZ41J3P19CXP7SQM5F") no-repeat center top;
    background-size: cover;
    text-align: center;
  }
}

.home-hero__txt {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .home-hero__txt {
    margin-top: 32px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .home-hero__txt {
    margin-top: 16px;
    padding-bottom: 48px;
    font-size: 0.81rem;
  }
}

@media screen and (min-width: 769px) {
  .info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .info-list__child {
    width: 47.9%;
  }
}
@media screen and (max-width: 768px) {
  .info-list__child + .info-list__child {
    margin-top: 24px;
  }
}

html[lang=vi] .info-list,
html[lang=zh-tw] .info-list {
  display: block;
}
html[lang=vi] .info-list__child:first-of-type,
html[lang=zh-tw] .info-list__child:first-of-type {
  margin: auto;
}
html[lang=vi] .info-list__child:last-of-type,
html[lang=zh-tw] .info-list__child:last-of-type {
  display: none;
}

.info-article {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .info-article {
    padding: 40px 30px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .info-article {
    padding: 24px 16px;
    margin-bottom: 16px;
  }
}

.info-article__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.info-article__list a:link, .info-article__list a:visited {
  color: #66737C;
}
.info-article__list a:hover, .info-article__list a:focus {
  color: #1A50B7;
  text-decoration: none;
}
.info-article__list li:nth-child(n+6) {
  display: none;
}
@media screen and (min-width: 769px) {
  .info-article__list li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .info-article__list li + li {
    margin-top: 24px;
  }
}

/* Article */
@media screen and (min-width: 769px) {
  .article-wrapper {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .article {
    width: 67.18%;
  }
}

.article__body * + p,
.article__body * + img,
.article__body * + div,
.article__body * + ol,
.article__body * + ul,
.article__body * + figure,
.article__body * + table {
  margin-top: 32px;
}
.article__body p {
  color: #66737C;
  margin-bottom: 0;
}
.article__body p + img,
.article__body p + div,
.article__body p + figure {
  margin-top: 32px;
}
.article__body p + p,
.article__body p + div,
.article__body p + ol,
.article__body p + ul {
  margin-top: 24px;
}
.article__body .wysiwyg-font-size-large,
.article__body h3 {
  color: #333;
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 24px;
  border-left: 4px solid #E73A48;
  font-weight: 700;
}
.article__body h4 {
  padding-bottom: 16px;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 1.25rem;
  background: url("/hc/theming_assets/01HZKKZ2G20P7VTZB0PY83FKD8") repeat-x bottom left;
  background-size: 14px 1px;
}
.article__body * + h3,
.article__body * + h4 {
  margin-top: 50px;
}
.article__body .attention {
  padding: 20px;
  color: #66737C;
  background: #F2F2F2;
  border: 1px dashed #66737C;
}
.article__body p + .attention,
.article__body img + .attention {
  margin-top: 32px;
}
.article__body ul li + li,
.article__body ol li + li {
  margin-top: 1rem;
}
.article__body .group {
  padding: 24px;
  background: #F5F5F5;
  border-radius: 5px;
}
.article__body figure {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.article__body figure figcaption {
  color: #66737C;
  text-align: center;
  margin-top: 16px;
}
.article__body img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.article__body img + img {
  margin-top: 32px;
}
.article__body table {
  border-collapse: collapse;
  font-size: 0.875rem;
  width: 100%;
}
.article__body table th {
  background: #A5A5A5;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.article__body table td {
  border: 1px solid #E1E3E6;
  color: #66737C;
  text-align: left;
}
.article__body table tr td:first-child {
  font-weight: bold;
}
.article__body table tr:nth-of-type(odd) td {
  background: #F2F2F2;
}
.article__body table + p {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .article__body .wysiwyg-font-size-large,
.article__body h3 {
    font-size: 1.4375rem;
  }
  .article__body table th,
.article__body table td {
    padding: 24px 8px;
  }
}
@media screen and (max-width: 768px) {
  .article__body .wysiwyg-font-size-large,
.article__body h3 {
    font-size: 1.06rem;
  }
  .article__body table th,
.article__body table td {
    padding: 16px 4px;
  }
}

.article-vote {
  padding: 32px 0;
  margin-top: 56px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}
.article-vote .article-vote-controls a {
  display: inline-block;
  width: 90px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #1A50B7;
  line-height: 28px;
}
.article-vote .article-vote-controls a:before, .article-vote .article-vote-controls a:after {
  display: inline-block;
  color: #1A50B7;
  background-size: contain;
  vertical-align: middle;
}
.article-vote .article-vote-controls a:before {
  margin-right: 6px;
}
.article-vote .article-vote-controls a.article-voted {
  background: #1A50B7;
}
.article-vote .article-vote-controls a.article-voted:before, .article-vote .article-vote-controls a.article-voted:after {
  display: inline-block;
  color: #fff;
}

.article-vote-question {
  font-weight: 700;
  font-size: 1.16rem;
}

.article-vote-controls {
  margin: 32px 0;
}

.article-vote-up:before {
  content: "";
  background: url("/hc/theming_assets/01HZKKZ4YMH0V5TN1VGDAEHFXE") no-repeat center;
  width: 12px;
  height: 9px;
}
.article-vote-up:after {
  content: "はい";
}
.article-vote-up.article-voted:before {
  background: url("/hc/theming_assets/01HZKKZ22YYX972BK13YZDSA36") no-repeat center;
}

.article-vote-down {
  margin-left: 4px;
}
.article-vote-down:before {
  content: "";
  background: url("/hc/theming_assets/01HZKKZ2BWDN5DDRNSV623JKMF") no-repeat center;
  width: 9px;
  height: 10px;
}
.article-vote-down:after {
  content: "いいえ";
}
.article-vote-down.article-voted:before {
  background: url("/hc/theming_assets/01HZKKZ54NRXMR3736233PPM83") no-repeat center;
}

html[lang=vi] .article-vote-up:after {
  content: "Có";
}
html[lang=vi] .article-vote-down:after {
  content: "Không";
}

html[lang=zh-tw] .article-vote-up:after {
  content: "是";
}
html[lang=zh-tw] .article-vote-down:after {
  content: "否";
}

.article-vote-label {
  color: #66737C;
  font-size: 1rem;
}

.article-subnav {
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 5px;
  background: #EBF8F5;
}
.article-subnav h3 {
  margin: 0 0 32px;
}
@media screen and (min-width: 769px) {
  .article-subnav {
    width: 28.1%;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
  }
  .article-subnav.fixed {
    top: 100px;
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .article-subnav {
    margin-bottom: 40px;
  }
}

/* Search */
.search-hero {
  background: #F5F5F5;
}
@media screen and (min-width: 769px) {
  .search-hero {
    padding-top: 183px;
    padding-bottom: 56px;
  }
  .search-hero + .content {
    padding-top: 52px;
  }
}
@media screen and (max-width: 768px) {
  .search-hero {
    padding-top: 135px;
    padding-bottom: 32px;
  }
  .search-hero + .content {
    padding-top: 32px;
  }
}

@media screen and (min-width: 769px) {
  .search-hero__form {
    width: 640px;
    margin: auto;
  }
}

.result-text {
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .result-text {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .result-text {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}

.search-detail {
  color: #66737C;
}

.search-results-list {
  margin: 32px 0 0;
  padding: 0;
  border-top: 1px solid #CCC;
  list-style: none;
}
.search-results-list > li {
  padding: 28px 0;
  border-bottom: 1px solid #CCC;
}

.search-results-list__title {
  margin: 0 0 21px;
}

.search-results-list__excerpt {
  color: #66737C;
}
.search-results-list__excerpt em {
  font-weight: 700;
  font-style: normal;
  color: #021A2B;
}

.no-results {
  margin-bottom: 56px;
}

/* Error */
.error-page {
  padding-bottom: 56px;
}

/* Request */
.request-text {
  margin: 0;
}

.request-details dt {
  width: 30%;
  margin-bottom: 16px;
  box-sizing: border-box;
  clear: both;
  font-weight: bold;
}
.request-details dt + dt {
  margin-top: 32px;
}
.request-details dd {
  width: 70%;
  margin-bottom: 32px;
  margin-left: 0;
}

/* 折りたたみメニュー */
.menu-accordion {
  cursor: pointer;
  display: list-item;
  background: #F2F2F2;
  margin-bottom: 1px;
}

.menu-accordion__link {
  color: #1A50B7;
  display: block;
  padding: 0.5rem;
}

.submenu {
  display: none;
}

.submenu-accordion {
  display: block;
  padding: 0.5rem;
}

/* View only */
html[lang=vi] .view-only-jp {
  display: none;
}

html[lang=zh-tw] .view-only-jp {
  display: none;
}

html[lang=ja] .view-only-vi {
  display: none;
}

html[lang=zh-tw] .view-only-vi {
  display: none;
}

html[lang=ja] .view-only-zh-tw {
  display: none;
}

html[lang=vi] .view-only-zh-tw {
  display: none;
}

/* ---- vote message ----------- */
.upvote-message {
  display: none;
  margin-top: 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.downvote-message {
  display: none;
  margin-top: 32px;
}