@charset "UTF-8";
@media screen and (min-width:750px) and ( max-width:1150px){


:root {
  --kitz_blue: #02459F;
  --kitz_skyblue: #03C5FF;
  --kitz_line: #707070;
  --kitz_text: #000;
  --kitz_white: #fff;
  --kitz_bg: #E6F5FF;
}


/* =========================
   第二階層タイトルエリア
   ========================= */
.layer2_title {
  text-align: center;
  margin: 1.739vw 0 3.478vw;
}

.layer2_title_inner {
  max-width: 104.348vw;
  margin: 0 auto;
  padding: 0 1.739vw;
}

/* タイトル */
.layer2_title_txt {
  font-size: 2.435vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: var(--kitz_blue);
  margin: 0 0 3.478vw;
  position: relative;
  display: inline-block;
}

.layer2_title_txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.522vw;
  width: 100%;
  height: 0.087vw;
  background-color: var(--kitz_blue);
}

.layer2_title_copy{
    font-size: 1.391vw;
    text-align: center;
    margin: 0 0 2.174vw;
}
.layer2_title_copy a{
  color: #0C85DD;
  text-decoration: underline;
}

/* インナー */
.innner{
  width: 95vw;
  margin: 0 auto;
}


/* =========================
   検索エリア
   ========================= */
.search_inner {
  width: 100%;
  padding: 4.348vw 0;
  margin: 0 auto;
  background-color: var(--kitz_bg);
}

.search_body h2 {
  position: relative;
  margin: 1.739vw;
  font-size: 1.391vw;
  color: var(--kitz_text);
  margin-bottom: 0.87vw;
  display: flex;
  align-items: center;
  gap: 0.522vw;
}

