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

.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: 80px 60px 60px;
}

.hosoku__head{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #0a9d2a;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

.hosoku__list{
  background: #f6fbf3;
  padding: 60px 40px 40px;
  border-radius: 20px;
  position: relative;
}

.hosoku__list li{
  border-top: dotted 1px #ddd;
  padding: 5px 0;
}

.hosoku__list li.border-none{
  border: none;
}

.hosoku__list li:first-child{
  border-top: none;
}

.hosoku__list li .c-blockTitle{
  margin-top: 20px;
}

.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: 53px;
}

.memo i img{
  height: 1.8em;
}

@media (max-width: 768px) {
  .hosoku{
    padding-left: 5%;
    padding-right: 5%;
  }
  .hosoku__head{
    width: 90%;
    font-size: 120%;
  }
  .hosoku__list{
    padding-left: 3%;
    padding-right: 3%;
  }
  .memo{
    align-items: flex-start;
  }
  .p-data__card__fig img{
    width: 60%;
    margin: 5% 0;
  }
}

.title{
  margin-bottom: 40px;
}

.title .p-data__title__num{
  vertical-align: middle;
  margin-left: 20px;
  top: 0;
}