@charset "UTF-8";
/* SCSS COMPILE ver */
/* css を直接修正した場合はFAQTへお知らせください */
/*==========================================*/
/* reset */
/*==========================================*/
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  width: 100%;
}

form, fieldset, h1, h2, h3, h4, h5, h6, div, p, address, blockquote, pre, hr, caption, th, td, li, dt, dd, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  font-weight: normal;
  font-size: 100%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

[hidden] {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  *line-height: 1.2;
}

hr {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: top;
}

em {
  font-style: normal;
}

iframe {
  border: none;
  margin: 0px;
  padding: 0px;
  display: block;
}

form label {
  cursor: pointer;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-ms-input-placeholder {
  color: #CCC;
}

::-moz-placeholder {
  color: #CCC;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

/*==========================================*/
/* set */
/*==========================================*/
html {
  min-height: 100%;
  position: relative;
  background-color: #fcfcfa;
  font-size: 62.5%;
}

body {
  color: #555;
  font-family: "Avenir Next", "SF Pro Display", "Helvetica Neue", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1.4;
  background-color: #fff;
}

a:link, a:visited {
  color: #3874d1;
  text-decoration: none;
  -webkit-transition: 50ms linear;
  transition: 50ms linear;
  opacity: 1;
}

a:hover, a:active {
  color: #3874d1;
  text-decoration: none;
  opacity: 0.6;
}

input, textarea, .btn, .nesty-input {
  width: 100%;
  padding-left: 15px;
  background-color: #fff;
  border: #D3D0C6 solid 1px;
  border-radius: 6px;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
  line-height: 1.2;
}

input::-ms-clear {
  display: none;
}

textarea {
  line-height: 1.6;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #DDD;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit]:hover {
  opacity: 0.6;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

[dir=rtl] button img, [dir=rtl] [role=button] img {
  margin: 0 0 0 5px;
}

h1, h2 {
  line-height: 1.2em;
  color: #555;
  font-weight: 600;
}

h3, h4 {
  line-height: 1.4;
  color: #649BC5;
  font-weight: 600;
}

h5, h6 {
  line-height: 1.4;
  color: #555;
  font-weight: 600;
}

/*==========================================*/
/* Layout */
/*==========================================*/
main {
  min-height: calc(100vh - 300px);
  width: 100%;
  font-size: 1.6rem;
  padding-bottom: 24px;
  background-color: #fff;
}

.header-inner,
.footer-inner,
.sub-nav-inner,
.page-header,
.main-contents,
.top-search {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1160px;
}

.header-inner > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.main-contents > .section {
  margin-top: 40px;
}

.form-contents {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1160px;
}

#footer .footer-inner > section,
.sub-nav-inner > section {
  display: table;
  width: 100%;
}

.main-inner {
  width: 100%;
  margin: 0 auto 24px;
  padding: 0 12px;
  background-color: #fff;
}

/*==========================================*/
/* common */
/*==========================================*/
.sp {
  display: block;
  visibility: visible;
}

.pc {
  display: none;
  visibility: hidden;
}

h1.page-title {
  display: block;
  margin: 1.4em 0 0 0;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: left;
}

.main-contents h1.page-title {
  margin-top: 1em;
}

aside h3 {
  font-size: 1.9rem;
  font-weight: bold;
}
aside h3 a {
  color: #507591;
}

.notice {
  margin-top: 16px;
  padding: 8px 16px 12px;
  border: #e0e0e0 solid 1px;
  background-color: #f2f2f2;
  border-radius: 6px;
}
.notice li {
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.4;
}

.actions {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.actions button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-nav {
  width: 100%;
  background-color: #EBE8DF;
  border-bottom: #D3D0C6 solid 1px;
}
.sub-nav-inner .breadcrumbs {
  display: none;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 0;
}
.sub-nav-inner .breadcrumbs li {
  color: #555;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 8px;
}
.sub-nav-inner .breadcrumbs li:first-child {
  padding-left: 26px;
  background-image: url("/hc/theming_assets/01HZKQPGCET7C0SFZZGZ5ZE7TR");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px 20px;
}
.sub-nav-inner .breadcrumbs li a {
  display: block;
  padding: 16px 24px 16px 0;
  background-image: url("/hc/theming_assets/01HZKQPJC9S22MV8ZBQBHNQTRK");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  line-height: 1;
  *line-height: 1.2;
  font-weight: normal;
  color: #555;
}
.sub-nav-inner .breadcrumbs li a:hover {
  text-decoration: none;
}
.sub-nav-inner .backbtn-for-phone {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.sub-nav-inner .backbtn-for-phone a {
  display: block;
  padding: 16px 24px 16px 0;
  line-height: 1;
  *line-height: 1.2;
  font-size: 1.4rem;
  font-weight: normal;
  color: #555;
}
.sub-nav-inner .backbtn-for-phone a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px 0 0;
  border-left: #555 solid 2px;
  border-top: #555 solid 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sub-nav-inner form.search {
  display: none;
}

.keyword {
  color: #555;
  font-size: 1.6rem;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.keyword p {
  text-align: center;
  color: #555;
  font-size: 1.8rem;
  font-weight: 600;
}
.keyword-link {
  padding-top: 10px;
  line-height: 1.6;
}
.keyword-link a {
  padding-right: 1em;
  font-weight: 400;
  color: #3874D1;
  word-break: keep-all;
}
.keyword-link a:hover {
  opacity: 0.6;
  text-decoration: none;
}

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

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

a.btn {
  text-decoration: none !important;
  border: 1px solid;
  border-radius: 6px;
  padding: 0.7em 2.3em 0.7em 1.7em;
  display: inline-block;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  position: relative;
  background: none;
  color: inherit;
  width: auto;
  z-index: 1;
}
a.btn:after {
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1.5em;
  width: 1.5em;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  z-index: 2;
}
a.btn-noico {
  text-decoration: none !important;
  border: 1px solid;
  border-radius: 6px;
  padding: 0.7em 1.7em 0.7em 1.7em;
  display: inline-block;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  position: relative;
  background: none;
  width: auto;
  z-index: 1;
}
a.btn-noico:after {
  content: none !important;
}
a.primary {
  color: white;
  background: #649BC5;
  border-color: #649BC5;
  min-width: 16em;
  font-size: 1.5rem;
}
a.primary:after {
  background-image: url("/hc/theming_assets/01HZKQPRBTM7TS9CRBGD6SFR0C");
}
a.primary.external:after {
  background-image: url("/hc/theming_assets/01HZKQPRYYSF3B7HM5MQCJD175");
}
a.primary-outline {
  color: #649BC5;
  background: white;
  border-color: #649BC5;
  min-width: 16em;
  font-size: 1.5rem;
}
a.primary-outline:after {
  background-image: url("/hc/theming_assets/01HZKQPSBA4PJN98JM9F05XYTS");
}
a.primary-outline.external:after {
  background-image: url("/hc/theming_assets/01HZKQPS7752YBJ4WYFBNVHVBD");
}
a.pdf {
  display: block;
  text-decoration: none;
  text-align: right;
  padding: 3px;
}
a.pdf:after {
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url("/hc/theming_assets/01HZKQPN0ADZCWXZXHF29VHGYN") no-repeat right center transparent;
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
  content: "";
}
a.btn-head-login {
  display: block;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #EF8337;
  text-decoration: none;
  border-radius: 100vh;
}
a.btn-head-login:hover, a.btn-head-login:active, a.btn-head-login:visited {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}
a.btn-head-login:hover {
  opacity: 0.6;
}
a.btn-login {
  display: block;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #EF8337;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}
a.btn-login:hover, a.btn-login:active, a.btn-login:visited {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}
a.btn-login:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_inquiry {
  margin: 40px 0 0 0;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

.btn_account {
  margin: 24px 0 40px 0;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

.btn_inquiry a, .btn_account a {
  display: inline-block;
  padding: 12px 16px;
  background-color: #649BC5;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 0 #5685AA;
          box-shadow: 0 1px 0 0 #5685AA;
  border: #5685AA solid 1px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
}

/*==========================================*/
/* Header */
/*==========================================*/
#header {
  background: #649BC5;
  border-bottom: #507591 solid 1px;
  font-size: 1.6rem;
  width: 100%;
  overflow: hidden;
}
#header .rb_logo {
  vertical-align: middle;
  color: #fff;
  padding: 18px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#header .rb_logo img {
  max-width: 80px;
}
#header .top-search-area {
  width: 100%;
  padding: 0 0 20px 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#header .top-search-area .search {
  width: 100%;
  max-width: none;
  padding: 0;
}
#header .top-search-area .search input[type=search] {
  width: 100%;
  height: 3.4rem;
  border-radius: 6px;
  margin: 0 auto;
}
#header .top-search-area form {
  position: relative;
}
#header .top-search-area input {
  padding: 5px 20px 5px 5px;
}
#header .top-search-area input[type=search] {
  position: relative;
}
#header .top-search-area input[type=submit] {
  position: absolute;
  right: 1px;
  top: -3px;
  width: 10%;
  height: 0;
  background: url("/hc/theming_assets/01HZKQPG7FXKRGTCR6KZXC52S2") no-repeat 50% 50%/20px 20px;
  z-index: 1;
  padding: 2.4em 0 0 0;
  border: none;
  text-indent: 100%;
  font-size: 1.6rem;
}
#header .searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 4px;
  padding: 10px 20px;
}
#header .searchbox-suggestions li {
  padding: 5px 0;
}
#header .header-login {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline;
  margin-left: auto;
}

/*==========================================*/
/* home page */
/*==========================================*/
.header-info {
  background-color: #fff;
  padding: 10px 0;
}
.header-info section {
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
.header-info aside {
  text-align: right;
}
.header-info .header-more-info {
  padding: 12px 0 0 0;
}
.header-info .header-more-info a {
  font-size: 1.5rem;
  font-weight: normal;
  text-decoration: underline;
  white-space: nowrap;
}
.header-info .header-more-info a::before {
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKQPRHW8HZDJWHG9H1KF3D4") center center no-repeat transparent;
  padding: 0;
  margin-top: 0.5rem;
  height: 1.2rem;
  width: 1.75rem;
  line-height: 1;
  vertical-align: top;
  background-size: contain;
}

dl.header-news-data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Avenir Next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
  font-weight: 400;
}
dl.header-news-data dt {
  line-height: 1.5;
  white-space: nowrap;
  margin-top: 0.3em;
  margin-right: 0.625rem;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.75em;
  -ms-flex-preferred-size: 2.75em;
      flex-basis: 2.75em;
  font-size: 1.5rem;
  display: none;
}
dl.header-news-data dd {
  line-height: 1.5;
  margin-left: 0;
  margin-top: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc(100% - 2.75em - 10px);
  font-size: 1.5rem;
  display: none;
}
dl.header-news-data dd a {
  text-decoration: underline;
}
dl.header-news-data dt:nth-of-type(-n+3),
dl.header-news-data dd:nth-of-type(-n+3),
dl.header-news-data dt.must,
dl.header-news-data dd.must,
dl.header-news-data dt.must + dd {
  display: block;
}
dl.header-news-data dt:nth-of-type(1),
dl.header-news-data dd:nth-of-type(1) {
  margin-top: 0;
}

#home-page .main-menu {
  margin: 3em auto 0.5em;
  padding: 0;
}
#home-page .main-menu h2.menu-title {
  display: block;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #649BC5;
  text-align: center;
}
#home-page .top-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 1em;
  margin-right: -8px;
}
#home-page .top-menu-list li {
  width: calc((100% - 16px) / 2);
  margin: 0 8px 8px 0px;
}
#home-page .top-menu-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 71px;
  padding: 10px 5px;
  background-color: #fff;
  border: #ccc solid 1px;
  border-bottom-width: 2px;
  border-radius: 8px;
  font-weight: normal;
  color: #649BC5;
  text-align: center;
  line-height: 1.5em;
  font-size: 0.875em;
}
#home-page .top-menu-list li a:active {
  top: 1px;
  border-bottom-width: 1px;
}
#home-page .article-container {
  margin-top: 1em;
}
#home-page .article-faq-list li {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
#home-page .article-faq-list li:first-child {
  border-top: 1px solid #cccccc;
}
#home-page .article-faq-list li a {
  padding: 10px 10px 0;
  font-size: 1.4rem;
}
#home-page .article-faq-list a {
  display: block;
}
#home-page .article-faq-list .faq-title {
  display: inline-block;
  background-color: #A5A3A3;
  width: 200px;
  border-radius: 4px;
  padding: 3px 6px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
#home-page .menu-description {
  margin: 1em 0 0px;
  font-size: 1.4rem;
  font-weight: 300;
}
#home-page .menu-description span::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #649BC5;
  border-right: solid 2px #649BC5;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  pointer-events: none;
  text-align: right;
  margin-left: 8px;
  margin-top: 6px;
}
#home-page .category_menu {
  max-width: 1024px;
  margin: 0 auto;
}
#home-page .category_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: 0;
  padding: 0;
}
#home-page .category_menu > ulafter {
  content: "";
  display: block;
  width: 370px;
}
#home-page .category_menu > ul > li {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-bottom: 55px;
  position: relative;
}
#home-page .category_menu > ul > li .list_inner {
  display: block;
  color: #555;
  width: 100%;
}
#home-page .category_menu > ul > li .list_inner .list_title {
  font-weight: 600;
  font-size: 1.2em;
  width: calc(100% - 50px);
}
#home-page .category_menu > ul > li .list_inner .list_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 auto;
  padding: 15px 0px;
  border-bottom: 1px solid #dddddd;
}
#home-page .category_menu > ul > li .list_inner .list_icon img {
  max-width: 40px;
  max-height: 40px;
}
#home-page .category_menu .list-content-link {
  padding: 10px 20px 10px;
  line-height: 2;
}
#home-page .category_menu .top_menu_list li {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
#home-page .category_menu .top_menu_list li a {
  border: none;
  font-size: 1.4rem;
}
#home-page .category_menu .top_menu_list li a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #A5A3A3;
  position: relative;
  left: 3px;
  top: -3px;
  margin-left: 2px;
  margin-right: 10px;
}
#home-page .list_text-link {
  border: 1px solid #ddd;
  border-radius: 20px;
  min-height: 40px;
  width: 90%;
  margin: 0px auto 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
#home-page .list_text-link a {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding-top: 10px;
  font-size: 1.4rem;
}
#home-page .list_text-link a:hover {
  background-color: #eaeaea;
  text-decoration: none;
}
#home-page .list_text-link .showlist-tag:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #649BC5;
  border-right: solid 2px #649BC5;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  pointer-events: none;
  text-align: right;
  margin-left: 80px;
  margin-top: -4px;
  top: 50%;
}
#home-page .top_inquirybtn {
  text-align: center;
  margin-top: 2em;
}
#home-page .top_inquirybtn a.primary-outline {
  min-width: auto;
}

