/* H2
/************************************/
.is-style-heading01 {
	background: #E6CE06;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding: 8px;
}

/* ボックス(H3あしらい付き) 
/************************************/
.is-style-heading02 {
	position: relative;
	border-top: 1px solid #f2c800;
	border-bottom: 1px solid #f2c800;
	font-size: 18px;
	font-weight: 600;
	margin-top: 58px !important;
	margin-bottom: 32px;
	padding: 10px 0 10px 30px;
}
.is-style-heading02::before {
	content: "POINT";
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	background: #f2c800;
	color: #fff;
	padding: 8px 60px 8px 70px;
	border-radius: 6px 6px 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.is-style-heading02::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 40px;
	transform: translateY(-100%);
	width: 22px;
	height: 22px;
	background-image: url("/wp-content/themes/stw/assets/images/common/icon-finger.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

/* 段落：画像引用元キャプション
/************************************/
.is-style-image-caption01 {
	color: #636363;
	font-size: 12px !important;
	text-align: center !important;
	margin: 14px auto 28px !important;
}

/* 段落：リード文
/************************************/
.is-style-lead01 {
	font-size: 18px !important;
	margin: 0 auto 28px !important;
	font-weight: bold !important;
}


/* グループブロック用：スペック表ボックス
/************************************/
.is-style-box-gray {
  background: #f9f9f9;
  line-height: 1.6;
	padding: 25px;
	margin-bottom: 32px;
}
.is-style-box-gray > * {
  display: flex;
  justify-content: space-between;
	align-items: center;
	font-size: 14px !important;
  padding: 4px 0;
  margin: 0;
}
.is-style-box-gray > *:nth-child(odd) {
	font-weight: 600;
}


/* グループブロック：チェック付きボックス
/************************************/
.is-style-check-box {
  border: 2px solid #d32f2f;
  border-radius: 20px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
	margin-bottom: 32px;
}
.is-style-check-box h2,
.is-style-check-box h3,
.is-style-check-box h4 {
  background: #d32f2f;
  color: #fff;
	font-size: 16px;
  font-weight: bold;
	line-height: 1;
  border-radius: 15px 15px 0 0;
	padding: 13px;
	margin: 0 auto 0 !important;
}

.is-style-check-box ul {
	display: flex;
	flex-direction: column;
	list-style: none;
  padding-inline-start: 24px !important;
	padding: 28px 24px;
	margin: 0;
}
.is-style-check-box li {
	display: flex;
	color: #000000;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	margin: 0 0 28px 20px !important;
	list-style: none;
}
.is-style-check-box li:last-child {
	margin-bottom: 0 !important;
}
.is-style-check-box li::before {
  content: "";
	display: inline-block;
	flex: 0 0 14px;
  color: #d32f2f;
  margin-right: 3px;
	width: 14px !important;
	height: 14px !important;
	background-image: url("/wp-content/themes/stw/assets/images/common/icon-square-check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 3px;
	margin-left: -20px;
}



/* グループ：CTAボックス
/************************************/
.is-style-cta-box {
  text-align: center;
	margin: 50px auto;
}
/* 上の小見出し（キャプション） */
.is-style-cta-box > .wp-block-group__inner-container > p {
	display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;


  position: relative;
	font-size: 12px;
  color: #042356;
  margin: 0 0 12px;
  line-height: 1.6;
}

/* 斜めの飾り線（左右） */
.is-style-cta-box > .wp-block-group__inner-container > p::before,
.is-style-cta-box > .wp-block-group__inner-container > p::after {
	content: "";
	display: block;
  width: 1px;
  height: 35px;
  background-color: #042356;
}
.is-style-cta-box > .wp-block-group__inner-container > p::before {
  margin-right: 15px;
  transform: rotate(-30deg);
}
.is-style-cta-box > .wp-block-group__inner-container > p::after {
  margin-left: 15px;
  transform: rotate(30deg);
}



/* ボタン全体（Buttons ブロックの内側調整） */
.is-style-cta-box .wp-block-buttons {
  justify-content: center;
}

/* メインボタン（丸み＋影＋アイコン） */
.is-style-cta-box .wp-block-button__link {
  background: #f07d3a;
  color: #fff;
  border-radius: 9999px;
  padding: 14px 28px;
	font-size: 16px;
  font-weight: bold;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  box-shadow: 0 6px 0 #b85a24, 0 10px 20px rgba(0,0,0,.12);
  text-decoration: none;
}

/* 左の手アイコン（Unicode）— 画像にしたい場合は背景画像でもOK */
.is-style-cta-box .wp-block-button__link::before {
	content: "";
	display: inline-block;
	/* position: absolute;
	top: -3px;
	left: 40px;
	transform: translateY(-100%); */
	width: 22px;
	height: 22px;
	background-image: url("/wp-content/themes/stw/assets/images/common/icon-finger-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

/* ホバー/押下アニメーション */
.is-style-cta-box .wp-block-button__link:hover {
  filter: brightness(1.05);
}

.is-style-cta-box .wp-block-button__link:active {
  transform: translateY(1px);
  box-shadow: 0 5px 0 #b85a24, 0 8px 16px rgba(0,0,0,.12);
}


/* グループ：注釈テキスト
/************************************/
.is-style-note {
	font-size: 12px !important;
	color: #636363;
	margin-top: 0 !important;
}


/* 段落：ボックス(枠線のみ)
/************************************/
.is-style-border-box {
	border: solid 1px #cccccc;
	border-radius: 10px;
	font-size: 16px;
	color: #212020 !important;
	padding: 20px;
	margin: 32px auto !important;
}


/* グループ：罫線
/************************************/
.is-style-thick-gray {
  border-top: solid 1px #CCCCCC;
	margin: 32px auto 72px;
}

/* リンク：段落
/************************************/
.is-style-link-blue a {
	color: #3E8AD6;
	text-decoration: underline;
	margin-top: 32px;
}


/* リンク：段落
/************************************/
.is-style-image-full {
	width: 100%;
	max-width: 1064px !important;
}


/* 目次
/************************************/
#ez-toc-container {
	width: 100% !important;
	background: #FFF !important;
	border: solid 2px #E0E0E0 !important;
	border-radius: 0 !important;
	padding: 20px 15px 30px !important;
	margin-bottom: 32px !important;
}
#ez-toc-container li {
	border-bottom: solid 1px #E0E0E0;
	padding: 15px 0 20px !important;
}
#ez-toc-container a {
	display: flex !important;
	align-items: center;
}
#ez-toc-container a:hover {
	text-decoration: none;
}
#ez-toc-container a,
#ez-toc-container a:visited {
  color: #3E3E3E !important;
}
.ez-toc-counter nav ul li a::before {
  content: counters(item, 'a', decimal) '' !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 33px;
	height: 33px;
	background-color: #D9D9D9;
	border-radius: 25px;
	color: #999999;
	line-height: 0.9;
	padding: 9px 12px;
	margin-right: 7px !important;
}


