@charset "UTF-8";
/**
 * ご支援のお願い
 *
 */
/* ==========================================================================
   ご支援のお願い
   ========================================================================== */
.donate-list li {
  color: #6d6d6d;
  margin-left: 1.2em;
  margin-bottom: 10px;
  /*list-style-type: square;*/ }
.donate-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #6d6d6d;
  position: relative;
  left: -10px;
  top: -3px; }
.donate-list a {
  color: #6d6d6d;
  text-decoration: underline; }
.donate-list a:hover {
  text-decoration: none; }

.box-txt a {
  color: #6d6d6d;
  text-decoration: underline; }
.box-txt a:hover {
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .donate-list li {
    margin-bottom: 15px; } }
