﻿/*
 *  update 2026.04.02
 */
/* @import "https://ce.mf.marsflag.com/latest/css/mf-search.css"; */
* {
  /* 20240607 MF3.0更新 */
  min-width: 0;
  min-height: 0;
  -webkit-text-size-adjust: 100%;
}

b {
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
}
img.sup_title {
  height: 32px;
}
img.img_num {
  height: 22px !important;
  width: 22px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 5px !important;
  top: -1px !important;
  position: relative;
  filter: invert(80%);
}
img.fuse {
  filter: none !important;
}

nav.menu {
  display: none;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  opacity: 0;
}

/* 20240603saikiコールアウトの文字揃え */
.borderRightNone .clearfix p {
  padding-top: 3.5px;
}

/* 20240603saiki タイトルの背景色、フォント色の調整 */
/* .L5 .lower-title.no_accordion.no-before { */
/* 20251028 mod */
[komidashi="komidashi"] .lower-title {
    background-color: #646464;
    color: white;
    text-align: center;
    padding:2px 0 0 0;

}

/* 20240603saiki疑似要素を適用外にする */
/* .L5 .lower-title.no_accordion.no-before::before { */
/* 20251028 mod */
[komidashi="komidashi"] .lower-title.no_accordion::before {
    content: none;
}

@media (max-width: 736px) {
  body {
    font-size: 85%;
  }
}

strong {
  font-weight: bold;
}

ul,
li {
  margin: 0;
  padding: 0;
}

ul li,
li li {
  margin: 0 0 5px 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  padding-left: 20px;
}

ol .step {
  list-style-type: decimal;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

.br_test_ab_only_1 {
  height: 20px;
}

p.back,
#mainNavId {
  display: none;
}

input,
textarea,
select {
  outline: none;
}

@media (max-width: 736px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
    vertical-align: middle;
  }
}

.pop_caution {
  display: none;
}

.br_test_supplement_2 {
  display: none;
}

.br_test_ab_1,
.br_test_sub_pare_para_ab_1,
.br_test_supplement_sub_ab_only_1,
.br_test_sub_run_off {
  height: 1em;
}

.br_test_sub_pare_para_ab_non {
  height: 1em;
}

.page-visual {
  opacity: 1 !important;
}

.page-visual .icon_inline {
  filter: none;
}

.page-visual h2 {
  margin: 0;
  font-size: 120%;
}

.page-visual .layout-main {
  padding-left: 8%;
  padding-right: 8%;
}

@media (max-width: 980px) {
  .page-visual .layout-main {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-toclist .layout-screen {
  display: block;
}

.page-toclist .layout-screen .layout-container {
  display: block;
}

.page-toclist .layout-screen .layout-container .layout-main {
  width: auto;
}

.page-visual .nav-side,
.page-toclist .nav-side {
  display: block;
  position: fixed;
  left: auto;
  right: 0;
  z-index: 9999;
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  top: 100px;
  margin: 0;
  background-color: #efefef;
  width: 415px;
  max-width: 415px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.page-visual .nav-side .nav-side-inner,
.page-toclist .nav-side .nav-side-inner {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  max-height: 100% !important;
  overflow-y: auto;
  background-color: #efefef;
  box-sizing: border-box;
  padding: 0 16px 16px;
}

@media (max-width: 736px) {
  .page-visual .nav-side,
  .page-toclist .nav-side {
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 93.5%;
    max-width: 93.5%;
    top: 98px;
    height: calc(100vh - 98px);
    max-height: calc(100vh - 98px);
  }
}

.page-visual .nav-side ul.root,
.page-toclist .nav-side ul.root {
  border-top: none;
}

.page-visual .layout-header #siteTitle,
.page-toclist .layout-header #siteTitle {
  left: 125px;
}

.page-visual .layout-header #tabNav,
.page-toclist .layout-header #tabNav {
  display: block;
}

.page-visual .layout-container,
.page-toclist .layout-container {
  /* 102期　改善施策 paddingを変更 */
  /* padding-top: calc( 80px ); */
  padding-top: calc(20px);
  min-height: calc(100vh - 140px);
}

@media (max-width: 980px) {
  .page-visual .layout-container,
  .page-toclist .layout-container {
    /* 102期　改善施策 paddingを変更 */
    /* padding-top:calc( 70px ); */
    padding-top: calc(35px);
    min-height: calc(100vh - 130px);
  }
  .layout-main {
    margin-bottom: 83px;
  }
}

@media (max-width: 736px) {
  .page-visual .layout-container,
  .page-toclist .layout-container {
    /* 102期　改善施策 paddingを変更 */
    /* padding-top: calc( 105px ) */
    min-height: calc(100vh - 160px);
    padding-top: calc(50px);
    padding-bottom: 10px;
  }
}

@media (max-width: 980px) {
  .page-visual .layout-main,
  .page-toclist .layout-main {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-index .caption {
  font-size: 80%;
  text-align: center;
}

@media (max-width: 980px) {
  .page-index .layout-main {
    padding-top: 30px;
  }
}
/* 102期　改善施策　トップビジュアル「画像をクリックしてビジュアルから探す」コメントアウト */
.page-index .container-appearance {
  /* margin: 0 0 30px 0; */
  position: relative;
  /* position: absolute; */
}

/* 102期　改善施策　トップビジュアル画像サイズ変更 */
.page-index img {
  max-width: 440px;
}

@media (max-width: 980px) {
  .page-index .container-appearance::before {
    background: url("../images/click-tap.png") no-repeat;
    background-size: contain;
  }
}

@media (max-width: 736px) {
  .page-index .container-appearance::before {
    margin: -3.3rem auto -1rem;
    background: url("../images/click-tap.png") no-repeat;
    background-size: contain;
  }
}

.page-index .container-appearance .inner {
  /* 102期　改善施策　margin変更 */
  margin: 16px auto 10px auto;
  /* margin: 35px auto 10px auto; */

  box-sizing: border-box;
  padding: 8px;
}

@media (max-width: 736px) {
  .page-index .container-appearance .inner {
    padding: 4px;
  }
}

.page-index .container-appearance h2 {
  font-size: 100%;
  cursor: default;
  font-weight: bold;
  background: none;
  /* 102期　改善施策　padding,margin変更 */
  /* padding: 6px 0; */
  color: #000;
  padding-left: 4px;
  margin: 0 0 0 11px;
  /* margin: .1rem 0 0; */
  /* padding: 0 10px; */
  text-align: left;
}

.page-index .container-appearance h2::before {
  content: none;
}
.section-popular-help {
  margin-top: 24px;
}


.page-index .container-appearance ul li img {
  width: 100%;
  margin: 0;
  display: block;
}

.is-toc .layout-main {
  width: auto;
}

.layout-container {
  max-width: 980px;
  min-height: calc(100vh - 148px);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-top: 50px;
  /* 102期　改善施策　コメントアウト */
  /* padding-top: calc( 50px + 40px ); */
  transition: all 0.2s ease;
  box-sizing: content-box;
}

@media (max-width: 1280px) {
  .layout-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (max-width: 980px) {
  .layout-container {
    min-height: calc(100vh - 110px);
    padding-top: calc(50px);
    display: block;
  }
}

@media (max-width: 736px) {
  .layout-container {
    min-height: calc(100vh - 148px);

    /* 102期　改善施策　padding変更 */
    padding-top: 15px;
    /* padding-top: 90px */
  }
}

.layout-main {
  flex: 1;
  margin-bottom: 125px;
  /* 102期　改善施策　padding変更 */
  /* padding: 0 0 60px 0; */
  line-height: 1.5;
  width: 700px;
  min-width: 700px;
}

@media (max-width: 980px) {
  .layout-main {
    /* 102期　改善施策　padding変更 */
    padding-bottom: 95px;
    /* padding-bottom:30px; */
    width: auto;
    min-width: auto;
  }
}

@media (max-width: 736px) {
  .layout-main {
    /* 102期　改善施策　padding変更 */
    padding-bottom: 85px;
    /* padding-bottom:20px */
  margin-bottom: 83px;
  }
}

.layout-header {
  height: 50px;
  /* 102期 改善施策　色変更のため、コメントアウト */
  /* background-color: #c00; */
  background-color: #041d41;
  color: #fff;
  /* position: fixed; */
  position: sticky;
  top: 50px;
  width: 100%;
  /* z-index: 1000; */
  z-index: 8888;
}
.logo-header {
  height: 50px;
  /* 102期 改善施策　色変更のため、コメントアウト */
  /* background-color: #c00; */
  background-color: #fff;
  /* position: fixed; */
  position: sticky;
  top: 0px;
  /* z-index: 1000; */
  z-index: 8888;
  margin: 0 auto;
  width: 100vw;
  max-width: 100vw;
  /* margin-left: calc(50% - 50vw); */
}
.logo-header img {
/* width: 295px;
position: absolute;
top: 50%;
padding-left: 20px;
transform: translateY(-50%); */
height: 27px;
width: auto;
padding-top: 12px;
padding-left: 10px;
}


@media (max-width: 736px) {
  .layout-header {
    height: 50px;
  }
  .logo-header {
    height: 47px;
  }
  .logo-header img  {
    height: 24px;
  }
}

.layout-header .wrapper,
.logo-header .wrapper {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  height: 50px;
}

@media (max-width: 736px) {
  .layout-header .wrapper {
    border-left: none;
  }
}

.layout-header #siteTitle {
  /* 102期改善施策　コメントアウト */
  /* position: absolute; */
  /* top: 18px; */
  left: 75px;
  text-align: left;
  /* 102期改善施策　コメントアウト */
  /* width: 100%; */
  font-weight: bold;
  line-height: 1;
  font-size: 110%;
  transition: all 0.2s ease;
  /* 102期改善施策　追記 */
  max-width: 980px;
  margin: 0 auto;
  padding: 7.5px 0 7.5px 8px;
}
#siteTitle .release-date {
  font-size: 0.8em;
  color: #fff;
}
@media (max-width: 980px) {
  .layout-header #siteTitle {
    padding-left: 3%;
    /* left:125px */
  }
}
/* 102期改善施策　追記 */
@media (max-width: 736px) {
  .layout-header #siteTitle {
    text-align: center;
    padding: 10px 0;
  }
}
.layout-header #searchNav {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #900;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}

