@charset "utf-8";

html {
    scroll-behavior: smooth; /* スムーススクロールを有効にする */
}

body {
    font-family: Hiragino Kaku Gothic ProN, Helvetica Neue, Meiryo, Arial, sans-serif;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.5em;
    background-color: #ffffff;
}
.main-body{
    padding-bottom: 75px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.btn {
    padding: 6px 16px;
    font-size: 16px;
    font-weight: bold;
}

#selLanguage{
    float: right;
    margin-top: 10px;
    margin-right: 40px;
    font-size: 16px;
}

div.dl_block {
    margin-bottom: 30px;
}

.container {
    min-width: 1000px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
}

.main-container{ /* ホーム画面・新着一覧画面・お知らせ詳細画面 */
    min-width: 1230px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

h3.page_title {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

h4.page_title { /*関連ソフトウェアダウンロードサイト*/
    margin-left: 96px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
}

.flex-container {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

div.logo_container {
    margin-top: 100px;
    /*    margin: 28px;*/
    text-align: right;
}

div.logo_container > img {
    max-width: 340px;
}

.app_logo {
    width: 306px;
    margin-left: 30px;
}

.app_icon {
    height: 64px;
}

h4 {
    /* margin: 40px 0 10px 0; */
    font-size: 20px;
}

h4.guide_title {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

h2.product_title {
    font-size: 24px;
}

h3 {
    /* margin-left: 10px; */
    font-size: 28px;
}

p.sight_guide {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

/* ホーム画面の水色背景の文字列 */
p.main-sight_guide { 
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 28px;
}

a.install-guide-link{
    font-weight: bold;
    text-decoration: underline;
}

.information_title {
    display: flex;
    align-items: center;
    padding: 10px 0;
    /* padding: 5px; */
    text-align: center;
    font-size: 16px;
}

.information-icon {
    height: 30px;
    width: 30px;
    padding: 2px;
    margin-right: 10px;
}


.model_name {
    /*    max-width:440px;*/
    /*    max-width: 620px;*/
    margin-left: 36px;
    margin-bottom: 40px;
    font-size: 16px;
}

div.model_name > ul {
    list-style: none;
    padding-left: 10px;
}

.download-container {
    /*    margin:40px 0 60px 0;*/
    margin: 40px 0 28px 0;
}

table {
    width: 100%;
    margin-left: 20px;
    margin-right: auto;
    table-layout: fixed;
}

/* Table 見出し行用スタイル */
tr.table_head_row {
    background-color: #4f4f55;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

/* テーブル 本文行用スタイル */
tr.table_body_row {
    background-color: white;
    color: #333;
}

tr:last-child td, tr:last-child th {
    padding-bottom: 0;
}

/*テーブル 1列目用スタイル*/
tr > td:first-child {
    width: 350px;
}

#model-Information-Table td:nth-child(2) {
    width: 310px;
} 

#model-Information-Table td:nth-child(3) {
    width: 130px;
} 

#model-Information-Table td:nth-child(4) {
    width: 180px;
} 

#model-Information-Table.jp-model-table td:nth-child(1) {
    width: 380px;
} 

tr.table_body_row > td {
    padding: 5px 10px;
}

/*Table セル用スタイル */
td.modelInformation {
    border: 1px solid gray;
}

/*セル内 リンクラッパー用スタイル*/
td > p {
    text-align: center;
    margin-top: 5px;
}

div.caption {
    margin-left: 20px;
    padding-bottom: 5px;
}

p.note {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
}

label {
    margin-top: 4px;
    margin-bottom: 3px;
}

.btn-download:link {
    color: #ffffff;
    background-color: #1c58b1;
    border-radius: 20px;
}

.btn-download:active {
    color: #ffffff;
    background-color: #3575d5;
}

.btn-download:visited {
    color: #ffffff;
    background-color: #1c58b1;
}

.btn-download:hover {
    color: #ffffff;
    background-color: #0141a0;
}

.disabled-link {
    background-color: #1c58b1;
    border-radius: 16px;
    box-shadow: none;
    color: #fff;
    cursor: not-allowed;
    opacity: .65
}

div#alert_msg {
    display: none;
    text-align: center;
}

div#alert_msg > p {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    text-align: center;
}

div#eeps_download_block {
    margin-top: 20px;
}

/* checkbox style */
input[type="checkbox"] {
    display: none;
}

/* label style */
.chklabel {
    font-weight: normal;
    position: relative;
    padding-left: 26px;
}

