@charset "UTF-8";

.cis-tight-box {
  padding: 20px 0 30px;
}

.cis-vdo-center {
  max-width: 640px;
  margin: 30px auto 0;
}

.cis-strong-bold {
  font-family: inherit;
  font-weight: bold;
}

h3, h4, h5, .h3, .h4, .h5 {
  font-weight: bold;
}

.cis-img-800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* Cap figure height on the PC layout; SP keeps the full-width img-fit size */
@media (min-width: 768px) {
  img.cis-img-h400,
  img.cis-img-h600 {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  img.cis-img-h400 {
    max-height: 400px;
  }
  img.cis-img-h600 {
    max-height: 600px;
  }
}

.anc-btn-box.cis-anc-even {
  gap: 5px;
}
.anc-btn-box.cis-anc-even .ancitem {
  width: auto;
  flex: 1 1 0;
  margin-right: 0;
}
.anc-btn-box.cis-anc-even a.anc-btn {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .anc-btn-box.cis-anc-even .ancitem {
    flex: 1 1 100%;
  }
}

.ancitem100 {
  display: flex;
  width: 100%;
  margin-right: 0;
}

.cis-sect-heading {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.cis-sect-heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cis-sect-heading:after {
  content: "";
  display: block;
  width: 22%;
  height: 4px;
  background-color: #c7000b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.cis-bar-heading {
  position: relative;
  padding-left: 14px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.section-box .cg-wrap h3.cis-bar-heading {
  margin-top: 40px;
}
.cis-bar-heading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 5px;
  background-color: #c7000b;
}

.cis-target-tag {
  display: inline-block;
  background-color: #58595b;
  color: #fff;
  font-size: 14px;
  padding: 4px 18px;
  border-radius: 2px;
  text-align: center;
  position: absolute;
  top: 36px;
  right: 20px;
  margin: 0;
  z-index: 5;
}
.cis-target-tag-label {
  font-size: 12px;
  color: #777;
  text-align: right;
  margin: 0;
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 5;
}

.cis-panel-gf3 {
  background-color: #f3f3f3;
  padding: 30px;
}

.cis-feature-box {
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 30px 40px;
  margin-bottom: 20px;
  background-color: #fff;
}
.cis-feature-box > .cis-bar-heading {
  padding-right: 110px;
}
.cis-feature-box ul.normal li {
  margin-bottom: 19px;
}
.cis-feature-box .vdo-base {
  margin-bottom: 16px;
}
.cis-feature-box .vdo-txt .txt-txt {
  font-size: 20px;
}
@media (max-width: 767px) {
  .cis-feature-box {
    padding: 10px 20px;
  }
  .cis-feature-box .cis-target-tag-label,
  .cis-feature-box .cis-target-tag {
    position: static;
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  .cis-feature-box > .cis-bar-heading {
    padding-right: 0;
    font-size: 20px;
  }
  .cis-feature-box .col-row > div + div {
    margin-top: 16px;
  }
  .cis-feature-box ul.normal.mgnl20 {
    margin-left: 0;
  }
  .cis-panel-gf3 {
    padding: 10px 20px;
  }
  #section-use .newTitle.pr20 {
    padding: 4px 6px !important;
  }
  .cis-feature-box .vdo-txt .txt-txt {
    font-size: 16px;
  }
  .cis-intro-img + .cis-intro-img {
    margin-top: 16px;
  }
}
.col-row::after {
  content: "";
  display: table;
  clear: both;
}
.cis-feature-caption {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}
.cis-feature-caption-top {
  margin-top: 0;
  margin-bottom: 8px;
}

.cis-category-box {
  margin-bottom: 0;
}
.cis-category-heading {
  margin: 0 0 20px;
}

.cis-plain-heading {
  font-weight: bold;
}

.cis-type-tab {
  display: flex;
  gap: 6px;
  margin-bottom: 4px;
}
.cis-type-tab > a,
.cis-type-tab > span {
  flex: 1;
  display: block;
  text-align: center;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
}
.cis-type-tab .cis-tab-nowrap {
  display: inline;
  white-space: nowrap;
}
.cis-type-tab .cis-tab-nowrap .cis-tab-arrow {
  display: inline;
}
.cis-type-tab .cis-tab-br {
  display: none;
}
.cis-type-tab .is-current {
  background-color: #3c3c3e;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
}
.cis-type-tab a {
  background-color: #fff;
  color: #999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.cis-type-tab a:hover {
  background-color: #fff;
  color: #c7000b;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
  .cis-type-tab > a,
  .cis-type-tab > span {
    padding: 12px 4px;
    font-size: 13px;
  }
  .cis-type-tab .cis-tab-nowrap .cis-tab-arrow {
    display: none;
  }
  .cis-type-tab .cis-tab-br {
    display: inline;
  }
}
.cis-type-tab-lead {
  background-color: #e6e6e6;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 0;
}

.cis-choice-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 12px;
}
.cis-choice-card {
  flex: 1 1 calc(50% - 12px);
  min-width: 280px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cis-choice-card .cg-btn {
  margin-top: auto;
  padding-top: 10px;
}
.cis-choice-card h3 {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.cis-choice-card .cis-choice-model {
  text-align: center;
  color: #666;
  margin-top: 12px;
  margin-bottom: 12px;
}
.cis-choice-card ul.normal {
  margin-bottom: 16px;
}
.cis-choice-ribbon {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 90px;
}
@media (max-width: 767px) {
  .cis-choice-card { flex: 1 1 100%; }
}

.cis-dl-cta {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
.cis-dl-cta h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.cis-dl-cta p {
  margin-bottom: 16px;
}

.cis-flow-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 16px 20px;
}
.cis-flow-nav a {
  flex: 1;
  min-width: 150px;
  text-align: center;
  padding: 4px 8px;
  font-size: 14px;
}

.cis-case-3col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #f3f3f3;
  padding: 20px;
}
.cis-case-3col > div {
  flex: 1 1 calc(33.333% - 14px);
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 16px;
  text-align: center;
}
.cis-case-3col figure {
  margin: 0 0 10px;
}
.cis-case-3col img {
  max-height: 80px;
  width: auto;
}
.cis-case-3col ul.normal {
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-left: 1.1em;
}
.cis-case-3col ul.normal li::marker {
  color: #c7000b;
}
@media (max-width: 767px) {
  .cis-case-3col > div { flex: 1 1 100%; }
}

.cis-interviewee {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}

.cis-case-company {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  border: 1px solid #d9d9d9;
  padding: 20px;
  margin-bottom: 20px;
}
.cis-case-company > h3 {
  flex: 1 1 100%;
  margin: 0;
}
.cis-case-company figure {
  flex: 0 0 260px;
  margin: 0;
}
.cis-case-company .cis-case-company-info {
  flex: 1 1 320px;
}
.cis-case-company table.listTab {
  font-size: 16px;
  text-align: left;
}
.cis-case-company table.listTab th {
  width: 100px;
  text-align: left;
}
.cis-case-company table.listTab td {
  text-align: left;
}
.cis-arw-red {
  color: #c7000b;
}
.cis-case-company .sma-link {
  text-align: right;
}
.cis-case-related {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .cis-case-related {
    width: 66.6%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-box .cg-wrap .cis-case-related-label {
  display: inline-block;
  margin: 0 0 20px;
  background-color: #fff;
  border: 1px solid #333;
  padding: 4px 14px;
  font-weight: bold;
  font-size: 14px;
}
.cis-case-related-text {
  flex: 1 1 320px;
}
.section-box .cg-wrap .cis-case-related-text h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
}
.section-box .cg-wrap .cis-case-related-text p {
  font-size: 20px;
}
.cis-case-related-media {
  flex: 0 0 260px;
}
.cis-case-related-media figure {
  margin: 0;
}
.cis-case-related-btn {
  margin-left: auto;
  align-self: flex-end;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c7000b;
  color: #c7000b;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.cis-case-related-btn:hover {
  color: #c7000b;
  text-decoration: none;
  opacity: .8;
}

.cis-notice-box {
  font-size: 13px;
  color: #555;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  margin-top: 10px;
}

.cis-btn-wrap a {
  white-space: normal;
}

@media (max-width: 767px) {
  .cis-sect-heading-sp16.cis-sect-heading-sp16 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .box-topic.cis-box-sp20 {
    padding: 20px;
  }
}

.cis-box-sp20 p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  #section-system .col-row > div + div {
    margin-top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #section-system .col-row > div + div {
    margin-top: 24px;
  }
}

.cis-choice-imgs figure + figure {
  margin-top: 8px;
}
.cis-choice-imgs-caption {
  margin-top: 4px;
  color: #666;
  font-size: 17px;
  text-align: center;
}
.cis-choice-imgs,
.cis-choice-card > figure {
  margin-bottom: 36px;
}

.cis-feature-box.cis-setup-video .vdo-txt .txt-txt {
  font-size: 16px;
}

.cis-case-fig-stack + .cis-case-fig-stack {
  margin-top: 16px;
}

.cis-footnote-hang {
  text-align: left;
  padding-left: 74px;
  text-indent: -74px;
}
.cis-footnote-hang-en {
  padding-left: 74px;
  text-indent: -74px;
}

.cis-inpage-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 16px 24px;
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
}
.cis-inpage-nav a {
  color: #333;
  font-size: 0.9em;
  text-decoration: underline;
}
.cis-inpage-nav a:hover {
  color: #c7000b;
}
.cis-inpage-nav a::before {
  content: "\2193";
  display: inline-block;
  margin-right: 6px;
  color: #c7000b;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cis-inpage-nav {
    gap: 10px;
    padding: 14px 16px;
  }
}