/*==========================================*/
/* Search */
/*==========================================*/
.search_box {
  background-color: #E1F0F8;
  padding: 2rem;
}
.search_box .ask_keyword {
  text-align: center;
  color: #649BC5;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 1rem auto;
}
.search_box .search {
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 0;
  max-width: 100%;
}
.search_box .search:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: url("/hc/theming_assets/01HZKQPG7FXKRGTCR6KZXC52S2") center center no-repeat transparent;
  background-size: 25px;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}
.search_box .search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: unset;
  outline: none;
}
.search_box .search input[type=search] {
  height: 55px;
  line-height: 1;
  font-size: 1.4rem;
  padding-left: 50px;
  border-radius: 4px;
}
.search_box .search input[type=submit] {
  display: block;
  width: 60px;
  min-width: 60px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 37px;
  content: "検索";
  background-color: #649BC5;
  color: white;
  font-size: 1.4rem;
  border: none;
  border-radius: 0 4px 4px 0;
}
#enq_search_box.search_box h3 {
  margin-top: 0 !important;
  font-size: 2rem;
}
#enq_search_box.search_box .keyword {
  margin: 1em 0 0 0;
  padding: 0;
}
#enq_search_box.search_box .keyword p {
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
}
#enq_search_box.search_box .keyword-link {
  padding-top: 0px;
}
#enq_search_box.search_box .search input[type=search] {
  height: 45px;
}

#bottom_search_box.search_box {
  width: 100%;
  border-radius: 4px;
}
#bottom_search_box.search_box h4.heading_blue {
  padding: 0 0 15px 0;
  font-size: 2rem;
  font-weight: normal;
  color: #649BC5;
  text-align: center;
}
#bottom_search_box.search_box p {
  margin: 0 0 30px;
  color: #649BC5;
  text-align: center;
  font-size: 16px;
}
#bottom_search_box.search_box .search {
  width: 100%;
  max-width: none;
  padding: 0;
}
#bottom_search_box.search_box .search:before {
  width: 100%;
  max-width: none;
  padding: 0;
  width: 50px;
}
#bottom_search_box.search_box .search input[type=search] {
  border: 1px solid #bdc3c4;
  padding: 0.5em 70px 0.5em 50px;
  border-radius: 4px;
  height: 45px;
  line-height: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
#bottom_search_box.search_box .search input[type=submit] {
  width: 60px;
  min-width: 60px;
  background-color: #777777;
  margin-right: 0;
}

.underLayerSearch {
  background-color: #E1F0F8;
  padding: 2.5em 0;
  margin: 0 0 1.5em;
}
.underLayerSearch .ask_keyword {
  text-align: center;
  font-size: 1.6rem;
  color: #1eaee5;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.underLayerSearch .search {
  max-width: 520px;
}
.underLayerSearch input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-offset: unset;
  outline: none;
}
.underLayerSearch input[type=search] {
  border: 1px solid #bdc3c4;
  padding: 0.5em 70px 0.5em 50px;
  border-radius: 4px;
  height: 45px;
  line-height: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
.underLayerSearch input[type=submit] {
  display: block;
  width: 60px;
  min-width: 60px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 37px;
  content: "検索";
  background-color: #20AEE5;
  color: white;
  font-size: 0.9rem;
  border: none;
  border-radius: 0 6px 6px 0;
}

/*==========================================*/
/* article-list */
/*==========================================*/
.recent-articles ul,
.related-articles ul,
.article-list {
  border-top: #dddddd solid 1px;
}

.recent-articles ul li:before,
.related-articles ul li:before,
.article-list li:before {
  content: " ";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #A5A3A3;
  border-radius: 50%;
}

#related-contents-container {
  background-color: #f2f2f2;
}
#related-contents-container .related-articles {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0 0 60px 0;
  background-color: #f2f2f2;
}
#related-contents-container .recent-articles, #related-contents-container .related-articles {
  margin: 0 auto;
  padding: 40px 12px 20px;
  max-width: 1026px;
  background-color: #f2f2f2;
}
#related-contents-container .recent-articles ul, #related-contents-container .related-articles ul {
  border-top: #dddddd solid 1px;
}
#related-contents-container .recent-articles ul li, #related-contents-container .related-articles ul li {
  padding: 12px 0 12px 1em;
  border-bottom: #dddddd solid 1px;
  position: relative;
  list-style-type: none;
}
#related-contents-container .recent-articles ul li:before, #related-contents-container .related-articles ul li:before {
  content: " ";
  position: absolute;
  top: 2rem;
  left: 0.2em;
  width: 6px;
  height: 6px;
  background-color: #A5A3A3;
  border-radius: 50%;
}
#related-contents-container .recent-articles ul li a, #related-contents-container .related-articles ul li a {
  position: relative;
  display: block;
  padding: 0px 30px 0px 0px;
}
#related-contents-container .recent-articles ul li a::after, #related-contents-container .related-articles ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #A5A3A3;
  border-right: solid 2px #A5A3A3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  pointer-events: none;
  text-align: right;
  margin-left: 80px;
  margin-top: -4px;
  top: 50%;
  right: 10px;
}
#related-contents-container .side-contents h3, #related-contents-container .related-contents h3 {
  color: #507591;
  padding: 0 0 8px 0;
}
#related-contents-container .related-contents {
  clear: both;
  padding: 0 12px;
  max-width: 1026px;
  margin: 0 auto;
}
#related-contents-container .related-contents h3 {
  border-bottom: #507591 solid 1px;
}
.article-list li {
  padding: 12px 0 0 1em;
  position: relative;
  list-style-type: none;
}
.article-list li a {
  display: block;
}
.article-list li a:after {
  display: none;
}

#category-list-page .article-list {
  position: relative;
  display: block;
  padding: 12px 0;
  border-top: none;
}
#category-list-page h2.section-title {
  padding: 0 0 8px 0;
  border-bottom: #cccccc solid 1px;
  font-size: 1.8rem;
}
#category-list-page h1.cat115000090554::before::after {
  background: url("/hc/theming_assets/01HZKQPPME171Z7209H4BF2X5G") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat115000089293::before::after {
  background: url("/hc/theming_assets/01HZKQPQ7QQGV36ATXJTKN95DV") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat115000089353::before::after {
  background: url("/hc/theming_assets/01HZKQPQDSFCJC75Y26XSXWW78") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat115000089333::before::after {
  background: url("/hc/theming_assets/01HZKQPQMHGHYQ24D62YKNGJ96") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat360000927354::before::after {
  background: url("/hc/theming_assets/01HZKQPQ1YJDJAJX1HRHER8APG") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat115000089393::before::after {
  background: url("/hc/theming_assets/01HZKQPPTZY43R0923EGHHDN87") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat900000186983::before::after {
  background: url("/hc/theming_assets/01HZKQPPD23XQ2G6MBGG1P0JW1") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat900000187043::before::after {
  background: url("/hc/theming_assets/01HZKQPP68XHP50SZD40B40BV6") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat900000187063::before::after {
  background: url("/hc/theming_assets/01HZKQPP1AJPT59ZXYQ1V86BW3") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat900000191326::before::after {
  background: url("/hc/theming_assets/01HZKQPNS9Z1YMQ805J1WY361T") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat4403620159001::before::after {
  background: url("/hc/theming_assets/01HZKQPPME171Z7209H4BF2X5G") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat4403626282777::before::after {
  background: url("/hc/theming_assets/01HZKQPQ7QQGV36ATXJTKN95DV") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat4403619898905::before::after {
  background: url("/hc/theming_assets/01HZKQPQYFTK6J1N8N0S7PYY61") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}
#category-list-page h1.cat9201911404057::before::after {
  background: url("/hc/theming_assets/01HZKQPSY9TBN4YECDKNPJ3QTF") no-repeat left center;
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 4px;
  width: 3.3rem;
  height: 3.3rem;
  content: "";
  background-size: contain;
  margin-right: 12px;
}

#search-result-page .search-results {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#search-result-page .search-results > a {
  font-size: 1.6rem;
}
#search-result-page .search-results-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#search-result-page .search-results-list {
  margin-bottom: 25px;
  padding: 0;
  font-size: 1.4rem;
}
#search-result-page .search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  font-size: 100%;
}
#search-result-page .search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}
#search-result-page .search-results-list > li::before {
  border-top: 1px solid #ddd;
  content: none !important;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #A5A3A3;
  border-radius: 50%;
}
#search-result-page .search-results-list > li > a {
  font-weight: bold;
  padding: 0;
}
#search-result-page .search-results-list li a:after {
  display: none;
}
#search-result-page .search-results-list .search-result a {
  font-size: 1.6rem;
}
#search-result-page .search-results-list .search-results-description {
  font-size: 1.4rem;
}
#search-result-page .search-results-list .search-result-breadcrumbs {
  margin: 5px auto 10px;
  padding: 0;
}
#search-result-page .search-results-list .search-result-breadcrumbs > li {
  display: inline;
  list-style: none;
}
#search-result-page .search-results-list .search-result-breadcrumbs > li a {
  font-size: 1.3rem;
}
#search-result-page .search-results-list .search-result-breadcrumbs li:after {
  content: ">";
  background: none;
  color: #3874D1;
  padding: 0;
  font-size: 1.3rem;
  margin: 0 0 0 0.5em;
}
#search-result-page .search-results-list .search-result-breadcrumbs li:last-child:after {
  content: "";
}
#search-result-page .search-results-list .search-result-votes, #search-result-page .search-results-list .search-result-meta-count {
  color: #888;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}
#search-result-page .search-results-list .search-act {
  margin-left: 20px;
  padding-bottom: 50px;
}
#search-result-page .search-results-list .search-act li {
  padding: 20px 0;
  position: relative;
  line-height: 20px;
}
#search-result-page .search-results-list .search-act .search {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}
#search-result-page .search-results-list .search-act .search input[type=search] {
  max-width: 100%;
  border: 1px solid #ddd;
  height: 30px;
  padding-left: 30px;
  padding-right: 10px;
}
#search-result-page .search-results-list .search-act .search::before {
  font-size: 16px;
  left: 10px;
}

.pagination {
  margin: 24px 0;
  text-align: center;
}
.pagination * {
  display: inline-block;
}
.pagination li {
  border: 1px solid #ccc;
  float: left;
  margin-left: -1px;
}
.pagination a, .pagination span {
  color: inherit;
  font-size: 1.6rem;
  padding: 8px 16px;
}
.pagination-current {
  background-color: #f9f9f9;
  color: #BEBEBE;
}
.pagination-first {
  border-radius: 6px 0 0 6px;
}
.pagination-last {
  border-radius: 0 6px 6px 0;
}

h2.section-title {
  display: block;
  font-size: 1.4rem;
  color: #888888;
}
h2.section-title a {
  color: #555;
}

.section-title-info {
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #f2f2f2;
  float: left;
  height: 45px;
  padding: 15px 15px 15px 0;
}

.article-list-info {
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #f2f2f2;
  float: left;
  height: 45px;
  padding: 14px;
}

.show-more-info {
  color: #8e95b3;
  height: 45px;
  padding: 15px 15px 15px 0px;
}

.see-all-articles {
  float: right;
  margin-top: 16px;
  display: inline-block;
  padding: 12px 16px;
}

.list-empty {
  display: inline-block;
  margin-top: 16px;
  color: #888;
  font-style: normal;
}

.errorText {
  padding: 16px 0;
  color: #888888;
}

/*==========================================*/
/* side-menu */
/*==========================================*/
#article-page .side-contents {
  display: none;
}
#article-page .side-contents ul {
  border-top: none;
}

#article-page .side-contents, #category-list-page .side-contents {
  margin: 16px 0 0px;
  padding: 0 12px;
}
#article-page .side-contents h3, #category-list-page .side-contents h3 {
  color: #555;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: #cccccc solid 1px;
}
#article-page .side-contents h4, #category-list-page .side-contents h4 {
  color: #555;
  font-size: 1.6rem;
  margin-top: 24px;
  font-weight: 600;
}
#article-page .side-contents ul.side-category, #category-list-page .side-contents ul.side-category {
  margin-top: 10px;
}
#article-page .side-contents ul.side-category li, #category-list-page .side-contents ul.side-category li {
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#article-page .side-contents ul.side-category li a, #category-list-page .side-contents ul.side-category li a {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  font-size: 1.6rem;
  color: #555;
  margin-left: 8px;
}
#article-page .side-contents ul.side-category li img, #category-list-page .side-contents ul.side-category li img {
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  top: 1px;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
}
#article-page .side-contents .side-login, #category-list-page .side-contents .side-login {
  margin-top: 30px;
}

