/*  clearfix
------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* 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: #333;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 13px;
  font-weight: lighter;
  margin: 0;
}

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

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

a {
  color: #413935;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.article-body a{
  color: #ff9900;
  padding-left: 10px;
  background: url("/hc/theming_assets/01HZM0ZNPKMTMXPMEWWTX4C5T0") left calc(50% + 1px) no-repeat;
  background-size: auto 8px;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #ff9900;
}

h1 {
  font-size: 20px;
}

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

input {
  border: 1px solid #ddd;
  border-radius: 2px;
}

input {
  padding: 10px;
}

input[type=text] {
  width: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

input {
  color: #555;
}

input:focus {
  outline: none;
  border: 1px solid #999;
}

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

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

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

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

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

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #fc9927;
  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] {
  background: #ff9900;
  border-color: transparent;
  color: #fff;
  padding: 10px 30px;
}

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


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

.search-box h1{
  margin: 2px 0 12px;
  text-align: center;
  font-size: 36px;
  color: #413935;
}
.search-box .heading{
  margin: 0 auto 20px;
  font-size: 18px;
  text-align: center;
}
/*
.search-box form{
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
*/

.search-box input, .sub-nav .search input {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 45px;
  line-height: 1.2em;
  font-weight: lighter;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 0;
}
.sub-nav .search:before{
  font-size: 18px;
}
.sub-nav .search input{
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-family: Helvetica, Arial, sans-serif;
}

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

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.clearfix:after {
  clear: both;
}

/* Content styles */
.content-body {
  word-wrap: break-word;
  line-height: 1.7;
}

.content-body img {
  max-width: 100%;
}

.content-body hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}

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

.content-body ul {
  list-style-type: disc;
}

.content-body ol ul, .content-body ul ul {
  list-style-type: circle;
}

.content-body ol ol ul,
.content-body ol ul ul,
.content-body ul ol ul,
.content-body ul ul ul {
  list-style-type: square;
}

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

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





