@charset "UTF-8";

worksList {
overflow: hidden;
}
.worksList:after {
content: "";
display: table;
clear: both;
}
.worksList li {
margin: 0 12px 20px 0;
padding: 20px 14px;
text-align: center;
position: relative;
background-color: #F8F8F4;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0px;
vertical-align: top;
box-sizing: border-box;
float:left;
}
.worksList > li {
width : -webkit-calc((100% - 48px) / 4);
width : calc((100% - 48px) / 4);
}
.worksList > li:nth-child(4n) {
margin-right:0;
}
.worksList li .image{
display:block;
max-width:120px;
margin:0 auto 10px auto;
}
.worksList li img {
width:100%;
height:auto;
}
.worksList .text_wrap{
text-align:left;
padding-top: 8px;
}
.worksList .text_wrap h3,
.worksList .text_wrap .sub_title{
font-size: 14px;
font-size: 0.875rem;
margin-bottom:2px;
}
.worksList .text_wrap h3,
.worksList .text_wrap .sub_title{
font-weight:bold;
}
.worksList .text_wrap .site_url{
word-break:break-all;
font-size: 13px;
font-size: 0.8125rem;
}
.worksList .text_wrap .text{
font-size: 13px;
font-size: 0.8125rem;
margin-bottom:0;
}
.three_col .worksList > li {
width : -webkit-calc((100% - 24px) / 3);
width : calc((100% - 24px) / 3);
}
.three_col .worksList > li:nth-child(4n) {
margin-right:12px;
}
.three_col .worksList > li:nth-child(3n) {
margin-right:0;
}
.three_col .worksList li .image{
max-width:248px;
margin:0 auto;
}
.three_col .worksList li img {
width:100%;
height:auto;
}


@media screen and (max-width: 960px) {
.worksList > li {
width : -webkit-calc((100% - 12px) / 2);
width : calc((100% - 18px) / 2);
}
.worksList > li:nth-child(2n) {
margin-right:0;
}
.three_col .worksList > li {
width : -webkit-calc((100% - 12px) / 2);
width : calc((100% - 18px) / 2);
}
.three_col .worksList > li:nth-child(3n) {
margin-right:12px;
}
.three_col .worksList > li:nth-child(2n) {
margin-right:0;
}

}
@media screen and (max-width: 640px) {
.worksList li,
.three_col .worksList li{
margin: 0 0 20px;
width: 100%;
}
.worksList li:nth-child(odd) ,
.worksList li:nth-child(even),
.three_col .worksList li:nth-child(odd) ,
.three_col .worksList li:nth-child(even){
margin-right:0;
}

}








.three_col .gl4m1 > li {
margin: 0 0.7% 20px 0.7%;
padding: 20px 0 60px;
width: calc((100% - 4.2% ) / 3);
}
.three_col .gl4m1 > li:nth-child(3n+1){
margin-left:0;
}
.three_col .gl4m1 > li .text_wrap{
padding:14px;
text-align:left;
}
.three_col .gl4m1 > li .text_wrap h3{
margin-bottom:4px;
font-weight:bold;
}
.three_col .gl4m1 > li .text_wrap p{
margin:0;
padding:0;
}
.three_col .gl4m1 > li .text_wrap p:last-child{
margin:0;
}
.three_col .gl4m1 > li .text_wrap .sub_title{
font-weight:bold;
}
.three_col .gl4m1 > li .text_wrap .capTxt{
font-size:13px;
}

.three_col .gl4m1 > li .text_wrap p.site_url{
word-break:break-all;
}

@media screen and (max-width: 980px) {
.three_col .gl4m1 > li{
margin: 0 0.7% 20px 0.7%;
width: calc((100% - 2.8% ) / 2);
}
.three_col .gl4m1 > li:nth-child(odd) {
margin-left:0;
}
.three_col .gl4m1 > li:nth-child(even) {
margin: 0 0.7% 20px 0.7%;
}
}
@media screen and (max-width: 640px) {
.three_col .gl4m1 > li {
margin: 0 0.7% 20px 0.7%;
width: 100%;
}
.three_col .gl4m1 > li:nth-child(odd) ,
.three_col .gl4m1 > li:nth-child(even){
margin-left:0;
}
}

header{
	top: 0;
	z-index: 100;
}

