@charset "UTF-8";

/* ──────────────────────────────
# style
────────────────────────────── */
.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w70 {
	width: 70%;
}

/* ──────────────────────────────
# common New Template
────────────────────────────── */
.subpage-head__ttl {
	letter-spacing: .05em;
}

.new_temp section {
	margin-bottom: 4em;
}

.new_temp .box {
	margin-bottom: 2.5em;
}

.new_temp .tl {
	text-align: left;
}

@media screen and (max-width: 767.98px) {
	.new_temp section {
		width: 92.1875vw;
		margin: 0 auto 8.203125vw;
	}

	.new_temp .box {
		margin: 0 auto 4.1vw;
	}

}

.new_temp p.date_txt {
	text-align: right;
	margin-bottom: 1.5em;
	font-size: 80%;
}

.new_temp h3.ad-block__sttl {
	color: #000;
}

.new_temp .ad-block__tblarea {
	margin-bottom: 1.5em;
}

.ad-block__price .t_caution {
	margin-bottom: 0 !important;
}

.btn-ygreen,
.btn-sblue {
	color: #fff;
	-webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.2);
	text-shadow: 0.5px 0.8px 4.95px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	width: 100%;
	height: 100%;
	border-radius: 200px;
	position: relative;
	line-height: inherit;
}

.btn-ygreen {
	background: #93c24f;
}

.btn-sblue {
	background: #7db9f6;
}

@media screen and (max-width: 767.98px) {

	.btn-ygreen,
	.btn-sblue {
		border-radius: 3.515625vw;
		-webkit-box-shadow: 0px 0.9114583333vw 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0.9114583333vw 0px 0px rgba(0, 0, 0, 0.2);
	}
}

.btn-ygreen::after,
.btn-sblue::after {
	content: "\e901";
	font-family: "common-icon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	right: 1em;
}

.btn-ygreen:hover,
.btn-sblue:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

/* ──────────────────────────────
# intro
────────────────────────────── */
.new_temp .feature__txt {
	margin-bottom: 1.5em;
}

.new_temp .m_txt {
	font-size: 1.125rem;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 767.98px) {
	.new_temp .m_txt {
		font-size: 3.3854166667vw;
	}

}

p.subsection-ttl {
	position: relative;
	background-color: #e6f9ed;
	-webkit-box-shadow: 0px 0px 0px 5px #e6f9ed;
	box-shadow: 0px 0px 0px 5px #e6f9ed;
	border: dashed 2px white;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	padding: .8em .6em .5em;
	line-height: 1.5;
	margin-bottom: clamp(1em, 3vw, 2em);
}

p.subsection-ttl:after {
	position: absolute;
	content: '';
	left: -8px;
	top: -7px;
	border-width: 0 0 25px 25px;
	border-style: solid;
	border-color: #fff #fff #4baa6d;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767.98px) {
	p.subsection-ttl {
		font-size: 4.4270833333vw;
	}
}

.summary ul {
	margin-bottom: 1.5em;
}

.summary ul li {
	font-size: 1.125rem;
	margin-bottom: .5em;
	font-weight: bold;
	position: relative;
	padding-left: 1.2em;
}

@media screen and (max-width: 767.98px) {
	.summary ul li {
		font-size: 3.3854166667vw;
	}

}

.summary ul li::before {
	position: absolute;
	content: '✔';
	display: block;
	font-weight: bold;
	color: #4baa6d;
	top: 0;
	left: 0;
}

/* ──────────────────────────────
# toc
────────────────────────────── */
.toc_box {
	padding: 2em;
	border: 1px dotted #4baa6d;
	border-radius: 15px;
}

.toc_box ol {
	list-style-type: disc;
	list-style-position: inside;
}

.toc_box ol li {
	text-indent: -2em;
	padding-left: 2em;
	font-size: 1.125rem;
	margin-bottom: .2em;
}

