@charset "UTF-8";
/* ---------------------------
  File Name:common.scss
  Create:2022.4.26
  Update:2024.01.16
  Update:2025.03.21 
  Update:2025.04.16 agreement
  Update:2025.04.18 agreement btn
------------------------------*/
/* ---------------------------
  config
------------------------------*/
/* ---------------------------
  mixin
------------------------------*/
/*
  override inline style
*/
* {
  min-width: 0;
  min-height: 0;
  -webkit-text-size-adjust: 100%; }

b {
  font-weight: bold; }

img {
  width: auto;
  max-width: 100%; }

nav.menu {
  display: none; }

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  visibility: hidden; }
  @media (max-width: 736px) {
    body {
      font-size: 85%; } }
  body.-loaded {
    visibility: visible; }
    body.-loaded .visual-index {
      opacity: 1; }

strong {
  font-weight: bold; }

i {
  word-break: break-all; }

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; }
    ol .step p {
      margin-bottom: 0; }

sup {
  font-size: 60%; }

img {
  max-height: 554px; }

dd, dl, dt {
  margin: 0;
  padding: 0; }

td {
  line-height: 1.5 !important; }

.br_test_ab_non,
.br_test_run_on,
.br_test_listitem_ad,
p + .defaultList > .br_test_listitem_ad_1 {
  display: none; }

.br_test_ab_only_1 {
  height: 20px; }

body[onload*="/main/"] div.sup_text > div.supplement + p.notice-text + br.br_test_ab_only_1 {
  display: none; }

p.back,
#mainNavId {
  display: 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; }

.imgbk {
  /* display: flex; */
  background-color: #c0c1c1;
  text-align: center; }
  @media (max-width: 736px) {
    .imgbk {
      display: block; } }
  .imgbk > * {
    /*  margin:0 2px  !important; */ }
    @media (max-width: 736px) {
      .imgbk > * {
        display: block;
        margin: 0 0 10px 0 !important; } }

/* status */
.status-nav {
  height: 100vh;
  overflow-y: hidden; }
  .status-nav .nav-side {
    box-shadow: 5px 0 6px rgba(0, 0, 0, 0.1) !important;
    transform: translateX(0) !important; }
  .status-nav #tabNav {
    background-color: #a00; }

/*
  text
*/
.br_test_sub_pare_para_ab_non {
  height: 1em; }

/*
  page for body
*/
.page-visual {
  opacity: 1 !important; }
  .page-visual .icon_inline {
    filter: none; }
  .page-visual h2 {
    margin: 0;
    font-size: 120%; }
  .page-visual .layout-main {
    padding-bottom: 0;
    width: auto;
    max-width: 100%;
    min-width: 950px; }
    @media (max-width: 980px) {
      .page-visual .layout-main {
        min-width: 0;
        padding-left: 0;
        padding-right: 0; } }
.page-visual .nav-side, .page-toclist .nav-side {
  display: none;
  font-size: 85%;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
  display: block;
  position: fixed;
  left: 0;
  z-index: 100;
  height: calc( 100vh - 50px );
  max-height: calc( 100vh - 50px );
  top: 50px;
  margin: 0;
  background-color: #efefef;
  box-shadow: none;
  border-right: 1px solid #ccc;
  width: 40%; }
  @media (max-width: 736px) {
    .page-visual .nav-side, .page-toclist .nav-side {
      width: 89%;
      font-size: 110%;
      top: 50px; } }
  .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 {
  padding-top: calc( 80px );
  min-height: calc(100vh - 140px); }
  @media (max-width: 980px) {
    .page-visual .layout-container, .page-toclist .layout-container {
      padding-top: calc( 70px );
      min-height: calc(100vh - 130px); } }
  @media (max-width: 736px) {
    .page-visual .layout-container, .page-toclist .layout-container {
      min-height: calc(100vh - 160px);
      /* padding-top:calc( 105px ); */
      padding-top: calc( 55px ); } }
@media (max-width: 980px) {
  .page-visual .layout-main, .page-toclist .layout-main {
    padding-left: 0;
    padding-right: 0; } }
.page-index .caption {
  font-size: 80%; }
@media (max-width: 980px) {
  .page-index .layout-main {
    padding-top: 30px; } }
.page-index .visual-thumb {
  margin: 0 0 30px 0; }
  .page-index .visual-thumb h2 {
    font-size: 18px;
    text-align: left;
    padding: 0 10px; }
