@charset "UTF-8";
/**
*
* ポイントリクエスト
*
*/
/* ==========================================================================
ポイントリクエスト用css
========================================================================== */
.search-btn-wrap {
  background-color: #e7e7e7;
  margin-top: 40px;
  padding: 30px 30px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .search-btn-wrap h3 {
    margin-bottom: 20px; }
  .search-btn-wrap p {
    font-size: 250%;
    font-weight:bold; }
  .search-btn-wrap span {
    font-size: 70%;
    font-weight:bold; }

.link-list li {
  background-color: #fff; }
  .link-list li a {
    background-color: #fff; }
    .link-list li a span {
      color: #585858;
      font-size: 28px;
      font-size: 2.8rem; }

@media screen and (min-width: 751px) {
  .link-list li a span {
    font-size: 14px;
    font-size: 1.4rem; }