.search_body h2::before {
  content: "";
  position: absolute;
  left: -1.739vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.87vw;
  height: 1.739vw;
  background: url(../images/common/arrow_right_blue.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

/* 見出し（トグル） */
.search_toggle {
  top: 3vw;
  left: 18.261vw;
  position: absolute;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.043vw;
  font-size: 1.217vw;
  color: #0C85DD;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* 見出しの左側に▶ */
.search_toggle::after {
  content: "";
  position: absolute;
  top: 0.261vw;
  right: -2.174vw;
  width: 0.87vw;
  height: 0.87vw;
  margin-right: 0.696vw;
  border-right: 1px solid #0C85DD;
  border-bottom: 1px solid #0C85DD;
  transform: rotate(45deg);
}
.search_toggle[aria-expanded="true"]::after {
  top: 0.783vw;
  transform: rotate(-135deg);
}
[data-accordion].is_open .search_toggle::after {
  transform: rotate(-135deg);
  top: 0.783vw;
}

.search_body {
  position: relative;
  width: 91.13vw;
  margin: 0 auto;
  padding: 1.391vw 0;
  border-radius: 0.696vw;
}

/* キーワードフォーム */
.keyword_form {
  display: flex;
  align-items: center;
  gap: 1.391vw;
}

.keyword_input {
  flex: 1 1 auto;
  height: 3.826vw;
  padding: 0 1.391vw;
  font-size: 1.391vw;
  color: var(--kitz_text);
  background: var(--kitz_white);
  border: 1px solid var(--kitz_line);
  border-radius: 0.522vw;
}

.keyword_input::placeholder {
  color: var(--kitz_line);
  opacity: 1;
}

.keyword_btn {
  flex: 0 0 auto;
  height: 3.826vw;
  padding: 0 2.087vw;
  font-size: 1.391vw;
  color: var(--kitz_white);
  background: var(--kitz_blue);
  border: 0;
  border-radius: 0.522vw;
  cursor: pointer;
}

.keyword_btn:hover { filter: brightness(0.95); }

/* =========================
   絞り込み条件
   ========================= */
.conditions {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.cond_inner {
  padding: 0;
  width: 91.13vw;
  margin: 0 auto;
}

.cond_ttl {
  font-size: 2.435vw;
  font-weight: bold;
  color: var(--kitz_blue);
  text-align: center;
  margin: 0.696vw 0 2.087vw;
  text-underline-offset: 0.522vw;
  text-decoration: underline;
}

.cond_row {
  padding: 1.043vw 0;
  border-top: 1px solid var(--kitz_line);
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 2.087vw;
  align-items: start;
}

.cond_row:first-of-type { border-top: 0; }

.cond_row_{
  width: 91.13vw;
  border-top: 1px solid var(--kitz_line);
  text-align: right;
  padding: 1.043vw 0;
  font-size: 1.217vw;
}

.cond_label {
  font-size: 1.217vw;
  color: var(--kitz_text);
  line-height: 2.087vw;
  padding-top: 0.522vw;
}

.cond_field {
  display: flex;
  flex-wrap: wrap;
  gap: 1.043vw 1.043vw;
}

.chip {
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 0.435vw 2.609vw;
  font-size: 1.217vw;
  color: var(--kitz_line);
  background: var(--kitz_white);
  border: 0;
  border-radius: 1.565vw;
  line-height: 1;
}

.chip_on {
  color: var(--kitz_white);
  background: var(--kitz_blue);
  border-color: var(--kitz_blue);
}

.chip_disabled {
  color: var(--kitz_white);
  background: #DBDBDB;
  border-color: #DBDBDB;
}

.cond_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9vw 1.565vw;
  width: 100%;
  margin-bottom: 0.87vw;
}

.r {
  display: inline-flex;
  align-items: center;
  gap: 0.696vw;
  font-size: 1.217vw;
  color: var(--kitz_text);
}

.r input {
  appearance: none;
  width: 1.565vw;
  height: 1.565vw;
  background-color: var(--kitz_white);
  border: 1px solid var(--kitz_line);
  border-radius: 50%;
  position: relative;
}

/* .r input:checked {
  border-color: var(--kitz_skyblue);
} */

.r input:checked::after {
  content: "";
  position: absolute;
  inset: 0.25vw;
  background: #0C85DD;
  border-radius: 50%;
}

.aster {
  display: inline-block;
  margin-left: 0.348vw;
  color: var(--kitz_blue);
}

.cond_classes {
  display: flex;
  flex-wrap: wrap;
  gap: 1.043vw;
}

.cond_foot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.739vw 0 0.87vw;
}

.cond_count {
  font-size: 1.565vw;
  margin-right: 3.478vw;
  color: var(--kitz_text);
}

.num {
  font-size: 2.435vw;
  color: #e53935;
  font-weight: 700;
  padding: 0 0.522vw;
}

.cond_actions {
  display: flex;
  gap: 1.391vw;
}
.cond_actions .btn {
    width: 12.174vw;
    padding: 1.043vw 0;
    border-radius: 0.87vw;
    border: 1.5px solid;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.348vw;
  font-size: 1.391vw;
  border-radius: 0.696vw;
  border: 1px solid var(--kitz_blue);
}

.btn_ghost {
  color: var(--kitz_blue);
  background: var(--kitz_white);
}

.btn_primary {
  color: var(--kitz_white);
  background: var(--kitz_blue);
  border-color: var(--kitz_blue);
}

.cond_note {
  border-top: 1px solid var(--kitz_line);
  font-size: 1.043vw;
  color: var(--kitz_text);
  text-align: right;
  padding: 0.87vw 0;
}

/* =========================
   一覧テーブル
   ========================= */
.item_inner {
  position: relative;
  margin: 60px auto 100px;
  width: 100%;
  max-width: 95.652vw;
}

.item_notes {
  font-size: 1.391vw;
  line-height: 1.6;
  margin-bottom: 5.217vw;
  color: var(--kitz_text);
}
.item_notes li {
  padding-left: 1.391vw;
  text-indent: -1.391vw;
}

.item_actions {
  width: 95vw;
  display: flex;
  align-items: center;
  gap: 0.87vw;
  margin-bottom: 1.739vw;
}
.item_actions .add_btn,.item_actions .reset_btn{
    min-width: 14vw;
    font-size: 1.2vw;
}
.item_actions .download_btn,.item_actions .comparison_btn{
    font-size: 1.2vw;
}
.item_display {
    position: absolute;
    top: 6.957vw;
    right: 1vw;
    margin-left: auto;
    font-size: 1.217vw;
    color: var(--kitz_line);
}
.item_display_{
    top: 11vw;
}
.item_select {
  padding: 0.348vw 0.696vw;
  color: var(--kitz_line);
}

.item_table {
  width: 95vw;
  border-collapse: collapse;
  margin-bottom: 1.739vw;
  font-size: 1.217vw;
}
.item_table input{
  width: 1.739vw;
  height: 1.739vw;
}
.item_table input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.565vw;
  height: 1.565vw;
  border: 1px solid #BBBBBB;
  border-radius: 0.348vw;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.item_table input[type="checkbox"]:checked {
  background: var(--kitz_blue);
border: 1px solid #BBBBBB;
margin: 0 auto;
}
.item_table01 input[type="checkbox"]:checked {
  background: #0C85DD;
border: 1px solid #BBBBBB;
margin: 0 auto;
}

.item_table input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0.174vw;
    left: 0.435vw;
    width: 0.348vw;
    height: 0.696vw;
    border: solid #fff;
    border-width: 0 0.174vw 0.174vw 0;
    transform: rotate(45deg);
    border-radius: 0.087vw;
}


.item_table a{
  color: #0C85DD;
  text-decoration: underline;
}

.item_table01 thead tr th:nth-child(1) {
  width: 3.5vw !important;
  background-color: #0C85DD;
}

.item_table01 thead tr th:nth-child(2) {
  width: 7.8vw !important;
  background-color: #0C85DD;
}
.item_table01 thead tr th:nth-child(3) {
  width: 6.9vw !important;
  background-color: #0C85DD;
}
.item_table01 thead tr th:nth-child(4) {
  width: 9.5vw !important;
  background-color: #0C85DD;
}
.item_table01 thead tr th:nth-child(5) {
  width: 8.7vw !important;
  background-color: #0C85DD;
}
.item_table01 thead tr th:nth-child(6) {
  background-color: #0C85DD;
}
.item_table01 thead tr:nth-child(2) th{
  width: 7.4vw !important;
  background-color: #0C85DD;
}
.item_table01 thead tr:nth-child(1) th:nth-child(7) {
  width: 9vw !important;
  color: #0C85DD;
  background-color: #FFF;
  border: solid #0C85DD 1px;
}



.item_table02 thead tr th:nth-child(1) {
  width: 3.5vw !important;
}
.item_table02 thead tr th:nth-child(2) {
  width: 7.8vw !important;
}
.item_table02 thead tr th:nth-child(3) {
  width: 6.9vw !important;
}
.item_table02 thead tr th:nth-child(4) {
  width: 9.5vw !important;
}
.item_table02 thead tr th:nth-child(5) {
  width: 8.7vw !important;
}
.item_table02 thead tr th:nth-child(6) {
  width: 5vw !important;
}
.item_table02 thead tr:nth-child(2) th{
  width: 6.9vw !important;
}
.item_table02 thead tr:nth-child(1) th:nth-child(9) {
  width: 9vw !important;
  color: #02459F;
  background-color: #FFF;
  border: solid #02459F 1px;
}

.item_table11 thead tr th:nth-child(1) {
  width: 3.5vw !important;
}
.item_table11 thead tr th:nth-child(11) {
  width: 6vw !important;
}
.item_table11 thead tr th:nth-child(12) {
  width: 6.957vw !important; /* 80px */
  color: #02459F;
  background-color: #FFF;
  border: solid #02459F 1px;
}

.item_table11  .fileicon{
    position: relative;
    padding-left: 3.13vw;
    text-align: left;
}
.item_table11  .fileicon::before{
    content: "";
    position: absolute;
    left: 0.696vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.739vw;
    height: 1.739vw;
    background: url(../images/common/fileicon.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.item_table11_ thead tr th:nth-child(1) {
  width: 3.478vw !important; /* 40px */
}

.item_table11_ thead tr th:nth-child(2) {
  width: 9.565vw !important; /* 110px */
}

.item_table11_ thead tr th:nth-child(3) {
  width: 4.783vw !important; /* 55px */
}

.item_table11_ thead tr th:nth-child(4) {
  width: 4.783vw !important; /* 55px */
}

.item_table11_ thead tr th:nth-child(5) {
  width: 4.783vw !important; /* 55px */
}

.item_table11_ thead tr th:nth-child(6) {
  width: 4.783vw !important; /* 55px */
}

.item_table11_ thead tr th:nth-child(7) {
  width: 12.174vw !important; /* 140px */
}

.item_table11_ thead tr th:nth-child(15) {
  width: 6vw !important; /* 50px */
}

.item_table11_ thead tr th:nth-child(16) {
  width: 6.957vw !important; /* 80px */
  color: #02459F;
  background-color: #FFF;
  border: solid #02459F 1px; /* ← borderはそのまま */
}
.item_table14 thead tr th:nth-child(3) {
  width: 30vw !important;
}
.item_table14 thead tr th:nth-child(8) {
  width: 10vw !important;
}

.item_table16 thead tr th:nth-child(1) {
  width: 5vw !important;
}
.item_table16 thead tr th:nth-child(2) {
  width: 40vw !important;
}
.item_table16 thead tr th:nth-child(6) {
  width: 10vw !important;
}


/* タブ */
.tab_results {
  position: absolute;
  top: 11.739vw;
  right: 0;
  width: 36.522vw;
  background-color: #DDDDDD;
  padding: 0.87vw;
  gap: 0.87vw;
  border-radius: 0.348vw;
}
.tab_results::after {
  content: "";
  position: absolute;
  bottom: -0.87vw;
  right: 6.957vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.87vw 0.696vw 0 0.696vw;
  border-color: #DDDDDD transparent transparent transparent;
}

.tab_results .tab-button.active{
  background-color: #0C85DD;
  color: #FFF;
  border: 0px solid #02459F!important;
}
.tab_results .tab-button.tab-button2.active{
  background-color: #02459F;
  color: #FFF;
  border: 0px solid #02459F!important;
}
.tab_results .tab-button{
    position: relative;
    width: 17.391vw;
    flex: 1;
    padding: 0.261vw;
    cursor: pointer;
    background: #fff;
    font-size: 1.13vw;
    font-weight: 500!important;
    transition: background 0.3s;
    color: #0C85DD;
    border: 1px solid #0C85DD!important;
    border-radius: 0.435vw;
}
.tab_results .tab-button.tab-button2{
    color: #02459F;
    border: 1px solid #02459F!important;
}
.tab_results .tab-button::before{
    position: absolute;
    content: "";
    display: block;
    width: 1.13vw;
    height: 1.13vw;
    top: 0.696vw;
    left: 0.609vw;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: url(../images/common/check.svg) center / contain no-repeat;
}

.item_table{
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1.217vw;
    margin-bottom: 4.348vw;
}
.item_table thead {
  color: var(--kitz_white);
}
.item_table thead th,
.item_table thead td {
  font-size: 1.217vw;
  line-height: 1.2;
  padding: 0.696vw 0.174vw;
}
.item_table thead tr th div {
    display: flex;
    flex-direction: column;
    gap: 0.261vw;
    align-items: center;
}
.item_table th,
.item_table td {
  position: relative;
  font-size: 1.043vw;
  min-width: 5.652vw;
  border-right: 0.5px solid #BBBBBB;
  padding: 0.87vw ;
  text-align: center;
  line-height: 1.2;
}
.item_table td:after{
    content: "";
    position: absolute;
    width: 110%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #DADADA;
}
.item_table_ tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}

.item_table td:last-child::after{
    width: 100%;
}
.item_table td:last-child{
  border-right: 0px solid #BBBBBB;
}
.item_table th{
  border: 0.5px solid var(--kitz_white);
}
.item_img {
  display: contents;
  margin: 0 auto;
  width: 6.957vw;
  height: 6.957vw;
  overflow: hidden;
}
.slider_track picture picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon_btn {
  position: relative;
  width: 2.609vw;
  height: 3.217vw;
  display: block;
  margin: 0 auto 10px;
  background: url(../images/common/materials_on.svg) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
}
.icon_btn p {
    position: absolute;
    color: var(--kitz_blue);
    font-size: 0.5vw;
    width: 80%;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    line-height: 1;
    letter-spacing: 0;
}
.icon_btn.off {
  background: url("../images/common/materials_off.svg") no-repeat center;
  background-size: contain;
}
.icon_btn.off p{
  color: #C2D8E6;
}
.icon_btn.off::after {
    background: url(../images/common/download_off.svg) no-repeat center;
}
.icon_btn.off {
  pointer-events: none;
}

.btn_detail {
    padding: 0.435vw;
    border-radius: 0.348vw;
    display: inline-block;
    color: var(--kitz_white);
    background-color: var(--kitz_blue);
    color: #FFF!important;
    text-decoration: none!important;
}
.item_table01 .btn_detail{
    padding: 0.435vw;
    background-color: #0C85DD;
}
.btn_detail_delete{
    padding: 0.435vw 0.87vw;
    border-radius: 0.348vw;
    display: inline-block;
    color: var(--kitz_blue)!important;
    border: solid 1px var(--kitz_blue);
    background-color: var(--kitz_white);
}

.item_pagination {
  width: 95vw;
  display: flex;
  font-size: 1.391vw;
  justify-content: space-between;
  align-items: center;
  gap: 1.739vw;
}

.item_pagination .pages a {
  margin: 0 0.435vw;
  text-decoration: none;
  color: #0C85DD;
}
.item_pagination .pages a.current {
  color: #707070;
}




.declaration{
  width: 90vw;
  text-align: center;
  margin: 0 auto 6.5vw;
  padding-bottom: 6.5vw;
  border-bottom: 1px solid var(--kitz_line);
}
.declaration_{
  border-bottom: 0px solid var(--kitz_line);
}
.declaration_copy01{
    font-size: 1.391vw;
    text-align: center;
    margin: 0 0 2.174vw;
}
.declaration_copy01 a{
  color: #0C85DD;
  text-decoration: underline;
}
.declaration_copy02{
    width: 68.696vw;
    font-size: 1.565vw;
    text-align: center;
    padding: 2.174vw 0;
    background-color: #E6F5FF;
    margin: 0 auto;
}
.declaration_copy02 a{
  color: #0C85DD;
  text-decoration: underline;
}
.declaration_option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.739vw;
}
.declaration_check {
  font-size: 1.217vw;
  color: var(--kitz_text);
  display: flex;
  align-items: center;
  gap: 6px
}
.declaration_option input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 2.087vw;
  height: 2.087vw;
  margin-right: 1.304vw;
  border: 1px solid #BBBBBB;
  border-radius: 0.348vw;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.declaration_option input[type="checkbox"]:checked {
  background: var(--kitz_blue);
  border: 1px solid #BBBBBB;
}
.declaration_option input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0.261vw;
    left: 0.696vw;
    width: 0.522vw;
    height: 0.957vw;
    border: solid #fff;
    border-width: 0 0.174vw 0.174vw 0;
    transform: rotate(45deg);
    border-radius: 0.087vw;
}
.declaration_form{
    width: 68.696vw;
    margin: 0 auto 25px;
}
.declaration_form .note{
    font-size: 1.217vw;
    text-align: left;
    color: #E20000;
    margin: 3vw auto 6vw;
}
.declaration_input{
    width: 65.913vw;
    margin: 0 auto;
    flex: 1 1 auto;
    height: 3.826vw;
    padding: 0 1.391vw;
    font-size: 1.391vw;
    color: var(--kitz_text);
    background: var(--kitz_white);
    border: 1px solid var(--kitz_line);
    border-radius: 0.522vw;
}
.declaration_form .btn_area{
    width: 26.957vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.declaration_form .btn_area button,.declaration_form .btn_area a{
    width: 11.739vw;
    font-size: 1.565vw;
    height: 4.348vw;
    display: flex;
    justify-content: center;
    align-items: center;
}


.download{
  width: 90vw;
  text-align: center;
  margin: 0 auto 6.5vw;
  padding-bottom: 6.5vw;
  border-bottom: 1px solid var(--kitz_line);
}
.download_{
  border-bottom: 0px solid var(--kitz_line);
}
.download_copy{
  width: 60.87vw;
  font-size: 1.391vw;
  text-align: center;
  margin: 0 auto;
}
.export_btn{
    position: relative;
    display: block;
    background-color: var(--kitz_blue);
    width: 34.783vw;
    color: #FFF;
    font-size: 1.391vw;
    padding: 1.304vw 0;
    margin: 5vw auto 0;
    border-radius: 0.435vw;
}
.export_btn::after{
  content: "";
  position: absolute;
  right: 1.739vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.087vw;
  height: 2.609vw;
  background: url(../images/common/export_btn.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.export_btn_::after{
  background: url(../images/common/arrow_white.svg) no-repeat center;
}
.download .note{
  width: 55.652vw;
  font-size: 1.217vw;
  text-align: left;
  margin: 40px auto 0;
  color: #E20000;
}
.download .note .line{
  text-decoration: underline;
}
.download .note .icon01,.download .note .icon02{
  position: relative;
}
.download .note .icon01::after{
  content: "";
  position: absolute;
  right: 0.261vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.13vw;
  height: 1.13vw;
  background: url(../images/common/icon01.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.download .note .icon02::after{
  content: "";
  position: absolute;
  right: 0.261vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.217vw;
  height: 1.217vw;
  background: url(../images/common/icon02.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.login_copy{
  font-size: 1.391vw;
  text-align: center;
  margin: 0 auto;
}
.login-area {
  display: flex;
  gap: 3.478vw;
  justify-content: center;
  padding: 0 0 8.696vw;
}

.login-box, .register-box {
  font-size: 1.565vw;
  border: 2px solid #DDDDDD;
  padding: 4.348vw;
  width: 45vw;
  background: #fff;
}
.register-box{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.register-box p{
  margin-bottom: 1.304vw;
}
.form-row {
  margin-bottom: 2.174vw;
}
.form-row label {
    display: block;
    font-size: 1.391vw;
    margin-bottom: 0.435vw;
    margin-left: 2.609vw;
    position: relative;
    text-align: left;
    color: var(--kitz_text);
}
.form-row label::before{
    content: "";
    position: absolute;
    left: -2.609vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.739vw;
    height: 1.739vw;
    background: url(../images/common/arrow_right_blue.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.form-row input {
  width: 34vw;
  padding: 0.87vw;
  border: 1px solid #707070;
  border-radius: 0.348vw;
}
.form-options {
  font-size: 1.217vw;
  margin-bottom: 2.609vw;
}
.form-options .forgot a {
  color: #0D85DD;
  text-decoration: none;
  margin-left: 3.478vw;
}
.form-submit button,
.register-btn {
    width: 19.13vw;
    background: var(--kitz_blue);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 0.348vw;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    font-size: 1.391vw;
    padding: 1.304vw 0;

}
.form-submit button:hover,
.register-btn:hover {
  opacity: 0.9;
}
.login_form label{
    display: flex;
    align-items: center;
    margin-bottom: 0.435vw;
    color: var(--kitz_line);
}
.login_form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.739vw;
  height: 1.739vw;
  margin-right: 1.304vw;
  border: 1px solid #BBBBBB;
  border-radius: 0.348vw;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.login_form input[type="checkbox"]:checked {
  background: var(--kitz_blue);
  border: 1px solid #BBBBBB;
}
.login_form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 0.05vw;
  left: 0.5vw;
  width: 0.522vw;
  height: 0.957vw;
  border: solid #fff;
  border-width: 0 0.174vw 0.174vw 0;
  transform: rotate(45deg);
  border-radius: 0.087vw;
}


.userupdate{
  width: 90vw;
  margin: 0 auto;
  border: solid  2px #DDDDDD;
  padding: 5.217vw;
}

.userupdate_copy{
  font-size: 1.391vw;
  text-align: center;
  margin: 0 auto;
}
.userupdate-section{
  border-top:1px solid #e9edf3;
  padding-top:2.435vw;
  margin-top:2.435vw;
}
.userupdate-section:first-of-type{
  border-top:none;
  padding-top:0;
  margin-top:0;
}

.userupdate-section-title{
    display: block;
    font-size: 1.391vw;
    margin-bottom: 1.304vw;
    margin-left: 2.609vw;
    position: relative;
    text-align: left;
    color: var(--kitz_text);
    margin-left: 15.217vw;
}
.userupdate-section-title::before{
    content: "";
    position: absolute;
    left: -2.609vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.739vw;
    height: 1.739vw;
    background: url(../images/common/arrow_right_blue.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.userupdate-cut{
  border-bottom: 1px solid #BBBBBB;
}
.userupdate-grid{
    display: grid;
    grid-template-columns: 15vw 1fr;
    gap: 1.5vw;
    padding-left: 9vw;
    margin-bottom: 3.5vw;
    padding-bottom: 3.5vw;
    border-bottom: solid 1px #BBBBBB;
    align-items: start;
}

.userupdate-label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.391vw;
    margin-top: 0.87vw;
}
.userupdate-label2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.391vw;
    margin-top: 0;
    background-color: #E6F5FF;
    padding: 0.87vw 2.174vw;
}
.userupdate-label2_{
    padding: 0.87vw 0.435vw;
}

.userupdate-required{
    position: relative;
    top: -0.3em;
    color: #e04848;
    margin-left: 0.522vw;
    font-weight: 700;
    font-size: 0.6em;
    vertical-align: super;
}

.userupdate-field{
  display:flex;
  gap:1.043vw;
  align-items:center;
  flex-wrap:wrap;
}

.userupdate-input,
.userupdate-select{
  appearance:none;
  width:100%;
  max-width:48.696vw;
  height:3.826vw;
  padding:0 1.043vw;
  border:1px solid #d9dee5;
  border-radius:0.696vw;
  background:#fff;
  font-size:1.217vw;
  outline:none;
  color: #707070;
  transition: box-shadow .15s, border-color .15s, background .15s, color .15s;
}
.userupdate-input_{
    padding: 1.043vw 1.043vw;
    height: 1.652vw;
}
.userupdate-select{
  max-width: 51vw!important;
  }
.userupdate-input:focus,
.userupdate-select:focus{
  border-color:#0b63c7;
  box-shadow: 0 0 0 3px rgba(11,99,199,.12);
}
.userupdate-input[disabled],
.userupdate-input.is-readonly{
  background:#f5f7fa;
  color:#4a4a4a;
}

.userupdate-select{
  background-image: linear-gradient(45deg, transparent 50%, #9aa4b2 50%),
                    linear-gradient(135deg, #9aa4b2 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat:no-repeat;
}



.userupdate-half > .userupdate-input{ max-width:23.478vw; }

.userupdate-help{
    width: 100%;
    font-size: 1.217vw;
    color: #707070;
    margin-top: 0.522vw;
}

.userupdate-mt20{ margin-top:1.739vw; }

.userupdate-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 1.217vw 1.565vw;
    justify-content: center;
    margin: 60px auto 20px;
}
.userupdate-btn:disabled{opacity:.5; cursor:not-allowed}


.userupdate-btn{
  width: 19.13vw;
  font-weight: bold;
  border: none;
  border-radius: 0.348vw;
  cursor: pointer;
  display: block;
  font-size: 1.391vw;
  padding: 15px 0
}

.userupdate-btn-primary{
  background: var(--kitz_blue);
  color: #fff;
}

.userupdate-btn-ghost{
  background:#fff;
  border:1px solid #02459F;
  color: #02459F;
}

.userupdate-btn-danger{
    position: relative;
    background: #fff;
    border: 1px solid #E20000;
    color: #E20000;
    padding: 0.174vw 0 0.174vw 1.565vw;
    line-height: 1.2;
}
.userupdate-btn-danger::before{
  position: absolute;
   content: "×";
  position: absolute;
  left: 0.87vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.435vw;
  color: inherit;
  font-weight: 300;
}


.newpss_copy{
  font-size: 1.391vw;
  text-align: center;
  margin: 0 auto;
}
.newpss-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.newpss-box {
  font-size: 1.565vw;
  border: 2px solid #DDDDDD;
  padding: 4.348vw;
  width: 95vw;
  background: #fff;
}
.newpss_form label{
    display: flex;
    align-items: center;
    margin-bottom: 0.435vw;
    color: var(--kitz_line);
}
.newpss-form .form-row{
  width: 37.826vw;
  margin: 0 auto 20px;
}
.newpss-form .note{
  font-size: 1.217vw;
  color: #707070;
  margin-bottom: 5.217vw;
}
.newpss-form .form-row:first-child{
  display: flex;
  width: 100%;
  margin: 0 auto 45px;
  padding-bottom: 3.913vw;
  border-bottom: solid 1px #BBBBBB;
  flex-direction: column;
  align-items: center;
}
.newpss-form .form-row label{
  width: 36.087vw;
}


.newpss_copy{
  font-size: 1.391vw;
  text-align: center;
  margin: 0 auto;
}
.newpss-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.newpss-box {
  font-size: 1.565vw;
  border: 2px solid #DDDDDD;
  padding: 4.348vw;
  width: 95.652vw;
  background: #fff;
}
.newpss_form label{
    display: flex;
    align-items: center;
    margin-bottom: 0.435vw;
    color: var(--kitz_line);
}
.newpss-form .form-row{
  width: 37.826vw;
  margin: 0 auto 20px;
}
.newpss-form .note{
  font-size: 1.217vw;
  color: #707070;
  margin-bottom: 5.217vw;
}
.newpss-form .form-row:first-child{
  display: flex;
  width: 100%;
  margin: 0 auto 45px;
  padding-bottom: 3.913vw;
  border-bottom: solid 1px #BBBBBB;
  flex-direction: column;
  align-items: center;
}
.newpss-form .form-row label{
  width: 36.087vw;
}


.target_products{
  width: 91.13vw;
  margin: 40px auto 80px;
}
.target_products h2 {
    position: relative;
    margin: 1.739vw;
    font-size: 1.391vw;
    color: var(--kitz_text);
    margin-bottom: 0.87vw;
    display: flex;
    align-items: center;
    gap: 0.522vw;
}
.target_products h2::before {
    content: "";
    position: absolute;
    left: -1.739vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.87vw;
    height: 1.739vw;
    background: url(../images/common/arrow_right_blue.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.nochoice_copy01{
  display: flex;
  font-size: 1.391vw;
  height: 27.826vw;
  border: solid 1px #DBDBDB;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}
.nochoice_copy02{
  display: flex;
  font-size: 1.391vw;
  justify-content: center;
  align-items: center;
  background-color: #E6F5FF;
  height: 8.261vw;
}




.tp-scroll {
  max-height: 17.391vw; /* ←この高さ分だけ見える */
  overflow-y: auto;  /* ←超えた分はスクロール */
}


.target-products {
  margin: 3.478vw 0;
}

.tp-wrap {
  max-width: 90.435vw;
  margin: 0 auto;
  padding: 0 1.391vw;
}

.tp-table-wrap {
  background: #fff;
  overflow: hidden;
  font-size: 1.391vw;
}

.tp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 62.609vw;
}

.tp-table thead th {
    width: 13.043vw;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: left;
    font-weight: 600;
    font-size: 1.391vw;
    padding: 0.435vw 0;
    text-align: center;
    border-right: solid 1px #fff;
}

.tp-table-head{
    background: #02459F;
    color: #FFF;
}

.tp-table-body tbody td {
    padding: 1.304vw 0.522vw;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.217vw;
    vertical-align: middle;
}

.tp-table thead tr th:first-child,.tp-table tbody tr td:first-child{
  width: 5.2vw!important;
}
.tp-table thead tr th,.tp-table tbody tr td{
  width: 21vw!important;
}


.tp-table-body input[type="radio"] {
  width: 1.565vw;
  height: 1.565vw;
}

.tp-detail {
  margin-top: 3.478vw;
  padding: 0 2.609vw 2.609vw;
  border: 1px solid #707070;
  background: #FFF;
}
.tp-detail_copy{
  font-size: 1.391vw;
  margin-top: 2.609vw;
}
.tp-detail_copy a{
  position: relative;
}
.tp-detail_copy a::after{
  content: "";
  position: absolute;
  right: 0.261vw;
  top: 40%;
  transform: translateY(-50%);
  width: 1.043vw;
  height: 1.043vw;
  background: url(../images/common/link03.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.tp-detail a{
    color: #0C85DD;
    text-decoration: underline;
}

.tp-panel {
  display: none;
}

.tp-panel.is-active {
  display: block;
}

.tp-block {
  padding: 2.609vw 0 0;
}

.tp-block-ttl {
  width: 100%;
  font-size: 1.565vw;
  margin: 0 0 0.87vw;
  display: inline-block;
  padding: 0.348vw 0.87vw;
  background: #E6F5FF;
  border-radius: 0.348vw;
}
.tp-block-ttl2{
  background:#02459F;
  color: #FFF;
}

.tp-dllink {
  display: flex;
  margin: 0.87vw 0;
}
.tp-dl{
  margin-left: 1.739vw;
}
.tp-dl div{
  display: flex;
  font-size: 1.391vw;
  margin-bottom: 0.87vw;
}
.tp-dl dt {
  width: 13.043vw;
}

.tp-dl dd {
  margin: 0;
}

.tp-html {
    font-size: 1.391vw;
    margin-left: 1.739vw;
    margin-bottom: 0.87vw;
    line-height: 1.2;
}

.tp-html ul {
}

.tp-html a {
  text-decoration: underline;
}


.searchresults_btn01{
    background-color: #0C85DD;
    border: 0;
    color: #FFF !important;
    text-decoration: none!important;
    border-radius: 0.435vw;
    padding: 0.435vw 0.696vw;
}
.searchresults_btn02{
    width: 12vw;
    font-size: 1.217vw;
    border: 0;
    background-color: #0C85DD;
    color: #FFF !important;
    text-decoration: none!important;
    padding: 0.435vw;
    border-radius: 1.739vw;
    margin: 0 auto;
    border: solid 1px #0C85DD;
}


/* 一覧に追加する後 */
.td2in.disabled {

}
.td2in.disabled label {
  pointer-events: none;
}
.searchresults_btn02.active {
  background-color: #FFF!important;
  color: #0C85DD!important;
  border: solid 1px #0C85DD;
}
.td2in .r input:disabled:checked::after{
    content: "";
    position: absolute;
    inset: 0.25vw;
    background: #bbbbbb;
    border-radius: 50%;
}





/* =========================
   商品詳細
   ========================= */

.productdetail {
  width: 96.522vw;
  margin: 0 auto;
}

.productdetail_inner {
  padding: 4.348vw 0 6.957vw;
  margin-bottom: 6.957vw;
  border-bottom: 1px var(--kitz_line) solid;
}

.productdetail_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--kitz_blue);
  padding-bottom: 1.043vw;
  margin-bottom: 4.348vw;
  font-size: 1.217vw;
}

.productdetail_title {
  font-size: 2.435vw;
  color: var(--kitz_blue);
  margin: 0;
}

.productdetail_body {
  display: grid;
  grid-template-columns: 37vw 1fr;
  column-gap: 3.478vw;
}

.productdetail_left {}

.productdetail_mainimg {
  width: 35vw;
  height: 27.826vw;
  border: 1px solid var(--kitz_line);
  background: var(--kitz_white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.productdetail_mainimg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.productdetail_icon{
    display: flex;
    align-items: center;
    margin-top: 2.174vw;
}
.productdetail_icon img{
  width: 6.522vw;
  height: 6.522vw;
  margin-right: 0.435vw;
}
.productdetail_icon p{
  font-size: 2.957vw;
}

.productdetail_thumbs {
  display: grid;
  grid-template-columns: repeat(3, 130px);
  gap: 1.391vw;
  margin-top: 1.913vw;
  list-style: none;
  padding: 0;
}

.productdetail_thumbs .thumb {
  width: 11.304vw;
  height: 8.348vw;
  padding: 0;
  border: 1px solid var(--kitz_line);
  background: var(--kitz_white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.productdetail_thumbs img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.productdetail_right {}

.productdetail_lead {
  font-size: 1.217vw;
  line-height: 1.8;
  margin: 0 0 0.87vw;
}

.productdetail_pressnote {
  font-size: 1.043vw;
  color: #727272;
  text-align: right;
  margin-bottom: 0.522vw;
}

/* テーブル共通 */
.productdetail_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4.348vw;
  font-size: 1.217vw;
}

.productdetail_table th,
.productdetail_table td {
  border: 1px solid var(--kitz_line2);
  padding: 0.435vw 1.043vw;
  text-align: center;
}

.productdetail_table thead th {
  background: var(--kitz_white);
  text-align: center;
}

.productdetail_table_small thead th.c1 { width: 10.435vw; }
.productdetail_table_small thead th.c2 { width: 22.609vw; }
.productdetail_table_small thead th.c3 { width: 22.609vw; }

/* KVテーブル（左右見出し） */
.productdetail_table_kv tbody th {
  width: 22.609vw;
  text-align: left;
}

/* 細部の色味・余白 */
.productdetail_table_kv th {
  border: 0px solid var(--kitz_white);
  border-right: 2px solid var(--kitz_white);
  padding: 0.435vw 2.087vw;
}
.productdetail_table_kv td {
  border: 0px solid var(--kitz_white);
  text-align: left;
  padding: 0.435vw 2.087vw;
}

.productdetail_table_kv tr {
  background: #EBEAEA;
}
.productdetail_table_kv tr:nth-child(odd) {
  background: #F4F4F4;
}

/* --------------- link --------------- */
.link { width: 95.652vw; margin: 0 auto; }
.link_inner {
  padding: 1.739vw 0;
  text-align: center;
  margin-bottom: 6.957vw;
  border-bottom: 1px #DBDBDB solid;
}
.link_lead {
  text-align: center;
  font-size: 1.565vw;
  color: var(--kitz_text);
  margin: 0 0 2.609vw;
}
.link_box_head {
  background: var(--kitz_blue);
  color: var(--kitz_white);
  font-size: 1.391vw;
  text-align: center;
  padding: 1.304vw 0;
}

.link_list { list-style: none; margin: 1.913vw 0 0; padding: 0 1.043vw; }
.link_item { padding: 1.043vw 0; text-align: center; }
.link_anchor {
  position: relative;
  font-size: 1.391vw;
  color: #0C85DD;
  text-decoration: none;
}
.link_anchor:hover { text-decoration: underline; }

.link_anchor::after {
  content: "";
  position: absolute;
  right: -3.478vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.087vw;
  height: 2.087vw;
  background: url(../images/common/link02.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

/* --------------- download --------------- */
.download { 
  width: 96.522vw;
  margin: 0 auto;
  border-bottom: 0px;
}
.download_inner { 
  padding: 0 0 6.957vw;
  margin-bottom: 6.957vw;
  border-bottom: 1px #BBBBBB solid;
}
.download_lead {
  text-align: center;
  font-size: 1.391vw;
  margin: 0 0 2.174vw;
  color: var(--kitz_text);
  line-height: 1.6;
}

.download_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 4.348vw;
    border-collapse: separate;
  /* border-spacing: 0 0.87vw; */
}
.download_table th,
.download_table td {
  position: relative;
  font-size: 1.217vw;
  border-right: 1px solid #DBDBDB;
  padding: 1.304vw;
  text-align: left;
  vertical-align: middle;
}

.download_table th:nth-child(1) {
  width: 4.348vw;
}

.download_table th:nth-child(2) {
  width: 26.087vw;
}

.download_table th:nth-child(3) {
  width: 54.783vw;
}

.download_table th:nth-child(4) {
  width: 10.174vw;
}

.download_table td:last-child{
  border-right: 0px solid #DBDBDB;
}
.download_table td:after {
    content: "";
    position: absolute;
    width: 110%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.087vw;
    background: #DADADA;
}
.download_table td:last-child:after{
    width: 100%;
}
.download_table thead th {
  font-size: 1.391vw;
  line-height: 1.2;
  background: var(--kitz_blue);
  color: var(--kitz_white);
  font-weight: 400;
  text-align: center;
  padding: 0.435vw 0.261vw;
  border: 0.5px solid var(--kitz_white);
}
.download_table thead tr th div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.download_table .col_check { width: 5.217vw; }
.download_table .col_type { width: 24.348vw; }
.download_table .col_file { width: auto; }
.download_table .col_dl { width: 15.652vw; text-align: center; }

.download_icon{
  position: relative;
  width: 2.609vw;
  height: 3.217vw;
  display: block;
  background: url(../images/common/materials_on.svg) no-repeat center;
  background-size: contain;
  border: none;
  margin-right: 1.304vw;
}
.download_icon p{
  position: absolute;
  color: #02459F;
  font-size: 0.609vw;
  width: 2.174vw;
  height: auto;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}
.download_icon.disabled{
    background: url(../images/common/materials_off.svg) no-repeat center;
    background-size: contain;
}
.download_icon.disabled p{
  color: #C2D8E6;
}
.download_flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4.348vw;
}




.icon_dl{
  content: "";
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.739vw;
  height: 2.435vw;
  background: url(../images/common/download_on.svg) no-repeat center;
  background-size: contain;
}

.download_actions {
  display: flex;
  justify-content: center;
  gap: 1.391vw;
}

.download_table input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.565vw;
  height: 1.565vw;
  border: 1px solid #BBBBBB;
  border-radius: 0.348vw;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.download_table input[type="checkbox"]:checked {
  background: var(--kitz_blue);
border: 1px solid #BBBBBB;
}

.download_table input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0.174vw;
    left: 0.435vw;
    width: 0.348vw;
    height: 0.696vw;
    border: solid #fff;
    border-width: 0 0.174vw 0.174vw 0;
    transform: rotate(45deg);
    border-radius: 0.087vw;
}




/* --------------- memberdownload --------------- */
.memberdownload {
  width: 95.652vw;
  margin: 0 auto;
  text-align: center;
}

.memberdownload_inner {
  text-align: center;
  padding: 0 0 6.957vw;
  margin-bottom: 6.957vw;
  border-bottom: 1px #BBBBBB solid;
}

.md_needlogin { /* エラーカラー（ブランド外なので据え置き） */
  color: #e53935;
}

.memberdownload_lead {
  text-align: center;
  font-size: 1.391vw;
  line-height: 1.8;
  color: var(--kitz_text);
  margin: 0 0 2.174vw;
}

.md_loginlink {
  color: #0C85DD;
  text-decoration: underline;
}
.md_loginlink:hover{
  text-decoration: underline;
}

.memberdownload_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.174vw;
  table-layout: fixed;
  font-size: 1.217vw;
  border-collapse: separate;
    /* border-spacing: 0 0.87vw; */
}

.memberdownload_table th,
.memberdownload_table td {
    position: relative;
   border-right: 1px solid #BBBBBB;
  padding: 0.435vw 0;
  vertical-align: middle;
  text-align: center;
  background: var(--kitz_white);
}

.memberdownload_table th:nth-child(1) {
  width: 4.348vw;
}

.memberdownload_table th:nth-child(2) {
  width: 13.913vw;
}

.memberdownload_table th:nth-child(3) {
  width: 12.609vw;
}

.memberdownload_table th:nth-child(4) {
  width: 10.435vw;
}

.memberdownload_table th:nth-child(5) {
  width: 10.435vw;
}

.memberdownload_table th:nth-child(6) {
  width: 8.696vw;
}

.memberdownload_table th:nth-child(7) {
  width: 8.696vw;
}

.memberdownload_table th:nth-child(8) {
  width: 8.696vw;
}

.memberdownload_table th:nth-child(9) {
  width: 8.696vw;
}

.memberdownload_table th:nth-child(10) {
  width: 8.696vw;
}

.memberdownload_table td:last-child{
  border-right: 0px solid #BBBBBB;
}
.memberdownload_table td:after {
    content: "";
    position: absolute;
    width: 110%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.087vw;
    background: #DADADA;
}
.memberdownload_table td:last-child:after{
    width: 100%;
}
.memberdownload_table td{
  padding: 1.304vw;
}
.memberdownload_table td:first-child{
  padding: 0;
}


.anzenproduct_inner {
  text-align: center;
  padding: 0 0 4vw;

}

.anzenproduct_table th:nth-child(1) {
  width: 10vw;
  background-color: #0C85DD;
}
.anzenproduct_table th:nth-child(2) {
  width: 10vw;
  background-color: #0C85DD;
}
.anzenproduct_table th:nth-child(3) {
  width: 10vw;
  background-color: #0C85DD;
}
.anzenproduct_table th:nth-child(4) {
  width: 10vw;
  background-color: #0C85DD;
}
.anzenproduct_table th:nth-child(5) {
  width: 40vw;
  color: #0C85DD;
  border: #0C85DD 1px solid ;
  background-color: #FFF;
}
.anzenproduct_actions {
  padding-bottom: 6.957vw;
  border-bottom: 1px #BBBBBB solid;
}
.anzenproduct_actions .comparison_btn{
  width: 25.217vw;
  font-size: 1.391vw;
  padding: 1.3vw;
}

.memberdownload_table thead th {
  font-size: 1.304vw;
  line-height: 1.2;
  background: var(--kitz_blue);
  color: var(--kitz_white);
  font-weight: 400;
  text-align: center;
  padding: 0.435vw 0.261vw;
  border-top: 0.5px solid var(--kitz_white);
}

.memberdownload_table input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 1.565vw;
  height: 1.565vw;
  border: 1px solid #BBBBBB;
  border-radius: 0.348vw;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.memberdownload_table input[type="checkbox"]:checked {
  background: var(--kitz_blue);
border: 1px solid #BBBBBB;
}

.memberdownload_table input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0.174vw;
    left: 0.435vw;
    width: 0.348vw;
    height: 0.696vw;
    border: solid #fff;
    border-width: 0 0.174vw 0.174vw 0;
    transform: rotate(45deg);
    border-radius: 0.087vw;
}

.memberdownload_table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.217vw;
  margin-bottom: 4.348vw;
}

.memberdownload_table tbody td {
  background: #fff;
  background-clip: padding-box;
}
.memberdownload_table tbody td:first-child{
  padding: 0;
}

/* .memberdownload_table tbody tr + tr td {
  border-top: 10px solid transparent;
} */
.memberdownload_flex{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.memberdownload_flex .download_icon{
    margin-right: 0px;
    margin-left: 0.261vw;
    margin-bottom: 0.435vw;
}

.md_allhead {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.md_sizehead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.522vw;
}

.md_sizehead_ttl { font-weight: bold; }

.md_sizehead_unit { display: flex; gap: 2.087vw; }
.md_sizehead_unit .mm,
.md_sizehead_unit .inch { font-size: 1.13vw; opacity: .95; }

.md_sizecell { 
    display: flex;
    justify-content: center;
    gap: 2.087vw;
}

.md_sizecell_mm,
.md_sizecell_inch { display: inline-block; min-width: 4.174vw; }

.md_price { letter-spacing: .03em; }

.md_doccell {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.87vw;
  cursor: default;
  margin-right: 1.739vw;
}

.md_doccell input[type="checkbox"] { width: 1.565vw; height: 1.565vw; }
.md_doccell .icon_dl{ right: -2.609vw; }

/* ボタン群 */
.memberdownload_actions {
  display: flex;
  justify-content: center;
  gap: 1.739vw;
}

.btn {
  font-size: 1.391vw;
  padding: 1.043vw 2.435vw;
  border-radius: 2.435vw;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn_ghost {
  color: var(--kitz_blue);
  border-color: var(--kitz_blue);
  background: var(--kitz_white);
}

.btn_primary {
  color: var(--kitz_white);
  background: var(--kitz_blue);
}

.btn_secondary {
  color: var(--kitz_white);
  background: var(--kitz_skyblue);
}

.is_disabled,
.is_disabled:hover {
  cursor: not-allowed;
}

/* --------------- link02 --------------- */
.link02 {
  width: 96.522vw;
  margin: 0 auto;
  padding: 0 0 6.957vw;
  margin-bottom: 6.957vw;
  border-bottom: 1px #BBBBBB solid;
}
.link02_inner {
  display: flex;
  width: 47.826vw;
  justify-content: space-between;
  margin: 0 auto;
}
.link02 a{
  font-size: 1.391vw;
  text-align: center;
  min-width: 250px !important;
}

/* --------------- other --------------- */
.other {
  width: 96.522vw;
  margin: 0 auto;
}

.other_inner {
  padding: 0 0 6.957vw;
  margin-bottom: 6.957vw;
}
.other ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other li{
  margin-bottom: 1.304vw;
}
.other_img{
  width: 30vw;
  height: 16.957vw;
  background: var(--kitz_white);
  margin-bottom: 0.435vw;
}
.other_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.other li p{ font-size: 1.217vw; }



.downloadlist_con{
  padding: 5.217vw 0;
}
.downloadlist_con.inner{
  width: 90vw;
}
.downloadlist_con ul{
  text-align: left;
  font-size: 1.391vw;
  margin-left: 2.609vw;
}
.downloadlist_con-grid{
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1.217vw 1.565vw;
    align-items: start;
}
.downloadlist_con-label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.391vw;
    margin-top: 0;
    background-color: #F5F5F5;
    padding: 0.87vw 2.174vw;
}
.downloadlist_con-radio .radio{
  width: 13.043vw;
  padding: 1vw 0;
}
.downloadlist_con .delete{
  color: #0C85DD;
  background-color: #FFF;
  border: solid 1px #0C85DD;
  border-radius: 0.435vw;
  width: fit-content;
  margin: 0 auto;
  padding: 0.435vw 0.87vw;
}
.downloadlist_con .up {
  display: inline-block;
  position: relative;
  width: 2.261vw;
  height: 2.261vw;
  background-color: #0C85DD;
  border-radius: 0.435vw;
}
.downloadlist_con tbody tr:last-child .down{
  background-color: #E6E6E6;
}
.downloadlist_con tbody tr:first-child .up{
  background-color: #E6E6E6;
}
.downloadlist_con .up::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 1.043vw;
  height: 1.043vw;
  transform: translate(-50%, -50%);
  background: url(../images/common/arrow_up.svg) no-repeat center / contain;
  pointer-events: none;
}
.downloadlist_con .down {
  display: inline-block;
  position: relative;
  width: 2.261vw;
  height: 2.261vw;
  background-color: #0C85DD;
  border-radius: 0.435vw;
}
.downloadlist_con .down::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 1.043vw;
  height: 1.043vw;
  transform: translate(-50%, -50%);
  background: url(../images/common/arrow_down.svg) no-repeat center / contain;
  pointer-events: none;
}

.downloadlist_con .updown {
  position: relative;
}
.downloadlist_con .updown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.435vw;
  width: 1.304vw;
  height: 1.304vw;
  transform: translate(-50%, -50%);
  background: url(../images/common/arrow_updown.svg) no-repeat center / contain;
  pointer-events: none;
}

.downloadlist_con_copy {
    text-align: left;
    font-size: 1.391vw;
    margin-left: 2.609vw;
    margin-bottom: 1.8vw;
}

.downloadlist_con_btn {
    display: flex;
    justify-content: center;
    gap: 1.739vw;
    margin: 100px auto;
}




#serviceModal {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(187, 187, 187, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}

.modal {
  background: #fff;
  width: 64.348vw;
  max-width: 90%;
  padding: 5.217vw;
  position: relative;
  text-align: center;
}

.modal-header {
  background: #02459F;
  color: #fff;
  font-size: 1.391vw;
  font-weight: 500;
  padding: 0.696vw 0;
}

.modal-body {
  padding: 2.609vw 0 0;
  font-size: 1.391vw;
  line-height: 1.8;
  color: #000000;
}

.modal-close {
  position: absolute;
  top: 1.739vw;
  right: 1.304vw;
  width: 2.174vw;
  height: 2.174vw;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 0.696vw;
  left: 0;
  width: 2.174vw;
  height: 0.174vw;
  background: #BBBBBB;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}


.facorite_modal{
  background-color: #FFF;
  padding: 3.478vw 4.348vw;
}
.facorite_modal h2{
  font-size: 1.565vw;
  font-weight: 600;
  margin-bottom: 0.435vw;
}
.facorite_modal p{
  font-size: 1.304vw;
  margin-bottom: 1.304vw;
}
.facorite_modal_btn{
  display: flex;
  justify-content: space-between;
  font-size: 1.217vw;
}
.facorite_modal_btn a{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.696vw 0;
  border-radius: 0.435vw;
}
.facorite_modal_btn .facorite_modal_btn01{
  color: #707070;
  background-color: #E4E4E4;
}
.facorite_modal_btn .facorite_modal_btn02{
  color: #FFFFFF;
  background-color: #02459F;
}



.productnumber {
  margin: 0 auto;
  padding: 5.217vw 0;
  background: var(--kitz_bg);
}
.productnumber p{
  font-size: 1.391vw;
}
.productnumber_inner {
  position: relative;
  max-width: 90.957vw;
  margin: 0 auto
}
.productnumber_desc {
  font-size: 1.391vw;
  color: var(--kitz_text);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 4.783vw;
}
.productnumber_box {
  position: relative;
  margin-bottom: 55px
}
.productnumber_label {
  position: relative;
  margin: 1.739vw;
  font-size: 1.391vw;
  color: var(--kitz_text);
  margin-bottom: 0.87vw;
  display: flex;
  align-items: center;
  gap: 6px
}
.productnumber_label::before {
  content: "";
  position: absolute;
  left: -1.739vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.87vw;
  height: 1.739vw;
  background: url(../images/common/arrow_right_blue.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.productnumber_textarea {
  width: 86.435vw;
  height: 10.435vw;
  font-size: 1.217vw;
  line-height: 1.6;
  padding: 1.739vw 2.174vw;
  border: 1px solid var(--kitz_line);
  border-radius: 0.522vw;
  resize: vertical;
  color: var(--kitz_text);
  background: var(--kitz_white);
  margin-bottom: 1.739vw;
}
.productnumber_textarea::placeholder {
  color: #BBBBBB!important;
}

.productnumber_option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.739vw;
  gap: 2.5vw;
}
.productnumber_option div{
  display: flex;
  gap: 1.739vw;
}
.productnumber_check {
  font-size: 1.217vw;
  color: var(--kitz_text);
  display: flex;
  align-items: center;
  margin-right: 4.348vw;
  gap: 6px
}
.productnumber_option input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 2.087vw;
  height: 2.087vw;
  margin-right: 1.304vw;
  border: 1px solid #BBBBBB;
  border-radius: 0.348vw;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.productnumber_option input[type="checkbox"]:checked {
  background: var(--kitz_blue);
border: 1px solid #BBBBBB;
}
.productnumber_option input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0.261vw;
    left: 0.696vw;
    width: 0.522vw;
    height: 0.957vw;
    border: solid #fff;
    border-width: 0 0.174vw 0.174vw 0;
    transform: rotate(45deg);
    border-radius: 0.087vw;
}

.productnumber_btn {
  width: 12.174vw;
  background: var(--kitz_blue);
  color: var(--kitz_white);
  cursor: pointer;
  border: none;
  padding: 0.87vw 1.739vw;
  border-radius: 0.348vw;
}
#exactCheck:checked ~ .productnumber_btn {
  background: var(--kitz_blue);
  color: var(--kitz_white);
  cursor: pointer;
}
.productnumber_btn:disabled {
  background: #DBDBDB;
  color: var(--kitz_white);
  cursor: not-allowed;
}


.alert{
    position: absolute;
    bottom: 5.217vw;
    display: table;
    padding: 0.174vw 1.739vw 0.174vw 4.348vw;
    color: #E20000;
    background-color: #FFE5E5;
    border-radius: 0.435vw;
    border: solid 1px #E20100;
    min-width: 40vw;
    text-align: center;
}
.alert p{
    font-size: 1.217vw;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.alert p::before{
    content: "";
    position: absolute;
    left: -2.174vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.304vw;
    height: 1.304vw;
    background: url(../images/common/alert.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.productnumber_box .alert{
  position: absolute;
  top: 24.783vw;
  left: 0;
}
.item_inner .alert{
  position: absolute;
  top: 7.826vw;
  left: 50%;
  transform: translateX(-50%);
}


/* タブ */
.tabs {
  width: 95vw;
  margin: 0 auto;
  font-family: sans-serif;
}

.tab-buttons {
  display: flex;
}

.tab-button {
  flex: 1;
  padding: 0.87vw;
  cursor: pointer;
  background: #fff;
  color: #BBBBBB;
  border: none;
  font-size: 1.391vw;
  transition: background 0.3s;
  border-bottom: 2px solid #ccc;
}

.tab-button:last-child {
  border-right: none;
}

.tab-button.active {
  color: #02459F;
  border-bottom: solid 2px #02459F;
  font-weight: bold;
}

.tab-content {
  display: none;
  border-top: none;
}

.tab-content.active {
  display: block;
}


.note{
  font-size: 1.391vw;
}






.comparison{
  text-align: center;
  background-color: #FFF;
  max-width: 80%;
  padding: 3.5vw 2.5vw 2.5vw;
}
.comparison_close{
    position: absolute;
    font-size: 3.478vw;
    font-weight: 100;
    line-height: 1;
    top: 0.87vw;
    right: 0.87vw;
    color: #BBBBBB;
    cursor: pointer;
}
.comparison_copy{
  font-size: 1.391vw;
  text-align: center;
  margin: 0 auto 15px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.217vw;
  color: #333;
  table-layout: fixed;
  text-align: center;
}
.compare-table thead{
  background-color: #02459F;
}
.compare-table thead:nth-child(1) {
  width: 10%;
}
.compare-table thead th:nth-child(2),
.compare-table thead th:nth-child(3),
.compare-table thead th:nth-child(4),
.compare-table thead th:nth-child(5),
.compare-table thead th:nth-child(6) {
  width: 18%;
}

.compare-table th,
.compare-table td {
  border: 1px solid #fff;
  padding: 0.87vw 0.696vw;
  word-break: break-all;
  text-align: center;
}
.compare-table th:first-child{
  background-color: #D6E1EA;
}


/* trが偶数で tdが偶数 */
.compare-table tbody tr:nth-child(even) td:nth-child(even) {
  background-color: #F8F8F8;
}

/* trが偶数で tdが奇数 */
.compare-table tbody tr:nth-child(even) td:nth-child(odd) {
  background-color: #F2F2F2;
}

/* trが奇数で tdが偶数 */
.compare-table tbody tr:nth-child(odd) td:nth-child(even) {
  background-color: #F3F3F3;
}

/* trが奇数で tdが奇数 */
.compare-table tbody tr:nth-child(odd) td:nth-child(odd) {
  background-color: #E6E6E6;
}




/* 見出し行（製品記号） */
.compare-table thead th {
  background: #02459F!important;
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: relative;
}

/* 閉じるボタン */
.compare-table .close-btn {
    position: absolute;
    top: 0.522vw;
    right: 0.522vw;
    background: #fff;
    color: #02459F;
    border: none;
    width: 1.739vw;
    height: 1.739vw;
    font-size: 1.304vw;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;
    margin: 0 auto;
}
.compare-table .close-btn:hover {
  background: #ccc;
}

/* 追加／削除ボタン */
.add-btn,
.del-btn {
  display: inline-block;
  padding: 0.522vw 1.217vw;
  border: none;
  border-radius: 0.348vw;
  font-size: 1.13vw;
  cursor: pointer;
  transition: background 0.3s;
}

.add-btn {
  background: #0059b2;
  color: #fff;
}

.del-btn {
  background: #bbb;
  color: #fff;
}

/* スクロール対応（5件時に横スクロール） */
.compare-table-wrapper {
  overflow-x: auto;
}
.compare-table {
  min-width: 70vw;
}

}