@charset "UTF-8";
/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  color: #585858;
  font-family: Helvetica, Arial, sans-serif;
  font-family:  '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN','Hiragino Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #0e84e5;
  /*  color: #244773; */
  font-family: Helvetica, Arial, sans-serif;
  font-family:  '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN','Hiragino Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.lang-zh-cn {
  font-family: sans-serif;
}
.lang-zh-cn a {
  font-family: sans-serif;
}

a:hover {
  text-decoration: underline;
}

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

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

[dir="rtl"] table {
  text-align: right;
}

td, th {
  border-color: #eeeeee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #282828;
  font-weight: 400;
  margin: 0 0 30px;
}

h1 {
  font-size: 20px;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

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

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

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

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  /* border-radius */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dddddd;
  color: #4584c0;
  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] {
  font-size: 18px;
  background: #244773;
  border-color: transparent;
  color: #FFF;
  padding: 5px 30px;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  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;
}

.hidden {
  display: none;
}

/* Buttons */
.btn.btn-option {
  /* border-radius */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* border: 1px solid #244773; */
  color: #fff;
  /* background-color: #084885; */
  background-color: #0E84E5;
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 6px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 13px;
  position: relative;
  max-width: 170px;
  width: 100%;
  text-align: left;
}

.btn.btn-option::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4444%208.88889V16H0V3.55556H7.11111V5.33333H1.77778V14.2222H10.6667V8.88889H12.4444ZM14.2222%200H8.88889V1.77778H12.96L6.48889%208.26667L7.73333%209.51111L14.2222%203.04V7.11111H16V0H14.2222Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}

.btn.btn-option:hover {
  text-decoration: none;
  /* opacity 75% */
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
  zoom: 1;
}

/* Forms */
.form {
  width: 100%;
}

.form-field + .form-field {
  margin-top: 50px;
}

.form-field label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

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

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

.form-field p,
.form-field .form-field-description {
  color: #6c6c6c;
  font-size: 13px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form-field select,
.form-field .nesty-input {
  line-height: 40px;
  height: 40px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

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

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

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

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Search box */
.search-box, .sub-nav .search {
  position: relative;
}

.search-box .search {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
}

.sub-nav .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

.search-box input, .sub-nav .search input {
  line-height: 1.4;
  padding: .75em .9em .6em;
  width: 100%;
  -webkit-appearance: none;
  font-size: 20px;
  font-weight: normal;
}

.search-box input[type="submit"], .sub-nav .search input[type="submit"] {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

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

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #a9a9a9;
  display: inline-block;
  font-size: 13px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #CCC;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

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

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

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

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

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eeeeee;
  float: left;
  margin-left: -1px;
}

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

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

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

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

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

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

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}

.markdown img {
  max-width: 100%;
}

.markdown hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
}

.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/* Columns */
.main-column, .side-column {
  display: table-cell;
  vertical-align: top;
}

.side-column {
  width: 290px;
  padding-left: 40px;
}

[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* tablet */
@media screen and (max-width: 768px) {
  .main-column, .side-column {
    display: block;
    width: 100%;
    padding: 0;
  }

  .main-column {
    padding-bottom: 40px;
  }
}
/* Home page */
.hero-unit {
  display: block;
  font-size: 22px;
  padding: 40px 10px;
  background-color: #EDF0F2;
}

.hero-unit p {
  color: #244773;
  font-weight: 400;
  font-size: 22px;
}

body.community-enabled .knowledge-base-inner, body.community-enabled .community {
  display: inline-block;
  vertical-align: top;
}

.knowledge-base-inner, .community {
  display: inline-block;
  vertical-align: top;
}

.knowledge-base-inner {
  width: 100%;
}

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
  margin-left: 45px;
  width: 270px;
}

