@charset "UTF-8";

/* ----------------------------------------
//
// pageMV (下層 main visual)
//
---------------------------------------- */

.bl_pageMV {
	position: relative;
	height: auto;
}

.bl_pageMV_bg {
	position: static;
}

.bl_pageMV_bg img {
	width: auto;
}

.bl_pageMV_inner {
	display: flex;
	position: absolute;
	top: 50%;
	right: 20px;
	left: 0;
	align-items: center;
	padding-right: 0;
	padding-left: 0;
	transform: translateY(-50%);
	color: #fff;
}

.bl_pageMV_inner::before {
	content: '';
	flex-basis: calc((100vw - 375px) / 2);
	min-width: 20px;
	height: 1px;
	margin-right: 12px;
	background-color: currentColor;
}

.bl_pageMV_titleWrap {
	flex-basis: 375px;
}

.bl_pageMV_title {
	font-size: 2rem;
	text-shadow: 0 0 5px #9abd30, 0 0 5px #9abd30, 0 0 5px #9abd30;
}

@media (min-width: 768px) {
	.bl_pageMV_inner {
		max-width: none;
	}
	
	.bl_pageMV_inner::before {
		flex-basis: calc((100vw - 1200px) / 2);
		margin-right: 16px;
	}
	
	.bl_pageMV_titleWrap {
		flex-basis: 1200px;
	}

	.bl_pageMV_title {
		font-size: 3.6rem;
	}
}

/* ----------------------------------------
//
// breadcrumb
//
---------------------------------------- */

.bl_breadcrumbWrap {
	background-color: #eff5ca;
}

.bl_breadcrumbWrap > .ly_inner {
	padding-right: 14px;
	padding-left: 14px;
}

.bl_breadcrumb {
	display: flex;
	padding-top: 14px;
	padding-bottom: 14px;
	overflow-x: auto;
	font-size: 1.2rem;
}

.bl_breadcrumb > * {
	white-space: nowrap;
}

.bl_breadcrumb > * + *::before {
	content: '>';
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.bl_breadcrumb a:focus,
.bl_breadcrumb a:hover {
	text-decoration: none;
}
.bl_breadcrumb > li {
    line-height: 1.15;
}
@media (max-width: 767px) {
	.bl_breadcrumb > li{
		font-size: 12px;
		line-height: 1;
	}
}
@media (min-width: 768px) {
	.bl_breadcrumbWrap > .ly_inner {
		padding-right: 0;
		padding-left: 0;
	}

	.bl_breadcrumb {
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 1.4rem;
	}
}

@media (min-width: 768px) {
	.pg_body > .ly_inner {
		max-width: 1000px;
	}
}

.pg_mainCol {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.pg_mainCol {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* ----------------------------------------
//
// postmeta
//
---------------------------------------- */

.postMeta {
	display: flex;
	justify-content: flex-end;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.2rem;
}

.postMeta > * {
	margin-right: 1em;
}

.postMeta > *:last-child {
	margin-right: 0;
}

.postMeta__taxes.el_beforeIcon::before {
	color: #d3dd00;

}

.postMeta__taxes a {
	text-decoration: underline;
}

.postMeta__taxes a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.postMeta {
		font-size: 1.6rem;
	}

	.postMeta__taxes a {
		font-size: 1.4rem;
	}
}

.postMeta__time {
	color: #666;
}

/* ----------------------------------------
// post （singular）
---------------------------------------- */

#toc_container li {
	text-indent: 0;
}
/* JSで要素を削除するが、一瞬であっても見えないように非表示にしておく */
.elementor #toc_container {
	display: none;
}

/* end post */

/* ----------------------------------------
//
// adjacentPostLinks
//
---------------------------------------- */

.bl_adjacentPostLinks {
	display: flex;
	margin-top: 32px;
	margin-bottom: 20px;
	padding-top: 32px;
	border-top: 1px solid #ccc;
}

.bl_adjacentPostLinks > li {
	display: flex;
	flex-basis: 50%;
}

.bl_adjacentPostLinks li::before,
.bl_adjacentPostLinks li::after {
	color: #d3dd00;
}

.bl_adjacentPostLinks .el_beforeIcon {
	margin-right: 1em;
}

.bl_adjacentPostLinks .el_afterIcon {
	justify-content: flex-end;
	margin-left: 1em;
}

.bl_adjacentPostLinks .el_afterIcon:only-child {
	flex-basis: 100%;
}