/*==========================================*/
/* Article page */
/*==========================================*/
#article-page {
  margin-bottom: 60px;
}
#article-page .page-title {
  padding: 16px 0;
  border-bottom: #cccccc solid 1px;
}
#article-page .labels {
  margin: 0;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#article-page .labels + * {
  margin-top: 1em !important;
}
#article-page .labels .label {
  display: none;
  border: 1px solid #888888;
  border-radius: 2em;
  margin: 0px 4px 10px 0;
  padding: 5px 12px;
  color: #888888;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
}
#article-page .labels + p {
  margin: 0;
  padding: 0;
}
#article-page #toc, #article-page #toc02, #article-page #toc03, #article-page #toc04, #article-page .index {
  margin-top: 0px;
  padding: 16px 0;
}
#article-page #toc h4, #article-page #toc02 h4, #article-page #toc03 h4, #article-page #toc04 h4, #article-page .index h4 {
  margin-top: 0 !important;
  color: #555;
}
#article-page #toc ul, #article-page #toc02 ul, #article-page #toc03 ul, #article-page #toc04 ul, #article-page .index ul {
  margin-top: 8px !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-left: 0.5em !important;
  counter-reset: toc-step-counter;
}
#article-page #toc ul li, #article-page #toc02 ul li, #article-page #toc03 ul li, #article-page #toc04 ul li, #article-page .index ul li {
  list-style-type: none !important;
  padding-left: 1em !important;
  text-indent: -0.75em !important;
  margin-top: 4px !important;
  line-height: 1.75 !important;
}
#article-page #toc ul li:first-child, #article-page #toc02 ul li:first-child, #article-page #toc03 ul li:first-child, #article-page #toc04 ul li:first-child, #article-page .index ul li:first-child {
  margin-top: 0px !important;
}
#article-page #toc ul li:before, #article-page #toc02 ul li:before, #article-page #toc03 ul li:before, #article-page #toc04 ul li:before, #article-page .index ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block !important;
  border-radius: 50% !important;
  background: #A5A3A3 !important;
  vertical-align: middle !important;
  margin-right: 0.5em !important;
  margin-top: -0.2em !important;
}
#article-page #toc ul li a.t-step:before, #article-page #toc02 ul li a.t-step:before, #article-page #toc03 ul li a.t-step:before, #article-page #toc04 ul li a.t-step:before, #article-page .index ul li a.t-step:before {
  content: "STEP" counter(toc-step-counter) ". ";
  counter-increment: toc-step-counter;
  display: inline-block;
  margin-right: 0.3em;
}
#article-page #toc ul li a.toc-step-reset-1, #article-page #toc02 ul li a.toc-step-reset-1, #article-page #toc03 ul li a.toc-step-reset-1, #article-page #toc04 ul li a.toc-step-reset-1, #article-page .index ul li a.toc-step-reset-1 {
  counter-reset: toc-step-counter 0;
}
#article-page #toc ul li a.toc-step-reset-2, #article-page #toc02 ul li a.toc-step-reset-2, #article-page #toc03 ul li a.toc-step-reset-2, #article-page #toc04 ul li a.toc-step-reset-2, #article-page .index ul li a.toc-step-reset-2 {
  counter-reset: toc-step-counter 1;
}
#article-page #toc ul li a.toc-step-reset-3, #article-page #toc02 ul li a.toc-step-reset-3, #article-page #toc03 ul li a.toc-step-reset-3, #article-page #toc04 ul li a.toc-step-reset-3, #article-page .index ul li a.toc-step-reset-3 {
  counter-reset: toc-step-counter 2;
}
#article-page #toc ul li a.toc-step-reset-4, #article-page #toc02 ul li a.toc-step-reset-4, #article-page #toc03 ul li a.toc-step-reset-4, #article-page #toc04 ul li a.toc-step-reset-4, #article-page .index ul li a.toc-step-reset-4 {
  counter-reset: toc-step-counter 3;
}
#article-page #toc ul li a.toc-step-reset-5, #article-page #toc02 ul li a.toc-step-reset-5, #article-page #toc03 ul li a.toc-step-reset-5, #article-page #toc04 ul li a.toc-step-reset-5, #article-page .index ul li a.toc-step-reset-5 {
  counter-reset: toc-step-counter 4;
}
#article-page #toc ul li a.toc-step-reset-6, #article-page #toc02 ul li a.toc-step-reset-6, #article-page #toc03 ul li a.toc-step-reset-6, #article-page #toc04 ul li a.toc-step-reset-6, #article-page .index ul li a.toc-step-reset-6 {
  counter-reset: toc-step-counter 5;
}
#article-page #toc ul li a.toc-step-reset-7, #article-page #toc02 ul li a.toc-step-reset-7, #article-page #toc03 ul li a.toc-step-reset-7, #article-page #toc04 ul li a.toc-step-reset-7, #article-page .index ul li a.toc-step-reset-7 {
  counter-reset: toc-step-counter 6;
}
#article-page #toc ul li a.toc-step-reset-8, #article-page #toc02 ul li a.toc-step-reset-8, #article-page #toc03 ul li a.toc-step-reset-8, #article-page #toc04 ul li a.toc-step-reset-8, #article-page .index ul li a.toc-step-reset-8 {
  counter-reset: toc-step-counter 7;
}
#article-page #toc ul li a.toc-step-reset-9, #article-page #toc02 ul li a.toc-step-reset-9, #article-page #toc03 ul li a.toc-step-reset-9, #article-page #toc04 ul li a.toc-step-reset-9, #article-page .index ul li a.toc-step-reset-9 {
  counter-reset: toc-step-counter 8;
}
#article-page #toc ul li a.toc-step-reset-10, #article-page #toc02 ul li a.toc-step-reset-10, #article-page #toc03 ul li a.toc-step-reset-10, #article-page #toc04 ul li a.toc-step-reset-10, #article-page .index ul li a.toc-step-reset-10 {
  counter-reset: toc-step-counter 9;
}
#article-page #toc ol, #article-page #toc02 ol, #article-page #toc03 ol, #article-page #toc04 ol, #article-page .index ol {
  margin-top: 8px !important;
  padding-left: 6px !important;
}
#article-page #toc ol > li:before, #article-page #toc02 ol > li:before, #article-page #toc03 ol > li:before, #article-page #toc04 ol > li:before, #article-page .index ol > li:before {
  counter-increment: listcounter;
  display: inline-block;
  margin-right: 0.5em;
  text-indent: 0;
  text-align: center;
  line-height: 1.5;
  content: counter(listcounter) ".";
  width: auto;
  height: auto;
  background: none;
  color: #649BC5;
}
#article-page #toc ol ol, #article-page #toc02 ol ol, #article-page #toc03 ol ol, #article-page #toc04 ol ol, #article-page .index ol ol {
  margin-left: 0 !important;
}
#article-page #toc > ul:nth-child(n+2), #article-page #toc02 > ul:nth-child(n+2), #article-page #toc03 > ul:nth-child(n+2), #article-page #toc04 > ul:nth-child(n+2), #article-page .index > ul:nth-child(n+2) {
  margin-top: 0px !important;
}
#article-page #toc li > ul, #article-page #toc02 li > ul, #article-page #toc03 li > ul, #article-page #toc04 li > ul, #article-page .index li > ul {
  margin-left: 0 !important;
  margin-top: 0px !important;
}
#article-page #toc li > ul li, #article-page #toc02 li > ul li, #article-page #toc03 li > ul li, #article-page #toc04 li > ul li, #article-page .index li > ul li {
  margin-top: 4px !important;
}
#article-page #toc li ol li, #article-page #toc02 li ol li, #article-page #toc03 li ol li, #article-page #toc04 li ol li, #article-page .index li ol li {
  margin-top: 4px !important;
}
#article-page #toc li sup, #article-page #toc li span, #article-page #toc02 li sup, #article-page #toc02 li span, #article-page #toc03 li sup, #article-page #toc03 li span, #article-page #toc04 li sup, #article-page #toc04 li span, #article-page .index li sup, #article-page .index li span {
  display: none;
}
#article-page #toc a, #article-page #toc02 a, #article-page #toc03 a, #article-page #toc04 a, #article-page .index a {
  text-decoration: none;
  text-align: left;
  padding: 0;
}
#article-page #toc a:after, #article-page #toc02 a:after, #article-page #toc03 a:after, #article-page #toc04 a:after, #article-page .index a:after {
  position: relative;
  background: none;
}
#article-page #toc + h2, #article-page #toc02 + h2, #article-page #toc03 + h2, #article-page #toc04 + h2, #article-page .index + h2 {
  margin-top: 1.5em !important;
}
#article-page * + #toc, #article-page * + #toc02, #article-page * + #toc03, #article-page * + #toc04, #article-page * + .index {
  margin-top: 2em;
  padding: 0;
}
#article-page .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 0 0 20px;
  margin-top: 24px;
}
#article-page .tab-wrap::after {
  content: "";
  height: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}
#article-page .tab-label {
  width: 24.4%;
  color: 555;
  background-color: #FCFCFC;
  padding: 12px;
  text-align: center;
  font-size: 1.6rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
#article-page .tab-label:hover {
  background: rgb(225, 240, 248);
}
#article-page .tab-label::after {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  width: 100%;
  z-index: 1;
}
#article-page .tab-switch {
  display: none;
}
#article-page .tab-switch:checked + .tab-label {
  color: #fff;
  background: #649BC5;
  position: relative;
  border: 1px solid #649BC5;
}
#article-page .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  pointer-events: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition: cubic-bezier(0, 0, 0, 0.2) 0.4s;
  transition: cubic-bezier(0, 0, 0, 0.2) 0.4s;
  display: block;
}
#article-page .tab-switch:checked ~ .tab-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 30px 20px;
  background-color: #fcfcfc;
  border-top: 2px solid #649BC5;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition: cubic-bezier(0, 0, 0, 0.2) 0.4s;
  transition: cubic-bezier(0, 0, 0, 0.2) 0.4s;
}
#article-page .tab-content {
  counter-reset: orange-counter step-counter;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition: cubic-bezier(0, 0, 0, 0.2) 0.4s;
  transition: cubic-bezier(0, 0, 0, 0.2) 0.4s;
}
#article-page .tab-content > *:first-child {
  margin-top: 0 !important;
}
#article-page .article-body {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
  counter-reset: orange-counter step-counter;
}
#article-page .article-body a.link {
  display: block;
  text-decoration: none;
  text-align: right;
  font-size: 16px;
  color: #3874d1;
  padding: 3px;
}
#article-page .article-body a.link:after {
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: url("/hc/theming_assets/01HZKQPN5A9YKX5D7N4AQSKT2D") no-repeat right center transparent;
  margin-left: 4px;
  content: "";
  background-size: contain;
}
#article-page .article-body a.link-relation {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #3874d1;
  padding: 0px;
  text-indent: 0;
}
#article-page .article-body a.link-relation:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("/hc/theming_assets/01HZKQPR7JSG3VXHM472KZF2JQ") no-repeat right center transparent;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background-size: contain;
}
#article-page .article-body a.link-external {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #3874d1;
  padding: 0px;
  text-indent: 0;
}
#article-page .article-body a.link-external:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.07em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("/hc/theming_assets/01HZKQPR2P32MSBY64CG6D7YRW") no-repeat right center transparent;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background-size: contain;
}
#article-page .article-body .relation {
  margin: 0.5em 0 0;
  text-align: right;
  display: block !important;
}
#article-page .article-body .relation:before {
  content: "" !important;
}
#article-page .article-body .relation a.link-relation,
#article-page .article-body .relation a.link-external {
  font-size: 1.5rem;
}
#article-page .article-body .column2 {
  margin: 1em 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#article-page .article-body .column2 > *:first-child {
  margin-top: 0 !important;
}
#article-page .article-body .column2 > [class^=column] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 1em 0 0 0;
  letter-spacing: normal;
  position: relative;
  display: block;
  width: 100%;
  vertical-align: top;
  min-height: 0%;
}
#article-page .article-body .column2 > [class^=column] > *:first-child {
  margin-top: 0 !important;
}
#article-page .article-body .column2 > .column-arr {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#article-page .article-body .column2 > .column-af {
  margin-top: 0;
}
#article-page .article-body .column2 > .column-be > .box, #article-page .article-body .column2 > .column-af > .box {
  padding: 0.5em;
  height: 100%;
}
#article-page .article-body .column2 > .column-be > .box > p:first-of-type, #article-page .article-body .column2 > .column-af > .box > p:first-of-type {
  margin-bottom: 0.4em;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
}
#article-page .article-body .column2 > .column-be > .box > p:first-of-type + *, #article-page .article-body .column2 > .column-af > .box > p:first-of-type + * {
  margin-top: 0em;
}
#article-page .article-body .column2 > .column-be > img, #article-page .article-body .column2 > .column-af > img {
  margin-bottom: 0;
}
#article-page .article-body .column2 > .column-be ul > li > p:first-child, #article-page .article-body .column2 > .column-af ul > li > p:first-child {
  margin-left: -0.3em;
}
#article-page .article-body .column-arr {
  background: url("/hc/theming_assets/01HZKQPT77CN3CXJM4D0GDWVYV") 50% 50% no-repeat;
  background-size: contain;
  width: 3.5em;
  height: 3.5em;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#article-page .article-body .column-arr + * {
  margin-top: 0;
}
#article-page .article-body p + *, #article-page .article-body pre + *, #article-page .article-body ul + *, #article-page .article-body ol + *, #article-page .article-body dl + * {
  margin-top: 1em;
}
#article-page .article-body h2 + * {
  margin-top: 1.5em !important;
}
#article-page .article-body h3 + *, #article-page .article-body h4 + * {
  margin-top: 1em;
}
#article-page .article-body h5 + * {
  margin-top: 0.5em;
}
#article-page .article-body table + *, #article-page .article-body div + *, #article-page .article-body [class^=box] + *, #article-page .article-body .caution + * {
  margin-top: 2em;
}
#article-page .article-body [class^=box] > div:first-child, #article-page .article-body [class^=box] > dl:first-child, #article-page .article-body [class^=box] > h3:first-child, #article-page .article-body [class^=box] > h4:first-child, #article-page .article-body .caution > div:first-child, #article-page .article-body .caution > dl:first-child, #article-page .article-body .caution > h3:first-child, #article-page .article-body .caution > h4:first-child {
  margin-top: 0em;
}
#article-page .article-body .mt-03 {
  margin-top: 0.3em !important;
}
#article-page .article-body .mt-05 {
  margin-top: 0.5em !important;
}
#article-page .article-body .mt-0 {
  margin-top: 0em !important;
}
#article-page .article-body .mt-1 {
  margin-top: 1em !important;
}
#article-page .article-body .mt-2 {
  margin-top: 2em !important;
}
#article-page .article-body .mt-3 {
  margin-top: 3em !important;
}
#article-page .article-body .mt-4 {
  margin-top: 4em !important;
}
#article-page .article-body .mt-5 {
  margin-top: 5em !important;
}
#article-page .article-body .mt-6 {
  margin-top: 6em !important;
}
#article-page .article-body .mt-7 {
  margin-top: 7em !important;
}
#article-page .article-body .mt-8 {
  margin-top: 8em !important;
}
#article-page .article-body .ml-03 {
  margin-left: 0.3em !important;
}
#article-page .article-body .ml-05 {
  margin-left: 0.5em !important;
}
#article-page .article-body .ml-0 {
  margin-left: 0em !important;
}
#article-page .article-body .ml-1 {
  margin-left: 1em !important;
}
#article-page .article-body .ml-2 {
  margin-left: 2em !important;
}
#article-page .article-body .ml-3 {
  margin-left: 3em !important;
}
#article-page .article-body .ml-4 {
  margin-left: 4em !important;
}
#article-page .article-body .ml-5 {
  margin-left: 5em !important;
}
#article-page .article-body .ml-6 {
  margin-left: 6em !important;
}
#article-page .article-body .ml-7 {
  margin-left: 7em !important;
}
#article-page .article-body .ml-8 {
  margin-left: 8em !important;
}
#article-page .article-body .mr-03 {
  margin-right: 0.3em !important;
}
#article-page .article-body .mr-05 {
  margin-right: 0.5em !important;
}
#article-page .article-body .mr-0 {
  margin-right: 0em !important;
}
#article-page .article-body .mr-1 {
  margin-right: 1em !important;
}
#article-page .article-body .mr-2 {
  margin-right: 2em !important;
}
#article-page .article-body .mr-3 {
  margin-right: 3em !important;
}
#article-page .article-body .mr-4 {
  margin-right: 4em !important;
}
#article-page .article-body .mr-5 {
  margin-right: 5em !important;
}
#article-page .article-body .mr-6 {
  margin-right: 6em !important;
}
#article-page .article-body .mr-7 {
  margin-right: 7em !important;
}
#article-page .article-body .mr-8 {
  margin-right: 8em !important;
}
#article-page .article-body .col-blk {
  color: #555 !important;
}
#article-page .article-body .col-ore {
  color: #EF8337 !important;
}
#article-page .article-body .col-ble {
  color: #649BC5 !important;
}
#article-page .article-body .text-blue {
  color: #649BC5;
}
#article-page .article-body .text-orange {
  color: #EF8337;
}
#article-page .article-body .align-left {
  text-align: left;
}
#article-page .article-body .align-center {
  text-align: center;
}
#article-page .article-body .align-right {
  text-align: right;
}
#article-page .article-body h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 2.5em;
  padding-bottom: 1rem;
  border-bottom: #cccccc solid 1px;
}
#article-page .article-body h2.form-h2 {
  padding: 0;
  margin-top: 1.5em;
  margin-bottom: 0em;
  border-bottom: none;
}
#article-page .article-body h3 {
  margin-top: 3em;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 2rem;
}
#article-page .article-body h3.form-h3 {
  margin-top: 1.5em;
  margin-bottom: 0em;
  color: #555;
}
#article-page .article-body .checkmk {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.25em;
}
#article-page .article-body .checkmk:before {
  content: "";
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 0;
  width: 1em;
  height: 1em;
  background-size: 1em 1em;
  background-position: 50% 50%;
  background-image: url("/hc/theming_assets/01HZKQPSMNM3GJVC5QH00A1YEA");
}
#article-page .article-body .text-orange.checkmk:before {
  background-image: url("/hc/theming_assets/01HZKQPST0DWWDAE1BFDDC362N");
}
#article-page .article-body h4 {
  margin-top: 3em;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.8rem;
}
#article-page .article-body h4.form-h4 {
  margin-top: 1.5em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #555;
}
#article-page .article-body h5 {
  margin-top: 2em;
  padding: 0;
  font-size: 1.6rem;
  color: #555;
}
#article-page .article-body p {
  line-height: 1.6;
}
#article-page .article-body p a {
  text-decoration: underline;
}
#article-page .article-body .note-text {
  font-size: 0.85em !important;
  font-weight: 400;
}
#article-page .article-body sup.note-text {
  top: -0.3em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "SF Pro Display", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
}
#article-page .article-body .note-mark {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "SF Pro Display", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
}
#article-page .article-body .important-text {
  font-size: 1.3em;
}
#article-page .article-body .attention-note {
  background: url("/hc/theming_assets/01HZKQPS2Y059X39VCFNZTVDEW") no-repeat transparent;
  background-position: 50% 50%;
  background-size: contain;
  padding: 0.2em 0.65em 0em 0.65em;
}
#article-page .article-body em {
  font-style: italic;
}
#article-page .article-body pre {
  background: #f6f6f6;
  border: 1px solid #ECECEC;
  border-radius: 3px;
  padding: 0.5em 1em 0.5em;
  margin: 1em 0 0 0;
  overflow: scroll;
  white-space: pre;
}
#article-page .article-body code {
  font-family: "Courier New", Courier, monospace;
  border: none;
  margin: 0;
  padding: 0;
  overflow: scroll;
}
#article-page .article-body img {
  max-width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
