@charset "UTF-8";
/* ****************************************************
add.css
***************************************************** */
/*  導入事例用詳細202303追加スタイル
=========================================*/

#contents h1.ttl06 span.text {
  margin: 0 !important;
  padding: 0 !important;

  border-left: none !important;

  font-size: 18px;
}

#contents :is(h2.ttl01, h2.ttl02, h2.agr_chapter, h2.agr_suppl) {
  margin-bottom: 35px;
}

#contents .comments_title {
  margin-bottom: 30px;
  color: #333;
}

#contents h2.comments_title {
  color: #da1949;
  margin-inline: auto;
  width: fit-content;
}

#contents .comments_question {
  font-size: 18px;
}

#contents .highlighterY {
  background: linear-gradient(transparent 50%, #fffd70 50%);
}

#contents .title-box {
  display: grid;
  margin-bottom: 40px;
  background-color: #f2f2f2;
  grid-template-columns: 1fr 398px;
  grid-template-rows: 1fr;
  /* direction: rtl; */
}

#contents .title-box.title-box--noPhoto {
  grid-template-columns: 1fr;
  min-height: 4rem;
}

#contents .title-box.title-box--noPhoto .title-box__inner {
  padding: 1.5rem 30px;
}

#contents .title-box .title-box__photo {
  height: 100%;
  grid-column-start: 2;
  grid-row-start: 1;
}

#contents .title-box .title-box__img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

#contents .title-box .title-box__inner {
  display: grid;
  /* padding: 0 28px 0 40px; */
  padding: 1.5rem 30px;
  background: #F2F2F2 url(/svcsol/case/images/bg_titlebox.png) no-repeat left top;
  background-size: cover;
  place-items: center start;
  background-blend-mode: multiply;

  grid-column-start: 1;
  grid-row-start: 1;
}

#contents .title-box .title-box__hd {
  padding-left: 24px;

  text-align: left;

  border-left: 4px solid #da1949;

  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}

#contents .lead-text {
  margin-bottom: 25px;

  font-size: 16px;
  line-height: 1.75;
}

#contents .toc {
  border: 6px solid #999;
}

#contents .toc .toc__hd {
  padding: 6px 14px 18px;

  color: #fff;
  background-color: #999;

  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

#contents .toc .toc__list {
  padding: 5px 45px;
}

#contents .toc .toc__item {
  position: relative;

  padding-left: 23px;
}

#contents .toc .toc__item::before {
  position: absolute;
  left: 0;

  width: 13px;
  height: 7px;

  content: '';

  background: url(/svcsol/case/images/icon_toc.svg) no-repeat left top;
  background-size: 13px 7px;
}

#contents .toc .toc__item:not(:last-child) {
  border-bottom: 1px dashed #999999;
}

#contents .toc .toc__link {
  padding: 15px 0;
  color: #2b7bb2;
  font-size: 16px;
  line-height: 1.75;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#contents .toc .toc__label {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 5px;
  border: 1px solid #2B7BB2;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  width: fit-content;
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  #contents .toc .toc__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media print,
screen and (min-width: 769px) {
  #contents h1.ttl06 {
    margin-bottom: 10px;
    min-height: 75px;
  }

  #contents .title-box {
    min-height: 266px;
  }

  #contents .toc .toc__item::before {
    top: 50%;

    transform: translateY(-50%);
  }

}