.page-index .container-appearance {
  margin: 0 0 30px 0; }
  .page-index .container-appearance .inner {
    margin: 0 auto 10px auto;
    box-sizing: border-box;
    padding: 8px;
    background-color: #eee;
    border-radius: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    @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;
    padding: 6px 0;
    color: #000;
    margin: 0 0 5px 0;
    padding: 0 10px;
    text-align: left; }
    .page-index .container-appearance h2::before {
      content: none; }
  .page-index .container-appearance ul {
    overflow: hidden; }
  .page-index .container-appearance ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 4px;
    margin: 0; }
    .page-index .container-appearance ul li img {
      width: 100%;
      margin: 0;
      display: block; }
    .page-index .container-appearance ul li a {
      display: block;
      border: 3px solid #ddd;
      transition: all 0.1s ease-in;
      background: none;
      padding: 0; }
      .page-index .container-appearance ul li a:hover {
        border: 3px solid #e42525; }

.is-toc .layout-main {
  width: auto; }

/*
  layout
*/
.layout-screen {
  min-height: 100svh;
  height: auto;
  display: flex;
  flex-direction: column; }
.layout-footer {
  background-color: #efefef;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;
  margin-top: auto; }
  .layout-footer .wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0; }
    .layout-footer .wrapper .inner {
      display: flex;
      align-items: center; }
      @media (max-width: 980px) {
        .layout-footer .wrapper .inner {
          padding: 0 15px; } }
      .layout-footer .wrapper .inner #ownersManual {
        font-size: 80%;
        border-left: 1px solid #ccc;
        margin-left: 20px;
        padding-left: 20px; }
      .layout-footer .wrapper .inner #Honda {
        display: block;
        width: 80px; }
    .layout-footer .wrapper a {
      color: #000; }
.layout-container {
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-top: calc( 50px + 40px );
  transition: all 0.2s ease;
  box-sizing: content-box;
  flex: 1; }
  @media (max-width: 1280px) {
    .layout-container {
      padding-left: 3%;
      padding-right: 3%; } }
  @media (max-width: 980px) {
    .layout-container {
      padding-top: calc( 50px  );
      display: block;
      width: calc(100% - 6%); } }
  @media (max-width: 736px) {
    .layout-container {
      padding-top: calc( 50px   ); } }
.layout-main {
  padding: 0 0 60px 0;
  line-height: 1.5;
  width: 700px;
  min-width: 700px; }
  @media (max-width: 980px) {
    .layout-main {
      padding-bottom: 30px;
      width: auto;
      min-width: auto; } }
  @media (max-width: 736px) {
    .layout-main {
      padding-bottom: 20px; } }
  .layout-main:has(#tocListDiv) {
    width: auto;
    max-width: 915px; }
.layout-header {
  height: 50px;
  background-color: #e42525;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  /*=====================================================
    searchNav
  =======================================================*/ }
  @media (max-width: 736px) {
    .layout-header {
      height: 50px; } }
  .layout-header .wrapper {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    height: 50px;
    border-left: 1px solid #aa0000; }
    @media (max-width: 736px) {
      .layout-header .wrapper {
        border-left: none; } }
  .layout-header a#om {
    display: block;
    width: 55px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    border-right: 1px solid #aa0000;
    z-index: 1010; }
  .layout-header a#om:hover {
    background-color: #aa0000; }
  .layout-header a#om img {
    display: block;
    width: 22px;
    margin: 0px auto;
    position: absolute;
    left: 17px;
    top: 12px; }
  .layout-header #siteTitle {
    position: absolute;
    top: 18px;
    left: 75px;
    text-align: left;
    width: 100%;
    font-weight: bold;
    line-height: 1;
    font-size: 110%;
    transition: all 0.2s ease; }
    @media (max-width: 980px) {
      .layout-header #siteTitle {
        left: 125px; } }
  .layout-header #searchNav {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #990000;
    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 #990000;
        background-color: transparent; } }
    @media (max-width: 736px) {
      .layout-header #search .inner {
        padding: 5px 0;
        text-align: center;
        background-color: #cc0000; } }
    .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;
      appearance: none;
      background: url(../asset/images/icon_search_big.png) no-repeat;
      background-size: 18px;
      background-position: 50%;
      background-color: #990000;
      cursor: pointer; }
      .layout-header #search .b:hover {
        background-color: #880000; }
      @media (max-width: 736px) {
        .layout-header #search .b {
          background-color: #550000;
          float: none;
          height: 28px;
          background-image: url(../asset/images/icon_search_big.png); } }
    .layout-header #search .tf {
      border: none;
      background: transparent;
      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: transparent;
      color: #333; }
    .layout-header #search.active {
      background: #fff; }
  .layout-header #tabNav {
    display: none;
    cursor: pointer;
    width: 55px;
    position: absolute;
    left: 55px;
    top: 0px;
    height: 50px;
    z-index: 1010;
    border-right: 1px solid #aa0000; }
    @media (max-width: 980px) {
      .layout-header #tabNav {
        display: block; } }
    .layout-header #tabNav.hover {
      background: #aa0000; }
    .layout-header #tabNav.active {
      background: #aa0000;
      box-shadow: 0px 1px 3px #770000  inset; }
    .layout-header #tabNav img {
      display: block;
      width: 32px;
      margin: 0px auto;
      position: absolute;
      left: 12px;
      top: 13px; }
      @media (max-width: 736px) {
        .layout-header #tabNav img {
          width: 28px;
          left: 14px;
          top: 15px; } }

.nav-loaded .nav-side {
  background-image: none; }

