.stepBar {
	display: flex;
	position: relative;
	margin: 20px auto;
	text-align: center;
	justify-content: center;
	padding: 0;
}

.stepBar li {
	font-size: 13px;
	list-style: none;
	position: relative;
	width: 138px;
	font-weight: 500;
}

.stepBar li:after {
	background: #F5F5F5;
	content: "";
	width: calc(100% - 14px);
	height: 2px;
	position: absolute;
	left: calc(-50% + 7px);
	top: 13px;
	z-index: -1;
}

.stepBar li:first-child:after {
	display: none;
}

.stepBar li span {
	background: #999999;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
	width: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 17px;
}

.stepBar .visited {
	color: #1F497D;
}

.stepBar .visited:after {
	background: #4D648D;
}

.stepBar .visited span {
	background: #4D648D;
}

.form-read-center {
	text-align: center;
}

.form-read-center .only_sp {
	display: none;
}

.ct-cat-tab-area {
	background-color: #fff;
}

.ct-cat__tab {
	background-color: #212E3E;
	color: #fff;
	padding: 0;
}

.ct-cat__tab p {
	width: 100%;
	height: 100%;
}

.ct-cat__tab a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	background-color: #212E3E;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}

.ct-cat__tab a::before {
	background-image: url(../img/tab_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -9px;
	width: 20px;
	height: 10px;
}

.ct-cat-dl {
	display: grid!important;
}

.ct-cat-cont-area {
	background-color: #fff;
	margin-top: 60px;
}

.ct-cat__dt {
	font-size: 17px;
	display: block;
	letter-spacing: 0;
	line-height: 1.3;
}

.ct-cat__dt small {
	font-size: 17px;
	display: block;
	letter-spacing: 0;
	line-height: 1.3;
}

body :is(.ct-cat-dl[data-slug='faci'], .ct-cat-dl[data-slug='life']) .ct-cat__dt {
	font-size: 17px;
	display: block;
	letter-spacing: 0;
	line-height: 1.3;
	width: 100%;
	transform: initial;
	transform-origin: initial;
	text-indent: 0;
}

body :is(.ct-cat-dl[data-slug='faci'], .ct-cat-dl[data-slug='life']) .ct-cat__dt small {
	font-size: 17px;
	display: block;
	letter-spacing: 0;
	line-height: 1.3;
}

body .ct-cat-dd__label .wpcf7-list-item-label {
	width: 175px;
	height: 31px;
	border-radius: 15.5px;
	background: #fff;
	border: 1px solid #1f497d;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 10px auto 0;
}

body .ct-cat-dd__label .wpcf7-list-item-label::after {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: fit-content;
	height: fit-content;
	margin: auto;
	content: '選択する';
	color: #1f497d;
	inset: 0;
	font-weight: 500;
}

body input[type="checkbox"]:checked+.wpcf7-list-item-label {
	background-color: #1f497d;
}

body input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	color: #fff;
}

body input[type="submit"].wpcf7-submit {
	display: table;
	padding: 4px 10px;
	cursor: pointer;
	position: relative;
	border: none;
	margin: 20px auto 0;
	letter-spacing: .03em;
	background: url(../img/arrow-right.png) no-repeat right 22px center / 9px 14px, linear-gradient(#ffa43b 0%, #f78500 100%);
	width: 331px;
	height: 65px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	font-weight: bold;
	font-size: 20px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	transition: .3s;
}

body input[type="submit"]:hover {
	opacity: 0.7;
}

/* ポップアップの背景 */

.ct_cat__dd_pop {
	display: none;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}

/* ポップアップ本体 */

.ct_cat__dd_pop_main {
	padding: 20px;
	max-width: 764px;
	position: relative;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* スライダー画像 */

.ct_cat__dd_pop_main_slider {
	transition: opacity 0.2s ease;
}

.ct_cat__dd_pop_main_slider img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

/* 閉じるボタン */

.ct_cat__dd_close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
}

/* 共通スタイル（矢印位置の調整） */

.ct_cat__dd_pop_main_slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	background-color: initial;
	border: none;
	color: white;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
	background-image: url(../img/catalog_slide_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 64px;
	left: 0;
}

.ct_cat__dd_pop_main_slider .slick-arrow.slick-next {
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/catalog_slide_next.png);
	right: 0;
	left: auto;
}

.ct_cat__dd_pop_main_slider .slick-arrow:hover {
	opacity: 0.7;
}

/* ドットナビゲーション */

.ct_cat__dd_pop_main_slider .slick-dots {
	bottom: -30px;
	display: flex !important;
	justify-content: center;
	padding: 0;
	margin-top: 20px;
	list-style: none;
}

/* ドット1個あたりのスタイル */

.ct_cat__dd_pop_main_slider .slick-dots li {
	margin: 0 5px;
}

/* ドットボタン */

.ct_cat__dd_pop_main_slider .slick-dots button {
	font-size: 0;
	line-height: 0;
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 50%;
	background-color: #ccc;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

/* アクティブなドット */

.ct_cat__dd_pop_main_slider .slick-dots li.slick-active button {
	background-color: #fff;
}

.slick-initialized .slick-slide {
	width: 724px;
	padding: 0 40px;
}

.slick-initialized .slick-slide img {
	max-height: 375px;
	margin: 0 auto;
	display: block;
	width: auto;
}

.openPopup {
	position: relative;
	z-index: 0;
	cursor: pointer;
}

.openPopup::before {
	background-image: url(../img/openPopup.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 28px;
	height: 28px;
}

.slick-prev:before, .slick-next:before {
	display: none;
}

.ct-cat-dd__detail {
	display: grid;
	gap: 0 10px;
}

.ct-cat__dt:is(.ct-cat-dl[data-slug='faci'], .ct-cat-dl[data-slug='life']) .ct-cat__dt {
	font-size: 17px;
}

@media screen and (max-width: 767px) {
	.form-read-center .only_sp {
		display: block;
	}
	.ct-cat-cont-area {
		margin-top: 20px;
	}
	body input[type="submit"].wpcf7-submit {
		display: table;
		padding: 4px 10px;
		margin: 20px auto 0;
		width: 250px;
		height: 50px;
		font-size: 16px;
	}
	.ct_cat__dd_pop_main {
		max-width: 100%;
	}
	.ct_cat__dd_pop_main_box {
		position: relative;
		z-index: 0;
	}
	.slick-slider {
		padding: 0;
	}
	.slick-initialized .slick-slide {
		width: calc(100vw - 40px);
		padding: 0 20px;
	}
	.ct_cat__dd_pop_main_slider .slick-arrow {
		position: absolute;
		top: 50%;
		z-index: 10;
		transform: translateY(-50%);
		background-color: initial;
		border: none;
		color: white;
		font-size: 0;
		padding: 0;
		cursor: pointer;
		transition: background-color 0.3s ease;
		background-image: url(../img/catalog_slide_prev.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 16px;
		height: 32px;
		left: 0;
	}
}

.ct-cat-tab-area.is-fixed {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	width: 100%;
	max-width: 960px;
}

@media screen and (max-width: 767px) {
	.ct-cat-tab-area.is-fixed {
		top: 46px;
		padding-left: 11px;
		padding-right: 11px;
	}
}

.wpcf7-form-control.wpcf7-submit.is-fixed {
	position: fixed;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: none;
}

@media screen and (max-width: 767px) {
	.wpcf7-form-control.wpcf7-submit.is-fixed {
		bottom: 10px;
	}
}