#daily_tsubuyaki .title_icon {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #daily_tsubuyaki .title_icon {
    width: 28px;
    margin: 5px;
  }
}
#daily_tsubuyaki .title_icon img {
  width: 100%;
  height: auto;
}

.tsubuyaki-title-caption {
  background: #f9f5f4;
  padding: 4px 8px;
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .tsubuyaki-title-caption {
    margin: 5px 0;
    background: #f3f3f3;
    text-align: left;
  }
}

.tsubuyaki {
  padding: 10px 5px 10px 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .tsubuyaki {
    padding: 5px;
  }
}
.tsubuyaki .tsubuyaki-contents {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  width: 48%;
}
@media (max-width: 768px) {
  .tsubuyaki .tsubuyaki-contents {
    font-size: 12px;
    width: 100%;
  }
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  min-height: 65px;
  max-height: 65px;
}
@media (max-width: 768px) {
  .tsubuyaki .tsubuyaki-contents .tsubuyaki-header {
    min-height: auto;
    max-height: fit-content;
  }
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header .user-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
  overflow: hidden;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header .user-image img {
  width: 100%;
  height: auto;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header .app-user {
  width: calc(100% - 50px - 10px);
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header .app-user .app-user-name {
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tsubuyaki .tsubuyaki-contents .tsubuyaki-header .app-user .app-user-name {
    display: block;
  }
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header .app-user .app-user-info {
  display: flex;
  justify-content: flex-start;
  padding-top: 5px;
  overflow: hidden;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header .app-user .app-user-info span {
  font-size: 80%;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header .app-user .app-user-info .minute {
  padding-right: 5px;
  white-space: nowrap;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-header .app-user .app-user-info .id {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-message {
  z-index: 0;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-message p {
  padding: 0;
  font-size: inherit;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tsubuyaki .tsubuyaki-contents .tsubuyaki-message p {
    -webkit-line-clamp: 6;
  }
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-message .more {
  color: #4079CF;
  text-decoration: underline;
  padding-left: 5px;
  display: block;
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
  z-index: 999;
}
@media (max-width: 768px) {
  .tsubuyaki .tsubuyaki-contents .tsubuyaki-message .more {
    font-size: 12px;
  }
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-footer {
  margin-top: -19px;
  font-size: 12px;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-footer span::before {
  content: "";
  background-size: contain;
  display: inline;
  padding: 10px;
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-footer .comment::before {
  background: center/contain no-repeat url(/primitive/img/comment.png);
}
.tsubuyaki .tsubuyaki-contents .tsubuyaki-footer .iine::before {
  background: center/contain no-repeat url(/primitive/img/iine.png);
}

.top_tsubuyaki_app_btn {
  border-radius: 6px;
  background: #eb748d;
  font-weight: bold;
  color: #ffffff !important;
  display: block;
  margin: 0 10px 20px;
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
}

#app-install {
  margin: 10px 0;
  text-align: center;
}
#app-install > h4 {
  margin-top: 20px;
}
#app-install > h4 > span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 214, 72, 0.91)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(255, 214, 72, 0.91) 70%);
}
#app-install > a.btn_submit {
  display: block;
  margin: 5px auto;
  color: #fff;
}
#app-install > button {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background: inherit;
  color: rgb(7, 91, 152);
  padding: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (max-width: 560px) {
  #app-install > button {
    border-bottom: 1px solid rgb(7, 91, 152);
  }
}
#app-install > button:hover {
  border-bottom: 1px solid rgb(7, 91, 152);
}