.nav-side {
  width: 250px;
  max-width: 250px;
  min-height: 200px;
  min-width: 220px;
  height: calc( 100vh - 90px );
  background-color: #fff;
  background-image: url(../asset/images/loading_w.gif);
  background-repeat: no-repeat;
  background-position: 50% 40px;
  background-size: 25px;
  margin-right: 30px;
  font-size: 85%;
  position: sticky;
  top: calc( 50px + 40px );
  overflow-y: auto;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  top: 50px;
  padding-bottom: 60px;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    .nav-side {
      width: auto; } }
  @media (max-width: 980px) {
    .nav-side {
      max-height: calc( 100vh - 50px - 40px  );
      -webkit-overflow-scrolling: touch;
      transform: translateX(-100%);
      display: none;
      display: block;
      position: fixed;
      left: 0;
      z-index: 100;
      height: calc( 100vh - 50px );
      max-height: calc( 100vh - 50px );
      top: 50px;
      margin: 0;
      background-color: #efefef;
      box-shadow: none;
      width: 40%;
      max-width: 40%; } }
  @media (max-width: 736px) {
    .nav-side {
      width: 89%;
      max-width: 89%;
      font-size: 110%;
      top: 50px;
      height: calc( 100vh - 50px );
      max-height: calc( 100vh - 50px ); } }
  .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 b {
          font-weight: normal; }
        .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: 11px; } }
          @media (max-width: 736px) {
            .nav-side ul li a::before {
              top: 12px; } }
        .nav-side ul li a.-this {
          font-weight: bold; }
          .nav-side ul li a.-this b {
            font-weight: bold; }
    .nav-side ul.root {
      border-top: 4px solid #000; }
      @media (max-width: 980px) {
        .nav-side ul.root {
          border-top: 1px solid rgba(204, 0, 0, 0.5);
          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 {
          background-color: #fff;
          padding: 8px 8px; }
          .nav-side ul.root > li > .listtitle:hover {
            background-color: #f5f5f5; }
          @media (max-width: 980px) {
            .nav-side ul.root > li > .listtitle {
              background-color: transparent; } }
      .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; }
          .nav-side ul.root .-L1 > li.-current > .listtitle:hover {
            background-color: #333; }
      .nav-side ul.root .-L2 > li {
        color: blue; }
      .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;
          background-color: #e42525;
          color: #fff; }
          .nav-side ul.root .-current > .listtitle:hover {
            background-color: #ea1818; }
        .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 12px;
    cursor: pointer; }
    @media (max-width: 980px) {
      .nav-side .listtitle {
        background-color: transparent; } }
    .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;
    margin-bottom: 15px; }
  .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 */
[data-xmltype="inlinegraphic"],
.icon_inline,
.icon_inline2 {
  display: inline-block !important;
  height: 20px !important;
  width: auto !important;
  vertical-align: middle;
  margin: 0 5px !important;
  border-radius: 2px;
  filter: invert(100%) !important;
  border: 1px solid #fff !important;
  object-fit: contain; }
  [data-xmltype="inlinegraphic"][src*='ARROW_MODE_SELECT'],
  .icon_inline[src*='ARROW_MODE_SELECT'],
  .icon_inline2[src*='ARROW_MODE_SELECT'] {
    /* 文中の→ */
    border: 0 !important; }
  [data-xmltype="inlinegraphic"][src*='TZA23094'], [data-xmltype="inlinegraphic"][src*='TZA23095'],
  .icon_inline[src*='TZA23094'],
  .icon_inline[src*='TZA23095'],
  .icon_inline2[src*='TZA23094'],
  .icon_inline2[src*='TZA23095'] {
    filter: invert(0) !important;
    background: none; }

img[src*="TZA23098"], img[src*="TZA23099"], img[src*="TZA23100"],
img[src*="TR027006"], img[src*="TR027007"],
img[src*="3N027019"],
img[src*="danger-sign"] {
  border: none !important; }

img[src*='THR14059'],
img[src*='TVA14607'] {
  /* made for iPhone */
  filter: invert(100%);
  max-width: 250px;
  margin: 20px 0 0 30px; }
  @media (max-width: 736px) {
    img[src*='THR14059'],
    img[src*='TVA14607'] {
      max-width: 200px; } }

img[src*='3N028009'] {
  filter: invert(100%);
  width: 50px !important;
  margin: 10px auto; }
  @media (max-width: 736px) {
    img[src*='3N028009'] {
      width: 35px !important; } }

img[src*='THAAH3609'].icon_inline, img[src*='3D413031'].icon_inline,
img[src*='TZA21054'], img[src*='TZA21055'], img[src*='TZA21056'], img[src*='TZA21057'], img[src*='TZA21058'], img[src*='TZA21059'],
img[src*='TZA24021'],
img[src*='TZA24022'],
img[src*='TZA24023'],
img[src*='TZA24024'],
img[src*='TZA24025'],
img[src*='TZA24026'],
img[src*='TZA24027'],
img[src*='TZA24028'],
img[src*='TZA24029'],
img[src*='T6N26004'],
img[src*='3B625128'],
img[src*='THR14047'],
img[src*='TBA13630'] {
  /* High beam ←→ Low beam */
  filter: invert(100%) !important; }

body.is-main img[src*='T5AQ3003'] {
  /* .icon_inline back */
  background: none !important; }

img[src*='TYF24031'],
img[src*='TYF24026'],
img[src*='TYF24027'],
img[src*='TYF24028'],
img[src*='T2014016'],
img[src*='THR14042'],
img[src*='THR14043'],
img[src*='THR14029'],
img[src*='TVA14017'],
img[src*='THR14030'],
img[src*='TVA14016'],
img[src*='TYF24017'],
img[src*='TYF24024'],
img[src*='TYF24025'] {
  /* .icon_inline brightness */
  filter: invert(0) !important; }

span[data-xmltype="font"] img {
  width: auto;
  height: 16px;
  vertical-align: -3px;
  filter: invert(100%); }
  @media (max-width: 736px) {
    span[data-xmltype="font"] img {
      height: 12px; } }

/*
.sub-title .icon_inline{
  filter:none;
}*/
/* container */
.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 transparent;
        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 6px 18px; }
    .container-link.-gray a:before {
      margin-right: 6px; }
    .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; }

/* title */
.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;
  /*
  &::before{
    content:'';
    display: inline-block;
    width:8px;
    height:8px;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: rotate(45deg);
    vertical-align: middle;
    margin: -2px 6px 0 0;
  }
  */ }
  @media (max-width: 980px) {
    .title02,
    .title {
      z-index: 10;
      margin-left: -3.2%;
      margin-right: -3.2%; } }
  .title02 .br_test_ab_only_1,
  .title .br_test_ab_only_1 {
    display: none; }

