@charset "utf-8";
/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
#main {
	padding-bottom: 14rem;
}
#main .comBlogList {
	margin-bottom: 0;
	gap: 5rem 2rem;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 6rem;
	}
}

/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
.detail .pageTitle {
	margin-bottom: 8rem;
}
.detail .innerArea {
	margin-bottom: 9.8rem;
	font-family: "BIZ UDPGothic", sans-serif;
}
.detail .innerArea figure {
	margin-bottom: 7.6rem;
}
.detail .innerArea figcaption,
.detail .innerArea .wp-caption-text {
	display: none;
}
.detail .innerArea .wp-caption {
	width: 100% !important;
	margin-bottom: 7.6rem;
}
.detail .innerArea .wp-caption img {
	width: 100%;
	height: auto;
}
.detail .innerArea figure img {
	width: 100%;
}
.detail .innerArea p {
	margin-bottom: 2.88rem;
	color: #172244;
	font-weight: 400;
	line-height: 1.8;
	word-break: break-all;
}
.detail .innerArea p a {
	text-decoration: underline;
}
.detail .innerArea p a:hover {
	opacity: 0.7;
}
.detail .innerArea p strong {
	color: #000;
}
.detail .innerArea p.has_bg {
	margin-top: 1.2rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 0.2rem 0.1rem 1rem;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.detail .innerArea p.has_bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #021437;
	clip-path: polygon(1rem 0,100% 0,calc(100% - 1rem) 100%,0 100%);
	content: '';
	z-index: -1;
}
#toc_container {
	margin: 7.5rem 0 8rem !important;
	display: block !important;
	font-size: inherit !important;
	padding: 5.6rem 5.5rem 4.7rem !important;
	border-radius: 0.5rem;
	border: 0.2rem solid rgba(66, 154, 208, 0.20) !important;
	background: #F5F5F5 !important;
}
#toc_container .toc_title {
	margin-bottom: 0;
	position: relative;
	font-size: 3.91rem;
	font-weight: 700;
	font-family: "Work Sans", sans-serif;
	font-style: italic;
}
#toc_container .toc_title::before {
	margin: 0 0 0.6rem 1.9rem;
	position: relative;
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
	font-style: italic;
	content: 'INDEX';
	z-index: 2;
	letter-spacing: 0.1367rem;
}
#toc_container .toc_title::after {
	margin-left: 0.1rem;
	position: absolute;
	top: 0.2rem;
	left: 0.5rem;
	width: 8.5rem;
	height: 2.56rem;
	background: #FABE00;
	clip-path: polygon(0.7rem 0,100% 0,calc(100% - 0.7rem) 100%,0 100%);
	content: '';
}
#toc_container .toc_list {
	margin: 1.9rem 0 0 0.8rem;
}
#toc_container .toc_list li {
	margin-bottom: 0.8rem;
	padding: 0;
	position: relative;
}
#toc_container .toc_list li:last-child {
	margin-bottom: 0;
}
#toc_container .toc_list li a {
	color: #000;
	font-size: 1.7rem;
	font-weight: 700;
	font-style: italic;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-decoration: none !important;
}
#toc_container .toc_list li a:hover {
	opacity: 0.7;
}
#toc_container .toc_list li a .work {
	width: 3rem;
	margin-right: 0.7rem;
	color: #429AD0;
	font-size: 2.39rem;
	font-weight: 600;
	font-style: italic;
	white-space: nowrap;
	line-height: 1.2;
}
#toc_container .toc_list li::before {
	display: none;
}
.detail .innerArea h2 {
	margin-bottom: 3.5rem;
	padding: 1.1rem 0.1rem 0.7rem;
	color: #000;
	font-size: 4.5rem;
	font-weight: 700;
	font-style: italic;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	position: relative;
}
.detail .innerArea h2::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.54rem;
	background: #FABE00;
	clip-path: polygon(0.2rem 0,100% 0,calc(100% - 0.2rem) 100%,0 100%);
	content: '';
}
.detail .innerArea h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.54rem;
	background: #FABE00;
	clip-path: polygon(0.2rem 0,100% 0,calc(100% - 0.2rem) 100%,0 100%);
	content: '';
}
.detail .innerArea h2 .work {
	margin: -0.2rem 3rem 0 0;
	color: #429AD0;
	font-size: 6.32rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2;
	white-space: nowrap;
}
.detail .innerArea p + h2 {
	margin-top: 6rem;
}
.detail .innerArea ul + h2 {
	margin-top: 7.9rem;
}
.detail .innerArea p + h3 {
	margin-top: 3.6rem;
}
.detail .innerArea h3 {
	margin-bottom: 2.4rem;
	padding-left: 2.4rem;
	position: relative;
	color: #000;
	font-size: 3rem;
	font-weight: 700;
}
.detail .innerArea h3::before {
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 0.8rem;
	bottom: 0;
	background: #FABE00;
	content: '';
}
.detail .innerArea p + h4 {
	margin-top: 2.4rem;
}
.detail .innerArea h4 {
	margin-bottom: 1.4rem;
	color: #172244;
	font-size: 2.2rem;
	font-weight: 700;
}
.detail .innerArea ol {
	margin: 2.2rem 0 8.1rem;
	counter-reset: item;
}
.detail .innerArea ol li {
	margin-bottom: 0.9rem;
	padding-left: 3.6rem;
	position: relative;
	color: #172244;
	font-weight: 700;
	counter-increment: item;
}
.detail .innerArea ol li::after {
	position: absolute;
	top: 0;
	left: -0.2rem;
	color: #429AD0;
	font-size: 2.07rem;
	font-weight: 600;
	font-style: italic;
	font-family: "Work Sans", sans-serif;
	content: counter(item, decimal-leading-zero);
}
.detail .wp-block-table {
	width: 84.9rem;
}
.detail .wp-block-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0.2rem;
}
.detail .wp-block-table td {
	padding: 0.5rem 3rem;
	word-break: break-all;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	color: #172244;
	font-size: 1.8rem;
	font-weight: 700;
	border: none !important;
}
.detail .wp-block-table tr {
	background: #F0F0F0;
}
.detail .wp-block-table tr:first-child {
	background: linear-gradient(104.12deg, #364982 0%, #172244 100%), #D9D9D9;
}
.detail .wp-block-table tr:first-child td {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
}
.detail .wp-block-table td:first-child {
	width: 23.4%;
}
.detail .wp-block-table td:nth-child(2) {
	width: 31.8%;
}
.detail .comLink {
	width: 28rem;
}
@media all and (max-width: 896px) {
	.detail .pageTitle {
		margin-bottom: 5rem;
	}
	.detail .innerArea {
		margin-bottom: 5rem;
	}
	.detail .innerArea figure {
		margin-bottom: 3rem;
	}
	.detail .innerArea p {
		margin-bottom: 2.52rem;
	}
	.detail .innerArea p.has_bg {
		padding: 0.2rem 0.5rem 0.2rem 1.5rem;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#toc_container {
		margin: 5rem 0 4rem !important;
		padding: 3rem 2rem !important;
	}
	#toc_container .toc_title {
		margin-bottom: 0;
		font-size: 2.2rem;
	}
	#toc_container .toc_title::before {
		margin: 0 0 0.6rem 0.5rem;
		font-size: 1.4rem;
	}
	#toc_container .toc_title::after {
		margin-left: 0;
		top: 0.1rem;
		left: -0.4rem;
		width: 6.7rem;
		height: 2.2rem;
	}
	#toc_container .toc_list {
		margin: 1.5rem 0 0;
	}
	#toc_container .toc_list li a {
		font-size: 1.4rem;
	}
	#toc_container .toc_list li a .work {
		margin-top: 0.3rem;
		width: 2.2rem;
		margin-right: 0.7rem;
		font-size: 1.6rem;
	}
	.detail .innerArea h2 {
		margin-bottom: 2.5rem;
		padding: 0.9rem 0.1rem 0.6rem;
		font-size: 1.8rem;
	}
	.detail .innerArea h2::before,
	.detail .innerArea h2::after {
		height: 0.3rem;
	}
	.detail .innerArea h2 .work {
		margin: -0.1rem 1rem 0 0;
		font-size: 2.6rem;
	}
	.detail .innerArea p + h2 {
		margin-top: 5rem;
	}
	.detail .innerArea ul + h2 {
		margin-top: 5rem;
	}
	.detail .innerArea p + h3 {
		margin-top: 3rem;
	}
	.detail .innerArea h3 {
		margin-bottom: 2.4rem;
		padding-left: 1.6rem;
		font-size: 2rem;
	}
	.detail .innerArea h3::before {
		top: 0.2rem;
		width: 0.4rem;
		height: auto;
		bottom: 0;
	}
	.detail .innerArea h4 {
		font-size: 1.8rem;
	}
	.detail .innerArea ol {
		margin: 2.2rem 0 4rem;
	}
	.detail .innerArea ol li {
		margin-bottom: 0.9rem;
		padding-left: 2.5rem;
	}
	.detail .innerArea ol li::after {
		top: -0.1rem;
		font-size: 1.6rem;
	}
	.detail .wp-block-table {
		width: auto;
	}
	.detail .wp-block-table td {
		padding: 1rem 0.8rem;
		font-size: 1.3rem;
	}
	.detail .wp-block-table tr:first-child td {
		font-size: 1.3rem;
	}
	.detail .wp-block-table td:first-child {
		width: 28%;
	}
	.detail .wp-block-table td:nth-child(2) {
		width: 38%;
	}
	.detail .comLink {
		width: 25rem;
	}
}