@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family:
    'Noto Sans JP',
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 1.6rem;
  color: #1A1A1A;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

i, em {
  font-style: normal;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

a {
  color: #3300FF;
}
a:hover {
  color: #ff6600;
}
a:focus {
  outline-color: #000;
  outline-offset: -0.1em;
}
a:visited {
  color: #8b008b;
}

#renew_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.renew_inner {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.renew_inner.bg-red {
  background: #FFF3F3;
}
@media all and (max-width: 1190px) {
  .renew_inner {
    padding: 0 24px;
  }
}

.renew_header {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .renew_header {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: white;
  }
  .renew_header .renew_inner {
    padding: 0 16px;
  }
}
.renew_header__logo:focus {
  outline-offset: -0.1em;
}
.renew_header__logo-sp {
  display: none;
}
@media all and (max-width: 767px) {
  .renew_header__logo-sp {
    display: block;
    padding: 14px 0;
  }
  .renew_header__logo-sp img {
    height: 32px;
  }
}
.renew_header__logo {
  transition: all 0.3s ease;
}
.renew_header__logo img {
  height: 48px;
}
.renew_header__logo:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .renew_header__logo {
    display: none;
  }
}
.renew_header__nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.renew_header__nav-top .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 24px;
  align-items: center;
}
.renew_header__nav-top .gsc-search-box {
  position: relative;
  width: 260px;
  height: 47px;
  margin-bottom: 0;
  font-size: 16px;
}
.renew_header__nav-top .gsc-input {
  width: 100%;
  height: 100%;
}
.renew_header__nav-top .gsc-input-box {
  border-radius: 0;
  height: 100%;
}
.renew_header__nav-top table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.renew_header__nav-top .gsc-search-button-v2 {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 9px;
  color: #000;
}
.renew_header__nav-top .gsc-search-button-v2:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -32px;
  width: 22px;
  height: 21px;
  background: url("/ktr_content/content/000927769.png") center center/cover;/* icon-glass.png */
}
.renew_header__nav-top .gsc-clear-button {
  display: none;
}
.renew_header__nav-top .gsc-search-button {
  color: #000;
}
.renew_header__nav-top .gsc-search-button svg {
  display: none;
}
.renew_header__nav-top .gsst_a .gscb_a {
  color: #333 !important;
  display: none !important;
}
@media all and (max-width: 1024px) {
  .renew_header__nav-top .gsc-search-box {
    width: 200px;
  }
}
@media all and (max-width: 767px) {
  .renew_header__nav-top {
    display: block;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .renew_header__nav-top .gsc-search-box {
    width: 100%;
    height: 44px;
  }
  .renew_header__nav-top .g-search {
    padding-top: 16px;
  }
  .renew_header__nav-top .in {
    display: block;
  }
}
.renew_header__nav-mid {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .renew_header__nav-mid {
    margin: 24px 0;
  }
}
.renew_header__nav-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 32px;
}
.renew_header__nav-category a {
  display: block;
  background: url("/ktr_content/content/000927767.png") center left no-repeat;/* nav_arw.png */
  background-size: 5px auto;
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
.renew_header__nav-category a:hover {
  color: #ff6600;
}
@media all and (max-width: 1024px) {
  .renew_header__nav-category {
    gap: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .renew_header__nav-category {
    flex-wrap: wrap;
    padding: 0 24px;
    box-sizing: border-box;
    gap: 16px 32px;
  }
  .renew_header__nav-category a {
    line-height: 1;
  }
}
.renew_header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0 24px;
}
.renew_header__sns img {
  height: 48px;
  width: auto;
}
.renew_header__sns a {
  transition: all 0.3s ease;
}
.renew_header__sns a:hover {
  opacity: 0.6;
}
@media all and (max-width: 1024px) {
  .renew_header__sns {
    gap: 0 16px;
  }
  .renew_header__sns img {
    height: 30px;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .renew_header__sns {
    width: 100%;
    margin: 0 auto;
    padding-top: 24px;
    justify-content: center;
  }
  .renew_header__sns img {
    height: 40px;
    width: auto;
  }
}
.renew_header__nav-btm {
  margin-top: 16px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.renew_header__nav-btm .renew_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.renew_header__nav-btm .icon {
  text-align: center;
  padding: 8px 0 4px 0;
  box-sizing: border-box;
}
.renew_header__nav-btm .icon img {
  display: inline-block;
  height: 40px;
  width: auto;
}
.renew_header__nav-btm a {
  display: block;
  color: #1A1A1A;
  text-decoration: none;
  margin: 8px 0;
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #CCCCCC;
  box-sizing: border-box;
  flex-grow: 1;
}
.renew_header__nav-btm a:nth-of-type(1) {
  border-left: 1px solid #CCCCCC;
}
.renew_header__nav-btm a:hover {
  color: #ff6600;
}
@media all and (max-width: 767px) {
  .renew_header__nav-btm {
    margin-top: 16px;
    border-top: none;
    border-bottom: none;
  }
  .renew_header__nav-btm .renew_inner {
    padding: 0;
    display: block;
  }
  .renew_header__nav-btm .icon {
    width: 34px;
    padding: 0;
  }
  .renew_header__nav-btm .icon img {
    height: 22px;
  }
  .renew_header__nav-btm a {
    margin: 3px 0;
    border-right: none;
    box-sizing: border-box;
    background: url("/ktr_content/content/000927775.png") center right 24px no-repeat, white;/* arw_pick.png */
    background-size: 24px auto;
    padding: 15.2px 24px;
    text-align: left;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 0 8px;
  }
  .renew_header__nav-btm a:nth-of-type(1) {
    border-left: none;
  }
}

#nav-open {
  display: none;
}
@media all and (max-width: 767px) {
  #nav-open {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 9px;
    width: 44px;
    height: 44px;
    background: #F4F4F4;
    border: 1px solid #333333;
    vertical-align: middle;
    padding: 12px 9px;
    box-sizing: border-box;
    z-index: 10000;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px; /*線の太さ*/
    width: 24px; /*長さ*/
    border-radius: 10px;
    background: #000;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
}

#nav-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  top: 0;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: auto; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: none; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
}
#nav-content .renew_inner {
  position: relative;
}
@media all and (max-width: 767px) {
  #nav-content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: block;
    top: 60px;
    background: #F4F4F4;
    padding-bottom: 60px;
  }
  #nav-content .renew_inner {
    padding: 0;
  }
}