.sub-title {
  background: #666;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: bold;
  margin: 20px 0 15px 0;
  font-size: 100%; }
  .sub-title > a {
    color: #fff;
    cursor: default; }
    .sub-title > a:hover {
      color: #fff; }

.lower-title {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 5px 0;
  padding: 5px 0 5px 22px;
  border-bottom: 1px solid #ccc;
  position: relative; }
  .lower-title:first-child {
    margin-top: -5px; }
  .lower-title a,
  .lower-title a:hover {
    color: #000; }
  .lower-title::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #000;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 12px; }
    @media (max-width: 736px) {
      .lower-title::before {
        top: 9px; } }
  .lower-title .icon_inline {
    filter: invert(0) !important; }

.cbox3 + .lower-title {
  margin-top: 0; }

.typehead .bg_gray {
  background: #333;
  color: #fff;
  padding: 2px 4px;
  line-height: 130%;
  font-weight: bold;
  margin: 2px 0;
  font-size: 75%;
  display: inline-block; }
.typehead > * {
  width: auto !important; }

.defaultList > .typehead {
  margin-left: -1.5em; }

.grade-text,
.typehead > .info_strong span,
.notice-text b,
.notice-text span {
  background: #333;
  color: #fff;
  padding: 3px 4px;
  line-height: 130%;
  font-weight: bold;
  margin: 2px 0;
  font-size: 75%;
  display: inline-block;
  min-width: auto !important; }

td .grade-text {
  background: #333 !important; }

p.notice-text {
  margin-bottom: 0; }

.notice-text:nth-child(n+2) {
  padding-top: 1em; }

/* base tag */
br[type="subhead_after"] + p {
  margin-top: 0; }

p {
  padding: 0;
  margin: 0; }
  p:last-child {
    margin-bottom: 0em; }

p + div > p.ELEMENT_para + p.ELEMENT_para {
  margin-top: 1em; }

a {
  color: #0066ad;
  text-decoration: none; }

.light {
  position: relative;
  display: inline-block; }
  .light::before {
    content: '';
    display: inline-block;
    border: 4px solid transparent;
    border-left: 6px solid #0066ad;
    vertical-align: 2px;
    margin-right: 3px; }
    @media (max-width: 736px) {
      .light::before {
        border: 3.5px solid transparent;
        border-left: 5px solid #0066ad;
        vertical-align: 1px; } }

p:has(a.light) {
  margin-bottom: 2px; }

a:hover {
  color: #1e8eb3; }

/* list  */
body[onload*="/main/"] tbody tr td ol > li.listitem {
  list-style-type: disc !important; }

body[onload*="/main/"] div.text > li.listitem {
  list-style-type: none; }
  body[onload*="/main/"] div.text > li.listitem span {
    display: block; }

body[onload*="/main/"] ol.defaultList.space-line > li.listitem > span > b {
  display: block; }

li.listitem > br.br_test_sub_ab_only_1 {
  display: none; }

ol.dash {
  padding-left: 0 !important; }

ol.dash li.listitem {
  list-style-type: none;
  background: 0 0 !important;
  padding-left: 0 !important; }

ol.dash li.listitem::before {
  content: "- "; }

.arrow > li > span + span {
  margin-left: 16px; }
.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: 70px;
  float: left;
  background-color: #333;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px; }
  .alert_detail_wrap .alert_detail_icon img {
    display: block;
    width: 100%;
    mix-blend-mode: hard-light; }
.alert_detail_wrap .specnote {
  float: left;
  margin-left: 20px; }
.alert_detail_wrap .photo_uptext_v {
  background: #333;
  color: #fff;
  padding: 3px 4px;
  line-height: 130%;
  font-weight: bold;
  margin: 2px 0;
  font-size: 75%;
  display: inline-block; }

.lamp_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .lamp_list > p {
    width: 16%;
    padding: 0;
    margin: 0.1% 0;
    box-sizing: border-box;
    background-color: #333;
    position: relative;
    border-radius: 4px; }
    @media (max-width: 736px) {
      .lamp_list > p {
        width: 32.5%; } }
    .lamp_list > p.asterisk-mark a::before {
      content: "*1";
      color: white;
      font-size: 80%;
      position: absolute;
      top: 3px;
      left: 6px; }
    .lamp_list > p a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 0;
      aspect-ratio: 4 / 2.2; }
      .lamp_list > p a > img {
        width: 50%;
        margin: 0 auto;
        display: block;
        mix-blend-mode: lighten;
        max-width: 50px; }

.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;
      max-width: none; } }

.cbox .column02 {
  display: flex; }
  .cbox .column02 > .photo_uptext {
    margin-right: 30px; }
    @media (max-width: 736px) {
      .cbox .column02 > .photo_uptext {
        margin-right: 0;
        margin-bottom: 12px; } }
    .cbox .column02 > .photo_uptext .photo_uptext_v + p {
      width: 340px; }
      @media (max-width: 736px) {
        .cbox .column02 > .photo_uptext .photo_uptext_v + p {
          width: auto; } }
      @media (max-width: 736px) {
        .cbox .column02 > .photo_uptext .photo_uptext_v + p img {
          width: 100%; } }
  .cbox .column02 > .text {
    max-width: none; }

.defaultList {
  margin: 6px 0; }

.cbox3 ul,
.defaultList {
  list-style-type: disc;
  padding-left: 20px; }
  .cbox3 ul > li,
  .defaultList > li {
    list-style-type: inherit; }
    .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: auto;
  padding: 0 0 20px 0; }
  .table-wrap > table {
    width: 100% !important; }
  @media screen and (max-width: 736px) {
    .table-wrap.scrollx {
      max-width: calc(100vw - 6%);
      overflow-x: auto !important; }
      .table-wrap.scrollx > table {
        min-width: 200% !important; } }
  .table-wrap:has(+ .remarks) {
    padding-bottom: 0; }

