/*
==================================
  本文
==================================
*/
/* pc */
@media(min-width:741px){
  .sec__body-txt.sec__body-txt--mark {
    background-color: #FDFCCC;
    line-height: 2;
  }
  #articles .block p.sec__body-txt.sec__body-txt--weak {
    color: #888888;
    font-size: 14px;
    word-break: break-all;
  }
  #articles .mainvisual {
    width: 600px;
    height: 370px;
    margin: 0 auto;
  }
  #articles .mainvisual img {
    width: 100%;
  }
  #articles .block p {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
/* sp */
@media(max-width:740px){
  #articles .block p {
    font-size: 14px;
  }
  .sec__body-txt.sec__body-txt--mark {
    background-color: #FDFCCC;
    line-height: 2;
  }
  #articles .block p.sec__body-txt.sec__body-txt--weak {
    color: #888888;
    font-size: 11px;
  }
}



/*
==================================
  目次
==================================
*/
.article-point {
  background-color: #fcf0e3;
}



/*
==================================
  参照
==================================
*/
/* pc */
@media(min-width:741px){
  .quote {
    word-break: break-all;
  }
  .quote-ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .quote-img {
    margin: 0 auto 20px auto;
    width: 640px;
  }
  .quote-img img {
    width: 100%;
  }
  .quote__item {
    margin-bottom: 15px;
  }
  .quote__item-txt {
    font-size: 14px;
    line-height: 1.37;
  }
  .quote__item-link {
    color: #3cacfa;
    font-size: 14px;
    line-height: 1.37;
    text-decoration: underline;
  }
  .quote__item-link:link,
  .quote__item-link:active,
  .quote__item-link:visited {
    text-decoration: underline;
  }
}
/* sp */
@media(max-width:740px){
  .quote-inner {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .quote-ttl {
    font-size: 11px;
    margin-bottom: 13px;
  }
  .quote-img {
    margin-bottom: 20px;
  }
  .quote-img img {
    width: 100%;
  }
  .quote__item {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .quote__item-txt {
    font-size: 11px;
  }
  .quote__item-link {
    color: #3cacfa;
    font-size: 11px;
    text-decoration: underline;
    word-break: break-all;
  }
  .quote__item-link:link,
  .quote__item-link:active,
  .quote__item-link:visited {
    text-decoration: underline;
  }
}