.layout-header #searchNav img {
  display: block;
  width: 22px;
}

.layout-header #search {
  position: absolute;
  right: 0px;
  top: 11px;
  width: 300px;
  text-align: left;
  background-color: #fff;
  line-height: 1;
  overflow: hidden;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 980px) {
  .layout-header #search {
    right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .layout-header #search {
    width: 40%;
  }
}

@media (max-width: 736px) {
  .layout-header #search {
    top: 50px;
    left: 0;
    right: auto;
    width: 100%;
    height: 40px;
    border-radius: 0;
    border-top: 1px solid #900;
    background-color: rgba(0, 0, 0, 0);
  }
}

@media (max-width: 736px) {
  .layout-header #search .inner {
    padding: 5px 0;
    text-align: center;
    background-color: #c00;
  }
}

.layout-header #search .inner form {
  display: flex;
  margin: 0;
}

@media (max-width: 736px) {
  .layout-header #search .inner form {
    background-color: #fff;
    display: inline-flex;
    width: 70%;
    border-radius: 6px;
    overflow: hidden;
  }
}

.layout-header #search .b {
  background-size: 12px;
  width: 60px;
  padding: 0px 15px;
  height: 28px;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
  float: right;
  border: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../asset/images/icon_search_big.png) no-repeat;
  background-size: 18px;
  background-position: 50%;
  background-color: #900;
  cursor: pointer;
}

.layout-header #search .b:hover {
  background-color: #800;
}

@media (max-width: 736px) {
  .layout-header #search .b {
    background-color: #500;
    float: none;
    height: 28px;
    background-image: url(../asset/images/icon_search_big.png);
  }
}

.layout-header #search .tf {
  border: none;
  background: rgba(0, 0, 0, 0);
  margin: 0 0px 0 0;
  padding: 3px 8px;
  width: 220px;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 90%;
  font-weight: normal;
  width: 100%;
}

@media (max-width: 736px) {
  .layout-header #search .tf {
    color: #333;
    background-color: #fff;
    padding: 0px 5px;
    line-height: 1;
    height: auto;
    flex: 1;
  }
}

.layout-header #search.active .tf {
  background: rgba(0, 0, 0, 0);
  color: #333;
}

.layout-header #search.active {
  background: #fff;
}

.layout-header #tabNav {
  display: none;
  cursor: pointer;
  width: 55px;
  position: absolute;
  /* 102期 改善施策 ナビメニューのアイコンの位置を左から右端に移動　*/
  /* left: 55px; */
  right: 0px;
  top: 0px;
  height: 50px;
  z-index: 1010;
  border-left: 1px solid #fff
  /* 102期 改善施策 ナビメニューの線をコメントアウト　*/
  /* border-right: 1px solid #a00 */
}

@media (max-width: 980px) {
  .layout-header #tabNav {
    display: block;
  }
}

.layout-header #tabNav img {
  display: block;
  /* 102期 改善施策 ナビメニューのアイコン画像を調整　*/
  /* width: 32px; */
  width: 22px;
  margin: 0px auto;
  position: absolute;
  /* 102期 改善施策 ナビメニューのアイコン画像を調整　*/
  /* left: 12px; */
  /* top: 14px */
  left: 18px;
  top: 10px;
}

.status-nav {
  height: 100vh;
  overflow-y: hidden;
}

/* メニューを開いたとき：影をnav-side-innerに付ける */
.status-nav .nav-side {
  box-shadow: -5px 0 6px rgba(0, 0, 0, 0.1);
  transform: translateX(0) !important;
}

/* nav-side 自体のpaddingは0に（nav-side-innerが担当） */
.nav-side {
  padding: 0;
}

.nav-loaded .nav-side-inner {
  background-image: none;
}

.nav-side {
  width: 250px;
  max-width: 250px;
  min-width: 220px;
  height: calc(100vh - 50px - 40px);
  margin-right: 30px;
  margin-bottom: 60px;
  position: sticky;
  top: calc(100px + 40px);
  overflow: visible;
}

.nav-side-inner {
  position: fixed;
  width: inherit;
  max-width: inherit;
  height: auto;
  max-height: 0;        /* JSで上書きされる */
  overflow-y: auto;
  background-color: #fff;
  background-image: url(../asset/images/loading_w.gif);
  background-repeat: no-repeat;
  background-position: 50% 40px;
  background-size: 25px;
  font-size: 85%;
  padding: 0 16px;
  box-sizing: border-box;
  z-index: 100;
}

  
@media (max-width: 980px) {
  .nav-side {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    display: none;
    display: block;
    position: fixed;
    left: auto;
    right: 0;
    z-index: 9999;
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    top: 100px;
    margin: 0;
    background-color: #efefef;
    width: 44%;
    max-width: 44%;
    overflow: hidden; /* nav-side-innerのコンテナとして機能させる */
  }
  .nav-side-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    max-height: 100% !important;
    overflow-y: auto;
    background-color: #efefef;
    box-sizing: border-box;
    padding: 0 16px 16px;
  }
}
@media (max-width: 736px) {
 .nav-side {
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: 93.5%;
    max-width: 93.5%;
    top: 98px;
    height: calc(100vh - 98px);
    max-height: calc(100vh - 98px);
  }
  .nav-side-inner {
    font-size: 110%;
  }
}

.nav-side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-side ul li {
  margin: 0;
  padding: 0;
}

.nav-side ul li a {
  display: block;
  color: #0066ad;
  padding: 4px 4px 4px 20px;
}

.nav-side ul li a:hover {
  color: #3bb6d9;
}

@media (max-width: 980px) {
  .nav-side ul li a {
    padding: 6px 0 6px 24px;
  }
}

.nav-side ul li a::before {
  position: absolute;
  left: 8px;
  top: 10px;
}

@media (max-width: 980px) {
  .nav-side ul li a::before {
    left: 10px;
    top: 13px;
  }
}

.nav-side ul li a.-this {
  font-weight: bold;
}

.nav-side ul.root {
  border-top: 4px solid #000;
}

@media (max-width: 980px) {
  .nav-side ul.root {
    /* 102期 改善施策 ナビメニューの一番上の線をコメントアウト */
    /* border-top:1px solid rgba(204,0,0,.5); */
    /* border-top: none; */
    border-top: #aaa;
    margin-bottom: 100px;
  }
}

.nav-side ul.root > li {
  border-bottom: 1px solid #aaa;
}

@media (max-width: 980px) {
  .nav-side ul.root > li {
    border-color: #ccc;
  }
}

.nav-side ul.root > li ul {
  display: none;
}

