
.p-data__card__head label{
  background: #0a9d2a;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  vertical-align: middle;
  border-radius: 4px;
}

.table-head{
  background-color: #0a9d2a;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 100px;
}

.bnr{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.bnr h4{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.bnr h4:before{
  content: "▼";
  color: #e60012;
}
.bnr img{
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.bnr.-talk{
  background: #f68f21;
}
.bnr.-fromhouse{
  background: #00bae8;
}
.bnr.-talk h4,
.bnr.-talk h4:before,
.bnr.-fromhouse h4,
.bnr.-fromhouse h4:before{
  color: #fff;
}

.hosoku{
  padding: 0 20px;
}

.p-data__table2{
  width: 96%;
  background: #fff;
  margin-top: 0;
}

.p-data__h5{
  margin-top: 0;
}

.ft-bnr{
  display: flex;
  flex-wrap: nowrap;
}

.ft-bnr li{
  width: calc((100% - 40px) / 2);
  margin-left: 40px;
  text-align: center;
  line-height: 1.4;
  background-color: #29baeb;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 90%;
}
.ft-bnr li:first-child{
  margin-left: 0;
}
.ft-bnr li img{
  max-width: none;
  width: 100%;
}

.fl-r{
  float: right;
}

.memo{
  padding: 10px;
  background: #fff;
  font-size: 14px;
  position: relative;
  text-indent: 0;
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.memo i{
  display: inline-block;
  padding: 4px;
  background: #0a9d2a;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  font-style: normal;
  margin-right: 20px;
  min-width: 80px;
}

.memo i img{
  height: 1.8em;
}

.ft-bnr.disp--SP{
  display: none!important;
}


@media (max-width: 768px) {
  .hosoku{
    padding: 0 ;
  }
  .scroll{
    overflow-x: scroll;
  }
  .scroll table{
    width: 300%;
  }
  .scroll img{
    min-width: 200%;
  }
  .ft-bnr{
    display: block;
  }
  .ft-bnr li{
    width: 100%;
    margin-left: 0;
  }
  .ft-bnr li:first-child{
    margin-bottom: 40px;
  }
  
  .-mt{
    margin-top: 40px;
  }

  .memo{
    align-items: flex-start;
  }

  .ft-bnr.disp--SP{
    display: flex!important;
  }
}