#nav-input:checked ~ #nav-close {
  visibility: visible;
  opacity: 1;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: visible;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(45deg);
  top: 41px;
}
@media all and (max-width: 767px) {
  #nav-input:checked ~ #nav-open span {
    top: 21px;
  }
}
#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(90deg);
}
#nav-input:checked ~ #nav-open span:after {
  right: -100px;
  opacity: 0;
}

.nav-unshown {
  display: none;
  color: #333;
}

.index__mv {
  padding: 40px 0 64px 0;
  background: #F2F2F2;
}
.index__mv .renew_inner {
  position: relative;
}
.index__mv a {
  display: block;
}
.index__mv a:hover {
  outline-color: #000;
  outline-style: solid;
  outline-width: 2px;
}
@media all and (max-width: 1190px) {
  .index__mv .renew_inner {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .index__mv {
    margin-top: 60px;
    padding: 0 0 52px 0;
    background: none;
  }
}
.index__sec1 {
  margin-top: 64px;
}
@media all and (max-width: 767px) {
  .index__sec1 {
    margin-top: 40px;
  }
}
.index__sec2 {
  margin-top: 64px;
  padding: 0 24px;
}
.index__sec2 .renew_inner {
  padding: 40px 24px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .index__sec2 {
    margin-top: 24px;
  }
  .index__sec2 .renew_inner {
    padding: 32px 16px;
  }
}
.index__banner1 {
  margin: 40px auto;
}
.index__banner1 a {
  display: block;
}
.index__banner1 a:focus {
  outline-color: #000;
  outline-offset: 0.1em;
}
.index__banner1 a:hover {
  outline-color: #000;
  outline-style: solid;
  outline-width: 2px;
}
@media all and (max-width: 767px) {
  .index__banner1 {
    padding: 0;
  }
}
.index__sec3 {
  margin-top: 40px;
}
.index__sec4 {
  margin-top: 64px;
  background: #F2F2F2;
  padding: 64px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .index__sec4 {
    margin-top: 40px;
    padding: 32px 0 40px 0;
  }
}
.index__sec5 {
  padding: 64px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .index__sec5 {
    padding: 40px 0;
  }
}
.index__search {
  margin-top: 64px;
}
#top .pdf {
  left: 5px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/ktr_content/content/000000147.gif") center center no-repeat;
  background-size: 14px auto;
}
#top .excel {
  left: 5px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/ktr_content/content/000000288.gif") center center no-repeat;
  background-size: 14px auto;
}
#top .word {
  left: 5px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/ktr_content/content/000000285.gif") center center no-repeat;
  background-size: 14px auto;
}
#top .ichi {
  left: 5px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/ktr_content/content/000000287.gif") center center no-repeat;
  background-size: 14px auto;
}
#top .out {
  left: 5px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/ktr_content/content/000927779.png") center center no-repeat;/* out.png */
  background-size: 14px auto;
}
/* 本文内検索 */
.renew_wrapper .gsc-search-box {
  position: relative;
  height: 47px;
  margin-bottom: 0;
  font-size: 16px;
}
.renew_wrapper .gsc-input {
  width: 100%;
  height: 100%;
}
.renew_wrapper .gsc-input-box {
  border-radius: 0;
  height: 100%;
}
.renew_wrapper table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.renew_wrapper .gsc-search-button-v2 {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 9px;
  color: #000;
}
.renew_wrapper .gsc-search-button-v2:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -32px;
  width: 22px;
  height: 21px;
  background: url("/ktr_content/content/000927769.png") center center/cover;/* icon-glass.png */
}
.renew_wrapper .gsc-clear-button {
  display: none;
}
.renew_wrapper .gsc-search-button {
  color: #000;
}
.renew_wrapper .gsc-search-button svg {
  display: none;
}
.renew_wrapper .gsst_a .gscb_a {
  color: #333 !important;
  display: none !important;
}
.renew_wrapper .gsc-selected-option{
  white-space: nowrap;
}
.renew_wrapper .gs-result .gs-title{
  color: #3300FF !important;
  text-decoration: underline;
}
.renew_wrapper .gs-result b {
  color: inherit;
}
.renew_wrapper .gs-result .gs-title:hover{
  color: #ff6600 !important;
}
.renew_wrapper .gs-result .gs-title:focus {
  outline-color: #000;
  outline-offset: -0.1em;
}
.renew_wrapper .gs-result .gs-title:visited {
  color: #8b008b !important;
}
.renew_wrapper .gsc-results .gsc-cursor {
  fill: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  gap: 15px;
  flex-wrap: wrap;
  align-content: center;
}
.renew_wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none;
  border: 1px solid #000066;
  padding: 5px 10px;
  min-width: 4rem;
  text-align: center;
  color: #000066;
  margin:0;
}
.renew_wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none;
  background: #eee;
}
.renew_wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #000066;
  border: none;
}
.renew_wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
  background: inherit;
}