/* Frame */
.footer-links-container_inner, main .help-top  .new-features, main .help-top  .top-unker{
  margin: 0 auto;
  padding: 72px 10px 72px;
  width: calc(100% - 20px);
  max-width:1200px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.container {
  margin: 0 auto;
  padding: 40px 10px;
  width: calc(100% - 20px);
  max-width:1200px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


main{
  padding: 82px 0 0px;
}

/* Header */
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height:150px;
    transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
    background-color: #ffffff; 
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.header-inner{
  margin: 0 auto;
  padding: 72px 10px 0;
  width: calc(100% - 20px);
  max-width:1200px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.header.scrolled {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}



.backLink{
  width: 150px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  
}

.backLink a,
.onerolllink a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    font-size: 12px;
  font-weight: bold;
    border: 1px solid #333;
  transition: 0.3s ease;
  color: #333;
  text-decoration: none;
}


.backLink a {
    background: #fff;
}
.backLink a:hover{
  opacity: 0.7;
}
.backLink a:hover,.onerolllink a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.onerolllink a {

  margin-left: 20px;
}
.onerolllink a {
background: #333;
  color: #fff;
  margin-left: 20px;
}
.logo, .user-nav {
  display: table-cell;
  vertical-align: middle;
}

.logo{
  line-height: 1;
}
.logo img {
  max-width:114px;
  vertical-align: middle;
}

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


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

.user-nav__linkwrap {
  display:flex;
}

@media screen and (max-width: 819px){
  .user-nav__linkwrap {
    display: block;
    }
}


/* Footer */
footer {
  width: 100%;
  background: #fff;
}
  footer .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 1200px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
        
}


.footer-links-container {
  font-family: sans-serif;
  padding: 40px;
  background-color: #f8f8f8;
}
.footer-links-container_inner {
  display: flex; 
  align-items: flex-start;
  background-color: #f8f8f8;
  margin: 0 auto;
  padding: 0 24px;
  width: calc(100% - 20px);
  max-width: 1000px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.link-group h2 {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
}

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

.link-group li {
  margin-bottom: 15px;
  width: 400px;
}

.link-group a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.link-group a:hover {
  text-decoration: underline; 
}

.guide-group {
  flex: 2;
}

.success-group {
  flex: 1; 
}

.guide-group ul {
  column-count: 2;
  column-gap: 20px;
}

.link-group h2 {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

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

.link-group a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.link-group a:hover {
  text-decoration: underline;
}

.guide-group {
  flex: 2;
}

.success-group {
  flex: 1;
}

.guide-group ul {
  column-count: 2;
  column-gap: 20px;
}
  footer .inner p {
  margin: 0;
  }
  footer .inner .menu {
    margin-bottom: 10px;
}
footer .inner .menu p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  word-break: keep-all;
}
footer .inner .menu p a {
  color: #333;
}
footer .inner .menu p a img {
  vertical-align: middle;
  padding-bottom: 3px; 
}

footer .inner .copyright p {
  color: #333;
  letter-spacing: 1px;
  font-size: 12px;
}
footer .inner .copyright p a {
  color: #333; 
}
.footer-links {
    background-color: #f3f3f3;
}
.footer-links nav ul li {
  text-align: left;
  margin-bottom: 20px;
}

footer .footer-links {
  border-bottom: #ccc 1px solid;
}

footer .footer-links .inner  {
  display: flex;
  justify-content: space-between;
}

footer .footer-links p {
    text-align: left;
  font-size:14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-guide nav {
  display: flex;
}

.footer-guide nav ul:first-child {
  margin-right: 20px;
}

footer .footer-menu .menu a{
  text-decoration: none;
}

footer .footer-menu .menu a:hover{
  text-decoration: underline;
}

/* 下層ページ */
.page-header h1, .article-header h1{
  display: block;
  margin: 0 0 5px;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

/* Columns */
.flex-wrapper {
  display:flex;
  justify-content: space-between;
}
@media screen and (max-width: 819px){
 	 .flex-wrapper {
      display:block;
	}
}

.main-column, .side-column {
}

.main-column {
  width: calc( 100% - 320px);
}

.side-column {
  width: 270px;
  margin-left: 45px;
}

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

/* Knowledge base trees */
.section h3 a {
  display: inline-block;
  padding-right: 13px;
  background: url("/hc/theming_assets/01HZM0ZNJR3JDP0H0CT1SEPVNS") right 12px no-repeat;
  background-size: auto 10px;
  color: #413935;
}

.section {
  display: inline-block;
  padding: 0 50px 30px 0;
  vertical-align: top;
  width: 49.5%;
}

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


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

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

.section-tree{
}
.section-tree .section{
  width: 100%;
  margin: 0 0 20px;
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #eee;
  box-sizing: border-box;

}

.community h2, .community h3, .section h3 {
    color: #413935;
    font-size: 13px;
    font-weight: lighter;
    margin: 10px 0 15px;
    /* text-transform: uppercase; */
}
.section-tree .section h3{
  position: relative;
  /* padding: 0 0 10px 12px; */
  padding: 0 0 10px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}


.section-tree .section h3:before{
  display: none;
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: 4px;
  height: 14px;
  background: #ff9900;
}

.section-tree .section li a {
    display: inline-block;
    padding-left: 15px;
    background: url("/hc/theming_assets/01HZM0ZNPKMTMXPMEWWTX4C5T0") left 8px no-repeat;
    background-size: auto 10px;
}

.section-empty {
    /* 該当要素を強制的に非表示にする */
    display: none !important;
}


.page-header, .article-header, .search-results h1{
  margin: 0 0 30px;
  font-weight: bold;
}

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

/* Sub-nav */
.sub-nav {
  display: table;
  margin-bottom: 10px;
  padding: 30px 0;
  table-layout: fixed;
  width: 100%;
}

.sub-nav > * {
  display: table-cell;
}

.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
}

.sub-nav .search {
  width: 300px;
}

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

.article-header h1 {
  font-weight: bold;
  margin: 0 0 10px;
}

.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%;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 20px;
}
.article-more-questions a{
  color: #ff9900;
}

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

.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}

.article-body h1,
.article-body h2, 
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  color: #000;
}

.article-body h1{ margin-top: 50px; }
.article-body h2{ margin-top: 35px; }
.article-body h3{ margin-top: 30px; }
.article-body h4{ margin-top: 25px; }
.article-body h5{ margin-top: 20px; }
.article-body h6{ margin-top: 15px; }

