/* CSS Document */

body.souzoku_home .section-hero .mv img {
  border-radius: 48px;
}
body.souzoku_home #recommend4 .link-self::after {
  transform: rotate(90deg);
}



/* 吹き出し */
body.souzoku_home .speech-list {
  max-width: 553px;
  margin-left: auto;
  margin-right: auto;
}
body.souzoku_home .speech-list > li {
  display: flex;
  align-items: center;
}
body.souzoku_home .speech-list > li:nth-child(even) {
  justify-content: flex-end;
}
body.souzoku_home .speech-list .speech-txt {
  font-weight: bold;
  position: relative;
  margin: 0;
  padding: 14px 30px;
  border-radius: 100px;
  background: #ffd2ce;
}
body.souzoku_home .speech-list .speech-txt::before {
  position: absolute;
  top: calc(50% - 10px);
  left: -5px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  transform: rotate(225deg);
  border-top: 6px solid #ffd2ce;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #ffd2ce;
  border-radius: 50%;
}
body.souzoku_home .speech-list > li:nth-child(even) .speech-txt::before {
  right: -5px;
  left: auto;
}
body.souzoku_home .speech-list > li:nth-child(even) .speech-img {
  margin-left: 12px;
}
body.souzoku_home .speech-list > li:nth-child(odd) .speech-img {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  body.souzoku_home .speech-list > li .speech-img {
    flex-basis: 20%;
    max-width: 83px;
  }
  body.souzoku_home .speech-list .speech-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
