@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ======================================================= */
/* リセットCSS　　　　　　　　　　　　　　　　　　　　　　  */
/* ======================================================= */
img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width: auto;
}
footer ol,footer ul{
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
}

/* ======================================================= */
/* PC・スマートフォンサイト共通の全画面用CSS　　　　　　　  */
/* ======================================================= */
header,footer{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Segoe UI', 'Noto Sans JP', sans-serif;
}
.header ul,.header ol,.footer ul,.footer ol {
    list-style-type: none;
}
.KbDetailRtContainer__followOption,
.KbDetailRtContainer__subscribeDescription {
  display:none;
}
.commonStyle__detailHeader {
  font-size:1.8rem;
}
.description img{
  border:1px solid #ccc;
}

.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
  background-color: rgb(255, 255, 255)!important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
  }
.Header__tabsTab{
  line-height:normal;
  border-bottom:none;
}
.nav_listItem a {
  color: #024FA2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.nav_listItem a:hover {
  color: #e46317;
}
.nav_listItem_white a {
  background-color: #024FA2;
  color: #fff!important;
}
.nav_listItem_white a:hover{
    color: #fff;
    opacity: 0.6;
}

/* PCサイトのヘッダー用CSS */
@media only screen and (min-width: 1025px) {
  .Header__container{
    max-width:100%;
    padding:24px 0 24px 40px;
  }
  #navBarContainer {
    padding:0 0 0 40px!important;
  }
  .Header__tabsTab{
    margin:0;
    display:block!important;
    letter-spacing:normal;
  }
  .Header__tabsTab:hover{
    border-bottom:none;
  }
  .Header__tabsTab.nav_listItem_white {
    padding:0;
    margin-left:10px;
  }
  .nav_listItem_white a {
    display:block;
    height:93px;
}
  .nav_listItem::before {
    border-left: 2px solid rgba(33, 130, 223, .25)!important;
    content: '';
    height: 24px;
    left: -16px;
    top: 0;
    position: sticky;
    padding-right: 13px;
} 
  .nav_listItem:first-child::before,
.nav_listItem:last-child::before {
    content: none;
}
  .Header__menuList{
    align-items: center;
    display:flex;
    gap:10px;
  }
  .nav_listItem:nth-child(8){
    margin-right:19px;
  }
  .nav_listItem_white a {
    padding: 36px 16px!important;
  }
}

/* スマートフォンサイトのヘッダー用CSS */
@media only screen and (max-width: 1024px) {
  div#navBarContainer{
    padding: 0 0 0 20px;
    align-items: center;
    height: 50px;
  }
  
  .Header__logo img {
    max-width: 100%;
  }
  
  .Header__menuicon {
    display: flex;
    background: #024FA2;
    height: 50px;
    width: 50px;
    right:0;
    justify-content: center;
    align-items: center;
    gap:0;
    }
  
  .Header__menu:before {
    margin-top: -.60rem;
  }
  .Header__menu:after {
    margin-top: .60rem;
  }
  
  .Header__menuTab{
    background:#FFFFFF!important;
    padding:40px 20px!important;
    box-shadow:none!important;
  }
  
  .Header__menuList {
    width: 160px;
    margin: 0 auto;
  }

  .Header__tabsTab .nav_listItem_white{
    color:#024FA2;
    margin:0;
  }
  .Header__tabsTab a{
    font-size:15px;
  }
  
  .nav_listItem_white {
    margin-top: 10px;
    width: 100%;
    }
  
  .nav_listItem_white a {
    padding:16px;
    width:100%;
    text-align:center;
    display:block;
}
}

/* ======================================================= */
/* 1. ロゴとサイト名の横並び設定 (Header__logo) */
/* ======================================================= */
.Header__logo {
    /* ロゴとサイト名が入っているコンテナをFlexboxで横並びにする */
    display: flex; 
    /* 垂直方向（上下）の中央に揃える */
    align-items: center; 
    /* 必要以上に縮小しないようにする（重要：レスポンシブ対策） */
    flex-shrink: 0; 
    /* 右メニューとの間隔を確保 */
    margin-right:15px; 
}

/* ロゴのリンク（<a>）の調整 */
.Header__logo a {
    display: flex;
    align-items: center;
    height: 100%; 
}

/* ======================================================= */
/* 2. サイト名（Header__siteTitle）の2行表示と文字サイズ調整 */
/* ======================================================= */
.Header__siteTitle {
    /* ロゴとサイト名の間にスペースを入れる */
    margin-left: 20px; 
    /* サイト名が2行になるため、縦に並ぶようにブロック要素にする */
    display: block; 
    /* サイト名全体を垂直方向でロゴの中央に揃える設定は、親の .Header__logo の align-items: center; が担う */
}

/* 上段 (Zoho) のスタイル: 小さく、淡い色 */
.Title__line1 {
    font-size: 0.8em; 
    color: #666;
    line-height: 1.2;
}

/* 下段 (ナレッジベース) のスタイル: 大きく太字 */
.Title__line2 {
    font-size: 1.4em; 
    font-weight: bold; 
    color: #024FA2;
    line-height: 1.2;
}


/* ======================================================= */
/* 3. レスポンシブ対応 (モバイル/タブレット対策) */
/* ======================================================= */

/* 画面幅が768px以下の場合に適用するスタイル */
@media (max-width: 768px) {
  .Header__logo {
    max-width:80%;
    padding:0;
  }
  /* 上段 (Zoho) のスタイル: 小さく、淡い色 */
.Title__line1 {
    font-size: 0.6em; 
}

/* 下段 (ナレッジベース) のスタイル: 大きく太字 */
.Title__line2 {
    font-size: 1.2em; 
}
  .Header__navbar {
        height: 50px; /* ヘッダーの高さを50pxに固定 */
        min-height: 50px; /* 最小高も設定し、確実にする */
        padding: 0; /* 上下の余白（パディング）を完全に削除 */
    }
  .Header__container{
    min-height:0;
  }
    
/* コンテナの要素の挙動を調整 */
  .Header__container {
    /* 要素を両端に寄せる設定を維持 */
    justify-content: space-between; 
    /* 狭い場合は折り返しを許可し、細くなりすぎるのを防ぐ */
    flex-wrap: wrap; 
    }

    /* 狭い画面では通常のメニューを非表示にし、アイコンでの操作に切り替える */
    .Header__menuTab {
        display: none; 
    }
}

/*　フッター用のCSS　*/
.footer {
    background-color: #EEEEEE;
    margin-top: 100px;
   padding-top:10px;
}

.Footer__footerBg {
  display:none;
}

.footer_logo {
    max-width: 150.23px;
    margin: 64px auto;
}

.privacy_terms {
    column-gap: 48px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.privacy_terms_link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    margin-bottom: 32px;
}

.privacy_terms_link:hover{
    color: #024FA2;
}

.copyright {
    background-color: #024FA2;
    text-align: center;
    padding: 15px 0 14px;
}

.copyright small {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    flex-grow: 1;
    line-height: 1.25;
}

@media (max-width:1080px) {
    .footer_container {
        padding: 64px 20px 32px;
    }

    .footer_listBox {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .privacy_terms{
        column-gap: 28px;
    }

}

@media (max-width:767px) {
    .footer {
        margin-top: 72px;
    }

    .footer_list {
        margin-top: 0;
    }

    .footer_listBox {
        grid-template-columns: repeat(2, 1fr);
    }

    .privacy_terms{
        flex-direction: column;
    }

    .privacy_terms_link{
        text-align: center;
        margin-bottom: 20px;
    }
}