.table_set {
  list-style-type: none;
  padding: 0;
  counter-reset: my-counter;
  margin: 0; }
  .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;
        margin: 6px 0; } }
    .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: #ffffff;
      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 6px 0; }
      .table_set.callout > li.noncounter {
        padding-left: 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: #ffffff;
      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_set2 {
    margin: 10px 0; }
    .table_set2 > li {
      counter-increment: my-counter;
      padding-left: 30px;
      position: relative; }
      .table_set2 > li::before {
        content: counter(my-counter);
        font-size: 12px;
        color: black;
        border-radius: 50%;
        border: 1px solid black;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        aspect-ratio: 1 / 1;
        line-height: 1;
        width: 18px;
        background-color: #444;
        color: white;
        position: absolute;
        left: 0;
        top: 0; }

ol.arrows, ul.arrows {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5px 20px; }
  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.defaultList, ul.arrows.defaultList {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0; }
    ol.arrows.defaultList li, ul.arrows.defaultList li {
      padding: 0;
      background: none; }

span:has(span.grade-text) + ol.arrows {
  list-style-type: disc;
  padding-left: 20px;
  margin-left: 0; }
  span:has(span.grade-text) + ol.arrows li {
    background: none;
    padding: 0; }

li > ol.arrows, ul.arrows {
  margin-left: 0; }

.iconList {
  list-style-type: disc;
  margin-left: 1.5em; }

/* inline class */
.frame {
  border: 1px solid #000;
  line-height: 1;
  font-size: 120%;
  margin: 2px 2px !important;
  padding: 2px 4px !important;
  vertical-align: 0;
  min-width: 8px !important;
  line-height: 1 !important;
  text-align: center;
  display: inline-block;
  text-indent: 0 !important;
  white-space: nowrap;
  font-size: 14px;
  background: #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; }
  .frame[style*='border-radius'] {
    height: 22px;
    width: 22px;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important; }

a .frame {
  border-color: #0066ad; }

/* box */
/*
.cbox.togglebox{
  border: 2px solid #ccc;
  margin: 5px 0 20px 0;
  padding: 10px;
}
*/
.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; }

@media (max-width: 736px) {
  .column02.clearfix {
    display: block; } }
.column02.clearfix > * {
  flex: 1; }

.error_list {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc; }
  .error_list > .cbox {
    margin: 0; }
  .error_list #A-Mark,
  .error_list #A-Mark_list {
    width: 22px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 0px;
    top: 3px;
    margin-top: 0 !important; }
  .error_list .error_message > * {
    padding-left: 34px; }
    .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;
    max-width: 88%;
    display: block; }

body.is-main .error_list #A-Mark {
  margin-left: 0 !important; }

.main.error_message_wrap .title {
  background-color: transparent;
  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 !important;
  position: absolute;
  left: 0;
  top: 2px;
  border: none; }
.main.error_message_wrap #A-Mark, .main.error_message_wrap #Q-Mark {
  margin-right: 15px;
  min-width: 22px;
  max-width: 22px;
  height: auto !important;
  border: none !important;
  filter: invert(0) !important; }

body.is-navi {
  /*
  .icon_inline{
    filter:none !important;
    &[src*='027_TR_R'],
    &[src*='026_TR_L'],
    &[src*='T201N1006'],
    &[src*='T201N1007'],
    &[src*='070_DAY_NIGHT'],
    &[src*='T5AQ3003'],
    &[src*='talk_button'],
    &[src*='THAAH4019']{
      filter:invert(100%) !important;
    }
    &[src*='talk_button'],
    &[src*='T201N1006'],
    &[src*='T201N1007']{
      border:0 !important;
    }
  }
  */ }
  body.is-navi .main.error_message_wrap img {
    filter: none;
    border: none; }
    body.is-navi .main.error_message_wrap img.answer {
      display: inline-block !important;
      width: auto !important;
      vertical-align: middle;
      margin: 0 5px !important;
      padding-left: 0;
      aspect-ratio: 1/1;
      position: absolute;
      top: 3px;
      min-width: 22px;
      max-width: 22px;
      height: auto !important; }
  body.is-navi .error_list + div:not(error_list) {
    padding-left: 34px; }
  body.is-navi .table-wrap span:has(img.img_num) {
    display: none; }
  body.is-navi .table-wrap > p {
    margin-bottom: 6px; }
    body.is-navi .table-wrap > p:nth-child(2)::before, body.is-navi .table-wrap > p:nth-child(4)::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;
      margin-right: 6px;
      float: left; }
    body.is-navi .table-wrap > p:nth-child(4)::before {
      counter-reset: my-counter 1; }
  body.is-navi .callout.callout_2column_v .cbox_inner > * img,
  body.is-navi .callout .ya_callout_jp1 img, body.is-navi .callout p img,
  body.is-navi .imgbk {
    background: none; }

.remarks {
  margin: 10px 0 20px;
  font-size: 90%; }
  .remarks:last-child {
    margin-bottom: 0; }
  .remarks p {
    margin-bottom: 2px;
    text-indent: -1.5em !important;
    margin-left: 1.5em !important; }

.supplementary > .remarks {
  padding: 12px 16px; }

.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, .cbox table tr th {
      min-width: 0 !important; }
    .cbox table tr td {
      text-align: center; }
  .cbox .div {
    margin-bottom: .8em; }
    .cbox .div > * {
      margin: 2px 0; }
    .cbox .div + .callout {
      margin-top: 20px; }

.supplement {
  margin: 0 0 1.3em 0; }
  .supplement:last-of-type {
    margin-bottom: 0; }

span:has(+ .supplement),
ol:has(+ .supplement) {
  margin: 0 0 1.3em 0; }

.ELEMENT_para + .supplementary {
  margin-top: 20px; }
  .ELEMENT_para + .supplementary:first-of-type {
    margin-top: 20px; }

.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: 0; }
  .supplementary .info_img {
    margin: 6px 0; }
  .supplementary.-open > .sup_title {
    background-image: url(../asset/images/icon_minus.png);
    border-bottom: 1px solid #ccc; }
  .supplementary > .sup_title {
    margin-top: 0;
    padding: 6px 8px 6px 30px;
    font-weight: bold;
    margin: 0 0 0 0;
    cursor: pointer;
    border-bottom: 1 none;
    background-color: #efefef;
    background-image: url(../asset/images/icon_plus.png);
    background-repeat: no-repeat;
    background-position: 12px 50%; }
  .supplementary > .sup_title + div, .supplementary > .sup_text {
    padding: 12px 16px; }
    .supplementary > .sup_title + div + br, .supplementary > .sup_text + br {
      display: none; }
  .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; }
  .supplementary .supplement .info_img {
    max-width: 50%; }
    @media (max-width: 736px) {
      .supplementary .supplement .info_img {
        max-width: 100%; } }
  .supplementary .supplement + br {
    display: none; }
  .supplementary .supplement p.sup_text {
    margin-bottom: 0; }
    .supplementary .supplement p.sup_text:has(a.light):has(+ .typehead) {
      margin-bottom: 1.3em; }