#article-page .article-body img.box-img {
  margin: 0;
  padding: 0;
}
#article-page .article-body img.bdr-non {
  border: none;
  border-radius: 0;
}
#article-page .article-body textarea {
  background-color: #f6f6f6;
  border: #D3D0C6 solid 1px;
  border-radius: 0;
  font-family: "Courier New", Courier, monospace;
  padding: 0;
}
#article-page .article-body hr.line {
  display: block;
  border-top: #cccccc solid 1px;
  margin-top: 60px;
}
#article-page .article-body hr.linelt {
  display: block;
  border-top: #eeeeee solid 1px;
  margin-top: 60px;
}
#article-page .article-body li > * {
  text-indent: 0;
}
#article-page .article-body ul {
  padding: 0;
  margin-left: 0;
}
#article-page .article-body ul > li {
  margin-top: 0;
  list-style-type: none;
  padding-left: 1.2em;
  text-indent: -1em;
  line-height: 1.75;
}
#article-page .article-body ul > li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background: #A5A3A3;
  vertical-align: middle;
  margin-right: 0.7em;
  margin-top: -0.2em;
}
#article-page .article-body ul > li:nth-child(n+2) {
  margin-top: 0.25em;
}
#article-page .article-body ul > li p.relation {
  margin-top: 0;
}
#article-page .article-body ul > ol, #article-page .article-body ul > ul {
  margin-top: 1em;
}
#article-page .article-body ul > ul:not(.note-list) > li:before {
  border: 1px solid #A5A3A3;
  width: 4px;
  height: 4px;
  background-color: #fff;
}
#article-page .article-body ul.mtn > li:nth-child(n+2) {
  margin-top: 0em;
}
#article-page .article-body ul.note-list {
  list-style: none;
}
#article-page .article-body ul.note-list > li {
  padding: 0 0 0 1.2em;
  list-style: none;
  position: relative;
  margin-left: 0;
  text-indent: 0;
  line-height: 1.6;
}
#article-page .article-body ul.note-list > li:before {
  width: auto;
  height: auto;
  background: none !important;
  content: "※";
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 100%;
  position: absolute;
  top: 0.65em;
  left: 0;
  font-size: 85%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "SF Pro Display", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
}
#article-page .article-body ol {
  padding: 0;
  margin-left: 0;
  counter-reset: listcounter;
}
#article-page .article-body ol ol {
  margin-left: 0;
}
#article-page .article-body ol > li {
  padding-left: 2.5em;
  text-indent: -2em;
  list-style-type: none;
  line-height: 1.6;
  margin-left: 0;
}
#article-page .article-body ol > li:nth-child(n+2) {
  margin-top: 1.5em;
}
#article-page .article-body ol > li:before {
  content: counter(listcounter);
  counter-increment: listcounter;
  display: inline-block;
  margin-right: 0.25em;
  background: #649BC5;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  text-indent: 0;
  text-align: center;
  line-height: 1.6;
}
#article-page .article-body ol.org > li:before {
  content: counter(listcounter);
  counter-increment: listcounter;
  display: inline-block;
  margin-right: 0.5em;
  background: #fff;
  border: 1px solid #EF8337;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  color: #EF8337;
  text-indent: 0;
  text-align: center;
  line-height: 1.4;
}
#article-page .article-body ol.nom > li, #article-page .article-body ol.sim > li {
  padding: 0 0 0 1.5em;
  list-style: none;
  position: relative;
  margin: 0;
  text-indent: 0;
  line-height: 1.6;
}
#article-page .article-body ol.nom > li:nth-child(n+2), #article-page .article-body ol.sim > li:nth-child(n+2) {
  margin-top: 0.5em;
}
#article-page .article-body ol.nom > li li:nth-child(n+2), #article-page .article-body ol.sim > li li:nth-child(n+2) {
  margin-top: 0.5em;
}
#article-page .article-body ol.nom > li:before, #article-page .article-body ol.sim > li:before {
  width: auto;
  height: auto;
  background: none;
  color: inherit;
  content: counter(listcounter) ". ";
  display: inline-block;
  font-weight: 600;
  color: #649BC5;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  position: absolute;
  top: 0;
  left: 0;
}
#article-page .article-body ol.sim li:before {
  font-weight: 400;
  color: #555;
}
#article-page .article-body ol.sim ol {
  margin-top: 0.5em;
}
#article-page .article-body ol.nom ol {
  margin-top: 0.5em;
}
#article-page .article-body ol.mtn > li:nth-child(n+2) {
  margin-top: 0em;
}
#article-page .article-body ol.note-list {
  list-style: none;
  margin-top: 0.5em;
}
#article-page .article-body ol.note-list li {
  padding: 0 0 0 2em;
  list-style: none;
  position: relative;
  margin: 0;
  text-indent: 0;
  line-height: 1.6;
}
#article-page .article-body ol.note-list li:nth-child(n+2) {
  margin-top: 0.5em;
}
#article-page .article-body ol.note-list li:before {
  width: auto;
  height: auto;
  background: none;
  color: inherit;
  content: "※" counter(listcounter);
  display: inline-block;
  width: 1.5em;
  height: 1em;
  margin-right: 0.3em;
  line-height: 100%;
  font-size: 85%;
  position: absolute;
  top: 0.4em;
  left: 0;
  white-space: nowrap;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "SF Pro Display", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
}
#article-page .article-body li > ol {
  margin-top: 1.5em;
}
#article-page .article-body li > ol > li {
  margin-top: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#article-page .article-body li > ol > li:before {
  content: counter(listcounter) ".";
  width: auto;
  height: auto;
  background: none;
  color: #555;
}
#article-page .article-body li p {
  margin-top: 0.75em;
}
#article-page .article-body li p > img {
  margin-top: 0;
}
#article-page .article-body .ol-reset-1 {
  counter-reset: listcounter 0;
}
#article-page .article-body .ol-reset-2 {
  counter-reset: listcounter 1;
}
#article-page .article-body .ol-reset-3 {
  counter-reset: listcounter 2;
}
#article-page .article-body .ol-reset-4 {
  counter-reset: listcounter 3;
}
#article-page .article-body .ol-reset-5 {
  counter-reset: listcounter 4;
}
#article-page .article-body .ol-reset-6 {
  counter-reset: listcounter 5;
}
#article-page .article-body .ol-reset-7 {
  counter-reset: listcounter 6;
}
#article-page .article-body .ol-reset-8 {
  counter-reset: listcounter 7;
}
#article-page .article-body .ol-reset-9 {
  counter-reset: listcounter 8;
}
#article-page .article-body .ol-reset-10 {
  counter-reset: listcounter 9;
}
#article-page .article-body ol > li > p:first-child, #article-page .article-body ul > li > p:first-child {
  display: inline;
  margin-top: 0;
}
#article-page .article-body ol > li > p:has(> img), #article-page .article-body ul > li > p:has(> img) {
  display: block !important;
}
#article-page .article-body dl {
  padding: 0em;
  margin-left: 0;
}
#article-page .article-body dl dt {
  padding: 0 0 0 0em;
  margin-left: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
#article-page .article-body dl dd {
  padding: 0 0 0 1em;
  margin-top: 0.3em;
  margin-left: 0;
}
#article-page .article-body dl dd + dt {
  margin-top: 1.5em;
}
#article-page .article-body dl.qa {
  padding: 0em;
  margin-left: 0;
}
#article-page .article-body dl.qa dt {
  padding: 0.75em 1em;
  margin-left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ececec;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#article-page .article-body dl.qa dd {
  padding: 0.75em 1em;
  margin-top: 0em;
  margin-left: 0;
  border: 1px solid #cccccc;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#article-page .article-body dl.qa dd + dt {
  margin-top: 2em;
}
#article-page .article-body .box {
  padding: 1.25em;
  border: #ccc solid 1px;
  border-radius: 6px;
  background-color: #FCFCFC;
}
#article-page .article-body .box h3 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.7rem;
}
#article-page .article-body .btm-box {
  margin: 24px 0 40px;
  padding: 24px;
  border-radius: 6px;
  background-color: #F7F7F7;
}
#article-page .article-body [class^=box-] {
  padding: 1.25em;
  border-radius: 6px;
}
#article-page .article-body [class^=box-] h3, #article-page .article-body [class^=box-] h4 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: 0em 0.1em;
  background-size: 1.2em 1.2em;
  padding-left: 1.5em;
  margin-left: 0em;
}
#article-page .article-body [class^=box-] ul li {
  padding-left: 1em;
}
#article-page .article-body [class^=box-] ul li li {
  padding-left: 0em;
}
#article-page .article-body [class^=box-] ul.note-list li {
  padding-left: 1.3em;
}
#article-page .article-body [class^=box-] ol li li {
  padding-left: 0em;
}
#article-page .article-body .box-point {
  background: #e0ebf3 !important;
}
#article-page .article-body .box-point h4 {
  color: #649BC5;
  background-image: url("/hc/theming_assets/01HZKQPRV1BTVVNG3TC88H8G66");
}
#article-page .article-body .box-caution {
  background: #FCEACD !important;
}
#article-page .article-body .box-caution h4 {
  color: #F29407 !important;
  background-image: url("/hc/theming_assets/01HZKQPS2Y059X39VCFNZTVDEW");
}
#article-page .article-body .box-warning {
  background: #FDD7D0;
}
#article-page .article-body .box-warning h4 {
  color: #F53816;
  background-image: url("/hc/theming_assets/01HZKQPSG3ZAAVP1V29Y980PQR");
}
#article-page .article-body .box-important {
  border: #F53816 solid 1px;
  border-radius: 6px;
  padding: 1em;
}
#article-page .article-body .box-important p {
  color: #F53816;
}
#article-page .article-body .point:before {
  content: "POINT";
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 3px 6px;
  background-color: #f29407;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}
