@charset "UTF-8";
/*
WPの自動埋め込み生成のスタイル制御用
last 2026.7.13
*/

/*フォント設定*/
html {
  font-size: 10px; /* initial 10px */
  scroll-padding-top: 150px; /* ヘッダー高さ + 余白 */
}

body {
  font-family: "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  /* default font-size 16px */
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: anywhere; /* 収まらない場合は折り返し */
  word-break: normal; /* 単語の分割はデフォルト */
  line-break: strict; /* 禁則処理厳格 */
  scroll-padding-top: 150px; /* ヘッダー高さ + 余白 */
}

/*** wpの自動生成の表示OFF ***/
/* 抜粋とサイトタイトルの強制非表示 */
.wp-embed-excerpt,
.wp-embed-footer{
    display:none !important;
}
/* wp-embedの調整 */
.wp-embed{
  padding: 0 !important;
  border:none !important;
  box-shadow:none !important;
}

/* ヘッダー（リンク）テキスト */
.wp-embed .wp-embed-heading{
  font-size:1.6rem;
  font-weight: normal;
}
.wp-embed .wp-embed-heading a{
  text-decoration: underline;
  color:#ed7700;
}
.wp-embed .wp-embed-heading a:hover{
  text-decoration: none;
}