img + .supplementary:first-of-type,
ol + .supplementary:first-of-type {
  margin-top: 20px; }

.main > .sub-title,
.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 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;
    background-color: #e42525;
    font-size: 122%;
    font-weight: bold;
    margin: 0;
    padding: 5px 0; }
    .danger .danger_title > img {
      display: inline-block;
      width: 20px !important;
      height: auto !important;
      vertical-align: -6px !important;
      padding: 5px 0;
      margin-right: 4px; }
      .danger .danger_title > img.icon_inline {
        border: none !important;
        filter: none; }
  .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: #ff9900;
    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_title2 {
    padding: 5px 0;
    background-color: #ff9900;
    font-size: 122%;
    font-weight: bold;
    text-align: center; }
    .warning .warning_title2 > img {
      height: 20px;
      margin-right: 8px; }
  .warning .warning_txt {
    padding: 10px; }
    .warning .warning_txt strong {
      display: block; }
    .warning .warning_txt .br_test_ab_only_1:first-child {
      display: none; }
    .warning .warning_txt p {
      margin-bottom: 1.3em; }
      .warning .warning_txt p:last-child {
        margin-bottom: 0; }

.img_num {
  display: none; }

.callout.callout_1column {
  margin: 10px 0; }
  .callout.callout_1column span:has(img.img_num) {
    display: none; }
  .callout.callout_1column p:has(img) {
    margin-bottom: 0; }
  .callout.callout_1column > img {
    display: block;
    max-width: 100%;
    background: #c0c1c1; }
    .callout.callout_1column > img.img_num {
      display: none !important; }
  .callout.callout_1column .table_set p img {
    display: inline-block; }
.callout .ya_callout_jp1 img,
.callout p img {
  margin: 0;
  background: #c0c1c1; }
  .callout .ya_callout_jp1 img.icon_inline,
  .callout p img.icon_inline {
    background: none !important; }
.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;
    /*  
    span{
      display: inline-block;
      margin-bottom:1em;
    }
    */ }
    @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.typehead + div {
        margin-top: 0; }
      .callout.callout_2column_v .cbox_inner > *.right-wrap .text {
        float: none;
        max-width: 100%;
        /* 2025.03.21 */
        /*ol:not([class]):not(:has(li.step)){*/ }
        .callout.callout_2column_v .cbox_inner > *.right-wrap .text ol:not([class]):not([start]) {
          padding-left: 0;
          display: contents; }
          .callout.callout_2column_v .cbox_inner > *.right-wrap .text ol:not([class]):not([start])::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;
            margin-right: 6px;
            float: left; }
          .callout.callout_2column_v .cbox_inner > *.right-wrap .text ol:not([class]):not([start]) + p {
            margin-bottom: 0; }
            .callout.callout_2column_v .cbox_inner > *.right-wrap .text ol:not([class]):not([start]) + p + p {
              margin-bottom: .0; }
        .callout.callout_2column_v .cbox_inner > *.right-wrap .text ol.defaultList {
          margin: 5px 0 5px 20px; }
    .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 > * img.img_num {
        display: none; }
    .callout.callout_2column_v .cbox_inner > * p.HL5_para img {
      display: inline-block;
      width: 100%;
      background: none;
      width: 1.5em !important;
      height: 1.5em !important; }
  .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%; }

div.photo_uptext_v {
  background: #333;
  color: #fff;
  padding: 4px 8px;
  line-height: 130%;
  font-weight: bold;
  font-size: 75% !important;
  display: inline-block;
  margin-bottom: 0px; }
  div.photo_uptext_v:empty {
    display: none; }

p.lower-title.no_accordion + div > div.callout.callout_2column_v div.cbox3:not(.arrows) + a:empty + div.cbox3:not(.arrows) {
  margin-top: 0; }

body[onload*="/main/"] div.cbox3:not(.arrows) + a:empty + div.cbox3:not(.arrows) {
  margin-top: 1em; }

/* table */
table.none {
  background-color: transparent; }