.nav-side ul.root > li > .listtitle {
  /* 102期　ナビげーメニューの背景色変更 */
  background-color: #efefef;
  /* background-color: #fff; */
  padding: 8px 12px;
  position: relative;
}
/* 102期 改善施策　サイドナビゲーションに+-追加 */
.nav-side ul.root > li > .listtitle::after {
  content: "＋";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.nav-side ul.root > li > .listtitle:hover {
  background-color: #f5f5f5;
}

@media (max-width: 980px) {
  .nav-side ul.root > li > .listtitle {
    background-color: rgba(0, 0, 0, 0);
  }
}

.nav-side ul.root .-L1 > li {
  color: red;
}

.nav-side ul.root .-L1 > li:last-child > .listtitle {
  border-bottom: none;
}
.nav-side ul.root .-L1 > li.-current > .listtitle {
  border-bottom: 1px dotted #000;
  background-color: #222;
}
/* 102期 改善施策　サイドナビゲーションに±追加 */
.nav-side ul.root .-L1 > li > .listtitle {
  position: relative;
}
.nav-side ul.root .-L1 > li > .listtitle::after {
  content: "＋";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}
.nav-side ul.root .-L1 > li.-current > .listtitle::after {
  content: "－";
}
.nav-side ul.root .-L1 > li.-current > .listtitle:hover {
  background-color: #333;
}

.nav-side ul.root .-L2 > li {
  color: blue;
}

/* 102期 改善施策　サイドナビゲーションに±追加 */
.nav-side ul.root > li.-current > .listtitle::after {
  content: "－";
}

.nav-side ul.root .-current {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

@media (max-width: 980px) {
  .nav-side ul.root .-current {
    border-left: none;
    border-right: none;
  }
}

.nav-side ul.root .-current > .listtitle {
  font-weight: normal;
  /* 102期　改善施策　ナビメニューの色変更 */
  /* background-color: #c00; */
  background-color: #041d41;
  color: #fff;
}

.nav-side ul.root .-current > .listtitle:hover {
  /* 102期　改善施策　ナビメニューの色変更 */
  /* background-color: #ea1818 */
  background-color: #062857;
}

.nav-side ul.root .-current > ul {
  display: block;
}

.nav-side ul.root .-current > ul li .listtitle {
  border-bottom: 1px solid #ccc;
}

.nav-side ul.root .-current > ul li .listtitle:hover {
  background-color: #eee;
}

.nav-side ul.root .-current > ul li.-current {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #333;
}

.nav-side ul.root .-current > ul li.-current ul > li > .listtitle {
  background-color: #fff;
  color: #000;
}

.nav-side ul.root .-current > ul li.-current ul > li > .listtitle:hover {
  background-color: #efefef;
}

.nav-side .listtitle {
  color: #000;
  background-color: #f5f5f5;
  padding: 6px 50px 6px 12px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .nav-side .listtitle {
    background-color: rgba(0, 0, 0, 0);
  }
}

.nav-side .listtitle.of-banner01 {
  padding: 0 !important;
}

.nav-side .listtitle.of-banner01 a {
  padding: 0;
}

.nav-side .listtitle.of-banner01 a img {
  display: block;
  width: 100%;
}

.nav-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-menu a {
  color: #fff;
}

.content {
  display: block !important;
  margin: 0 auto;
  padding: 0 0 0 0;
}

.content .main > p:not(.title) {
  margin-top: 10px;
}

.content .main > p.title02 {
  margin-top: 0;
}

@media (max-width: 980px) {
  .content .main.error_message_wrap {
    margin-top: 20px;
  }
}

@media (max-width: 736px) {
  .content .main.error_message_wrap {
    margin-top: 15px;
  }
}

.icon_inline {
  display: inline-block !important;
  height: 20px;
  width: auto !important;
  vertical-align: middle;
  margin: 0 5px !important;
  border-radius: 2px;
}

.container-link {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: block;
  margin: 0;
}

.container-link li {
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  margin: 0;
}

.container-link li a {
  display: block;
  position: relative;
  display: inline-block;
}

.container-link li a::before {
  content: "";
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #0066ad;
  vertical-align: 2px;
  margin-right: 3px;
}

.container-link.-gray li {
  padding: 0;
}

.container-link.-gray a {
  background-color: #f5f5f5;
  display: block;
  padding: 6px 12px;
}

.container-link.-gray a:hover {
  background-color: #fff;
}

.container-more dt {
  padding: 10px 15px 10px 40px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  background-color: #efefef;
  cursor: pointer;
  border-radius: 6px;
  background: url(../asset/images/icon_plus.png) no-repeat;
  background-position: 15px 50%;
  background-color: #efefef;
}

.container-more dt:first-child {
  border-radius: 6px 6px 0 0;
}

.container-more dt:last-of-type {
  border-radius: 0 0 6px 6px;
}

.container-more dt.-current {
  background-color: #fff;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-image: url(../asset/images/icon_minus.png);
}

.container-more dd {
  padding: 10px 20px 20px 20px;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
}

.container-more dd:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.title02,
.title {
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #fff;
  background-color: #222;
  font-weight: bold;
  padding: 8px 14px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .title02,
  .title {
    z-index: 10;
    margin-left: -3.2%;
    margin-right: -3.2%;
  }
}
/* 2025.09.03 アコーディオン追加 */
.sub-title {
  position: relative; /* 擬似要素の基準 */
  background-color: #efefef;
  /* color: #fff; */
  padding: 4px 45px 4px 12px;
  /* border-radius: 4px; */
  font-weight: bold;
  /* margin: 20px 0 15px 0; */
  font-size: 112%;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.sub-title > a {
  color: #fff;
  cursor: default;
}
/* 2025.09.03 アコーディオンの印 */
.sub-title::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: normal;
  /* color: #fff; 白で表示 */
  font-size: 1.8em;
}

.sub-title.is_open::after {
  content: "-";
  font-size: 2.5em;
  right: 16px;
  top: 50%;
  transform: translateY(-60%);
}
.sub-title + .cbox.togglebox {
  display: none;
  cursor: pointer;
}
.sub-title > a:hover {
  color: #fff;
}



/* 2025.09.03 アコーディオン追加 */
.sub-title2 {
  position: relative; /* 擬似要素の基準 */
  background-color: #dfdfdf;
  /* color: #fff; */
  padding: 4px 45px 4px 12px;
  /* border-radius: 4px; */
  font-weight: bold;
  /* margin: 20px 0 15px 0; */
  font-size: 112%;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.sub-title2 > a {
  color: #fff;
  cursor: default;
}
/* 2025.09.03 アコーディオンの印 */
.sub-title2::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: normal;
  /* color: #fff; 白で表示 */
  font-size: 1.8em;
}
.sub-title2.is_open::after {
  content: "-";
  font-size: 2.5em;
  right: 16px;
  top: 50%;
  transform: translateY(-60%);
}
.sub-title2 + .cbox.togglebox {
  display: none;
  cursor: pointer;
}
.sub-title2 > a:hover {
  color: #fff;
}



/* 2025.09.03 アコーディオン追加 */
.sub-title3 {
  position: relative; /* 擬似要素の基準 */
  background-color: #555;
  color: #fff;
  padding: 4px 45px 4px 12px;
  /* border-radius: 4px; */
  font-weight: bold;
  /* margin: 20px 0 15px 0; */
  font-size: 112%;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.sub-title3 > a {
  color: #fff;
  cursor: default;
}
/* 2025.09.03 アコーディオンの印 */
.sub-title3::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: normal;
  /* color: #fff; 白で表示 */
  font-size: 1.8em;
}

.sub-title3.is_open::after {
  content: "-";
  font-size: 2.5em;
  right: 16px;
  top: 50%;
  transform: translateY(-60%);
}
.sub-title3 + .cbox.togglebox {
  display: none;
  cursor: pointer;
}
.sub-title3 > a:hover {
  color: #fff;
}

.lower-title {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 5px 0;
  padding: 8px 0 2px 22px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.lower-title span.OptionSymbol {
  vertical-align: 15%;
  font-size: small;
}
.lower-title a,
.lower-title a:hover {
  color: #000;
}
.lower-title .typehead2 {
  margin-left: -22px;
  display: block;
}
.lower-title:not(:has(.typehead2))::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 12px;
}
.lower-title:has(.typehead2) span:not([class])::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #000;
  vertical-align: middle;
  position: absolute;
  left: 0;
  margin-top: 5px;
}

@media (max-width: 736px) {
  .lower-title::before {
    top: 9px;
  }
}

.typehead {
  margin: 0 0 10px 0;
}

.typehead .grade-text,
.typehead > .info_strong span,
.notice-text span {
  background: #333;
  color: #fff;
  padding: 3px 4px;
  line-height: 130%;
  font-weight: bold;
  margin: 2px 0;
  font-size: 85%;
  display: inline-block;
  white-space: pre-wrap; /* mod20251106 */

}

.typehead2 .grade-text,
.typehead2 > .info_strong span,
.notice-text span {
  display: block !important;
  width: fit-content;
  background: #333;
  color: #fff;
  border: 0.5pt solid #fff;
  padding: 3px 4px;
  line-height: 130%;
  font-weight: bold;
  margin: 2px 0;
  font-size: 75%;
  display: inline-block;
}
.notice-text:nth-child(n + 2) {
  padding-top: 1em;
}

br[type="subhead_after"] + p {
  margin-top: 0;
}

p {
  padding: 0;
  margin: 0 0 0.3em 0;
}

p:last-child {
  margin-bottom: 0em;
}

a {
  color: #0066ad;
  text-decoration: none;
}

.light {
  position: relative;
  display: inline-block;
}

.light::before {
  content: "";
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #0066ad;
  vertical-align: 2px;
  margin-right: 3px;
}

a:hover {
  color: #1e8eb3;
}

.arrow > li > span {
  display: inline-block;
  vertical-align: top;
}

.arrow > li strong + span {
  display: inline;
}

.alert_detail_wrap .alert_detail.alert_detail_2column_h {
  width: 100%;
  clear: both;
  padding: 10px 0 20px 0;
}

.alert_detail_wrap .alert_detail_title {
  float: right;
  width: calc(100% - 150px);
}

@media (max-width: 736px) {
  .alert_detail_wrap .alert_detail_title {
    width: calc(100% - 140px);
  }
}

.alert_detail_wrap .alert_detail_icon {
  min-width: 70px;
  max-width: 100px;
  float: left;
}

.alert_detail_wrap .alert_detail_icon img {
  display: block;
  width: 100%;
}

.lamp_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  /* gap: 16px; 要素同士の間隔 */
  display: flex;
  flex-wrap: wrap;
}

.lamp_list > p {
  width: 16.66%;
  padding: 4px 4px;
  margin: 0;
  box-sizing: border-box;
}

@media (max-width: 736px) {
  .lamp_list > p {
    width: 33.33%;
  }
}

.lamp_list > p a {
  border-radius: 4px;
  display: block;
  background-color: #555;
  padding: 10px 0;
}

.lamp_list > p a > img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.procedure {
  list-style-type: decimal;
}

.procedure + p {
  margin-top: 1em;
}

.cbox .column02 .photo,
.cbox02 .column02 .photo,
.cbox03 .column02 .photo {
  float: left;
  margin: 0;
}

@media (max-width: 736px) {
  .cbox .column02 .photo,
  .cbox02 .column02 .photo,
  .cbox03 .column02 .photo {
    float: none;
    width: auto;
    margin: 0 0 30px 0;
  }
}

.cbox .column02 .text,
.cbox02 .column02 .text,
.cbox03 .column02 .text {
  float: right;
  max-width: 70%;
}

@media (max-width: 736px) {
  .cbox .column02 .text,
  .cbox02 .column02 .text,
  .cbox03 .column02 .text {
    float: none;
    width: auto;
  }
}