.article-body h1 {
  font-size: 1.9em;
  border-bottom:#ccc solid 2px;
}
.article-body h2 {
  border-bottom:#ddd solid 1px;  
}


.article-body img{
  border:#ccc solid 1px;
}

/* 動画プレーヤー（iframe）をレスポンシブにする */
.article-body iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

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

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

.article-vote {
  width: 100%;
}

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

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

.article-vote-count {
  color: #999;
  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;
}

/* Side column */
.side-column h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 13px;
  margin: 10px 0 20px;
  color: #413935;
}

.side-column ul {
  margin-bottom: 60px;
}

.side-column li {
  margin: 0 0 10px 0;
  padding-left: 12px;
  background: url("/hc/theming_assets/01HZM0ZNJR3JDP0H0CT1SEPVNS") left 10px no-repeat;
  background-size: auto 7px;
}

.side-column li a {
  font-size: 12px;
}

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

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



/* Home page */
main .help-top .top-unker{
  padding: 72px 10px 40px;
}


.help-top .top-unker_ul {
  display:flex;
  justify-content: space-between;
  width: 80%;
    margin: 0 auto;
}
.help-top .top-unker_ul li a {
  font-size:16px;
  color:#333;
}
.help-top .top-unker_ul li a:hover {
  color: #fc9927; 
  font-weight:bold;
}

.help-top .hero-unit {
  display: block;
  padding: 72px 60px;
  font-size: 22px;
  scroll-margin-top: 200px;
}

.help-top .hero-unit.search-box {
  padding: 72px 60px;
	background: 
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url(/hc/theming_assets/01K9NQZ43ETGC5T24E2J8JVA6K) bottom / cover no-repeat;
  background-position: 80% 50%;  
}

/* --- TOPのAgentgorceフォームレイアウト --- */
.help-top #agent-search-form {
  display: flex;
  align-items: center;
  max-width: 1050px;
  margin: 20px auto;
	border: 1px solid #fc9927;
  border-radius: 50px;
  padding: 8px 10px;
  background-color: #eeeeee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.help-top #agent-search-form input {
  flex-grow: 1; 
  border: none; 
  outline: none; 
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  color: #333; 
}

.help-top #agent-search-form input::placeholder {
  color: #333333; 
}

.help-top #agent-search-form button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fc9927;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.5;
  cursor: not-allowed;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  
  margin-right: 0;
  padding: 0;
  font-weight: normal;
}

.help-top #agent-search-form button.is-active {
  opacity: 1; 
  cursor: pointer;
}

.help-top #agent-search-form button svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff; 
}

.help-top #agent-search-form button.is-active:hover {
  background-color: #fc9927;
}

.help-top .topic-links {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 16px;
  max-width: 1050px;
  margin: 20px auto 32px;
}

.help-top .topic-label {
  margin-right: 0.5em;
  white-space: nowrap;
  font-weight: bold;
}

.help-top ul.topic-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 10px;
  margin: 0;
  background-color: rgba(238, 238, 238, 0.5);
}

.help-top .topic-list a {
  color: #333;
  text-decoration: underline;
  font-size: 16px;
}

.help-top .topic-list a:hover {
  color: #fc9927;
}

.help-top .user-guide h2, .successnavi h2, .new-features h2{
  font-size: 32px;
  text-align:center;
  color:#333;
  margin-bottom:24px;
  margin-top:0px;
  font-weight: bold;
}

.help-top .user-guide p.text, .successnavi p.text, .new-features p.text {
  font-size: 16px;
  text-align:center;
  color:#333;
  margin: 0 0 40px 0;
}

.help-top .category-tree{
  display : flex;
  flex-wrap : wrap;
  justify-content:flex-start;
}

.help-top .hero-unit.user-guide .category-tree,.help-top .hero-unit.successnavi .category-tree {
  margin: 0 auto;
  padding: 0 10px 0;
  width: calc(100% - 20px);
  max-width: 1200px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.help-top .category-tree .category {
  width: 24.0%;
  height:auto;
  
}

.help-top .category-tree .category{
  padding: 0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  background-color: #fff;
  text-align:center;
  margin-right: 1%;
}

.help-top .category-tree .category.mb40 {
  margin-bottom: 40px;
}

.help-top .category-tree .category a:hover {
  border:2px solid #232938;
}

.help-top .category-tree .category img {
  width: 60px;
}

.help-top .category-tree .category ._title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color:#333;
  margin:10px 0 0;
}