table.background-fff {
  background-color: #fff; }

th {
  background-color: #ccc; }

.table-wrap .topbot {
  width: 100%; }

.sub-title + .cbox .table-wrap .topbot {
  margin-top: 0 !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 colgroup {
    display: none; }
  .detail01 thead th {
    background-color: #ccc !important;
    padding: 3px 6px !important;
    line-height: 1.5 !important; }
  @media (max-width: 736px) {
    .detail01 tbody tr {
      background-color: transparent; } }
  .detail01 tbody tr td {
    text-align: left;
    border: none !important;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    line-height: 1.5 !important;
    padding: 10px !important; }
    .detail01 tbody tr td:last-child {
      border-right: none !important; }
    @media (max-width: 736px) {
      .detail01 tbody tr td {
        padding: 8px !important;
        background: transparent !important; } }
    .detail01 tbody tr td p {
      margin: 0; }
    .detail01 tbody tr td ol.dash.arrows > li.listitem {
      list-style-type: none !important;
      padding-left: 1em !important;
      text-indent: -1em; }
    .detail01 tbody tr td li .light {
      margin: 3px 0; }
  .detail01 th, .detail01 td {
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    border-top: none !important;
    border-left: none !important;
    vertical-align: top;
    padding: 3px 6px; }
    .detail01 th:first-child, .detail01 td:first-child {
      width: 50%; }
  .detail01 ul.hyphen-sp-list {
    list-style-type: none;
    margin-left: -5px;
    padding-left: 0px; }
    .detail01 ul.hyphen-sp-list li:before {
      content: "- "; }

.none {
  background-color: transparent; }

.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{
  border-collapse: separate;
  border-left:1px solid #ccc;
  border-top:1px solid #ccc;
  border-spacing: 0px;
  th,td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }
}
*/
.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;
  width: 100% !important;
  background-color: #efefef;
  border-top: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important; }
  .topbot tr td, .topbot tr th {
    padding: 2px 4px !important;
    font-size: 90%;
    border-bottom: 1px solid #fff;
    border-color: #fff !important; }
    .topbot tr td img, .topbot tr th img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      background-color: transparent; }
      .topbot tr td img.icon_inline, .topbot tr th img.icon_inline {
        width: auto;
        margin: 0 3px !important;
        max-height: 18px;
        background-color: #000; }
        @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; }

sub {
  font-size: 8px;
  display: inline-block;
  margin: 0 2px; }

/*
  visual
*/
.visual-index {
  padding-bottom: 30px;
  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; }
      .visual-index .header .heading .icon_inline {
        border: 0 !important;
        filter: invert(0) !important;
        margin: 0 !important; }
    @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;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    border: 1px solid #ccc;
    display: none;
    z-index: 10;
    transform: translate(-50%, 0); }
    @media (max-width: 736px) {
      .visual-index .pop-link {
        position: static;
        margin-top: 20px;
        transform: translate(0);
        border-color: #0066ad;
        height: auto !important; } }
    .visual-index .pop-link ul {
      max-width: 400px;
      min-width: 250px; }
      @media (max-width: 736px) {
        .visual-index .pop-link ul {
          min-width: 84%;
          max-width: 100%; } }
      .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 img {
            display: inline-block;
            max-height: 18px;
            vertical-align: middle;
            filter: invert(100%);
            border: 1px solid #fff;
            padding: 2px;
            margin: 0 5px 0 0;
            background: #000; }
          .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: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: 30px;
            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%);
            border: 1px solid #fff !important; }
          .visual-index .pop-link ul li a::before {
            content: '';
            position: absolute;
            top: 20px;
            left: 14px;
            border: 5px solid transparent;
            border-left: 8px solid #0066ad;
            transform: translate(0, -50%); }
            @media (max-width: 736px) {
              .visual-index .pop-link ul li a::before {
                top: 18px;
                border: 4px solid transparent;
                border-left: 6px solid #0066ad; } }
          .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;
      overflow: hidden; }
      .visual-index .main .scene .subScene {
        background-color: #333333;
        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;
          background-image: none; }
@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: transparent;
          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 .pic.-pos {
          position: absolute; }
      .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 .05s ease-in-out;
        z-index: 6; }
        @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: 5;
        opacity: 0.8;
        box-sizing: border-box; }
        @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(228, 37, 37, 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); }

.is-sliderloaded .slider {
  height: auto; }
  .is-sliderloaded .slider::after {
    display: none; }

.slider {
  overflow: hidden;
  transition: opacity .5s linear;
  margin: 0 0 20px 0;
  position: relative; }
  .slider .slick-slider {
    overflow: hidden; }
  .slider .slick-slide {
    overflow: hidden; }
    .slider .slick-slide img {
      display: block;
      width: 100%;
      max-width: 700px;
      margin: 0 auto; }
  .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, 0.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: #e42525; }
  .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; }

#tocListDiv {
  font-size: 95%; }
  #tocListDiv .root a {
    display: block;
    margin-left: 10px; }
    #tocListDiv .root a::before {
      content: "";
      display: inline-block;
      border: 4px solid transparent;
      border-left: 6px solid #0066ad;
      vertical-align: 2px;
      margin-right: 3px; }
  #tocListDiv .root > li:first-child .listtitle {
    margin-top: 0; }
  #tocListDiv .root > li 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 15px 0;
    clear: left;
    padding: 6px 12px;
    border-radius: 3px;
    font-weight: bold; }
    @media (max-width: 736px) {
      #tocListDiv .root > li > .listtitle {
        margin-bottom: 5px; } }
  @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.-L1 {
    display: flex;
    flex-wrap: wrap; }
  #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%; }
      @media (max-width: 736px) {
        #tocListDiv .root > li > ul > li .listtitle {
          margin-left: 10px; } }

