@charset "utf-8";

/* ニッショーwebマガジン　記事ページ
-------------------------------------------------- */
hr {
	border-width: 0;
}
a{
	transition: all 0.3s ease;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}

.-bold {
	font-weight: bold;
}

/* layout
-------------------------------------------------- */
.l-detail {
	background-image: url('/chintai/magazine/images/bg-clowd-lowerPage.png');
	/* ヘッダーで背景画像の雲が見切れないように */
	background-position-y: 50px;
}
.l-detail-content {
	background-color: var(--color-white-primary);
	border-radius: 16px;
}
@media only screen and (min-width: 768px){
	.l-detail-contentWrapper {
		max-width: 1152px;
		margin-inline: auto;
		padding-inline: 16px;
	}
	.l-detail-content {
		padding-block: 64px 175px;
	}
	.l-detail-contentInner {
		padding-inline: 98px 102px;
	}
}
@media only screen and (max-width: 767px){
	.l-detail-contentWrapper {
		padding-inline: 8px;
	}
	.l-detail-content {
		padding-block: 24px 56px;
	}
	.l-detail-contentInner {
		padding-inline: 13px 15px;
	}
}

/* h1
-------------------------------------------------- */
.mt-hdg_lv1 > .text {
	font-weight: bold;
}
@media only screen and (min-width: 768px){
	.mt-hdg_lv1 > .text {
		font-size: 32px;
		line-height: 1.65;
	}
}
@media only screen and (max-width: 767px){
	.mt-hdg_lv1 > .text {
		font-size: 22px;
		line-height: 1.68;
		letter-spacing: 1.5px;
	}
}

