.p-qa-article .reform-qa-data h2 {
	font-size: 2.0rem;
	line-height: 140%;
	font-weight: 700;
	margin-bottom: 5%;
	padding: 26px 10px;
	color: #000;
	margin: 50px 0 20px;
	border-top: double #000;
	border-bottom: double #000;
}

.p-qa-article #summa h2 {
	margin-top: 0;
}

.p-qa-article .reform-qa-data h3 {
	font-size: 1.8rem;
	line-height: 165%;
	font-weight: 700;
	margin: 20px 0 10px;
	background: #d40320;
	color: #fff;
	padding: 10px;
}

.p-qa-article .reform-qa-data h4 {
	border-bottom: none;
	background: #eee;
	padding: 12px 15px 15px;
}

.p-qa-article .reform-qa-data ol li {
	list-style: auto;
}

.p-qa-article .reform-qa-data ol li::before {
	display: none;
}

.p-qa-article #ez-toc-container nav ul:nth-child(2) {}

.p-qa-article #ez-toc-container li a {
	color: #333;
}

.p-qa-article .reform-qa-data img {
	width: auto !important;
}

.p-qa-article .reform-qa-data nav a {
	font-size: 14px;
}

.p-qa-article #ez-toc-container nav ul li.ez-toc-heading-level-3 {
	margin-bottom: 0;
}

.p-qa-article h1.c-section-title {
	line-height: 1.5;
}

.p-qa-article .reform-qa-data blockquote {
	border-left: 6px solid #EEE;
	padding-left: 16px;
	font-style: italic;
	color: #666;
	margin-bottom: 10px;
}

.p-qa-article .reform-qa-data blockquote p {
	margin-bottom: 10px;
}

.p-qa-article .reform-qa-data blockquote a {
	font-size: 13px;
	color: #CCC;
}

.p-qa-article .border__glay {
	border: 1px solid #ccc;
	padding: 14px 20px;
	margin-bottom: 30px;
}

.p-qa-article .border__glay p {
	margin: 0;
}

.p-qa-article .border__glay p strong {
	font-size: 100%;
}

.p-qa-article .reform-qa-data .heading__link {
	border: none;
	margin-bottom: 10px !important;
}

.p-qa-article .reform-qa-data .heading__link a {
	text-decoration: underline;
	color: #fff;
	margin: 20px 0 10px;
}

.p-qa-article__share .c-sns-share-list__item {
	margin-left: 3px;
}

@media screen and (min-width: 769px) {
	.c-keyword-list__item {
		margin: 0 4px 0 4px;
	}

	.c-keyword-list__item a {
		padding: 0 6px;
	}

	.p-qa-article .reform-qa-data h2 {
		font-size: 2.4rem;
		line-height: 32px !important;
	}

	.p-qa-article .reform-qa-data h3 {
		line-height: 32px !important;
	}

	.p-qa-article .reform-qa-data h4 {
		font-size: 18px !important;
		line-height: 32px !important;
		font-weight: 700 !important;
		padding-bottom: 15px !important;
	}

	.p-qa-article .reform-qa-data blockquote p {
		margin-bottom: 10px;
	}

	.p-qa-article .reform-qa-data .heading__link a {
		font-size: 2.0rem;
	}

	.p-qa-article .c-author-info__img {
		width: 120px;
	}
}



.wp-block-embed__wrapper {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 769px) {
	.wp-block-embed__wrapper {
		width: 70%;
		height: 70%;
		margin: 0 auto;
	}
}

.c-keyword-list__item {
	border: none;
	padding: 0 0;
	margin: 0;

}

.c-keyword-block dt {
	font-weight: normal;
	padding-top: 0;
}

.c-keyword-block {
	font-size: 1.4rem;
}

.c-keyword-list__item a {
	font-weight: normal;
}




.branch-ginza-banner {
	text-align: center;
	margin-bottom: 40px;
}


/*** Cookie ***/
.cookie-text {
	padding: 0 10px;
}