.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;
      display: flex;
      flex-direction: column; }
      @media (max-width: 980px) {
        .agreement-wrap .inner .container {
          max-height: calc( 100vh - 220px ); } }
      @media (max-width: 736px) {
        .agreement-wrap .inner .container {
          padding: 10px 10px 15px 10px; } }
      .agreement-wrap .inner .container > * {
        min-height: auto; }
      .agreement-wrap .inner .container h1 {
        margin: 0 0 6px 0;
        font-size: 1.0em;
        background-color: #000;
        color: #fff;
        padding: 4px 12px; }
      .agreement-wrap .inner .container h2 {
        margin: 0 0 10px 0;
        font-size: 1.0em; }
      .agreement-wrap .inner .container .window {
        overflow-y: auto;
        border: 1px solid #aaa;
        padding: 12px  12px;
        margin: 0 0 15px 0; }
        @media (max-width: 736px) {
          .agreement-wrap .inner .container .window {
            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;
          min-width: auto;
          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: #e42525; }
          .agreement-wrap .inner .container .btn > *:last-child {
            border-radius: 0 5px 5px  0; }
          .agreement-wrap .inner .container .btn > *:hover {
            opacity: 0.6; }
          .agreement-wrap .inner .container .btn > * span {
            min-width: auto;
            display: flex;
            align-items: center;
            height: 100%; }

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; }

dl.more {
  border: 1px solid #ccc;
  border-top: noen;
  margin: 5px 0 0px 0; }
  dl.more dt {
    border-top: 1px solid #aaa;
    position: relative;
    min-width: 115px;
    background: #F6F6F6;
    z-index: 0;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 10px; }
    dl.more dt:first-child {
      border-top: none; }
    dl.more dt span {
      background: url(../asset/images/icon_plus.png) 4px 50% no-repeat;
      padding-left: 24px; }
    dl.more dt.-open {
      background-color: transparent; }
      dl.more dt.-open span {
        background-image: url(../asset/images/icon_minus.png); }
  dl.more dd {
    padding: 12px;
    margin: 0;
    background: #fff;
    display: none; }
    dl.more dd strong {
      color: #000; }
  dl.more a {
    display: block;
    background: url(../images/common/arrow.png) no-repeat 4px 50%;
    padding-left: 18px; }
  dl.more + .container-link {
    border-top: none; }

.appearanceNav {
  margin: 0 auto 10px auto;
  box-sizing: border-box;
  padding: 8px;
  background-color: #eee;
  border-radius: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 736px) {
    .appearanceNav {
      padding: 4px; } }
  .appearanceNav h2 {
    font-size: 100%;
    font-weight: bold;
    background: none;
    padding: 0;
    color: #000;
    margin: 2px 0 4px;
    text-align: center; }
  .appearanceNav ul {
    overflow: hidden; }
    .appearanceNav ul li {
      width: 25%;
      float: left;
      box-sizing: border-box;
      padding: 4px;
      margin: 0; }
      @media (max-width: 736px) {
        .appearanceNav ul li {
          padding: 2px; } }
      .appearanceNav ul li a {
        display: block;
        border: 1px solid #ddd;
        background: none;
        padding: 0; }
        .appearanceNav ul li a:hover {
          border: 1px solid #e42525; }
      .appearanceNav ul li img {
        width: 100% !important;
        margin: 0;
        display: block; }

.breadcrumbs {
  margin: 0 0 20px 0;
  display: none; }
  .breadcrumbs ul {
    display: flex;
    font-size: 90%; }
    .breadcrumbs ul > li:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      transform: rotate(-45deg);
      margin: 0 8px; }
    .breadcrumbs ul > li:last-child {
      margin-right: 0; }
      .breadcrumbs ul > li:last-child:after {
        content: none; }

#lamp .lamp_list {
  margin: -6px;
  gap: 0; }
  #lamp .lamp_list > * {
    background-color: #333;
    border-radius: 3px;
    border-radius: 4px;
    margin: 3px;
    width: calc( 100% / 6 - 6px ); }
    @media (max-width: 736px) {
      #lamp .lamp_list > * {
        width: calc( 100% / 4 - 6px ); } }
    #lamp .lamp_list > * a {
      display: flex;
      padding: 10px 0; }
      @media (max-width: 736px) {
        #lamp .lamp_list > * a {
          padding: 4px; } }
      #lamp .lamp_list > * a img {
        width: 70%; }
        @media (max-width: 736px) {
          #lamp .lamp_list > * a img {
            width: 70%; } }

@media (max-width: 980px) {
  .visual-index {
    padding-top: 20px; } }

.flex {
  display: flex;
  justify-content: space-between; }
  .flex.-flex2 > * {
    width: 46%;
    text-align: center;
    margin-top: 15px; }

.navi-process {
  background: url(../asset/images/icon_finger.png) no-repeat 16px 9px #efefef;
  background-size: 12px;
  margin: 15px 0;
  border-radius: 6px;
  line-height: 2;
  padding: 5px 12px 5px 38px; }
  @media (max-width: 736px) {
    .navi-process {
      background-position-x: 10px;
      background-position-y: 7px;
      padding-left: 30px; } }
  .navi-process p {
    display: inline-block; }
    .navi-process p.no-arrow::after {
      content: '' !important; }
    .navi-process p::after {
      content: '';
      width: 8px;
      height: 8px;
      display: inline-block;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      transform: rotate(-45deg);
      margin: 0 8px 0 4px; }
      @media (max-width: 736px) {
        .navi-process p::after {
          width: 6px;
          height: 6px; } }
    .navi-process p:last-child::after {
      border: 0; }
    .navi-process p:first-child .icon_inline {
      border: 1px solid #fff !important; }
    .navi-process p:nth-child(n+2) .icon_inline {
      filter: none !important;
      border: 0 !important; }
    .navi-process p .icon_inline {
      margin: 0 !important; }
  .navi-process + br {
    display: none; }

.graphics .photo_h {
  display: flex;
  flex-wrap: wrap; }
  .graphics .photo_h .photo_uptext_v {
    width: 50%;
    padding: 0;
    background-color: transparent; }
    .graphics .photo_h .photo_uptext_v > p {
      background-color: #000;
      color: white;
      padding: 3px;
      display: inline-block; }
  .graphics .photo_h > p {
    display: flex;
    gap: 10px;
    width: 100%; }
    .graphics .photo_h > p img {
      display: block;
      width: 100%;
      flex: 1; }

.wrap .light {
  text-indent: -1em;
  padding-left: 1em; }
  .wrap .light sub {
    display: inline; }

.lower-circle-title {
  font-weight: bold;
  margin-bottom: .3em; }
  .lower-circle-title::before {
    font-size: 16px;
    content: "●";
    padding-right: 4px; }

.list-agreement {
  margin-top: 20px; }
  .list-agreement dt {
    font-weight: bold;
    margin-bottom: 0.5em; }
  .list-agreement dd {
    margin-bottom: 2em; }
    .list-agreement dd:last-child {
      margin-bottom: 0; }
    .list-agreement dd .summary {
      font-weight: bold;
      margin: 0 0 1em 0; }
      .list-agreement dd .summary.-normal {
        font-weight: normal; }
    .list-agreement dd .item {
      margin: 0px 0 14px 0; }

/*# sourceMappingURL=common.css.map */