.bl_adjacentPostLinks a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.bl_adjacentPostLinks {
		margin-bottom: 60px;
	}
}

/* ----------------------------------------
//
// archiveLink
//
---------------------------------------- */

.archiveLinkWrap {
	display: flex;
	position: relative;
	justify-content: center;
	transform: translateY(-1.15em);
}

.archiveLink {
	display: table;
	position: absolute;
	top: -100%;
	margin-right: auto;
	margin-left: auto;
}

.archiveLink a {
	text-decoration: underline;
}

.archiveLink a:focus,
.archiveLink a:hover {
	text-decoration: none;
}

/* ----------------------------------------
//
// wp pager
//
---------------------------------------- */

.navigation.pagination {
	margin-top: 50px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -1px;
}

.nav-links > * {
	min-height: 20px;
	margin: 1px;
	padding: 12px 20px;
	transition: background-color 0.2s ease-out,
		color 0.2s ease-out;
	background-color: #c5c5c5;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	flex-grow: unset;
}
.nav-links > * + * {
	margin-left: 1px;
}

.nav-links > span.current {
	background-color: #85b000;
	color: #fff;
}

.nav-links > .page-numbers.dots {
	align-self: flex-end;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0;
	background-color: transparent;
	color: #212121;
}

.nav-links a:hover,
.nav-links a:focus {
	background-color: #85b000;
	color: #fff;
}

.nav-links .prev,
.nav-links .next {
	display: none;
}

@media (min-width: 768px) {
	.nav-links .prev,
	.nav-links .next {
		display: block;
	}
}

/* ----------------------------------------
//
// 賃貸経営コラム バナー
//
---------------------------------------- */
.pg_page_columnBanner {
	margin-top: 60px;
}

.bl_adjacentPostLinks + .pg_page_columnBanner {
	margin-top: 40px;
}

