
/* 一覧を見るボタン調整
----------------------------------------------- */

/* 新着
#contents #news .more a {
  background: #734F2B;
  border-color: #333;
}
 */


/* イントロ（concept）
----------------------------------------------- */
#contents #concept h1 {
  color: #333;
/*  color: #72C4EC; */
}

@media (max-width:729px){
  #contents #concept h1 {
    background: #dbf4ff;
    margin: 0 -3.5% 0.5em;
    padding: 0.5em 1em;
  }
  #contents #concept .img-l {
    float: left;
    text-align: center;
    margin-right: 1em;
    width: 30%;
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents #concept {
    margin-bottom: 3em;
  }
  #contents #concept h1 {
    font-size: 2.6em;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  #contents #concept .img-l {
    width: 16%;
  }
} /* Eo min730 */


/* 事例（results）
----------------------------------------------- */
#contents .results {
}


/* 買取価格（price-list）
----------------------------------------------- */
#contents .price-list ul li {
  background: #FFF;
  border: 1px #3BABCC solid;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  padding: 0.5em;
}
#contents .price-list ul li a {
  display: block;
  flex-grow: 1;
  text-decoration: none;
  margin-bottom: 0.5em;
}
#contents .price-list ul li span {
  display: block;
}

#contents .price-list ul li span.pic {
  text-align: center;
}
#contents .price-list ul li span.price {
  background: #D44141;
  color: #FFF;
  text-align: center;
  padding: 0.2em;
}


/* 作家（writer）
----------------------------------------------- */
#contents #writer.outer {
  background-image: url(/img/block/bg/writer.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#contents #writer ul li {
  margin-bottom: 0.5em;
}
#contents #writer ul li a {
  background: #FFF;
  border-radius: 0.3em;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.2em 1em;
}

@media (max-width:729px){
  #contents #writer.outer {
    background-color: #E7E2D6;
  }
} /* Eo max729 */


/* 新着
----------------------------------------------- */
#contents #news {
  margin-bottom: 2em;
}
#contents #news .widget_archive h3 {
  border: none;
  font-size: 1em;
  margin-bottom: 0;
}
#contents #news h2:before {
  font-family: FontAwesome;
  content : "\f05a";
  display: inline-block;
  margin-right: 0.2em;
}
#contents #news a {
  text-decoration: none;
}

#contents #news ul li {
  border-bottom: 1px #CCC dotted;
  list-style: none;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

@media (min-width:730px){
  #contents #news {
    background: #91D3F1;
    border-radius: 0.3em;
    padding: 0.5em;
  }
  #contents #news h2 {
    color: #333;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
  }
  #contents #news ul {
    background: #FFF;
    margin-bottom: 0;
    padding: 0.5em;
  }
  #contents #news .more {
    background: #FFF;
  }
} /* Eo min730 */


/* 公共機関からのご依頼 調整（koukyou）
----------------------------------------------- */

@media (min-width:730px){
  #contents .koukyou ul li + li {
    margin-top: 1em;
  }
} /* Eo min730 */