.cookie-consent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	color: #000;
	background: #FFF;
	/*  background: rgba(0,0,0,.7);*/
	padding: 1.2em;
	box-sizing: border-box;
	visibility: hidden;
	box-shadow: 0px -5px 10px 0px #eee;
	z-index: 1001;
}

.cookie-consent.is-show {
	visibility: visible;
}

.cookie-consent a {
	color: #d40320 !important;
}

.cookie-agree {
	width: 70px;
	text-align: center;
	color: #fff;
	background: dodgerblue;
	padding: .5em 10px;
}

.cookie-agree:hover {
	cursor: pointer;
}

.cc-hide1 {
	display: none;
}

.cc-hide2 {
	animation: hide 1s linear 0s;
	animation-fill-mode: forwards;
}

@keyframes hide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		visibility: hidden;
	}
}

/* メディアクエリ */
@media screen and (max-width: 600px) {
	.cookie-consent {
		flex-direction: column;
	}

	.cookie-text {
		margin-bottom: 1em;
	}
}

/* 銀座SR SNSアイコン追加 */
.branch_info_sns {
	margin-top: 20px;
}

.branch_info_sns_flex {
	display: flex;
}

.branch_info_sns_flex li {
	width: 40px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.branch_info_sns_flex {
		justify-content: center;
	}

	.branch_info_sns_flex li {
		margin: 0 10px;
	}
}

.p-event-detail figcaption {
	word-break: break-all;
	font-size: 1.4rem;
}

/* DI窓 */
.p-di-section .c-number-tag-list__number {
	font-size: 20px;
}

/* 土屋ホームトピアの満足度向上 */
@media screen and (max-width: 1340px) {
	.p-about-record-list__text {
		white-space: normal;
	}
}

/*ショールームバナー*/
.branch_lp_banner {
	padding-top: 30px;
}

.branch_lp_banner p {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.branch_lp_banner img {
		max-width: 500px;
	}
}

/*イベント詳細*/
.p-event-detail figure {
	margin-bottom: 30px;
}

.p-event-detail figure img {
	margin-bottom: 5px !important;
}

/* event list*/
@media screen and (max-width: 768px) {
	.p-event-list__name span {
		display: flow;
		line-height: 1.2;
		font-size: 12px;
	}

	.p-event-list__item a {
		min-height: 52px;
		display: grid;
		place-items: center;
		padding: 6px 0;
	}
}

/* event detail */
.p-event-detail__content h2 {
	font-size: 1.6em;
	border-top: double #000;
	border-bottom: double #000;
	padding: 20px 0;
	margin-bottom: 40px;
	margin-top: 30px;
	line-height: 1.5;
}

.p-event-detail__content h3 {
	background: #444;
	color: #fff;
	padding: 16px 10px;
	font-size: 1.0em;
	margin-bottom: 30px;
	line-height: 1.5;
}

.p-event-detail__content h4 {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.p-event-detail__content mark {
	font-style: normal !important;
}

.p-event-detail__content ol.wp-block-list,
.p-event-detail__content ul.wp-block-list {
	margin-bottom: 30px;
	margin-left: 1.6em;
}

.p-event-detail__content ol.wp-block-list li {
	list-style: decimal;
}

.p-event-detail__content ul.wp-block-list li {
	list-style: disc;
}

.p-event-detail__content .marker {
	background: linear-gradient(transparent 60%, rgb(255 255 0 / 90%) 60%);
}

.p-event-detail__content .boldfont {
	background: #cf2e2e;
	border-radius: 99px;
	color: #fff;
	padding: 4px 14px;
}

.p-event-detail__content .mb30 {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.p-event-detail__content h2 {
		font-size: 2.0rem;
	}
}

#slideArea {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}

.imageBlock {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.imageBlock img {
	width: 100%;
	min-height: 218px;
	object-fit: cover;
}

.buttonArea button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
	cursor: pointer;
}

.slick-arrow {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #4D4D4DA1;
}

.buttonArea.prev {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	z-index: 1;
}

.buttonArea.prev::after,
.buttonArea.prev::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 11px;
	width: 9px;
	height: 1px;
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: 1px 50%;
	cursor: pointer;
}