.defaultList {
  margin: 10px 0;
}
.defaultList + .defaultList {
  margin-top: 0px;
}
.defaultList:has(+ .defaultList) {
  margin-bottom: 0px;
}
.cbox3 ul,
.defaultList {
  list-style-type: disc;
  padding-left: 20px;
}

.cbox3 ul > li,
.defaultList > li {
  list-style-type: inherit;
}

.cbox3 ul>li:has(>:first-child.typehead),
.defaultList>li:has(>:first-child.typehead) {
    list-style-type: none;
    margin-left: -20px;
}

.cbox3 ul > li.listitem .callout,
.defaultList > li.listitem .callout {
  margin: 10px 0 0 0;
}

.cbox3 ul > li p,
.defaultList > li p {
  margin: 2px 0;
}

.table-wrap {
  overflow-x: visible;
  margin-bottom: 10px;
}

.table-wrap > table {
  width: 100% !important;
}

@media screen and (max-width: 736px) {
  .table-wrap.scrollx {
    max-width: calc(100vw - 6%);
    overflow-x: auto !important;
    margin-bottom: 10px;
  }

  .table-wrap.scrollx > table {
    min-width: 200% !important;
  }
}

.table_set {
  list-style-type: none;
  padding: 0;
  counter-reset: my-counter;
  margin: 0;
}

.table_set > li > span > img {
  display: none !important;
}

.table_set > li > span.frame {
  display: inline-block;
}

.table_set p {
  margin: 4px 0;
}

.table_set > * {
  flex-basis: 340px;
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 28px;
  box-sizing: border-box;
  font-size: 90%;
}

@media (max-width: 736px) {
  .table_set > * {
    padding-left: 25px;
  }
}

.table_set > *::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #444;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  height: 20px;
  width: 20px;
  color: #fff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 0;
  padding: 1px 0 0 0;
}

@media (max-width: 736px) {
  .table_set > *::before {
    height: 16px;
    width: 16px;
    padding: 0;
  }
}

.table_set > * > span .img_num {
  display: none !important;
  position: absolute;
  top: 2px;
  left: 0;
}

.table_set > * > span .img_num > img {
  display: inline-block;
  width: 20px !important;
}

.table_set.callout {
  counter-reset: my-counter;
  list-style: none;
  padding: 15px 0;
  margin: 0 0 0 10px;
  display: block;
}

@media (max-width: 736px) {
  .table_set.callout {
    padding: 5px 0;
  }
}

.table_set.callout > li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 10px 0;
}

.table_set.callout > li.noncounter::before {
  content: none;
}

.table_set.callout > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #444;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #fff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 736px) {
  .table_set.callout > li:before {
    width: 18px;
    height: 18px;
  }
}

.table_set.callout > li p {
  margin: 0;
}
.table_set.callout li ol {
  list-style-type: none;
}

ol.arrows,
ul.arrows {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5px 0;
}

ol.arrows li,
ul.arrows li {
  padding: 0 0 0 20px;
  background: url(../asset/images/icon_reference.png) no-repeat;
  background-position: 0 2px;
}

ol.arrows li:has(> div.typehead:first-child),
ul.arrows li:has(> div.typehead:first-child) {
    background: none;
    padding-left: 0px;
}

.frame {
  border: 1px solid #000;
  line-height: 1;
  font-size: 90%;
  margin: 1px 5px;
  padding: 4px;
  padding-bottom: 2px;
  vertical-align: 0;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
}
.title .frame
{
    border: 1px solid #fff;
}

.frame.round {
  border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.column02,
.cbox_inner {
  width: 100%;
}

.column02 .photo,
.cbox_inner .photo {
  margin-right: 30px;
  max-width: 25%;
}

.column02 .photo br,
.cbox_inner .photo br {
  display: none;
}

.column02 .text,
.cbox_inner .text {
  flex: 1;
}

.column02.clearfix {
  overflow: hidden;
}

.error_list {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

.error_list > .cbox {
  margin: 0;
}

.error_list .error_message > * {
  display: flex;
}

.error_list .error_message > * > p {
  margin: 3px 14px;
  max-width: 30px;
}

.error_list .error_message > * .qa p {
  margin: 0;
}

.error_list .error_message > p {
  padding-left: 34px;
}

.error_list .error_message > p #A-Mark_list {
  width: 22px;
  position: absolute;
  left: 0;
}

.error_list .error_message > div > span {
  padding-left: 34px;
}

.error_list .error_message > div > span #A-Mark_list {
  width: 22px;
  position: absolute;
  left: 0;
}

.error_list .qaimage {
  margin: 10px 0;
}

.main.error_message_wrap .title {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  margin: 0;
  padding: 10px 0;
  line-height: 1.6;
  cursor: auto;
}

.main.error_message_wrap .title:first-child {
  border-top: 1px solid #999;
}

.main.error_message_wrap .title:before {
  content: none;
}

@media (max-width: 980px) {
  .main.error_message_wrap > .title:first-child {
    border-top: none;
  }
}

.main.error_message_wrap .error_list {
  padding: 10px 0;
  border: none;
}

.main.error_message_wrap .query {
  align-items: center;
  position: relative;
  padding-left: 36px;
  display: block;
}

.main.error_message_wrap .error_message {
  align-items: center;
  position: relative;
  padding-left: 40px;
  display: block;
  position: relative;
  padding-left: 0;
}

.main.error_message_wrap .error_message > div > p {
  max-width: 22px;
  min-width: 22px;
  margin: 0;
}

.main.error_message_wrap .error_message > div > .qa {
  margin-left: 34px;
  list-style-type: disc;
}

.main.error_message_wrap .error_message > div > .qa li.discnone {
  list-style-type: none;
}

.main.error_message_wrap .query img {
  min-width: 22px;
  max-width: 22px;
  margin-right: 15px;
  height: auto;
  position: absolute;
  left: 0;
  top: 2px;
}

.remarks {
  margin: 10px 0 0 0;
}

.remarks p {
  margin-bottom: 2px;
}

.column02 {
  margin: 10px 0;
}

.column02 > .callout.callout_2column_v {
  width: 100%;
}

.cbox {
  margin: 0 0 20px 0;
}

.cbox.togglebox br.br_test_sub_run_off:first-child {
  display: none;
}

.cbox table th {
  background-color: #ccc;
  text-align: center !important;
}

.cbox table tr {
  background-color: #eee;
}

.cbox table tr td {
  text-align: center;
}

/* add20241107 */
.cbox table.bkcoloronone tr {
    background-color: #fff
}

.supplement {
  margin: 1.3em 0 0 0;
}

.supplement:last-of-type {
  margin-bottom: 0;
}
.supplement:first-of-type {
  margin-top: 0;
}

.supplementary {
  border: 2px solid #ccc;
  margin: 20px 0 20px 0;
  font-size: 16px;
}

@media (max-width: 736px) {
  .supplementary {
    font-size: inherit;
  }
}

.supplementary:first-of-type {
  margin-top: 10px;
}

.supplementary .info_img {
  margin: 6px 0;
}

.supplementary > .sup_title {
  margin-top: 0;
  padding: 10px 8px 0px;
  font-weight: bold;
  margin: 0 0 0 0;
  /* border-bottom: 1px solid #ccc; */
  /* background-color: #efefef */
}

.supplementary > .sup_title + div,
.supplementary > .sup_text {
  padding: 4px 10px 10px;
}

.supplementary .supplement .callout.callout_1column p > img {
  width: 70%;
}

@media (max-width: 980px) {
  .supplementary .supplement .callout.callout_1column p > img {
    width: 50%;
  }
}

@media (max-width: 736px) {
  .supplementary .supplement .callout.callout_1column p > img {
    width: 100%;
  }
}

.supplementary .supplement > strong + br + strong {
  display: block;
  margin-top: 1em;
}

.main > .sub-title,
.main > .sub-title2,
.main > .sub-title3,
.main > .supplementary {
  margin-top: 0;
}

.caution {
  border: 2px solid #ccc;
  margin: 10px 0 20px 0;
}

.caution .caution_title {
  line-height: 1;
  text-align: center;
  background-color: #f5ed17;
  font-size: 122%;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
}

.caution .caution_title > img {
  display: inline-block !important;
  width: 20px;
  max-width: 20px;
  padding: 5px 0;
  vertical-align: -6px;
  margin-right: 4px;
  line-height: 1;
}

.caution .caution_txt {
  padding: 10px;
}

.caution .caution_txt strong {
  display: block;
}
.caution .caution_txt p strong {
  display: inline;
}
.caution .caution_txt strong + strong {
  margin-top: 1em;
}

.caution .caution_txt > ol > li.listitem {
  list-style-type: disc;
}

.sup_text > .supplement > strong + br.br_test_supplement_sub_2 + br.br_test_supplement_sub_2 {
  display: none;
}

.danger {
  border: 2px solid #ccc;
  margin: 10px 0 20px 0;
}

.danger .danger_title {
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #c00;
  font-size: 122%;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
}

.danger .danger_title > img {
  display: inline-block;
  width: 20px;
  padding: 5px 0;
  vertical-align: -6px;
  margin-right: 4px;
}

.danger .danger_txt {
  padding: 10px;
}

.warning {
  border: 2px solid #ccc;
  margin: 10px 0 20px 0;
}

.warning .warning_title {
  text-align: center;
  line-height: 1;
  padding: 5px 0;
  background-color: #f90;
  font-size: 122%;
  font-weight: bold;
  margin: 0;
}

.warning .warning_title > img {
  display: inline-block !important;
  width: 20px !important;
  padding: 5px 0;
  vertical-align: -6px;
  margin-right: 4px;
}

.warning .warning_txt {
  padding: 10px;
}

