#layout7 .contentsArea,
#c_list_block_0003,
#c_list_block_0004,
#c_list_block_0005 {
  max-width: 1000px;
  margin: 0 auto;
}

#cms_block .backToList{
  display: none;
}

#ContentsListUnit03,
#ContentsListUnit04,
#ContentsListUnit05,
#list_06 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ContentsListUnit03>.nwu_box,
#ContentsListUnit04>.nwu_box,
#ContentsListUnit05>.nwu_box,
#list_06>.nwu_box {
  width: 47%;
  margin-bottom: 30px;
}

#ContentsListUnit03>.nwu_box .title span,
#ContentsListUnit04>.nwu_box .title span,
#ContentsListUnit05>.nwu_box .title span,
#list_06>.nwu_box .title span{
  font-size: 1rem;
  display: block;
  line-height: 1;
  margin-bottom: 0.5em;
}

/*
#ContentsListUnit03>.nwu_box img,
#ContentsListUnit04>.nwu_box img,
#ContentsListUnit05>.nwu_box img,
#list_06>.nwu_box img{
   animation: shadow 1s ease 2s 1 both;
}

#ContentsListUnit03>.nwu_box a,
#ContentsListUnit04>.nwu_box a,
#ContentsListUnit05>.nwu_box a,
#list_06>.nwu_box a{
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

#ContentsListUnit03>.nwu_box a:hover,
#ContentsListUnit04>.nwu_box a:hover,
#ContentsListUnit05>.nwu_box a:hover,
#list_06>.nwu_box a:hover{
   filter: drop-shadow(0 0 14px rgba(39, 82, 125, 0.8));
}

@keyframes shadow {
  0% {filter: drop-shadow(0 0 10px rgba(39, 82, 125, 0));}
  100% { filter: drop-shadow(0 0 10px rgba(39, 82, 125, 0.3));}
}
*/



@media screen and (min-width: 900px){
  #ContentsListUnit03,
  #ContentsListUnit04,
  #ContentsListUnit05,
  #list_06 {
    justify-content: flex-start;
  }

  #ContentsListUnit03>.nwu_box,
  #ContentsListUnit04>.nwu_box,
  #ContentsListUnit05>.nwu_box,
  #list_06>.nwu_box {
    width: 30%;
    margin-bottom: 30px;
    margin: 0 5% 30px 0;
  }

  #ContentsListUnit03>.nwu_box:nth-child(3n),
  #ContentsListUnit04>.nwu_box:nth-child(3n),
  #ContentsListUnit05>.nwu_box:nth-child(3n),
  #list_06>.nwu_box:nth-child(3n) {
    margin-right: 0;
  }

  #ContentsListUnit03>.nwu_box .title,
  #ContentsListUnit04>.nwu_box .title,
  #ContentsListUnit05>.nwu_box .title,
  #list_06>.nwu_box .title{
    font-size: 2rem;
  }

  #ContentsListUnit03>.nwu_box .title span,
  #ContentsListUnit04>.nwu_box .title span,
  #ContentsListUnit05>.nwu_box .title span,
  #list_06>.nwu_box .title span{
    display: inline;
    margin: 0;
    font-size: 1.2rem;
  }
}