@media print, screen and (min-width: 701px) {
  /* leader
  --------------------------------------------------------- */
  .leader:after {
    background-image: url(../common_re/img/icon/icon_money.png);
  }

  /* how
  --------------------------------------------------------- */
  #how {
    padding: 70px 0 0;
    text-align: center;
    background: url(../cost/img/bg_how.jpg) center top no-repeat;
  }
  #how h2 + p {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #how ul {
    text-align: center;
  }
  #how ul li {
    display: inline-block;
    width: 178px;
    vertical-align: top;
    margin: 0 4px;
  }
  #how ul li img {
    width: 100%;
  }
  #how ul li:first-child {
    margin-left: 0;
  }
  #how ul li:last-child {
    margin-right: 0;
  }
  #how ul li a {
    display: block;
  }
  #how ul li a:hover {
    opacity: 0.7;
  }
  #how ul li a figcaption {
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 4px solid #ffe100;
    line-height: 1.3;
    font-weight: bold;
    font-size: 14px;
    height: 78px;
    display: table-cell;
    vertical-align: middle;
    width: 296px;
    position: relative;
  }
  #how ul li a figcaption:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
  }
  #how ul li a figcaption span b {
    display: block;
    font-size: 15px;
    margin-top: 2px;
  }

  #cost {
    background: #f9f8f3;
  }

  .sub .ttl01.small2 {
    font-size: 26px;
  }
}