.bl_columnBanner {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media (min-width: 768px) {
	.pg_page_columnBanner {
		margin-top: 120px;
		margin-bottom: 20px;
	}

	.bl_adjacentPostLinks + .pg_page_columnBanner {
		margin-top: 80px;
	}
	
	.bl_columnBanner {
		max-width: none;
	}
}
@media (max-width: 767px) {
	.bl_breadcrumb > li + li::before {
		content: '>';
		margin-right: 0.5em;
		margin-left: 0.5em;
		font-weight: 500;
	}
}
/* end 賃貸経営コラム バナー */

/* ----------------------------------------
//
// 代表挨拶
//
---------------------------------------- */

.pg_signature_signature:not(#_) {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
}

.pg_signature_signature_value {
	max-width: 92px;
	margin-top: 2px;
	margin-left: 10px;
}

.pg_signature_signature_value > img {
	width: auto;
}

.pg_signature_img {
	/* flex-shrink: 0; */

	/* width: 130px; */

	/* margin-right: -20px; */

	/* margin-left: 20px; */
}

.pg_signature_img > img {
	width: auto;
}

.pg_signature-wrap .bl_pg_btnWrap {
	flex-basis: min(35%, 160px);
	flex-shrink: 0;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.pg_signature-wrap {
		display: flex;
		align-items: center;
		margin-top: 60px;
	}

	.pg_signature {
		max-width: 540px;
	}
	
	.pg_signature_signature:not(#_) {
		flex-direction: row;
		font-size: 2rem;
	}
	
	.pg_signature_signature_value {
		max-width: 128px;
		margin-left: 15px;
	}
	
	.pg_signature_img {
		/* width: auto; */

		/* margin-right: 0; */

		/* margin-left: 40px; */
	}

	.pg_signature-wrap .bl_pg_btnWrap {
		flex-basis: auto;
		margin-top: 0;
		margin-left: 80px !important;
	}
}

/* end 代表挨拶 */

/* ----------------------------------------
//
// セミナー開催情報
//
---------------------------------------- */

.pg_seminar-images {
	margin: -1px !important; /* gutenbrg.css 上書き */
}

.pg_seminar-images > * {
	padding: 1px !important; /* gutenbrg.css 上書き */
}
.semibtn{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.semibtn > p:first-of-type a{
	background-color: #ff263c;
}
.semibtn > p:first-of-type a:hover span,.semibtn > p:first-of-type a:hover::after{
	color: #ff7180;
}
@media (min-width: 768px) {
	.semibtn{
		justify-content: flex-end;
	}
}

/* ----------------------------------------
// チラシ
---------------------------------------- */

.wp-block-columns.is-not-stacked-on-mobile.flyer-columns {
	overflow-x: auto;
}

.wp-block-columns.is-not-stacked-on-mobile.flyer-columns > .wp-block-column {
	flex: 1 0 200px;
	flex-shrink: 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-block-columns.is-not-stacked-on-mobile.flyer-columns > .wp-block-column:not(:first-child) {
	margin-left: 10px;
}

.wp-block-columns.is-not-stacked-on-mobile.flyer-columns > .wp-block-column:empty {
	display: none;
}

.wp-block-columns.is-not-stacked-on-mobile.flyer-columns .wp-block-image {
	margin-top: 0;
}

@media (min-width: 768px) {
	.wp-block-columns.is-not-stacked-on-mobile.flyer-columns > .wp-block-column {
		flex: 0 1 25%;
	}
	
	.wp-block-columns.is-not-stacked-on-mobile.flyer-columns > .wp-block-column:not(:first-child) {
		margin-left: 20px;
	}
}

/* end チラシ */

main.-seminar-info .bl_vertPosts > li:first-child {
	border-top: none;
}

main.-seminar-info .bl_vertPosts > li:first-child .bl_vertPost {
	padding-top: 0;
}

@media (min-width: 768px) {
	main.-seminar-info .bl_listWrapper {
		margin-top: -10px;
	}
}

/* end セミナー開催情報 */

/* ----------------------------------------
//
// オーナー様の声
//
---------------------------------------- */

main.-voice > [class^='wp-container'] {
	padding: 20px;
	padding-top: 25px;
}

main.-voice > [class^='wp-container'] + [class^='wp-container'] {
	margin-top: 20px;
}

main.-voice h2 {
	margin-top: 0;
}

main.-voice .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

main.-voice .wp-block-image > figure {
	width: 100px;
	margin-left: 20px;
}

main.-voice .wp-block-columns {
	display: block;
}

main.-voice .wp-block-column:first-child {
	width: 100px;
	margin-left: 20px;
	float: right;
}

main.-voice .wp-block-column > p {
	margin-top: 1em;
	margin-bottom: 1em;
}

main.-voice .wp-block-column > p:first-child {
	margin-top: 0;
}

main.-voice .wp-block-column > :last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	main.-voice {
		padding-bottom: 60px;
	}

	main.-voice > [class^='wp-container'] {
		padding: 40px;
	}
	
	main.-voice > [class^='wp-container'] + [class^='wp-container'] {
		margin-top: 40px;
	}
	
	main.-voice h2 {
		margin-bottom: 30px;
	}

	main.-voice .wp-block-columns {
		display: flex;
	}

	main.-voice .wp-block-column:first-child {
		flex-basis: 200px !important;
		width: auto;
		margin-left: 0;
	}
}

/* end オーナー様の声 */

/* ----------------------------------------
//
// 税金対策
//
---------------------------------------- */

main.-tax .wp-block-table {
	margin-top: 0;
}

@media (min-width: 768px) {
	main.-tax .wp-block-table table tr > * {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	
	main.-tax .wp-block-table table tr > :nth-child(1) {
		width: 15%;
	}
	
	main.-tax .wp-block-table table tr > :nth-child(2) {
		width: 33%;
	}
	
	main.-tax .wp-block-table table tr small {
		display: inline-block;
		margin-top: 0.5em;
	}
}

/* end 税金対策 */

.single iframe{
	height: 868px;
}
.-document iframe{
	height: 1035px;
}
.-reserve iframe{
	height: 1064px;
}

@media (max-width: 767px) {
	.single iframe{
		height: 1011px;
	}
	.-document iframe{
		height: 1245px;
	}
	.-reserve iframe{
		height: 1328px;
	}
	.pg_post p, p.wp-block, .pg_post .bl_pg_btnWrap .bl_pg_btn {
		font-size: 14px;
	}
}

.has-bg-background-color {
    background-color: var(--bec-color-bg, #f1f2eb) !important;
}
.has-em-color {
    color: var(--bec-color-em, #ff3333) !important;
}
.post.type-post .aligncenter {
    display: table;
}
.post.type-post #toc_container {
	width: 100%;
}
.post.type-post #toc_container a {
    color: #212121;
	line-height: 1.778;
	font-size: 18px;
}

@media (max-width: 767px) {
	.post.type-post #toc_container a {
		font-size: 95%;
	}
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li{
	list-style: auto;
}
#toc_container .toc_list ul, #toc_container .toc_list ul li {
	list-style: none;
}
#toc_container > ul{
	padding-left: 20px;
}