.help-top .category-tree .category ._text {
  font-size: 14px;
  text-align: center;
  margin-top:10px;
  color:#333;
}

.help-top .category-tree .category a{
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding: 25px 5px 13.7px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  border: 2px solid #BFBFBF;
}

.help-top .category-tree .category a:hover{
  border-color: #fc9927;
}

.help-top .successnavi {
  background-color: #f4f4f4;
}

.help-top .article-list_wrap {
  margin: 0 auto;
    padding: 0 10px;
    width: calc(100% - 20px);
    max-width: 1000px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

main .help-top .new-features {
  padding-bottom:72px;
}

.help-top .new-features ul.article-list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.help-top .new-features ul.article-list li {
  width: 100%;
  display: flex;
  align-items: center;
  line-height:1.5;
}

.help-top .new-features ul.article-list li a:hover {
  text-decoration: underline;
    text-decoration-color:#fc9927;
}

.help-top .new-features ul.article-list li a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc9927;
  border-right: 2px solid #fc9927;
  transform: rotate(45deg);
  margin-right: 0.4em;
  position: relative;
  top: -1px;
  flex-shrink: 0;
}

.help-top .new-features ul.article-list li a {
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #333;
  font-size: 20px;
  text-decoration: none;
}

.help-top .new-features ul.article-list .date {
  margin-right: 20px;
  font-size: 16px;
  position: relative;
  top: -2px;
}

.help-top .new-features ul.article-list .title {
  font-size:18px;
  font-weight:bold;
}

.help-top .video-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 0 20px;
    margin-bottom: 40px;
}

.help-top .video-item {
    max-width: 100%;
    max-height: 299px;
    text-decoration: none;
    color: #333;
    display: block;
    transition: transform 0.2s ease-out;
}

.help-top .video-item {
  position: relative;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}
.help-top .video-item:hover {
  transform: translateY(-5px);
}

.help-top .video-item:hover img {
  opacity: 0.7;
}

.help-top .video-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(233, 156, 67, 0.8);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.help-top .video-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.help-top .video-item:hover::before,
.help-top .video-item:hover::after {
  opacity: 1;
}

.help-top .thumbnail-wrapper {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
  width: 48%;
}

.help-top .thumbnail {
    max-width: 100%;
    max-height: 299px;
    display: block;
    transition: filter 0.3s ease;
}

.help-top .video-item:hover .thumbnail {
    filter: brightness(0.7);
}

.help-top .thumbnail-wrapper p.date {
    font-size: 16px;
    margin:0;
}

.help-top .thumbnail-wrapper p.video-title a {
  font-size:18px;
    font-weight: bold;
    color: #333;
}

.help-top .thumbnail-wrapper p.video-title a:hover {
    text-decoration-color:#fc9927;
}

.help-top .thumbnail-wrapper p.video-lead {
  font-size:16px;
  color: #333;
  margin-bottom: 0;
}

.help-top .play-icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: auto;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.help-top .mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.help-top .video-item:hover .thumbnail-wrapper .play-icon {
    opacity: 1;
    visibility: visible;
}

.help-top .video-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.help-top .video-item:hover .video-title {
    text-decoration: underline;
}