.warning .warning_txt strong {
  display: block;
}
.warning .warning_txt p strong {
  display: inline;
}

.warning .warning_txt .br_test_ab_only_1:first-child {
  display: none;
}

.callout.callout_1column img {
  display: block;
  width: 100%;
}

.callout.callout_1column img.img_num {
  display: none;
}

.callout .ya_callout_jp1 img,
.callout p img {
  margin: 0;
}

.callout.callout_2column_v .cbox_inner {
  display: flex;
}

@media (max-width: 736px) {
  .callout.callout_2column_v .cbox_inner {
    display: block;
    margin-bottom: 10px;
  }
}

.callout.callout_2column_v .cbox_inner > * {
  flex-basis: 50%;
  margin: 0 0 30px 0;
}

@media (max-width: 736px) {
  .callout.callout_2column_v .cbox_inner > * {
    margin-bottom: 15px;
  }
}

.callout.callout_2column_v .cbox_inner > *:first-child {
  padding-right: 10px;
}

.callout.callout_2column_v .cbox_inner > *:last-child {
  padding-left: 10px;
}

.callout.callout_2column_v .cbox_inner > *.right-wrap {
  padding-left: 10px;
  margin-bottom: 10px;
}

@media (max-width: 736px) {
  .callout.callout_2column_v .cbox_inner > *.right-wrap {
    padding-left: 0;
  }
}

.callout.callout_2column_v .cbox_inner > *.right-wrap > div + div {
  margin-top: 1em;
}

.callout.callout_2column_v .cbox_inner > *.right-wrap .text {
  float: none;
  max-width: 100%;
}

.callout.callout_2column_v .cbox_inner > *.left-wrap {
  padding-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 736px) {
  .callout.callout_2column_v .cbox_inner > *.left-wrap {
    padding-right: 0;
  }
}

.callout.callout_2column_v .cbox_inner > *.left-wrap > .photo {
  max-width: 100%;
}

.callout.callout_2column_v .cbox_inner > * img {
  display: block;
  width: 100%;
}

@media (max-width: 980px) {
  .callout.callout_2column_v .cbox_inner > * img {
    max-height: none;
  }
}

.callout.callout_2column_v .cbox_inner .ya_callout_jp1 {
  position: relative;
}

.callout.callout_2column_v .cbox_inner .ya_callout_jp1 .ya_callout_jp3 {
  margin: 0;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  font-size: 90%;
}

table.none {
  background-color: rgba(0, 0, 0, 0);
}

table.background-fff {
  background-color: #fff;
}

th {
  background-color: #ccc;
}

.table-wrap .topbot {
  width: 100%;
  border: none !important;
}

.detail01 {
  border-collapse: separate;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-spacing: 0px;
  width: 100%;
  font-size: 90%;
}

@media (max-width: 736px) {
  .detail01 {
    display: block;
  }

  .detail01 thead,
  .detail01 th,
  .detail01 td,
  .detail01 tbody,
  .detail01 tr,
  .detail01 td:first-child,
  .detail01 th:first-child {
    display: block;
    width: auto !important;
  }

  .detail01 thead {
    display: none;
  }
}

.detail01 colgroup {
  display: none;
}

.detail01 thead th {
  background-color: #ccc;
}

@media (max-width: 736px) {
  .detail01 tbody tr {
    background-color: rgba(0, 0, 0, 0);
  }
}

.detail01 tbody tr td {
  text-align: left;
}

@media (max-width: 736px) {
  .detail01 tbody tr td:before {
    content: "";
    display: block;
    font-weight: bold;
    font-size: 110%;
    margin: 0 0 4px 0;
  }

  .detail01 tbody tr td:first-child {
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
  }

  .detail01 tbody tr td:first-child:before {
    content: "点灯/ 点滅する状況";
  }

  .detail01 tbody tr td:nth-child(2) {
    padding: 0 0 0 0;
  }

  .detail01 tbody tr td:nth-child(2):before {
    content: "知識";
  }
}

.detail01 th,
.detail01 td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  padding: 3px 6px;
}

.detail01 th:first-child,
.detail01 td:first-child {
  width: 50%;
}

@media (max-width: 736px) {
  .detail01 th:first-child,
  .detail01 td:first-child {
    width: auto;
  }
}

.none {
  background-color: rgba(0, 0, 0, 0);
}

.noLine {
  background-color: #efefef;
}

.none,
.noLine {
  margin: 5px 0 25px 0;
  border-collapse: collapse;
  border-spacing: 2px;
  width: 100% !important;
  font-size: 90%;
}

.none img:not(.icon_inline),
.noLine img:not(.icon_inline) {
  max-width: 100%;
}

.none tr,
.noLine tr {
  border-bottom: 2px solid #fff;
  border: 2px solid #fff;
}

.none td,
.noLine td {
  vertical-align: top;
}

.none td,
.none th,
.noLine td,
.noLine th {
  padding: 3px !important;
}

.none col,
.noLine col {
  border: 2px solid #fff;
}

.all {
  border-collapse: separate;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-spacing: 0px;
  font-size: 90%;
  margin: 15px 0 !important;
  max-width: 100%;
}

.all th,
.all td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px !important;
}

.all th .icon_inline,
.all td .icon_inline {
  margin: 0 !important;
}

.none td {
  min-width: 8%;
}

.none th,
.none td {
  padding: 2px;
}

.basic {
  border-collapse: separate;
  width: 100%;
  margin: 0px 0 5px 0;
  font-size: 90%;
}

.basic th,
.basic td {
  border-right: 1px solid #ccc;
}

.basic th {
  padding: 0px 0px;
  vertical-align: top;
  color: #000;
}

.basic td {
  padding: 0px 0px;
  text-align: right;
}

.basic td:first-child {
  background-color: #fff;
}

.topbot {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  margin: 10px 0 0;
  width: 100% !important;
  background-color: #efefef;
}

.topbot tr td,
.topbot tr th {
  padding: 5px !important;
  font-size: 90%;
  border: 2px solid #fff !important;
  word-break: break-all !important;
}

.topbot tr td img,
.topbot tr th img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.topbot tr td img.icon_inline,
.topbot tr th img.icon_inline {
  width: auto;
  margin: 0 3px !important;
  padding: 5px 0;
  max-height: 18px;
}

@media (max-width: 736px) {
  .topbot tr td img.icon_inline,
  .topbot tr th img.icon_inline {
    max-height: 14px;
  }
}

.topbot tr td[align="center"] div {
  text-align: center !important;
}

table .K70 {
  background-color: #666;
  color: #fff;
}

table .K60 {
  background-color: #333;
  color: #fff;
}

table .K50 {
  background-color: #666;
  color: #fff;
}

table .K40 {
  background-color: #999;
  color: #fff;
}

table .K30 {
  background-color: #bbb;
}

table .K25 {
  background-color: #ccc;
}

table .K20 {
  background-color: #ddd;
}

table .white {
  background-color: #fff;
}

table .borderLeftNone {
  border-left: none;
}

table .borderRightNone {
  border-right: none;
}

table .bgGrey {
  background-color: #ccc;
}

table .K70 span.block,
table .K60 span.block,
table .K50 span.block,
table .K40 span.block {
  color: #000;
}

.is-visualloaded .visual-index {
  opacity: 1;
}

.visual-index {
  opacity: 0;
}

.visual-index .header {
  margin: 0 0 12px 0;
}

@media (max-width: 736px) {
  .visual-index .header {
    display: block;
  }
}

.visual-index .header h2 {
  margin: 0 0 5px 0;
}

.visual-index .header .heading {
  margin-bottom: 10px;
}

@media (max-width: 736px) {
  .visual-index .header .guide .label {
    margin: 0 10px 0 0;
  }
}

.visual-index .header .guide .label.-right {
  text-align: right;
}

.visual-index .header .guide .point {
  width: 20px;
  display: inline-block;
  vertical-align: -5px;
  margin: 0 4px 0 0;
}

.visual-index .header .guide .point img {
  display: block;
  width: 100%;
}

.visual-index .header .guide .zoom {
  display: inline-block;
  border: 1px solid #41a0ff;
  background-color: rgba(102, 153, 204, 0.4);
  width: 16px;
  height: 14px;
  border-radius: 3px;
  vertical-align: -4px;
  margin: 0 6px 0 0;
}

.visual-index .pop-link {
  border-radius: 6px;
  /* white-space: nowrap; */
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  border: 1px solid #ccc;
  display: none;
  z-index: 10;
  transform: translate(-50%, 0);
  font-size: 95%;
}

@media (max-width: 736px) {
  .visual-index .pop-link {
    position: static;
    margin-top: 20px;
    transform: translate(0);
    border-color: #0066ad;
  }
}

.visual-index .pop-link ul {
  min-width: 300px;
}

@media (max-width: 736px) {
  .visual-index .pop-link ul {
    min-width: 84%;
  }
}

.visual-index .pop-link ul li {
  margin: 0;
}

.visual-index .pop-link ul li .label {
  display: block;
  padding: 8px 12px;
  background-color: #ddd;
}

.visual-index .pop-link ul li .label .icon {
  vertical-align: middle;
  max-height: 20px;
  height: auto;
  width: auto;
  padding: 0 4px !important;
}

.visual-index .pop-link ul li .label.-type {
  font-weight: bold;
  color: #000;
  background-color: #ddd;
}

.visual-index .pop-link ul li:last-child a {
  border-bottom: none;
}

.visual-index .pop-link ul li a {
  color: #0066ad;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.visual-index .pop-link ul li a.label {
  padding-left: 12px;
  padding-right: 35px;
  background-color: #fff;
}