.cis-pickup-link {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.cis-pickup-link > a {
  display: flex;
  align-items: center;
  width: 420px;
  max-width: 100%;
  padding: 10px;
  background-color: #eee;
  color: #333;
  text-decoration: none;
}
.cis-pickup-link > a:hover,
.cis-pickup-link > a:focus {
  color: #333;
  opacity: .7;
  text-decoration: none;
}
.cis-pickup-link-img {
  flex: 0 0 130px;
  width: 130px;
  margin-right: 10px;
}
.cis-pickup-link-img img {
  display: block;
  width: 100%;
  height: auto;
}
.cis-pickup-link-txt {
  flex: 1 1 auto;
  padding: 12px 36px 12px 4px;
  background-image: url(/00cmn/img/common/nav-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .cis-pickup-link {
    margin: 0 0 10px;
  }
  .cis-pickup-link > a {
    width: 100%;
    padding: 8px;
  }
  .cis-pickup-link-img {
    flex: 0 0 100px;
    width: 100px;
  }
  .cis-pickup-link-txt {
    padding: 10px 32px 10px 4px;
    font-size: 14px;
  }
}

.cg-btn a.cis-btn-w360 {
  width: 360px;
  max-width: 100%;
}

@media (min-width: 768px) {
  @supports (grid-template-rows: subgrid) {
    .cis-choice-cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 24px;
      align-items: stretch;
    }
    .cis-choice-card {
      display: grid;
      grid-row: span 4;
      grid-template-rows: subgrid;
      flex: none;
      min-width: 0;
    }
    .cis-choice-card > .cis-choice-imgs,
    .cis-choice-card > figure {
      align-self: center;
      margin: 0;
    }
  }
}

.irc-spec-table > table.table2 {
  width: 100%;
  table-layout: fixed;
}
.irc-spec-table > table.table2 th:first-child {
  width: 22%;
}
.irc-spec-table > table.table2 th,
.irc-spec-table > table.table2 td {
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .irc-spec-table {
    overflow-x: hidden;
    white-space: normal;
  }
  .irc-spec-table > table.table2 th:first-child {
    width: 33%;
  }
}

.cis-general-kv {
  text-align: center;
}
@media (min-width: 768px) {
  .cis-general-kv > img.img-fit {
    width: auto;
    max-width: 100%;
    max-height: 238px;
  }
}
@media (max-width: 767px) {
  .cis-general-kv + .cis-general-kv {
    margin-top: 16px;
  }
}
.cis-sect-gap {
  margin-bottom: 20px;
}

.cis-case-3col ul.normal li {
  margin-bottom: 8px;
}

/* Line break shown only on the SP layout */
.cis-sp-br {
  display: none;
}
@media (max-width: 767px) {
  .cis-sp-br {
    display: inline;
  }
}
