@charset "utf-8";
/* /sp/donate/donate-sp.css    CSS Document */






/* ご支援のお願い　/sp/donate/index.html  //////////////////////////////////////////////////////////////////////*/



.donate-sp .area-m {
  margin-bottom: 35px;
  padding-bottom: 0px;
}




/*first-view*/
.first-view__lead.donate-sp {
  width: 90%;
}

.first-view-anchor__list.donate-sp {
  width: 87%;
}
@media screen and (orientation: landscape) {
  .first-view-anchor__list.donate-sp {
   /* margin-left: auto;
    margin-right: auto;*/
margin-left: 28vw;
    width: 57%;
  }
}



/*寄付金を～*/

.donate-sp-kifu-hyou {
  width: 96%;
  border-color: #FF9A00;
}
.donate-sp-kifu-hyou th {
  text-align: left;
  border-color: #FF9A00;
  background: #FBD396;
}
.donate-sp-kifu-hyou td {
  border-color: #FF9A00;
}
@media screen and (max-width:370px){
  .donate-sp-kifu-hyou th,
  .donate-sp-kifu-hyou td {
    display: block;
    border-left: none;
    border-bottom: none;
  }
  .donate-sp-kifu-hyou td {
    border-top: none;
  }
  .donate-sp-kifu-hyou th {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
/*クレジットカード*/
.donate-sp-credit-card {
  margin: 2em auto 0;
  padding: .5em 1.5em;
  background: #f3f3f3;
}



/*会員として～　*/

.area-l.member-sp{
  padding-bottom: 0;
}
.donate-sp__member-hyou {
  margin: 20px auto -5px;
  width: 96%;
}
.donate-sp__member-hyou dt {
  padding: 8px 1em;
  width: 100%;
  line-height: 1.2;
  letter-spacing: .08em;
  text-align: center;
  color: #444;
  font-weight: bold;
  background: #ddd;
  border-radius: 10px 10px 0 0;
  
}
.donate-sp__member-hyou dd {
  float: left;
  display: inline-block;
  margin-top: 1%;
  padding: 8px 0;
  width: 49.5%;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  background: #eee;
  border-radius: 0 0 10px 0;
}
.donate-sp__member-hyou dd strong {
  color: #666;
}
.donate-sp__member-hyou dd:first-of-type {
  margin-right: 1%;
  border-radius: 0 0 0 10px;
}


/*ボランティア*/
.tejyun {
  margin: 0 auto;
  padding: 10px 10px 0;
  width: 96%;
  background: #f1f1f1;
}
.tejyun .ttl0 {
  font-size: 1.4rem;
  color: #666;
}
.tejyun .list1-num {
  margin-top: 5px;
  padding-bottom: 10px;
}
.tejyun .list1-num .item {
  font-size: 1.4rem;
}


/*その他*/
.area-l.donate-sp-others {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}







