#base{
  width:1200px;
}
#cont > .wrapper{
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
.sideNev-left{
  order: 0;
}
.container{
  order: 1;
}
.sideNav-right{
  order: 2;
  color: #333;
}
@media screen and (max-width: 768px){
  #base{
    width:100%;
  }
  #cont .wrapper {
    width: 100%;
  }
}
.l_assessmentNav__item + .l_assessmentNav__item{
  margin-top: 20px;
}
.m_assessmentNav__ttl {
  border-bottom: 2px solid #00479d;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/*
    お知らせボックス
================================*/
.m_newsBox{
  border-bottom: 1px solid #ccc;
}
.l_contents--bottom .m_newsBox{
  margin-top: 80px;
}
.m_newsBox__ttl{}
.m_newsBox__body{
  max-height: 600px;
  overflow: auto;
}
.l_contents--bottom .m_newsBox__body{
  max-height: 200px;
}
.m_newsBox__body a{
  color: #333;
}
.m_newsList {
  font-weight: bold;
}
.m_newsList > *:last-child { margin-bottom: 0; }

.m_newsList__item {
  margin-bottom: 3px; 
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}
.m_newsList__item:last-of-type {
  margin-bottom: 3px; 
  border-bottom: none;
}

.m_newsList__container {}
.m_newsList__container > *:last-child { margin-bottom: 0; }

.m_newsList__date {
  flex: 0 0 auto;
  margin-right: 30px;
  color: #d66c00;
}

.m_newsList__contents {
  flex: 0 1 auto;
  margin-bottom: 10px;
}

.m_newsList__text {}

.m_newsList__link {
  color: currentColor;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: none;
}

.m_newsList__link:hover {
  text-decoration: underline;
}


@media screen and (max-width: 599px){
  .m_newsBox { padding: 12px; }
  .m_newsBox__ttl{
  font-size: 20px;
  }
  .m_newsBox__body{
    font-size: 16px;
    max-height: 180px;
  }
  .m_newsList__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .m_newsList__container { display: block; }
}
/*
    活用事例
================================*/
.m_caseStudy__item{
  margin-bottom: 3px;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  padding: 5px 0;
}
.m_caseStudy__target{
  color: #333;
  display: inline-block;
}
.m_caseStudy__target:first-letter{
  color: #EE7800;
}
.m_caseStudy__target:hover{
  color: #333;
}
