@charset "UTF-8";
html {
  scroll-padding-top: 50px;
}
@media screen and (min-width: 769px) {
  .c-list__depNewsListItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .c-list__depNewsDate {
    width: 105px;
    margin-right: 0;
  }
  .c-list__depNewsTxt {
    width: 80%;
  }
  .c-list__depNewsListLink {
    justify-content: flex-start;
  }
}
/*--== #solutionTop ==================================================--*/

  /* solution sublogo */
    .l-header__logoDepSolu {
    position: absolute;
    right: -18.5rem;
    top: .2rem;
    transform: translateY(0);
    width: 17.0rem;
  }
  
#solutionTop .l-section__depBusinessArea01 [class$="Inner"]::after,
#solutionTop .l-section__depBusinessArea02 [class$="Inner"]::after {
  content: none;
}
#solutionTop .l-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#solutionTop .l-main__firstViewDep {
  margin-bottom: 50px;
}
#solutionTop .l-section__slide {
  position: absolute;
  top: 0;
  max-width: 600px;
  width: 31.25vw;
  z-index: 2;
}
#solutionTop .l-section__slide .slider > div {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.45);
}
#solutionTop .l-section__slide.technology {
  right: 0;
}
#solutionTop .l-section__slide.shiryo {
  left: 0;
}
#solutionTop .l-section__message {
  padding: 60px 0;
  background: #f6f6f6;
}
#solutionTop .l-section__message .l-flex-container {
  justify-content: center;
  max-width: 1200px;
  width: 95vw;
  margin: 0 auto;
}
#solutionTop .l-section__message .l-flex-txt {
  max-width: 570px;
  width: 40%;
  text-align: left;
  line-height: 1.8;
  margin-right: 30px;
}
#solutionTop .l-section__message .l-flex-img {
  max-width: 600px;
  width: 31.25vw;
}
@media screen and (max-width: 769px) {
  #solutionTop .l-section__message .l-flex-txt {
    order: 2;
    max-width: initial;
    width: 90vw;
    margin: 0 auto;
  }
  #solutionTop .l-section__message .l-flex-img {
    order: 1;
    max-width: initial;
    width: 100%;
    margin-bottom: 5vw;
  }
  #solutionTop .l-section__slide {
    width: 100%;
  }
}
/*--== #solutionTechnology ===========================================--*/
#solutionTechnology .c-list__seismicMeritTit {
  text-align: center;
}
#solutionTechnology .l-section__financeFlex {
  margin: 0 auto;
}
#solutionTechnology .l-section__financeFlex div {
  position: relative;
  width: 15%;
}
#solutionTechnology .l-section__financeFlex div::after {
  position: absolute;
  right: 0;
  content: "：";
}
#solutionTechnology .l-section__financeFlex p {
  width: 85%;
  padding-left: 5px;
}
#solutionTechnology .emp {
  color: #dc5518;
}

/*--== #solutionShiryo ===============================================--*/
#solutionShiryo .l-content__DepContent {
  background: none;
}
#solutionShiryo .l-content__DepContent::after {
  content: none;
}
#solutionShiryo .soon {
  color: #124689;
  font-size: clamp(20px, calc(-5.278404163052905px + 3.295750216825672vw), 58px);
  text-align: center;
  padding: 40px 0;
  background: #c9e6f4;
}
/*-- sub nav --*/
#solutionShiryo .l-content__solutionNav {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  margin: auto;
  padding: 0.5rem 0;
  width: 100%;
  z-index: 99;
}
#solutionShiryo .l-content__solutionNav ul {
  display: flex;
  justify-content: flex-start;
  margin: auto;
  max-width: 72rem;
  padding: 0;
  gap: 10px;
}
#solutionShiryo .l-content__solutionNav ul li a {
  color: #555252;
  padding: 0.7rem 0.5rem 0.7rem 2.5rem;
  position: relative;
}
#solutionShiryo .l-content__solutionNav ul li a::before {
  background: #2355af;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1rem;
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1rem;
}
#solutionShiryo .l-content__solutionNav ul li a::after {
  border-bottom: 0.2rem solid transparent;
  border-left: 0.4rem solid #fff;
  border-top: 0.2rem solid transparent;
  content: "";
  display: block;
  height: 0.4rem;
  left: 1.35rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
}
/*-- table --*/
#solutionShiryo .l-content__tableBox table,
#solutionShiryo .l-content__tableBox td,
#solutionShiryo .l-content__tableBox th {
  border: solid 1px #b5b5b6;
  border-collapse: collapse;
}
#solutionShiryo .l-content__tableBox table th {
  color: #124689;
  text-align: center;
  padding: 15px 10px;
  background: #c9e6f4;
  border-top: #fff 1px solid;
  border-left: #c9e6f4 1px solid;
  border-right: #fff 1px solid;
  border-bottom: #b5b5b6 1px solid;
}
#solutionShiryo .l-content__tableBox table th:last-child {
  border-right: #c9e6f4 1px solid;
}
#solutionShiryo .l-content__tableBox table td {
  text-align: left;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .l-content__tableBox {
    overflow-x: scroll;
    width: 100%;
  }
}

/*-- table col 3 --*/
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_3 td {
  text-align: center;
}
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_3 td:first-child {
  width: 20%;
}
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_3 td:last-child(2) {
  width: 20%;
}
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_3 td:last-child {
  width: 60%;
  text-align: left;
}
/*-- table col 6 --*/
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_6 td:first-child {
  width: 2%;
}
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_6 td:last-child(2) {
  width: 36%;
}
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_6 td:last-child(3) {
  width: 13%;
}
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_6 td:last-child(4) {
  width: 14%;
}
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_6 td:last-child(5) {
  width: 28%;
}
#solutionShiryo .l-content__tableBox table.l-content__tableBox_col_6 td:last-child {
  width: 7%;
  text-align: center;
}