@media (max-width: 980px) {
  .visual-index .pop-link ul li a.label {
    background-color: #fff;
  }
}

@media (max-width: 736px) {
  .visual-index .pop-link ul li a.label {
    background-color: #f5f5f5;
  }
}

.visual-index .pop-link ul li a .icon_inline {
  display: inline-block !important;
  vertical-align: middle !important;
  max-height: 25px !important;
  height: 25px !important;
  /* filter: invert(100%); */ /*20240515*/
  border: 1px solid #fff !important;
}

.visual-index .pop-link ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #0066ad;
  border-bottom: 1px solid #0066ad;
  transform: rotate(-45deg);
  position: absolute;
  right: 14px;
  top: 16px;
}

@media (max-width: 736px) {
  .visual-index .pop-link ul li a::after {
    right: 14px;
    top: 14px;
  }
}

.visual-index .pop-link ul li a:hover {
  background-color: #fff;
  background-color: rgba(0, 102, 173, 0.2);
}

.visual-index .main {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 736px) {
  .visual-index .main {
    margin-bottom: 15px;
  }
}

.visual-index .main .scene {
  display: none;
  position: relative;
}

.visual-index .main .scene .subScene {
  background-color: #333;
  background-image: url(../asset/images/loading.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.34);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.5;
  transform: scale(0.7);
  transition: all 0.3s ease;
}

@media (max-width: 736px) {
  .visual-index .main .scene .subScene {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.34);
  }
}

.visual-index .main .scene .subScene.-show {
  width: 100%;
  height: 100%;
  display: block;
  animation-name: zoooom;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes zoooom {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.visual-index .main .scene .subScene .type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #555;
  padding: 3px 12px;
  color: #fff;
}

.visual-index .main .scene .subScene .close {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 736px) {
  .visual-index .main .scene .subScene .close {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }
}

.visual-index .main .scene .subScene .close::before,
.visual-index .main .scene .subScene .close::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  margin: -1px 0 0 -25%;
}

.visual-index .main .scene .subScene .close:before {
  transform: rotate(45deg);
}

.visual-index .main .scene .subScene .close:after {
  transform: rotate(-45deg);
}

.visual-index .main .scene .pic {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.visual-index .main .scene .point {
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: red;
  background: url(../asset/images/point_off.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.05s ease-in-out;
  z-index: 5;
}

@media (max-width: 736px) {
  .visual-index .main .scene .point {
    width: 35px;
    height: 35px;
  }
}

.visual-index .main .scene .point:hover {
  transform: scale(1.2);
}

.visual-index .main .scene .point.-current {
  background-image: url(../asset/images/point_on.png);
}

.visual-index .main .scene .zoom {
  cursor: pointer;
  border: 2px solid #41a0ff;
  background-color: rgba(102, 153, 204, 0.6);
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  top: 0;
  z-index: 6;
  opacity: 0.8;
}

@media (max-width: 736px) {
  .visual-index .main .scene .zoom {
    border-radius: 2px;
    border-width: 1px;
  }
}

.visual-index .main .scene .zoom:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.visual-index .panel {
  margin: 0 0 50px 0;
}

@media (max-width: 736px) {
  .visual-index .panel {
    margin-bottom: 15px;
  }
}

.visual-index .panel ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.visual-index .panel ul > li {
  flex-basis: 25%;
  border-right: 1px solid #fff;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.visual-index .panel ul > li:last-child {
  border-right: none;
}

.visual-index .panel ul > li::before {
  content: "";
  border: 6px solid rgba(204, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  transform: scale(1.5);
}

@media (max-width: 980px) {
  .visual-index .panel ul > li::before {
    border-width: 6px;
  }
}

@media (max-width: 736px) {
  .visual-index .panel ul > li::before {
    border-width: 4px;
  }
}

.visual-index .panel ul > li img {
  display: block;
  width: 100%;
}

.visual-index .panel ul > li.-current::before {
  transform: scale(1);
}
/* 102期 トップページのビジュアル　スライダー機能　コメントアウト */
/*.is-sliderloaded .slider {
    height: auto
}

.is-sliderloaded .slider::after {
    display: none
}

.slider {
    height: 120px;
    overflow: hidden;
    transition: opacity .5s linear;
    margin: 0 0 20px 0;
    position: relative
}

.slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../asset/images/loading_w.gif);
    background-repeat: no-repeat;
    background-position: 50%
}

.slider .slick-slider {
    overflow: hidden
}

.slider .slick-slide {
    overflow: hidden
}

.slider .slick-slide img {
    display: block;
    width: 100%;
    margin: 0 1px
}


 .slider .slick-next {
    right: 25px
} 

.slider .slick-arrow {
    line-height: 1;
    padding: 3px;
    box-sizing: border-box;
    width: auto;
    height: auto;
    width: 40px;
    height: 40px;
    z-index: 100;
    background-color: rgba(255,255,255,.4)
}

.slider .slick-arrow:before {
    content: "";
    display: inline-block;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    width: 12px;
    height: 12px
}

.slider .slick-next:hover:before,.slider .slick-prev:hover:before {
    border-color: #c00
} 

.slider .slick-prev {
    border-radius: 0 3px 3px 0
}

.slider .slick-prev:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 8px
}

.slider .slick-next {
    border-radius: 3px 0 0 3px
}

.slider .slick-next:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px
}

 .slider .slick-prev {
    left: 0px
} 
    .slider .slick-next {
    right: 0px
} */

/* 102期　トップビジュアル　追記 */
.index-visual {
  max-width: 390px;
  margin: 0 auto;
}
.index-visual img {
  max-width: 100%;
  height: auto;
}

#tocListDiv {
  font-size: 95%;
}

#tocListDiv .root li {
  overflow: hidden;
}

@media (max-width: 980px) {
  #tocListDiv .root > li:first-child > .listtitle {
    margin-top: 0;
  }
}

#tocListDiv .root > li > .listtitle {
  background-color: #333;
  color: #fff;
  margin: 20px 0 5px 0;
  clear: left;
  padding: 6px 12px;
  border-radius: 3px;
  font-weight: bold;
}

#tocListDiv .root > li > ul {
  margin: 0 -20px 0 -20px;
}

@media (max-width: 980px) {
  #tocListDiv .root > li > ul {
    margin: 0 -15px 0 -15px;
  }
}

@media (max-width: 736px) {
  #tocListDiv .root > li > ul {
    margin: 0;
  }
}

#tocListDiv .root > li > ul > li {
  font-size: 86%;
  width: 29%;
  margin: 0 2.15%;
}

@media (max-width: 736px) {
  #tocListDiv .root > li > ul > li {
    width: 100%;
    margin: 0;
    font-size: inherit;
  }
}

#tocListDiv .root > li > ul > li .listtitle {
  border-bottom: 1px solid #333;
  padding: 0 0 5px 0;
  margin: 10px 0 10px 0;
  font-weight: bold;
  font-size: 120%;
}

#tocListDiv .root > li > ul > li a {
  display: block;
  padding: 3px 0;
}

#tocListDiv .root .listtitle.of-navi + .-L1 > li > .-L1 .listtitle {
  border: none;
  margin: 0;
  font-size: 100%;
}

#tocListDiv .root .listtitle.of-navi + .-L1 > li > .-L1 a {
  padding: 0;
}

.is-agree .layout-screen {
  height: 100vh;
  overflow-y: hidden;
}

.agreement-wrap {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.agreement-wrap .inner {
  height: 100vh;
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 736px) {
  .agreement-wrap .inner {
    padding: 15px;
  }
}

.agreement-wrap .inner .container {
  background-color: #fff;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
  border-radius: 12px;
  padding: 20px;
}

@media (max-width: 736px) {
  .agreement-wrap .inner .container {
    padding: 15px;
  }
}

.agreement-wrap .inner .container h1 {
  margin: 0 0 6px 0;
  font-size: 1em;
  background-color: #000;
  color: #fff;
  padding: 4px 12px;
}

.agreement-wrap .inner .container h2 {
  margin: 0 0 10px 0;
  font-size: 1em;
}

.agreement-wrap .inner .container .window {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
  border: 1px solid #aaa;
  padding: 5px 10px;
  margin: 0 0 15px 0;
}

.agreement-wrap .inner .container .btn {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  margin: 0;
}

@media (max-width: 736px) {
  .agreement-wrap .inner .container .btn {
    justify-content: center;
  }
}

.agreement-wrap .inner .container .btn > * {
  background-color: #666;
  color: #fff;
  padding: 6px 16px;
  margin: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}

@media (max-width: 736px) {
  .agreement-wrap .inner .container .btn > * {
    padding: 6px 6px;
  }
}

.agreement-wrap .inner .container .btn > *:first-child {
  border-radius: 5px 0 0 5px;
  background-color: #c00;
}

.agreement-wrap .inner .container .btn > *:last-child {
  border-radius: 0 5px 5px 0;
}

.agreement-wrap .inner .container .btn > *:hover {
  opacity: 0.6;
}

pre {
  white-space: pre-wrap;
  font-family: sans-serif !important;
}

#suggest_frame {
  position: absolute;
  visibility: hidden;
  z-index: 10000;
  top: 0px;
  height: 0px;
  width: 228px;
  border: 0px none;
}

.qrcontact {
  text-align: center;
  padding: 20px;
}

.bordercontact {
  border: 1px solid #000;
  padding: 30px;
  text-align: center;
}

.bordercontact > p {
  max-width: 60%;
  margin: 0 auto;
}

@media (max-width: 736px) {
  .bordercontact > p {
    max-width: 96%;
  }
}