[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2, .community h3 {
  color: #555555;
  font-size: 13px;
  font-weight: normal;
  margin: 10px 0 15px;
}

.section h3 {
  color: #555555;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding-right: 20px;
	padding-top: 8px
}

.community h4 {
  font-size: 15px;
  margin-top: 0;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.community .trending-questions + h4 {
  margin-top: 50px;
}

/* Knowledge base trees */
.article-list li, .community li {
  margin-bottom: 10px;
}

.category h2 {
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  margin: 25px 0 10px;
  padding-bottom: 2px;
}

.category h2 a, .section h3 {
  color: inherit;
}

.category-empty {
  display: inline-block;
  padding: 0 50px 30px 0;
  vertical-align: top;
  width: 33%;
}

[dir=rtl] .category-empty, [dir=rtl] .section {
  padding: 0 0 30px 50px;
}

.see-all-articles {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
}

.category-description, .section-description {
  color: #bebebe;
  margin-bottom: 50px;
  margin-top: -15px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-header {
  border-bottom: 2px solid #244773;
  margin-bottom: 60px;
  padding-bottom: 3px;
  font-size: 24px;
  line-height: 1.3;
}

.page-header h1 {
  font-size: 24px;
}

.page-header > * {
  display: table-cell;
  vertical-align: middle;
}

.page-header > *:first-child {
  width: 100%;
}

.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}

/* Article */
.article-header {
  margin-bottom: 25px;
}

.article-header h1 {
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 8px;
  padding-bottom: 6px;
  color: #222222;
  font-size: 24px;
  border-bottom: 2px solid #bfbfbf;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}

.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-meta {
  width: 100%;
}

.article-updated {
  display: inline-block;
  padding-right: 17px;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
  border-bottom: 1px solid #eeeeee;
  margin-top: 15px;
  padding: 20px 0;
}

.article-footer .article-footer .share {
  display: table-cell;
}


/***** button-vote *****/
/* .button-vote, [role="button"] {
  border: 1px solid #244773;
  border-radius: 4px;
  color: #244773;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

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

.button-vote::after, [role="button"]::after {
  color: #244773;
}

.button-vote:hover, .button-vote:active, .button-vote:focus, .button-vote[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #244773;
  color: #ffffff;
  text-decoration: none;
}

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

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


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

.article-vote {
  background: transparent;
  border: 1px solid #244773;
  color: #244773;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

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

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

.article-vote::after {
  content: attr(title);
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: $brand_color;
}

.article-vote:hover {
  background-color: #244773;
}

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

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

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



/* 旧 vote 部分コメントアウト
.article-vote {
  width: 100%;
}

.article-vote > * {
  display: inline-block;
}

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

.article-vote-count {
  color: #999999;
  min-width: 20%;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

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

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

.article-vote-up.article-voted {
  color: #6B9100;
  border-color: #6B9100;
}

.article-vote-down.article-voted {
  color: #999;
  border-color: #999;
}
*/

.p-vote{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #F4F4F4;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  @media screen and (max-width: 768px) {
    width: 100%;
    position: static;
    opacity: unset;
    visibility: unset;
    margin-top: 46px;
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
  }  
}
.p-vote.is-active{
  position: fixed;
  opacity: 1;
  visibility: visible;
}


.p-vote__content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 11px 0;
  @media screen and (max-width: 768px) {
    padding: 24px 33px;
    flex-direction: column;
    gap: 8px;
  }
}

.p-vote__heading{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.p-vote__option{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.p-vote__option__button{
  border-radius: 6px;
  background-color: #0579E6;
  content: attr(title);
  width: 158px;
  height: 40px;
  position: relative;
}

.p-vote__option__button:hover{
  background-color: #00458d;
  transition: background-color 0.2s;
}

.p-vote__option__button--up::after,
.p-vote__option__button--down::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
}

.p-vote__option__button--up::after{
  width: 96px;
  height: 21px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2296%22%20height%3D%2222%22%20viewBox%3D%220%200%2096%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.99996%2015.4997C7.52756%2015.4997%206.21536%2014.6438%205.66906%2013.6997H12.339C11.8071%2014.6465%2010.5156%2015.4997%208.99996%2015.4997ZM13.4998%2011.9001H4.49981C4.00301%2011.9001%203.59981%2012.3033%203.59981%2012.8001C3.59981%2015.1554%206.17381%2017.3001%208.99981%2017.3001C11.8258%2017.3001%2014.3998%2015.1554%2014.3998%2012.8001C14.3998%2012.3033%2013.9966%2011.9001%2013.4998%2011.9001Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.29991%208.07475C6.42411%208.07475%206.52491%208.17555%206.52491%208.29975C6.52491%208.54725%206.07491%208.54725%206.07491%208.29975C6.07491%208.17555%206.17571%208.07475%206.29991%208.07475ZM6.29981%209.87485C7.16831%209.87485%207.87481%209.16835%207.87481%208.29985C7.87481%207.43135%207.16831%206.72485%206.29981%206.72485C5.43131%206.72485%204.72481%207.43135%204.72481%208.29985C4.72481%209.16835%205.43131%209.87485%206.29981%209.87485Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.6997%208.07475C11.8239%208.07475%2011.9247%208.17555%2011.9247%208.29975C11.9247%208.54725%2011.4747%208.54725%2011.4747%208.29975C11.4747%208.17555%2011.5755%208.07475%2011.6997%208.07475ZM11.6999%209.87485C12.5684%209.87485%2013.2749%209.16835%2013.2749%208.29985C13.2749%207.43135%2012.5684%206.72485%2011.6999%206.72485C10.8314%206.72485%2010.1249%207.43135%2010.1249%208.29985C10.1249%209.16835%2010.8314%209.87485%2011.6999%209.87485Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.9996%2018.2002C5.0297%2018.2002%201.7996%2014.9701%201.7996%2011.0002C1.7996%207.03026%205.0297%203.80016%208.9996%203.80016C12.9695%203.80016%2016.1996%207.03026%2016.1996%2011.0002C16.1996%2014.9701%2012.9695%2018.2002%208.9996%2018.2002ZM9%202C4.0374%202%200%206.0374%200%2011C0%2015.9635%204.0374%2020%209%2020C13.9626%2020%2018%2015.9635%2018%2011C18%206.0374%2013.9626%202%209%202Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M33.028%205.104H36.654V6.574H33.028V5.104ZM31.292%2010.662H37.55V12.188H31.292V10.662ZM35.674%205.104H37.354V8.156C37.354%208.408%2037.354%208.534%2037.396%208.59C37.438%208.632%2037.508%208.646%2037.592%208.646C37.662%208.646%2037.802%208.646%2037.9%208.646C37.97%208.646%2038.054%208.632%2038.11%208.604C38.166%208.576%2038.222%208.492%2038.25%208.296C38.278%208.1%2038.292%207.666%2038.306%207.12C38.586%207.386%2039.146%207.652%2039.566%207.792C39.524%208.38%2039.468%209.038%2039.356%209.318C39.244%209.598%2039.076%209.78%2038.81%209.906C38.6%2010.018%2038.222%2010.088%2037.97%2010.088C37.704%2010.088%2037.34%2010.088%2037.116%2010.088C36.738%2010.088%2036.304%209.962%2036.052%209.724C35.786%209.458%2035.674%209.15%2035.674%208.212V5.104ZM36.962%2010.662H37.284L37.592%2010.606L38.726%2011.096C37.564%2014.778%2034.834%2016.78%2031.432%2017.802C31.236%2017.382%2030.83%2016.724%2030.508%2016.388C33.518%2015.646%2036.066%2013.77%2036.962%2010.942V10.662ZM33.518%2012.104C34.54%2014.246%2036.682%2015.744%2039.734%2016.318C39.356%2016.668%2038.88%2017.354%2038.642%2017.816C35.408%2017.046%2033.308%2015.268%2032.02%2012.552L33.518%2012.104ZM32.244%205.104H33.868V6.588C33.868%207.904%2033.602%209.528%2032.23%2010.564C31.936%2010.284%2031.208%209.808%2030.83%209.626C32.09%208.73%2032.244%207.512%2032.244%206.56V5.104ZM29.78%207.582L31.278%208.184C30.242%209.906%2028.59%2011.726%2027.12%2012.86C26.966%2012.496%2026.504%2011.628%2026.238%2011.264C27.526%2010.368%2028.94%208.968%2029.78%207.582ZM29.346%204.628L30.942%205.272C29.99%206.574%2028.548%207.974%2027.204%208.828C27.036%208.45%2026.63%207.764%2026.378%207.414C27.484%206.728%2028.744%205.566%2029.346%204.628ZM28.352%2010.83L29.906%209.276L29.99%209.318V17.76H28.352V10.83ZM46.258%206.714C47.98%206.952%2050.78%206.882%2052.278%206.7V8.506C50.57%208.674%2048.022%208.674%2046.272%208.506L46.258%206.714ZM47.378%2012.692C47.266%2013.168%2047.21%2013.504%2047.21%2013.868C47.21%2014.498%2047.756%2014.876%2049.184%2014.876C50.43%2014.876%2051.466%2014.764%2052.684%2014.498L52.726%2016.388C51.816%2016.57%2050.682%2016.668%2049.1%2016.668C46.692%2016.668%2045.53%2015.8%2045.53%2014.372C45.53%2013.812%2045.614%2013.266%2045.782%2012.552L47.378%2012.692ZM44.102%205.776C44.004%206.07%2043.822%206.784%2043.766%207.036C43.57%207.96%2043.08%2010.76%2043.08%2012.16C43.08%2012.44%2043.094%2012.79%2043.136%2013.07C43.346%2012.594%2043.57%2012.118%2043.78%2011.642L44.648%2012.328C44.242%2013.504%2043.78%2015.016%2043.64%2015.758C43.598%2015.968%2043.556%2016.276%2043.556%2016.416C43.57%2016.57%2043.57%2016.808%2043.584%2017.004L41.974%2017.102C41.694%2016.15%2041.428%2014.442%2041.428%2012.538C41.428%2010.424%2041.848%208.072%2042.002%206.98C42.058%206.602%2042.128%206.07%2042.142%205.622L44.102%205.776ZM55.092%207.064H66.964V8.716H55.092V7.064ZM54.63%2015.534H67.384V17.214H54.63V15.534ZM60.09%204.614H61.854V7.988H60.09V4.614ZM63.254%209.206L65.186%209.542C64.64%2011.852%2063.884%2014.414%2063.226%2016.066L61.588%2015.702C62.246%2013.994%2062.932%2011.278%2063.254%209.206ZM56.898%209.668L58.494%209.248C59.166%2010.984%2059.684%2013.154%2059.824%2014.638L58.102%2015.1C58.004%2013.644%2057.5%2011.376%2056.898%209.668ZM69.988%2010.578C70.408%2010.508%2071.052%2010.34%2071.472%2010.2C72.438%209.92%2074.804%209.108%2076.498%209.108C78.724%209.108%2080.208%2010.424%2080.208%2012.552C80.208%2015.072%2077.968%2016.808%2073.53%2017.074L72.788%2015.352C75.98%2015.268%2078.346%2014.414%2078.346%2012.51C78.346%2011.474%2077.562%2010.732%2076.33%2010.732C74.706%2010.732%2071.92%2011.894%2070.716%2012.398L69.988%2010.578ZM88.622%205.328C88.524%205.72%2088.398%206.35%2088.328%206.658C88.132%207.61%2087.782%209.318%2087.404%2010.746C86.9%2012.706%2085.962%2015.562%2085.192%2017.228L83.246%2016.57C84.072%2015.156%2085.136%2012.23%2085.668%2010.27C86.018%208.954%2086.34%207.414%2086.438%206.588C86.508%206.07%2086.522%205.496%2086.48%205.16L88.622%205.328ZM85.052%207.428C86.76%207.428%2088.734%207.162%2090.554%206.728V8.478C88.818%208.884%2086.62%209.122%2085.038%209.122C84.352%209.122%2083.834%209.094%2083.344%209.066L83.288%207.316C84.016%207.4%2084.478%207.428%2085.052%207.428ZM89.448%209.57C90.232%209.486%2091.24%209.43%2092.15%209.43C92.948%209.43%2093.788%209.472%2094.6%209.556L94.572%2011.236C93.858%2011.152%2093.004%2011.054%2092.164%2011.054C91.198%2011.054%2090.33%2011.096%2089.448%2011.208V9.57ZM90.204%2013.084C90.106%2013.49%2090.022%2013.938%2090.022%2014.246C90.022%2014.862%2090.428%2015.324%2091.94%2015.324C92.878%2015.324%2093.844%2015.226%2094.838%2015.044L94.768%2016.822C93.984%2016.934%2093.046%2017.018%2091.926%2017.018C89.56%2017.018%2088.3%2016.22%2088.3%2014.806C88.3%2014.148%2088.426%2013.476%2088.538%2012.93L90.204%2013.084Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}

.p-vote__option__button--down::after{
  width: 138px;
  height: 21px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22138%22%20height%3D%2221%22%20viewBox%3D%220%200%20138%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.00015%2017.7002C5.03025%2017.7002%201.80015%2014.4701%201.80015%2010.5002C1.80015%206.53026%205.03025%203.30016%209.00015%203.30016C12.97%203.30016%2016.2001%206.53026%2016.2001%2010.5002C16.2001%2014.4701%2012.97%2017.7002%209.00015%2017.7002M9%201.5C4.0374%201.5%200%205.5374%200%2010.5C0%2015.4635%204.0374%2019.5%209%2019.5C13.9626%2019.5%2018%2015.4635%2018%2010.5C18%205.5374%2013.9626%201.5%209%201.5%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.09994%206.90006H4.49994V8.70006H8.09994V6.90006Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.5%206.90006H9.90005V8.70006H13.5V6.90006Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.00013%2011.4001C7.11193%2011.4001%205.32633%2012.1264%203.97363%2013.444L5.23003%2014.7337C6.24523%2013.7446%207.58353%2013.2001%209.00013%2013.2001C10.4428%2013.2001%2011.7991%2013.7617%2012.8179%2014.7814L14.0914%2013.5088C12.7324%2012.1489%2010.9243%2011.4001%209.00013%2011.4001%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M33.028%204.604H36.654V6.074H33.028V4.604ZM31.292%2010.162H37.55V11.688H31.292V10.162ZM35.674%204.604H37.354V7.656C37.354%207.908%2037.354%208.034%2037.396%208.09C37.438%208.132%2037.508%208.146%2037.592%208.146C37.662%208.146%2037.802%208.146%2037.9%208.146C37.97%208.146%2038.054%208.132%2038.11%208.104C38.166%208.076%2038.222%207.992%2038.25%207.796C38.278%207.6%2038.292%207.166%2038.306%206.62C38.586%206.886%2039.146%207.152%2039.566%207.292C39.524%207.88%2039.468%208.538%2039.356%208.818C39.244%209.098%2039.076%209.28%2038.81%209.406C38.6%209.518%2038.222%209.588%2037.97%209.588C37.704%209.588%2037.34%209.588%2037.116%209.588C36.738%209.588%2036.304%209.462%2036.052%209.224C35.786%208.958%2035.674%208.65%2035.674%207.712V4.604ZM36.962%2010.162H37.284L37.592%2010.106L38.726%2010.596C37.564%2014.278%2034.834%2016.28%2031.432%2017.302C31.236%2016.882%2030.83%2016.224%2030.508%2015.888C33.518%2015.146%2036.066%2013.27%2036.962%2010.442V10.162ZM33.518%2011.604C34.54%2013.746%2036.682%2015.244%2039.734%2015.818C39.356%2016.168%2038.88%2016.854%2038.642%2017.316C35.408%2016.546%2033.308%2014.768%2032.02%2012.052L33.518%2011.604ZM32.244%204.604H33.868V6.088C33.868%207.404%2033.602%209.028%2032.23%2010.064C31.936%209.784%2031.208%209.308%2030.83%209.126C32.09%208.23%2032.244%207.012%2032.244%206.06V4.604ZM29.78%207.082L31.278%207.684C30.242%209.406%2028.59%2011.226%2027.12%2012.36C26.966%2011.996%2026.504%2011.128%2026.238%2010.764C27.526%209.868%2028.94%208.468%2029.78%207.082ZM29.346%204.128L30.942%204.772C29.99%206.074%2028.548%207.474%2027.204%208.328C27.036%207.95%2026.63%207.264%2026.378%206.914C27.484%206.228%2028.744%205.066%2029.346%204.128ZM28.352%2010.33L29.906%208.776L29.99%208.818V17.26H28.352V10.33ZM46.258%206.214C47.98%206.452%2050.78%206.382%2052.278%206.2V8.006C50.57%208.174%2048.022%208.174%2046.272%208.006L46.258%206.214ZM47.378%2012.192C47.266%2012.668%2047.21%2013.004%2047.21%2013.368C47.21%2013.998%2047.756%2014.376%2049.184%2014.376C50.43%2014.376%2051.466%2014.264%2052.684%2013.998L52.726%2015.888C51.816%2016.07%2050.682%2016.168%2049.1%2016.168C46.692%2016.168%2045.53%2015.3%2045.53%2013.872C45.53%2013.312%2045.614%2012.766%2045.782%2012.052L47.378%2012.192ZM44.102%205.276C44.004%205.57%2043.822%206.284%2043.766%206.536C43.57%207.46%2043.08%2010.26%2043.08%2011.66C43.08%2011.94%2043.094%2012.29%2043.136%2012.57C43.346%2012.094%2043.57%2011.618%2043.78%2011.142L44.648%2011.828C44.242%2013.004%2043.78%2014.516%2043.64%2015.258C43.598%2015.468%2043.556%2015.776%2043.556%2015.916C43.57%2016.07%2043.57%2016.308%2043.584%2016.504L41.974%2016.602C41.694%2015.65%2041.428%2013.942%2041.428%2012.038C41.428%209.924%2041.848%207.572%2042.002%206.48C42.058%206.102%2042.128%205.57%2042.142%205.122L44.102%205.276ZM55.092%206.564H66.964V8.216H55.092V6.564ZM54.63%2015.034H67.384V16.714H54.63V15.034ZM60.09%204.114H61.854V7.488H60.09V4.114ZM63.254%208.706L65.186%209.042C64.64%2011.352%2063.884%2013.914%2063.226%2015.566L61.588%2015.202C62.246%2013.494%2062.932%2010.778%2063.254%208.706ZM56.898%209.168L58.494%208.748C59.166%2010.484%2059.684%2012.654%2059.824%2014.138L58.102%2014.6C58.004%2013.144%2057.5%2010.876%2056.898%209.168ZM74.622%204.828C74.524%205.22%2074.398%205.85%2074.328%206.158C74.132%207.11%2073.782%208.818%2073.404%2010.246C72.9%2012.206%2071.962%2015.062%2071.192%2016.728L69.246%2016.07C70.072%2014.656%2071.136%2011.73%2071.668%209.77C72.018%208.454%2072.34%206.914%2072.438%206.088C72.508%205.57%2072.522%204.996%2072.48%204.66L74.622%204.828ZM71.052%206.928C72.76%206.928%2074.734%206.662%2076.554%206.228V7.978C74.818%208.384%2072.62%208.622%2071.038%208.622C70.352%208.622%2069.834%208.594%2069.344%208.566L69.288%206.816C70.016%206.9%2070.478%206.928%2071.052%206.928ZM75.448%209.07C76.232%208.986%2077.24%208.93%2078.15%208.93C78.948%208.93%2079.788%208.972%2080.6%209.056L80.572%2010.736C79.858%2010.652%2079.004%2010.554%2078.164%2010.554C77.198%2010.554%2076.33%2010.596%2075.448%2010.708V9.07ZM76.204%2012.584C76.106%2012.99%2076.022%2013.438%2076.022%2013.746C76.022%2014.362%2076.428%2014.824%2077.94%2014.824C78.878%2014.824%2079.844%2014.726%2080.838%2014.544L80.768%2016.322C79.984%2016.434%2079.046%2016.518%2077.926%2016.518C75.56%2016.518%2074.3%2015.72%2074.3%2014.306C74.3%2013.648%2074.426%2012.976%2074.538%2012.43L76.204%2012.584ZM83.148%206.83C83.75%206.9%2084.506%206.928%2085.01%206.928C86.746%206.928%2088.636%206.634%2089.994%206.2L90.036%207.824C88.832%208.16%2086.816%208.524%2085.024%208.51C84.464%208.51%2083.876%208.496%2083.274%208.468L83.148%206.83ZM88.594%204.73C88.412%205.472%2088.076%206.844%2087.698%208.034C87.054%2010.05%2085.794%2012.654%2084.604%2014.306L82.91%2013.438C84.17%2011.898%2085.43%209.448%2085.976%207.936C86.312%206.928%2086.62%205.626%2086.662%204.548L88.594%204.73ZM91.884%209.098C91.842%209.686%2091.856%2010.274%2091.87%2010.89C91.898%2011.716%2092.024%2013.802%2092.024%2014.586C92.024%2015.888%2091.324%2016.91%2089.322%2016.91C87.586%2016.91%2086.214%2016.126%2086.214%2014.586C86.214%2013.228%2087.362%2012.164%2089.308%2012.164C91.758%2012.164%2093.69%2013.396%2094.852%2014.446L93.928%2015.958C92.92%2015.02%2091.324%2013.578%2089.21%2013.578C88.398%2013.578%2087.866%2013.928%2087.866%2014.418C87.866%2014.936%2088.314%2015.3%2089.084%2015.3C90.036%2015.3%2090.344%2014.768%2090.344%2013.984C90.344%2013.144%2090.19%2010.568%2090.12%209.098H91.884ZM94.292%209.84C93.48%209.182%2091.884%208.272%2090.918%207.838L91.828%206.466C92.836%206.9%2094.558%207.838%2095.286%208.356L94.292%209.84ZM102.454%204.954C102.37%205.318%20102.286%205.766%20102.202%206.116C102.076%206.746%20101.894%207.614%20101.754%208.328C101.292%2010.302%20100.158%2014.292%2098.702%2016.658L96.868%2015.93C98.534%2013.69%2099.584%209.994%2099.976%208.23C100.242%206.97%20100.396%205.78%20100.382%204.73L102.454%204.954ZM107.284%206.256C108.138%207.474%20109.314%2010.134%20109.748%2011.478L107.97%2012.304C107.606%2010.736%20106.612%208.216%20105.604%206.97L107.284%206.256ZM96.784%207.824C97.288%207.852%2097.764%207.838%2098.282%207.824C99.402%207.796%20102.048%207.488%20103.098%207.488C104.568%207.488%20105.618%208.146%20105.618%2010.176C105.618%2011.828%20105.422%2014.096%20104.834%2015.3C104.358%2016.28%20103.588%2016.588%20102.538%2016.588C101.992%2016.588%20101.334%2016.504%20100.844%2016.392L100.55%2014.544C101.096%2014.698%20101.894%2014.838%20102.258%2014.838C102.734%2014.838%20103.084%2014.698%20103.308%2014.236C103.7%2013.452%20103.882%2011.744%20103.882%2010.372C103.882%209.252%20103.392%209.084%20102.524%209.084C101.684%209.084%2099.276%209.392%2098.506%209.49C98.1%209.546%2097.372%209.644%2096.952%209.714L96.784%207.824ZM111.988%2010.078C112.408%2010.008%20113.052%209.84%20113.472%209.7C114.438%209.42%20116.804%208.608%20118.498%208.608C120.724%208.608%20122.208%209.924%20122.208%2012.052C122.208%2014.572%20119.968%2016.308%20115.53%2016.574L114.788%2014.852C117.98%2014.768%20120.346%2013.914%20120.346%2012.01C120.346%2010.974%20119.562%2010.232%20118.33%2010.232C116.706%2010.232%20113.92%2011.394%20112.716%2011.898L111.988%2010.078ZM130.622%204.828C130.524%205.22%20130.398%205.85%20130.328%206.158C130.132%207.11%20129.782%208.818%20129.404%2010.246C128.9%2012.206%20127.962%2015.062%20127.192%2016.728L125.246%2016.07C126.072%2014.656%20127.136%2011.73%20127.668%209.77C128.018%208.454%20128.34%206.914%20128.438%206.088C128.508%205.57%20128.522%204.996%20128.48%204.66L130.622%204.828ZM127.052%206.928C128.76%206.928%20130.734%206.662%20132.554%206.228V7.978C130.818%208.384%20128.62%208.622%20127.038%208.622C126.352%208.622%20125.834%208.594%20125.344%208.566L125.288%206.816C126.016%206.9%20126.478%206.928%20127.052%206.928ZM131.448%209.07C132.232%208.986%20133.24%208.93%20134.15%208.93C134.948%208.93%20135.788%208.972%20136.6%209.056L136.572%2010.736C135.858%2010.652%20135.004%2010.554%20134.164%2010.554C133.198%2010.554%20132.33%2010.596%20131.448%2010.708V9.07ZM132.204%2012.584C132.106%2012.99%20132.022%2013.438%20132.022%2013.746C132.022%2014.362%20132.428%2014.824%20133.94%2014.824C134.878%2014.824%20135.844%2014.726%20136.838%2014.544L136.768%2016.322C135.984%2016.434%20135.046%2016.518%20133.926%2016.518C131.56%2016.518%20130.3%2015.72%20130.3%2014.306C130.3%2013.648%20130.426%2012.976%20130.538%2012.43L132.204%2012.584Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}

.p-vote__thanks{
  min-height: 62px;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
}

.p-vote__inquiry{
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: none;
  min-height: 62px;
  @media screen and (max-width: 768px) {
    padding: 24px 33px;
    flex-direction: column;
    gap: 8px;
  }
}

.p-vote__inquiry__btn{
  border-radius: 6px;
  background-color: #0579E6;
  width: 200px;
  height: 40px;
  color: #fff;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.2s;
}

.p-vote__inquiry__btn:hover{
  background-color: #00458d;
}
/*
AIチャット説明ポップアップをSP時非表示
*/
@media screen and (max-width: 768px) {
  iframe[title="メッセージを閉じる"] {
    display: none !important;
  }
  iframe[title="会社からのメッセージ"] {
    display: none !important;
  }
}


/* Side column */
.side-column h3 {
  color: #000;
  font-size: 18px;
  margin: 0 0 5px;
}

.side-column ul,
.side-column .sidebar-contents {
  margin-bottom: 40px;
  background-color: #eeeeee;
  padding: 20px 20px 10px;
  font-size: 13px;
  /* border-radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.side-column .sidebar-contents {
  padding: 20px;
}

.side-column li {
  margin-bottom: 10px;
  position: relative;
}

.side-column li a {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  z-index: 2;
}

.side-column li:after {
  content: "\25B8";
  font-family: "entypo";
  color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  z-index: 1;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relativesee-all-articles;
}

.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}

.article-promoted span:before, .visibility-internal:before {
  background: #282828;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #282828;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}

.comment-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
}

.comment-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.comment-sorter {
  float: right;
}

.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}

.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  /*background-image: url("/hc/theming_assets/01J3MGH85C8YS91NG02NEE8K5N");*/
  /*background-image: url("/hc/theming_assets/01K99M9KFF58J7027Y2NBPA6XY");*/
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}

[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}

.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}

[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999999;
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}

.attachment-list span, .screencast-list span {
  color: #999999;
}

.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}