.buttonArea.prev::before {
	transform: rotate(45deg);
}

.buttonArea.prev::after {
	transform: rotate(-45deg);
}

.buttonArea.next {
	position: absolute;
	content: '';
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	z-index: 1;
}

.buttonArea.next::after,
.buttonArea.next::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 11px;
	width: 9px;
	height: 1px;
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: calc(100% - 1px) 50%;
	cursor: pointer;
}

.buttonArea.next::before {
	transform: rotate(45deg);
}

.buttonArea.next::after {
	transform: rotate(-45deg);
}

.slick-dots {
	position: absolute;
	content: '';
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	height: 9px;
	display: flex;
	gap: 10px;
}

.slick-dots li {
	width: 9px;
	border-radius: 9px;
	display: flex;
}

.slick-dots li button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	cursor: pointer;
	font-size: 0;
	border-radius: 9px;
}

.slick-dots li.slick-active button {
	background-color: #EC0000;
}

#fixed-event-nav {
	display: none;
	position: fixed;
	content: '';
	bottom: 90px;
	right: -10px;
	width: 173px;
}

#fixed-event-nav>div a {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
}

#fixed-event-nav>div.rsvLink {
	margin-bottom: 5px;
}

#fixed-event-nav>div.rsvLink a {
	height: 44px;
	padding-left: 15px;
	background-color: #E12626;
	color: #ffffff;
}

#fixed-event-nav>div.rsvLink a::after {
	position: absolute;
	content: '';
	left: 13px;
	background: url(/images/event/detail/icon_calender.png) no-repeat;
	background-size: cover;
	width: 18px;
	height: 19px;
}

#fixed-event-nav>div.otherLink a {
	height: 31px;
	padding-left: 21px;
	background-color: #ffffff;
	color: #E12626;
	border-top: 1px solid #E12626;
	border-bottom: 1px solid #E12626;
	border-left: 1px solid #E12626;
}

#fixed-event-nav>div.otherLink a::after {
	position: absolute;
	content: '';
	left: 13px;
	background: url(/images/event/detail/icon_list.png) no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
}

.wp-block-myplugin-box-with-border-text p {
	margin-bottom: 0;
	color: #000000;
}

.wp-block-myplugin-box-with-list h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	color: rgb(223, 32, 32);
	white-space: pre-wrap;
	min-width: 1px;
	background: transparent;
	padding: 0;
}

.wp-block-myplugin-box-with-list ol {
	margin: revert;
	margin-bottom: 0;
	padding: 0 0 0 19px;
}

.wp-block-myplugin-box-with-list ol li {
	list-style: decimal;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	white-space: pre-wrap;
	min-width: 1px;
}

.wp-block-myplugin-box-with-list ol li:last-child {
	margin-bottom: 0;
}

.wp-block-myplugin-box-with-border-text h3 {
	background: transparent;
	padding: 0;
	font-size: 18px;
	color: rgb(0, 0, 0);
	margin-bottom: 12px;
	white-space: pre-wrap;
	min-width: 1px;
}

@media screen and (min-width: 769px) {
	#slideArea {
		height: 342px;
	}

	.imageBlock {
		width: 570px;
	}

	.slick-initialized .slick-slide.imageBlock {
		margin: 0 4px;
	}

	.slick-arrow {
		width: 42px;
		height: 42px;
		border-radius: 42px;
	}

	.buttonArea.prev {
		left: calc(50% - 303px);
	}

	.buttonArea.prev::after,
	.buttonArea.prev::before {
		left: 14px;
		width: 16px;
	}

	.buttonArea.next {
		right: calc(50% - 303px);
	}

	.buttonArea.next::after,
	.buttonArea.next::before {
		right: 14px;
		width: 16px;
	}

	#fixed-event-nav {
		right: 0;
	}
}