.toc_box ol li::marker {
	color: #4baa6d;
}

.toc_box ol li a:hover {
	color: #4baa6d;
	text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
	.toc_box {
		padding: 1em;
	}

	.toc_box ol li {
		font-size: 3.3854166667vw;
	}
}

/* ──────────────────────────────
# article
────────────────────────────── */
.article p.feature__txt,
.article .t_caution,
.no-dl-list,
.article .ad-block__price {
	margin-bottom: 1.5em;
}

.no-dl-list dt {
	margin-bottom: 1em;
	padding-left: 1.5em;
	font-size: clamp(14px, 1.8518518519vw, 20px);
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: inherit;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff29c), color-stop(0.22em, #fff29c), color-stop(0.22em, rgba(255, 242, 156, 0)));
	background: linear-gradient(0deg, #fff29c 0%, #fff29c 0.22em, rgba(255, 242, 156, 0) 0.22em);
	position: relative;
}

.no-dl-list dd {
	font-size: 1.125rem;
}

@media screen and (max-width: 767.98px) {
	.no-dl-list dd {
		font-size: 3.3854166667vw;
	}
}

.chart__gender,
.chart__age {
	margin: 0 auto;
}

.article .ad-block__price h4 {
	color: #000;
	margin: 0 0 .5em;
}

.article .t_caution li {
	text-indent: 0;
	padding-left: 0;
	margin-bottom: .5em;
}

@media screen and (max-width: 767.98px) {
	.article .t_caution li {
		font-size: 70%;
	}

}

.article .ad-block__btnarea {
	display: flex;
}

.article .faq {
	margin-bottom: 1.5em;
}

.article .faq h3 {
	margin-bottom: 1em;
	font-size: 1.125rem;
	line-height: 1.8;
	color: #000;
	font-weight: bold;
}

.article .faq h3::before,
.article .faq p::before {
	margin-right: .4em;
}

.article .faq h3::before {
	content: "Q.";
	color: #FFF;
	background: #4baa6d;
	width: 2em;
	height: 2em;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}

.article .faq p {
	margin: 0 0 2.5em;
	padding: 1em 1.5em;
	font-size: 1.125rem;
	line-height: 1.8;
	color: #000;
	border-radius: 15px;
	border: 1px solid #eee;
}

.article .faq p::before {
	content: "A.";
	color: #4baa6d;
	font-size: 1.5rem;
	font-weight: bold;
}

.article .faq p a {
	color: #4baa6d;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 .3em;
}

.article .faq p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767.98px) {

	.article .faq h3,
	.article .faq p {
		font-size: 3.3854166667vw;
	}

	.article .faq p::before {
		font-size: 1rem;
	}
}

.ad-block__sbtn {
	margin-bottom: .5em;
	position: relative;
	color: #fff;
	background: #4baa6d;
	font-weight: bold;
	padding: 0.3em 3em 0.3em 2em;
	border-radius: 200px;
	display: inline-block;
}

.ad-block__sbtn::after {
	font-size: 1.12em;
	content: "\e901";
	font-family: "common-icon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 9px;
}

.ad-block__sbtn:hover {
	opacity: 0.85;
}

@media screen and (max-width: 767.98px) {
	.ad-block__sbtn {
		font-size: 3.3854166667vw;
	}

	.ad-block__sbtn::after {
		font-size: 1em;
		right: 15px;
		top: 8px;
	}
}

.article p.feature__list {
	margin-bottom: 2em;
	text-align: center;
}

.article .p-list {
	position: relative;
	padding: 1.5em 1em 1em;
	margin-bottom: 1.5em;
	border: 2px solid #4baa6d;
	font-size: 1.125rem;
}

.article .p-list>div {
	position: absolute;
	top: -.75em;
	left: 1em;
	padding: 0 .5em;
	background-color: #fff;
	color: #4baa6d;
	font-weight: 600;
}