.renew_wrapper .swipe__navs {
  position: absolute;
  right: 0;
  bottom: -52px;
  width: 176px;
}
.renew_wrapper .swipe__navs .in, .renew_wrapper .swipe__navs .nav_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0 8px;
}
.renew_wrapper .swipe__navs .pause, .renew_wrapper .swipe__navs .start {
  width: 80px;
  height: 40px;
  background: #000066;
  border: 1px solid #000066;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 7px 0;
  box-sizing: border-box;
}
.renew_wrapper .swipe__navs .pause:focus, .renew_wrapper .swipe__navs .start:focus {
  outline-color: #000;
}
.renew_wrapper .swipe__navs .pause:hover, .renew_wrapper .swipe__navs .start:hover {
  background: white;
  color: #000066;
}
.renew_wrapper .swipe__navs .pause:hover i, .renew_wrapper .swipe__navs .start:hover i {
  text-decoration: underline;
}
.renew_wrapper .swipe__navs .pause.act, .renew_wrapper .swipe__navs .start.act {
  display: block;
}
.renew_wrapper .swipe__navs .pause.stp, .renew_wrapper .swipe__navs .start.stp {
  display: none;
}
.renew_wrapper .swipe__navs .start {
  display: none;
}
.renew_wrapper .swipe__navs .start.act {
  display: block;
}
.renew_wrapper .swipe__navs .start.stp {
  display: none;
}
.renew_wrapper .swipe__navs .swiper-button-prev, .renew_wrapper .swipe__navs .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 10;
}
.renew_wrapper .swipe__navs .swiper-button-prev:after, .renew_wrapper .swipe__navs .swiper-button-next:after {
  content: none;
}
.renew_wrapper .swipe__navs .swiper-button-prev:focus, .renew_wrapper .swipe__navs .swiper-button-next:focus {
  outline-color: #000;
  outline-offset: -0.1em;
}
.renew_wrapper .swipe__navs .swiper-button-prev:hover, .renew_wrapper .swipe__navs .swiper-button-next:hover {
  outline-color: #000;
  outline-style: solid;
  outline-width: 2px;
}
@media all and (max-width: 1190px) {
  .renew_wrapper .swipe__navs {
    right: 24px;
  }
}
@media all and (max-width: 767px) {
  .renew_wrapper .swipe__navs {
    width: 160px;
    bottom: -44px;
  }
  .renew_wrapper .swipe__navs .pause, .renew_wrapper .swipe__navs .start {
    width: 60px;
    height: 36px;
    padding: 6px 0;
    font-size: 1.4rem;
  }
  .renew_wrapper .swipe__navs .pause img, .renew_wrapper .swipe__navs .start img {
    height: 36px;
  }
  .renew_wrapper .swipe__navs .swiper-button-prev, .renew_wrapper .swipe__navs .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}