@media screen and (max-width: 819px){
  /* Frame */
  .sp{
    display: block;
  }
  .container, .header-inner, .footer-inner, .main-column, .side-column,
   main .knowledge-base {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  main{
    padding-bottom: 40px;
  }

  .logo img{
    max-width:114px;
  }
  
  .main-column{
    margin-bottom: 25px;
  }
  .side-column{
    margin: 0;
  }
  .side-column h3{
    font-weight: bold;
    /* border-bottom: 1px solid #ddd; */
    margin: 0 0 10px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .side-column section{
    margin: 0 0 15px;
    padding: 15px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .side-column section ul{
    margin: 0;
    padding: 13px 15px;
    background: #fff;
  }
  .side-column section ul li:last-of-type{
    margin-bottom: 0;
  }
  .sub-nav{
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .sub-nav ol,
  .sub-nav .search{
    display: block;
    width: 100%;
  }
  .sub-nav ol{
    margin: 0 0 10px;
  }
  
  .section-tree .section{
    padding: 0;
    border: 0;
  }
  .section-tree .section h3{
    padding: 0 0 5px;
    font-size: 15px;
  }
  .section-tree .section li{
    font-size: 13px;
    margin: 0 0 5px;
  }
  .section-tree .section li a{
    padding-left: 10px;
    background-size: auto 7px;
    background-position: left 5px;
  }
  .castegory-tree .section h2 a span{
    background-position: right center;
  }
  .knowledge-base{
    width:100%;
    margin-bottom: 40px;
  }
  .faq-list{
    width:100%;
    
  }
  .faq-list h2{
    margin: 0 0 15px;
    padding: 0 0 7px;
    font-size: 18px;
    font-weight: bold;
  }
  .faq-list li{
    font-size: 13px;
    padding-left: 10px;
    background-size: auto 7px;
    background-position: left 5px;
  }
  .release-note-list{
    width:100%;
    
  }  
  .release-note-list h2{
    margin: 0 0 15px;
    padding: 0 0 7px;
    font-size: 18px;
    font-weight: bold;
  }
  .release-note-list ul li{
    font-size: 13px;
  }
  .release-note-list ul li dd{
    padding-top: 2px;
  }
}

@media screen and (max-width: 680px){
  .backLink a{
    font-size: 12px;
  }
  .hero-unit{
    padding: 10px 20px 12px;
    margin-bottom: 30px;
  }
  .search-box .search:before{
    font-size: 18px;
  }
  .search-box h1{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .search-box .heading{
    margin-bottom: 10px;
    font-size: 14px;
  }
  .search-box input{
    font-size: 13px;
    padding: 8px 30px 8px 40px;
  }
  .category-tree{
    display : block;
  }
  .category-tree::after{
    display: none;
  }
  .category-tree .category{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .category-tree .category a{
    padding: 15px 10px 25px;
  }
  .category-tree .category a h2 span{
    padding-top: 70px;
  }
}
.pc_only {
    display: block;
  }

.sp_only {
    display: none;
  }

@media screen and (max-width: 819px){
  .pc_only {
    display: none;
  }
  
  .sp_only {
    display: block;
  }
  .header {
    height: 80px;
}
  main {
      padding: 80px 0 0px;
  }
  
  .user-nav__linkwrap {
    display: block;
    }
  
  .onerolllink  {
    margin-top: 20px;
    }
  
  .onerolllink a {
    margin-left: 0;
    }
  
  .header-inner__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    }
  
  
  
  .container, .header-inner, .footer-links-container_inner, main .help-top .new-features, main .help-top .top-unker {
      padding: 40px 0px;
      width: calc(100% - 60px);

    }
  
  .header-inner {
      padding: 30px 0px;
      width: calc(100% - 60px);
    }
  
  .footer-links-container_inner {
    padding: 0px;
    width: 100%;
    }
      main .help-top .top-unker{
      padding: 0 10px 40px;
    }

    .help-top  .top-unker_ul {
        display: block;
        margin: 0;
    }
    .help-top .top-unker_ul li a::before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #fc9927;
      border-right: 2px solid #fc9927;
      transform: rotate(45deg);
      margin-right: 1em;
      top: -2px;
      display: inline-block;
      position:relative;
  }
  
  .help-top #agent-search-form {
    max-width: 100%;
}
  .help-top .topic-links {
    display: block;
}
  
  .help-top ul.topic-list {
    display: block;
}
  
  .help-top .user-guide h2, .successnavi h2, .new-features h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
  
  .help-top .user-guide p.text, .successnavi p.text, .new-features p.text {
    font-size: 16px;
    margin: 0 0 20px 0;
}
  
  .help-top .hero-unit {
    margin-bottom: 0;
}
  
  .help-top .hero-unit.search-box, .hero-unit.user-guide, .hero-unit.successnavi, .hero-unit.new-features {
    padding: 40px 30px;
}
  
  .help-top .hero-unit.search-box p.sp_only {
    color: #333;
    font-size: 14px;
    background-color: rgba(238, 238, 238, 0.5);
    padding: 0 10px;
  }
  .help-top .search-box .search-container #agent-search-form input::placeholder {
    color: transparent;
  }
  /* IE */
  .help-top .search-box .search-container #agent-search-form input::placeholderr:-ms-input-placeholder {
    color: transparent;
  }
  /* Edge */
  .help-top .search-box .search-container #agent-search-form input::placeholderr::-ms-input-placeholder {
    color: transparent;
  }
  
  .help-top .topic-links {
    margin: 0 auto;
}
  
  .help-top .topic-links .topic-list li, .topic-links .topic-label {
    margin-bottom: 10px;
  }
  
  .help-top .category-tree{
    display : block;
  }

  .help-top .category-tree .category, .successnavi .category-tree .category{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .help-top .category-tree .category.mb40 {
    margin-bottom: 20px;
  }
  .help-top .category-tree .category a{
    padding: 15px 10px;
  }
  
  .help-top .video-container {
    display: block;
    margin-bottom: 40px;
    padding: 0;
}
  
  .help-top .thumbnail-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
  .help-top .thumbnail-wrapper p.video-title a {
    font-size: 16px;
}
  .help-top .thumbnail-wrapper p.video-lead {
    font-size: 14px;
}
  
  .help-top .new-features ul.article-list {
    list-style: none;
    padding: 0 ; 
    margin: 0;
}
  
  .help-top .new-features ul.article-list li {
    align-items: baseline;
    display: block;
    margin-bottom: 14px;
}
  .help-top .new-features ul.article-list li:last-child {
    margin-bottom: 0;
}
  
  .help-top .new-features ul.article-list li a {
    display: flex;
    padding: 5px 0;
    font-size: 16px;
    align-items: flex-start;
}
  .help-top .new-features ul.article-list .date {
    display: block;
    line-height:1;
}
  
  .help-top .new-features ul.article-list li a::before {
    top: 10px;
}
  
  .footer-links-container {
    padding: 40px 30px;
    background-color: #f8f8f8;
}
  
  .footer-links-container_inner {
    display: block;
    }
  
  .guide-group {
    margin-bottom: 20px;
  }
  
  .guide-group ul {
    column-count: 1;
}
  
  .link-group ul li, .guide-group ul li {
    width: 100%
  }
  
}


/*
 * ===========================================
	Agentforce モーダルウィンドウ用CSS
 * ===========================================
 */

.chat-overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}