#article-page .article-body h3.point {
  margin-top: 0;
  padding-top: 24px;
  font-size: 1.6rem;
}
#article-page .article-body h3.point:nth-of-type(1) {
  padding-top: 0;
}
#article-page .article-body .note {
  margin-top: 16px;
  padding: 8px 16px 12px;
  border: #e0e0e0 solid 1px;
  background-color: #f2f2f2;
  border-radius: 6px;
}
#article-page .article-body .note li {
  padding: 0 0 0 1.2em;
  list-style: none;
  position: relative;
  margin: 0;
  text-indent: 0;
  line-height: 1.6;
  font-size: 1.4rem;
}
#article-page .article-body .note li:before {
  content: "※";
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 100%;
  position: absolute;
  top: 0.6em;
  left: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "SF Pro Display", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
  font-size: 85%;
}
#article-page .article-body .note li.mark-non:before {
  content: "";
  display: inline-block;
}
#article-page .article-body .note ul,
#article-page .article-body ul.note {
  list-style: none;
  font-size: 0;
}
#article-page .article-body .note ul li:before,
#article-page .article-body ul.note li:before {
  width: auto;
  height: auto;
  background: none !important;
}
#article-page .article-body .caution {
  padding: 12px 16px;
  border: #f08437 solid 1px;
  border-radius: 6px;
}
#article-page .article-body .caution p {
  padding: 0 0 0 1.2em;
  list-style: none;
  position: relative;
  margin: 0;
  text-indent: 0;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #EF8337;
}
#article-page .article-body .caution p:before {
  content: "※";
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 100%;
  position: absolute;
  top: 0.4em;
  left: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "SF Pro Display", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
  font-size: 85%;
}
#article-page .article-body .caution p.mark-non:before {
  content: "";
  display: inline-block;
}
#article-page .article-body .caution p.norm {
  padding-left: 0;
  position: static;
}
#article-page .article-body .caution p.norm:before {
  content: "";
  display: none;
}
#article-page .article-body .caution h3, #article-page .article-body .caution h4 {
  color: #EF8337;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 2px;
  font-size: 1.6rem;
  font-weight: bold;
}
#article-page .article-body .caution ul {
  margin: 0;
  padding: 0;
}
#article-page .article-body .caution ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0;
  padding-left: 1em;
  text-indent: -0.8em;
}
#article-page .article-body .caution ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background: #EF8337;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -0.2em;
}
#article-page .article-body .caution ul li:nth-of-type(n+2) {
  margin-top: 5px;
}
#article-page .article-body .caution li {
  color: #EF8337;
}
#article-page .article-body .caution * + p, #article-page .article-body .caution * + ul {
  margin: 0.5em 0 0 0;
}
#article-page .number {
  position: relative;
}
#article-page .number span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  padding-left: 0;
  padding-top: 1px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #649BC5;
  line-height: 2.1rem;
}
#article-page .number.text-orange {
  padding-left: 1.25em !important;
  text-indent: -1.4em;
  list-style-type: none;
  margin-left: 0;
  position: relative;
}
#article-page .number.text-orange:before {
  content: counter(orange-counter);
  counter-increment: orange-counter;
  display: inline-block;
  margin-right: 0.25em;
  background: #fff;
  border: 2px solid #EF8337;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #EF8337;
  text-indent: 0;
  text-align: center;
  line-height: 1.4;
  font-size: 75%;
  line-height: 1.4;
  position: relative;
  top: -0.1em;
}
#article-page .number.text-orange span {
  display: none;
}
#article-page .number span.oreg {
  display: none;
}
#article-page .ore-reset-1 {
  counter-reset: orange-counter 0;
}
#article-page .ore-reset-2 {
  counter-reset: orange-counter 1;
}
#article-page .ore-reset-3 {
  counter-reset: orange-counter 2;
}
#article-page .ore-reset-4 {
  counter-reset: orange-counter 3;
}
#article-page .ore-reset-5 {
  counter-reset: orange-counter 4;
}
#article-page .ore-reset-6 {
  counter-reset: orange-counter 5;
}
#article-page .ore-reset-7 {
  counter-reset: orange-counter 6;
}
#article-page .ore-reset-8 {
  counter-reset: orange-counter 7;
}
#article-page .ore-reset-9 {
  counter-reset: orange-counter 8;
}
#article-page .ore-reset-10 {
  counter-reset: orange-counter 9;
}
#article-page .ore-reset-11 {
  counter-reset: orange-counter 10;
}
#article-page .ore-reset-12 {
  counter-reset: orange-counter 11;
}
#article-page .ore-reset-13 {
  counter-reset: orange-counter 12;
}
#article-page .ore-reset-14 {
  counter-reset: orange-counter 13;
}
#article-page .ore-reset-15 {
  counter-reset: orange-counter 14;
}
#article-page .ore-reset-16 {
  counter-reset: orange-counter 15;
}
#article-page .ore-reset-17 {
  counter-reset: orange-counter 16;
}
#article-page .ore-reset-18 {
  counter-reset: orange-counter 17;
}
#article-page .ore-reset-19 {
  counter-reset: orange-counter 18;
}
#article-page .ore-reset-20 {
  counter-reset: orange-counter 19;
}
#article-page .ore-reset-88 {
  counter-reset: orange-counter 87;
}
#article-page h2.number {
  padding-left: 30px !important;
  padding-bottom: 0;
  border-bottom: none;
}
#article-page h3.number {
  padding-left: 26px !important;
}
#article-page h3.number.text-orange {
  margin-top: 1.5em;
}
#article-page h4.number {
  padding-left: 24px !important;
}
#article-page h4.number.text-orange {
  margin-top: 1.5em;
}
#article-page h4.number.text-orange:before {
  line-height: 1.6;
  width: 1.8em;
  height: 1.8em;
  font-size: 0.7em;
}
#article-page .step {
  padding-left: 3em !important;
  text-indent: -2.85em;
  list-style-type: none;
  margin-left: 0;
  position: relative;
  color: #555;
  border-bottom: #cccccc solid 1px;
}
#article-page .step:before {
  content: "STEP" counter(step-counter) ".";
  counter-increment: step-counter;
  display: inline-block;
  width: 3.75em;
  color: #649BC5;
  text-indent: 0;
  font-weight: normal;
  line-height: 1.4;
  font-size: 75%;
  line-height: 1.4;
  position: relative;
  top: -0.1em;
}
#article-page h3.step {
  margin-top: 2.5em;
  padding-left: 2.75em !important;
  padding-bottom: 0.3em;
  text-indent: -2.65em;
  line-height: 1.2;
}
#article-page h3.step:before {
  line-height: 1.6;
  font-size: 0.7em;
}
#article-page .step-reset-1 {
  counter-reset: step-counter 0;
}
#article-page .step-reset-2 {
  counter-reset: step-counter 1;
}
#article-page .step-reset-3 {
  counter-reset: step-counter 2;
}
#article-page .step-reset-4 {
  counter-reset: step-counter 3;
}
#article-page .step-reset-5 {
  counter-reset: step-counter 4;
}
#article-page .step-reset-6 {
  counter-reset: step-counter 5;
}
#article-page .step-reset-7 {
  counter-reset: step-counter 6;
}
#article-page .step-reset-8 {
  counter-reset: step-counter 7;
}
#article-page .step-reset-9 {
  counter-reset: step-counter 8;
}
#article-page .step-reset-10 {
  counter-reset: step-counter 9;
}
#article-page p span.oreg, #article-page li span.oreg, #article-page dt span.oreg, #article-page dd span.oreg {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
  font-size: 80%;
  color: #f08437;
  border: 1px solid #f08437 !important;
}
#article-page p span.ble, #article-page li span.ble, #article-page dt span.ble, #article-page dd span.ble {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
  font-size: 80%;
  color: #fff;
  background-color: #649BC5;
  border: 1px solid #649BC5 !important;
}
#article-page dt span.oreg, #article-page dt span.ble {
  font-weight: bold;
  width: 2rem;
  height: 2rem;
  line-height: 1.5em;
}
#article-page .number-orange {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 19px;
  font-size: 1.3rem;
  border-radius: 50%;
  text-align: center;
  color: #f08437;
  background-color: #fff;
  border: 2px solid #f08437;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}
#article-page div[id^=accordion] {
  position: relative;
  padding: 1em 2em 1em 2em;
  margin-top: 24px;
}
#article-page div[id^=accordion], #article-page .accordion {
  position: relative;
  width: 100%;
  outline: 0;
}
#article-page div[id^=accordion] .accordion-title, #article-page .accordion .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding-top: 0;
  padding-right: 1.75em;
  padding-bottom: 0;
  font-size: 1.5rem;
  color: #649BC5;
  cursor: pointer;
}
#article-page div[id^=accordion] .accordion-title.open::after, #article-page .accordion .accordion-title.open::after {
  content: "▲";
}
#article-page div[id^=accordion] .accordion-title:active, #article-page .accordion .accordion-title:active {
  color: #C1D6E5;
}
#article-page div[id^=accordion] .accordion-title:hover, #article-page .accordion .accordion-title:hover {
  color: #C1D6E5;
}
#article-page div[id^=accordion] .accordion-title:after, #article-page .accordion .accordion-title:after {
  content: "▼";
  display: inline-block;
  position: absolute;
  font-weight: normal;
  top: calc(50% - 0.6em);
  right: 0;
}
#article-page div[id^=accordion] .accordion-content, #article-page .accordion .accordion-content {
  display: none;
}
#article-page div[id^=accordion][class^=box-].accordion-title, #article-page .accordion[class^=box-].accordion-title {
  margin-left: 0em;
}
#article-page .content-entry.open .accordion-title {
  color: #C1D6E5;
}
#article-page .faq_accordion_bar .menu__item {
  background: #f5f5f5;
  color: #555;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
}
#article-page .faq_accordion_bar .menu__item__link {
  margin: 0;
  padding: 0.75em 2em 0.75em 0.75em;
  display: block;
  color: #555;
  display: block;
  position: relative;
  cursor: pointer;
}
#article-page .faq_accordion_bar .menu__item__link:after {
  display: block;
  content: "▼";
  padding: 0.75em 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#article-page .faq_accordion_bar .menu__item__link.on:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#article-page .faq_accordion_bar .menu__item__link a {
  font-weight: 600;
  color: #555;
  text-decoration: none;
}
#article-page .faq_accordion_bar .menu__item__link a:hover {
  opacity: 1;
  color: #555;
}
#article-page .faq_accordion_bar .submenu {
  background: #fff;
  display: none;
  padding: 1em 1.2em 0.5em;
  margin-top: 0;
}
#article-page .faq_accordion_bar .submenu__item {
  border-bottom: 1px solid #5200b7;
  color: #555;
  padding: 1rem;
}
#article-page .rb_tbl {
  border: 1px solid #649BC5;
  margin: 24px 0 20px;
}
#article-page .rb_tbl tr {
  border-bottom: 1px solid #649BC5;
}
#article-page .rb_tbl th:nth-child(odd) {
  width: 25%;
}
#article-page .rb_tbl th, #article-page .rb_tbl td {
  padding: 8px 8px;
  text-align: left;
  vertical-align: top;
}
#article-page .rb_tbl th {
  background-color: #6BB9F4;
  font-weight: bold;
}
#article-page .rb_tbl td:nth-child(even) {
  background-color: #fff;
}
#article-page .rb_tbl td:nth-child(odd) {
  width: 25%;
  background-color: #F3F9FE;
}
#article-page .rb_tbl2 {
  border: 1px solid #dfdfdf;
  width: 100%;
}
#article-page .rb_tbl2 tr {
  border-bottom: 1px solid #dfdfdf;
}
#article-page .rb_tbl2 th {
  background-color: #e6e6e6;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
}
#article-page .rb_tbl2 th, #article-page .rb_tbl2 td {
  padding: 8px 8px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #dfdfdf;
}
#article-page .table01 {
  width: 100%;
  border: #ccc solid 1px;
  border-collapse: collapse;
  font-size: 1.3rem;
  table-layout: fixed;
  word-break: break-word;
}
#article-page .table01 th {
  padding: 0.2em;
  border: #ccc solid 1px;
  background-color: #F3F9FE;
}
#article-page .table01 td {
  padding: 0.2em;
  border: #ccc solid 1px;
  background-color: #fff;
}
#article-page .vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#article-page .nowrap {
  white-space: normal;
}
#article-page .FixTable {
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
}
#article-page .shukujitsu {
  background-color: red;
}
#article-page table.table-resp {
  border-bottom: 1px solid #ccc;
}
#article-page table.table-resp thead {
  display: none;
}
#article-page table.table-resp thead tr {
  display: table-row;
}
#article-page table.table-resp tr {
  width: 100%;
}
#article-page table.table-resp th {
  padding: 0.5em;
  border: 1px solid #ccc;
}
#article-page table.table-resp td {
  padding: 0.5em;
  width: 100%;
  display: block;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#article-page table.table-resp td:first-child {
  font-weight: bold;
  text-align: center;
  background-color: #F3F9FE;
}
#article-page table.table-resp td:first-child > p {
  font-weight: bold;
}
#article-page table.table-resp td:before {
  content: attr(data-label);
  display: block;
  width: 100%;
  font-weight: bold;
  padding-bottom: 0.5em;
}
#article-page .tbl-scrl {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#article-page .tbl-scrl > table {
  word-break: normal;
  table-layout: auto;
}
#article-page .tbl-scrl > table th, #article-page .tbl-scrl > table td {
  padding: 0.5em;
}
#article-page table th.cenmidbl {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
#article-page table th.cenmid, #article-page table td.cenmid {
  text-align: center;
  vertical-align: middle;
}
#article-page table th.mid, #article-page table td.mid {
  vertical-align: middle;
}
#article-page table th.nwp, #article-page table td.nwp {
  white-space: nowrap;
}
#article-page .article-attachments {
  margin: 16px 0 0 0;
}
#article-page .article-footer {
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
#article-page .article-footer .article-login {
  padding: 18px;
  border: solid 1px #ccc;
  border-radius: 6px;
}
#article-page .article-footer .article-login h3 {
  text-align: center;
  color: #555;
  font-size: 1.6rem;
}
#article-page .article-footer .article-login p {
  margin-top: 12px;
  text-align: center;
}
#article-page .article-footer .article-login .btn-login {
  margin-top: 12px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
#article-page .article-footer .article-votes {
  padding: 40px 0;
  text-align: center;
}
#article-page .article-footer .votes-txt {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.6em;
}
#article-page .article-footer .article-votes-controls {
  position: relative;
}
#article-page .article-footer .button {
  border: 1px solid #649BC5;
  border-radius: 4px;
  color: #649BC5;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
#article-page .article-footer .button:hover, #article-page .article-footer .button:active, #article-page .article-footer .button:focus, #article-page .article-footer .button[aria-selected=true] {
  background-color: #649BC5;
  border: 1px solid #649BC5;
}
#article-page .article-footer .button[aria-selected=false]::before {
  color: #649BC5;
}
#article-page .article-footer .button.article-vote:hover::before {
  color: #fff;
}
#article-page .article-footer .article-vote {
  background: transparent;
  border: 1px solid #649BC5;
  color: #649BC5;
  margin: 30px 5px 0;
  min-width: 100px;
  width: auto;
  text-decoration: none;
}
#article-page .article-footer .article-vote:before {
  font-size: 8px;
  margin-right: 10px;
}
#article-page .article-footer .article-vote:after {
  content: attr(title);
}
#article-page .article-footer .article-vote:focus, #article-page .article-footer .article-vote:active {
  background-color: transparent;
  color: #649BC5;
}
#article-page .article-footer .article-vote:hover {
  background-color: #649BC5;
  color: white;
}
#article-page .article-footer .article-vote:hover:before, #article-page .article-footer .article-vote:hover:after, #article-page .article-footer .article-vote[aria-selected=true]:before, #article-page .article-footer .article-vote[aria-selected=true]:after {
  color: #fff;
}
#article-page .article-footer .article-vote[aria-selected=true] ~ .feedback-thanks {
  display: block;
}
#article-page .article-footer .article-vote[aria-selected=true] {
  display: none;
}
#article-page .article-footer .article-vote-up {
  text-decoration: none;
}
#article-page .article-footer .article-vote-up:before {
  content: "✓";
}
#article-page .article-footer .article-vote-down {
  text-decoration: none;
}
#article-page .article-footer .article-vote-down:before {
  content: "✕";
}
#article-page .article-footer .article-vote-count {
  font-size: 10px;
}
#article-page .article-footer .feedback-thanks {
  display: none;
}
#article-page .article-footer span.feedback-thanks {
  margin: 40px;
  font-size: 1.6rem;
}

