/*
    サイドナビ
================================*/
.m_sideNavi {}
.m_sideNavi__item {
  background-color: #fff;
  padding: 10px;
}

.m_sideNavi__item:not(:first-of-type) { margin-top: 20px; }

.m_sideNavi__title {
  border-bottom: 1px solid #000;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.m_sideServiceList {}
.m_sideServiceList__item {
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.m_sideServiceList__item:last-of-type { margin-bottom: 0; }
.m_sideServiceList__link {
  align-items: center;
  color: currentColor;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
  transition: .3s opacity;
}

.m_sideServiceList__link:hover {
  opacity: .7;
  text-decoration: none;
}


.m_sideServiceList__title {
  flex: 1 1 auto;
}

.m_sideServiceList__image {
  flex: 0 0 50px;
  line-height: 0;
}

/* 活用事例 */
.m_sideCase {}
.m_sideCase__item {
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.m_sideCase__item:last-of-type { margin-bottom: 0; }

.m_sideCase__link {
  color: currentColor;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  transition: .3s opacity;
}

.m_sideCase__link:hover {
  opacity: .7;
  text-decoration: none;
}

/* 2508追加 */
.l_wrap__nav{
  order: 1;
  width: 200px;
}
.m_sideNav{}
.m_sideNav__item + .m_sideNav__item{
  margin-top: 32px;
}
.m_sideNav__item{
  background: #fff;
}
.m_sideNav__ttl{
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  font-size: 14px;
  font-weight: bold;
}
.m_sideNav__body + .m_sideNav__footer{
  margin-top: 20px;  
}
.m_sideNav__footer{
  font-size: 12px;
} 

/* サイドナビ実績 */
.m_sidePerformance{}

/* 2508追加 */
.m_sideNav__Wrap {
    border: 1px solid #d7d0c0;
    font-family: inherit;
    padding: 5px;
}

.m_sidePerformance__item + .m_sidePerformance__item{
  margin-top: 12px;
}
.m_sidePerformance__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_sidePerformance__ttl{
  font-size: 14px;
  font-weight: bold;
}
.m_sidePerformance__ttl sup {
  font-size: 10px;
}
.m_sidePerformance__body{
  line-height: 1;
}
.m_sidePerformance__num{
  color: #5558A4;
  font-size: 24px;
}

/* サイドナビコンテンツラインナップのリスト */
.m_sideLineupList{}
.m_sideLineupList__item + .m_sideLineupList__item{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #CBCBCB;
}

/* サイドナビコンテンツラインナップ */
.m_sideLineup{
  display: flex;
  align-items: center;
  color: inherit;
  transition: .3s opacity;
}
.m_sideLineup:hover{
  opacity: .7;
}
.m_sideLineup__ttl{
  flex: 1 1 auto;
  line-height: 1.3;
  font-size: 12px;
  font-weight: bold;
}
.m_sideLineup__img{
  position: relative;
  flex: 0 0 64px;
  height: 64px;
  overflow: hidden;
}
.m_sideLineup__img img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 64px;
  transform: translate(-50%, -50%);
}
.m_sideNav__item--padded {
  /* padding: 5px; */
}