
.page-template-page-1col-w .outer:not(#concept) {
  background: #007cab;
  color: #FFF;
}

#mainImg img {
  max-width: 100%;
}

/* 一覧を見るボタン
----------------------------------------------- */
#contents .box .more {
  clear: both;
  text-align: center;
}
#contents .box .more a {
  background: #00B1F4;
  background: -webkit-linear-gradient(top, #00B1F4, #009CD7);
  background: linear-gradient(#00B1F4, #009CD7);
  border: 1px #008DC3 solid;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 1em;
}
#contents .box .more a:hover {
  background: #65DCFE;
  background: -webkit-linear-gradient(top, #65DCFE, #009CD7);
  background: linear-gradient(#65DCFE, #009CD7);
}



/* 見出し
----------------------------------------------- */
@media (min-width:730px){
  #contents .box h2 {
    border-bottom: 1px #CCC solid;
    position: relative;
  }
  #contents .box h2:after {
    border-bottom: 2px #09F solid;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
  }
} /* min730 */


/* コンセプト
----------------------------------------------- */
#concept {
  background: -webkit-linear-gradient(top, #FFF, #00B1F4);
  background: linear-gradient(#FFF, #00B1F4);
  color: #111;
  margin-top: 0;
}
#concept h1 {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

@media (min-width:730px){
  .container {
    padding-top: 0;
  }
  #concept h1 {
    font-weight: bold;
  }
} /* Eo min730 */



/* 新着
----------------------------------------------- */
#contents #news {
  margin-bottom: 2em;
}
#contents #news h2:after {
  content: none;
}

#contents #news ul {
  background: #FFF;
  padding: 0;
  margin: 0 auto;
}

#contents #news ul li {
  background: #FFF;
  border-top: 1px #CCC dotted;
  border-radius: 3px;
  clear: both;
  list-style: none outside;
  line-height: 1.5em;
  margin: 0;
  padding: 0.8em 0;
  zoom: 1;
}

#contents #news ul li:after {
  content: "";
  display: block;
  clear: both;
}

#contents #news ul li:first-child {
  border-top:none;
}

#contents #news ul li span,
#contents #news ul li a {
  display: block;
}

#contents #news ul li span {
  float: left;
  background: #F60;
  border-radius: 5px;
  color: #FFF;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  padding: 2px 0;
  width: 90px;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0 -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
}

#contents #news ul li a {
  text-decoration: none;
  margin: 0 0 4px 100px;
}

@media (max-width: 729px){
  #contents #news ul li span {
    margin-bottom: 5px;
  }
  #contents #news ul li span {
    display: inline-block;
    padding: 0 1em;
    width: auto;
  }
  #contents #news ul li a {
    clear: both;
    margin-left: 0;
  }
} /* max729 */

@media (min-width: 730px){
  #contents #news h2 {
    border: none;
    font-size: 1.5em;
  }
  #contents #news ul {
    border-radius: 5px;
    max-width: 70%;
    padding: 0.2em 1.5em;
  }
  #contents #news ul li span {
    line-height: normal;
  }
} /* min730 */



/* 事例
----------------------------------------------- */
#contents ul.results-withumb li {
  background: #F5FCFF;
  border: 1px #E6F0F4 solid;
}



/* 投稿カテゴリ一覧
----------------------------------------------- */
#contents #cat-list a {
  background-color: #00B1F4;
  color: #FFF !important;
  text-decoration: none;
}
#contents #cat-list a:hover {
  background-color: #2CC1F7;
}
#contents #cat-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
#contents #cat-list ul li {
  border: 2px #FFF solid;
  list-style: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
}
#contents #cat-list ul li a {
  background-position: center 10px;
  background-repeat: no-repeat;
  display: block;
  font-size: 1.6rem;
  padding: 90px 0 0 0;
}

#contents #cat-list ul li.cat-item-1 a {
  background-image: url(/img/block/icon/topics.png);
}
#contents #cat-list ul li.cat-item-4 a {
  background-image: url(/img/block/icon/example.png);
}
#contents #cat-list ul li.cat-item-676 a {
  background-image: url(/img/block/icon/campaign.png);
}
#contents #cat-list ul li.cat-item-8 a {
  background-image: url(/img/block/icon/trivia.png);
}
#contents #cat-list ul li.cat-item-6 a {
  background-image: url(/img/block/icon/staff.png);
}
#contents #cat-list ul li.cat-item-8 a {
  background-image: url(/img/block/icon/trivia.png);
}
@media (max-width:729px){
  #contents #cat-list ul li {
    width: 33%;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents #cat-list ul li {
    width: 20%;
  }
} /* Eo min730 */