@media screen and (max-width: 767.98px) {
	.article .p-list {
		font-size: 3.3854166667vw;
	}
}

.article .p-list ul {
	margin: 0;
	padding: 0;
}

.article .p-list li {
	padding: 0 0 .3em;
	display: flex;
	align-items: center;
}

.article .p-list li span:first-of-type {
	width: 5%;
	text-align: left;
}

.article .p-list li span:last-of-type {
	width: 95%;
}

@media screen and (max-width: 767.98px) {
	.article .p-list li span:first-of-type {
		width: 15%;
	}

	.article .p-list li span:last-of-type {
		width: 85%;
	}

}

.article .p-list li span:first-of-type img {
	width: 30px;
	height: auto;
}

.article .p-list-icon {
	margin: 0 auto 2em;
	display: flex;
	justify-content: space-between;
	width: 90%;
	flex-wrap: nowrap;
}

.article .p-list-icon li {
	width: 33%;
	text-align: center;
}

@media screen and (max-width: 767.98px) {
	.article .p-list-icon {
		width: 100%;
	}

}

.article .s-list {
	margin-bottom: 1.5em;
	list-style-type: disc;
	padding: 1em 1em 1em 2.5em;
	border-left: 5px solid #4baa6d;
	background-color: #eef9df;
	font-size: 1.125rem;
}

.article .s-list li {
	padding: .3em .3em .3em 0;
}

.article .s-list li strong {
	color: #4baa6d;
	font-weight: bold;
}

.article .s-list li::marker {
	color: #000;
}

@media screen and (max-width: 767.98px) {
	.article .s-list {
		font-size: 3.3854166667vw;
	}
}

.ad-block__td .img_ph {
	width: 80%;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: .5em;
}

.ad-block__td .img_ph img {
	height: 135px;
	object-fit: cover;
	object-position: left;
}

.ad-block__td .cap_txt {
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 767.98px) {
	.ad-block__td .img_ph {
		height: 50px;
	}

	.ad-block__td .img_ph img {
		height: 50px;
	}
}

.ad-block__td.price {
	background: #FFF;
	font-weight: bold;
	font-size: 1.4em;
}

.article .img-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.article .img-list li {
	margin: 0 auto 1.5em;
	width: 30%;
}

.article .img-list li em {
	width: 70%;
	margin: 0 auto 1em;
	display: block;
}

.article .img-list li em img {
	width: 100%;
	height: auto;
}

.article .img-list li strong {
	width: 100%;
	display: block;
	margin-bottom: .5em;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #FFF;
	background: #4baa6d;
	border-radius: 25px;
	padding: .3em;
	box-sizing: border-box;
}

@media screen and (max-width: 767.98px) {
	.article .img-list li {
		font-size: 80%;
	}
}

/* ──────────────────────────────
# 事例
────────────────────────────── */
.new_temp .case-slide__list {
	display: block !important;
	width: 100%;
	margin-bottom: 2em;
}

.new_temp .common-case__link {
	position: relative;
}