.chat-popup-container {
  width: 100%; 
  max-width: 1000px; 
  height: 85vh; 
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;   /* bodyのスタイルをここで継承 */
  letter-spacing: 0.1em;
  color: #333;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #eeeeee;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 12px 12px 0 0;
  font-size: 15px;
  font-weight: bold;
}

#chat-close-btn {
  background: none;
  border: none;
  font-size: 28px;
  color: #888;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
#chat-close-btn:hover {
  color: #333;
}

.chat-log {
  flex-grow: 1;
  padding: 20px;
  overflow-y: auto;
  background: #ffffff;
}

/*
 * ===========================================
 * ★【ポップアップフォーム】
 * ===========================================
 */

.chat-input-form {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 0 12px 12px;
  padding: 8px 10px;
}

.chat-input-form input {
  flex-grow: 1;
  border: none;
  padding: 10px;
  font-size: 15px;
  outline: none;
  background: transparent;
  border-radius: 0;
  order: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;  /* プレースホルダーのフォントを細くする */
  letter-spacing: 0.1em;
}

.chat-input-form input::placeholder {
  color: #333333; 
}

.chat-input-form button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fc9927;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.5;
  cursor: not-allowed;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  padding: 0;
  font-weight: normal;
  order: 2;
}

.chat-input-form button.is-active {
  opacity: 1;
  cursor: pointer;
}

.chat-input-form button svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
}

.chat-input-form button.is-active:hover {
  background-color: #c89f62;
}


/*
 * ローディング・エラー用 CSS
 */
.message-bot.loading {
  color: #777;
  font-style: italic;
  background-color: #f1f1f1;
}

.message-error {
  background-color: #f8d7da;
  color: #721c24;
  font-weight: bold;
}

/*
 * 【レイアウト調整】会話メッセージ
 */