.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 2px solid #244773;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.my-activities-header .breadcrumbs li {
  color: #282828;
  font-size: 24px;
}

.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

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

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

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}

[dir="rtl"] .request-table-filters {
  text-align: left;
}

.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}

.request-details .nested-field-tag:first-child:before {
  content: " ";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: #158ec2;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 13px;
  margin-right: 10px;
  vertical-align: middle;
}

[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  /*background-image: url("/hc/theming_assets/01J3MGH85C8YS91NG02NEE8K5N");*/
  /*background-image: url("/hc/theming_assets/01K99M9KFF58J7027Y2NBPA6XY");*/
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: normal;
}

.question-meta, .answer-meta, .topic-meta {
  color: #a9a9a9;
  font-size: 13px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #eeeeee;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #bebebe;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

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

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

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: " ";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  /*  display: inline-block;
    vertical-align: top;
    width: auto;*/
  display: block;
  /*text-align: center;*/
}

body.community-enabled .search-results-column + .search-results-column {
  display: none;
  /*margin-left: 35px;*/
}

/*[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}
*/
.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

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

.search-results-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}

.search-results-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  padding-top: 16px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
}

.error-page h1 {
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 40px;
  padding-bottom: 3px;
  color: #282828;
  font-size: 24px;
  border-bottom: 2px solid #244773;
}