/* info
-------------------------------------------------- */
.p-detail-info {
	position: relative;
}
@media only screen and (min-width: 768px){
	.p-detail-info {
		padding-right: 96px;
		min-height: 80px;
	}
	.p-detail-info-buttonLike {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media only screen and (max-width: 767px){
	.p-detail-info {
		padding-right: 72px;
		min-height: 64px;
	}
	.p-detail-info-buttonLike {
		position: absolute;
		top: 0;
		right: 0;
	}
}

/* listTag
-------------------------------------------------- */
.p-detail-listTag {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px){
	.p-detail-listTag {
		gap: 8px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 767px){
	.p-detail-listTag {
		column-gap: 8px;
		row-gap: 10px;
		margin-top: 20px;
	}
}

/* date
-------------------------------------------------- */
.p-detail-date .text {
	color: #888;
	line-height: 1;
}
@media only screen and (min-width: 768px){
	.p-detail-date {
		margin-top: 24px;
	}
	.p-detail-date .text {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	.p-detail-date {
		margin-top: 16px;
	}
	.p-detail-date .text {
		font-size: 14px;
	}
}

.mt-date{
	font-size: 14px;
	color: #666666;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
}

/* MV
-------------------------------------------------- */
@media only screen and (min-width: 768px){
	.p-detail-mv {
		margin-top: 44px;
	}
}
@media only screen and (max-width: 767px){
	.p-detail-mv {
		margin-top: 20px;
	}
}

/* summary
-------------------------------------------------- */
@media only screen and (min-width: 768px){
	.mt-summary {
		margin-top: 32px;
	}
	.mt-summary > .text {
		font-size: 14px;
		line-height: 2;
	}
}
@media only screen and (max-width: 767px){
	.mt-summary {
		margin-top: 20px;
	}
	.mt-summary > .text {
		font-size: 14px;
		line-height: 1.78;
	}
}

/* cta
-------------------------------------------------- */
.p-detail-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-detail-cta-title .text {
	font-weight: bold;
	text-align: center;
}
.p-detail-cta-title .text.-line {
	text-decoration: underline;
	text-decoration-color: #F4D923;
	text-decoration-skip-ink: none;
}
.p-detail-cta-lead {
	width: fit-content;
}
.p-detail-cta-lead .text {
	text-align: center;
}
.p-detail-cta-listButton {
	display: grid;
	width: fit-content;
}
@media only screen and (min-width: 768px){
	.p-detail-cta {
		margin-top: 80px;
	}
	.p-detail-cta-title .text {
		font-size: 32px;
		line-height: 1.65;
	}
	.p-detail-cta-title .text.-line {
		text-decoration-thickness: 0.32em;
		text-underline-offset: -0.07em;
	}
	.p-detail-cta-lead {
		margin-top: 32px;
	}
	.p-detail-cta-lead .text {
		font-size: 18px;
		line-height: 2;
	}
	.p-detail-cta-listButton {
		gap: 24px;
		margin-top: 40px;
	}
	.p-detail-cta-listButton {
		grid-template-columns: repeat(2, 1fr);
	}
	.p-detail-cta-listButton:has(.mt-buttonRounded:only-child) {
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width: 767px){
	.p-detail-cta {
		margin-top: 70px;
	}
	.p-detail-cta-title .text {
		font-size: 22px;
		line-height: 1.74;
	}
	.p-detail-cta-title .text.-line {
		text-decoration-thickness: 0.38em;
		text-underline-offset: -0.18em;
	}
	.p-detail-cta-lead {
		margin-top: 24px;
	}
	.p-detail-cta-lead .text {
		font-size: 16px;
		line-height: 1.87;
	}
	.p-detail-cta-listButton {
		gap: 20px;
		margin-top: 40px;
	}
	.p-detail-cta-listButton {
		grid-template-columns: 1fr;
	}
}

/* imgCity
-------------------------------------------------- */
.p-detail-imgCity {
	background-image: url('/chintai/magazine/images/detail/bg-city.png');
	background-position-x: calc(50% - 8px);
	background-position-y: 100%;
	background-repeat: repeat-x;
}
.p-detail-imgCity-content {
	position: relative;
	width: 100%;
	height: 100%;
}
.p-detail-imgCity > .p-detail-imgCity-content > .birdYellow,
.p-detail-imgCity > .p-detail-imgCity-content > .ballooonGreen,
.p-detail-imgCity > .p-detail-imgCity-content > .ballooonBlue,
.p-detail-imgCity > .p-detail-imgCity-content > .ballooonRed {
	position: absolute;
}
@media only screen and (min-width: 768px){
	.p-detail-imgCity {
		height: 378px;
		background-size: auto 110px;
	}
	.p-detail-imgCity > .p-detail-imgCity-content > .birdYellow {
		width: 46px;
		top: 163px;
		left: 72px;
	}
	.p-detail-imgCity > .p-detail-imgCity-content > .ballooonGreen {
		width: 20px;
		top: 200px;
		left: 127px;
	}
	.p-detail-imgCity > .p-detail-imgCity-content > .ballooonBlue {
		width: 20px;
		top: 167px;
		right: 29px;
	}
	.p-detail-imgCity > .p-detail-imgCity-content > .ballooonRed {
		width: 20px;
		top: 128px;
		right: 19px;
	}
}
@media only screen and (max-width: 767px){
	.p-detail-imgCity {
		height: max(206px, 55vw);
		background-size: auto 100px;
	}
	.p-detail-imgCity > .p-detail-imgCity-content > .birdYellow {
		width: 32px;
		top: 50px;
		left: 20px;
	}
	.p-detail-imgCity > .p-detail-imgCity-content > .ballooonGreen {
		width: 15px;
		top: 89px;
		left: 54px;
	}
	.p-detail-imgCity > .p-detail-imgCity-content > .ballooonBlue {
		width: 20px;
		top: 79px;
		right: 28px;
	}
	.p-detail-imgCity > .p-detail-imgCity-content > .ballooonRed {
		width: 19px;
		top: 40px;
		right: 18px;
	}
}

.p-detail-about {
	background-color: var(--color-white-primary);
}
.p-detail-about-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media only screen and (min-width: 768px){
	.p-detail-about {
		padding-block: 96px;
	}
	.p-detail-about-inner {
		max-width: 920px;
		margin-inline: auto;
	}
	.p-detail-about-content {
		display: flex;
		gap: 32px;
		padding-inline: 14px;
	}
	.p-detail-about-content .p-detail-about-logo {
		flex-shrink: 0;
		width: 165px;
		margin-top: -34px;
	}
	.p-detail-about-content .p-detail-about-desc .text {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.5px;
	}
}
@media only screen and (max-width: 767px){
	.p-detail-about {
		padding-block: 48px 64px;
	}
	.p-detail-about-inner {
		padding-inline: 16px;
	}
	.p-detail-about-content .p-detail-about-logo {
		flex-shrink: 0;
		width: 165px;
		margin-top: -76px;
	}
	.p-detail-about-content .p-detail-about-desc {
		margin-top: 24px;
	}
	.p-detail-about-content .p-detail-about-desc .text {
		font-size: 15px;
		line-height: 2;
	}
}

/* 記事内モジュール
-------------------------------------------------- */
/* h2
-------------------------------------------------- */
@media only screen and (min-width: 768px){
	.mt-hdg_lv2 {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.67;
		padding: 10px 16px;
		border-bottom: 5px solid #71C8EA;
		background: #D4EEF9;
		position: relative;
		margin-top: 80px;
	}
	.mt-hdg_lv2.-icon{
		padding-right: 50px;
	}
	.mt-hdg_lv2.-icon img{
		position: absolute;
		width: 45px;
		height: 45px;
		bottom: -7px;
		right: 0;
	}
}
@media only screen and (max-width: 767px){
	.mt-hdg_lv2 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.7;
		padding: 10px 12px;
		border-bottom: 5px solid #71C8EA;
		background: #D4EEF9;
		position: relative;
		margin-top: 64px;
	}
	.mt-hdg_lv2.-icon{
		padding-right: 30px;
	}
	.mt-hdg_lv2.-icon img{
		position: absolute;
		width: 40px;
		height: 40px;
		bottom: -7px;
		right: 0;
	}
}

/* h3
-------------------------------------------------- */
@media only screen and (min-width: 768px){
	.mt-hdg_lv3 {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.82;
		padding-bottom: 14px;
		border-bottom: 4px dotted #71C8EA;
		margin-top: 64px;
	}
	.mt-hdg_lv3 + .mt-block {
		margin-top: -8px;
	}
	/* 隣接マージン */
	.mt-toc + .mt-hdg_lv3 {
		margin-top: 80px;
	}
	.mt-hdg_lv2 + .mt-hdg_lv3 {
		margin-top: 48px;
	}
}
@media only screen and (max-width: 767px){
	.mt-hdg_lv3 {
		font-size: 19px;
		font-weight: bold;
		line-height: 1.74;
		padding-bottom: 20px;
		border-bottom: 4px dotted #71C8EA;
		margin-top: 64px;
	}
	.mt-hdg_lv3 + .mt-block {
		margin-top: -8px;
	}
	/* 隣接マージン */
	.mt-hdg_lv2 + .mt-hdg_lv3 {
		margin-top: 40px;
	}
}

/* h4
-------------------------------------------------- */
@media only screen and (min-width: 768px){
	.mt-hdg_lv4 {
		font-size: 19px;
		font-weight: bold;
		line-height: 1.74;
		padding-bottom: 12px;
		border-bottom: 2px dotted #AAAAAA;
		margin-top: 64px;
	}
	/* 隣接マージン */
	.mt-toc + .mt-hdg_lv4 {
		margin-top: 80px;
	}
	.mt-hdg_lv2 + .mt-hdg_lv4,
	.mt-hdg_lv3 + .mt-hdg_lv4 {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 767px){
	.mt-hdg_lv4 {
		font-size: 17px;
		font-weight: bold;
		line-height: 1.76;
		padding-bottom: 12px;
		border-bottom: 2px dotted #AAAAAA;
		margin-top: 56px;
	}
	/* 隣接マージン */
	.mt-toc + .mt-hdg_lv4 {
		margin-top: 64px;
	}
	.mt-hdg_lv2 + .mt-hdg_lv4,
	.mt-hdg_lv3 + .mt-hdg_lv4 {
		margin-top: 40px;
	}
}

/* h5
-------------------------------------------------- */
@media only screen and (min-width: 768px){
	.mt-hdg_lv5 {
		font-size: 17px;
		font-weight: bold;
		line-height: 1.76;
		margin-top: 40px;
	}
	/* 隣接マージン */
	.mt-toc + .mt-hdg_lv5 {
		margin-top: 80px;
	}
	.mt-hdg_lv2 + .mt-hdg_lv5,
	.mt-hdg_lv3 + .mt-hdg_lv5 {
		margin-top: 32px;
	}
	.mt-hdg_lv4 + .mt-hdg_lv5 {
		margin-top: 24px;
	}
}
@media only screen and (max-width: 767px){
	.mt-hdg_lv5 {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.63;
		margin: 24px 0 12px;
	}
	/* 隣接マージン */
	.mt-toc + .mt-hdg_lv5 {
		margin-top: 64px;
	}
	.mt-hdg_lv2 + .mt-hdg_lv5,
	.mt-hdg_lv3 + .mt-hdg_lv5 {
		margin-top: 32px;
	}
	.mt-hdg_lv4 + .mt-hdg_lv5 {
		margin-top: 24px;
	}
}

/* アコーディオン
-------------------------------------------------- */
[data-accordion="root"] [data-accordion="body"] {
	transition: max-height .3s;
}
[data-accordion="root"] [data-accordion="body"][aria-hidden] {
	max-height: 0;
}

/* 目次
-------------------------------------------------- */

.mt-toc {
	border-radius: 16px;
	border: 1.5px solid #CCC;
	box-shadow: 3px 6px rgba(220, 220, 220, 0.50);
}
.mt-tocItem {
	overflow: hidden;
	position: relative;
}
.mt-tocItem .mt-tocItem-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.mt-tocItem a.mt-tocItem-head {
	text-decoration: none;
	width: fit-content;
}
.mt-tocItem .mt-tocItem-head .text {
	font-weight: bold;
	color: var(--color-theme);
}
.mt-tocItem .mt-tocItem-head .icon {
	position: relative;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: var(--color-bg-tertiary);
}
.mt-tocItem .mt-tocItem-head .icon::after {
	content: '\72';
	display: block;
	font: normal 16px / 1 "fontello";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-theme);
}
.mt-tocItem .mt-tocItem-line {
	position: relative;
	display: block;
	width: 100%;
	background-color: var(--color-white-primary);
}
.mt-tocItem .mt-tocItem-line::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #EEEEEE 3px, transparent 2px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
}
.mt-tocItem:last-of-type .mt-tocItem-line::after {
	display: none;
}
.mt-tocItem .mt-tocItem-body {
}
.mt-tocItem .mt-tocItem-body-desc {
	position: relative;
	display: block;
}
.mt-tocItem a.mt-tocItem-body-desc {
	text-decoration: none;
}
.mt-tocItem .mt-tocItem-body-desc .text {
	color: var(--color-black-primary);
}
.mt-tocItem .mt-tocItem-body-desc::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: var(--color-bg-sedondary);
}

/* mt-tocItem-bodyがない場合 */
.mt-tocItem:not(:has(.mt-tocItem-body)) .mt-tocItem-head .icon {
	display: none;
}

@media only screen and (min-width: 768px){
	.mt-toc {
		padding: 32px 40px;
		margin-top: 40px;
	}
	.mt-tocItem {
		padding-top: 16px;
	}
	.mt-tocItem .mt-tocItem-head {
		gap: 8px;
	}
	.mt-tocItem .mt-tocItem-head .text {
		font-size: 16px;
		line-height: 1.75;
	}
	.mt-tocItem .mt-tocItem-head .icon {
		width: 20px;
		height: 20px;
	}
	.mt-tocItem .mt-tocItem-line {
		height: 16px;
	}
	.mt-tocItem .mt-tocItem-body {
		padding-left: 40px;
	}
	.mt-tocItem .mt-tocItem-body-desc {
		padding-left: 13px;
		margin-top: 8px;
	}
	.mt-tocItem .mt-tocItem-body-desc .text {
		font-size: 16px;
		line-height: 1.78;
	}
	/* 隣接マージン */
	.mt-hdg_lv2 + .mt-toc,
	.mt-hdg_lv3 + .mt-toc,
	.mt-hdg_lv4 + .mt-toc,
	.mt-hdg_lv5 + .mt-toc,
	.mt-speechBubble + .mt-toc {
		margin-top: 32px;
	}
	.mt-buttonRounded + .mt-toc,
	.mt-linkImg + .mt-toc,
	.mt-media + .mt-toc,
	.mt-txt-list + .mt-toc,
	.faq-box + .mt-toc,
	.mt-block + .mt-toc,
	.mt-blockTag + .mt-toc,
	.mt-img + .mt-toc,
	.mt-hr + .mt-toc,
	.mt-iconHeadingDesc + .mt-toc,
	.mt-table-wrap + .mt-toc {
		margin-top: 64px;
	}
	.mt-talk-box + .mt-toc {
		margin-top: 80px;
	}
}
@media only screen and (max-width: 767px){
	.mt-toc {
		padding: 8px 16px;
		margin-top: 40px;
	}
	.mt-tocItem {
		padding-top: 12px;
	}
	.mt-tocItem .mt-tocItem-head {
		gap: 8px;
	}
	.mt-tocItem .mt-tocItem-head .text {
		font-size: 15px;
		line-height: 1.53;
	}
	.mt-tocItem .mt-tocItem-head .icon {
		width: 20px;
		height: 20px;
	}
	.mt-tocItem .mt-tocItem-line {
		height: 12px;
	}
	.mt-tocItem .mt-tocItem-body {
		padding-left: 12px;
	}
	.mt-tocItem .mt-tocItem-body-desc {
		padding-left: 12px;
		margin-top: 10px;
	}
	.mt-tocItem .mt-tocItem-body-desc .text {
		font-size: 13px;
		line-height: 1.53;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-toc {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-toc,
	.mt-hdg_lv5 + .mt-toc {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-toc,
	.mt-hdg_lv3 + .mt-toc,
	.mt-text + .mt-toc,
	.mt-list + .mt-toc {
		margin-top: 32px;
	}
	.mt-buttonRounded + .mt-toc,
	.mt-linkImg + .mt-toc,
	.mt-media + .mt-toc,
	.mt-txt-list + .mt-toc,
	.faq-box + .mt-toc,
	.mt-block + .mt-toc,
	.mt-blockTag + .mt-toc,
	.mt-img + .mt-toc,
	.mt-hr + .mt-toc,
	.mt-iconHeadingDesc + .mt-toc,
	.mt-table-wrap + .mt-toc {
		margin-top: 64px;
	}
	.mt-talk-box + .mt-toc {
		margin-top: 80px;
	}
}

/* テキスト
-------------------------------------------------- */

@media only screen and (min-width: 768px){
	.mt-text {
		font-size: 16px;
		line-height: 2;
		color: #2A2A2A;
		margin-top: 16px;
	}
	/* 隣接マージン */
	.mt-hdg_lv5 + .mt-text {
		margin-top: 12px;
	}
	.mt-hdg_lv2 + .mt-text,
	.mt-hdg_lv3 + .mt-text,
	.mt-list + .mt-text,
	.mt-speechBubble + .mt-text,
	.mt-img + .mt-text {
		margin-top: 24px;
	}
	.mt-list + .mt-text {
		margin-top: 32px;
	}
	.mt-buttonRounded + .mt-text,
	.mt-linkImg + .mt-text,
	.mt-media + .mt-text,
	.mt-txt-list + .mt-text,
	.faq-box + .mt-text,
	.mt-block + .mt-text,
	.mt-blockTag + .mt-text,
	.mt-talk-box + .mt-text,
	.mt-img + .mt-text,
	.mt-iconHeadingDesc + .mt-text,
	.mt-table-wrap + .mt-text {
		margin-top: 40px;
	}
	.mt-toc + .mt-text {
		margin-top: 56px;
	}
	.mt-hr + .mt-text {
		margin-top: 64px;
	}
}

@media only screen and (max-width: 767px){
	.mt-text {
		font-size: 16px;
		line-height: 1.875;
		color: #2A2A2A;
		margin-top: 16px;
	}
	/* 隣接マージン */
	.mt-hdg_lv5 + .mt-text {
		margin-top: 12px;
	}
	.mt-hdg_lv2 + .mt-text,
	.mt-hdg_lv3 + .mt-text {
		margin-top: 20px;
	}
	.mt-hdg_lv2 + .mt-text,
	.mt-hdg_lv3 + .mt-text,
	.mt-list + .mt-text,
	.mt-speechBubble + .mt-text,
	.mt-img + .mt-text {
		margin-top: 20px;
	}
	.mt-list + .mt-text {
		margin-top: 32px;
	}
	.mt-buttonRounded + .mt-text,
	.mt-linkImg + .mt-text,
	.mt-media + .mt-text,
	.mt-txt-list + .mt-text,
	.faq-box + .mt-text,
	.mt-block + .mt-text,
	.mt-blockTag + .mt-text,
	.mt-talk-box + .mt-text,
	.mt-img + .mt-text,
	.mt-iconHeadingDesc + .mt-text,
	.mt-table-wrap + .mt-text {
		margin-top: 32px;
	}
	.mt-hr + .mt-text {
		margin-top: 40px;
	}
	.mt-toc + .mt-text {
		margin-top: 48px;
	}
}

/* リンクテキスト
-------------------------------------------------- */

/* variants */
.mt-linkText.-inline {
	margin-top: 0;
}

@media only screen and (min-width: 768px){
	.mt-linkText {
		margin-top: 32px;
		display: block;
		color: #0066CC;
		text-decoration: underline;
		text-underline-position: under;
		font-size: 16px;
		line-height: 1.8;
	}
	.mt-linkText[target="_blank"]::after {
		content: '\7a';
		display: inline-block;
		font: normal 16px / 1 "fontello";
		margin-left: .5em;
		margin-right: 1em;
	}

}

@media only screen and (max-width: 767px){
	.mt-linkText {
		margin-top: 16px;
		display: block;
		color: #0066CC;
		text-decoration: underline;
		text-underline-position: under;
		font-size: 16px;
		line-height: 1.8;
	}
	.mt-linkText[target="_blank"]::after {
		content: '\7a';
		display: inline-block;
		font: normal 14px / 1 "fontello";
		margin-left: .5em;
		margin-right: 1em;
	}
}


/* 画像
-------------------------------------------------- */

.mt-img {
	width: fit-content;
	margin-inline: auto;
}

@media only screen and (min-width: 768px){

	.mt-img {
		margin-top: 40px;
		width: fit-content;
	}
	.mt-img img {
		max-width: 100%;
	}

	/* 隣接テキスト */
	.mt-hdg_lv5 + .mt-img {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-img,
	.mt-hdg_lv3 + .mt-img,
	.mt-hdg_lv4 + .mt-img {
		margin-top: 32px;
	}
	.mt-toc + .mt-img {
		margin-top: 56px;
	}
	.mt-hr + .mt-img {
		margin-top: 64px;
	}
}

@media only screen and (max-width: 767px){

	.mt-img {
		display: block;
		margin-top: 32px;
	}
	.mt-img img {
		max-width: 100%;
	}
	/* 隣接テキスト */
	.mt-speechBubble + .mt-img {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-img,
	.mt-hdg_lv5 + .mt-img {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-img,
	.mt-hdg_lv3 + .mt-img,
	.mt-hdg_lv3 + .mt-text {
		margin-top: 32px;
	}

	.mt-toc + .mt-img {
		margin-top: 48px;
	}
}


/* .mt-img-txt-wrap
-------------------------------------------------- */

.mt-img-txt-wrap .mt-img{
	line-height: 1;
	text-align: center;
	margin-top: 30px;
}
.mt-img-txt-wrap .mt-img img{
	max-width: 1120px;
	max-height: 560px;
	vertical-align: bottom;
}

.mt-img-txt-wrap{
	display: flex;
	width: 100%;
	align-items: flex-start;
	margin-top: 30px;
}
.mt-img-txt-wrap > .mt-img{
	max-width: 360px;
	margin-top: 0;
}
.mt-img-txt-wrap > .mt-img img{
	width: 100%;
}
.mt-img-txt-wrap .mt-txt-block{
	flex: 1;
	margin-left: 40px;
}
.mt-img-txt-wrap .mt-txt-block > p {
	font-size: 16px;
	line-height: 2;
}
.mt-img-txt-wrap .mt-txt-block > p:first-child{
	margin-top: 0;
}

@media only screen and (max-width: 767px){
	.mt-img-txt-wrap .mt-img{
		max-width: 100%;
		margin-top: 24px;
	}
	.mt-img-txt-wrap .mt-img img{
		width: 100%; 
	}
	
	.mt-img-txt-wrap{
		display: block;
		margin-top: 24px;
	}
	.mt-img-txt-wrap > .mt-img{
		max-width: 100%;
		margin-bottom: 24px;
	}
	.mt-img-txt-wrap .mt-txt-block{
		margin-left: 0;
	}
}


/* 動画
-------------------------------------------------- */

@media only screen and (min-width: 768px){

	.mt-movie {
		max-width: 800px;
		margin: 40px auto 0;
	}
	.mt-movie iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
		border: 0;
	}

}

@media only screen and (max-width: 767px){

	.mt-movie {
		width: 100%;
		max-width: 800px;
		margin: 32px auto 0;
	}
	.mt-movie iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
		border: 0;
	}

}

/* GoogleMap
-------------------------------------------------- */

@media only screen and (min-width: 768px){

	.mt-map {
		max-width: 800px;
		margin: 40px auto 0;
	}
	.mt-map iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
		border: 0;
	}

}

@media only screen and (max-width: 767px){

	.mt-map {
		width: 100%;
		max-width: 800px;
		margin: 32px auto 0;
	}
	.mt-map iframe {
		width: 100%;
		aspect-ratio: 16 / 9;
		border: 0;
	}

}


/* アイコン
-------------------------------------------------- */
.magazine i[class^="icon-"] {
	color: #707070;
	font-size: 20px;
}

@media only screen and (max-width: 767px){
	.magazine i[class^="icon-"] {
		font-size: 16px;
	}
}


/* リスト
-------------------------------------------------- */

/* plane */
.mt-list.plane > li{
	padding-left: 15px;
}
.mt-list.plane > li::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #71C8EA;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
}

/* link */
.mt-list.link > li{
	padding-left: 30px;
}
.mt-list.link > li::before{
	content: '\71';
	display: block;
	font: normal 16px / 1 "fontello";
	color: #06C;
	position: absolute;
	font-weight: 900;
	top: 5px;
	left: 8px;
	z-index: 1;
}
.mt-list.link > li::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #D4EEF9;
}
.mt-list.link > li > a[target="_blank"]::after {
	content: '\7a';
	display: inline-block;
	font: normal 16px / 1 "fontello";
	margin-left: .5em;
	margin-right: 1em;
}

@media only screen and (min-width: 768px){

	.mt-list {
		margin-top: 32px;
	}
	.mt-list > li {
		position: relative;
		padding-left: 2.1em;
		font-size: 16px;
		line-height: 1.625;
		color: #2A2A2A;
	}
	.mt-list > li + li {
		margin-top: 20px;
	}
	
	.mt-list.num > li::before {
		content: counter(list-item);
		display: block;
		position: absolute;
		z-index: 1;
		top: 2px;
		left: 0;
		font-size: 14px;
		font-weight: bold;
		color: #2A2A2A;
		width: 24px;
		text-align: center;
	}
	.mt-list.num > li::after {
		content: '';
		position: absolute;
		z-index: 0;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		top: 2px;
		left: 0;
		background: #D4EEF9;
	}

	.mt-list.index > li{
		padding-left: 24px;
	}
	.mt-list.index > li::before{
		content: '\72';
		display: block;
		width: 1em;
		height: 1em;
		font: normal 16px / 1 "fontello";
		position: absolute;
		top: 0.4em;
		left: 0;
		color: #0066CC;
	}

	.mt-speechBubble + .mt-list,
	.mt-hdg_lv4 + .mt-list,
	.mt-hdg_lv5 + .mt-list {
		margin-top: 24px;
	}

	.mt-img + .mt-list,
	.mt-list + .mt-list,
	.mt-buttonRounded + .mt-list,
	.mt-linkImg + .mt-list,
	.mt-media + .mt-list,
	.mt-txt-list + .mt-list,
	.faq-box + .mt-list,
	.mt-block + .mt-list,
	.mt-blockTag + .mt-list,
	.mt-talk-box + .mt-list,
	.mt-img + .mt-list,
	.mt-iconHeadingDesc + .mt-list,
	.mt-table-wrap + .mt-list {
		margin-top: 40px;
	}

	.mt-toc + .mt-list {
		margin-top: 56px;
	}

	.mt-hr + .mt-list {
		margin-top: 64px;
	}

}

@media only screen and (max-width: 767px){

	.mt-list {
		margin-top: 32px;
	}
	.mt-list > li {
		position: relative;
		padding-left: 2.1em;
		font-size: 16px;
		line-height: 1.625;
		color: #2A2A2A;
	}
	.mt-list > li + li {
		margin-top: 20px;
	}
	
	.mt-list.num > li::before {
		content: counter(list-item);
		display: block;
		position: absolute;
		z-index: 1;
		top: 2px;
		left: 0;
		font-size: 14px;
		font-weight: bold;
		color: #2A2A2A;
		width: 24px;
		text-align: center;
	}
	.mt-list.num > li::after {
		content: '';
		position: absolute;
		z-index: 0;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		top: 2px;
		left: 0;
		background: #D4EEF9;
	}

	.mt-list.index > li{
		padding-left: 24px;
	}
	.mt-list.index > li::before{
		content: '\72';
		display: block;
		width: 1em;
		height: 1em;
		font: normal 16px / 1 "fontello";
		position: absolute;
		top: 0.4em;
		left: 0;
		color: #0066CC;
	}

	/* 隣接ルール */
	.mt-speechBubble + .mt-list {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-list,
	.mt-hdg_lv5 + .mt-list {
		margin-top: 24px;
	}
	.mt-hr + .mt-list {
		margin-top: 40px;
	}
	.mt-toc + .mt-list {
		margin-top: 48px;
	}

}

/* 説明リスト
-------------------------------------------------- */

.mt-txt-list > li > dl > dt::before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 17px;
	height: 17px;
	background-image: url('/chintai/magazine/images/mt-txt-list.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.mt-txt-list > li:last-child{
	border-bottom: none;
}

@media only screen and (min-width: 768px){

	.mt-txt-list > li{
		display: flex;
		padding-top: 24px;
		padding-bottom: 24px;
		border-bottom: 1px dashed #DCDCDC;
	}
	/* .mt-txt-list > li:first-of-type{
		padding-top: 64px;
	} */
	
	.mt-txt-list > li > .mt-img{
		width: 35%;
		margin-top: 0;
	}
	
	.mt-txt-list > li > dl {
		width: 65%;
		padding-left: 24px;
		padding-top: 12px;
	}
	.mt-txt-list > li > dl > dt{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.78;
		color: #2A2A2A;
		padding-left: 25px;
		position: relative;
	}
	.mt-txt-list > li > dl > dd{
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.75;
		color: #2A2A2A;
	}

	.mt-txt-list.-onlytext > li{
		border-radius: 16px;
		padding: 24px 32px;
		border: 1.5px solid #CCCCCC;
		margin-top: 24px;
	}
	.mt-txt-list.-onlytext > li > dl {
		width: 100%;
		padding: 0;
	}
	.mt-txt-list.-onlytext > li > dl > dt{
		font-size: 17px;
		padding-left: 0;
		padding-bottom: 12px;
		letter-spacing: 1.76;
		border-bottom: 1px dashed #DCDCDC;
	}
	.mt-txt-list.-onlytext > li > dl > dt::before{
		display: none;
	}
	.mt-txt-list.-onlytext > li > dl > dd{
		margin-top: 12px;
	}
	.mt-txt-list.-noIcon > li > dl > dt {
		padding-left: 0;
	}
	.mt-txt-list.-noIcon > li > dl > dt:before {
		display: none;
	}

	/* 隣接マージン */
  .mt-speechBubble + .mt-txt-list,
	.mt-hdg_lv5 + .mt-txt-list {
    margin-top: 24px;
  }
	.mt-toc + .mt-txt-list {
    margin-top: 56px;
  }
	.mt-hr + .mt-txt-list {
    margin-top: 64px;
  }

}

@media only screen and (max-width: 767px){

	.mt-txt-list {
		margin-top: 40px;
	}

	.mt-txt-list > li{
		display: block;
		padding-top: 24px;
		padding-bottom: 24px;
		border-bottom: 1px dashed #DCDCDC;
	}
	
	.mt-txt-list > li > .mt-img{
		margin-top: 0;
	}
	
	.mt-txt-list > li > dl > dt{
		margin: 20px 0 10px;
		font-size: 17px;
		font-weight: bold;
		line-height: 1.76;
		color: #2A2A2A;
		position: relative;
		padding-left: 25px;
	}
	.mt-txt-list > li > dl > dd{
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.75;
		color: #2A2A2A;
	}
	.mt-txt-list.-onlytext > li{
		border-radius: 16px;
		padding: 20px;
		border: 1.5px solid #CCCCCC;
		margin-top: 24px;
	}
	.mt-txt-list.-onlytext > li > dl {
		width: 100%;
		padding: 0;
	}
	.mt-txt-list.-onlytext > li > dl > dt{
		font-size: 18px;
		margin-top: 0;
		padding-left: 0;
		padding-bottom: 16px;
		letter-spacing: 1.67;
		border-bottom: 1px dashed #DCDCDC;
	}
	.mt-txt-list.-onlytext > li > dl > dt::before{
		display: none;
	}
	.mt-txt-list.-onlytext > li > dl > dd{
		margin-top: 12px;
		font-size: 16px;
		line-height: 1.75;
	}
	.mt-txt-list.-noIcon > li > dl > dt {
		padding-left: 0;
	}
	.mt-txt-list.-noIcon > li > dl > dt:before {
		display: none;
	}

	/* 隣接マージン */
	.mt-speechBubble + .mt-txt-list {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-txt-list,
	.mt-hdg_lv5 + .mt-txt-list {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-txt-list,
	.mt-hdg_lv3 + .mt-txt-list,
	.mt-text + .mt-txt-list {
		margin-top: 32px;
	}
	.mt-toc + .mt-txt-list {
		margin-top: 48px;
	}

}


/* カラーボックス
-------------------------------------------------- */

/* variants */

/* -blue */
.mt-block.-blue {
	background-color: var(--color-bg-tertiary);
}
.mt-block.-blue .mt-block-title .text {
	color: var(--color-theme);
}
.mt-block.-blue .mt-block-title .line {
	background-color: #bbe7f9;
}

/* -yellow */
.mt-block.-yellow {
	background-color: #FBF6E4;
}
.mt-block.-yellow .mt-block-title .text {
	color: #E57F12;
}
.mt-block.-yellow .mt-block-title .line {
	background-color: #FFE58B;
}

/* -green */
.mt-block.-green {
	background-color: #E5F4F0;
}
.mt-block.-green .mt-block-title .text {
	color: #00875D;
}
.mt-block.-green .mt-block-title .line {
	background-color: #BBE7CD;
}

@media only screen and (min-width: 768px){

	.mt-block {
		padding: 24px 32px;
		margin-top: 64px;
		border-radius: 16px;
	}
	.mt-block + .mt-block {
		margin-top: 32px;
	}
	.mt-block .mt-block-title {
		position: relative;
		width: fit-content;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
	}
	.mt-block .mt-block-title .text {
		position: relative;
		z-index: 1;
	}
	.mt-block .mt-block-title .line {
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 0.4em;
	}
	.mt-block .mt-block-desc {
		font-size: 16px;
		line-height: 1.75;
	}
	.mt-block .mt-block-title + * {
		margin-top: 16px;
	}

	/* 隣接マージン */
	.mt-speechBubble + .mt-block,
	.mt-hdg_lv5 + .mt-block {
		margin-top: 24px;
	}
	.mt-toc + .mt-block {
		margin-top: 56px;
	}
	.mt-hr + .mt-block {
		margin-top: 64px;
	}

}

@media only screen and (max-width: 767px){

	.mt-block {
		padding: 20px;
		border-radius: 16px;
		margin-top: 40px;
	}
	.mt-block .mt-block-title {
		position: relative;
		width: fit-content;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
	}
	.mt-block .mt-block-title .text {
		position: relative;
		z-index: 1;
	}
	.mt-block .mt-block-title .line {
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 0.4em;
	}
	.mt-block .mt-block-desc {
		font-size: 14px;
		line-height: 1.78;
	}
	.mt-block .mt-block-title + * {
		margin-top: 16px;
	}

	/* 隣接マージン */
	.mt-speechBubble + .mt-block {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-block,
	.mt-hdg_lv5 + .mt-block {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-block,
	.mt-hdg_lv3 + .mt-block,
	.mt-text + .mt-block {
		margin-top: 32px;
	}
	.mt-toc + .mt-block {
		margin-top: 48px;
	}

}

/* メリットデメリット
-------------------------------------------------- */

.mt-blockTag .mt-blockTag-tag .icon {
	border-radius: 50%;
	background-color: var(--color-white-primary);
}

/* variants */
/* -pink */
.mt-blockTag.-pink {
	background-color: #FFF3F9;
}
.mt-blockTag.-pink .mt-blockTag-tag {
	background-color: #F9C2DD;
}
/* -purple */
.mt-blockTag.-purple {
	background-color: #EBEDF6;
}
.mt-blockTag.-purple .mt-blockTag-tag {
	background-color: #B7C3F0;
}

@media only screen and (min-width: 768px){

	.mt-blockTag {
		padding: 24px 32px;
		margin-top: 64px;
		border-radius: 16px;
	}
	.mt-blockTag + .mt-blockTag {
		margin-top: 32px;
	}
	.mt-blockTag .mt-blockTag-tag {
		display: flex;
		align-items: center;
		gap: 4px;
		width: fit-content;
		padding: 6px 11px;
		border-radius: 100vmax;
		border: 1.5px solid var(--color-border-quaternary);
	}
	.mt-blockTag .mt-blockTag-tag .icon {
		flex-shrink: 0;
		width: 22px;
		display: grid;
		place-items: center;
	}
	.mt-blockTag .mt-blockTag-tag .text {
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
	}
	.mt-blockTag .mt-blockTag-desc {
		font-size: 16px;
		line-height: 1.75;
	}
	.mt-blockTag .mt-blockTag-tag + * {
		margin-top: 12px;
	}

	/* 隣接マージン */
	.mt-speechBubble + .mt-blockTag,
	.mt-hdg_lv5 + .mt-blockTag {
		margin-top: 24px;
	}
	.mt-toc + .mt-blockTag {
		margin-top: 56px;
	}
	.mt-hr + .mt-blockTag {
		margin-top: 64px;
	}

}

@media only screen and (max-width: 767px){

	.mt-blockTag {
		padding: 20px;
		border-radius: 16px;
		margin-top: 40px;
	}
	.mt-blockTag + .mt-blockTag {
		margin-top: 20px;
	}
	.mt-blockTag .mt-blockTag-tag {
		display: flex;
		align-items: center;
		gap: 4px;
		width: fit-content;
		padding: 6px 11px;
		border-radius: 100vmax;
		border: 1.5px solid var(--color-border-quaternary);
	}
	.mt-blockTag .mt-blockTag-tag .icon {
		flex-shrink: 0;
		width: 22px;
		display: grid;
		place-items: center;
	}
	.mt-blockTag .mt-blockTag-tag .text {
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
	}
	.mt-blockTag .mt-blockTag-desc {
		font-size: 15px;
		line-height: 1.66;
	}
	.mt-blockTag .mt-blockTag-tag + * {
		margin-top: 12px;
	}

	/* 隣接マージン */
	.mt-speechBubble + .mt-blockTag {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-blockTag,
	.mt-hdg_lv5 + .mt-blockTag {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-blockTag,
	.mt-hdg_lv3 + .mt-blockTag,
	.mt-text + .mt-blockTag {
		margin-top: 32px;
	}
	.mt-toc + .mt-blockTag {
		margin-top: 48px;
	}

}


/* FAQ
-------------------------------------------------- */
.faq-box{
	border: 1.5px solid var(--color-border-secondary);
	border-radius: 16px;
	padding: 29px 32px 32px;
	margin-top: 32px;
}
.faq-box > dt,
.faq-box > dd{
	line-height: 1;
	padding-left: 48px;
	position: relative;
}
.faq-box > dt::before,
.faq-box > dd::before{
	content: '';
	position: absolute;
	left: 0;
	background-position: left top;
	background-repeat: no-repeat;
}
.faq-box > dt::before{
	top: 0;
	width: 29px;
	height: 31px;
	background-image: url(/chintai/magazine/images/detail/icon-faq-q.svg)
}
.faq-box > dd::before{
	top: 20px;
	width: 29px;
	height: 31px;
	background-image: url(/chintai/magazine/images/detail/icon-faq-a.svg)
}
.faq-box > dt{
	padding-bottom: 21px;
	border-bottom: 1px dashed var(--color-border-tertiary);
}
.faq-box .faq-box_title{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.76;
}
.faq-box > dd{
	font-size: 16px;
	line-height: 1.5;
	padding-top: 20px;
}

@media only screen and (min-width: 768px){
	.faq-box{
		padding: 24px 15px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .faq-box,
	.mt-hdg_lv5 + .faq-box {
		margin-top: 24px;
	}
	.mt-toc + .faq-box {
		margin-top: 56px;
	}
	.mt-hr + .faq-box {
		margin-top: 64px;
	}
}
@media only screen and (max-width: 767px){
	.faq-box {
		margin-top: 40px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .faq-box {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .faq-box,
	.mt-hdg_lv5 + .faq-box {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .faq-box,
	.mt-hdg_lv3 + .faq-box,
	.mt-text + .mt-block {
		margin-top: 32px;
	}
	.mt-toc + .faq-box {
		margin-top: 48px;
	}
}


/* テーブル
-------------------------------------------------- */
.mt-table-wrap{
	margin-top: 60px;
}
.mt-table{
	width: 100%;
}
.mt-table th,
.mt-table td{
	padding: 24px;
	border: 1px solid #DDD;
}
.mt-table th{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.75;
	background: #E4EFF6;
	vertical-align: middle;
}
.mt-table td{
	line-height: 1.75;
	font-size: 16px;
}

@media only screen and (min-width: 768px){
	.mt-table-wrap{
		margin-top: 40px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-table-wrap,
	.mt-hdg_lv5 + .mt-table-wrap {
		margin-top: 24px;
	}
	.mt-toc + .mt-table-wrap {
		margin-top: 56px;
	}
	.mt-hr + .mt-table-wrap {
		margin-top: 64px;
	}
}

@media only screen and (max-width: 767px){
	.mt-table-wrap {
		margin-top: 40px;
	}
	.mt-table-wrap.-sp-scroll{
		overflow: auto;
		padding-bottom: 10px;
	}
	.mt-table-wrap.-sp-scroll .mt-table{
		min-width: 750px;
	}
	.mt-table th,
	.mt-table td{
		padding: 12px;
		font-size: 15px;
		line-height: 1.67;
	}
	/* 隣接テキスト */
	.mt-speechBubble + .mt-table-wrap {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-table-wrap,
	.mt-hdg_lv5 + .mt-table-wrap {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-table-wrap,
	.mt-hdg_lv3 + .mt-table-wrap,
	.mt-hdg_lv3 + .mt-text {
		margin-top: 32px;
	}

	.mt-toc + .mt-table-wrap {
		margin-top: 48px;
	}
}


/* 会話ボックス
-------------------------------------------------- */
.mt-talk-box > li{
	display: flex;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 20px;
}
.mt-talk-box > li:last-child{
	margin-bottom: 0;
}
.mt-talk-box > li.talk-right{
	flex-direction: row-reverse;
}

.talk-icon{
	display: flex;
	width: 100px;
	height: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.talk-icon img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
}
.talk-icon figcaption{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.53;
	margin-top: 10px;
}

.mt-talk-box > li > p{
	flex: 1;
	border: 1px solid #AAAAAA;
	border-radius: 16px;
	padding: 32px;
	margin-top: 0;
	position: relative;
}
.mt-talk-box > li > p::before,
.mt-talk-box > li > p::after{
	content: '';
	border-style: solid;
	position: absolute;
	top: 34px;
}
.mt-talk-box > li > p::before{
	border-width: 8px 18px 8px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 2;
}
.mt-talk-box > li > p::after{
	border-width: 8px 18px 8px 0;
	border-color: transparent #AAAAAA transparent transparent;
	z-index: 1;
}

.mt-talk-box > li.talk-left > p{
	margin-left: 27px;
}
.mt-talk-box > li.talk-left > p::before{
	left: -15px;
}
.mt-talk-box > li.talk-left > p::after{
	left: -18px;
}
.mt-talk-box > li.talk-right > p{
	margin-right: 24px;
}
.mt-talk-box > li.talk-right > p::before,
.mt-talk-box > li.talk-right > p::after{
	transform: scale(-1, 1);
}
.mt-talk-box > li.talk-right > p::before{
	right: -15px;
}
.mt-talk-box > li.talk-right > p::after{
	right: -18px;
}

/* -blue */
.mt-talk-box > li.-blue > p {
	background-color: var(--color-bg-tertiary);
}
.mt-talk-box > li.-blue > p::before {
	border-color: transparent var(--color-bg-tertiary) transparent transparent;
}
/* -yellow */
.mt-talk-box > li.-yellow > p {
	background-color: #FBF6E4;
}
.mt-talk-box > li.-yellow > p::before {
	border-color: transparent #FBF6E4 transparent transparent;
}

@media only screen and (min-width: 768px){
	.mt-talk-box {
		margin-top: 56px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-talk-box {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-talk-box,
	.mt-hdg_lv3 + .mt-talk-box,
	.mt-hdg_lv4 + .mt-talk-box,
	.mt-hdg_lv5 + .mt-talk-box {
		margin-top: 40px;
	}
	.mt-hr + .mt-talk-box {
		margin-top: 64px;
	}
}

@media only screen and (max-width: 767px){
	.mt-talk-box {
		margin-top: 40px;
	}
	.mt-talk-box > li{
		margin-bottom: 24px;
	}
	.talk-icon{
		width: 60px;
	}
	.mt-talk-box > li > p{
		padding: 32px 40px;
	}
	.mt-talk-box > li > p::before,
	.mt-talk-box > li > p::after{
		top: 40px;
	}
	.mt-talk-box > li > p::before{
		border-width: 4px 9px 4px 0;
	}
	.mt-talk-box > li > p::after{
		border-width: 4px 9px 4px 0;
	}
	.mt-talk-box > li.talk-left > p{
		margin-left: 18px;
	}
	.mt-talk-box > li.talk-left > p::before{
		left: -7px;
	}
	.mt-talk-box > li.talk-left > p::after{
		left: -10px;
	}
	.mt-talk-box > li.talk-right > p{
		margin-right: 18px;
	}
	.mt-talk-box > li.talk-right > p::before{
		right: -7px;
	}
	.mt-talk-box > li.talk-right > p::after{
		right: -10px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-talk-box {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-talk-box,
	.mt-hdg_lv5 + .mt-talk-box {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-talk-box,
	.mt-hdg_lv3 + .mt-talk-box,
	.mt-text + .mt-talk-box {
		margin-top: 32px;
	}
	.mt-toc + .mt-talk-box {
		margin-top: 48px;
	}
}


/* 仕切り線
-------------------------------------------------- */

@media only screen and (min-width: 768px){

	hr.mt-hr {
		margin-top: 64px;
		border-bottom: 1px dashed #C2C2C2;
	}

	hr.mt-hr01{
		border-bottom: none;
		border-bottom: 1px solid #C2C2C2;
	}
	hr.mt-hr02{
		border-bottom: none;
		border-bottom: 1px dashed #C2C2C2;
	}
	hr.mt-hr03{
		border-bottom: none;
		width: 100%;
		height: 6px;
		background: url(/chintai/magazine/images/mt-hr03.png) repeat-x;
	}
	hr.mt-hr04{
		border-bottom: none;
		width: 100%;
		height: 5px;
		background-image: url(/chintai/magazine/images/detail/dot-yellow.png);
		background-size: 20px 5px;
		background-repeat: repeat-x;
	}
	hr.mt-hr05{
		border-bottom: none;
		width: 100%;
		height: 5px;
		background-image: url(/chintai/magazine/images/detail/dot-blue.png);
		background-size: 20px 5px;
		background-repeat: repeat-x;
	}

}

@media only screen and (max-width: 767px){

	hr.mt-hr {
		margin-top: 40px;
	}

	hr.mt-hr01{
		border-bottom: none;
		border-bottom: 1px solid #C2C2C2;
	}
	hr.mt-hr02{
		border-bottom: none;
		border-bottom: 1px dashed #C2C2C2;
	}
	hr.mt-hr03{
		border-bottom: none;
		width: 100%;
		height: 3px;
		background: url(/chintai/magazine/images/mt-hr03.png) repeat-x;
	}
	hr.mt-hr04{
		border-bottom: none;
		width: 100%;
		height: 5px;
		background-image: url(/chintai/magazine/images/detail/dot-yellow.png);
		background-size: 20px 5px;
		background-repeat: repeat-x;
	}
	hr.mt-hr05{
		border-bottom: none;
		width: 100%;
		height: 5px;
		background-image: url(/chintai/magazine/images/detail/dot-blue.png);
		background-size: 20px 5px;
		background-repeat: repeat-x;
	}

}


/* フリーHTML
-------------------------------------------------- */

@media only screen and (min-width: 768px){

	.mt-freeHTML {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 32px;
	}

}

@media only screen and (max-width: 767px){

	.mt-freeHTML {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 24px;
	}

}


/* 画像リンク
-------------------------------------------------- */
.mt-linkImg {
	display: block;
	width: fit-content;
	border-radius: 16px;
}
.mt-linkImg img {
	display: block;
	max-width: 100%;
}
/* variants */
.mt-linkImg.-center {
	margin-inline: auto;
}

@media only screen and (min-width: 768px){
	.mt-linkImg {
		margin-top: 40px;
	}
	/* 隣接マージン */
  .mt-speechBubble + .mt-linkImg,
	.mt-hdg_lv5 + .mt-linkImg {
    margin-top: 24px;
  }
	.mt-toc + .mt-linkImg {
    margin-top: 56px;
  }
	.mt-hr + .mt-linkImg {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px){
	.mt-linkImg {
		margin-top: 32px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-linkImg {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-linkImg,
	.mt-hdg_lv5 + .mt-linkImg {
    margin-top: 24px;
  }
	.mt-hr + .mt-linkImg {
		margin-top: 40px;
	}
	.mt-toc + .mt-linkImg {
    margin-top: 48px;
  }
}

/* media（画像＋リンク）
-------------------------------------------------- */
.mt-media {
	display: flex;
}
.mt-media-img {
	flex-shrink: 0;
	border-radius: 16px;
}
.mt-media-img img {
	border-radius: inherit;
}
.mt-media-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (min-width: 768px){
	.mt-media {
		gap: 20px;
		margin-top: 40px;
	}
	.mt-media-img {
		width: 160px;
	}
	/* 隣接マージン */
  .mt-speechBubble + .mt-media,
	.mt-hdg_lv5 + .mt-media {
    margin-top: 24px;
  }
	.mt-toc + .mt-media {
    margin-top: 56px;
  }
	.mt-hr + .mt-media {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px){
	.mt-media {
		gap: 16px;
		margin-top: 16px;
	}
	.mt-media-img {
		width: 100px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-media {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-media,
	.mt-hdg_lv5 + .mt-media,
	.mt-text + .mt-block {
    margin-top: 24px;
  }
	.mt-hr + .mt-media {
		margin-top: 40px;
	}
	.mt-toc + .mt-media {
    margin-top: 48px;
  }
}

/* 吹き出し
-------------------------------------------------- */
.mt-speechBubble {
	/* css variable */
	--border-width: 1.5px;
	--border-color: #888888;
	--background-color: var(--color-bg-tertiary);
	position: relative;
	border-radius: 16px;
	margin-bottom: 25px;
}
.mt-speechBubble > .mt-speechBubble-content {
	position: relative;
	z-index: 1;
	border-radius: inherit;
	border: var(--border-width) var(--border-color) solid;
}
.mt-speechBubble > .mt-speechBubble-content > .mt-speechBubble-content-text {
	font-size: 16px;
	line-height: 1.62;
	text-align: center;
}
.mt-speechBubble > .mt-speechBubble-content > .mt-speechBubble-content-triangle {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 20px;
	height: 19px;
}
.mt-speechBubble > .mt-speechBubble-content > .mt-speechBubble-content-triangle > .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--border-width);
	background-color: var(--background-color);
}
.mt-speechBubble > .mt-speechBubble-content > .mt-speechBubble-content-triangle > svg.v {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: none;
}
.mt-speechBubble > .mt-speechBubble-content > .mt-speechBubble-content-triangle > svg.v > path {
	stroke-width: var(--border-width);
	stroke: var(--border-color);
}
.mt-speechBubble > .mt-speechBubble-bg {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-color: var(--background-color);
}
.mt-speechBubble > .mt-speechBubble-bg > .mt-speechBubble-bg-triangle {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 20px;
	height: 19px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: var(--background-color);
}

/* -blue */
.mt-speechBubble.-blue {
	/* css variable */
	--background-color: var(--color-bg-tertiary);
}

@media only screen and (min-width: 768px){
	.mt-speechBubble > .mt-speechBubble-content {
		padding: 32px 40px 32px 30px;
		margin-top: 40px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-speechBubble,
	.mt-hdg_lv5 + .mt-speechBubble {
		margin-top: 24px;
	}
	.mt-toc + .mt-speechBubble {
		margin-top: 56px;
	}
	.mt-hr + .mt-speechBubble {
		margin-top: 64px;
	}
}
@media only screen and (max-width: 767px){
	.mt-speechBubble > .mt-speechBubble-content {
		padding: 20px 17px 22px 23px;
		margin-top: 40px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-speechBubble {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-speechBubble,
	.mt-hdg_lv5 + .mt-speechBubble {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-speechBubble,
	.mt-hdg_lv3 + .mt-speechBubble,
	.mt-text + .mt-speechBubble {
		margin-top: 32px;
	}
	.mt-toc + .mt-speechBubble {
		margin-top: 48px;
	}
}

/* アイコン付き見出し+テキスト
-------------------------------------------------- */
.mt-iconHeadingDesc-heading {
	position: relative;
	display: flex;
	padding-bottom: 16px;
	margin-top: 64px;
}
.mt-iconHeadingDesc-heading > .icon {
	flex-shrink: 0;
	width: 23px;
	height: 23px;
	margin-top: 4px;
	font-size: 0;
}
.mt-iconHeadingDesc-heading > .text {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.66;
}
.mt-iconHeadingDesc-heading > .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #DCDCDC 3px, transparent 2px);
	background-size: 5px 1px;
	background-repeat: repeat-x;
}
.mt-iconHeadingDesc-desc {
	font-size: 16px;
	line-height: 1.75;
}

@media only screen and (min-width: 768px){
	.mt-iconHeadingDesc-heading {
		gap: 8px;
	}
	.mt-iconHeadingDesc-heading + * {
		margin-top: 16px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-iconHeadingDesc,
	.mt-hdg_lv5 + .mt-iconHeadingDesc {
		margin-top: 24px;
	}
	.mt-toc + .mt-iconHeadingDesc {
		margin-top: 56px;
	}
	.mt-hr + .mt-iconHeadingDesc {
		margin-top: 64px;
	}
}
@media only screen and (max-width: 767px){
	.mt-iconHeadingDesc-heading {
		gap: 6px;
		margin-top: 40px;
	}
	.mt-iconHeadingDesc-heading + * {
		margin-top: 12px;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-iconHeadingDesc {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-iconHeadingDesc,
	.mt-hdg_lv5 + .mt-iconHeadingDesc {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-iconHeadingDesc,
	.mt-hdg_lv3 + .mt-iconHeadingDesc,
	.mt-text + .mt-iconHeadingDesc {
		margin-top: 32px;
	}
	.mt-toc + .mt-iconHeadingDesc {
		margin-top: 48px;
	}
}

/* お気に入りボタン
-------------------------------------------------- */
.mt-buttonLike {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 50%;
	background-color: #EEEEEE;
}
button.mt-buttonLike {
	border: none;
}
.mt-buttonLike > svg.icon {
	stroke-width: 1.5px;
	fill: #fff;
	stroke: #333;
}
.mt-buttonLike > .text {
	font-size: 10px;
	font-weight: 600;
	margin-top: 2px;
}

/* -done */
.mt-buttonLike.-done > svg.icon {
	fill: #FFCCE4;
	stroke: #F35EA4;
}

@media only screen and (min-width: 768px){
	.mt-buttonLike {
		width: 80px;
		height: 80px;
	}
	.mt-buttonLike > svg.icon {
		width: 30px;
		margin-top: 12px;
	}
	.mt-buttonLike > .text {
		font-size: 10px;
		margin-top: 2px;
	}
}
@media only screen and (max-width: 767px){
	.mt-buttonLike {
		width: 64px;
		height: 64px;
	}
	.mt-buttonLike > svg.icon {
		width: 28px;
		margin-top: 9px;
	}
	.mt-buttonLike > .text {
		font-size: 9px;
	}
}

/* 四角枠
-------------------------------------------------- */
.mt-frame {
	position: relative;
	border-radius: 16px;
	border: 1.5px solid #CCC;
}
@media only screen and (min-width: 768px){
	.mt-frame {
		padding: 24px 32px;
		margin-top: 40px;
	}
	.mt-frame .text {
		font-size: 16px;
		line-height: 1.75;
	}
	/* 隣接マージン */
	.mt-hdg_lv5 + .mt-frame,
	.mt-speechBubble + .mt-frame {
		margin-top: 24px;
	}
	.mt-hdg_lv4 + .mt-frame {
		margin-top: 24px;
	}
	.mt-toc + .mt-frame {
		margin-top: 56px;
	}
	.mt-hr + .mt-frame {
		margin-top: 64px;
	}
}
@media only screen and (max-width: 767px){
	.mt-frame {
		padding: 20px;
		margin-top: 40px;
	}
	.mt-frame .text {
		font-size: 16px;
		line-height: 1.62;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-frame {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-frame,
	.mt-hdg_lv5 + .mt-frame {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-frame,
	.mt-hdg_lv3 + .mt-frame,
	.mt-text + .mt-frame {
		margin-top: 32px;
	}
	.mt-toc + .mt-frame {
		margin-top: 56px;
	}
	.mt-hr + .mt-frame {
		margin-top: 48px;
	}
}

/* 見出しつき四角枠
-------------------------------------------------- */
.mt-frameTitled-inner {
	position: relative;
	border-radius: 16px;
	border: 1.5px solid #CCC;
}
.mt-frameTitled-title {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	max-width: 100%;
}
.mt-frameTitled-title-content {
	background-color: var(--color-white-primary);
}
/* variants */
.mt-frameTitled.-blue .mt-frameTitled-inner {
	border-color: #04A7E7;
}
.mt-frameTitled.-blue .mt-frameTitled-title .text {
	color: #04A7E7;
}
@media only screen and (min-width: 768px){
	.mt-frameTitled {
		margin-top: 40px;
		padding-top: 15px;
	}
	.mt-frameTitled-inner {
		padding: 44px 32px;
	}
	.mt-frameTitled-title-inner {
		padding-inline: 20px;
	}
	.mt-frameTitled-title-content {
		padding-inline: 10px;
	}
	.mt-frameTitled-title .text {
		font-size: 18px;
		font-weight: 700;
		line-height: 1.66;
	}
	.mt-frameTitled-text {
		font-size: 16px;
		line-height: 1.75;
	}
	/* 隣接マージン */
	.mt-hdg_lv5 + .mt-frameTitled,
	.mt-speechBubble + .mt-frameTitled {
		margin-top: 24px;
	}
	.mt-hdg_lv4 + .mt-frameTitled {
		margin-top: 24px;
	}
	.mt-toc + .mt-frameTitled {
		margin-top: 56px;
	}
	.mt-hr + .mt-frameTitled {
		margin-top: 64px;
	}
}
@media only screen and (max-width: 767px){
	.mt-frameTitled {
		margin-top: 40px;
		padding-top: 15px;
	}
	.mt-frameTitled-inner {
		padding: 33px 20px 24px;
	}
	.mt-frameTitled-title-inner {
		padding-inline: 20px;
	}
	.mt-frameTitled-title-content {
		padding-inline: 10px;
	}
	.mt-frameTitled-title .text {
		font-size: 17px;
		font-weight: 700;
		line-height: 1.76;
	}
	.mt-frameTitled-text {
		font-size: 16px;
		line-height: 1.75;
	}
	/* 隣接マージン */
	.mt-speechBubble + .mt-frameTitled {
		margin-top: 16px;
	}
	.mt-hdg_lv4 + .mt-frameTitled,
	.mt-hdg_lv5 + .mt-frameTitled {
		margin-top: 24px;
	}
	.mt-hdg_lv2 + .mt-frameTitled,
	.mt-hdg_lv3 + .mt-frameTitled,
	.mt-text + .mt-frameTitled {
		margin-top: 32px;
	}
	.mt-toc + .mt-frameTitled {
		margin-top: 56px;
	}
	.mt-hr + .mt-frameTitled {
		margin-top: 48px;
	}
}