#wrap {
	overflow: visible;
}


.secKnowledge .secInr {
	position: relative;
}
.secKnowledge .secInr .menuWrap {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.secKnowledge .secInr .menuWrap.js-open {
	width: 100%;
}
.secKnowledge .secInr .menuWrap .menuInr {
	display: flex;
	justify-content: flex-end;
	width: 32px;
	height: 30px;
	border: 1px solid #333;
	box-shadow: 0 0 8px rgba(0,0,0,0);
	border-radius: 100%;
	background: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	overflow: hidden;
}
.secKnowledge .secInr .menuWrap.js-open .menuInr {
	border: none;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.secKnowledge .secInr .menuWrap .menuInr .menuCts {
	height: 100%;
	position: relative;
	transition: all 0.3s ease-out;
}
.secKnowledge .secInr .menuWrap .menuInr .menuCts .ctsInr {
	width: 100%;
}
.secKnowledge .secInr .menuWrap .menuInr .menuCts .ctsInr .cts {
	display: flex;
	box-sizing: border-box;
	padding: 35px;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine {
	display: flex;
	align-items: flex-start;
	width: 50%;
	box-sizing: border-box;
	padding-right: 50px;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .lineTtl {
	margin-right: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1 0 0%;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemCatWrap {
	margin-top: -8px;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .cat {
	margin: 10px 10px 0 0;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .cat a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 2px 10px;
	border: 1px solid #606060;
	border-radius: 14px;
	color: #606060;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag {
	margin-right: 10px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag a {
	text-decoration: none;
	color: #333;
	position: relative;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag.active a {
	font-weight: bold;
	position: relative;
	padding-right: 15px;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag.active a::after {
	content: " ";
	width: 10px;
	height: 10px;
	background: url(/common/images/icn_delete.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag.active a::before {
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #333;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag:hover {
	opacity: 0.7;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag.notItem {
	opacity: 0.5;
	pointer-events: none;
	font-weight: 400;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag.notItem a::before {
	display: none;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .cat a:hover,
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .cat.active a {
	background: #606060;
	color: #fff;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .cat.active a {
	pointer-events: none;
}
.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .cat.notItem {
	opacity: 0.5;
	pointer-events: none;
}
.secKnowledge .secInr .menuWrap .menuBtn {
	width: 34px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.4s ease-out;
	cursor: pointer;
	z-index: 99;
}
.secKnowledge .secInr .menuWrap .menuBtn:hover {
	opacity: 0.7;
}
.secKnowledge .secInr .menuWrap .menuBtn .btnInr {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	border-radius: 100%;
	font-size: 0;
	position: relative;
}
.secKnowledge .secInr .menuWrap .menuBtn .btnInr .bar,
.secKnowledge .secInr .menuWrap .menuBtn .btnInr::before,
.secKnowledge .secInr .menuWrap .menuBtn .btnInr::after {
	content: "";
	display: block;
	height: 2px;
	background: #333;
	transition: all 0.4s ease-out;
}
.secKnowledge .secInr .menuWrap .menuBtn .btnInr::before {
	width: 8px;
	margin-right: 6px;
}
.secKnowledge .secInr .menuWrap .menuBtn .btnInr .bar {
	width: 14px;
	margin-top: 4px;
}
.secKnowledge .secInr .menuWrap .menuBtn .btnInr::after {
	width: 8px;
	margin-top: 4px;
	margin-left: 6px;
}


.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr {
	display: block;
	/* background: #343434; */
}
.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr .bar,
.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr::before,
.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr::after {
	width: 18px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
}
.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr .bar,
.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secKnowledge .secInr .menuWrap {
	}
	.secKnowledge .secInr .menuWrap .menuInr {
		width: 25px;
		height: 25px;
	}
	.secKnowledge .secInr .menuWrap .menuInr .menuCts {
		height: 100%;
		overflow: hidden;
		position: relative;
		transition: all 0.3s ease-out;
	}
	.secKnowledge .secInr .menuWrap .menuInr .menuCts .ctsInr .cts {
		display: block;
		padding: 22px 20px 25px;
	}
	.secKnowledge .secInr .menuWrap .menuInr .searchLine {
		display: block;
		width: 100%;
		margin-top: 25px;
		padding-right: 0;
	}
	.secKnowledge .secInr .menuWrap .menuInr .searchLine:first-child {
		margin-top: 0;
	}
	.secKnowledge .secInr .menuWrap .menuInr .searchLine .lineTtl {
		margin-right: 0;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap {
		margin-top: 5px;
	}
	.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .cat {
		margin: 5px 5px 0 0;
	}
	.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .cat a {
		padding: 2px 12px;
		font-size: 1.1rem;
	}
	.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemTagWrap {
		margin-top: 5px;
	}
	.secKnowledge .secInr .menuWrap .menuInr .searchLine .itemWrap .tag {
		margin: 5px 5px 0 0;
		font-size: 1.1rem;
		line-height: 1.6;
	}
	.secKnowledge .secInr .menuWrap .menuBtn {
		width: 28px;
		height: 28px;
		right: 0;
	}
	.secKnowledge .secInr .menuWrap .menuBtn .btnInr .bar,
	.secKnowledge .secInr .menuWrap .menuBtn .btnInr::before,
	.secKnowledge .secInr .menuWrap .menuBtn .btnInr::after {
		height: 1px;
	}
	.secKnowledge .secInr .menuWrap .menuBtn .btnInr::before {
		width: 4px;
		margin-right: 4px;
	}
	.secKnowledge .secInr .menuWrap .menuBtn .btnInr .bar {
		width: 8px;
		margin-top: 3px;
	}
	.secKnowledge .secInr .menuWrap .menuBtn .btnInr::after {
		width: 4px;
		margin-top: 3px;
		margin-left: 4px;
	}

	.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr .bar,
	.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr::before,
	.secKnowledge .secInr .menuWrap.js-open .menuBtn .btnInr::after {
		width: 14px;
		height: 1px;
	}
}



.secKnowledge .secInr .ttlLine {
	display: flex;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 0;
}
.secKnowledge .secInr .ttlLine .catTtlWrap {
	display: flex;
	align-items: center;
}
.secKnowledge .secInr .ttlLine .catTtlWrap + * {
	margin-left: 30px;
}
.secKnowledge .secInr .ttlLine .catTtlWrap .en {
	margin-right: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.secKnowledge .secInr .ttlLine .catTtlWrap .catTtl {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 23px;
	box-sizing: border-box;
	padding: 2px 14px 3px;
	border-radius: 45px;
	background: #707070;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
}
.secKnowledge .secInr .ttlLine .tagTtlWrap {
	display: flex;
	align-items: center;
}
.secKnowledge .secInr .ttlLine .tagTtlWrap .en {
	margin-right: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.secKnowledge .secInr .ttlLine .tagTtlWrap .tagTtl {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-right: 10px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secKnowledge .secInr .ttlLine {
		flex-wrap: wrap;
		box-sizing: border-box;
		padding-right: 30px;
		top: 2px;
	}
	.secKnowledge .secInr .ttlLine .catTtlWrap {
		margin-right: 10px;
	}
	.secKnowledge .secInr .ttlLine .catTtlWrap .en {
		margin-right: 10px;
		font-size: 1.3rem;
	}
	.secKnowledge .secInr .ttlLine .catTtlWrap .catTtl {
		height: 22px;
		padding: 2px 10px 3px;
		font-size: 1.1rem;
	}
	.secKnowledge .secInr .ttlLine .tagTtlWrap .en {
		margin-right: 10px;
		font-size: 1.3rem;
	}
	.secKnowledge .secInr .ttlLine .tagTtlWrap .tagTtl {
		font-size: 1.1rem;
	}
}






.secKnowledge .secInr .knowledgeItemWrap {
	padding-top: 60px;
}
.secKnowledge .secInr .knowledgeItemWrap .item {
	margin: 35px 0;
}
.secKnowledge .secInr .knowledgeItemWrap .item:first-child {
	margin-top: 0;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr {
	display: block;
	box-sizing: border-box;
	padding: 25px 40px;
	text-decoration: none;
	color: #343434;
	transition: all 0.3s ease-out;
	border-bottom: 1px solid #efeeef;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr:hover {
	transform: translate(-4px, -4px);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.06);
	border-color: #fff;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .itemTtl .ttl {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.07em;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine {
	display: flex;
	align-items: flex-start;
	margin: 12px 0 0;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .catType {
	margin-right: 12px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .catType .cat {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 23px;
	box-sizing: border-box;
	padding: 2px 16px 3px;
	border-radius: 25px;
	background: #606060;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.1;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl {
	display: flex;
	flex-wrap: wrap;
	flex: 1 0 0%;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap {
	display: flex;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data {
	display: flex;
	margin-right: 20px;
	color: #999;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data .ttl,
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data .txt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data .ttl {
	margin-right: 8px;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .author {
	color: #999;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .author .name {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .author .name::before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background: url(/common/images/icn_human.svg) no-repeat center center;
	background-size: cover;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .tagWrap {
	display: flex;
	flex-wrap: wrap;
	margin: 12px 0 0;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .tagWrap .tag {
	margin-top: 6px;
	margin-right: 12px;
	color: #999;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}
.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .tagWrap .tag:last-child {
	margin-right: 0;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secKnowledge .secInr .knowledgeItemWrap {
		padding-top: 40px;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item {
		margin: 20px 0;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr {
		padding: 25px 10px;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.06);
		border-color: #fff;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .itemTtl .ttl {
		font-size: 2.3rem;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine {
		margin: 16px 0 0;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .word {
		margin-right: 6px;
		padding-right: 8px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl {
		display: block;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap {
		flex-wrap: wrap;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data {
		margin-right: 6px;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data:last-child {
		margin-right: 0;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data .ttl,
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data .txt {
		font-size: 1.2rem;
		line-height: 2;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .dataWrap .data .ttl {
		margin-right: 5px;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .author .name {
		font-size: 1.2rem;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .dataLine .dataDtl .author .name::before {
		width: 13px;
		height: 13px;
		margin-right: 6px;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .tagWrap {
		margin: 20px 0 0;
	}
	.secKnowledge .secInr .knowledgeItemWrap .item .itemInr .tagWrap .tag {
		margin-top: 6px;
		margin-right: 10px;
	}
}






.secKnowledge .secInr .pagerWrap {
	margin-top: 70px;
}
.secKnowledge .secInr .pagerWrap .wrapInr {
	display: flex;
	align-items: center;
	justify-content: center;
}
.secKnowledge .secInr .pagerWrap .wrapInr .btn {
	width: 50px;
	height: 50px;
	margin: 0 20px;
}
.secKnowledge .secInr .pagerWrap .wrapInr .btn .btnInr {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.secKnowledge .secInr .pagerWrap .wrapInr .btn .btnInr .img {
	width: 7px;
	height: 14px;
	background: no-repeat center center;
	background-size: 100% auto;
}
.secKnowledge .secInr .pagerWrap .wrapInr .btn .btnInr:hover {
	background: #333;
}
.secKnowledge .secInr .pagerWrap .wrapInr .btn.prevBtn .btnInr .img {
	background-image: url(/common/images/icn_arow_pager_l.svg);
}
.secKnowledge .secInr .pagerWrap .wrapInr .btn.prevBtn .btnInr:hover .img {
	background-image: url(/common/images/icn_arow_pager_l_wt.svg);
}
.secKnowledge .secInr .pagerWrap .wrapInr .btn.nextBtn .btnInr .img {
	background-image: url(/common/images/icn_arow_pager_r.svg);
}
.secKnowledge .secInr .pagerWrap .wrapInr .btn.nextBtn .btnInr:hover .img {
	background-image: url(/common/images/icn_arow_pager_r_wt.svg);
}


.secKnowledge .secInr .pagerWrap .wrapInr .pageNum {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -5px;
}
.secKnowledge .secInr .pagerWrap .wrapInr .pageNum .num {
	width: 60px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 5px;
}
.secKnowledge .secInr .pagerWrap .wrapInr .pageNum .num .numBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.2;
	transition: all 0.3s ease-out;
}
.secKnowledge .secInr .pagerWrap .wrapInr .pageNum .num .numBtn.js-active,
.secKnowledge .secInr .pagerWrap .wrapInr .pageNum .num .numBtn:hover {
	background: #333;
	color: #fff;
}

.returnBtnWrap {
	width: 306px;
	height: 64px;
	margin: 30px auto 0;
}
.returnBtnWrap .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #333;
	text-decoration: none;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	transition: all 0.3s ease-out;
}
.returnBtnWrap .btn:hover {
	opacity: 0.7;
}

.secKnowledge .secInr .note {
	margin-top: 120px;
}
.secKnowledge .secInr .note .txt {
	font-size: 1.2rem;
	line-height: 2;
}
.breadcrumb {
	margin-top: 36px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secKnowledge .secInr .pagerWrap {
		margin: 30px -12px 0;
	}
	.secKnowledge .secInr .pagerWrap .wrapInr .btn {
		width: 38px;
		height: 38px;
		margin: 0 12px;
	}
	.secKnowledge .secInr .pagerWrap .wrapInr .btn .btnInr .img {
		width: 6px;
		height: 12px;
	}

	.secKnowledge .secInr .pagerWrap .wrapInr .pageNum {
		margin: 0 -6px;
	}
	.secKnowledge .secInr .pagerWrap .wrapInr .pageNum .num {
		width: 50px;
		height: 38px;
		padding: 0 6px;
	}
	.secKnowledge .secInr .pagerWrap .wrapInr .pageNum .num .numBtn {
		font-size: 1.3rem;
	}

	.returnBtnWrap {
		width: 100%;
		max-width: 306px;
		height: 50px;
	}

	.secKnowledge .secInr .note {
		margin-top: 56px;
	}
	.secKnowledge .secInr .note .txt {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.breadcrumb {
		margin-top: 34px;
	}
}
/* SE
----------------------------------*/
@media screen and (max-width: 359px) {
	.secKnowledge .secInr .pagerWrap .wrapInr .pageNum .num {
		width: 42px;
	}
}





/* ↓↓↓ 詳細 ↓↓↓ */
.secDetail {
	margin-top: 60px;
}
.secDetail .secInr {
	display: flex;
	align-items: flex-start;
}
.secDetail .secInr .ctsWrap {
	flex: 1 0 0%;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
}
.secDetail .secInr .ctsWrap .ttlLine {
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine {
	display: flex;
	align-items: center;
	color: #777;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine .catListWrap {
	display: flex;
	align-items: center;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine .data {
	padding-right: 12px;
	border-right: 1px solid #ccc;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	display: flex;
	align-items: center;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine .data .txt + .ttl {
	margin-left: 10px;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine .tagWrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: 12px;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine .catWrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: 12px;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine .catWrap .cat {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 23px;
	box-sizing: border-box;
	padding: 2px 14px 3px;
	border-radius: 45px;
	background: #707070;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine .tagWrap .tag {
	margin-right: 6px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}
.secDetail .secInr .ctsWrap .ttlLine .dataLine .tagWrap .tag:last-child {
	margin-right: 0;
}
.secDetail .secInr .ctsWrap .ttlLine .ctsTtl {
	margin-top: 14px;
}
.secDetail .secInr .ctsWrap .ttlLine .ctsTtl .ttl {
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.07em;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .name {
	color: #666;
	font-size: 1.6rem;
	line-height: 1.8;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .name::before {
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	background: url(/common/images/icn_human.svg) no-repeat center center;
	background-size: 100% auto;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .txt {
	color: #444;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icn {
	width: 25px;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icn a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icn a:hover {
	opacity: 0.7;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icn img {
	width: 100%;
	height: auto;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icnTw {
	margin-left: 16px;
}
.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icnFb {
	margin-left: 6px;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secDetail {
		margin-top: 35px;
	}
	.secDetail .secInr {
		display: block;
	}
	.secDetail .secInr .ctsWrap {
		padding: 0;
	}
	.secDetail .secInr .ctsWrap .ttlLine {
		padding-bottom: 14px;
	}
	.secDetail .secInr .ctsWrap .ttlLine .dataLine {
		flex-wrap: wrap;
	}
	.secDetail .secInr .ctsWrap .ttlLine .dataLine .catListWrap {
		margin-top: 10px;
		width: 100%;
	}
	.secDetail .secInr .ctsWrap .ttlLine .dataLine .data {
		padding-right: 10px;
		font-size: 1.2rem;
	}
	.secDetail .secInr .ctsWrap .ttlLine .dataLine .catWrap {
	}
	.secDetail .secInr .ctsWrap .ttlLine .dataLine .tagWrap {
		margin-left: 0;
	}
	.secDetail .secInr .ctsWrap .ttlLine .dataLine .tagWrap .tag {
		margin-right: 5px;
		font-size: 1.1rem;
	}
	.secDetail .secInr .ctsWrap .ttlLine .ctsTtl {
		margin-top: 10px;
	}
	.secDetail .secInr .ctsWrap .ttlLine .ctsTtl .ttl {
		font-size: 2.3rem;
		line-height: 1.5;
	}
	.secDetail .secInr .ctsWrap .ttlLine .subLine {
		display: block;
	}
	.secDetail .secInr .ctsWrap .ttlLine .subLine .name {
		font-size: 1.2rem;
	}
	.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare {
		margin-top: 14px;
		margin-left: 0;
	}
	.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .txt {
		font-size: 1.4rem;
	}
	.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icn {
		width: 40px;
	}
	.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icnTw {
		margin-left: 15px;
	}
	.secDetail .secInr .ctsWrap .ttlLine .subLine .snsShare .icnFb {
		margin-left: 6px;
	}
}






.secDetail .secInr .ctsWrap .colWrap {
	margin-top: 50px;
}
.secDetail .secInr .ctsWrap .colWrap .leadCol p {
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.secDetail .secInr .ctsWrap .colWrap .leadCol p:first-child {
	margin-top: 0;
}


.secDetail .secInr .ctsWrap .colWrap #toc_container {
	margin-top: 50px;
	box-sizing: border-box;
	padding: 40px 50px 42px;
	background: #f5f5f5;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	border: 0;
}
.secDetail .secInr .ctsWrap .colWrap #toc_container a {
	text-decoration: none;
	color: #343434;
	transition: all 0.3s ease-out;
}
.secDetail .secInr .ctsWrap .colWrap #toc_container a:hover {
	opacity: 0.7;
}
.secDetail .secInr .ctsWrap .colWrap #toc_container .toc_title {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.07em;
	margin-top: 0;
	padding-left: 0;
	text-align: left;
}
.secDetail .secInr .ctsWrap .colWrap #toc_container > ul {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.02em;
}
.secDetail .secInr .ctsWrap .colWrap #toc_container li {
	margin-top: 20px;
}
.secDetail .secInr .ctsWrap .colWrap #toc_container li ul {
	margin-top: 6px;
	padding-left: 1.5em;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.secDetail .secInr .ctsWrap .colWrap #toc_container li ul li {
	margin-top: 10px;
}


.secDetail .secInr .ctsWrap .colWrap .ctsCol h2 {
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.secDetail .secInr .ctsWrap .colWrap .ctsCol h3 {
	padding-left: 50px;
	text-indent: -50px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2;
}
.secDetail .secInr .ctsWrap .colWrap .ctsCol h2 span {
	padding-top: 80px;
	display: block;
}
.secDetail .secInr .ctsWrap .colWrap .ctsCol h3 span {
	margin-top: -70px;
	padding-top: 150px;
	display: block;
}
.secDetail .secInr .ctsWrap .colWrap .ctsCol h3 span::before {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 1rem;
	margin-right: 20px;
	border-top: 2px solid #f05555;
}
.secDetail .secInr .ctsWrap .colWrap .ctsCol p {
	margin-top: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.secDetail .secInr .ctsWrap .colWrap .ctsCol figure img {
	max-width: 100%;
	height: auto;
}

.secDetail .secInr .ctsWrap .colWrap .ctsCol p + figure,
.secDetail .secInr .ctsWrap .colWrap .ctsCol h2 + p {
	margin-top: 40px;
}
.secDetail .secInr .ctsWrap .colWrap .ctsCol pre {
	margin-top: 20px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secDetail .secInr .ctsWrap .colWrap {
		margin-top: 35px;
	}
	.secDetail .secInr .ctsWrap .colWrap .leadCol p {
		line-height: 2;
		letter-spacing: 0.04em;
	}

	.secDetail .secInr .ctsWrap .colWrap #toc_container {
		margin-top: 20px;
		padding: 20px 24px 25px;
	}
	.secDetail .secInr .ctsWrap .colWrap #toc_container .toc_title {
		font-size: 2.4rem;
		line-height: 1.2;
		margin-top: 0;
	}
	.secDetail .secInr .ctsWrap .colWrap #toc_container > ul {
		margin-top: 20px;
		padding-left: 1.2em;
		text-indent: -1.2em;
		line-height: 1.2;
	}
	.secDetail .secInr .ctsWrap .colWrap #toc_container li {
		margin-top: 10px;
		line-height: 1.6;
	}
	.secDetail .secInr .ctsWrap .colWrap #toc_container li ul {
		margin-top: 6px;
		padding-left: 1.5em;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}
	.secDetail .secInr .ctsWrap .colWrap #toc_container li ul li {
		margin-top: 10px;
	}


	.secDetail .secInr .ctsWrap .colWrap .ctsCol h2 {
		padding-bottom: 16px;
		font-size: 2.4rem;
		line-height: 1.2;
	}
	.secDetail .secInr .ctsWrap .colWrap .ctsCol h3 {
		padding-left: 40px;
		text-indent: -40px;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.secDetail .secInr .ctsWrap .colWrap .ctsCol h2 span {
		margin-top: -75px;
		padding-top: 105px;
		display: block;
	}
	.secDetail .secInr .ctsWrap .colWrap .ctsCol h3 span {
		margin-top: -55px;
		padding-top: 100px;
		display: block;
	}
	.secDetail .secInr .ctsWrap .colWrap .ctsCol h3 span::before {
		width: 24px;
		height: 0.7rem;
		margin-right: 16px;
	}
	.secDetail .secInr .ctsWrap .colWrap .ctsCol p {
		line-height: 2;
		letter-spacing: 0.04em;
	}

	.secDetail .secInr .ctsWrap .colWrap .ctsCol p + img,
	.secDetail .secInr .ctsWrap .colWrap .ctsCol h2 + p {
		margin-top: 16px;
	}
}






.secDetail .secInr .ctsWrap .bottomCts {
	margin-top: 65px;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine {
	display: flex;
	align-items: center;
	padding-bottom: 32px;
	border-bottom: 1px solid #ddd;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare {
	display: flex;
	align-items: center;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare .txt {
	margin-right: 15px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare .icn {
	width: 25px;
	margin-right: 6px;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare .icn a {
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare .icn a:hover {
	opacity: 0.7;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare .icn img {
	width: 100%;
	height: auto;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap .data {
	display: flex;
	align-items: center;
	margin-left: 15px;
	color: #999;
}
.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap .data .ttl,
.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap .data .txt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}
.secDetail .secInr .ctsWrap .bottomCts .pager {
	display: flex;
	margin: 62px -50px 0;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn {
	width: 50%;
	box-sizing: border-box;
	padding: 0 50px;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn.btnPrev {
	margin-right: auto;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn.btnNext {
	margin-left: auto;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn .btnInr {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 18px;
	border-bottom: 3px solid #343434;
	text-decoration: none;
	color: #343434;
	transition: all 0.3s ease-out;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn .btnInr:hover {
	opacity: 0.7;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn .btnInr .sub {
	padding: 0 14px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn.btnNext .btnInr .sub {
	text-align: right;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn.btnPrev .btnInr .sub::before,
.secDetail .secInr .ctsWrap .bottomCts .pager .btn.btnNext .btnInr .sub::after {
	content: " ";
	width: 5px;
	height: 10px;
	background: no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn.btnPrev .btnInr .sub::before {
	background-image: url(/common/images/icn_arow_left_bk.svg);
	left: 0;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn.btnNext .btnInr .sub::after {
	background-image: url(/common/images/icn_arow_right_bk.svg);
	right: 0;
}
.secDetail .secInr .ctsWrap .bottomCts .pager .btn .btnInr .ctsTtl {
	margin-top: 22px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.secDetail .secInr .ctsWrap .returnBtn {
	width: 306px;
	height: 64px;
	margin: 80px auto 0;
}
.secDetail .secInr .ctsWrap .returnBtn .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #333;
	text-decoration: none;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	transition: all 0.3s ease-out;
}
.secDetail .secInr .ctsWrap .returnBtn .btn:hover {
	opacity: 0.7;
}

.secDetail .secInr .sideCts {
	width: 220px;
	box-sizing: border-box;
	padding: 0 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	left: 0;
	z-index: 80;
}
.secDetail .secInr .sideCts img {
	width: 100%;
	height: auto;
}


.dtlCtsWrap .noteLine {
	margin-top: 120px;
}
.dtlCtsWrap .noteLine .txt {
	font-size: 1.2rem;
	line-height: 2;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secDetail .secInr .ctsWrap .bottomCts {
		margin-top: 45px;
	}
	.secDetail .secInr .ctsWrap .bottomCts .dataLine {
		align-items: flex-start;
		flex-direction: column-reverse;
		padding-bottom: 30px;
	}
	.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare {
		margin-top: 15px;
	}
	.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare .txt {
		font-size: 1.4rem;
	}
	.secDetail .secInr .ctsWrap .bottomCts .dataLine .snsShare .icn {
		width: 40px;
		margin-right: 4px;
	}
	.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap {
		margin-left: 0;
	}
	.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap .data:first-child {
		margin-left: 0;
	}
	.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap .data .ttl,
	.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap .data .txt {
		font-size: 1.2rem;
	}
	.secDetail .secInr .ctsWrap .bottomCts .dataLine .dataWrap .data .ttl {
		margin-right: 4px;
	}

	.secDetail .secInr .ctsWrap .bottomCts .pager {
		display: block;
		margin: 45px 0 0;
	}
	.secDetail .secInr .ctsWrap .bottomCts .pager .btn {
		width: 100%;
		padding: 0;
	}
	.secDetail .secInr .ctsWrap .bottomCts .pager .btn .btnInr {
		padding-top: 25px;
		padding-bottom: 14px;
		border-bottom: 2px solid #343434;
	}
	.secDetail .secInr .ctsWrap .bottomCts .pager .btn .btnInr .sub {
		font-size: 1.3rem;
	}
	.secDetail .secInr .ctsWrap .bottomCts .pager .btn .btnInr .ctsTtl {
		margin-top: 14px;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.secDetail .secInr .ctsWrap .returnBtn {
		width: 71.04478%;
		height: 50px;
		margin: 38px auto 0;
	}


	.secDetail .secInr .sideCts {
		width: 100%;
		margin-top: 45px;
		padding: 0;
	}


	.dtlCtsWrap .noteLine {
		margin-top: 70px;
	}
	.dtlCtsWrap .noteLine .txt {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
/* ↑↑↑ 詳細 ↑↑↑ */