.parts__title-h2 {
  color: #000066;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 24px;
}
.parts__title-h2 .line {
  width: 100%;
  position: relative;
}
.parts__title-h2 .line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #000066;
}
.parts__title-h2 h2 {
  font-size: 3.2rem;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1;
  white-space: nowrap;
}
.parts__title-h2.is-red {
  color: #E01111;
}
.parts__title-h2.is-red .line:before {
  background: #E01111;
}
.parts__title-h2.is-blue {
  color: #000066;
}
.parts__title-h2.is-blue .line:before {
  background: #000066;
}
.parts__title-h2.is-black {
  color: #1A1A1A;
}
.parts__title-h2.is-black .line:before {
  background: #1A1A1A;
}
@media all and (max-width: 767px) {
  .parts__title-h2 {
    gap: 0 8px;
  }
  .parts__title-h2 h2 {
    font-size: 1.8rem;
  }
}
.parts__common-txt {
  margin: 24px 0;
}
@media all and (max-width: 767px) {
  .parts__common-txt {
    margin: 16px 0;
  }
}
.parts__link-s {
  display: block;
  max-width: 72px;
  padding-left: 40px;
  margin: 0 0 0 auto;
  text-align: right;
  background: url("/ktr_content/content/000927780.png") center left 0 no-repeat;/* link_s.png */
  background-size: 24px auto;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #1A1A1A;
}
.parts__link-s.is-red {
  background: url("/ktr_content/content/000927768.png") center left no-repeat;/* link_s_red.png */
  background-size: 24px auto;
}
.parts__link-s:hover {
  color: #ff6600;
  background: url("/ktr_content/content/000927773.png") center left 5px no-repeat;/* arw_pick_or.png */
  background-size: 24px auto;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .parts__link-s {
    margin: 16px 0 0 auto;
  }
}
.parts__info_link_wrap.limit_1 {
  max-height: 520px;
  overflow-y: scroll;
  margin-top: 24px;
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */
}
.parts__info_link_wrap.limit_1::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background: #ccc;
}
.parts__info_link_wrap.limit_1::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.parts__info_link_wrap.limit_1::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #000066;
}
@media all and (max-width: 767px) {
  .parts__info_link_wrap.limit_1 {
    width: calc(100% + 8px);
    margin-top: 16px;
  }
  .parts__info_link_wrap.limit_1::-webkit-scrollbar {
    width: 4px;
    height: 10px;
    background: #ccc;
  }
  .parts__info_link_wrap.limit_1 .txt_ymd .name {
    width: auto;
  }
  .parts__info_link_wrap.limit_1 .parts__info_link_bx {
    margin-right: 8px;
  }
}
.parts__info_link_bx {
  margin-right: 24px;
  padding: 24px 16px 24px 0;
  border-bottom: 1px solid #CCCCCC;
}
.parts__info_link_bx:last-of-type {
  border-bottom: none;
}
.parts__info_link_bx .txt_ymd {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 16px;
}
.parts__info_link_bx .txt_ymd .ymd {
  flex-shrink: 0;
}
.parts__info_link_bx .txt_title {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 16px;
  align-items: flex-start;
}
.parts__info_link_bx .cate {
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: white;
  padding: 6px 7px;
  min-width: 9rem;
  text-align: center;
  flex-shrink: 0;
}
.parts__info_link_bx .title {
  padding: 6px 0;
  color: #3300FF;
}
.parts__info_link_bx .excerpt {
  margin-top: 16px;
}
.parts__info_link_bx a:hover {
  color: #ff6600;
}
@media all and (max-width: 767px) {
  .parts__info_link_bx {
    padding: 16px 0;
    margin-right: 0;
  }
  .parts__info_link_bx .txt_ymd {
    flex-wrap: wrap;
    gap: 4px 8px;
  }
  .parts__info_link_bx .txt_ymd .name {
    width: 100%;
  }
  .parts__info_link_bx .txt_title {
    gap: 0 8px;
  }
  .parts__info_link_bx .cate {
    padding: 2px 7px;
  }
  .parts__info_link_bx .title {
    padding: 0;
  }
  .parts__info_link_bx .excerpt {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .parts__info_link_bx a:hover {
    color: #ff6600;
  }
}
.parts__btn2 {
  max-width: 190px;
  margin: 8px 24px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 40px;
  align-items: center;
}
@media all and (max-width: 767px) {
  .parts__btn2 {
    margin: 8px 8px 0 auto;
  }
}

.layout__grid {
  display: grid;
  margin: 24px 0;
}
@media all and (max-width: 767px) {
  .layout__grid {
    margin: 16px 0;
  }
}
.layout__grid.column6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.layout__grid.column6 a {
  display: block;
}
.layout__grid.column6 a img {
  width: 100%;
}
.layout__grid.column6 a:focus {
  outline-color: #000;
  outline-offset: 0.1em;
}
.layout__grid.column6 a:hover {
  outline-color: #000;
  outline-style: solid;
  outline-width: 2px;
}
@media all and (max-width: 767px) {
  .layout__grid.column6 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
  }
}
.layout__grid.column4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin: 40px 0 0 0;
}
.layout__grid.column4 a {
  border: 1px solid #000066;
  margin: 1px;
  box-sizing: border-box;
  background: white;
  text-decoration: none;
}
.layout__grid.column4 a:focus {
  outline-offset: 0.1em;
}
.layout__grid.column4 a:hover {
  outline-color: #000;
  outline-style: solid;
  outline-width: 2px;
}
.layout__grid.column4 a:hover .name {
  color: #ff6600;
}
.layout__grid.column4 .img {
  text-align: center;
  display: flex;
  background: #F4F4F4;
/* 
  align-items: center;
  height: 158px;
  overflow: hidden;
 */
  justify-content: center;
  aspect-ratio: 16 / 9;
}
.layout__grid.column4 .img img {
  display: block;
/*   height: 100%;
  width: auto; */
  object-fit: scale-down;
}
.layout__grid.column4 .im_mini img {
  object-fit: scale-down;
  margin: 0 auto;
}
.layout__grid.column4 .name {
  padding: 16px 16px 16px 48px;
  box-sizing: border-box;
  color: #3300FF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  background: url("/ktr_content/content/000927775.png") center left 16px no-repeat;/* arw_pick.png */
  background-size: 24px auto;
  text-decoration: underline;
}
.layout__grid.column4 .txt {
  padding: 0 16px 16px 16px;
  color: #1A1A1A;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .layout__grid.column4 {
    grid-template-columns: 1fr 1fr;
  }