.ez-toc-title-container {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row-reverse;
}
#ez-toc-container a.ez-toc-toggle {
	padding: 0;
	margin: 0;
}
#ez-toc-container a.ez-toc-toggle .ez-toc-icon-toggle-span {
	margin-right: 5px;
}
#ez-toc-container a.ez-toc-toggle .ez-toc-icon-toggle-span svg {
	width: 30px !important;
	height: 30px !important;
	color: #E0E0E0 !important;
}
#ez-toc-container a.ez-toc-toggle .ez-toc-icon-toggle-span svg.arrow-unsorted-368013 {
	display: none;
}

#ez-toc-container .ez-toc-js-icon-con {
	border: none !important;
	left: 0 !important;

}

/* 「カスタムテキスト装飾（RichText format）」をjavascriptで追加 */
/* マーカー風CSS  */
mark.marker-yellow {
	background: linear-gradient(transparent 50%, #FFFF00 0%);
  padding: 0 2px;
  font-weight: bold;
}





/**************************************************
* コラム、お知らせエディタ 
***************************************************/
/* エディタの横幅 */
html :where(.wp-block) {
	max-width: 1064px !important;
}

/* コンテンツ幅 */
.article-wrap .wrap-inner--s {
  max-width: 1064px;
}

/* コンテンツインナー */
.single .page-content-wrap {
	padding-top: 32px;
}

/* 画像の幅 */
.wp-block-image {
  max-width: 874px;
	text-align: center;
	margin: auto;
}

.wp-block-image .components-resizable-box__container {
	margin: auto !important;
}


/* pタグが並んでいる場合の行間 */
.article-wrap > p + p {
  margin-bottom: 32px !important;
}

/* 記事タイトル */
.article-wrap .column__title {
  font-size: 20px;
  margin-bottom: 20px;
}

/* 日付 */
.article-wrap .column__time,
.article-wrap .article-wrap__tag li {
  color: #4C4C4C;
  font-size: 15px;
}
.article-wrap .column__time {
  margin: 0 0 20px !important;
}
/* タグ */
.article-wrap .article-wrap__tag {
	display: flex;
	list-style: none;
	padding-inline-start: 0;
	margin-bottom: 28px;
}
.article-wrap .article-wrap__tag li {
	border: solid 1px #4C4C4C;
	border-radius: 20px;
	margin-right: 10px;
	padding: 0 28px;
	transition: .3s;
	/* cursor: pointer; */
}
.article-wrap .article-wrap__tag li:last-child {
	margin-right: 0;
}
/* .article-wrap .article-wrap__tag li:hover {
	background-color: #4C4C4C;
	color: #FFF;
	transition: .3s;
} */

/* 余白 */
.article-wrap p,
.article-wrap .wp-block-heading {
	margin: 28px auto;
}

/* 見出し */
/* .wp-block-heading {
  display: block;
  font-weight: 600
} */
h1.wp-block-heading {
  font-size: 2em;
  font-size: 36px;
}
h2.wp-block-heading,
h3.wp-block-heading {
  font-size: 1.3em;
  font-size: 23.4px;
  margin: 1em 0
}
h4.wp-block-heading {
  font-size: 1em;
  font-size: 18px;
}
h5.wp-block-heading {
  font-size: .83em;
  font-size: 14.94px;;
  margin: 1.67em 0
}
h6.wp-block-heading {
  font-size: .67em;
  font-size: 12.06px;
  margin: 2.33em 0
} 

/* 文言 */
.article-wrap p,
.article-wrap a,
.article-wrap li,
.article-wrap th,
.article-wrap td,
.article-wrap dt,
.article-wrap dd {
  font-size: 16px;
}




/* リストのスタイル */
.article-wrap ul,
.article-wrap ol {
  list-style: unset;
  padding-inline-start: 40px;
}




/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {

	/* グループブロック用：スペック表ボックス
	/************************************/
	.is-layout-grid.wp-block-group-is-layout-grid {
		grid-template-columns: 22% 78%;
  	/* grid-template-columns: minmax(22%, max-content) 1fr; */
	}

	/* グループ：CTAボックス
	/************************************/
	/* 上の小見出し（キャプション） */
	.is-style-cta-box > .wp-block-group__inner-container > p {
		font-size: 15px;
	}
	/* メインボタン（丸み＋影＋アイコン） */
	.is-style-cta-box .wp-block-button__link {
    padding: 14px 60px;
	}

}

/*=================== TBここまで ==================*/
/*=================== PCここから ==================*/
@media screen and (min-width: 1024px) {
	/* H2
	/************************************/
	.is-style-heading01 {
		font-size: 24px !important;
		margin-bottom: 24px !important;
	}


	/* グループブロック用：スペック表ボックス
	/************************************/
	.is-style-box-gray {
		padding: 42px 65px;
	}
	.is-style-box-gray > * {
		font-size: 16px !important;
	}
	/* グループブロック：チェック付きボックス
	/************************************/
	.is-style-check-box h2,
	.is-style-check-box h3,
	.is-style-check-box h4,
	.is-style-check-box ul {
		padding-left: 65px !important;
	}
	.is-style-check-box li::before {
		flex: 0 0 26px;
		width: 26px !important;
		height: 26px !important;
		margin-top: -3px;
	}

	/* グループブロック：チェック付きボックス
	/************************************/
	.is-style-check-box li {
		font-size: 16px;
	}



	/* 投稿汎用
	/************************************/
	.article-wrap p,
	.article-wrap .wp-block-heading {
		margin: 28px auto 25px;
	}


	/* 日付 */
	.article-wrap-info-wrap {
		display: flex;
		margin-bottom: 32px;
	}
	.article-wrap .column__time {
		margin: 0 25px 0 0 !important;
	}
	.article-wrap .article-wrap__tag {
		margin-bottom: 0;
	}
	
	/* 目次
	/************************************/
	#ez-toc-container {
		padding: 24px 58px 64px !important;
		margin-bottom: 42px !important;
	}
	#ez-toc-container a {
		font-size: 16px !important;
		align-items: center !important;
	}
	#ez-toc-container a::before {
		margin-right: 20px !important;
	}
	.ez-toc-title-container {
		margin-bottom: 35px;
	}
	#ez-toc-container nav {
		padding: 0 77px;
	}



	/**************************************************
	* コラム、お知らせエディタ 
	***************************************************/
	/* コンテンツインナー */
	.single .page-content-wrap {
		padding-top: 42px;
	}

	/* 余白 */
	.article-wrap p,
	.article-wrap .wp-block-heading {
		margin-bottom: 25px;
	}
}
/*=================== PCここまで ==================*/