.new_temp .common-case__block {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.new_temp .common-case__item {
	width: 100%;
	margin-bottom: 1.5em;
}

.new_temp .common-case__imgarea {
	width: 40%;
	margin: 0;
}

.new_temp .common-case__txtarea {
	width: 57%;
	margin: 0;
	padding-right: 3%;
}

.new_temp .common-case__ttl {
	margin-bottom: 10px;
}

.new_temp .common-case__dl {
	gap: 5px 0;
}

.new_temp .common-case__more {
	border-radius: 0 0 15px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 767.98px) {
	.new_temp .common-case__block {
		display: block;
	}

	.new_temp .common-case__imgarea {
		width: 100%;
		margin: 0;
	}

	.new_temp .common-case__txtarea {
		margin: 0 auto 2em;
		width: 90%;
		padding-right: 0;
	}

	.new_temp .common-route__item a::after {
		right: 1vw;
	}
}

/* ──────────────────────────────
# CTA-article
────────────────────────────── */
.cta-box {
	--cta-panel-noise:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
	--cta-panel-image: var(--cta-panel-noise);
	--cta-panel-size: 120px 120px;
	--cta-window-h: 262px;
	--cta-photo-pad: 30px 30px 18px;
	--glare-1: .26;
	--glare-2: .19;
	--cta-glass-glare: linear-gradient(141deg,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, var(--glare-1)) 52%,
			rgba(255, 255, 255, var(--glare-1)) 54.5%,
			rgba(255, 255, 255, calc(var(--glare-1) * .23)) 61%,
			rgba(255, 255, 255, 0) 63%,
			rgba(255, 255, 255, 0) 68%,
			rgba(255, 255, 255, var(--glare-2)) 70%,
			rgba(255, 255, 255, var(--glare-2)) 73%,
			rgba(255, 255, 255, calc(var(--glare-2) * .21)) 78%,
			rgba(255, 255, 255, 0) 80%);
	display: grid;
	grid-template-columns: 45% 1fr;
	grid-template-rows: 0 -webkit-max-content -webkit-max-content 1fr;
	grid-template-rows: 0 max-content max-content 1fr;
	gap: 0 5px;
	padding: 25px;
	background: #f5f7f8;
	border-radius: 24px;
	font-size: 1.0625rem;
	color: #fff;
	font-family: "Yu Gothic", "Hiragino Sans", sans-serif;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.cta-box>.cta-flex {
	display: contents;
}

.cta-box::before {
	content: "";
	grid-area: 1 / 1 / 5 / 2;
	background-color: #f7a500;
	background-image: var(--cta-panel-image);
	background-size: var(--cta-panel-size);
	border-radius: 20px;
}

.cta-box .cta-photo {
	grid-area: 2 / 1 / 3 / 2;
	position: relative;
	margin: 0;
	padding: var(--cta-photo-pad);
}

.cta-box .cta-photo::after {
	content: "";
	position: absolute;
	--glare-1: .03;
	--glare-2: .02;
	inset: var(--cta-photo-pad);
	box-sizing: border-box;
	border: 3px solid transparent;
	border-radius: 13px;
	background-clip: padding-box;
	background-color: rgba(58, 108, 148, .09);
	background-image: var(--cta-glass-glare);
	box-shadow: inset 0 5px 9px rgba(0, 0, 0, .10);
	pointer-events: none;
}

.cta-box .cta-photo img,
.cta-box .cta-content p.lead {
	border: 3px solid #d3d8dc;
	border-top-color: #b8bec3;
	border-bottom-color: #c3c9ce;
	border-left-color: #c4cace;
	border-right-color: #e8ebed;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .18), 0 0 0 2px rgba(0, 0, 0, .14), inset 0 0 0 1px rgba(255, 255, 255, .30), inset 0 5px 9px rgba(0, 0, 0, .08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .18), 0 0 0 2px rgba(0, 0, 0, .14), inset 0 0 0 1px rgba(255, 255, 255, .30), inset 0 5px 9px rgba(0, 0, 0, .08);
	background: #fff;
	box-sizing: border-box;
}

.cta-box .cta-photo img {
	display: block;
	width: 100%;
	height: var(--cta-window-h);
	object-fit: contain;
	object-position: center;
}

.cta-box>p.lead {
	grid-area: 3 / 1 / 4 / 2;
	position: relative;
	margin: 0 20px 30px;
	padding: 1.2em 1.4em;
	font-size: 94%;
	line-height: 1.9;
	letter-spacing: .02em;
	font-weight: bold;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 12px;
}

.cta-box .cta-content {
	grid-area: 1 / 2 / 5 / 3;
	padding: 30px 22px 22px;
	background-color: #f7a500;
	background-image: var(--cta-panel-image);
	background-size: var(--cta-panel-size);
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.cta-box .cta-content p.lead {
	margin: 0 0 auto;
	position: relative;
	background-color: #edf2f5;
	min-height: var(--cta-window-h);
	align-content: center;
	padding: 1.3em 0.85em;
	font-size: 104%;
	line-height: 1.75;
	letter-spacing: .02em;
	font-weight: bold;
	color: #005c2e;
}

.cta-box.is-short .cta-content p.lead {
	font-size: 118%;
}

.cta-box .cta-content p.lead::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	pointer-events: none;
	background-image: var(--cta-glass-glare);
}

.cta-box .cta-content p.lead strong {
	padding: .12em .4em;
	background: #00914b;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.cta-box .cta-content .contact_m_box {
	position: relative;
	padding-top: 3em;
}

.cta-box .cta-content p.s_contact {
	position: absolute;
	z-index: 2;
	top: 2.3em;
	right: 0;
	left: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: .25em 1.1em;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #005c2e;
	background: #fff;
	border-radius: 100px;
}

.cta-box .cta-content ul {
	margin: 0;
	padding: 0;
}

.cta-box .cta-content ul li {
	margin-bottom: .9em;
}

.cta-box .cta-content ul li:last-of-type {
	margin-bottom: 0;
}

.cta-box .cta-content ul li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 .4em;
	min-height: 58px;
	padding: .6em 2.4em;
	border-radius: 999px;
	font-weight: bold;
	letter-spacing: .04em;
	box-sizing: border-box;
	transition: background-color .2s ease, color .2s ease;
}