@media only screen and (max-width: 768px) {
  #contents h1.ttl06 {
    margin-bottom: 10px;
  }

  #contents h1.ttl06 .img {
    width: auto;
    height: 50px;

    text-align: right;
  }

  #contents h1.ttl06 .img img {
    width: auto;
    max-width: initial;
    height: 100%;
  }

  #contents .comments_question {
    font-size: 16px;
  }

  #contents h1.ttl06 span.text {
    font-size: 16px;
  }

  #contents .title-box {
    width: calc(100% + 36px);
    margin-left: -18px;
    /* direction: ltr; */
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  #contents .title-box .title-box__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 375/225;
    grid-column-start: 1;
    grid-row-start: 1;
  }

  #contents .title-box .title-box__inner {
    padding: 30px 50px 30px 30px;
    grid-column-start: 1;
    grid-row-start: 2;
  }

  #contents .title-box .title-box__hd {
    padding-left: 14px;

    font-size: 18px;
    line-height: 1.7;
  }

  #contents .lead-text {
    font-size: 15px;
    line-height: 1.7333;
  }

  #contents .toc {
    border-width: 3px;
  }

  #contents .toc .toc__hd {
    padding: 5px 7px 12px;

    font-size: 15px;
  }

  #contents .toc .toc__list {
    padding: 6px 17px;
  }

  #contents .toc .toc__item::before {
    top: 26px;
  }

  /* bottom contents list fix */
  #contents #result11 .threeCol03,
  #contents #result12 .threeCol03 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #contents #result11 .threeCol03 .item a,
  #contents #result12 .threeCol03 .item a {
    display: grid;
    margin: 0;
    padding: 0;
    position: relative;
    grid-template-columns: 40% 1fr;
    grid-template-rows: 1fr 3fr;
    gap: 1rem;
  }

  #contents #result11 .threeCol03 .item a > span.photo,
  #contents #result12 .threeCol03 .item a > span.photo {
    display: grid;
    position: relative;
    grid-row: 1 / 3;
  }
  #contents #result11 .threeCol03 .item a > span.photo img,
  #contents #result12 .threeCol03 .item a > span.photo img {
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #contents #result11 .threeCol03 .item a > span.company,
  #contents #result12 .threeCol03 .item a > span.company {
    display: grid;
    position: relative;
    grid-row: 1 / 2;
    justify-content: start;
    align-items: start;
    padding-bottom: 0;
  }

  #contents #result11 .threeCol03 .item a > span.text,
  #contents #result12 .threeCol03 .item a > span.text {
    display: grid;
    position: relative;
    grid-row: 2 / 3;
    justify-content: start;
    align-items: start;
  }

}

.d-flex-customers {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .d-flex-customers {
    margin-bottom: 30px;
  }
}

.d-flex-customers .flex-text {
  position: relative;
  padding: 25px 26px;
  flex-grow: 1;
  background-color: #fceff2;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .d-flex-customers .flex-text {
    padding: 10px 14px;
  }
}

.d-flex-customers .flex-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.455;
  color: #da1949;
}

@media only screen and (max-width: 767px) {
  .d-flex-customers .flex-title {
    font-size: 18px;
  }
}

.d-flex-customers .flex-text:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 10px 17px 10px 0;
  border-color: transparent #fceff2 transparent transparent;
  transform: rotate(0deg);
  content: "";
}

.d-flex-customers .icon {
  flex-shrink: 0;
  margin-right: 22px;
}

.d-flex-customers .caption {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.714;
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .d-flex-customers .caption {
    font-size: 12px;
  }
}

.panel-common {
  max-width: 832px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  .panel-common {
    margin-bottom: 30px;
  }
}

.panel-common + .panel-common {
  position: relative;
}

.panel-common + .panel-common:before {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 16px 25.5px 0 25.5px;
  border-color: #da1949 transparent transparent;
  transform: rotate(0deg);
  content: "";
}

@media only screen and (max-width: 767px) {
  .panel-common + .panel-common:before {
    top: -20px;
    border-width: 12px 20px 0 20px;
  }
}

.panel-common .panel-header {
  padding: 4px 20px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .panel-common .panel-header {
    font-size: 16px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

.panel-common.panel-dark .panel-header {
  background-color: #6a6a6a;
}

.panel-common.panel-pink .panel-header {
  background-color: #da1949;
}

.panel-common.panel-dark ul li:before {
  background-color: #6a6a6a;
}

.panel-common.panel-pink ul li:before {
  background-color: #da1949;
}

.panel-common.panel-dark .panel-body {
  background-color: #f2f2f2;
}

.panel-common.panel-pink .panel-body {
  background-color: #fceff2;
}

.panel-common ul {
  list-style: none;
  padding-left: 0;
}

.panel-common ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .panel-common ul li {
    font-size: 13px;
    padding-left: 15px;
  }
}

.panel-common ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
}

@media only screen and (max-width: 767px) {
  .panel-common ul li:before {
    top: 7px;
    width: 7px;
    height: 7px;
  }
}

.panel-common ul li + li {
  margin-top: 17px;
}

@media only screen and (max-width: 767px) {
  .panel-common ul li + li {
    margin-top: 10px;
  }
}

.panel-common .panel-body {
  padding: 29px 30px 34px;
}

@media only screen and (max-width: 767px) {
  .panel-common .panel-body {
    padding: 15px 20px;
  }
}
