/* block_sp.css */
/*----------------------------------
Title
------------------------------------*/

h2.wp-block-heading {
padding: 8px 12px;
}
h3.wp-block-heading {
padding-bottom: 8px;
}
h4.wp-block-heading {
font-size: 16px;
padding-bottom: 8px;
}
h5.wp-block-heading{
  font-size: 14px;
}
h2.wp-block-heading:not(:first-child),
h3.wp-block-heading:not(:first-child),
h4.wp-block-heading:not(:first-child),
h5.wp-block-heading:not(:first-child),
h6.wp-block-heading:not(:first-child) {
margin-top: 36px;
}

/*--------------------------------
Block
-------------------------------*/
/*詳細テキスト*/
.wp-block-details {
  margin-bottom: 20px;
}

/* 引用ブロックテスト */
.wp-block-quote{
  margin: 0 0 20px;
}

/* プルクオート */
.wp-block-pullquote{
  padding: 40px 16px 24px;
}
.wp-block-pullquote p{
  font-size: 18px;
  line-height: 1.4;
}

/* メディア DLボタン */
.wp-block-file{
  margin-bottom: 48px;
}
#content a.wp-block-file__button {
  font-size: 14px;
  padding: 8px 20px 8px 42px;
  margin-top: 16px;
}

/* ボタン */
.wp-block-buttons {
  margin-bottom: 20px;
  justify-content: center;
}
#content a.wp-block-button__link{
  padding: 20px 48px 20px 36px;
  width: 320px;
}
#content a.wp-block-button__link::after{
  right: 20px;
}

/* アーカイブ カテゴリー一覧 */
.wp-block-archives{
  margin-bottom: 16px;
}
#content .wp-block-archives li,
#content .wp-block-categories li{
  line-height: 1.8;
}
#content .wp-block-archives a,
#content .wp-block-categories a{
  line-height: 1.8;
}

/* 日付・変更日 */
.wp-block-post-date{
  margin-bottom: 20px;
}
/* 次の投稿 前の投稿 */
.post-navigation-link-next,.post-navigation-link-previous{
  margin-bottom: 20px;
}

/*--------------------------------
カスタムブロック
-------------------------------*/
.profile-card:not(:last-of-type) {
margin-bottom: 36px;
}

.profile-card__lower {
width: 100%;
float: right;
}

/*テーブル*/
.wp-block-table tr:has(> *:nth-child(3)) th,
.wp-block-table tr:has(> *:nth-child(3)) td {
width: 175px;
}
.wp-block-table td, .wp-block-table th {
  font-size: 14px;
}