.cta-box .cta-content ul li:first-of-type a {
	background: #00914b;
	color: #fff;
	font-size: 120%;
	padding: 1.15em 1.8em;
	line-height: 1.35;
	-webkit-box-shadow: 0 2px 4px rgba(130, 70, 0, .18);
	box-shadow: 0 2px 4px rgba(130, 70, 0, .18);
}

.cta-box .cta-content ul li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 1.2em;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	transition: right .2s ease;
}

.cta-box .cta-content ul li a:hover::after {
	right: .95em;
}

.cta-box .cta-content ul li:last-of-type a {
	background: #fff;
	color: #00753c;
	padding: .85em 2.4em;
	line-height: 1.3;
	-webkit-box-shadow: 0 1px 3px rgba(130, 70, 0, .10);
	box-shadow: 0 1px 3px rgba(130, 70, 0, .10);
}

.cta-box .cta-content ul li:last-of-type a .common-ctabtm-cvarea__tel--icon {
	font-size: 1.2rem;
	color: #00753c;
}

.cta-box .cta-content ul li:last-of-type a .common-ctabtm-cvarea__tel--num {
	font-size: 1.4rem;
	font-family: Arial, Helvetica, sans-serif;
}

.cta-box .cta-content ul li a .common-ctabtm-cvarea__tel--txt {
	width: 100%;
	text-align: center;
	font-size: 80%;
}

.cta-box .cta-content ul li:first-of-type a:hover {
	color: #fff;
	background: #007a3e;
}

.cta-box .cta-content ul li:last-of-type a:hover {
	background: #e8f3ec;
}

.cta-box.is-cta-pending::before,
.cta-box.is-cta-pending .cta-photo,
.cta-box.is-cta-pending>p.lead,
.cta-box.is-cta-pending .cta-content {
	transition: opacity .25s ease, transform .45s cubic-bezier(.2, .85, .3, 1.15);
}

.cta-box.is-cta-pending::before,
.cta-box.is-cta-pending .cta-photo,
.cta-box.is-cta-pending>p.lead {
	opacity: 0;
	transform: translateX(-36px);
}

.cta-box.is-cta-pending .cta-content {
	opacity: 0;
	transform: translateX(36px);
}

.cta-box.is-cta-shown::before,
.cta-box.is-cta-shown .cta-photo,
.cta-box.is-cta-shown>p.lead,
.cta-box.is-cta-shown .cta-content {
	opacity: 1;
	transform: none;
}