/* checkbox hover style */
.chklabel:hover::after {
    border-color: #4778d9;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* checkbox checkmark & box common style */
.chklabel:after,
.chklabel:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}

/* checkbox box style*/
.chklabel::after {
    /*    left: 20px;*/
    left: 0;
    /*    margin-top: -9px;*/
    margin-top: -8px;
    width: 17px;
    height: 17px;
    /*    border: 1px solid #ccc;*/
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 1px;
}

/* checkbox checkmark style */
.chklabel::before {
    /*    left: 26px;*/
    left: 5px;
    margin-top: -10px;
    width: 7px;
    height: 15px;
    /*    border-right: 2px solid #0171bd;*/
    border-right: 2px solid #296dd2;
    /*    border-bottom: 2px solid #0171bd;*/
    border-bottom: 2px solid #296dd2;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 10;
}

/* checked style */
input[type="checkbox"]:checked + .chklabel:before {
    opacity: 1;
}


input#app_dl_button {
    border-style: none;
    color: #fff;
    background-color: #5bc0de;
    border: 1px solid #46b8da;
    border-radius: 4px;
    padding: 8px 14px;
}

input#app_dl_button:hover {
    color: #fff;
    background-color: #31b0d5;
    border: 1px solid #269abc;

}

/* NL Table ヘッダー調整 */
tr.nl_header > td:first-child {
    width: 280px;
}

/* TR Table ヘッダー調整 */
tr.tr_header > td:first-child {
    width: 280px;
}

/* ファイル名 テキスト表示折返し指定 */
tr.table_body_row > td:nth-child(2) {
    word-break: break-all;
}

/* DE Table ヘッダー調整 */
table.de_table > tbody > tr.table_head_row > td:nth-child(4){
    padding: 0 5px;
}

/* DE ダウンロードボタン調整 */
p.de_button > a.btn {
    font-size: 12px;
    padding: 6px 10px;
}

/* FR ダウンロードボタン調整 */
p.fr_button > a.btn {
    font-size: 12px;
    padding: 6px 8px;
}

/* SC ダウンロードボタン調整 */
p.sc_button > a.btn {
    padding: 6px 24px;
}

/* TC ダウンロードボタン調整 */
p.tc_button > a.btn {
    padding: 6px 24px;
}

/* TR ダウンロードボタン調整 */
p.tr_button > a.btn {
    padding: 6px 24px;
}

hr {
    margin: 10px 0;
}

div.footer_block {
    text-align: center;
    padding-top: 100px;
}

span#copyright {
    font-size: 12px;
}

@media (min-width:1200px) {
    
    p.de_button > a.btn {
        font-size: 14px;
        padding: 6px 16px;
    }
    
    p.fr_button > a.btn {
    font-size: 14px;
    padding: 6px 16px;
}
}

/* アコーディオンメニュース */
.accordion {
    width: 100%; /*アコーディオンメニュー幅*/
    max-width: 2000px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
    background-color: #0d5dbb;
}

.accordion-item + .accordion-item {
    border-top: 1px solid #ddd;
}

/* アコーディオンヘッダー部分 */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #0d5dbb;
    color: white;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: bold;
}

.accordion-header:hover { /* マウスオーバーした時の色 */
    background-color: #0d5dbb;
}

/* 三角 */
.triangle {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* アコーディオンのコンテンツ部分 */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* padding: 0 15px; */
    background-color: #fff;
}

/* 三角マークを回転 */
.rotate {
    transform: rotate(180deg);
}

/* 順番を示すアイコン */
.step-icon-number {
    display: inline-block;
    background-color: #0d5dbb;
    color: #ffffff;
    border-radius: 9999px;
    text-align: center;
    margin-right: 30px;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}
.large-icon {
    width: 5em;
    height: 5em;
    line-height: 5em;
}

