@charset "utf-8";
.table{
  padding: 40px 0 10px;
  margin: 0 3%;
}
.table th{
  width: 25%;
  vertical-align: top;
}
.pg-caption{
  margin-top:40px;
  text-align: center;
}
#js-map{
  width:100%;
  height:200px;
}
.shuei-title{
  margin-bottom: 0;
}
.pg-caption h3{
  font-size:2rem;
  margin:30px auto 35px;
}
@media screen and (min-width: 768px){
  .table{
    margin: 32px auto 85px;
    padding-top:0;
  }
  .table .title{
    vertical-align: top;
    text-align: right;
    width: 200px;
    padding: 17px 40px 40px 0;
    box-sizing: border-box;
    border-right: solid 1px #ee6f74;
    display: table-cell;
  }
  .table .title .shuei-title{
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  .table th{
    width: 230px;
    box-sizing: border-box;
    padding-left: 50px;
  }
  .table tr:last-child td{
    padding-bottom: 55px;
  }
  .pg-caption{
    margin-top:85px;
  }
  .pg-caption h3{
    font-size:28px;
    font-size:2.8rem;
    margin:40px auto 35px;
  }
  #js-map{
    height:427px;
  }
}

.bnr ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;  
}
.bnr ul li {
  width: 350px;
}
.bnr ul li img {
  position: relative;
  right: 22%;
}

@media screen and (max-width: 648px) {
  .bnr ul li {
    width: 100%;
  }
  .bnr ul li img {
    right: 0;
  }
}

/* 230106 ecoページ追加文 */
.flex.fundraise__achieve.fundraise_none {
  width: 32%;
}