@media screen and (min-width: 768px) {

	.cta-box::before {
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset -8px 0 13px -9px rgba(0, 0, 0, .26), inset 0 -3px 8px -3px rgba(0, 0, 0, .10);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset -8px 0 13px -9px rgba(0, 0, 0, .26), inset 0 -3px 8px -3px rgba(0, 0, 0, .10);
	}

	.cta-box .cta-content {
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 8px 0 13px -9px rgba(0, 0, 0, .26), inset 0 -3px 8px -3px rgba(0, 0, 0, .10);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 8px 0 13px -9px rgba(0, 0, 0, .26), inset 0 -3px 8px -3px rgba(0, 0, 0, .10);
	}

	.cta-box::after {
		content: "";
		position: absolute;
		z-index: 3;
		top: 41px;
		bottom: 41px;
		left: calc(25px + (100% - 50px) * .45);
		width: 5px;
		border-radius: 3px;
		background: linear-gradient(90deg,
				rgba(0, 0, 0, .38) 0%,
				rgba(0, 0, 0, .14) 38%,
				rgba(255, 255, 255, .20) 58%,
				rgba(0, 0, 0, .32) 100%);
		pointer-events: none;
	}

	.cta-box.is-cta-pending::after {
		opacity: 0;
	}

	.cta-box.is-cta-shown::after {
		-webkit-animation: cta-door-seam .5s ease-out .28s 1 forwards;
		animation: cta-door-seam .5s ease-out .28s 1 forwards;
	}
}

