/* CSS Document */
.innerFirstView {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#logisteed_container main #contents_flex article #main_contents .content.SSCVformat .sectionTitleUpper {
  background-color: #EAEEF5;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 4rem;
}
#logisteed_container main #contents_flex article #main_contents .content.SSCVformat h2 {
  margin-top: 1rem;
  font-weight: normal;
}
#logisteed_container main #contents_flex article #main_contents .content.SSCVformat h2:before {
  content: none;
}
#logisteed_container main #contents_flex article #main_contents .content.SSCVformat .textWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#logisteed_container main #contents_flex article #main_contents .content.SSCVformat .textWrap p.Name {
  width: 7em;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  #logisteed_container main #contents_flex article #main_contents .content.SSCVformat .textWrap p.Name {
    width: 6em;
  }
}
#logisteed_container main #contents_flex article #main_contents .content.SSCVformat .textWrap .text {
  width: calc(100% - 7em);
  padding-left: 0;
}
#logisteed_container main #contents_flex article #main_contents .content.SSCVformat .textWrap .text p {
  padding-left: 0;
}
#logisteed_container main #contents_flex article #main_contents .content.SSCVformat p b {
  position: relative;
}
#logisteed_container main #contents_flex article #main_contents .content.SSCVformat p b:before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  top: 0.75em;
  margin: auto;
  height: 2px;
  width: 1rem;
  background-color: #2c53a4;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection {
  padding-bottom: 2em;
  margin-bottom: 2em;
  max-width: 960px;
  margin: auto;
  /* margin-top: 2rem; */
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally {
  padding: 0 32px;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: none;
  border-right: none;
  position: relative;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl:not(:first-child) {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl {
    padding-bottom: 2rem;
    border-top: 1px dotted gray;
  }
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #1D2088 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -13px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl:after {
    content: none;
  }
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl:first-of-type {
  border-top: none;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl:last-of-type:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl {
    display: block;
  }
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl:first-child {
  margin-top: 0.5rem;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl:last-of-type dt:after {
  content: none;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dt {
  border-radius: 8px;
  width: 10rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-size: 1rem;
  color: white;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dt {
    width: 100%;
  }
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dt.kadai {
  background-color: rgba(107, 109, 177, 0.15);
  color: black;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dt.kimete {
  background-color: rgba(107, 109, 177, 0.3);
  color: black;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dt.kouka {
  background-color: rgba(29, 32, 136, 0.8);
  color: white;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dd {
  width: calc(100% - 10rem);
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dd {
    width: 100%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dd ul li {
  list-style: disc;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dd ul li::before {
  content: none !important;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData {
  margin-bottom: 2rem;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData h2 {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 32px;
  margin-bottom: 1rem;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData h2:before {
  content: none;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap {
  padding: 0 32px;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid gray;
  border-right: 1px solid Gray;
  border-bottom: 1px solid gray;
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl:nth-of-type(1) {
  border-top: 1px solid Gray;
}
@media screen and (max-width: 767px) {
  #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl {
    display: block;
  }
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl dt {
  width: 10rem;
  padding: 1rem;
  font-size: 1.125em;
  line-height: 1.65;
  border-right: 1px solid Gray;
}
@media screen and (max-width: 767px) {
  #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl dt {
    width: 100%;
    padding: 0.5rem 1rem;
    border-right: none;
    border-bottom: 1px solid gray;
  }
}
#logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl dd {
  width: calc(100% - 10rem);
  padding: 1rem;
  font-size: 1.125em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl dd {
    width: 100%;
  }
}
/*# sourceMappingURL=sscv-add.css.map */

/* Uhuru追記 2025.2.10 */

.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally dl dt.naiyo {
  background-color: rgba(167, 170, 229, 1);
  color: black;
}

/* 既存CSSリセット */
.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl,
.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl dt,
.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl dt dd {
  width: auto;
}
.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl,
.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl:nth-of-type(1),
.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl dt {
  border: none;
}
.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData {
  margin-bottom: 64px;
}

/* レスポンシブ　表示切り替え用クラス */
.newTemplate #logisteed_container .dlWrap._pc {
  display: block !important;
}
.newTemplate #logisteed_container .dlWrap._sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .newTemplate #logisteed_container .dlWrap._pc {
    display: none !important;
  }
  .newTemplate #logisteed_container .dlWrap._sp {
    display: block !important;
  }
}

/* 3カラムdlリスト　レイアウト */
.newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl {
  display: grid;
  grid-template-columns: 20% 40% 40%; /* テーブル見出しの幅に30%, 各項目を35%ずつ */
}
@media screen and (max-width: 767px) {
  .newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap {
    padding: 0 13.5px;
  }
  .newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .companyData .dlWrap dl {
    display: block;
  }
}

/* 3カラムdlリスト */
.newTemplate #logisteed_container .dlWrap dt {
  background: transparent;
  border-right: 1px solid #ccc !important;
}

.newTemplate #logisteed_container .dlWrap dl {
  border-bottom: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.newTemplate #logisteed_container .dlWrap dt,
.newTemplate #logisteed_container .dlWrap dd {
  width: 100% !important;
  border-top: 1px solid #ccc !important;
}


.newTemplate #logisteed_container .dlWrap dd {
  text-align: left;
  border-right: 1px solid #ccc !important;
}
.newTemplate #logisteed_container .dlWrap dd + dd {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .newTemplate #logisteed_container .dlWrap dd {
    text-align: left;
  }
}


/* キャプション */
.newTemplate #logisteed_container main #contents_flex article #main_contents p.caption {
  font-size: 0.8rem;
  text-align: right;
}

.newTemplate #logisteed_container main #contents_flex article #main_contents p.caption2 {
  font-size: 0.8rem;
  text-align: left;
  padding-left: 5.6em;
  text-indent: -2.8em;
  line-height:1.6;
}
@media screen and (max-width: 767px) {
  .newTemplate #logisteed_container main #contents_flex article #main_contents p.caption2 {
    padding-left: 50px;
  }
}

/* 見出し 余白調整*/


/* 見出し2 余白調整*/
.newTemplate #logisteed_container main #contents_flex article #main_contents h2 {
  padding-left: calc(16px * 2);
  padding-right: calc(16px * 2);
}
@media screen and (max-width: 767px) {
  .newTemplate #logisteed_container main #contents_flex article #main_contents .SSCVformatSection .soluctionSumally {
    padding: 0 13.5px;
  }
  .newTemplate #logisteed_container main #contents_flex article #main_contents ul, #logisteed_footer main #contents_flex article #main_contents ul {
    padding: 0 0 0 16px;
    margin: 0 0 0 3px;
  }
  .newTemplate #logisteed_container main #contents_flex article #main_contents .content.SSCVformat .sectionTitleUpper {
    padding: 0.75rem 13.5px;
  }
  .newTemplate #logisteed_container main #contents_flex article #main_contents h2 {
    padding-left: calc(13.5px * 1);
    padding-right: calc(13.5px * 1);
  }
}
