@charset "UTF-8";

/* column__page */
@media screen and (max-width: 1024px) {
}

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

/*============================
	c-contetns
============================*/
.c-contetns {
	padding-bottom: 120px;
}

.cc-search__box {
	background: #fff;
	border-radius: 40px;
	padding: 50px 5%;
}

.search__item {
	margin-bottom: 1em;

	&:last-child {
		margin-bottom: 0;
	}
}

.search__ttl {
	white-space: nowrap;
	width: 10em;
}

.search__tags {
	width: calc(100% - 10em);
	padding: 0 0 0 2%;
	border-left: solid 1px #c7c7c7;

	& li {
		margin: 0.5em 1em;

		& a {
			display: block;
			width: fit-content;
			padding: 0 1em;
			color: #9ba1ac;
			line-height: 28px;
			border-radius: 14px;
			white-space: nowrap;
			text-align: center;
			background: linear-gradient(90deg, #f5f5f5, #eeedf8);
		}

		&.active a {
			background: #fff;
			border: solid 1px #e8e8fc;
		}
	}
}

.cc-items .colu___atc {
	width: 31.33%;
	margin: 0 1% 50px;
	max-width: none;
}

@media screen and (max-width: 1024px) {
	.c-contetns {
		padding-bottom: 80px;
	}

	.cc-search__box {
		border-radius: 30px;
		padding: 40px 5%;
	}

	.search__item {
		margin-bottom: 1em;
	}

	.search__ttl {
		width: 10em;
	}

	.search__tags {
		width: calc(100% - 10em);
		padding: 0 0 0 2%;

		& li {
			margin: 0.5em;

			& a {
				line-height: 24px;
				border-radius: 12px;
			}
		}
	}

	.cc-items .colu___atc {
		width: 31.33%;
		margin: 0 1% 40px;
	}
}

@media screen and (max-width: 767px) {
	.c-contetns {
		padding-bottom: 60px;
	}

	.cc-search__box {
		border-radius: 20px;
		padding: 30px 5%;
	}

	.search__item {
		margin-bottom: 1.5em;
	}

	.search__ttl {
		width: 100%;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
		border-bottom: solid 1px #c7c7c7;
	}

	.search__tags {
		width: 100%;
		padding: 0;
		display: flex;
		border: none;

		& li {
			margin: 0.5em 0.5em 0.5em 0;

			& a {
				line-height: 24px;
				border-radius: 12px;
			}
		}
	}

	.cc-items .colu___atc {
		width: 100%;
		margin: 0 auto 30px;

		&:last-child {
			margin-bottom: 0;
		}
	}
}

/* column-detail__page */

/*============================
	c-detail-contetns
============================*/
.c-detail-contetns {
	padding: 200px 0 0;
}

.cdc__top {
	padding-bottom: 100px;
}

.cdc__ttl {
	line-height: 1.4;
}

.cdc__date {
	margin: 0 2%;
}

.cdc__cat {
	margin: 0 2%;
	width: fit-content;
	padding: 0 1em;
	border-radius: 12px;
	line-height: 24px;
	text-align: center;
	background: linear-gradient(90deg, #f5f5f5, #eeedf8);
	color: #9ba1ac;
}

.cdc__main {
	padding: 120px 0;
}

.cdc__indexbox {
	padding: 50px 3%;
	background: #e2f2ff;
}

.cdc__index--ttl {
	width: 25%;
}

.cdc__index {
	width: 75%;
	padding: 0 0 0 5%;
	border-left: solid 2px #7c7c7c;
}

.cdc__ul {
	padding-left: 2em;
}

.cdc__h2 {
	padding-left: 0.75em;
	position: relative;
	line-height: 1.4;

	&::before {
		content: "";
		position: absolute;
		width: 6px;
		height: 100%;
		background: linear-gradient(#21dece, #3d78d5);
		left: 0;
		top: 0;
	}
}

.cdc__btn {
	width: 550px;
	font-size: 2.4rem;
	height: 78px;
	border-radius: 25px;
	color: #fff;
	border: solid 3px #dcdfe4;
	background: linear-gradient(90deg, #00adb4, #4edee4);
	margin: 0 auto 100px;

	&:hover {
		color: #fff;
		background: linear-gradient(90deg, #00adb4, #4edee4);
	}
}

.cdc__tbl {
	width: 100%;
	font-size: 2rem;
	border-radius: 10px;
}

.cdc__tbl th {
	font-weight: bold;
	padding: 1em;
	background: #e2f2ff;
	border: solid 1px #dedfe0;
}

.cdc__tbl td {
	font-weight: bold;
	padding: 1em;
	text-align: center;
	border: solid 1px #dedfe0;
}

.cdc__tbl strong {
	font-weight: inherit;
}

.cdc__box {
	background: #f9f9f9;
	padding: 20px 2%;
}

.cdc__ul02 li {
	margin-bottom: 1em;
	padding-left: 1.2em;
	position: relative;

	&::before {
		content: "●";
		position: absolute;
		font-size: 1rem;
		left: 0;
		top: 0.3em;
		color: #c7e3f9;
	}
}

.cdc__bdtxt {
	.txt {
		padding-right: 1em;
		background: #fff;
	}

	&::before {
		width: 100%;
	}
}

.cdc__btn02 {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.c-detail-contetns {
		padding: 100px 0 0;
	}

	.cdc__top {
		padding-bottom: 80px;
	}

	.cdc__date {
		margin: 0 2%;
	}

	.cdc__cat {
		margin: 0 2%;
		padding: 0 1em;
		border-radius: 12px;
		line-height: 24px;
	}

	.cdc__main {
		padding: 80px 0;
	}

	.cdc__indexbox {
		padding: 30px 3%;
	}

	.cdc__index--ttl {
		width: 25%;
	}

	.cdc__index {
		width: 75%;
		padding: 0 0 0 5%;
		border-left: solid 2px #7c7c7c;
	}

	.cdc__ul {
		padding-left: 2em;
	}

	.cdc__h2 {
		padding-left: 0.75em;

		&::before {
			width: 4px;
		}
	}

	.cdc__btn {
		width: 400px;
		font-size: 2rem;
		height: 60px;
		border-radius: 20px;
		border: solid 2px #dcdfe4;
		margin: 0 auto 60px;
	}

	.cdc__tbl {
		font-size: 1.6rem;
	}

	.cdc__tbl th {
		padding: 1em;
		white-space: nowrap;
	}

	.cdc__tbl td {
		padding: 1em;
	}

	.cdc__box {
		padding: 20px 3%;
	}

	.cdc__ul02 li {
		margin-bottom: 1em;
		padding-left: 1.2em;

		&::before {
			left: 0;
			top: 0.4em;
		}
	}
}

@media screen and (max-width: 767px) {
	.c-detail-contetns {
		padding: 0px 0 0;
	}

	.cdc__top {
		padding-bottom: 6 0px;
	}

	.cdc__ttl {
		text-align: left;
	}

	.cdc__info {
		display: flex;
		justify-content: flex-start;
	}

	.cdc__date {
		margin: 0 5% 0 0;
	}

	.cdc__cat {
		margin: 0;
		padding: 0 1em;
		border-radius: 12px;
		line-height: 24px;
	}

	.cdc__main {
		padding: 60px 0;
	}

	.cdc__indexbox {
		padding: 30px 3%;
	}

	.cdc__index--ttl {
		width: 100%;
		padding-bottom: 1em;
		margin-bottom: 1em;
		border-bottom: solid 2px #7c7c7c;
	}

	.cdc__index {
		width: 100%;
		padding: 0;
		border: none;
	}

	.cdc__ul {
		padding-left: 1em;
	}

	.cdc__h2 {
		padding-left: 0.75em;

		&::before {
			width: 4px;
		}
	}

	.cdc__btn {
		width: 340px;
		font-size: 1.6rem;
		height: 50px;
		border-radius: 20px;
		border: solid 2px #dcdfe4;
		margin: 0 auto 60px;
	}

	.cdc__tblwrap {
		overflow: hidden;
		overflow-x: scroll;
	}

	.cdc__tbl {
		font-size: 1.4rem;
	}

	.cdc__tbl th {
		padding: 1em;
	}

	.cdc__tbl td {
		padding: 1em;
	}

	.cdc__box {
		padding: 20px 5%;
	}

	.cdc__ul02 li {
		margin-bottom: 1em;
		padding-left: 1.2em;

		&::before {
			left: 0;
			top: 0.4em;
		}
	}
}

/*============================
cd__relation
============================*/
.cd__relation {
	padding-bottom: 120px;
}

.ssrl__atc a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(213, 217, 224, 0.5);
}

.ssrl__ico {
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;

	& img {
		width: auto;
		transform: scale(0.66);
	}
}

.ssrl__txtwrap {
	padding: 10px 1em 15px;
}

.ssrl__h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 0.75em;

	.txt {
		padding-right: 50px;
	}

	.ico {
		width: 25px;
		position: absolute;
		top: 50%;
		right: 60px;
		transform: translate(0, -50%);
	}

	& i {
		color: #999ea3;
	}

	&::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background: #999ea3;
		right: 35px;
		top: 50%;
		transform: translate(0, -50%);
	}
}

@media screen and (max-width: 1024px) {
	.c-detail-relation02 {
		padding-bottom: 80px;
	}

	.ssrl__atc a {
		border-radius: 15px;
	}

	.ssrl__ico {
		height: 120px;

		& img {
			transform: scale(0.5);
		}
	}

	.ssrl__txtwrap {
		padding: 10px 1em 15px;
	}

	.ssrl__h3 {
		margin-bottom: 1em;

		.txt {
			padding-right: 45px;
		}

		.ico {
			width: 20px;
			right: 30px;
		}

		&::before {
			right: 20px;
		}
	}
}

@media screen and (max-width: 767px) {
	.c-detail-relation02 {
		padding-bottom: 60px;
	}

	.ssrl__atc a {
		border-radius: 15px;
	}

	.ssrl__ico {
		height: 140px;

		& img {
			transform: scale(0.5);
		}
	}

	.ssrl__txtwrap {
		padding: 10px 1em 15px;
	}

	.ssrl__h3 {
		margin-bottom: 1em;

		.txt {
			padding-right: 45px;
		}

		.ico {
			width: 20px;
			right: 30px;
		}

		&::before {
			right: 20px;
		}
	}
}

/*目次*/
.ez-toc-heading-level-2 > a {
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.6;
	letter-spacing: 0.04em;
	display: block;
}
.ez-toc-list-level-3 {
	padding-left: 2em;
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.ez-toc-list-level-3 a:before {
	content: "・";
}

/*調整_250320*/

.col-single__body {
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.col-single__body strong {
	font-weight: bold;
}

.col-single__body h2:not(:has(:is(h1, h2, h3, h4, h5, h6, p, a, ul, table, img))),
.col-single__body h3:not(:has(:is(h1, h2, h3, h4, h5, h6, p, a, ul, table, img))),
.col-single__body table,
.col-single__body img,
.btnContact a {
	margin-top: 60px;
}

.col-single__body h2 {
	padding-left: 0.75em;
	position: relative;
	line-height: 1.4;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.col-single__body h2::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	background: linear-gradient(#21dece, #3d78d5);
	left: 0;
	top: 0;
}
.col-single__body h3 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
/*.col-single__body p {
    margin-bottom: 60px;
}*/
.col-single__body ul:not(.ez-toc-list, .cdc__index ul) {
	background: #f9f9f9;
	padding: 20px 2%;
	margin-bottom: 80px;
	margin-top: 30px;
}
.col-single__body ul:not(.ez-toc-list, .cdc__index ul) li ul {
	padding: 0 2%;
	margin-bottom: 0;
	margin-top: 10px;
}
.col-single__body ul li:not(.ez-toc-list li) {
	margin-bottom: 1em;
	padding-left: 1.2em;
	position: relative;
	font-size: 1.4rem;
}
.col-single__body ul li:not(.ez-toc-list li)::before {
	content: "●";
	position: absolute;
	font-size: 1rem;
	left: 0;
	top: 0.3em;
	color: #c7e3f9;
}
.col-single__body table {
	width: 100%;
	/*font-size: 2rem;*/
	border-radius: 10px;
	margin-bottom: 50px;
}
.col-single__body table th {
	font-weight: bold;
	padding: 1em;
	background: #e2f2ff;
	border: solid 1px #dedfe0;
}
.col-single__body table td {
	font-weight: bold;
	padding: 1em;
	text-align: center;
	border: solid 1px #dedfe0;
}
.col-single__body img {
	margin-bottom: 100px;
	width: auto;
	display: block;
	border-radius: 40px;
}
.btnContact a {
	display: block;
	position: relative;
	white-space: nowrap;
	max-width: 100%;
	width: 350px;
	height: 50px;
	border-radius: 25px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #dcdfe4;
	color: #000000;
	letter-spacing: 0.04em;
	font-weight: bold;
	padding: 0 2em;
	text-align: center;
	transition: 0.3s ease-out;
	overflow: hidden;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
.btnContact a:hover {
	border-color: #dcdfe4;
	background-color: #dcdfe4;
}

@media screen and (max-width: 1024px) {
	.col-single__body h2,
	.col-single__body h3,
	.col-single__body ul:not(.ez-toc-list, .cdc__index ul),
	.col-single__body table,
	.col-single__body img,
	.btnContact a {
		margin-top: 40px;
	}
	/*.col-single__body p {
        margin-bottom: 40px;
    }*/
	.col-single__body ul:not(.ez-toc-list, .cdc__index ul) {
		padding: 20px 3%;
		margin-bottom: 60px;
	}
	.col-single__body img {
		margin-bottom: 70px;
	}
	.col-single__body table {
		/*font-size: 1.6rem;*/
		margin-bottom: 40px;
	}
	.btnContact a {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.col-single__body h2,
	.col-single__body h3,
	.col-single__body ul:not(.ez-toc-list, .cdc__index ul),
	.col-single__body table,
	.col-single__body img,
	.btnContact a {
		margin-top: 30px;
	}
	.col-single__body h2 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.col-single__body h3 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	/*.col-single__body p {
        margin-bottom: 30px;
    }*/
	.col-single__body ul:not(.ez-toc-list, .cdc__index ul) {
		padding: 20px 5%;
		margin-bottom: 40px;
		margin-top: 10px;
	}
	.col-single__body img {
		margin-bottom: 50px;
		border-radius: 20px;
	}
	.col-single__body table {
		/*font-size: 1.4rem;*/
		margin-bottom: 30px;
	}
	.btnContact a {
		margin-bottom: 30px;
	}
}

.cdc__img {
	border-radius: 40px;
	overflow: hidden;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.cdc__img {
		border-radius: 20px;
		width: 100%;
	}
}