@-webkit-keyframes cta-door-seam {
	0% {
		opacity: 0;
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}

	22% {
		opacity: 1;
		-webkit-box-shadow: 0 0 9px 1px rgba(255, 255, 255, .40);
	}

	100% {
		opacity: 1;
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes cta-door-seam {
	0% {
		opacity: 0;
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}

	22% {
		opacity: 1;
		box-shadow: 0 0 9px 1px rgba(255, 255, 255, .40);
	}

	100% {
		opacity: 1;
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@media (prefers-reduced-motion: reduce) {

	.cta-box.is-cta-pending::before,
	.cta-box.is-cta-pending .cta-photo,
	.cta-box.is-cta-pending>p.lead,
	.cta-box.is-cta-pending .cta-content {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.cta-box.is-cta-pending::after {
		opacity: 1;
	}

	.cta-box.is-cta-shown::after {
		-webkit-animation: none;
		animation: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279.98px) {

	.cta-box {
		--cta-window-h: 288px;
		--cta-photo-pad: 28px 24px 20px;
	}

	.cta-box>p.lead {
		margin: 0 16px 28px;
		padding: 1.1em 1.2em;
	}

	.cta-box .cta-content {
		padding: 28px 20px 20px;
	}

	.cta-box .cta-content ul li:first-of-type a {
		font-size: 100%;
		padding: 1.15em 1.2em;
	}
}

@media screen and (max-width: 767.98px) {

	.cta-box {
		display: flex;
		flex-direction: column;
		font-size: 80%;
		--cta-window-h: 203px;
		--cta-photo-pad: 1.5em 1.5em .8em;
		padding: 10px;
		border-radius: 18px;
	}

	.cta-box::before {
		content: none;
	}

	.cta-box .cta-photo {
		order: 1;
		margin-bottom: -1px;
		background-color: #f7a500;
		background-image: var(--cta-panel-image);
		background-size: var(--cta-panel-size);
		border-radius: 15px 15px 0 0;
	}

	.cta-box .cta-photo img,
	.cta-box .cta-photo::after {
		border-width: 2px;
		border-radius: 11px;
	}

	.cta-box .cta-content p.lead::before {
		border-radius: 9px;
	}

	.cta-box>p.lead {
		order: 2;
		margin: 0;
		font-size: 100%;
		padding: 1.6em 2em 2em;
		background-color: #f7a500;
		background-image: var(--cta-panel-image);
		background-size: var(--cta-panel-size);
		border: none;
		border-radius: 0 0 15px 15px;
	}

	.cta-box>p.lead::before {
		content: "";
		position: absolute;
		top: .6em;
		right: 1em;
		bottom: 1em;
		left: 1em;
		border: 1px solid rgba(255, 255, 255, 0.45);
		border-radius: 12px;
		pointer-events: none;
	}

	.cta-box .cta-content {
		order: 3;
		margin-top: 1em;
		padding: 1.5em;
		border-radius: 15px;
	}

	.cta-box .cta-content p.lead {
		padding: 1.2em 1.1em;
		border-width: 2px;
		border-radius: 11px;
	}

	.cta-box .cta-content ul li:first-of-type a {
		font-size: 110%;
		padding: 1.15em 1.2em;
	}

	.cta-box .cta-content .contact_m_box {
		padding-top: 3.8em;
	}

	.cta-box .cta-content p.s_contact {
		font-size: 100%;
	}

	.cta-box .cta-content ul li a .common-ctabtm-cvarea__tel--txt {
		font-size: 95%;
	}

	.cta-box .cta-photo.is-cta-pending,
	.cta-box>p.lead.is-cta-pending,
	.cta-box .cta-content.is-cta-pending {
		transition: opacity .25s ease, transform .45s cubic-bezier(.2, .85, .3, 1.15);
	}

	.cta-box .cta-photo.is-cta-pending,
	.cta-box>p.lead.is-cta-pending {
		opacity: 0;
		transform: translateX(-28px);
	}

	.cta-box .cta-content.is-cta-pending {
		opacity: 0;
		transform: translateX(28px);
	}

	.cta-box .cta-photo.is-cta-shown,
	.cta-box>p.lead.is-cta-shown,
	.cta-box .cta-content.is-cta-shown {
		opacity: 1;
		transform: none;
	}
}

@media screen and (max-width: 767.98px) and (prefers-reduced-motion: reduce) {

	.cta-box .cta-photo.is-cta-pending,
	.cta-box>p.lead.is-cta-pending,
	.cta-box .cta-content.is-cta-pending {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ──────────────────────────────
# media card Template
────────────────────────────── */
.ad__type_new {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ad__type_new article {
	width: 49%;
	margin-bottom: 1.5em;
	display: flex;
}

.ad__type_new .ad-block:nth-of-type(n+2) {
	margin-top: 0;
}

.ad__type_new .ad-block__wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.ad__type_new .ad-block__ttl {
	margin-left: 0;
	margin-right: 0;
}

.ad__type_new .ad-block__img {
	margin: 0;
}

.ad__type_new .ad-block__price {
	background: none;
	padding: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.ad__type_new .ad-block__tblarea {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.ad__type_new .ad-block__tbl {
	flex: 1;
	width: 100%;
}

.ad__type_new .ad-block__tr:first-child .ad-block__th {
	width: 40%;
}

.ad__type_new .ad-block__tr:first-child .ad-block__td {
	width: 60%;
}

.ad__type_new .ad-block__tr:not(:last-child) .ad-block__th {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) {
	.ad__type_new .ad-block__th,
	.ad__type_new .ad-block__td {
		font-size: 1rem;
	}

}

@media screen and (min-width: 1280px) {

	.ad__type_new .ad-block__th {
		white-space: nowrap;
	}

	.ad__type_new .ad-block__tr:first-child .ad-block__th,
	.ad__type_new .ad-block__tr:first-child .ad-block__td {
		line-height: 1.6;
		height: calc(1.6em * 2 + 0.68em * 2);
	}

}

@media screen and (max-width: 767.98px) {
	.ad__type_new {
		display: block;
	}

	.ad__type_new article {
		width: 100%;
	}

}