.bg-shadow {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: none;
}

.bg-shadow.is-show {
  display: block;
}

.hidden {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* @media(max-width: 736px) {
    .mf_finder_container {
        position:absolute;
        background: #c00;
        border-top: 1px solid #900;
        line-height: 1;
        top: 50px;
        width: 100%;
        height: 40px
    }
} */

.mf_finder_searchBox {
  position: absolute;
  right: 0px;
  top: 11px;
  width: min(282px, 42%);
  background: #fff;
  line-height: 1;
  height: 28px;
  border-radius: 5px;
  margin: 0;
}

.mf_finder_searchBox_items {
  display: flex;
  padding: 0;
}

.mf_finder_searchBox_query_wrap {
  padding: 5px 6px;
}

.mf_finder_searchBox_query_input {
  min-height: auto;
  padding: 0;
  border: none;
  font-size: 90%;
}

.mf_finder_searchBox_submit {
  /* 102期 改善施策 検索box色変更 */
  background-color: #8d8d8d;
  /* background-color: #900; */
  padding: 0px 10px;
  height: 28px;
  -webkit-appearance: none;
  margin: 0;
  width: 30px;
  box-sizing: content-box;
  border-radius: 0 5px 5px 0;
}

@media (max-width: 736px) {
  .mf_finder_searchBox_submit {
    /* 102期 改善施策 検索box色・padding変更 */
    background-color: #8d8d8d;
    padding: 0px 8px;
    /* padding: 0px 5px */
  }
}

.mf_finder_searchBox_submit span {
  display: none;
}

.mf_finder_searchBox_submit::before {
  margin-top: -1px;
  display: block;
  margin-left: 0; /* 20240607 MF3.0更新 */
}

/*	mf3.0対応　検索BOXレイアウト崩れ修正 20240606*/
.mf_finder_searchBox_suggest_items li {
  margin-bottom: 0;
}

.mf_finder_searchBox_selects,
.mf_finder_searchBox_doctype_select,
.mf_finder_searchBox_doctype::after {
  display: none;
}

.mf_finder_searchBox_suggest_items {
  left: 0;
  top: 28px;
}

.mf_finder_searchBox_suggest_items a {
  padding: 5px;
  color: #fff;
}

@media (max-width: 980px) {
  .mf_finder_searchBox {
    /* 102期 改善施策 検索box位置変更 */
    right: 60px;
    padding-left: 8px;
    /* right:12px */
  }
}

@media (max-width: 736px) {
  .mf_finder_searchBox {
    position: static;
    /* 102期 改善施策 検索box横幅変更 */
    width: 80%;
    /* width: 70%; */

    margin: 6px auto 0;
  }
}

.cbox_inner .left-wrap div:has(img) {
  padding-bottom: 5px;
  background-color: #fff !important;
}

.asterisk {
  padding-left: 2em;
  text-indent: -1.8em;
}
.asterisk_text {
    padding-left: 2em;
}
.procedure_remarks {
  padding-left: 3em;
  text-indent: -2.4em;
}
.procedure_remarks_text {
    padding-left: 3em;
}
.photo_uptext_v {
  font-weight: bold;
}
.hardkey {
  font-weight: bold;
}
.softkey {
  font-weight: bold;
}
.voicecommand {
  font-style: oblique;
}
.Bluetooth {
  font-style: oblique;
}

/* add20250702 */
x-italic {	
	font-style:oblique;
}

.Verbatim {
  font-size: 20px;
}
.callout_h li {
  display: inline-block;
  padding-right: 8pt;
}
.callout_h .table_set p {
  margin: 0;
}
.callout_h .table_set > * {
  margin: 0;
}
span.OptionSymbol {
  vertical-align: super;
}
/*# sourceMappingURL=common.css.map */

/* ＝＝＝＝ 102期 改善施策 以下すべて追記 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* =================================== */
/* 2025.09.03 フッターナビのレイアウト */
/* =================================== */
ul.footer-nav {
  /* max-width: 1280px; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footer-nav li {
  margin-bottom: 0;
  text-align: center;
}
ul.footer-nav .footer-nav-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: bottom;
}
ul.footer-nav p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
ul.footer-nav a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 0 13px 2px;
  transition: border 0.3s;
}
ul.footer-nav a:hover {
  border-bottom: 1px solid #fff;
}

@media (max-width: 980px) {
  ul.footer-nav {
    margin-right: 0;
  }
  ul.footer-nav a,
  ul.footer-nav a:hover {
    border-bottom: none;
    padding-bottom: 0;
    display: block;
    flex-direction: column;
  }
  ul.footer-nav .footer-nav-icon {
    margin: 0 0 4px 0;
  }
}

@media (max-width: 736px) {
  ul.footer-nav {
    max-width: 375px;
    justify-content: center;
    margin: 0 auto;
  }
  ul.footer-nav a {
    display: block;
    text-align: center;
  }
  ul.footer-nav p {
    font-size: 9px;
  }
  ul.footer-nav .footer-nav-icon,
  ul.footer-nav .footer-nav-icon {
    width: 28px;
    height: 28px;
    margin: 0 0 4px 0;
  }
}
/* 102期 改善施策 フッターナビHOME　色変更 */
svg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
  /* fill: #ffffff; 塗りつぶしコメントアウト*/
}

/* 102期 改善施策 ナビメニューにトップに戻るボタンを追記 */
.nav-side .nav-list-home {
  /* text-align: center; */
  list-style: none;
  margin: 0;
}
.nav-side .nav-list-home li {
  border-bottom: 1px solid #aaa;
}
.nav-side .nav-list-home-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 16px;
  /* width: 365px; */
}
.nav-list-home img {
  padding-left: 12px;
  width: 30px;
}

.nav-list-home-text {
  padding: 4px 0px 4px 8px;
}

.nav-list-home-arrow {
  margin-left: auto;
}

.nav-side .nav-list-home-link:hover {
  background-color: #f5f5f5;
  color: #000;
}

/* ============================================= */
/* 2025.09.03 /visual/index.html(PC)のレイアウト */
/* ============================================ */
/* 102期 改善施策 /visual/index.html(PC)のみ、検索boxとナビメニューを表示 */
.visual-searchbox-tabNav .mf_finder_searchBox {
  right: 60px;
}
@media (max-width: 980px) {
  .visual-searchbox-tabNav .mf_finder_searchBox {
    right: 10%;
  }
  /* .visual-searchbox-tabNav #tabNav{
        right: 3%;
    } */
}
/* ================================ */
/* 2025.09.03 index.htmlのレイアウト */
/* ================================ */
/* index.html「検索方法一覧」のレイアウト */
.title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.title img.index-search {
  display: block;
  height: 18px;
  width: auto;
}
.title img.index-pagesearch {
  display: block;
  height: 22px;
  width: auto;
}

/* index.html「画像から検索」「目次から探す」のレイアウト */
.index-search-list {
  margin-top: 8px;
}
.index-search-list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  list-style: none;
}
.container-appearance .inner .index-search-list .index-search-listbox {
  width: 320px;
  float: none;
  flex: 1;
  margin: 0 10px;
}
.container-appearance .inner .index-search-list .index-search-listbox a,
.index-search-pagelistbox a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.16);
  color: #000;
  text-decoration: none;
  padding: 16px;
  /* padding: 10px;*/
  text-align: center;
  transition: all 0.6s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .container-appearance .inner .index-search-list .index-search-listbox a:hover,
  .index-search-pagelistbox a:hover {
    border: 1px solid #041d41;
    background-color: #041d41;
    color: #fff;
  }
}

.container-appearance .inner .index-search-list .index-search-content {
  width: 20%;
  margin: 0 auto;
}
@media (max-width: 736px) {
  .container-appearance .inner .index-search-list .index-search-content {
    width: 37%;
  }
}
.index-search-list .icon-svg,
.index-search-pagelist .icon-svg {
  width: 100%;
}
/* 通常状態 */
.index-search-content .icon-svg .cls-1,
.index-search-content .icon-svg .cls-2 {
  stroke: #041d41; /* 線の色 */
  fill: #041d41; /* 塗りつぶしの色 */
  transition: all 0.3s; /* 色変化をスムーズに */
}

/* ホバー時 */
.index-search-listbox:hover .icon-svg .cls-1,
.index-search-listbox:hover .icon-svg .cls-2 {
  stroke: #fff; /* 線の色を白に */
  fill: #fff; /* 塗りつぶしの色を白に */
}

/* index.html「万一の場合には」「警告灯と表示灯一覧」のレイアウト */
.page-index .container-appearance ul li {
  width: 100%;
  margin-bottom: 8px;
}
.index-search-pagelist ul {
  margin: 0 11px;
}
.index-search-pagelcontent {
  display: flex;
  align-items: center;
}

.index-search-pagelcontent p {
  margin: 0;
  color: #000;
  flex: 1;
  text-align: left;
}
.index-search-pagelcontent span {
  color: #000;
}
.index-search-pagelcontent .arrow {
  margin: 0 0 0 auto;
}
.index-search-pagelist li img {
  width: 9% !important;
  padding-right: 16px;
}
@media (max-width: 736px) {
  .index-search-pagelist li img {
    width: 12% !important;
  }
}
.index-search-pagelistbox a:hover span,
.index-search-pagelistbox a:hover .arrow {
  color: #fff;
}
.index-search-listbox a:hover img,
.index-search-pagelistbox a:hover img {
  filter: brightness(0) invert(1);
}