/*==========================================*/
/* error-page */
/*==========================================*/
#error-page .section-title {
  margin-bottom: 16px;
}
#error-page p {
  margin-bottom: 10px;
}
#error-page a {
  display: block;
}

/*==========================================*/
/* request-forms */
/*==========================================*/
#post-request-page .main-contents a {
  text-decoration: underline;
}
#post-request-page .side-contents {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0 0 60px 0;
  background-color: #f2f2f2;
}
#post-request-page .form-field {
  margin-top: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "SF Pro Display", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
}
#post-request-page .form-field.required > label:after {
  content: "必須";
  margin-left: 6px;
  top: -1px;
  background: #fff;
  border: 1px solid #f53816;
  border-radius: 2px;
  color: #f53816;
  font-weight: normal;
  font-size: 11px;
  padding: 1px 3px;
  white-space: nowrap;
  position: relative;
}
#post-request-page .form-field.boolean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#post-request-page .form-field.boolean input[type=checkbox] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 3px;
  margin-right: 5px;
  width: 1.2em;
}
#post-request-page .form-field.boolean div.notification {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
#post-request-page .form-field textarea {
  min-height: 200px;
  padding: 0.5em;
  background-color: #fff;
  border: #D3D0C6 solid 1px;
  border-radius: 6px;
}
#post-request-page .form-field > label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
#post-request-page .form-field label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
  font-size: 15px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: calc(100% - 2em);
}
#post-request-page .form-field input[type=checkbox] + label {
  margin: 0 0 0 12px;
}
#post-request-page .form-field input[type=text] {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}
#post-request-page .form-field select {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  border: #D3D0C6 solid 1px;
  text-overflow: ellipsis;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  font-size: 15px;
}
#post-request-page .form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
  text-decoration: none;
}
#post-request-page .form-field .hc-multiselect-toggle li {
  margin-top: 0;
  padding: 0.5em !important;
  text-indent: 0em !important;
  line-height: 1.5 !important;
}
#post-request-page .form-field .hc-multiselect-toggle span {
  line-height: 1 !important;
}
#post-request-page .form-field .hc-multiselect-menu li {
  margin-top: 0;
  padding-left: 0em !important;
  text-indent: 0em !important;
  line-height: 1.25 !important;
}
#post-request-page .form-field .hc-multiselect-menu li label input[type=checkbox] {
  font-size: 1em;
  pointer-events: none;
  margin: 0 8px;
}
#post-request-page .form-field .hc-multiselect-menu li input[type=checkbox] {
  width: auto;
}
#post-request-page .form-field .hc-multiselect-menu li input[type=checkbox] + label {
  margin: 0px;
}
#post-request-page .form-field .hc-multiselect-toggle ul, #post-request-page .form-field .hc-multiselect-menu ul {
  padding: 0;
  margin-left: 0;
}
#post-request-page .form-field .hc-multiselect-toggle li:nth-child(n+2), #post-request-page .form-field .hc-multiselect-menu li:nth-child(n+2) {
  margin-top: 0 !important;
}
#post-request-page .form-field .hc-multiselect-toggle li:before, #post-request-page .form-field .hc-multiselect-menu li:before {
  display: none !important;
}
#post-request-page .request_custom_fields_900012723366 label {
  font-size: 1.5rem;
}
#post-request-page .box.box-kouza-alert.space-s {
  margin-bottom: 2em;
}
#post-request-page .box.box-kouza-alert.space-s h4 {
  font-size: 1.75rem;
}
#post-request-page .box.box-kouza-alert.space-s ul {
  margin-top: 0.3em;
  margin-left: 2em;
}
#post-request-page .box.box-kouza-alert.space-s ul > li {
  list-style-type: disc;
}
#post-request-page .box.box-kouza-alert.space-s ul + p {
  margin-top: 0.75em;
}
#post-request-page .box h2.form-h2 {
  font-size: 2.5rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#post-request-page #privacy-policy {
  margin-top: 1em;
  color: #555;
}
#post-request-page #privacy-policy h3 {
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 0px;
  font-size: 1.2em;
  color: #888888;
}
#post-request-page #privacy-policy a.link-external {
  display: block;
  text-decoration: none;
  text-align: left;
  color: #3874d1;
  padding: 0px;
  font-weight: bold;
  width: 100%;
  margin: 0 0 5px;
  font-size: 1.2em;
}
#post-request-page #privacy-policy a.link-external:after {
  display: inline-block;
  position: relative;
  right: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url("/hc/theming_assets/01HZKQPN5A9YKX5D7N4AQSKT2D") no-repeat right center transparent;
  margin-left: 4px;
  content: "";
  background-size: contain;
}
#post-request-page .form-field.boolean.request_custom_fields_7668784876185, #post-request-page .form-field.boolean.request_custom_fields_7669043710361, #post-request-page .form-field.boolean.request_custom_fields_7669290427033, #post-request-page .form-field.boolean.request_custom_fields_7587023735961, #post-request-page .form-field.boolean.request_custom_fields_7589664098457, #post-request-page .form-field.boolean.request_custom_fields_7590881615001, #post-request-page .form-field.boolean.request_custom_fields_7590969708825 {
  margin-top: 1em;
  margin-left: 3em;
}
#post-request-page .form-field.boolean label#request_custom_fields_7668784876185_label, #post-request-page .form-field.boolean label#request_custom_fields_7669043710361_label, #post-request-page .form-field.boolean label#request_custom_fields_7669290427033_label, #post-request-page .form-field.boolean label#request_custom_fields_7587023735961_label, #post-request-page .form-field.boolean label#request_custom_fields_7589664098457_label, #post-request-page .form-field.boolean label#request_custom_fields_7590881615001_label, #post-request-page .form-field.boolean label#request_custom_fields_7590969708825_label {
  font-weight: normal;
}
#post-request-page .form-field.request_custom_fields_7672112372889 > label:after {
  content: "個人の場合、必須";
  margin-left: 6px;
  top: -1px;
  background: #fff;
  border: 1px solid #f53816;
  border-radius: 2px;
  color: #f53816;
  font-weight: normal;
  font-size: 11px;
  padding: 1px 3px;
  white-space: nowrap;
  position: relative;
}
#post-request-page .form-field.request_custom_fields_7678379111449 > label:after {
  content: "法人の場合、必須";
  margin-left: 6px;
  top: -1px;
  background: #fff;
  border: 1px solid #f53816;
  border-radius: 2px;
  color: #f53816;
  font-weight: normal;
  font-size: 11px;
  padding: 1px 3px;
  white-space: nowrap;
  position: relative;
}
#post-request-page .form-field p {
  margin-top: 4px;
  color: #888888;
}
#post-request-page .form-field input[type=number], #post-request-page .form-field input.datepicker {
  width: 150px;
}
#post-request-page .form form + form {
  margin-top: 40px;
}
#post-request-page .form a.nesty-input {
  text-decoration: none;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  border: #D3D0C6 solid 1px;
  text-overflow: ellipsis;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  font-size: 15px;
}
#post-request-page .form a.nesty-input:hover {
  opacity: 1;
  color: #555;
}
#post-request-page .form a.nesty-input:after {
  top: 30%;
}
#post-request-page .form .upload-dropzone span {
  color: #888888;
}
#post-request-page .form .upload-dropzone span a {
  color: #3874d1;
}
#post-request-page .form footer {
  margin-top: 40px;
}
#post-request-page .form footer input[type=submit] {
  min-width: 100px;
  height: 48px;
  padding: 0 20px;
  background: #649BC5;
  border: 1px solid #596f80;
  border-bottom-width: 2px;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
}
#post-request-page .form footer a {
  color: #CCC;
  cursor: pointer;
}

/*==========================================*/
/* Footer */
/*==========================================*/
#footer {
  width: 100%;
  margin: 0;
  padding: 0 0 24px 0;
  background-color: #727b7f;
  font-size: 1.6rem;
  color: #fff;
}
#footer .footer-inner {
  padding-top: 20px;
}
#footer .nav {
  margin: 0 auto 2em;
}
#footer .nav li {
  display: inline-block;
  padding: 0 0.6em 0 1em;
  margin: 0;
  border-left: 1px solid;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}
#footer .nav li:first-child {
  border: none;
  padding-left: 0;
}
#footer .nav a {
  color: #fff;
}
#footer .copyright {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: bold;
}
#footer .copyright ul > li {
  padding: 0 0 0 1em;
  list-style: none;
  position: relative;
  margin-left: 0;
  text-indent: 0;
  line-height: 1.4;
}
#footer .copyright ul > li:before {
  width: auto;
  height: auto;
  background: none !important;
  content: "※";
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 100%;
  position: absolute;
  top: 0.3em;
  left: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "SF Pro Display", "Meiryo", "MS Pゴシック", "MSPGothic", sans-serif;
  font-size: 85%;
}
#footer .copyright a {
  display: block;
  color: #fff;
}
#footer .copyright img {
  vertical-align: bottom;
}
#footer .copyright span {
  margin: 0 0 0 10px;
}
#footer .copyright .corporate-group {
  margin: 10px 0 0 10px;
  display: block;
}

#pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
#pagetop.show {
  opacity: 1;
}
#pagetop .btnPagetop {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 1;
  padding: 50px 0 0 0;
  background-color: #649BC5;
  border-radius: 100%;
  font-size: 0;
  line-height: 1;
}
#pagetop .btnPagetop:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -29px 0 0 18px;
}
@media screen and (min-width: 568px) {
  #article-page .side-contents .side-login a.btn-login, #category-list-page .side-contents .side-login a.btn-login {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  #pagetop {
    right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .header-inner,
  .footer-inner,
  .page-header {
    padding: 0 16px;
  }
  .header-inner > section {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .main-contents {
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .sub-nav-inner {
    padding: 0 16px;
  }
  #header .rb_logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .rb_logo img {
    width: 122px;
  }
  #header .top-search-area {
    max-width: 300px;
    margin-left: 24px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .header-login {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #home-page .main-menu {
    margin-bottom: 1em;
  }
  #home-page .top-menu-list li {
    width: calc((100% - 24px) / 3);
  }
  #home-page .top-menu-list li a {
    min-height: 83px;
    padding: 16px 0px;
    font-size: 1em;
  }
  #home-page .article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-top: 0;
  }
  #home-page .article-faq-list li {
    text-align: left;
  }
  #home-page .article-faq-list li a {
    display: inline-block;
    padding-left: 10px;
  }
  #home-page .category_menu > ul > li {
    width: 49.2%;
    margin-top: 0;
    margin-bottom: 16px;
    min-height: 240px;
  }
  #article-page .side-contents {
    display: block;
  }
  #article-page .article-body [class^=box-] {
    padding: 24px 24px 24px 48px;
  }
  #article-page .article-body [class^=box-] h3, #article-page .article-body [class^=box-] h4 {
    margin-left: -1.5em;
    font-size: 1.7rem;
  }
  #article-page .article-body .box-important {
    padding: 16px;
  }
  #article-page div[id^=accordion][class^=box-].accordion-title, #article-page .accordion[class^=box-].accordion-title {
    margin-left: -1.5em;
    font-size: 1.7rem;
  }
  #article-page table.table-resp {
    border-bottom: none;
  }
  #article-page table.table-resp thead {
    display: table-header-group;
  }
  #article-page table.table-resp thead tr th {
    background-color: #F3F9FE;
    text-align: center;
    padding: 0.6em;
  }
  #article-page table.table-resp td {
    width: auto;
    display: table-cell;
    border-bottom: 1px solid #ccc;
    padding: 0.6em;
  }
  #article-page table.table-resp td:first-child {
    font-weight: normal;
    text-align: left;
    background: none;
  }
  #article-page table.table-resp td:first-child > p {
    font-weight: normal;
  }
  #article-page table.table-resp td:before {
    display: none;
  }
  #footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #footer .nav {
    margin-left: 0;
  }
  #footer .copyright {
    float: left;
    margin-top: 0;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  main {
    border-top: 1px solid #ddd;
    position: static;
    display: block;
    padding-bottom: 0;
  }
  .header-inner,
  .footer-inner,
  .page-header {
    padding: 0 24px;
  }
  .main-contents {
    padding: 0 24px;
  }
  .sp {
    display: none;
    visibility: hidden;
  }
  .pc {
    display: block;
    visibility: visible;
  }
  .sub-nav-inner {
    padding: 0 24px;
  }
  .sub-nav-inner .breadcrumbs {
    display: table-cell;
  }
  .sub-nav-inner .backbtn-for-phone {
    display: none;
  }
  #home-page .main-menu {
    padding: 0 24px;
  }
  #home-page .article-faq-list li a {
    padding: 0 0 0 16px;
    display: inline-block;
  }
  #home-page .category_menu > ul > li .list_inner .list_title {
    width: calc(100% - 58px);
    font-size: 2rem;
    text-align: center;
    padding: 0px 0 0 0px;
  }
  #home-page .category_menu > ul > li .list_inner .list_icon {
    width: calc(100% - 50px);
    height: 90px;
    padding: 0;
  }
  #home-page .category_menu > ul > li .list_inner .list_icon img {
    max-width: 50px;
    max-height: 50px;
  }
  .underLayerSearch {
    position: absolute;
    right: -100%;
    left: -100%;
    top: 0;
    background: none;
    padding: 1em 1em 1em 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    z-index: 1;
  }
  .underLayerSearch .search {
    float: right;
  }
  .underLayerSearch input[type=search] {
    height: 40px;
    line-height: 1;
  }
  #article-page .article-body .column2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #article-page .article-body .column2 > [class^=column] {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #article-page .article-body .column2 > .column-arr {
    width: 6%;
    height: auto;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #article-page .article-body .column2 > .column-arr.withTit {
    -webkit-transform: translateY(27px);
        -ms-transform: translateY(27px);
            transform: translateY(27px);
  }
  #article-page .article-body .column2 > .column-be, #article-page .article-body .column2 > .column-af {
    width: 47%;
  }
  #article-page .article-body .column2 > .column {
    width: 48%;
  }
  #article-page .article-body .column2 > .column2-l {
    width: 38%;
  }
  #article-page .article-body .column2 > .column2-r {
    width: 58%;
  }
  #article-page .article-body .column2 > .column2ex-l {
    width: 28%;
  }
  #article-page .article-body .column2 > .column2ex-r {
    width: 68%;
  }
  #article-page .article-body .column-arr {
    width: 5em;
    height: 5em;
  }
}
@media screen and (min-width: 1025px) {
  .header-inner,
  .footer-inner,
  .page-header {
    padding: 0 30px;
    font-size: 1.4rem;
  }
  .main-contents {
    padding: 0 30px;
    font-size: 1.4rem;
  }
  .main-inner {
    max-width: 1024px;
    margin: 0 auto 64px;
    padding: 0 24px;
  }
  h1.page-title {
    font-size: 3.2rem;
  }
  aside h3 {
    font-size: 2.6rem;
    color: #649BC5;
  }
  .sub-nav-inner {
    padding: 0 30px;
    font-size: 1.4rem;
  }
  .keyword {
    margin-top: 32px;
    max-width: 1024px;
    padding: 0 24px;
  }
  .keyword p {
    text-align: left;
  }
  .keyword-link {
    padding-top: 16px;
    max-width: 1024px;
  }
  .header-info {
    padding: 8px 0;
  }
  .header-info section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1024px;
  }
  .header-info .header-more-info {
    padding: 0;
  }
  dl.header-news-data dt {
    width: 80px;
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    display: block;
    margin-right: 1rem;
  }
  dl.header-news-data dd {
    width: calc(100% - 90px);
    display: block;
    font-size: 1.5rem;
  }
  #home-page .main-menu h2.menu-title {
    font-size: 2.8rem;
  }
  #home-page .menu-description {
    margin: 20px 0 0;
  }
  .search_box {
    padding-top: 4rem;
    padding-bottom: 3.2rem;
  }
  .search_box .ask_keyword {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .search_box .search {
    max-width: 976px;
  }
  .search_box .search input[type=submit] {
    width: 100px;
    min-width: 100px;
    font-size: 1.6rem;
  }
  #enq_search_box.search_box {
    padding: 3rem;
  }
  #bottom_search_box.search_box {
    padding: 3rem;
  }
  #bottom_search_box.search_box .search input[type=search] {
    height: 40px;
    line-height: 1;
  }
  .recent-articles ul li + li,
  .related-articles ul li + li,
  .search-results-list > li + li {
    padding: 12px;
  }
  #related-contents-container .recent-articles ul li, #related-contents-container .related-articles ul li {
    padding: 12px;
  }
  #related-contents-container .recent-articles ul li:before, #related-contents-container .related-articles ul li:before {
    left: 1em;
    display: inline;
  }
  #related-contents-container .recent-articles ul li a, #related-contents-container .related-articles ul li a {
    padding: 0 30px 0 20px;
    margin: 0;
  }
  #related-contents-container .related-contents,
  #related-contents-container .recent-contents {
    padding: 32px 24px;
  }
  .article-list {
    font-size: 1.4rem;
  }
  .article-list li {
    position: relative;
    list-style-type: none;
  }
  .article-list li a {
    font-size: 1.6rem;
  }
  .article-list li:before {
    content: " ";
    display: inline;
    position: absolute;
    top: 2rem;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #A5A3A3;
    border-radius: 50%;
  }
  #category-list-page .main-contents {
    float: left;
    width: 632px;
    margin-left: 24px;
    padding: 0;
  }
  #category-list-page .main-contents > .section {
    margin-bottom: 20px;
  }
  #category-list-page .main-contents > .section:nth-child(odd) {
    margin-left: 0;
  }
  #section-list-page .article-list > li {
    width: 800px;
    margin-top: 15px !important;
  }
  #section-list-page .article-list > li:nth-child(1) {
    margin-top: 0;
  }
  #search-result-page .search-results-list {
    font-size: 1.4rem;
  }
  #search-result-page .search-results-list .search-result a {
    font-size: 1.8rem;
  }
  #search-result-page .search-results-list .search-results-description {
    font-size: 1.4rem;
  }
  #search-result-page .search-results-list .search-result-breadcrumbs {
    margin: 10px auto 10px;
  }
  #search-result-page .search-results-list .search-result-breadcrumbs > li a {
    font-size: 1.4rem;
  }
  #search-result-page .search-results-list .search-result-breadcrumbs li:after {
    font-size: 1.4rem;
  }
  h2.section-title {
    font-size: 2.8rem;
  }
  #article-page .side-contents {
    float: right;
    width: 320px;
    background: none;
  }
  #category-list-page .side-contents {
    float: right;
    width: 320px;
    margin-top: 0;
    background: none;
  }
  #article-page .side-contents, #category-list-page .side-contents {
    padding: 38px 0 30px 40px;
  }
  #article-page .side-contents > section + section, #category-list-page .side-contents > section + section {
    margin-top: 24px;
  }
  #article-page .side-contents h3, #category-list-page .side-contents h3 {
    color: #555;
    font-size: 1.8rem;
    border-bottom: #cccccc solid 1px;
    padding: 0 0 8px 0;
    font-weight: 600;
  }
  #article-page .side-contents h4, #category-list-page .side-contents h4 {
    color: #555;
    font-size: 1.6rem;
    margin-top: 24px;
    font-weight: 600;
  }
  #article-page .side-contents ul.side-category li img, #category-list-page .side-contents ul.side-category li img {
    top: 2px;
    width: 2rem;
    height: 2rem;
  }
  #article-page {
    max-width: 1026px;
    margin: 0 auto;
  }
  #article-page .main-contents {
    float: left;
    width: 678px;
    margin-left: 24px;
    padding: 0;
  }
  #article-page .labels {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #article-page .labels .label {
    padding: 6px 14px;
  }
  #article-page .article-body h2 {
    font-size: 2.6rem;
  }
  #article-page .article-body h3 {
    font-size: 2.2rem;
  }
  #article-page .article-body h4 {
    font-size: 1.8rem;
  }
  #article-page .article-body img.max30 {
    max-width: 30%;
  }
  #article-page .article-body img.max40 {
    max-width: 40%;
  }
  #article-page .article-body img.max50 {
    max-width: 50%;
  }
  #article-page .article-body img.max60 {
    max-width: 60%;
  }
  #article-page .article-body img.max70 {
    max-width: 70%;
  }
  #article-page .article-body img.max80 {
    max-width: 80%;
  }
  #article-page .article-body img.maxnone {
    max-width: none;
  }
  #article-page .article-body .btm-box {
    margin: 60px 0;
  }
  #article-page .table01 {
    font-size: 1.4rem;
    table-layout: inherit;
  }
  #article-page .table01 th {
    padding: 0.8em;
  }
  #article-page .table01 td {
    padding: 0.8em;
  }
  #article-page .nowrap {
    white-space: nowrap;
  }
  #post-request-page .main-contents {
    float: none;
    width: 100%;
    margin-left: 0px;
    padding: 0 24px;
    margin-bottom: 0px;
  }
  #pagetop {
    right: 40px;
  }
}
/*** ↑SASS ====================================================================== ***/
/*
/*** ↓APPEND ==================================================================== ***/

/* algolia ------------- */
#sr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
margin-top: 4rem;
}

div#sr h5, div#sr p, div#sr label {
  font-size: 1.6rem !important;;
}

div#sr p {

      margin-top: 1em;
}

.sr-col-l {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  flex: 0 0 20%;
  max-width: 20%;
  box-sizing: border-box;
  padding: 10px;
}

/* ウィンドウ幅が768px未満の場合 */
@media (max-width: 767px) {
    .sr-col-l {
        position: static; /* SPではstickyを無効にする */
        top: auto; /* top: 0 を無効にする */
        height: auto; /* 高さを自動にする */
        overflow-y: visible; /* スクロールを解除 */
    }
}

.sr-col-r {
  flex: 0 0 70%;
  max-width: 70%;
  box-sizing: border-box;
  padding: 10px;
}

.sr-col-r h4 {
margin-top:1em !important;
}

#service-filter label{
display:block;
}




#searchButton {
  padding: 8px 16px;
}

#new_article .sr-h5{
margin: 8px 0 16px;
}

#new_article .sr-h4{
display:none;
}

.modal-close {
 display:none;
}

.sr-col-l label{
display: block;
font-size: 14px;
margin-bottom: 8px;
padding-left: 4px;
cursor:pointer;
}

.sr-col-l input[type="checkbox"]{
margin-right: 3px;
margin-top: -4px;
width: auto;
}

.sr-col-l .reset-checkbox{
font-size: 14px;
padding-right:4px;
text-align: right;
margin-bottom: 2.5rem;
}

#service-filter label, #info-filter label {
color: #555;
}

#service-filter label.sr-checked, #info-filter label.sr-checked {
color: #0892c7;
}

#service-filter label, #info-filter label {
display: flex;
align-items: center;
}

#service-filter input[type="checkbox"], #info-filter input[type="checkbox"] {
margin-right: 8px; /* チェックボックスとテキストの間にスペースを追加 */
}

#service-filter label input[type="checkbox"] {
width: 14px;
height: 14px;
accent-color: #007bff; /* チェックマークと枠の色を変更（モダンブラウザ対応） */
}

/* right-col */
.sr-col-r {
  flex: 0 0 80%;
  max-width: 80%;
  box-sizing: border-box;
  padding: 10px;
  border-left: 1px solid #ccc;
  padding-left:40px;
}

.sr-col-r #new_article h2{
margin: 0 0 16px;
  font-size: 2.8rem;
  font-weight: normal;
}

.sr-col-r #new_article p.sr-summary{
margin: 0 0 16px;
}

.sr-col-r #new_article #searchForm{
position: relative;
margin: 14px 0 0;
}

.sr-col-r #new_article .search{
width: 100%;
max-width: 100%;
}

@media screen and (min-width: 768px) {
.sr-sp{
  display:none;
}
}

.sr-sp{
  padding: 20px 0 1px;
  width: 100%;
}


.sr-sp #queryInput,
.sr-col-r #new_article #queryInput {
border: 1px solid #bdc3c4;
padding: .5rem 70px .5rem 10px;
border-radius: 4px;
height: 40px;
width: 100%;
box-sizing: border-box;
font-weight: normal;
font-size: 1.6rem;
}

.sr-sp #searchButton,
.sr-col-r #new_article #searchButton{
  display: block;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 37px;
  content: "検索";
  background-color: #649bc5;
  color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  font-weight: 400;
  width: 60px;
  font-size: 1.4rem;
  font-weight: normal;
}

.sr-col-r #new_article h4 {
margin-top:1em;
}

.sr-col-r #new_article .hit-container{
border-bottom:1px #ccc solid;
padding: 16px 0 20px;
position: relative;
background-repeat: no-repeat;
background-size: auto 20px;
background-position: calc(100% - 28px) 35px;
}

.sr-col-r #new_article .sp-filter{
display:none;
}

#new_article .hit-container h5{
width: calc(100% - 210px); 
}

div.logo-arg {background-image: url('/hc/theming_assets/01JCFR65QNSBF48QMYQS36A3NF');}
div.logo-apy {background-image: url('/hc/theming_assets/01J9TJF1MZVCF3G0F8F4V1CRR0');}
div.logo-mpa {background-image: url('/hc/theming_assets/01J9TJF4GZYMGES873DVNZ2NW0');}
div.logo-pyr {background-image: url('/hc/theming_assets/01J9TJF5XCA9EHQBQFB1VH8HAV');}
div.logo-msc {background-image: url('/hc/theming_assets/01J9TJF4ZN1BKATTTD3RZ7ZEYB');}
div.logo-sft {background-image: url('/hc/theming_assets/01J9TJF7A1YAFN3C8VDW4NGPKT');}
div.logo-rb {background-image: url('/hc/theming_assets/01J9TJF6BV0EBJENNNANKHYMGR');}
div.logo-mate {background-image: url('/hc/theming_assets/01J9TJF3BVXPTN6ZGVC1EKZY21');}
div.logo-awt {background-image: url('/hc/theming_assets/01J9TJF2HFCKQXS1QTA7CVXS51');}
div.logo-rsv {background-image: url('/hc/theming_assets/01J9TJF6T011GHSE181EBWKYGA');}
div.logo-inv {background-image: url('/hc/theming_assets/01J9TJF2YD2Z2DFMNFJP17TYDN');}
div.logo-aid {background-image: url('/hc/theming_assets/01J9TJF16HZQJCD4K9HW8KBCVT');}
div.logo-acs {background-image: url('/hc/theming_assets/01J9TJF0QE391FPAJP9APNGP39');}
div.logo-mkt {background-image: url('/hc/theming_assets/01J9TJF40VK50Y9PBDDRJTXR27');}
div.logo-oes {background-image: url('/hc/theming_assets/01J9TJF5EPC0VTZCMQR4QS2XAH');}
div.logo-psb {background-image: url('/hc/theming_assets/01JCJ5WDJT48QSPBHXS9QAM79M');}

#new_article .hit-container h5{
margin: 14px 0;
padding: 0;
font-weight: normal;
font-size: 1.7rem !important;
}

#new_article .hit-container h5 em{
font-style:normal;
font-weight:bold;
color: #3874d1;
}

.search-results em,.hit-container em{
font-weight: 600 !important;
font-style: normal;
}

#new_article .zero-result-message{
margin:18px 0;
text-align: center;
font-size: 2rem;
margin: 2.5em 0 1.5em;

}

#new_article .zero-result-message h3{
border:0px;
margin-bottom: 18px;
color: #555555;
font-weight: normal;
}

#new_article .hit-container .sr-breadcrumb{
font-size:15px;
color: #555;
}

#new_article .hit-container .sr-breadcrumb a{
font-size:15px;
color: #555;
text-decoration:none;
}

#new_article .hit-container .sr-breadcrumb a:hover{
text-decoration: underline;
color: #3874d1;
}

@media screen and (max-width: 900px) {

#new_article .hit-container h5{
  width: 100%;
  padding-left: 62px;
  line-height:1.3em;
  min-height: 44px;
  background-size: auto 38px;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  font-weight: normal;
}

#new_article .hit-container{
  background-image:none;
}