/* 広報誌コンテンツリニューアル */
.l-content{
	line-height: 1.8;
	font-family: 'Noto Sans JP'!important;
	background-color: #fff;
	padding: 50px 60px 60px;
}
.l-content img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.l-content{
		padding: 40px 1em 25px;
	}
}
.c-title_loveletter{
	color: #016EB0;
	text-align: center;
	font-size: 1.3125em;
}
.c-title_loveletter_icon{
	display: inline-block;
	text-align: left;
	font-weight: 900!important;
	line-height: 1.4;
	text-align: center;
	position: relative;
	font-family: 'Noto Sans JP'!important;
}
.c-title_loveletter_icon:before{
	content: '';
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 48px;
	background-image: url(/contents/publishing/img/img_title.png);
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.c-title_loveletter{
		margin-bottom: 25px!important;
		font-size: .9375em;
	}
	.c-title_loveletter_icon{
		width: 100%;
	}
	.c-title_loveletter_icon:before{
		margin-bottom: 10px;
		width: 120px;
		height: 36px;
		vertical-align: middle;
	}
}
.p-ancer_nav{
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #F1F1F1;
	border-left: solid 1px #F1F1F1;
}
.p-ancer_nav_list{
	width: calc(100% / 3);
	border-right: solid 1px #F1F1F1;
	border-bottom: solid 1px #F1F1F1;
}
.p-ancer_nav_list a{
	padding: 10px 35px 10px 20px;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: .9375em;
	position: relative;
	transition: .5s;
}
.p-ancer_nav_list a:hover{
	background-color: #F8F9FA;
	transition: .5s;
}
.p-ancer_nav_list a:before,
.p-ancer_nav_list a:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 35%;
}
.p-ancer_nav_list a:before{
	background-color: #006EB0;
}
.p-ancer_nav_list a:after{
	margin-top: -3px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.p-ancer_nav_list{
		width: calc(100%/2);
	}
	.p-ancer_nav_list a{
		padding: 10px 36px 10px 20px;
	}
}
.p-prmagazine_img{
	max-width: 100%;
	height: 100%;
}

