.other {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  color: #fff;
  background: #E39D88;
}

.wp-embed {
  margin-bottom: 2px;
  padding: 20px !important;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 2px solid #E39D88;
  box-shadow: 0 0 0 !important;
}
@media screen and (max-width: 480px) {
  .wp-embed {
    padding: 15px !important;
  }
}
.wp-embed .wp-embed-featured-image {
  width: 180px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
  .wp-embed .wp-embed-featured-image {
    width: 100px;
  }
}
.wp-embed .wp-embed-flex {
  width: -moz-calc(100% - 200px);
  width: -o-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}
@media screen and (max-width: 480px) {
  .wp-embed .wp-embed-flex {
    width: -moz-calc(100% - 115px);
    width: -o-calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
  }
}
.wp-embed .wp-embed-flex .wp-embed-heading {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.wp-embed .wp-embed-flex .wp-embed-excerpt {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.wp-embed .wp-embed-flex .wp-embed-footer {
  margin-bottom: 0;
}
.wp-embed .wp-embed-flex .wp-embed-footer .wp-embed-site-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.wp-embed-share-dialog.hidden {
  display: none;
  height: 0;
}
