.wp-embed {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #3BA4EE;
  border-radius: 10px;
  box-shadow: 3px 3px 0px #3BA4EEA3;
  position: relative;
  padding: 15px 20px 15px 15px;
  margin: 9px 3px 3px 0;
}
.wp-embed::before {
  content: "";
  width: 166px;
  height: 21px;
  background-image: url(../img/embed_link.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -12px;
  left: 8px;
}
.wp-embed::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3BA4EE;
  border-right: 2px solid #3BA4EE;
  position: absolute;
  right: 12px;
  transform: rotate(45deg);
}
.wp-embed-featured-image {
  margin-right: 10px;
}
.wp-embed-featured-image a {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-embed-featured-image img {
  max-width: auto;
  max-width: initial;
  max-height: 100%;
}
.wp-embed-heading {
  line-height: 1.25;
  margin: 0;
}
.wp-embed-heading a {
  color: #3BA4EE;
  font-size: 14px;
  font-weight: 600;
  text-decoration:  none;
}
.wp-embed-excerpt,
.wp-embed-footer {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .wp-embed {
    padding: 20px 50px 20px 20px;
  }
  .wp-embed::after {
    width: 12px;
    height: 12px;
    right: 40px;
  }
  .wp-embed-featured-image {
    margin-right: 24px;
  }
  .wp-embed-featured-image a {
    width: 95px;
    min-width: 95px;
    height: auto;
    transition-duration: .2s;
    border-radius: 10px;
  }
  .wp-embed-featured-image a:hover {
    opacity: .8;
  }
  .wp-embed-featured-image img {
    max-width: 100%;
    height: auto;
  }
  .wp-embed-heading a:hover {
    text-decoration: underline;
  }
}

.wp-embed__sp-box {
  display: flex;
  align-items: center;
  border: 1px solid #3BA4EE;
  border-radius: 10px;
  padding: 15px;
}
.wp-embed__sp-box a {
  color: #000;
  text-decoration: none;
}
.wp-embed__sp-featured-image {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
}
.wp-embed__sp-featured-image img {
  width: auto;
  max-height: 100%;
}
.wp-embed__sp-heading {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

/* 固定ページ埋め込み  */
.page-heading__icon {
  display: none;
}