/* ■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□ */
/* ##############################################################################
    サイズ別(基本はPCに合わせる)
############################################################################## */
/* 変数の宣言 */
:root {
	/*--font-family_jp: Yu Mincho;*/
	--font-family_jp: Noto Serif JP;
	--font-family_en: serif;
}
/* mce  Wysiwyg editor */
.mce-content-body {
	word-break: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
  }
.mce-content-body:not(:last-child) {
 	margin-bottom: 40px;
}
.mce-content-body ul:not(:first-child) {
	margin-top: 1em;
}
.mce-content-body ul:not(:last-child) {
	margin-bottom: 1em;
}
.mce-content-body ul,
.mce-content-body ol {
	margin-left: .5em;
}
.mce-content-body ul li,
.mce-content-body ol li {
	position: relative;
	margin: 0;
	border-bottom: none;
	padding: 0;
	margin-left: 2em;
	padding-top: 8px;
	line-height: 1.65;
}
.mce-content-body ul li {
	list-style-type: disc;
}
.mce-content-body ol li {
	list-style-type: decimal;
}
.mce-content-body img {
	margin: 20px 0;
	max-width: 100%;
	height: auto;
}
.mce-content-body hr {
	background: transparent;
}
.mce-content-body .alignleft {
	float: left;
	clear: left;
	margin: 0 16px 16px 0;
}
.mce-content-body .alignright {
	float: right;
	clear: right;
	margin: 0 0 16px 16px;
}
.mce-content-body .aligncenter {
	display: block;
	margin: 16px auto;
}
.mce-content-body table {
	margin: 1em 0;
}
.mce-content-body table th p:only-child,
.mce-content-body table td p:only-child,
.mce-content-body table th p:last-child,
.mce-content-body table td p:last-child {
	margin-bottom: 0;
}
.mce-content-body .table1 th,
.mce-content-body .table1 td {
	padding: 24px 8px;
}
.mce-content-body .table1 th {
	border-right: 5px solid rgba(255,255,255,.1);
	border-bottom: 2px solid #B99B4B;
	color: #B99B4B;
}
.mce-content-body .table1 td {
	padding: 24px;
	border-bottom: 1px solid #B99B4B;
	word-break: break-all;
}
.mce-content-body .table2 th,
.mce-content-body .table2 td {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
}
.mce-content-body .table2 th {
	background-color: #D5C393;
	border: 1px solid #DCDCDC;
	color: #fff;
}
.mce-content-body .table2 td {
	background-color: #fff;
	border: 1px solid #DCDCDC;
	word-break: break-all;
}
.mce-content-body p:not(:last-child) {
	margin-bottom: 1em;
}
.mce-content-body * + .heading-1,
.mce-content-body * + .heading-2,
.mce-content-body * + .heading-3,
.mce-content-body * + .heading-4,
.mce-content-body * + .heading-5 {
	margin-top: 1.2em;
}
.mce-content-body .heading-1 {
	font-size: 180%;
	line-height: 1.4;
}
.mce-content-body .heading-1 + * {
	margin-bottom: 1em;
}
.mce-content-body .heading-2 {
	margin-bottom: 16px;
	font-size: 133%;
	line-height: 1.6;
	color: #B99B4B;
}
.mce-content-body .heading-3 {
	margin-bottom: 16px;
	font-size: 133%;
}
.mce-content-body .heading-4 {
	padding-bottom: 8px;
	border-bottom: 1px solid #D5C393;
	margin-bottom: 1em;
	font-size: 156%;
	line-height: 1.5;
}
.mce-content-body .heading-5 {
	margin-bottom: 1em;
}
.mce-content-body .heading-5 .en,
.mce-content-body .heading-5 .jp {
	display: block;
}
.mce-content-body .heading-5 .en {
	font-size: 224%;
	/*font-family: 'FB Sloop Script One';*/
	font-family: var(--font-family_en);
	line-height: 1;
	letter-spacing: .04em;
	color: #B99B4B;
}
.mce-content-body .heading-5 .jp {
	font-size: 180%;
	line-height: 1.45;
	letter-spacing: .1em;
}
.mce-content-body .heading-6 {
	margin-bottom: 1em;
	font-size: 120%;
	line-height: 1.45;
	letter-spacing: .1em;
}
.mce-content-body a {
	color: #3A2619;
	text-decoration: underline;
}
.mce-content-body a:hover {
	opacity: .5;
}
.mce-content-body blockquote {
	margin: 1em 0;
	padding: 15px 40px;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	font-style: oblique;
	color: #666;
	background-color: #f8f8f8;
}
.mce-content-body blockquote p { margin-bottom: 0; }
.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
	content: '';
	position: absolute;
	width: 1em;
	height: 1em;
	opacity: .25;
}
/*
.mce-content-body blockquote::before {
	background-image: url('../images/common/icon-quote_left.svg');
	top: 13px;
	left: 10px;
}
.mce-content-body blockquote::after {
	background-image: url('../images/common/icon-quote_right.svg');
	bottom: 13px;
	right: 10px;
}
*/
/* 管理画面エディタ用 */ 
.mce-content-body.wp-editor {
	padding: 32px !important;
}
/* コラム */
/*
.single-column-1237 .mce-content-body p:not(.btn),
.single-column-4520 .mce-content-body p:not(.btn),
.single-column-1237 .mce-content-body ul li,
.single-column-4520 .mce-content-body ul li {
*/
.postid-1237 .mce-content-body p:not(.btn),
.postid-4520 .mce-content-body p:not(.btn),
.postid-1237 .mce-content-body ul li,
.postid-4520 .mce-content-body ul li {
	font-size: 85%;
	line-height: 1.8;
	letter-spacing: .15em;
}
.mce-content-body .benefits_content {
	padding-top: 32px;
	font-size: 113%;
}
.mce-content-body .benefits_list li .ttl {
	margin-bottom: 18px;
	text-align: center;
	font-size: 120%;
	line-height: 1.45;
}
.mce-content-body .benefits_list li .ttl .num {
	display: block;
	margin-bottom: 6px;
	font-size: 100%;
	line-height: 1;
	letter-spacing: .04em;
	color: #B99B4B;
}
.mce-content-body .benefits_list li:nth-child(1) .ttl,
.mce-content-body .benefits_list li:nth-child(2) .ttl,
.mce-content-body .benefits_list li:nth-child(3) .ttl{
	margin-bottom: 35px;
}
.mce-content-body .benefits_list li:nth-child(1) .ttl .num,
.mce-content-body .benefits_list li:nth-child(2) .ttl .num,
.mce-content-body .benefits_list li:nth-child(3) .ttl .num{
	margin-bottom: 24px;
}
.mce-content-body .benefits_list li .ttl small:not(.num) {
	font-size: 73%;
	vertical-align: baseline;
}
.mce-content-body .benefits_list li .img {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto 16px;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #bb9d50;
	background-position: center;
	background-size: cover;
}
.mce-content-body .benefits_list li:nth-child(1) .img { background-image: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/benefits/benefits_list_img1.jpg); }
.mce-content-body .benefits_list li:nth-child(2) .img { background-image: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/benefits/benefits_list_img2.jpg); }
.mce-content-body .benefits_list li:nth-child(3) .img { background-image: url(https://value-advisers.co.jp/wp/wp-content/themes/lightning-child/images/benefits/benefits_list_img3.jpg); }
.mce-content-body .benefits_list li p { line-height: 1.75; }
.mce-content-body .benefits_content--attentions li {
	position: relative;
	padding-left: 45px;
	counter-increment: title;
	line-height: 1.65;
	font-size: 93%;
}
.mce-content-body .benefits_content--attentions li:not(:last-child) {
	margin-bottom: 8px;
}
.mce-content-body .benefits_content--attentions li::after {
	content: "※"counter(title);
	position: absolute;
	top: 0;
	left: 0;
}
.mce-content-body .flow_contact--step {
	position: relative;
}
.mce-content-body .flow_contact--step::before {
	content: "";
	position: absolute;
	top: 45%;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-bottom: 4px dotted #bb9d50;
}
.mce-content-body .flow_contact--step .ttl {
	margin-bottom: 18px;
}
.mce-content-body .flow_contact--step .ttl > * {
	display: block;
	text-align: center;
}
.mce-content-body .flow_contact--step .ttl .step {
	font-size: 300%;
	font-family: var(--font-family_en);
	line-height: 1;
	letter-spacing: 0.04em;
	color: #b99b4b;
}
.wp-admin .mce-content-body .flow_contact--step .ttl .step {
	font-size: 200%;
	line-height: 1;
	letter-spacing: .04em;
	color: #B99B4B;

}
.mce-content-body .flow_contact--step .ttl .step small {
	margin-right: 8px;
	font-size: 54%;
}
.mce-content-body .flow_contact--step .ttl b {
	font-size: 124%;
	line-height: 1.6;
}
.mce-content-body .flow_contact--step .img {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto 16px;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #bb9d50;
}
.mce-content-body .flow_contact--step .txt-sm {
	font-size: 93%;
	line-height: 1.7;
	text-align: justify;
}
.mce-content-body .flow_contact--step li:nth-child(1) .ttl,
.mce-content-body .flow_contact--step li:nth-child(3) .ttl {
	margin-bottom: 39px;
}
.mce-content-body .flow_contact--step li:nth-child(1) .ttl .step,
.mce-content-body .flow_contact--step li:nth-child(3) .ttl .step {
	margin-bottom: 12px;
}
.column_lp_table,
.column_lp_table1 {
	width: 100%;
	border: 2px solid #b09663;
	border-bottom: none;
}
.column_lp_table .img {
	vertical-align: middle;
	width: 34%;
	padding: 24px 34px 24px 24px;
}
.column_lp_table .txt {
	vertical-align: middle;
	padding: 24px 24px 24px 0;
}
.column_lp_table1 .img {
	vertical-align: top;
	width: 36%;
	padding: 24px 34px 24px 24px;
}
.column_lp_table1 .txt {
	vertical-align: top;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	line-height: 1.8;
}
.column_lp_table2 { margin-top: 0; }
.column_lp_table2 .img {
	vertical-align: middle;
	width: 28%;
	padding-right: 24px;
}
.column_lp_box { padding: 40px; }
.column_lp_list { font-size: 113%; }
.column_lp_list li {
	list-style-type: none !important;
	margin-left: 0 !important;
	padding: 27px !important;
	margin-bottom: 8px !important;
	background-color: #e6deba;
}
.column_lp_video {
	position: relative;
	width: 80%;
	padding-top: 45.34%;
	margin: 30px auto 0;
}
.column_lp_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□ */
/* ##############################################################################
    サイズ別(767pxでPC/SmartPhoneを分ける)
############################################################################## */
@media screen and (max-width: 767px) {
	/* mce  Wysiwyg editor */
	.mce-content-body p br {
		display: none;
	}
	.mce-content-body:not(:last-child) {
		margin-bottom: 16px;
	}
	.mce-content-body {
		font-size: 100%;
	}
	.mce-content-body .alignright,
	.mce-content-body .alignleft  {
		float: none;
		margin: 20px auto;
		display: block;
	}

	.mce-content-body .heading-1 {
		font-size: 5.2vw;
	}
	.mce-content-body .heading-2 {
		font-size: 5vw;
	}
	.mce-content-body .heading-3 {
		font-size: 4vw;
	}
	.mce-content-body .heading-4 {
		padding-bottom: 16px;
		font-size: 5.4vw;
		line-height: 1.5;
	}
	.mce-content-body .heading-5 .en {
		font-size: 224%;
	}
	.mce-content-body .heading-5 .jp {
		font-size: 180%;
	}
	.mce-content-body .heading-6 {
		font-size: 120%;
	}

	.mce-content-body blockquote {
		padding: 15px;
	}
	.mce-content-body blockquote::before {
		top: 0;
		left: 0;
	}
	.mce-content-body blockquote::after {
		bottom: 0;
		right: 0;
	}
	.mce-content-body ul li,
	.mce-content-body ol li {
		display: list-item !important;
		margin-left: 1.5em;
	}
	.mce-content-body ul li {
		padding-left: 0;
	}
	.mce-content-body ul li::before {
		left: -14px;
		padding-top: 6px;
		font-size: 12px;
	}
	.mce-content-body table tr *:first-child:nth-last-child(2),
	.mce-content-body table tr *:first-child:nth-last-child(2) ~ * {
		display: block;
		width: 100% !important;
	}

	.mce-content-body .table1.table-sp-block { width: 100% !important; }
	.mce-content-body .table1.table-sp-block th {
		border-right: none;
		border-bottom: none;
		padding-bottom: 0;
	}
	.mce-content-body .table1.table-sp-block tr:nth-child(1) th {
		padding-top: 0;
	}
	.mce-content-body .table1.table-sp-block td {
		padding: 4px 8px 24px;
	}
	/* 管理画面エディタ用 */ 
	.mce-content-body.wp-editor table tr *:first-child:nth-last-child(2),
	.mce-content-body.wp-editor table tr *:first-child:nth-last-child(2) ~ * {
		display: table-cell;
		width: auto !important;
	}
	/* コラム */
	.single-column-1237 .mce-content-body p br,
	.single-column-4520 .mce-content-body p br { display: inline-block; }
	.mce-content-body .benefits_content--box { padding: 14px; }
	.mce-content-body .benefits_list li { margin-right: 0; }
	.mce-content-body .benefits_content--attentions { margin-left: 0; }
	.mce-content-body .flow_contact--step li:nth-child(1) .ttl,
	.mce-content-body .flow_contact--step li:nth-child(3) .ttl {
		margin-bottom: 18px;
	}
	.mce-content-body .flow_contact--step li:nth-child(1) .ttl .step,
	.mce-content-body .flow_contact--step li:nth-child(3) .ttl .step {
		margin-bottom: 0;
	}
	.column_lp_table .img,
	.column_lp_table .txt,
	.column_lp_table1 .img,
	.column_lp_table1 .txt {
		padding: 14px;
	}
	.column_lp_table2 .img {
		padding-right: 0;
		padding-bottom: 14px;
	}
	.column_lp_table .img img {
		width: 69%;
		margin: 0 auto !important;
		display: block;
	}
	.column_lp_table1 .img img,
	.column_lp_table2 .img img {
		width: 69%;
		margin: 0 auto 14px !important;
		display: block;
	}
	.book_author_img {
		float: none !important;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 0;
	}
	.column_lp_box { padding: 22px; }
	.column_lp_list { font-size: 108%; }
	.column_lp_list li { padding: 14px !important; }
	.column_lp_video {
		width: 100%;
		padding-top: 56.25%;
		margin: 24px auto 0;
	}
}