/*   .layout__grid.column4 .img {
    height: 280px;
  } */
}
@media all and (max-width: 767px) {
  .layout__grid.column4 {
    grid-template-columns: 1fr;
  }
  .layout__grid.column4 .name {
    padding: 16px 16px 16px 38px;
    font-size: 1.4rem;
    background: url("/ktr_content/content/000927775.png") center left 16px no-repeat;/* arw_pick.png */
    background-size: 16px auto;
  }
  .layout__grid.column4 .txt {
    margin-top: -8px;
    padding: 0 16px 16px 16px;
    font-size: 1.4rem;
  }
/*   .layout__grid.column4 .img {
    height: 185px;
  } */
  .layout__grid.column4 .img img {
    height: auto;
  }
/*   .layout__grid.column4 .im_mini img {
    height: 185px;
  } */
}
.layout__grid.column4_2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin: 40px 0 0 0;
}
.layout__grid.column4_2 h3 {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 4px solid #001A41;
  margin-bottom: 24px;
  line-height: 1.1;
  padding: 7px 0 7px 24px;
}
.layout__grid.column4_2 ul {
  margin: 0;
  padding: 0;
}
.layout__grid.column4_2 a {
  display: block;
  background: url(/ktr_content/content/000927767.png) top 10px left no-repeat;/* nav_arw.png */
  background-size: 5px auto;
  padding-left: 18px;
  padding-bottom: 8px;
  font-feature-settings: "palt";
}
.layout__grid.column4_2 a:last-of-type {
  margin-bottom: 0;
}
.layout__grid.column4_2 .only_tx {
  margin-bottom: 8px;
}
@media all and (max-width: 1024px) {
  .layout__grid.column4_2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .layout__grid.column4_2 {
    grid-template-columns: 1fr;
    gap: 24px 0;
    margin: 24px 0 0 0;
  }
  .layout__grid.column4_2 .in {
    margin-top: 8px;
    display: none;
  }
  .layout__grid.column4_2 h3 {
    font-size: 1.6rem;
    border-left: 2px solid #001A41;
    margin-bottom: 0;
    padding: 6px 0 6px 12px;
    position: relative;
  }
  .layout__grid.column4_2 h3 br {
    display: none;
  }
  .layout__grid.column4_2 h3 i {
    position: absolute;
    top: 4px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("/ktr_content/content/000927777.png");/* acd_arw.png */
    background-size: 24px auto;
  }
  .layout__grid.column4_2 .open i {
    transform: rotate(180deg);
  }
}
.layout__grid.column2 {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.layout__grid.column2 .bx {
  padding: 40px 24px;
  box-sizing: border-box;
}
.layout__grid.column2 .bg_blue {
  background: #F2F2F8;
}
@media all and (max-width: 1024px) {
  .layout__grid.column2 {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .layout__grid.column2 .bx {
    padding: 32px 16px 16px 16px;
  }
}

.renew_footer {
  padding: 64px 0;
  background: #F2F2F2;
}
.renew_footer .renew_inner {
  display: grid;
  grid-template-columns: 1fr 280px;
}
@media all and (max-width: 1024px) {
  .renew_footer .renew_inner {
    gap: 0 32px;
  }
}
.renew_footer .foot_logo {
  margin-bottom: 40px;
  display: block;
  width: 270px;
  transition: all 0.3s ease;
}
.renew_footer .foot_logo img {
  height: 40px;
}
.renew_footer .foot_logo:hover {
  opacity: 0.6;
}
.renew_footer .right {
  margin: 0;
  padding: 0;
}
.renew_footer .right a {
  display: block;
  background: url(/ktr_content/content/000927767.png) top 10px left no-repeat;/* nav_arw.png */
  background-size: 5px auto;
  padding-left: 18px;
  margin-bottom: 4px;
}
@media all and (max-width: 767px) {
  .renew_footer {
    padding: 24px 0;
  }
  .renew_footer .renew_inner {
    display: block;
  }
  .renew_footer .foot_logo {
    display: block;
    width: 218px;
    margin: 0 auto 24px auto;
  }
  .renew_footer .foot_logo img {
    height: 32px;
  }
  .renew_footer .info {
    font-size: 1.4rem;
  }
  .renew_footer .right {
    margin: 24px 0 0 0;
  }
}

.renew_copyright {
  padding: 40px 0;
  text-align: center;
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .renew_copyright {
    padding: 24px;
    text-align: left;
  }
}

.u-visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