.step-text {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

a.step-text_link{
    margin-left: auto;
    align-self: flex-end;
    font-weight: normal;
}

.step-list {
    padding: 0px;
    margin-bottom: 0px;
    /* width: max-content; */
}
/* 順番を示すアイコン END */

/* 「このサイトでできること」 */
p.whatToDo_title {
    margin-left: 96px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
}

.whatToDo {
width: max-content;
/* margin: 0 auto; */
}

.whatToDo-container {
    width: max-content;
    margin: 0 auto;
}
/* 「このサイトでできること」END */

.centerText {
    margin: 0 auto;
}

.underlineText {
    text-align: left;
    text-decoration: underline;
    text-decoration-color: #0d5dbb;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
}

.Section { /* 「青下線のテキスト」毎にセクション */
    scroll-margin-top: 0px;
    padding-top: 100px;
}

/* 新着情報 */
.latestNews {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.listView{
    font-size: 16px;
    padding-right: 40px;
    text-decoration: underline;
}

.latestNews-grid{ /* お知らせを表示させるGrid */
    display: grid;
    margin-top: 20px; 
    grid-template-columns: auto 1fr;
    line-height: 38px;
    column-gap: 40px;
}

p.latestNews_date{
    margin: 0px;
    font-size: 16px;
}

a.latestNews_link{ /* リンクの文字色を黒に */
    font-size: 16px;
    padding-right: 80px;
    color: #3d3d3d;
    white-space: nowrap; /* 文字数が多い場合は省略表示 */
    overflow: hidden;
    text-overflow: ellipsis;
}



/* HowTo (インストール・アップデートの手順) */
.HowTo-container {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.HowTo-item {
    width: 100%;
    background-color: #E4EFF9;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.HowTo-List {
    padding-left: 0;
    margin: 0 auto;
    width: max-content;
}

/* 実線で囲われるdiv */
.borderedArea {
    margin-bottom: 20px;
    border: 1px solid #AEAEAE;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    /* display: flex;
    justify-content: center; */
}

#modelInformationSection{
    padding-top: 80px; /* 実線のdivにmarginがあるので余白調整 */
}

hr.blueLine {
    margin-left: 20px;
    margin-right: 20px;
    height: 1px;/* 高さ指定しないと色が反映されない */
    background-color: #0d5dbb;
}

.download-here {
    text-align: right;
    text-decoration: underline;
    font-size: 16px;
    margin: 0px;
}

.spaceBetween {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.jp-button {
    height: auto;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.downloadText {
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    display: inline;
}

/* ファイルダウンロード部分 */
.explain {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
}

p.detail-text{
    font-size: 16px;
    margin-left: 20px;
}

.detail-list {
    padding-left: 0;
}

.detail-content {
    margin-right: 20px;
    font-weight: bold;
}

/* ファイル名等の表示に透明な表を使用 */
.detailtable { 
    border-collapse: collapse;
}

td.detailtable {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: left;
}

th.detailtable {
    font-size: 16px;
    padding-bottom: 10px;
    text-align: left;
    width: 200px;
}

.p-left {
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}

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

.p-bold {
    font-weight: bold;
    padding-top: 0px; /* p-leftと詳細度が同じため、こちらが優先される */
}


.bold {
    font-weight: bold;
    text-align: left;
}

/* 機種情報ファイル表 */
.model-Information-Table {
    margin-left: 0;
    border-collapse: collapse;
    width: 100%;
}

/* 機種情報ファイルのテーブル */
.model-Information-Table, .model-Information-Table th, .model-Information-Table td {
    border: 1px solid lightgray;
    width: 100%;
    font-size: 15px;
}


/* 2025.9 追加画面 ---------------------------------------------------*/
/*パンくずリストのcss*/
.breadcrumb-style{
    margin-top: 40px;
    display: flex;  
    font-size: 13px;
}

a.breadcrumb-link{
    color: #3d3d3d;
    text-decoration: underline;
}

p.breadcrumb-current{
    margin: 0px;
}

p.separator{ /*「>」の記号 */
    margin: 0px 10px;
}


/* お知らせ詳細画面 ------------------------------*/
div.news{
    margin-top: 40px;
}

h4.news_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

p.news_date{
    font-size: 16px;
    margin-bottom: 40px;
}

p.news_body{
    font-size: 16px;
    line-height: 38px;
}

/* お知らせ一覧表 ----------------------------------*/
:root { /* ページ上部からお知らせ一覧までの高さを保持するCSS変数 */
  --header-height: 0px;
}

.header{
    display: flow-root;
}

.header_title{
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}

.newsList{
    font-size: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    line-height: 58px;
    border-top: 1px solid #dbdbdb; /* 一番上の罫線 */
    max-height: calc(100vh - var(--header-height) - 50px);
    overflow-y: auto; /* スクロール可能にする */
}

p.newsList_date{ /* 日付 */
    border-bottom: 1px solid #dbdbdb;
    padding-left: 50px;
    margin: 0px;
}

a.newsList_link{ /* お知らせのタイトル */
    border-bottom: 1px solid #dbdbdb;
    padding-left: 30px;
    padding-right: 50px;
    color: #3d3d3d;
    white-space: nowrap; /* 文字数が多いときは省略表示 */
    overflow: hidden;
    text-overflow: ellipsis;
}