@charset "UTF-8";
/**
 * カードをつかう キャッシング
 */
/* ==========================================================================
   style
   ========================================================================== */
.indent-list li {
  margin-bottom: 5px;
  margin-left: 18px;
  text-indent: -1.3em;
}
.indent-list li:last-child {
  margin-bottom: 0;
}

.b_line {
  border-bottom: thin dotted #777777;
}

#simulation-btn {
  margin-top: 40px;
  text-align: center;
}
#simulation-btn a {
  background-color: #cf0559;
  color: #fff;
  font-size: 142.8571428571%;
}
#simulation-btn a:hover {
  background-color: #e20762;
}

.notice {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .notice {
    font-size: 150% !important;
  }
}