@charset "UTF-8";
.bl_item-container > *,
.bl_block-wrap > * {margin:40px auto 0;}
.bl_item-container * {
	padding:revert;
	line-height: 1.8;
}
.bl_item-container * + p {margin-top:20px;}
.bl_item-container li {list-style-type: revert;}
.bl_item-container .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
}


/* h2 見出しの下線 */
.bl_item-container h2 {
	position: relative;
	padding-bottom:5px;
}

.bl_item-container h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 4px;
}

.bl_item-container h2::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

/* h3 見出しの下線 */
.bl_item-container h3 {
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

/* h4 見出しの下線 */
.bl_item-container h4 {
	border-left:4px solid #ccc;
	padding-left: 10px;
}

/* プルくオート */
.wp-block-pullquote {
	width: 100%;
	max-width: 80%;
	margin-inline:auto;
	background: rgb(150, 150, 150);
	border-radius: 6px;
	padding: 20px;
}

.wp-block-pullquote blockquote {

}

.wp-block-pullquote blockquote > p {
	font-size: 2rem;
	font-weight: 700;
	border-bottom:2px solid #ccc;
	padding-bottom:15px;
}

.wp-block-pullquote cite {
	text-align: left;
	margin-top: 20px;
	display: block;
}

/* 関連記事 */
.bl_related-articlesm{
	width: 100%;
	max-width: 780px;
	margin-top:30px;
	margin-inline:auto;
	display: flex;
	background: rgb(230, 230, 230);
	padding:20px;
	box-sizing: border-box;
}
.el_relatedArticles-img{
	width: 100%;
	max-width: 200px;
	margin-right:30px;
}
.bl_el_relatedArticles-content{
	width: 100%;
}

/* h2を囲う枠 */
.bl_block-wrap:not(:nth-of-type(1)) {margin-top:calc(200 / 840 * 100%);}


/* よくある質問 */
.bl_faq-box {
	/*
	border: 4px solid rgb(200 150 50);
	padding: 0 40px 40px;
	background: rgb(255 240 220);
	*/
}

.bl_faq-box h2 {
	width: 100%;
	background: linear-gradient(transparent 65%, rgb(240 215 160) 85%);
	padding: 5px 20px 0;
	color: rgb(51 51 51);
	line-height: 1.4;
}
.bl_faq-box h2::after {display: none;}

.bl_faq-box ul {padding: 0;}
.bl_faq-box li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bl_faq-box b {
	display: block;
	position: relative;
	margin-bottom: 15px;
    padding-bottom: 5px;
}

.bl_faq-box b::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 4px;
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, rgb(200 140 0) 2px, rgb(200 140 0) 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, rgb(200 140 0) 2px, rgb(200 140 0) 4px)
}

.bl_faq-box li + li {
	margin-top: 40px;
}

/* まとめ */
.bl_summary-box {
	border: 4px solid rgb(200 150 50);
	padding: 0 40px 40px;
	background: rgb(255 240 220);
}

.bl_summary-box h2::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, rgb(200 140 0) 2px, rgb(200 140 0) 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, rgb(200 140 0) 2px, rgb(200 140 0) 4px)
}

.bl_summary-box ul {
	padding: 30px 0 0;
	margin-top:0;
}
.bl_summary-box li {margin: 0 0 0 20px;}
.bl_summary-box li + li {margin-top: 20px;}

/* 合わせて読む */
.bl_read-together {
	display: flex;
	border: 1px solid rgb(171 171 171);
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	max-width: 600px;
}
.bl_read-together figure {
	width: 30%;
	min-width: 250px;
}
.bl_read-together p {
	padding: 0 20px;
	margin: 0;
	line-height: 1.5;
}
.bl_read-together span {
	display: block;
	background: rgb(51 51 51);
	color: #fff;
	text-align: center;
	margin: 0 -20px 10px;
}

/* ========================================================================================================
	大見出し
======================================================================================================== */




/* 注見出し
-------------------------------------------------------------------------------------------------------- */

/* 小見出し */


/* ========================================================================================================
	SP用CSS
	------------------------------------------------------------------------------------------------------
	@media all and (max-width: 768px)
======================================================================================================== */
@media all and (max-width: 750px) {
	.bl_block-wrap:not(:nth-of-type(1)) {margin-top: calc(300 / 750 * 100%);}
	.bl_item-container * {
		line-height: 2;
	}	/* プルくオート */
	.wp-block-pullquote {
		max-width: 90%;
		padding: 15px;
	}

	/* 関連記事 */
	.bl_related-articlesm{
		width: 100%;
		max-width: 780px;
		margin-top:calc(60 / 706 * 100%);
		margin-inline:auto;
		display: block;
		background: rgb(230, 230, 230);
		padding:calc(40 / 626 * 100%);
		box-sizing: border-box;
	}
	.el_relatedArticles-img{
		width: 100%;
		max-width: 100%;
		margin-right:30px;
	}
	.bl_el_relatedArticles-content{
		width: 100%;
	}
	.el_el_relatedArticles-headline{
		font-size: 1.8rem;
		line-height: 1.4;
		margin-top: calc(20 / 626 * 100%);
	}
	.el_el_relatedArticles-text{
		margin-top: calc(10 / 626 * 100%);
	}

/* 合わせて読む */
	.bl_read-together {
		display: block;
		border: 1px solid rgb(171 171 171);
		border-radius: 10px;
		overflow: hidden;
		width: 100%;
		max-width: 90%;
	}
	.bl_read-together figure {
		width: 100%;
		min-width: 100%;
	}
	.bl_read-together p {
		padding: 0 20px;
		margin: 0;
	}
	.bl_read-together span {
		display: block;
		background: rgb(51 51 51);
		color: #fff;
		text-align: center;
		margin: 0 -20px 10px;
	}

}
