@charset "utf-8";

/*----------------------------------------------------------------------------------------

	visual-editor-style.css

----------------------------------------------------------------------------------------*/

.wp-editor *:first-child {
	margin-top: 0;
}
.wp-editor *:last-child {
	margin-bottom: 0;
}
.wp-editor ul, .wp-editor ol {
	margin: 25px 0;
}
.wp-editor ul > li {
	list-style-type: disc;
}
.wp-editor ol > li {
	list-style-type: decimal;
}
.wp-editor li {
	margin-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.5;
	list-style-position: inside;
}
.wp-editor li + li {
	margin-top: 0.5em;
}
.wp-editor a {
	text-decoration: underline;
}
.wp-editor a:hover {
	opacity: 0.8;
}
.wp-editor strong {
	font-weight: 700;
}
.wp-editor em {
	font-style: italic;
}
.wp-editor blockquote {
	margin: 25px 0;
    padding: 15px;
    background-color: #efefef;
	text-indent: 0;
}
@media (min-width: 720px) {
	.wp-editor .aligncenter {
		margin: auto;
	}
	.wp-editor .alignleft {
		margin-right: 15px;
		float: left;
	}
	.wp-editor .alignright {
		margin-left: 15px;
		float: right;
	}
}
@media (max-width: 719px) {
	.wp-editor .wp-caption {
		width: 100% !important;
	}
	.wp-editor img {
		max-width: 100%;
	}
}
.wp-editor .wp-caption {
	font-size: 1.3rem;
	text-align: center;
}

/* お客様の声 ///
---------------------------------------------- */
.wp-editor.post-type-voice {
	box-sizing: border-box;
	width: 100%;
}
.wp-editor.post-type-voice h3 {
	margin: 40px 0 15px;
	padding: 6px 0 10px 70px;
	border-bottom: 2px solid #CCC;
	position: relative;
	font-size: 20px;
	line-height: 1.4;
	clear: both;
}
.wp-editor.post-type-voice p {
	margin: 0;
	position: relative;
	padding-left: 70px;
	min-height: 47px;
}
.wp-editor.post-type-voice h3::before,
.wp-editor.post-type-voice h3 + p::before {
	box-sizing: border-box;
	margin: auto;
	padding-top: 2px;
	width: 50px;
	height: 36px;
	background-color: #F60;
	border-radius: 3px;
	position: absolute;
	bottom: 8px;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	content: "Q";
}
.wp-editor.post-type-voice h3::after,
.wp-editor.post-type-voice h3 + p::after {
	border-top: 6px solid #F60;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 19px;
	top: 36px;
	bottom: 2px;
	height: 6px;
	margin: auto;
	box-sizing: border-box;
	content: "";
}
.wp-editor.post-type-voice h3 + p::before {
	top: 0px;
	bottom: auto;
	background-color: #7dbb18;
	content: "A";
}
.wp-editor.post-type-voice h3 + p::after {
	top: 36px;
	bottom: auto;
	border-top-color: #7dbb18;
}
@media (max-width: 719px) {
	.wp-editor.post-type-voice h3 {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.wp-editor.post-type-voice h3::before,
	.wp-editor.post-type-voice h3 + p::before {
		width: 50px;
		height: 30px;
		font-size: 18px;
		line-height: 22px;
	}
	.wp-editor.post-type-voice h3::after,
	.wp-editor.post-type-voice h3 + p::after {
		top: 30px;
	}
}

/* 成約事例 ///
---------------------------------------------- */
.wp-editor:where(.post-type-jirei) p {
    margin-bottom: 25px;
}
.wp-editor:where(.post-type-jirei) h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
    line-height: 1.3;
}