.c-button{
	text-align: center;
}
.c-button.-c2 > a + a{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.c-button.-c2 > a + a{
		margin-top: 0;
	}
}
.c-button_item{
	margin: 0 12px;
	padding: 16px 20px;
	min-width: 386px;
	font-size: .875em;
	display: inline-block;
	color: #006EB0;
	border: #006EB0 solid 1px;
	border-radius: 3px;
	position: relative;
	line-height: 1.5;
}
.c-button_item:before,
.c-button_item:after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) skew(5deg, 5deg);
	position: absolute;
	right: 20px;
	top: 40%;
	transition: .5s;
}
.c-button_item:before{
	width: 12px;
	height: 12px;
	background-color: #006EB0;
}
.c-button_item:after{
	margin-right: 3px;
	top: 42%;
	background-color: #fff;
}
.c-button_item:hover{
	transition: .5s;
	color: #fff;
	background-color: #64a6ce;
	border-color: #64a6ce;
}
.c-button_item:hover::before{
	background-color: #fff;
}
.c-button_item:hover::after{
	background-color: #64a6ce;
}
.c-button_item.-short{
	min-width: auto;
	width: 94%;
	margin: 0;
	font-weight: 700!important;
	font-family: 'Noto Sans JP'!important;
}
.c-button_item.-blue{
	color: #fff;
	background-color: #006EB0;
	opacity: 1;
	transition: .5s;
}
.c-button_item.-blue:hover{
	opacity: .6;
	transition: .5s;
}
.c-button_item.-blue:before{
	background-color: #fff;
}
.c-button_item.-blue:after{
	background-color: #006EB0;
}
@media screen and (max-width: 1024px) {
	.c-button_item + .c-button_item{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-button_item {
		min-width: auto;
		width: 100%;
		margin: 0 0 10px;
	}
	.c-button_item:after{
		top: 41.5%;
	}
}
.c-link_arrow{
	padding-left: 1em;
	position: relative;
}
.c-link_arrow:before,
.c-link_arrow:after{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(4deg, 4deg);
	position: absolute;
	left: 0px;
	top: 25%;
}
.c-link_arrow:before{
	background-color: #006EB0;
}
.c-link_arrow:after{
	margin-left: -.2em;
	background-color: #fff;
}

.c-section__title{
  font-size: 21px;
  margin: 40px 0 30px;
  padding-bottom: 20px;
  position: relative;
  color: #444;
  font-family: 'Noto Sans JP'!important;
}
.c-section__title:before,
.c-section__title:after{
	content: "";
  width: 160px;
  height: 3px;
  background-color: #016eb0;
  position: absolute;
  display: block;
  bottom: 0;
}
.c-section__title:after{
  width: 25px;
  background-color: #d0a962;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
	.c-section__title{
		font-size: 18px;
	}
}
.p-advantage{
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}
.p-advantage_list{
	border: solid 1px #eee;
	width: 100%;
}
.p-advantage_list:nth-child(1){
	grid-column-start: 1;
	grid-column-end: 3;
}
.p-advantage_list__title{
	background-color: #F8F9FA;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #eee;
}
.p-advantage_list__point{
	margin-right: 20px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2;
	width: 64px;
	padding: 10px 0;
	vertical-align: middle;
	font-family: Arial!important;
	font-weight: 700!important;
	background-color: #016EB0;
}
.p-advantage_list__point > span{
	display: block;
	font-size: .541665em;
	font-weight: 700!important;
}
.p-advantage_list__title > h4{
	font-size: 1.6rem;
}
.p-advantage_list__content{
	padding: 30px;
}
.p-advantage_list__text > dt{
	margin-bottom: 5px;
	font-weight: 700!important;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.p-advantage{
		grid-template-columns: auto;
	}
	.p-advantage_list:nth-child(1){
		grid-column-start: auto;
		grid-column-end: auto;
	}
	.p-advantage_list__point{
		padding: 7px 0 4px;
		width: 54px;
	}
	.p-advantage_list__point > span{
		font-size: .458332em;
	}
	.p-advantage_list__title > h4{
		font-size: 1.5rem;
	}
	.p-advantage_list__content{
		padding: 16px;
	}
}
.c-flex_half{
	display: flex;
	gap: 20px;
}
.c-flex_half_item{
	width: 50%;
}
.c-bold{
	font-weight: 700!important;
}
@media screen and (max-width: 767px) {
	.c-flex_half{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.c-flex_half_item{
		width: 100%;
	}
}
.p-step{
	position: relative;
}
.p-step::before{
	content: '';
	background-color: #006EB0;
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 80px;
}
.p-step__item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-step__item + .p-step__item{
	margin-top: 30px;
}
.p-step__num{
	text-align: center;
	color: #016EB0;
	font-size: 0.9375em;
	min-width: 120px;
	font-weight: 700!important;
	z-index: 10;
	background-color: #fff;
}
.p-step__num > span{
	margin-left: .5em;
	padding-top: .35em;
	display: inline-block;
	color: #fff;
	min-height: 50px;
	min-width: 50px;
	font-size: 1.33333em;
	text-align: center;
	font-weight: 700!important;
	background-color: #016EB0;
	border-radius: 50%;
	vertical-align: middle;
}
.p-step__content{
	display: flex;
	max-width: 820px;
}
.p-step__content_img{
	margin-right: 24px;
	width: 328px;
	min-width: 200px;
}
.p-step__content_img > img{
	vertical-align: bottom;
}
.p-step__content_text{
	max-width: 468px;
}
.p-step__content_text > dt{
	margin-bottom: 5px;
	font-weight: 700!important;
}
.p-step__content_text > dd{
	font-size: .97em;
}
@media screen and (max-width: 767px) {
	.p-step::before{
		display: none;
	}
	.p-step__item {
		flex-wrap: wrap;
		position: relative;
	}
	.p-step__item::before{
		content: '';
		background-color: #006EB0;
		height: 2px;
		width: 100%;
		display: block;
		position: absolute;
		top: 25px;
		left: 0;
	}
	.p-step__num{
		margin-bottom: 20px;
		padding-right: 5px;
		width: 105px;
	}
	.p-step__content{
		flex-wrap: wrap;
	}
	.p-step__content_img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}
.p-related{
	margin: 0 -30px;
	padding: 30px;
	background-color: #F2F2F2;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.new_entry {
  margin: 20px 0;
  justify-content: space-between;
	flex-wrap: nowrap;
}
.details_ttl.flex {
	justify-content: start;
}
.new_entry > li {
  max-width: 312px;
  width: 33%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	transition: .5s;
}
.new_entry > li:hover {
	opacity: .7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
	transition: .5s;
}
.entry_wrap a{
  text-decoration: none;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}
.new_entry_items .photo_wrap {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 0;
  padding-top: 66%;
  overflow: hidden;
}
.new_entry_items .photo_wrap img {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}
.photo_wrap {
  background: url(/ccl/common/images/blank_thumb.png) center no-repeat;
  background-size: cover;
}
.new_entry_items time {
  text-align: right;
}
.txt_wrap > time {
  display: inline-block;
  color: #6c6a6a;
  font-size: 12px;
}
.new_entry_items h2 {
  font-weight: 700;
  font-size: 16px;
  height: 3.3em;
  overflow: hidden;
	color: #333;
}
ul.details_ttl {
  width: 100%;
  margin: 10px 0 0;
}
ul.details_ttl li{
	line-height: 1.5;
}
ul.details_ttl li a {
  font-size: 10px;
  border: none;
  background-color: #f0f1f2;
  padding: 3px 10px;
  color: #888;
  text-decoration: none;
  margin-right: 8px;
  display: inline-block;
}
.new_entry_items .profile {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.profile {
  align-items: center;
  border-top: 1px solid #f0f1f2;
  padding-top: 15px;
  margin-top: 15px;
  width: 100%;
}
.profile .profile_name {
  display: inline-block;
  font-size: 10px;
  width: 85%;
  color: #6c6a6a;
}
#nbpc_wrap .category {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 1em;
}
#nbpc_wrap .category.c-3 {
  color: #ea676a;
}
@media screen and (max-width: 767px) {
	.p-related{
		margin: 0 -16px;
		padding: 25px 15px 1px;
	}
	.new_entry.flex {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	.new_entry > li {
		margin-bottom: 15px;
		width: 100%;
		max-width: none;
	}
	.new_entry_items{
		display: grid;
		grid-template-columns: 100px 1fr;
	}
	.new_entry_items div:last-child{
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.new_entry_items > .photo_wrap{
		width: 90px;
		height: 90px;
		grid-column-start: 1;
		grid-column-end: 2;
		overflow: hidden;
	}
	.new_entry_items > .photo_wrap > img{
		height: 100%;
		width: auto;
		max-width: none;
		left: -25%;
	}
}
.p-qaa__item{
	padding: 18px;
	line-height: 1.2;
	position: relative;
	border-top: solid 1px #eee;
}
.p-qaa__item::before,
.p-qaa__item::after{
	content: '';
	display: block;
	height: 2px;
	width: 16px;
	background-color: #016EB0;
	position: absolute;
	right: 20px;
	top: 26px;
}
.p-qaa__item::after{
	transform: rotate(90deg);
	transition: .3s;
}
.p-qaa__item[open]::after{
	transform: rotate(0deg);
	transition: .3s;
}
.p-qaa__item:last-child{
	border-bottom: solid 1px #eee;
}
.p-qaa__item > summary{
	margin-left: 2.5em;
	padding-right: 2em;
	font-size: .9375em;
	font-weight: 700!important;
	position: relative;
	cursor: pointer;
	line-height: 1.5;
	list-style: none;
}
.p-qaa__item > p{
	margin-top: 1em;
	padding-left: 2.6em;
	position: relative;
}
.p-qaa__item > summary::before,
.p-qaa__item > p::before{
	font-family: Arial;
	font-weight: 700;
	font-size: 1.5em;
	position: absolute;
	top: -4px;
	margin-left: -1.4em;
}
.p-qaa__item > summary::before{
	content: 'Q';
	color: #016EB0;
}
.p-qaa__item > p::before{
	content: 'A';
	color: #D0A962;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
	.p-qaa__item{
		padding: 18px 18px 18px 6px;
	}
	.p-qaa__item > summary{
		margin-left: 2.4em;
		padding-right: 28px;
	}
}

/* Knowledge Cloud */
.l-kc__wrap{
	padding-top: 1px;
	font-family: 'Noto Sans JP'!important;
}
.p-kc_headline__inner{
	max-width: 1120px;
	margin: 40px auto 110px;
	padding: 0 20px;
}
.p-kc_headline__title{
	text-align: center;
}
.p-kc_headline__title > h2{
	margin-bottom: 26px;
	text-align: center;
	font-size: 2.125em;
	font-family: 'Noto Sans JP'!important;
	color: #333;
	font-feature-settings: "palt"!important;
}
.p-kc_headline__title > p{
	/* font-size: .9375em!important; */
	font-size: 1em!important;
	font-family: 'Noto Sans JP'!important;
	color: #333!important;
	font-feature-settings: "palt"!important;
}
@media screen and (max-width: 767px) {
	.p-kc_headline__inner{
		max-width: 81%;
		margin-bottom: 40px;
	}
	.p-kc_headline__logo{
		width: 150px;
		margin: 0 auto;
		margin-bottom: 32px;
	}
	.p-kc_headline__title > h2{
		margin-bottom: 20px;
		font-size: 1.625em;
	}
	.p-kc_headline__title > p{
		font-size: 1em!important;
	}
}
.p-kc_content__wrap{
	padding-bottom: 80px;
	position: relative;
	background-color: #F2F6F9;
}
.p-kc_content__nav_wrap{
	position: absolute;
	top: -50px;
	width: 100%;
	padding: 0 15px;
}
.p-kc_content__nav{
	padding: 20px;
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08)
}
.p-kc_content__ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-kc_content__ulitem{
	text-align: center;
	display: table;
	width: 100%;
	padding: 0 5px;
	height: 100%;
	position: relative;
}
.p-kc_content__ulitem > a{
	padding-bottom: 15px;
	color: #333;
	line-height: 1.5;
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	font-weight: 700!important;
	font-family: 'Noto Sans JP'!important;
	font-feature-settings: "palt"!important;
}
.p-kc_content__ulitem > a:hover{
	color: #341D98;
	text-decoration: underline!important;
}
.p-kc_content__ulitem a::before,
.p-kc_content__ulitem a::after{
	content: '';
	display: block;
	width: 0px;
	height: 7px;
	position: absolute;
	bottom: -7px;
	left: 50%;
	border: 1px solid #341D98;
	border-radius: 2px;
	transform: rotate(45deg);
	transform-origin: bottom;
	background-color: #341D98;
}
.p-kc_content__ulitem a::after{
	transform: rotate(-45deg);
	margin-left: 1px;
}
.p-kc_content__ulitem + .p-kc_content__ulitem{
	border-left: solid 1px #e5e5e5;
}
@media screen and (max-width: 1024px) {
	.p-kc_content__wrap{
		padding-bottom: 30px;
	}
	.p-kc_content__nav_wrap{
		position: inherit;
		top: 15px;
	}
	.p-kc_content__nav{
		padding: 10px 20px;
	}
	.p-kc_content__ul{
		flex-wrap: wrap;
	}
	.p-kc_content__ulitem{
		text-align: left;
	}
	.p-kc_content__ulitem > a{
		min-height: 60px;
		height: auto;
		padding:18px 0;
	}
	.p-kc_content__ulitem > a br{
		display: none;
	}
	.p-kc_content__ulitem a::before,
	.p-kc_content__ulitem a::after{
		height: 6px;
		bottom: 50%;
		left: inherit;
		right: 10px;
	}
	.p-kc_content__ulitem + .p-kc_content__ulitem{
		border-left: none;
		border-top: solid 1px #e5e5e5;
	}
}
@media screen and (max-width: 767px) {
	.p-kc_content__ulitem > a br{
		display: block;
	}
}
.p-kc_content__inner{
	max-width: 1110px;
	margin: 0 auto;
	padding: 108px 15px 0;
	box-sizing: border-box;
}
.p-kc_content__h3{
	margin-bottom: 43px;
	text-align: center;
	font-size: 1.999999em;
	line-height: 1.5;
	color: #333;
	font-feature-settings: "palt"!important;
	font-family: 'Noto Sans JP'!important;
}
.p-kc_content__list{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 36px;
}
.p-kc_content__item{
	padding-bottom: 40px;
	position: relative;
	background-color: #fff;
	width: calc((100% - 72px) / 3);
	border-radius: 0px 0px 4px 4px;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.03);
}
.p-kc_content__list > div:nth-child(n+7){
	display: none;
}
.p-kc_content__img > img{
	max-width: 100%;
	height: auto;
}
.p-kc_content__text{
	padding: 20px 25px;
}
.p-kc_content__h4{
	line-height: 1.5;
	color: #333;
	margin-bottom: 18px;
	font-feature-settings: "palt"!important;
}
.p-kc_content__sub{
	margin-bottom: 21px;
	font-size: .875em!important;
	font-feature-settings: "palt"!important;
	color: #333!important;
	font-family: 'Noto Sans JP'!important;
}
.p-kc_content__h5{
	margin-bottom: 10px;
	color: #0A3E6F!important;
	font-weight: 700;
	font-size: .875em!important;
	font-feature-settings: "palt"!important;
	font-family: 'Noto Sans JP'!important;
}
.p-kc_content__detail_ul{
	padding-left: 1.5em;
	font-size: .8125em;
	margin-bottom: 30px;
	color: #333;
}
.p-kc_content__detail_li{
	margin-bottom: 8px;
	line-height: 1.5;
	text-indent: -.5em;
	font-family: 'Noto Sans JP'!important;
	font-feature-settings: "palt"!important;
}
.p-kc_content__detail_li::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #666;
	position: relative;
	left: -1em;
	top: -2px;
}
.p-kc_content__detail_btn{
	position: absolute;
	bottom: 20px;
	width: calc(100% - 50px);
}
.p-kc_content__detail_btn a{
	color: #fff;
	display: block;
	width: 100%;
	padding: 15px;
	text-align: center;
	border-radius: 4px;
	font-weight: 700!important;
	background-color: #341D98;
	border: #341D98 solid 2px;
	position: relative;
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP'!important;
	font-size: .9375em;
}
.p-kc_content__detail_btn > ._download::after,
.p-kc_content__detail_btn > ._movie::after{
	content: '';
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	background-repeat: no-repeat;
	background-position: center;
}
.p-kc_content__detail_btn > a._download::after{
	background-image: url(/knowledgecloud/img/icon_download.svg);
}
.p-kc_content__detail_btn > a._movie::after{
	background-image: url(/knowledgecloud/img/icon_movie.svg);
}
.p-kc_content__detail_btn a:hover{
	background-color: #fff;
	color: #341D98;
	border: #341D98 solid 2px;
}
.p-kc_content__detail_btn a._download:hover::after{
	background-image: url(/knowledgecloud/img/icon_download_hover.svg);
}
.p-kc_content__detail_btn a._movie:hover::after{
	background-image: url(/knowledgecloud/img/icon_movie_hover.svg);
}
@media screen and (max-width: 1024px) {
	.p-kc_content__item{
		width: calc((100% - 36px) / 2);
	}
}
@media screen and (max-width: 767px) {
	.p-kc_content__inner{
		padding-top: 100px;
	}
	.p-kc_content__list{
		gap: 40px;
	}
	.p-kc_content__item{
		width: 100%;
	}
	.p-kc_content__h3{
		margin-bottom: 30px;
		font-size: 1.5em;
	}
}
.c_btn_open{
	margin-top: 50px;
	display: none;
	text-align: center;
}
.c_btn_open > button{
	padding: 20px 50px 20px 20px;
	color: #341D98;
	font-size: 1em;
	width: 100%;
	max-width: 580px;
	font-weight: 700;
	position: relative;
	border: solid 2px #341D98;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
	font-feature-settings: "palt"!important;
}
.c_btn_open > button > span{
	font-weight: 700!important;
	font-family: 'Noto Sans JP'!important;
}
.c_btn_open > button:hover{
	color: #fff;
	transition: .3s;
	border: solid 2px #fff;
	background-color: #341D98;
}
.c_btn_open > button::before,
.c_btn_open > button::after{
	margin: -8px;
	content: '';
	display: block;
	width: 3px;
	height: 16px;
	right: 35px;
	top: 50%;
	position: absolute;
	background-color: #341D98;
}
.c_btn_open > button::before{
	transform: rotate(90deg);
}
.c_btn_open > button:hover::before,
.c_btn_open > button:hover::after{
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.c_btn_open{
		margin-top: 20px;
	}
	.c_btn_open > button{
		text-align: left;
	}
}