.agent-message {
  padding: 12px 16px;
  border-radius: 18px;
  margin-bottom: 12px;
  max-width: 80%;
  width: fit-content;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 13px;
  letter-spacing: normal;
  font-weight: normal;
}

.message-user {
  background-color: #fc9927;
  color: white;
  margin-left: auto;
  border-bottom-right-radius: 4px;
}

.message-bot {
  background-color: #FEF7F1;
  color: #333;
  margin-right: auto;
  border-bottom-left-radius: 4px;
  display: block;
  text-align: left;
  border: 1px solid #e0e0e0;
}

.message-bot a {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  color: inherit;
}

.message-bot a span[style*="font-size:15px"] { 
  color: #007bff !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.message-bot a span[style*="font-size:13px"] { 
  color: #555 !important;
  text-decoration: none !important;
}

.message-bot span {
  display: inline;
}

.message-bot img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  border-radius: 8px;
}

.message-bot .display-inline-block {
  display: inline-block;
  font-size: 15px;
  padding-bottom: 10px;
}

/*
 * 【レイアウト調整】ブラウザ自動入力の背景色
 */
#agent-search-form input[type="text"]:-webkit-autofill,
#agent-search-form input[type="text"]:-webkit-autofill:hover,
#agent-search-form input[type="text"]:-webkit-autofill:focus,
#agent-search-form input[type="text"]:-webkit-autofill:active {
    box-shadow: 0 0 0px 1000px #eeeeee inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

/*
 * ポップアップ内フォームの自動入力 背景色修正
 */
#chat-input-form input[type="text"]:-webkit-autofill,
#chat-input-form input[type="text"]:-webkit-autofill:hover,
#chat-input-form input[type="text"]:-webkit-autofill:focus,
#chat-input-form input[type="text"]:-webkit-autofill:active {
    box-shadow: 0 0 0px 1000px #eeeeee inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

/*
 * ポップアップヘッダーにロゴ追加
 */
.header-title-group {
  display: flex;
  align-items: center;
}
.header-logo {
  height: 23px;
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
}

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

/*
 *ボットロゴ（アバター）表示
 */

.bot-message-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  max-width: 100%;
  overflow-wrap: break-word;
}

/* ロゴ（アバター）のスタイル */
.bot-avatar {
  height: 23px;
  width: auto;
  /*border-radius: 50%;*/
  margin-right: 12px;
  flex-shrink: 0;
  margin-top: 12px; 
}

.agent-message.message-user {
  margin-bottom: 12px;
}

.agent-message.message-bot {
  margin-bottom: 0;
  max-width: 100%;
}

/*
 * 【レイアウト調整 9】追従ボタン（Fixed版）
 */
.sticky-agentforce-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fc9927;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 9990;
  width: 160px;
}

.sticky-agentforce-button:hover {
	opacity: 0.8;
}


/* --- Agentforceローディング --- */

/* ローディング表示の全体枠 */
.sf-loading-container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 5px 0;
}

/* --- 二重逆回転スピナー --- */
.sf-spinner {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* 外側の円 (時計回り) */
.sf-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  /*
  border-top-color: #0176d3; 
  border-bottom-color: #0176d3;
  */
  border-top-color: #fc9927; 
  border-bottom-color: #fc9927;
  animation: sf-spin-cw 1.2s linear infinite;
}

/* 内側の円 (反時計回り) */
.sf-spinner::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  border: 2px solid transparent;
  /*
  border-left-color: #0176d3;
  border-right-color: #0176d3;
  */
  border-left-color: #fc9927;
  border-right-color: #fc9927;
  animation: sf-spin-ccw 1.2s linear infinite;
}

