/*
Theme Name:     easy-pie-child
Theme URI:
Author:         FUJI PRODUCTION
Author URI:     https://www.fuji-production.jp/
Description:
Version:        1.0
Tested up to:	6.0
Requires PHP:	7.4
License:
License URI:
Tags:
Text Domain:    easy-pie-child
Domain Path:	/languages
Template:       easy-pie
*/


/*追加したCSS*/

/*全体*/
section.content{
  font-size: clamp(1rem, .978rem + .09vw, 1.063rem);
  font-weight: 600;
}
body main section.content ul.img-txt-large {
  display: flex;
  gap: 6%;
  padding: 0;
}
section.content > ul,
section.content > ol　{
  border: #333 solid;
  padding: 1% 3%;
}

main section.content ul.img,
section.content .img-txt-large,
section.content .card-02{
  border: none;
}

/*下層のメインビジュアル*/
body.single-post .main-visual:before {
    content: '';
    background: rgba(19, 24, 52, .85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
header,
body.single-post section.main-visual div.catch-copy {
  z-index: 10!important;
}
body.single-post section.main-visual div.catch-copy, body.page section.main-visual div.catch-copy, body.page-child section.main-visual div.catch-copy, body.archive section.main-visual div.catch-copy, body.search section.main-visual div.catch-copy, body.error404 section.main-visual div.catch-copy{
  max-width: 1000px;
}

/*目次*/
main section.table-of-contents {
  max-width: 700px;
  margin: 64px auto 0!important;
}

main section.table-of-contents ol li ol > li{
  display: none;
}

/*ブロックだけに反映*/
.has-block-content section.content > p,
.has-block-content section.content > ul,
.has-block-content section.content > figure,
.has-block-content section.content > ol,
.has-block-content section.content > blockquote{
	max-width:680px;
	margin:0 auto 60px;
}

/*ブロック（メディア＆テキスト）*/
.wp-block-media-text.has-media-on-the-right {
  max-width:1000px;
  margin: 0 auto 60px;
}