.error-page h2 {
  font-size: 13px;
  color: #222222;
  margin-bottom: 0;
}

.error-page > p {
  margin-bottom: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity h2 {
  margin-bottom: 10px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #555555;
  font-size: 12px;
  text-decoration: none;
}

.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-parent:after,
.recent-activity-item-link:after {
  content: " ";
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999999;
}

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

.recent-activity-item-comment {
  display: none;
}

.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}

.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}

.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline;
}

/*
####################################################################################################
# utility
####################################################################################################
*/
/* 言語による表示・非表示切り替え */
.lang-ja .show-en ,
.lang-ja .show-zh-cn {
  display: none;
}

.lang-en-us .show-ja ,
.lang-en-us .show-zh-cn {
  display: none;
}

.lang-zh-cn .show-ja ,
.lang-zh-cn .show-en {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

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

.pb10 {
  padding-bottom: 10px;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.w220 {
  width: 220px !important;
}

.contents {
  width: 980px;
  margin: 120px auto 0;
  padding: 0 10px  0;
}

body > .notification {
  display: block;
}

.notification-error {
  display: block;
  margin-top: 114px;
}

.notification-error ~ .container .contents {
  margin-top: 0;
  padding-top: 0;
}

.notification-inline {
  margin-top: 15px !important;
}

@media screen and (max-width: 980px) {
  .header-inner,
  .footer-inner,
  .contents {
    width: 100%;
  }
}
/*
####################################################################################################
# Header
####################################################################################################
*/
.header {
  background: #084885;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 85px;
  z-index: 100;
}

.header-inner {
  max-width: 1080px;
  margin: 0 auto;
}

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

.header .logo img {
  width: 148px;
}

.header .logo .text {
  color: #fff;
  font-size: 22px;
  vertical-align: -6px;
  padding-left: 5px;
}

/* Search box */
.header .search-bar {
  position: relative;
}

.header .search-bar .search {
  width: 100%;
  margin: 0;
  position: relative;
  text-align: left;
}

.header .search-bar .search:before {
  content: " ";
  width: 17px;
  height: 17px;
  background: url("/hc/theming_assets/01J3MGH8DMQ4RR4MY4T9SZ5PG2") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  text-align: center;
  top: 21%;
  left: 10px;
  z-index: 1;
  color: #506c8f;
}

@media screen and (max-width: 700px) {
  .header .search-bar .search:before {
    background: url("/hc/theming_assets/01J3MGH7T9583TD4FFD4ENHFA7") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.header .search-bar input[type="search"] {
  line-height: 1.4;
  padding: 5px 5px 5px 35px;
  outline: none;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: normal;
  width: 80%;
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
}

.header .search-bar input[type="search"]:focus {
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 900px) {
  .header .search-bar input[type="search"] {
    width: 70%;
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 700px) {
  .header .search-bar input[type="search"] {
    width: 50%;
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
  }
}
.header .search-bar input[type="submit"] {
  width: 90px;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  color: #fff !important;
  border: 1px solid #003268;
  background-color: #0067CA;
  font-size: 13px;
  /* border-radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.header .search-bar input[type="submit"]:hover {
  border: 1px solid #003268;
  background-color: #0579E6;
}

.header .search-bar input[type="submit"]:active {
  background: #0579E6;
  border: 1px solid #00376B;
  box-shadow: inset 0 0 10px 3px rgba(0,50,104,0.40);
}

.header-inner {
  padding: 20px 30px 15px;
  margin-top: 3px;
}

.header-inner .clearfix {
  display: table;
  width: 100%;
  position: relative;
}

.header .logo,
.header .search-bar {
  display: table-cell;
  vertical-align: middle;
}

.header .logo {
  width: 310px;
}

/* Sub-nav */
.sub-nav {
  position: fixed;
  z-index: 90;
  top: 120px;
  left: 0;
  width: 100%;
  background-color: #EDF0F2;
  font-size: 13px;
}

.sub-nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.sub-nav .breadcrumbs {
  overflow: hidden;
  /*white-space: nowrap;*/
  padding-top: 5px;
  padding-bottom: 5px;
}

.sub-nav .search {
  display: none;
}

.has-breadcrumbs .entry-block {
  margin-top: 32px;
}

.entry-columns {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 900px) {
  .header {
    min-height: 120px;
  }

  .contents {
    margin-top: 120px;
  }

  .header .logo,
  .header .search-bar {
    display: block;
  }

  .header .logo {
    padding-bottom: 17px;
  }

  .sub-nav {
    top: 120px;
  }

  .notification-error {
    margin-top: 180px;
  }

  .header {
    /*min-height: 190px;*/
  }

  .header-inner {
    margin-top: 0;
    padding: 15px 10px;
  }

  .contents {
    /*margin-top: 190px;*/
  }

  .header .logo {
    /*text-align: center;*/
    padding-left: 8px;
    width: auto;
  }

  .header .search-bar {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
  }

  .sub-nav {
    /*top: 190px;*/
  }

  .notification-error {
    /*margin-top: 190px;*/
  }
}
/* smartphone */
@media screen and (max-width: 640px) {
  .header,
  .sub-nav {
    position: static;
  }

  .sub-nav {
    margin-right: -10px;
    margin-left: -10px;
    width: auto;
  }

  .contents {
    margin-top: 0;
    padding-top: 0;
  }

  .my-activities-header,
  .page-home,
  .page-error {
    margin-top: 50px;
  }

  .has-breadcrumbs .entry-block {
    margin-top: 50px;
  }

  .notification-error {
    margin-top: 0;
  }

  .nav-bordered li + li {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }

  .header .search-bar {
    margin-top: 30px;
  }
}
@media screen and (max-width: 380px) {
  .header .logo .text {
    font-size: 16px;
  }
}
/*
####################################################################################################
# Footer
####################################################################################################
*/
.btn-inq {
  /* border-radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ff8e06;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 400;
  width: 180px;
  text-align: center;
}

.footer {
  margin-top: 90px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #e5e5e5;
  background-color: #f4f4f4;
  padding: 15px 0;
}

.footer .copy {
  text-align: center;
  font-size: 12px;
  color: #282828;
}

.footer p {
  margin: 0;
}

/*
####################################################################################################
# 04.ホームページ - page-home
####################################################################################################
*/
.page-home,
.page-category,
.page-section {
  font-size: 15px;
}

.knowledge-base {
  margin-bottom: 40px;
}

.knowledge-base-inner ul {
  width: 100%;
}

.knowledge-base-inner ul:after {
  clear: both;
  content: "";
  display: block;
}

.knowledge-base .article-list {
  display: none;
}

.knowledge-base .article-list-wrap {
  background-color: #989898;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  padding: 20px 10px;
  z-index: 10;
}

.knowledge-base .article-list-tri {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  left: 0;
  position: absolute;
  border-width: 20px;
  border-right-width: 10px;
  border-left-width: 10px;
  border-bottom-color: #fff;
  top: -20px;
}

.knowledge-base .article-list-wrap.open,
.knowledge-base .article-list.open {
  display: block;
}

.knowledge-base .article-list {
  padding: 20px 10px 10px 20px;
  margin: 0 auto;
  max-width: 960px;
  background-color: #fff;
}

.knowledge-base .article-list li {
  width: 48%;
  float: left;
  padding-right: 1.9%;
  position: relative;
}

/* smartphone */
@media screen and (max-width: 640px) {
  .knowledge-base .article-list li {
    width: 100%;
    padding-right: 0;
  }
}
.knowledge-base .article-list li > span {
  display: none;
}

.knowledge-base .article-list a {
  line-height: 1.4;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  display: inline-block;
}

.knowledge-base .article-list li:before {
  content: "\25B8";
  font-family: "entypo";
  color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.knowledge-base .category h2 {
  border-bottom: 1px solid #244773;
  color: #000;
  font-size: 18px;
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.knowledge-base .category {
  margin-bottom: 70px;
}

.knowledge-base .section {
  display: block;
  display: inline-block;
  float: left;
  line-height: 1.4;
  padding-bottom: 0;
  padding: 0 0 0 0;
  position: relative;
  vertical-align: top;
  width: 24.5%;
  width: 32.1%;
}

.knowledge-base .section a span {
  color: #244773;
}

.knowledge-base .section h3 {
  border-bottom: 1px solid #EDEDED;
  color: #244773;
  cursor: pointer;
  display: table-cell;
  height: 48px;
  width: 1%;
  /*line-height:1.1;*/
  margin: 0 5px;
  padding: 5px 15px 0 10px;
  vertical-align: middle;
  font-size: 13px;
  position: relative;
  z-index: 2;
}

.knowledge-base .section:after {
  content: "\E75C";
  font-family: "entypo";
  color: #bfbfbf;
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 1;
}

.knowledge-base .section h3:hover {
  background-color: #eeeeee;
  background-color: rgba(200, 200, 200, 0.3);
  text-decoration: none;
}

.knowledge-base .section.open h3 {
  background-color: #eeeeee;
  background-color: rgba(200, 200, 200, 0.3);
}

.knowledge-base .section.open:after {
  content: "\E75F";
}

.knowledge-base .section:nth-child(3n-1) {
  margin-left: 1.8%;
  margin-right: 1.8%;
}

.knowledge-base .section.nth_3n-1 {
  margin-left: 1.8%;
  margin-right: 1.8%;
}

/* tablet */
@media screen and (max-width: 768px) {
  .knowledge-base .section {
    width: 49%;
  }

  .knowledge-base .section:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }

  .knowledge-base .section:nth-child(2n) {
    margin-left: 2%;
  }
}
/* smartphone */
@media screen and (max-width: 640px) {
  .knowledge-base .section {
    width: 100%;
    float: none;
  }

  .knowledge-base .section:nth-child(2n) {
    margin-left: 0;
  }
}
/* top-faq */
.top-faq {
  padding: 0 0 60px;
}

.faq-contents {
  padding-left: 10px;
}

.faq-contents .more-link {
  font-size: 13px;
}

.faq-left,
.faq-right {
  float: left;
  width: 49.9%;
}

.top-faq .faq-right li a {
  padding-right: 0;
}

.top-faq h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  background-color: #084885;
  color: #fff;
  padding: 10px 20px 5px;
  /* border-radius */
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.top-faq h2 a {
  color: #fff;
}

.top-faq h3 {
  color: #244773;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}

.top-faq li {
  position: relative;
  padding-bottom: 10px;
}

.top-faq li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  z-index: 2;
}

.faq-left .top-faq li a {
  padding-right: 10px;
}

.top-faq li:after {
  content: "\25B8";
  font-family: "entypo";
  color: #86a6ce;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  z-index: 1;
}

.top-faq-inner {
  background-color: #EAEDF1;
  padding: 30px 20px 15px;
  /* border-radius */
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.top-faq-wrapper {
  background-color: #eaf3fb;
  margin-bottom: 40px;
}

/* tablet */
@media screen and (max-width: 768px) {
  .faq-left,
  .faq-right {
    float: none;
    width: 100%;
  }

  .faq-left .top-faq li a {
    padding-right: 0;
  }
}
.incident {
  margin: 0px 0 40px 0;
  background-color: #EDF0F2;
  padding: 20px;
  /* border-radius */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.top-icons {https://lkfaq1566437783.zendesk.com/hc/start
  margin: 0 0 20px;
}

.top-icons .clearfix {
  display: table;
  width: 100%;
}

.top-icons .top-icon {
  float: none;
  display: table-cell;
  margin:10px auto;
  padding:20px;
  position: relative;
  text-align: center;
  width: 40%;
}

.top-icons .top-icon .img-box {
  position: relative;
}

.top-icons .top-icon .img-box .pc {
  display: block !important;
}

.top-icons .top-icon .img-box .sp {
  display: none !important;
} 

.top-icons .top-icon .img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.top-icons .top-icon .img-box:hover .active {
  opacity: 1;
}

.top-icons .top-icon .img .fa {
  font-size: 62px;
  color: #244773;
  line-height: 41px;
}

.top-icons .top-icon p {
  margin-bottom: 0;
}

.top-icons .top-icon:after {
  border-right: 0px solid #bfbfbf;
  content: ' ';
  height: 50px;
  position: absolute;
  right: 0;
  top: 10px;
}

.top-icons .top-icon:last-child:after {
  border-right: none;
}

.top-icons .top-icon.last:after {
  border-right: none;
}

/* tablet */
/*.top-icons .top-icon{
  width: 33%;
}*/
@media screen and (max-width: 600px) {
  .top-icons .clearfix {
    display: block;
  }

  .top-icons .top-icon {
    display: block;
    width: 49%;
    float: left;
  }

.top-icons .top-icon .img-box .pc{
  display: none !important;
}
.top-icons .top-icon .img-box .sp{
  display: block !important;
} 
  .top-icons .top-icon:nth-child(2n):after {
    display: none;
  }

  /*  .top-icons .top-icon.last,
    .top-icons .top-icon:last-child{
      display: block;
      width: 100%;
      float: none;
      clear: both;
    }
  */
}
.recent-activity {
  background: none;
  padding: 0;
  width: 100%;
}

.recent-activity-header {
  display: none;
}

.recent-activity .item {
  margin-bottom: 20px;
}

.recent-activity .item .info a {
  color: #888;
}

.recent-activity h1 {
  font-size: 14px;
  margin: 0;
}

.recent-activity p {
  color: #BFBFBF;
  font-size: 12px;
  margin: 0;
}

.recent-activity-inner {
  border: 1px solid #E5E5E5;
  padding: 20px;
}

.top-contact {
  margin-top: -45px;
}

/* smartphone */

/*
####################################################################################################
# 05.カテゴリページ - page-category
# 06.セクションページ - page-section
####################################################################################################
*/
.cat-tree .section-tree .section {
  width: 46%;
  float: right;
  padding-bottom: 60px;
}

.cat-tree .section-tree .section:last-child {
  padding-bottom: 0;
}

.cat-tree .section-tree .section.last {
  padding-bottom: 0;
}

.cat-tree .section-tree .section:nth-child(odd) {
  clear: both;
  float: left;
}

.cat-tree .section-tree .section.odd {
  clear: both;
  float: left;
}

/* smartphone */
@media screen and (max-width: 640px) {
  .cat-tree .section-tree .section,
  .cat-tree .section-tree .section:nth-child(odd) {
    width: 100%;
    float: none;
  }
}
.cat-tree .section-tree .section h3 {
  border-bottom: 1px solid #244773;
  color: #000;
  font-size: 18px;
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.cat-tree .section-tree .section h3 a {
  color: #000;
}

.cat-tree .section-tree .section li a,
.cat-tree .article-list li a {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  z-index: 2;
}

.cat-tree .section-tree .section li,
.cat-tree .article-list li {
  position: relative;
}

.cat-tree .section-tree .section li:after,
.cat-tree .article-list li:after {
  content: "\25B8";
  font-family: "entypo";
  color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  z-index: 1;
}

.cat-tree .section-tree .section li.article-promoted > span,
.cat-tree .article-list li.article-promoted > span {
  display: none;
}

.cat-tree .section-tree .section .see-all-articles {
  padding-left: 13px;
  position: relative;
}

.cat-tree .section-tree .section .see-all-articles:after {
  content: "≫";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.cat-tree .section-tree .section .see-all-articles:before {
  content: " ";
  width: 15px;
  height: 5px;
  position: absolute;
  left: -2px;
  top: 13px;
  display: block;
  z-index: 2;
  background-color: #fff;
}

/*
####################################################################################################
# 07.記事ページ - page-article
####################################################################################################
*/
.article-body * {
  max-width: 100% !important;
}

/* smartphone */
@media screen and (max-width: 980px) {
  .article-body th,
  .article-body td {
    width: auto;
  }
}
.article-body p {
  line-height: 1.6;
  margin: 0 0 10px;
}

.article-body .tag {
  background-color: #244773;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  /* border-radius */
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.article-body .tag:before {
  display: block;
  float: left;
  padding-top: 3px;
  padding-right: 5px;
  margin-left: -3px;
  line-height: 0;
}

.article-body .tag.icon-group:before {
  content: url("/hc/theming_assets/01J3MGH848CPYD1M45KDG2REWP");
}

.article-body .tag.icon-sales:before {
  content: url("/hc/theming_assets/01J3MGH8RXXR0FEC85SVDC4BFR");
}

.article-body .tag.icon-pro:before {
  content: url("/hc/theming_assets/01J3MGH7W08VHY6P31QWJYP70C");
}

.article-body .tag.icon-sp:before {
  content: url("/hc/theming_assets/01J3MGH8WTTQ5S3KAGFSCKBEJS");
}

.article-body h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0px;
  border-bottom: 2px solid #585858;
  margin-bottom: 40px;
}

.article-body h3 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-left: 12px;
  border-left: 4px solid #585858;
  margin-bottom: 40px;
}

.article-body h4 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.article-body .f12 {
  font-size: 12px;
}

.article-body .gray-box {
  background-color: #eeeeee;
  padding: 20px !important;
  /* border-radius */
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.article-body .blue-box {
  background-color: #E9ECF0;
  padding: 15px 20px 5px !important;
  margin: 0 5px;
}

.article-body ul.gray-box li {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.article-body ul.gray-box li a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  z-index: 3;
}

.article-body ul.gray-box .anchor:after {
  content: "\25B8";
  font-family: "entypo";
  color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  z-index: 1;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.article-body ul.gray-box .link:after {
  content: "\25B8";
  font-family: "entypo";
  color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  z-index: 2;
}

.article-body a.blank:after {
  content: url("/hc/theming_assets/01J3MGH8W1PSXD9J015DT69PBP");
  padding-left: 10px;
  vertical-align: middle;
}

.black {
  color: #222222;
}

.red {
  color: #ff0000;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 10px;
}

/* そのままの table */
.article-body table {
  margin: 12px 0;
  border-collapse: separate;
  border-spacing: 1px;
}

.article-body td,
.article-body th {
  padding: 2px 0 6px 0;
  border: none;
  vertical-align: top;
  white-space: normal;
}

.article-body table p {
  margin: 0;
}

/* デザインされた table */
.article-body table.table {
  margin: 0 0 10px;
  border-collapse: collapse;
  border-spacing: 0;
}

.article-body table.table th,
.article-body table.table td {
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  font-size: 12px;
}

.article-body table.table th {
  color: #222222;
  background-color: #EDF0F2;
  text-align: center;
  padding: 2px 10px;
}

.article-body table.table p {
  margin-bottom: 1em;
  margin-top: 1em;
}

.article-body .wysiwyg-font-size-small {
  font-size: 12px;
}

/* デザインされた table */
.article-body table.table-h {
  margin: 0 0 10px;
  border-collapse: collapse;
  border-spacing: 0;
}

.article-body table.table-h th,
.article-body table.table-h td {
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  vertical-align: top;
  padding: 15px;
  font-size: 13px;
}

.article-body table.table-h tr td:last-child {
  border-right: none;
}

.article-body table.table-h th {
  color: #222222;
  background-color: #EDF0F2;
  width: 200px;
}

.article-body table.table-h p {
  margin-bottom: 1em;
  margin-top: 1em;
}

.article-body .label {
  border-radius: 3px;
  background-color: #6382a7;
  font-size: 12px;
  color: #fff;
  padding: 2px 15px;
  margin-bottom: 5px;
}

.article-body ul.list-items {
  padding: 0 10px;
  list-style-type: disc;
}

.article-body ul.list-items ul {
  list-style-type: circle;
  padding-left: 20px;
}

.article-body ul.list-items ul ul {
  list-style-type: square;
}

.article-body ul.list-items ul ul ul {
  list-style: none;
}

.article-body ul.list-items ul ul ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  vertical-align: middle;
  margin-right: 10px;
}

.article-body ul.list-items li {
  padding-top: 6px;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.article-body ul.list-border {
  padding: 0;
  border-top: 1px solid #BFBFBF;
}

.article-body ul.list-border ul {
  padding: 0;
  margin-top: 6px;
  border-top: 1px solid #BFBFBF;
}

.article-body ul.list-border li {
  padding: 6px 15px;
  border-bottom: 1px solid #BFBFBF;
}

.article-body ul.list-border ul li:last-child {
  padding-bottom: 0;
  border: none;
}

/*
####################################################################################################
# 13.検索結果 - page-search
####################################################################################################
*/
.search-result-votes,
.search-results-subheading {
  display: none;
}

.search-result .search-result-link {
  font-size: 18px;
}

.search-result .search-result-description {
  font-size: 13px;
  color: #898989;
  padding-bottom: 10px;
  word-wrap: break-word;
}

.search-result .search-result-meta {
  font-size: 13px;
  color: #a9a9a9;
  display: none;
}

.search-result .search-result-datetime {
  color: #a9a9a9;
  font-size: 13px;
}

.search-results-list > *:first-child,
.search-results-list > * {
  border: none;
}

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

.search-result-description, .search-result-meta {
  padding-top: 10px;
}

/* セレクトボックスをデフォルトのものに */
.form-selectbox {
  display: none !important;
}

/*.nesty-input{
  display: none !important;
}
.form-selectbox{
  display: block !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #bfbfbf;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: inherit;
  font-size: 13px;
  height: 26px;
  padding: 1px 1px 1px 2px;
  max-width: 100%;
  min-width: 200px;
}*/

/* フォーム切り替えの選択肢を非表示*/
.request_ticket_form_id {
  display: none !important;
}

/* #request_issue_type_select {
  display: block !important;
}*/


.side-column .widget_contact .sidebar-contents {
  font-size: 12px;
  text-align: center;
}

/* =====================
海外でお使いの方
Add :160802@uehara
==================== */
p.lead {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #898989;
  font-size: 14px;
}
p.lead.show-en {
  margin-top: 0;
  margin-bottom: 40px;
}

.header-top {
  text-align: center;
  background: #004E98;
  height: 50px;
  padding-top: 13px;
}


/* =====================
Sansanリクエストフォーラム バナー → SIN に変更 
Add :170927@imaizumi
Change :191101@muramatsu

SUFのバナー追加
Add :20221018@yonemura
==================== */
.bnr-request {
  display: block;
  font-size: 13px;
  /*display: table;*/
  max-width: 600px;
  margin: 0 auto 30px;
}
.bnr-request:before,
.bnr-request:after {
  content: " ";
  display: table;
}
.bnr-request:after {
  clear: both;
}
.bnr-request .img {
  display: block;
  float: left;
  line-height: 0;
  border-radius:8px
}
.bnr-request:hover {
  text-decoration: none;
}
.article-sidebar .bnr-request {
    display: block;
  }
.article-sidebar .bnr-request .pc-img {
  display: block !important;
  margin: 0 auto; 
  display: block;
  float: none;
}
.article-sidebar .bnr-request .sp-img{
  display: none !important;
} 

@media screen and (max-width: 640px)  {
  .bnr-request {
    display: block;
  }
  .bnr-request .entry ,
  .bnr-request .img {
    display: block;
    float: none;
  }
  .bnr-request .entry {
    padding: 20px;
  }
  .bnr-request .img {
    text-align: center;
    border-radius:8px
    padding: 0;
  }
  .article-sidebar .bnr-request .pc-img {
  display: none !important;
  }
.article-sidebar .bnr-request .sp-img{
  display: block !important;
  border-radius:8px
  } 
}


/* ▼タブ※本番と差分あり、モックアップのための追加用 */
#tabcontrol a {
   display: inline-block;            /* インラインブロック化 */
   border-width: 1px 1px 0px 1px;    /* 下以外の枠線を引く */
   border-style: solid;              /* 枠線の種類：実線 */
   border-color: black;              /* 枠線の色：黒色 */
   border-radius: 0.75em 0.75em 0 0; /* 枠線の左上角と右上角だけを丸く */
   padding: 0.75em 1em;              /* 内側の余白 */
   text-decoration: none;            /* リンクの下線を消す */
   color: black;                     /* 文字色：黒色 */
   background-color: white;          /* 背景色：白色 */
   font-weight: bold;                /* 太字 */
   position: relative;               /* JavaScriptでz-indexを調整するために必要 */
}
/* ▼タブにマウスポインタが載った際(任意) ※本番と差分あり、モックアップのための追加用*/
#tabcontrol a:hover {
   text-decoration: underline;       /* 文字に下線を引く */
}

/* ▼タブの中身※本番と差分あり、モックアップのための追加用 */
#tabbody div {
   border: 1px solid black; /* 枠線：黒色の実線を1pxの太さで引く */
   margin-top: -1px;        /* 上側にあるタブと1pxだけ重ねるために「-1px」を指定 */
   padding: 1em;            /* 内側の余白量 */
   background-color: white; /* 背景色：白色 */
   position: relative;      /* z-indexを調整するために必要 */
   z-index: 0;              /* 重なり順序を「最も背面」にするため */
}

/* ▼タブの配色※本番と差分あり、モックアップのための追加用 */
#tabcontrol a:nth-child(1), #tabbody div:nth-child(1) { background-color: #ffffdd; }/* 1つ目のタブとその中身用の配色 */
#tabcontrol a:nth-child(2), #tabbody div:nth-child(2) { background-color: #ddffdd; }/* 2つ目のタブとその中身用の配色 */
#tabcontrol a:nth-child(3), #tabbody div:nth-child(3) { background-color: #ddddff; }/* 3つ目のタブとその中身用の配色 */

/* =====================
記事ページ内UEごとタブ切り替え実装
Add :20231218@takayama
==================== */
.switch-article-area-wrap{
	padding-top:50px;
  position: relative;
}

.switch-article-tab{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 7px;
}

.switch-article-button{
  padding: 16px 0 0;
  color: #004E98;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.084px;
  position: relative;
  background-color:#eee;
  border-radius: 3px 3px 0px 0px;
  min-width:140px;
  height:52px;
  text-decoration: none;
  cursor:pointer;
}

.switch-article-button.is-active{
  color:  #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.084px;
  background-color: #004E98;
  pointer-events: none;
}

.switch-article-button::after{
  content:'';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
  width: 12px;
  height: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.94325e-05%200L6%208L11.9999%200H5.94325e-05Z%22%20fill%3D%22%23eee%22%2F%3E%3C%2Fsvg%3E');
  background-size: cover;
}

.switch-article-button.is-active::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.94325e-05%200L6%208L11.9999%200H5.94325e-05Z%22%20fill%3D%22%23004E98%22%2F%3E%3C%2Fsvg%3E');
}

.switch-article-area{
  padding: 32px;
  border: 2px solid #EEE;
}

.switch-article{
	display: none;
}

.switch-article.is-active{
	display: block;
}

@media screen and (max-width: 640px)  {
  .switch-article-tab{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:8px;
    width:100%;
  }
  .switch-article-button{
    padding: 14px 0 0;
    height:48px;
      min-width:unset;
  }
  .switch-article-area-wrap{
	  padding-top:46px;  
  }
 .switch-article-area{
   padding: 24px 18px;
   border: 2px solid #EEE;
  }
}


.l-footer {
  border-top: 1px solid #ccc;
  padding: 24px 40px;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 16px;
    margin-top: 32px;
  }
}
.p-section-cta {
  padding: 32px 24px;
  background-color: #f3f3f3;
  margin-top: 56px;
  border-radius: 4px;
}

.p-section-cta__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-section-cta__text {
    font-size: 14px;
  }
}
.p-section-cta__btn {
  text-align: center;
  margin-top: 16px;
}

.p-section-cta__btn > a {
  color: #fff;
  font-size: 18px;
  line-height: 1.4; /* 25.2px */
  letter-spacing: 0.108px;
  padding: 12px 80px;
  background-color: #0e84e5;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  min-width: 200px;
}

.p-section-cta__btn > a:hover {
  background-color: #00458d;
}

@media screen and (max-width: 768px) {
  .p-section-cta__btn > a {
    padding: 12px 24px;
  }
}
.p-notice {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  text-align: right;
  margin-top: 56px;
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-notice {
    font-size: 11px;
    text-align: left;
    padding-bottom: 16px;
  }
}
.p-section-header {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.144px;
  color: #00458d;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-section-header {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 24px;
  }
}
.p-section-header::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 20px;
  background-color: #d70c18;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-section-guide {
  margin-top: 56px;
}

.p-guide .category h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #00458d;
  border-bottom: unset;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-guide .category h2 {
    font-size: 17px;
  }
}
.p-guide .category-tree-with-article > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .p-guide .category-tree-with-article > ul {
    gap: 24px;
  }
}
.p-guide .category {
  padding: 32px;
  border-radius: 6px;
  border: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-guide .category {
    padding: 24px 16px;
  }
}
.p-guide .category > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .p-guide .category > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
  
.p-guide .category > ul > .section > h3 {
  height: 62px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #c5c5c5;
    display: flex;
  align-items: center;
  word-break: break-all;
}

.p-guide .category > ul > .section > h3.is-active{
  border-bottom: unset;
}

.p-guide .category > ul > .section > h3.is-active::after{
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-guide .category > ul > .section > h3:hover{
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-guide .category > ul > .section > h3 {
    padding: 16px 20px 16px 4px;
    font-size: 15px;
  }
}
.p-guide .category > ul > .section > h3::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M10.3335%204.5L6.3335%208.5L2.3335%204.5%22%20stroke%3D%22%23191919%22%2F%3E%3C%2Fsvg%3E");
  width: 12px;
  height: 12px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-guide .category > ul .article-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  width: calc(100% * 3 + 48px);
  padding: 24px;
  border-radius: 6px;
  background-color: #f3f3f3;
  gap: 12px 32px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-guide .category > ul .article-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 16px 8px;
    gap: 12px;
    margin-top: 8px;
  }
}
.p-guide .category > ul .article-list > li {
  margin: 0;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  padding-left: 20px;
}

.p-guide .category > ul .article-list > li > a{
  color: #00458D;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-guide .category > ul .article-list > li {
    font-size: 14px;
  }
}
.p-guide .category > ul .article-list > li::after {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M4%202L8%206L4%2010%22%20stroke%3D%22%2300458D%22%2F%3E%3C%2Fsvg%3E');
  width: 12px;
  height: 12px;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 768px) {
  .p-guide .category > ul .article-list > li::after {
    top: 4px;
  }
}
.p-section-question {
  padding: 32px;
  border-radius: 6px;
  background-color: #e3f1fc;
}

@media screen and (max-width: 768px) {
  .p-section-question {
    padding: 24px;
  }
}
.p-question {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
}

@media screen and (max-width: 768px) {
  .p-question {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.p-question__item a {
  padding-left: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 160%;
  color: #00458d;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-question__item a {
    font-size: 14px;
  }
}

.p-question__item a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M4%202L8%206L4%2010%22%20stroke%3D%22%2300458D%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 768px) {
  .p-question__item a::before {
    width: 12px;
    height: 12px;
    left: 0;
    top: 5px;
  }
}

.p-section-question__content__more {
  text-align: right;
  padding: 16px 8px 0px 8px;
}

.p-section-question__content__more > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #0e84e5;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.p-section-question__content__more > a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M4%202L8%206L4%2010%22%20stroke%3D%22%230F79E1%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top-notice {
  text-align: center;
  margin: 32px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .p-top-notice {
    text-align: left;
    font-size: 12px;
  }
}
.p-top-buttons__inner {
  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;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-top-buttons__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-button {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #00458d;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #00458d;
  text-decoration: unset !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media screen and (max-width: 768px) {
  .p-top-button {
    font-size: 14px;
    width: 100%;
    line-height: 143%;
  }
}
.p-top-button:hover {
  background-color: #e3f1fc;
}

.p-top-button span {
  padding-left: 28px;
  padding-right: 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-button span {
    width: 100%;
    display: inline-block;
  }
}
.p-top-button span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_3415_486)%22%3E%3Cpath%20d%3D%22M8.21807%205.59859V9.41315H0.586182V1.7723H4.40799%22%20stroke%3D%22%2300458D%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M4.57202%205.42253L9.16757%200.821594%22%20stroke%3D%22%2300458D%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M5.41626%200.586853H9.41392V4.56573%22%20stroke%3D%22%2300458D%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_3415_486%22%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.p-top-button--beginner span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.74756%2019L16.4951%2013.9221V1L9.74756%206.07794%22%20fill%3D%22%2300458D%22%2F%3E%3Cpath%20d%3D%22M9.74756%2019L16.4951%2013.9221V1L9.74756%206.07794%22%20stroke%3D%22%2300458D%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M9.74753%2019L3%2013.9221V1%22%20stroke%3D%22%2300458D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M3.83984%201.63232L9.74764%206.07799%22%20stroke%3D%22%2300458D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.p-top-button--update span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22Group%201009%22%3E%3Cpath%20id%3D%22Vector%22%20d%3D%22M2.60353%209.99441C2.60353%208.86199%202.90841%207.81667%203.42018%206.89113L4.6615%207.882C4.86838%208.05622%205.18416%207.90378%205.18416%207.63156V3.2434C5.18416%203.03652%204.98816%202.88408%204.78127%202.92763L0.502004%203.87495C0.240675%203.92939%200.164454%204.26695%200.37134%204.44116L1.36221%205.23604C0.502004%206.61891%20-0.00976562%208.25222%20-0.00976562%2010.0053C-0.00976562%2014.9814%204.01906%2019.0103%208.99521%2019.0103C9.45253%2019.0103%209.90986%2018.9667%2010.3454%2018.9014V16.2337C9.90986%2016.3316%209.45253%2016.3861%208.99521%2016.3861C5.47815%2016.3861%202.61442%2013.5224%202.61442%2010.0053L2.60353%209.99441Z%22%20fill%3D%22%2300458D%22%2F%3E%3Cpath%20id%3D%22Vector_2%22%20d%3D%22M16.7914%2014.4806C17.5536%2013.1631%2018%2011.6387%2018%2010.0054C18%205.01833%2013.9603%200.989502%208.98419%200.989502C8.57041%200.989502%208.16753%201.02217%207.76465%201.07661V3.73346C8.15664%203.65724%208.57041%203.61368%208.98419%203.61368C12.5012%203.61368%2015.365%206.47742%2015.365%209.99448C15.365%2011.0071%2015.1254%2011.9544%2014.7008%2012.8038L13.4377%2011.7911C13.2308%2011.6169%2012.915%2011.7693%2012.915%2012.0416V16.4406C12.915%2016.6475%2013.111%2016.7999%2013.3179%2016.7564L17.6081%2015.8091C17.8694%2015.7546%2017.9456%2015.4171%2017.7387%2015.2428L16.7805%2014.4806H16.7914Z%22%20fill%3D%22%2300458D%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.l-header {
  background-color: #fff;
  border-bottom: 1px solid #c5c5c5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/*
.main-block.page-home{
  padding-top: 46px;
}
@media screen and (max-width: 768px) {
  .main-block.page-home{
    padding-top: 74px;
  }
}
*/

.p-maintenance-notice {
  background-color: #f3f3f3;
  padding: 8px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px 16px;
  position:absolute;
  top: 90px;
  margin: 0;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-maintenance-notice {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px;
    gap: 4px;
    top: 120px;
  }   
}

.p-maintenance-notice__title{
  font-size: 14px;
  font-weight: bold;
  color: #004E98;
}

.p-maintenance-notice__description { 
  font-size: 14px;
  margin: 0;
  color: #585858;
}

.p-header {
  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;
  padding: 24px 40px;
  position: relative;
  gap: 16px;
  /*border-bottom: 1px solid #c5c5c5;*/
}

@media screen and (max-width: 768px) {
  .p-header {
    padding: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-header__logo {
    gap: 12px;
  }
}
.p-header > a {
  display: contents;
}

.p-header__logo__img {
  width: 70px;
}

@media screen and (max-width: 768px) {
  .p-header__logo__img {
    width: 50px;
  }
}
.p-header__logo__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.096px;
  color: #191919;
}

@media screen and (max-width: 768px) {
  .p-header__logo__name {
    font-size: 14px;
  }
}
.p-header__searchbar input[type=submit] {
  display: none;
}

.p-header__searchbar input[type=search] {
  padding: unset;
  border: unset;
  background-color: #f3f3f3;
  width: 100%;
}

.p-header__searchbar input[type=search]:focus-visible {
  outline: unset;
}

.p-header__searchbar {
  width: 100%;
  font-size: 16px;
  padding: 7px 20px 7px 40px;
  border-radius: 100px;
  border: 1px solid #c5c5c5;
  background-color: #f3f3f3;
  position: relative;
  max-width: 520px;
}

@media screen and (max-width: 768px) {
  .p-header__searchbar {
    max-width: unset;
  }
}
.p-header__searchbar::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2216%22%20viewBox%3D%220%200%2017%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16.7988%2015.0242L11.756%209.98134C12.5963%208.92963%2013.1002%207.59838%2013.1002%206.15066C13.1002%202.75913%2010.341%200%206.94949%200C3.55795%200%200.798828%202.75913%200.798828%206.15066C0.798828%209.5422%203.55795%2012.3013%206.94949%2012.3013C8.39721%2012.3013%209.72846%2011.7975%2010.7802%2010.9571L15.823%2016L16.7988%2015.0242ZM6.94949%2010.9209C4.31891%2010.9209%202.17925%208.78124%202.17925%206.15066C2.17925%203.52009%204.31891%201.38043%206.94949%201.38043C9.58006%201.38043%2011.7197%203.52009%2011.7197%206.15066C11.7197%208.78124%209.58006%2010.9209%206.94949%2010.9209Z%22%20fill%3D%22%235F5F5F%22%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-header__content {
    width: unset;
  }
}
.dropdown-toggle {
  color: #000 !important;
  padding: 4px 32px 4px 36px;
  position: relative;
  color: #0e84e5 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.084px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 1001;
}

.dropdown-toggle:hover {
  background-color: #e3f1fc;
  border-radius: 6px;
}

.dropdown-toggle::before {
  position: absolute;
  content: "";
  background-size: cover;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2218%22%20viewBox%3D%220%200%2017%2018%22%20fill%3D%22none%22%3E%20%3Cg%20clip-path%3D%22url(%23clip0_3415_152)%22%3E%20%3Cpath%20d%3D%22M8.92993%201.96011C12.7906%201.96011%2015.9349%205.10439%2015.9349%208.96509C15.9349%2012.8258%2012.7906%2015.9701%208.92993%2015.9701C5.06923%2015.9701%201.92496%2012.8258%201.92496%208.96509C1.92496%205.10439%205.06923%201.96011%208.92993%201.96011ZM8.92993%200.965088C4.51202%200.965088%200.929932%204.54718%200.929932%208.96509C0.929932%2013.383%204.51202%2016.9651%208.92993%2016.9651C13.3478%2016.9651%2016.9299%2013.383%2016.9299%208.96509C16.9299%204.54718%2013.3478%200.965088%208.92993%200.965088Z%22%20fill%3D%22%230F79E1%22%2F%3E%20%3Cpath%20d%3D%22M1.68579%208.96509H16.1535%22%20stroke%3D%22%230F79E1%22%20stroke-miterlimit%3D%2210%22%2F%3E%20%3Cpath%20d%3D%22M8.91968%201.81104V16.1195%22%20stroke%3D%22%230F79E1%22%20stroke-miterlimit%3D%2210%22%2F%3E%20%3Cpath%20d%3D%22M2.38257%205.42285H15.4472%22%20stroke%3D%22%230F79E1%22%20stroke-miterlimit%3D%2210%22%2F%3E%20%3Cpath%20d%3D%22M2.38257%2012.5076H15.4472%22%20stroke%3D%22%230F79E1%22%20stroke-miterlimit%3D%2210%22%2F%3E%20%3Cpath%20d%3D%22M9.67603%201.67163C9.67603%201.67163%2012.5616%203.85074%2012.5616%208.96516C12.5616%2014.0796%209.67603%2016.2587%209.67603%2016.2587%22%20stroke%3D%22%230F79E1%22%20stroke-miterlimit%3D%2210%22%2F%3E%20%3Cpath%20d%3D%22M8.1241%2016.2487C8.1241%2016.2487%205.23853%2014.0696%205.23853%208.95515C5.23853%203.84073%208.1241%201.66162%208.1241%201.66162%22%20stroke%3D%22%230F79E1%22%20stroke-miterlimit%3D%2210%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip0_3415_152%22%3E%20%3Crect%20width%3D%2216.07%22%20height%3D%2216.07%22%20fill%3D%22white%22%20transform%3D%22translate(0.929932%200.965088)%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropdown-toggle::after {
  position: absolute;
  content: "";
  background-size: cover;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M9.99988%204L5.99988%208L1.99988%204%22%20stroke%3D%22%230F79E1%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropdown-toggle.is-active::after{
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.user-nav {
  margin-left: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .user-nav {
    margin-left: 0;
  }
}
.dropdown-menu {
  width: 100%;
  padding: 34px 12px 4px;
  top: 0;
  min-width: unset;
  border: unset;
  gap: 4px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(117, 117, 117, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(117, 117, 117, 0.2);
}

.dropdown-menu [role=menuitem] {
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
}

.dropdown-menu [role=menuitem]:not(:first-child) {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .contents {
    margin-top: 140px !important;
  }
}

.breadcrumbs a {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .breadcrumbs a {
    font-size: 11px;
  }
}

.breadcrumbs li + li:before {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
}

.l-form-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l-form-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.p-form-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-form-modal {
    width: calc(100% - 48px);
  }
}

.p-form-modal--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-form-modal--pc {
    display: none;
  }
}

.p-form-modal--sp {
  display: none;
  gap: 24px;
  padding: 48px 24px;
}

@media screen and (max-width: 768px) {
  .p-form-modal--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-form-modal__close {
  border: unset;
  background-color: unset;
  padding: unset;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.75%208L15.625%202.125C16.125%201.625%2016.125%200.875%2015.625%200.375C15.125%20-0.125%2014.375%20-0.125%2013.875%200.375L8%206.25L2.25%200.375C1.75%20-0.125%201%20-0.125%200.5%200.375C0%200.875%200%201.625%200.5%202.125L6.375%208L0.375%2013.875C-0.125%2014.375%20-0.125%2015.125%200.375%2015.625C0.875%2016.125%201.625%2016.125%202.125%2015.625L8%209.75L13.875%2015.625C14.375%2016.125%2015.125%2016.125%2015.625%2015.625C16.125%2015.125%2016.125%2014.375%2015.625%2013.875L9.75%208Z%22%20fill%3D%22%23BFBFBF%22%2F%3E%3C%2Fsvg%3E');
}

.c-button {
  padding: 12px 16px;
  text-align: center;
  width: 100%;
  background-color: #004E98;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  display: inline-block;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media screen and (max-width: 768px) {
  .c-button {
    padding: 16px 24px;
  }
}

.p-form-modal__button {
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
}

.c-button:hover {
  text-decoration: none;
  background-color: #006AD2;
}

.p-form-ai-cta {
  border-radius: 2px;
  border: 1px solid #BFBFBF;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 864px) {
  .p-form-ai-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-form-ai-cta__heading {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #585858;
}

@media screen and (max-width: 864px) {
  .p-form-ai-cta__heading {
    text-align: center;
  }
}

.p-form-ai-cta__text {
  font-size: 12px;
  line-height: 1.6;
  margin: 4px 0 0;
}

@media screen and (max-width: 864px) {
  .p-form-ai-cta__text {
    text-align: center;
  }
}

.p-form-ai-cta__button {
  max-width: 145px;
  width: 100%;
}

@media screen and (max-width: 864px) {
  .p-form-ai-cta__button {
    max-width: 280px;
    margin-top: 12px;
  }
}

.p-form-modal__heading {
  font-size: 24px;
  margin: 0;
  padding-bottom: 16px;
  font-weight: bold;
  color: #004E98;
  position: relative;
  text-align: center;
}

.p-form-modal__heading::after {
  position: absolute;
  content: "";
  background-color: #D70C18;
  width: 20px;
  height: 3px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-form-modal__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.p-form-modal__header {
  background-color: #004E98;
  width: 100%;
  text-align: center;
  padding: 24px 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.p-form-modal__header__text {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.p-form-modal__header__description {
  color: #fff;
  padding-bottom: 18px;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.p-form-modal__header__description::after {
  position: absolute;
  content: "";
  background-color: #D70C18;
  width: 50px;
  height: 3px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-form-modal__iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.p-full-window-btn{
  position: fixed;
  right: 110px;
  bottom: 36px;
  display: none;
  z-index: 2147483647;
  &.is-active{
    display: block;
  }
  @media screen and (max-width: 864px) {
    right: 94px;
  }
}

.p-full-window-btn__link{
  position: relative;
  border-radius:6px;
  border: 1px solid #004E98;
  background: #FFF;
  color: #004E98;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  padding: 12px 40px 12px 16px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  &:hover{
    background-color: #E7F3FC;
    text-decoration: none;
  }
  &::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4444%208.88889V16H0V3.55556H7.11111V5.33333H1.77778V14.2222H10.6667V8.88889H12.4444ZM14.2222%200H8.88889V1.77778H12.96L6.48889%208.26667L7.73333%209.51111L14.2222%203.04V7.11111H16V0H14.2222Z%22%20fill%3D%22%23004E98%22%2F%3E%3C%2Fsvg%3E');
  }
}

.u-hide-sp {
  display: block;
}

.u-hide-pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-hide-sp {
    display: none !important;
  }
  
  .u-hide-pc {
    display: block;
  }
}

/* 20251125追記 */

.p-section-cta__btn > a.p-full-window-btn__linkTop {
  position: relative;
  padding: 12px 80px 12px 64px;
}

.p-full-window-btn__linkTop::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4444%208.88889V16H0V3.55556H7.11111V5.33333H1.77778V14.2222H10.6667V8.88889H12.4444ZM14.2222%200H8.88889V1.77778H12.96L6.48889%208.26667L7.73333%209.51111L14.2222%203.04V7.11111H16V0H14.2222Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-section-cta__btn > a.p-full-window-btn__linkTop {
    width: 100%;
    max-width: 240px;
    padding: 12px 30px 12px 5px;
  }
  .p-full-window-btn__linkTop::after {
    right: 35px;
  }
}