#new_article h5.logo-arg {background-image: url('/hc/theming_assets/01J9TJF91V34RFJD04DD57GM9F');}
#new_article h5.logo-apy {background-image: url('/hc/theming_assets/01J9TJF8MASR7JRFDXWP2GJN7B');}
#new_article h5.logo-mpa {background-image: url('/hc/theming_assets/01J9TJFBE36YPG74AEJ8KABYQG');}
#new_article h5.logo-pyr {background-image: url('/hc/theming_assets/01J9TJFCSGP6NE43CRAXTM7SCX');}
#new_article h5.logo-msc {background-image: url('/hc/theming_assets/01J9TJFBVGG6BNYBC1PQHDME9P');}
#new_article h5.logo-sft {background-image: url('/hc/theming_assets/01J9TJFE52PMDMF6N65RDT0WW1');}
#new_article h5.logo-rb {background-image: url('/hc/theming_assets/01J9TJFD8AFVKT0S46KB9WRT5K');}
#new_article h5.logo-mate {background-image: url('/hc/theming_assets/01J9TJFAG5WGEGPY7ERNHFZ4Y5');}
#new_article h5.logo-awt {background-image: url('/hc/theming_assets/01J9TJF9GDDWRA2FM7WC9SMVZX');}
#new_article h5.logo-rsv {background-image: url('/hc/theming_assets/01J9TJFDPJ4BD9NP6RHKAH695H');}
#new_article h5.logo-inv {background-image: url('/hc/theming_assets/01J9TJFA13ZFFZ41XRS9JRYX99');}
#new_article h5.logo-aid {background-image: url('/hc/theming_assets/01J9TJF86M97MFDRN78HN487EM');}
#new_article h5.logo-acs {background-image: url('/hc/theming_assets/01J9TJF7RNSZ9M75QHZ6SV8CAA');}
#new_article h5.logo-mkt {background-image: url('/hc/theming_assets/01J9TJFAYVVMVD5QNXAHHN2HD4');}
#new_article h5.logo-oes {background-image: url('/hc/theming_assets/01J9TJFCA1ZA76ZPFDKMREBAWM');}
#new_article h5.logo-psb {background-image: url('/hc/theming_assets/01JCJ6RKGPSGC5DW8CNYKNHQ25');}
}

.sr-col-r #new_article .hit-container.logo-psb  {
  background-size: auto 30px;
}

/*ファルタの表示切替*/
@media screen and (max-width: 767px) {
.sr-col-l{
  display:none;
  width: 90%;
  max-width: 90%;
  flex: 0 0 90%;
}

.modal-close {
    display:block;
    position: absolute;
    top: 14px;
    right: 14px;
    border: none;
    cursor: pointer;
    height: 14px;
    width: 14px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 41"%3E%3Cpath d="M2.245 40.384L0 38.139 17.755 20.384 0 2.629 2.245.384 20 18.139 37.755.384 40 2.629 22.245 20.384 40 38.139 37.755 40.384 20 22.629 2.245 40.384Z" fill="%23333"/%3E%3C/svg%3E');
    size: 14px;
    z-index: 10000;
}

.sr-col-r{
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  border-left: none;
  padding: 0px;
}

.sr-col-r #new_article form{
  display:none;
}

.sr-col-r #new_article .sp-filter{
  position: relative;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  padding: 16px 14px;
  border-radius: 4px;
  background-color: #649bc5;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14"><path d="M0.26 5.065L5.36 10.165c.083.086.183.154.293.201.11.046.228.07.348.069.237-.001.465-.094.636-.258l5.1-5.1c.09-.079.163-.176.216-.285s.06-.228.064-.348c.005-.12-.015-.24-.059-.352s-.097-.202-.182-.287-.201-.154-.313-.199c-.112-.045-.232-.067-.352-.064s-.24.028-.35.078-.198.122-.278.213L6 8.323 1.5 3.823c-.078-.095-.175-.173-.285-.228-.11-.055-.23-.087-.353-.093-.123-.006-.246.014-.36.058-.115.045-.219.113-.306.2-.087.087-.155.191-.2.306s-.069.233-.063.356c.005.123.037.244.093.353s.133.201.228.285z" fill="white"/></svg>');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center right 20px;
  cursor:pointer;
}

.sr-col-l.modal {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border:1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#new_article .sr-h4{
  display:block;
  margin: 8px 0 16px;
}

#service-filter,#info-filter {
    display: flex;
    flex-wrap: wrap;
}

#service-filter label,#info-filter label {
    width:33%;
}



.sr-col-r #new_article .hit-container div{
  margin:0 6px;
}

}

@media screen and (max-width: 580px) {

  #service-filter label,#info-filter label {
    width:50%;
}

}

/* 検索フォーム */

#searchForm {
  margin-bottom: 20px;
}

#queryInput {

  padding: 8px;
  margin-right: 10px;
}

#searchButton {
  padding: 8px 16px;
}

/****************************
Sraech Result Pagination
*****************************/

#sr-pagination-wrap{
  margin: 64px auto;
  text-align: center;
}

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

.sr-pagination ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: static; /* 必要に応じてpositionの値をリセット */
  text-indent: 0;
  padding-left: 0; /* 必要に応じてpadding-leftをリセット */
}

.sr-pagination ul>li::before {
  content: none;
}

.sr-pager {
  text-align: center;
  margin: 2em 0 4em;
}

.sr-pager_block {
  display: inline-block;
}

.sr-pagination {
  margin-bottom: .5em;
}

.sr-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sr-pagination ul li {
  width: 38px;
  height: 38px;
}

/* ウィンドウ幅が768px未満の場合 */
@media (max-width: 767px) {
    .sr-pagination ul li {
    width: 36px;
    height: 36px;
    }
}

.sr-pagination ul li a,
.sr-pagination ul li span {
  display: block;
  font-size: 16px;
  padding: .5em;
  font-family: sans-serif;
  width: 100%;
  height: 100%;
  color: #536369;
}

.sr-pagination li+li {
  border-left: 1px solid #ccc;
}

.sr-pagination li:hover {
  background-color: #e5f4ff;
  opacity: .8;
}

.sr-pagination .sr-pagination-current {
  background-color: #e5f4ff;
}

.sr-pagination .sr-pagination_ico {
  position: relative;
}

.sr-pagination .sr-pagination_ico a:before {
  content: "";
  margin: 0;
  display: inline-block;
  width: 14px;
  height: 12px;
  background-size: 6px;
  position: absolute;
  top: 14px;
  left: 11px;
}

.sr-pagination .sr-pagination-prev a:before,
.sr-pagination .sr-pagination-next a:before {
  background: url('data:image/svg+xml,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.8%2080%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23bcc2c3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eico_arrow_right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10%2C78.27l34-34A5.89%2C5.89%2C0%2C0%2C0%2C45.8%2C40a6.11%2C6.11%2C0%2C0%2C0-1.72-4.24l-34-34A5.88%2C5.88%2C0%2C1%2C0%2C1.72%2C10l30%2C30-30%2C30A5.88%2C5.88%2C0%2C1%2C0%2C10%2C78.27Z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.sr-pagination .sr-pagination-first a:before,
.sr-pagination .sr-pagination-last a:before {
  background: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2074.2%2080.7%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23BCC2C3%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38.4%2C78.5l34-34c1.2-1.1%2C1.8-2.7%2C1.8-4.3c0-1.6-0.6-3.1-1.7-4.2l-34-34c-2.1-2.4-5.8-2.7-8.3-0.6%20s-2.7%2C5.8-0.6%2C8.3c0.2%2C0.2%2C0.3%2C0.3%2C0.5%2C0.5l30%2C30l-30%2C30c-2.5%2C2.1-2.9%2C5.8-0.8%2C8.3c2.1%2C2.5%2C5.8%2C2.9%2C8.3%2C0.8%20C37.9%2C79.1%2C38.2%2C78.8%2C38.4%2C78.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.4%2C78.5l34-34c1.2-1.1%2C1.8-2.7%2C1.8-4.3c0-1.6-0.6-3.1-1.7-4.2l-34-34C8.4-0.4%2C4.7-0.7%2C2.2%2C1.4%20s-2.7%2C5.8-0.6%2C8.3c0.2%2C0.2%2C0.3%2C0.3%2C0.5%2C0.5l30%2C30l-30%2C30c-2.5%2C2.1-2.9%2C5.8-0.8%2C8.3c2.1%2C2.5%2C5.8%2C2.9%2C8.3%2C0.8%20C9.9%2C79.1%2C10.2%2C78.8%2C10.4%2C78.5z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.sr-pagination .sr-pagination-prev a:before {
  transform: rotateY(180deg);
}

.sr-pagination .sr-pagination-first a:before {
  transform: rotateY(180deg);
}

.sr-pager .sr-page_results {
  text-align: right;
}

@media only screen and (max-width: 767px) {

  .sr-pagination {
      margin-bottom: .2em;
  }

  .sr-pagination ul {
      border: none;
  }

  .sr-pagination ul li {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      margin-top: .5em;
  }

  .sr-pagination ul li+li {
      margin-left: -1px;
  }

  .sr-pagination ul li:first-child {
      border-left: 1px solid #ccc;
      border-radius: 4px 0 0 4px;
  }

  .sr-pagination ul li:last-child {
      border-radius: 0 4px 4px 0;
  }

  .sr-pagination ul li a,
  .sr-pagination ul li span {
      font-size: 14px;
  }

  .sr-pagination .sr-pagination_ico a:before {
      top: 12px;
  }

  .sr-page_results {
      font-size: .95em;
  }
}

@media only screen and (max-width: 320px) {
  .sr-pagination ul li {
      width: 34px;
      height: 34px;
  }

  .sr-pagination .sr-pagination_ico a:before {
      width: 10px;
      height: 10px;
      top: 12px;
      left: 10px;
  }
}

/* オートコンプリートを非表示 */
zd-autocomplete {display: none !important;}


div#article-page .clearfix {
  clear: unset;
}

aside.side-contents.clearfix {
  clear: unset;
}


@media only screen and (max-width: 767px) {
#home-search-area #searchButton{
position: absolute;
  right: 0;
  top: -5px;
  width: 10%;
  height: 0;
  background: url(/hc/theming_assets/01HZKQPG7FXKRGTCR6KZXC52S2) no-repeat 50% 50% / 16px 16px;
  z-index: 1;
  padding: 2.4em 0 0 0;
  border: none;
  text-indent: 100%;
  font-size: 1.6rem;
}

#searchForm #queryInput {
  padding: 3px 0px 3px 15px;
  margin-right: 10px;
}

#searchForm {
  margin-bottom: 0px;
}

}

/* サイト内検索のエラーメッセージ */
@keyframes sr-error-fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

#sr-error {
  margin: 16px 0 26px;
  padding: 16px;
  border: 1px solid #f55852;
  border-radius: 6px;
  color: #f55852;

  animation: sr-error-fadeIn 1s ease-out;
}

#sr-error {
  opacity: 1;
  transform: translateY(0);
}

#sr-error h3 {
  color:#f55852;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  border-bottom: none;
}

#sr-error p{color:#f55852;}

#sr-error .relation{margin-bottom: 0;}

@media only screen and (max-width: 767px) {
  #sr-error h3 {
      font-size: 18px;
  }
}

/* リンク＋アイコン */
#sr-error a.link {
display: block;
text-decoration: none;
text-align: right;
font-size: 16px;
color: #3874d1;
padding: 3px;
}

#sr-error a.link:after {
display: inline-block;
position: relative;
right: 0;
left: 0;
width: 1.4rem;
height: 1.4rem;
background: url(/hc/theming_assets/01HZKQPN5A9YKX5D7N4AQSKT2D) no-repeat right center transparent;
margin-left: 4px;
content: "";
background-size: contain;
}

#sr-error .relation {
margin: 0.5em 0 0;
text-align: right;
display: block !important;
}

#sr-error .relation:before {
content: "" !important;
}

#sr-error .relation a.link-relation,
#sr-error .relation a.link-external {
font-size: 1.5rem;
}

#sr-error a.link-relation,
#sr-error a.link-external {
display: inline-block;
position: relative;
text-decoration: none;
color: #3874d1;
padding: 0px;
text-indent: 0;
}

#sr-error a.link-external:after {
content: "";
display: inline-block;
position: relative;
top: 0.07em;
left: 0;
width: 1em;
height: 1em;
background: url(/hc/theming_assets/01HZKQPR2P32MSBY64CG6D7YRW) no-repeat right center transparent;
margin-left: 0.2em;
margin-right: 0.2em;
background-size: contain;
}

#sr-error a.link-relation:before {
content: "";
display: inline-block;
position: relative;
top: 0.1em;
left: 0;
width: 1em;
height: 1em;
background: url(/hc/theming_assets/01HZKQPR7JSG3VXHM472KZF2JQ) no-repeat right center transparent;
margin-left: 0.2em;
margin-right: 0.2em;
background-size: contain;
}

/*******************
AmazonConnect Chat アイコン用
********************/

/* ボタンの基本スタイル（200x60px） */
[class^="acOpenButton"],
[class^="acButtonStyles"],
[class^="acCloseButton"] {
    width: 200px !important;
    height: 60px !important;
    box-shadow: none !important;
}

/* フォーカス時の透明度 */
[class^="acOpenButton"]:focus,
[class^="acButtonStyles"]:focus,
[class^="acCloseButton"]:focus {
    opacity: 1 !important;
}

iframe#amazon-connect-chat-widget-iframe {
    margin-top: 0;
}

/* open/close ボタン内のSVG非表示 */
#amazon-connect-open-widget-button svg,
#amazon-connect-close-widget-button svg {
    display: none;
}

/* ボタン（open/close）の位置・背景設定 */
button#amazon-connect-open-widget-button,
#amazon-connect-close-widget-button {
    position: fixed;
    right: 20px !important;
    bottom: 10px !important;
    width: 200px !important;
    height: 65px !important;
    color: #000000;
    background: transparent !important;
    background-image: url("/hc/theming_assets/01JN2TRBHC29GQ62KHDEHW14PS") !important;
    border-radius: 0;
    background-repeat: no-repeat !important;
    background-size: 200px !important;
  	outline: none;
}

/* acFrameContainer のスタイル */
[class^="acFrameContainer"] {
    max-height: 85vh !important;
}

/* モバイル向け acFrameContainer の調整 */
[class^="acFrameContainer"].mobile {
    max-height: 92vh !important;
}
[class^="acFrameContainer"].show.mobile {
    max-height: unset !important;
    max-width: unset;
}

/* モバイル向け close ボタンのスタイル */
button#amazon-connect-close-widget-button.mobile {
    background: #20aee5 !important;
    height: 50px !important;
    width: 60px !important;
}
#amazon-connect-close-widget-button.mobile svg {
    display: block;
}

/* acWidgetContainer の調整 */
[class^="acWidgetContainer"] {
    margin-bottom: 75px;
    bottom: 0 !important;
}

/* 追加要素の z-index 調整 */

iframe#webWidget {
    z-index: 9999999999 !important;
}
div#amazon-connect-widget-frame {
    z-index: 1;
}

/* 767px以下の画面幅向け */
@media (max-width: 767px) {
  button#amazon-connect-open-widget-button,
  #amazon-connect-close-widget-button {
    right: 5px !important;
  }
}