/* index.html「検索方法一覧」と「お困りの際によく読まれる場所」のラインのレイアウト */
.line {
  width: 100%;
  padding: 0 16px;
  margin: 24px 0;
  box-sizing: border-box;
}
.line::before {
  content: "";
  display: block;
  border-top: 1px solid #c8c8c8;
}

@media (max-width: 736px) {
  .line {
    padding: 0 8px;
  }
}

/* .page-visual(PC) と .page-toclist(PC) 以外 非表示 */
@media (min-width: 980px) {
  body:not(.page-visual):not(.page-toclist) .nav-list-home {
    display: none !important;
  }
}
/* .page-visual ではないページの時だけPC非表示 */
body.toclist .main .listtitle::after {
  display: none;
}

/* ============================================== */
/* 2025.09.03 index.html　中央の検索窓 のレイアウト */
/* ============================================== */
.page-index .layout-header .mf_finder_container {
  display: none;
}
#index_mf_finder_container .mf_finder_searchBox {
  position: relative;
  top: 11.86%;
  /* right: 18px; */
  border: 1px solid #041d41;
  width: calc(100% - 20px);
  margin: 0 10px;
}
#index_mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_submit {
  background-color: #041d41;
  border-radius: 0;
}
@media (max-width: 980px) {
  #index_mf_finder_container .mf_finder_searchBox {
    right: 0;
    width: calc(100% - 30px);
    margin: 0 20px 0 10px;
  }
}
@media (max-width: 736px) {
  #index_mf_finder_container .mf_finder_searchBox input {
    font-size: 90% !important;
  }
}
@media (max-width: 736px) {
  body.page-index .layout-header {
    height: 50px !important;
  }
}

/* =================================== */
/* 2025.09.03 パンくず全体のレイアウト */
/* =================================== */
.breadcrumbs {
  margin-bottom: 1em;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap; /* 折り返しを許可 */
  align-items: center; /* 垂直方向を中央で揃える */
  flex-wrap: wrap;
  gap: 0 0.5em;
  padding: 0;
  margin: 0;
}

.breadcrumb-list li {
  position: relative;
  padding-left: 12px; /* 矢印の余白 */
}
.breadcrumb-list > li:first-child {
  padding-left: 0; /* 最初の要素は矢印不要 */
}
@media (max-width: 768px) {
  .breadcrumb-list li {
    margin-bottom: 0;
  }
}
.breadcrumb-list a {
  color: #000;
  padding: 2px 5px;
}

.breadcrumb-list a:hover {
  opacity: 0.6;
}
.HOME-list a {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.HOME-list a span {
  text-decoration: underline; /* HOMEだけに下線 */
  text-decoration-thickness: 2px; /* 線を太く */
  text-underline-offset: 4px; /* 下にずらす */
}
.icon-home {
  height: 1.2em;
  padding-right: 3px;
}
/* L2 親 li */
.breadcrumb-l2 {
  position: relative;
}

/* L2リンク */
.breadcrumb-l2 > a {
  display: inline-block; /* 高さを持たせる */
  position: relative; /* 子の基準にする */
  text-decoration: underline;
  text-decoration-thickness: 2px; /* 線を太く */
  text-underline-offset: 4px; /* 下にずらす */
}
/* ▼スマホの時だけ最後の要素を下に落とす */
@media (max-width: 768px) {
  .breadcrumbs ul li:last-child {
    flex-basis: 100%;
    margin-right: 0;
  }

  /* ▼フッターのナビゲーションだけは対象外にする */
  .footer-nav li:last-child {
    flex-basis: auto; /* ← 本来の幅に戻す */
    margin-right: initial; /* ← 元の指定に戻す */
  }
}

/* ▼プルダウン本体 初期状態 */
.breadcrumb-popup {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s linear 0.4s;
  /* opacity は0.3sでフェード、visibilityは0.3秒遅れてhidden */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 1.5em 0.5em;
  margin: 0;
  min-width: 250px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  font-size: 0.85em;
}

/* PCホバー時 */
@media (min-width: 769px) {
  .breadcrumb-l2:hover > .breadcrumb-popup {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
    transition-delay: 0.3s; /* 遅延表示 */
  }
}

/* スマホ タップ時 */
@media (max-width: 768px) {
  .breadcrumb-l2.active > .breadcrumb-popup {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
  }
}
@media (max-width: 768px) {
  .breadcrumb-popup:last-child {
    padding-bottom: 4px;
  }
  .breadcrumb-popup li {
    padding-bottom: 17px;
  }
}

.breadcrumb-list > li + li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg); /* 右向き矢印 */
}
/* 「画像から探す」の最後のli（no-arrowクラス付き）の矢印を非表示 */
.breadcrumb-list > li.no-arrow::before {
  display: none;
  content: none;
}
.breadcrumb-popup a.current-page {
  font-weight: bold;
  color: #000; /* 必要に応じて変更 */
}
.breadcrumb-text {
  display: inline-block;
  padding-left: 5px; /* L2のaと揃える */
}

/* =================================== */
/* 2025.09.03 　開閉ボタンのレイアウト */
/* =================================== */

/* ボタンラッパー */
.toggle-btn-wrapper {
  display: flex;
  justify-content: flex-end; /* 右寄せ */
  margin-bottom: 10px; /* 上下の余白 */
}

/* ボタン本体 */
.toggle-all-btn {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 左に文字、右に+/- */
  width: 180px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #598ef7;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16); /* 追加：影 */
  border: 1px solid #598ef7;
}

/* ホバー効果 */
.toggle-all-btn:hover {
  background-color: #598ef7;
}

/* 開いている状態 */
.toggle-all-btn.open {
  background-color: #fff;
  border: 1px solid #598ef7;
  color: #598ef7;
}

/* 右端の＋／−アイコン */
.toggle-all-btn::after {
  content: "＋";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

/* open クラスで − に切り替え */
.toggle-all-btn.open::after {
  content: "−";
  padding: 3px 0 2px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .toggle-btn-wrapper {
    justify-content: flex-end; /* 右寄せのまま */
  }

  .toggle-all-btn {
    width: 36%; /* 小さめにしてスマホでも右寄せ */
    box-sizing: border-box;
  }
}

/* -------------------------------*/
/* 2025.09.03　スクロールボタン追加
/*20260309更新
/* -------------------------------*/
/* ボタンの wrapper */
#scrollButtonWrapper {
  position: fixed;
  bottom: 90px;
  z-index: 9990;
  pointer-events: none;
  display: none;
}

#scrollToTop {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background-color: #8d8d8dca;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  transition: transform 0.2s, background-color 0.2s;
  position: relative;
}

#scrollToTop::before {
  content: "˄";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#scrollToTop:hover {
  background-color: #8d8d8d99;
  transform: translateY(-3px);
}

/* ===== layout-footer の固定ルールは common.css 冒頭に集約済み ===== */
/* 固定フッター（layout-footer）の高さ分だけ layout-main に下余白を確保 */
.layout-main {
  padding-bottom: 83px !important; /* layout-footer の高さに合わせて調整 */
}
@media (max-width: 980px) {
  .layout-main {
    padding-bottom: 83px !important;
  }
}
@media (max-width: 736px) {
  .layout-main {
    padding-bottom: 83px !important;
  }
}

.layout-footer {
  background-color: #041d41;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 888;
}

/* footer.l-footer が viewport に入ったとき JS が付与 → fixed を解除してフローに戻す */
.layout-footer.is-abs {
  position: relative !important;
  background-color: #041d41;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  width: auto !important;
  z-index: 888;
}

/* footer.l-footer: 初期非表示。JS が .is-visible を付与したら表示 */
footer.l-footer {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
footer.l-footer.is-visible {
  margin-top: 0 !important;
  visibility: visible;
  opacity: 1;
}

.layout-footer .wrapper {
  /* 102期 改善施策  width,padding変更 */
  max-width: 1020px;
  /* max-width: 980px; */
  margin: 0 auto;
  /* padding: 20px 0 */
  padding: 15px 20px;
}

/* 背景が濃い場合の可読性（必要なら） */
.layout-footer,
.layout-footer a {
  color: #fff;
}

@media (max-width: 980px) {
  .layout-footer .wrapper {
    padding: 12px 5px;
  }
}

.layout-footer .wrapper .inner {
  /* 102期 改善施策 「取扱説明書 トップ」コメントアウト */
  /* display: flex; */
  align-items: center;
}

@media (max-width: 980px) {
  .layout-footer .wrapper .inner {
    padding: 0 15px;
  }
}

.layout-footer .wrapper .inner #Honda {
  display: block;
  width: 220px;
}
@media (max-width: 980px) {
  .layout-footer .wrapper .inner #Honda {
    width: 163px;
  }
}
.layout-footer .wrapper a {
  color: #000;
}



/*ヘッダーずれ調整用*/
.logo-header{
  position: fixed;
  top: var(--official-header-height, 0px);
  left: 0;
  width: 100%;
  z-index: 1000;
}

.layout-header{
  position: fixed;
  top: calc(
    var(--official-header-height, 0px) +
    var(--logo-header-height, 0px)
  );
  left: 0;
  width: 100%;
  z-index: 999;
}

/* 本文が固定ヘッダーの下に潜り込まないようにする */
.layout-screen{
  padding-top: calc(
    var(--logo-header-height, 0px) +
    var(--local-header-height, 0px)
  );
}

/* @media (max-width: 1100px) {
  #scrollButtonWrapper {
    right: 16px !important;
    bottom: 88px;
  }
} */
  #scrollButtonWrapper {
    right: 16px !important;
    bottom: 88px;
  }

@media (max-width: 736px) {
  #scrollButtonWrapper {
    right: 12px !important;
    bottom: 84px;
  }
}