/* 回転アニメーション定義 */
@keyframes sf-spin-cw {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes sf-spin-ccw {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

/* --- テキスト部分のレイアウト --- */
.sf-loading-text-group {
  display: flex;
  flex-direction: column;
}

.sf-loading-title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.sf-loading-subtitle {
  font-size: 12px;
  color: #747474;
  margin-top: 2px;
}

/* 既存の.message-bot.loading のスタイル調整 (上書き) */
.message-bot.loading {
  background-color: transparent !important; /* 背景色を消して自然に */
  padding: 0 !important; /* 余白リセット */
}

/* ===========================================
   ハンバーガーメニュー & レスポンシブ表示制御
   =========================================== */

/* --- 共通: 表示切り替え用クラス --- */
.pc_only { display: block !important; }
.sp_only { display: none !important; }

/* --- ハンバーガーボタン (共通スタイル) --- */
.hamburger-btn {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
  padding: 0;
  margin-left: auto;
}
.hamburger-btn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: .3s;
  left: 0;
  border-radius: 2px;
}
.hamburger-btn span:nth-child(1) { top: 0; }
.hamburger-btn span:nth-child(2) { top: 11px; }
.hamburger-btn span:nth-child(3) { bottom: 0; }

/* 開いた時のアニメーション */
.hamburger-btn.is-active span:nth-child(1) { transform: rotate(45deg); top: 11px; }
.hamburger-btn.is-active span:nth-child(2) { opacity: 0; }
.hamburger-btn.is-active span:nth-child(3) { transform: rotate(-45deg); bottom: 11px; }

/* --- 背景オーバーレイ --- */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  cursor: pointer;
}
.mobile-menu-overlay.is-open { display: block; }

/* --- モバイルメニュードロワー --- */
.mobile-menu-drawer {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100%;
  height: auto; max-height: 80vh;
  background-color: #fff;
  z-index: 10000;
  padding: 90px 20px 30px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  box-sizing: border-box;
}
.mobile-menu-drawer.is-open { transform: translateY(0); }

/* ドロワー内のコンテンツ */
.mobile-menu-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.mobile-menu-buttons a {
  display: block;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #333;
  width: 100%;
  box-sizing: border-box;
}
.mobile-menu-buttons .btn-white { background: #fff; color: #333; }
.mobile-menu-buttons .btn-black { background: #333; color: #fff; }

/* ドロワー内のリンク */
.mobile-menu-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu-nav li { border-bottom: 1px solid #eee; }
.mobile-menu-nav a {
  display: block;
  padding: 15px 0;
  color: #fc9927;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.mobile-menu-nav a::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px; height: 6px;
  border-right: 2px solid #fc9927; border-bottom: 2px solid #fc9927;
}
body.fixed-body { overflow: hidden; }


/* ===========================================
   【修正版】PC表示 (画面幅 820px以上)
   =========================================== */
@media screen and (min-width: 820px) {
  
  /* スマホ用要素を強制的に隠す */
  .sp_only,
  .hamburger-btn, 
  .mobile-menu-drawer,
  .mobile-menu-overlay {
    display: none !important;
  }

  .pc_only {
    display: block !important;
  }

  .help-top .top-unker_ul {
    display: flex !important;
    justify-content: center !important;
    gap: 60px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 30px auto !important;
    width: 100% !important;
    max-width: 1200px !important;
  }

  .help-top .top-unker_ul li {
    margin: 0 !important;
  }

  .help-top .top-unker_ul li a {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: lighter !important;
    text-decoration: none !important;
  }
  
  .help-top .top-unker_ul li a:hover {
    color: #fc9927 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
  }
  
  .help-top .top-unker {
    padding: 30px 0 !important;
    text-align: center !important;
  }

  .header-inner__wrap {
    justify-content: space-between !important;
  }
  .user-nav {
    margin-left: auto !important;
  }
}

/* -------------------------------------------
   ▼ SP表示 (819px以下) の強制スタイル
   ------------------------------------------- */
@media screen and (max-width: 819px) {
  .pc_only { display: none !important; }
  .sp_only { display: block !important; }
  .hamburger-btn { display: block !important; }
  .mobile-menu-drawer { display: block !important; }
  .top-unker { display: none !important; }
}
/* -------------------------------------------
   テーブル枠線の一括修正（追加分）
------------------------------------------- */

/* 全ての記事内テーブルの線を、強制的に薄いグレーに固定 */
.article-body table td, 
.article-body table th {
    border-style: solid !important;
    border-color: #eee !important; /* 元のCSSの#eeeに合わせます */
    border-width: 1px !important;  /* 格子状を維持する場合 */
}

/* 意識的に設定していた「1行目＝白」のデザインを復元 */
.article-body table tr:first-child td,
.article-body table tr:first-child th {
    border-color: #ffffff !important;
}