@charset "utf-8";
/* CSS Document */

.link_wrap_top{
	margin-bottom: 40px;
	background-color: #fff;
}

.link_wrap_sticky_area{
	position: sticky;
	top: 138px;
	z-index: 100;
	pointer-events: none;
	margin-bottom: 40px;
}

.link_wrap_sticky{
	background-color: #fff;
	pointer-events: auto;
	display: none;
}

.link_wrap_sticky.is-show{
	display: block;
	width: 100%;
}

.link_toggle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 20px;
	background-color: #21374F;
	cursor: pointer;
}

.link_toggle p{
	margin: 0;
	color: #fff;
	font-weight: 700;
}

.link_toggle i{
	color: #fff;
	transition: transform .3s ease;
}

.link_wrap_top.open .link_toggle i,
.link_wrap_sticky.open .link_toggle i{
	transform: rotate(180deg);
}

.link_wrap_all,
.link_wrap_all_sticky{
	display: none;
	gap: 20px;
	align-items: flex-start;
	padding: 20px 15px;
	background-color: #fff;
	overflow: auto;
	
}
.link_wrap_all_sticky{max-height: calc(100vh - 200px);}

.link_wrap_top.open .link_wrap_all,
.link_wrap_sticky.open .link_wrap_all_sticky{
	display: flex;
}

.link_wrap_all .link_wrap,
.link_wrap_all_sticky .link_wrap{
	padding: 20px;
	border: 1px solid #21374F;
	background-color: #fff;
}

.link_wrap_all .link_wrap .title,
.link_wrap_all_sticky .link_wrap .title{
	width: 100%;
}

.cate .cate_inner{
	padding-top: 60px;
}

.cate .cate_inner .cate_inner_title{
	background-color: #21374F;
	color: #fff;
	padding: 12px 10px 6px;
}

.cate .cate_inner .box{
	border: 1px solid #21374F;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;
}

.cate .cate_inner .box .item_wrap{
	width: 60%;
	overflow: hidden;
}

.cate .cate_inner .box .item_wrap .item{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	width: 100%;
	align-items: stretch;
	justify-content: flex-start;
}

.cate .cate_inner .box .item_wrap .item:first-of-type{
	background-color: #1275AD;
}

.cate .cate_inner .box .item_wrap .item:not(:first-of-type){
	border-top: 1px solid #000;
}

.cate .cate_inner .box .item_wrap .item:first-of-type p{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	color: #fff;
	font-weight: 700;
}

.cate .cate_inner .box .item_wrap .item p{
	padding: 15px;
	margin: 0;
	word-break: break-word;
}

.cate .cate_inner .box .item_wrap .item:not(:first-of-type) p{
	font-size: clamp(12px,1.2vw,14px);
}

.cate .cate_inner .box .item_wrap .item p.item1{
	width: 45%;
}

.cate .cate_inner .box .item_wrap .item p.item2{
	width: 55%;
	border-left: 1px solid #000;
}
.cate .cate_inner .box .item_wrap .item:not(:first-of-type) p.item2{
	position: relative;
}
.cate .cate_inner .box .item_wrap .item:not(:first-of-type):nth-of-type(even) .item1,.cate .cate_inner .box .item_wrap .item:not(:first-of-type):nth-of-type(even) .item2{
	background-color: #f1ffff;
}
.cate .cate_inner .box .item_wrap .item:not(:first-of-type) p.item2::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 2000px;
	left: -1px;
	top: 0;
	background-color: #000;
}

.cate .cate_inner .box .item_wrap .item:first-of-type p.item2{
	border-color: #fff;
}

.cate .cate_inner .box .boxlinks{
	width: 20%;
	align-items: flex-start;
	border-left: 1px solid #21374F;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cate .cate_inner .box .boxlinks a{
	display: block;
	width: 100%;
}

.cate .cate_inner .box .boxlinks a p{
	display: inline;
	border-bottom: 1px solid #000;
	line-height: 2;
	margin: 0;
}

.cate .cate_inner .box .boxmore{
	width: 20%;
	border-left: 1px solid #21374F;
	padding: 20px;
	background-color: #000;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cate .cate_inner .box .boxmore .more{
	width: 100%;
}

.cate .cate_inner .box .boxmore .more a{
	width: 100%;
	max-width: 220px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.cate .cate_inner .box .boxmore .more a > div{
	min-width: 100%;
}

.cate .cate_inner .box .boxmore .more a .jp{
	white-space: nowrap;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.link_wrap_all,
	.link_wrap_all_sticky{
		flex-wrap: wrap;
	}

	.link_wrap_all .link_wrap,
	.link_wrap_all_sticky .link_wrap{
		width: calc(33.333% - 14px);
	}

	.cate .cate_inner .box .item_wrap{
		width: 55%;
	}

	.cate .cate_inner .box .boxlinks{
		width: 22.5%;
	}

	.cate .cate_inner .box .boxmore{
		width: 22.5%;
	}
}

/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.link_wrap_sticky_area{
		top: 55px;
		border-top: 1px solid #fff;
	}

	.link_wrap_all .link_wrap,
	.link_wrap_all_sticky .link_wrap{
		width: calc(50% - 10px);
	}

	.cate .cate_inner .box .item_wrap{
		width: 100%;
	}

	.cate .cate_inner .box .item_wrap .item:last-of-type{
		border-bottom: 1px solid #000;
	}

	.cate .cate_inner .box .item_wrap .item p.item1{
		width: 45%;
	}

	.cate .cate_inner .box .item_wrap .item p.item2{
		width: 55%;
	}

	.cate .cate_inner .box .boxlinks{
		width: 50%;
		flex-direction: row!important;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-left: none;
		border-top: 1px solid #21374F;
	}

	.cate .cate_inner .box .boxmore{
		width: 50%;
		border-top: 1px solid #21374F;
	}
}

/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.link_wrap_all .link_wrap,
	.link_wrap_all_sticky .link_wrap{
		width: 100%;
	}

	.cate .cate_inner .box .item_wrap .item{
		flex-wrap: wrap;
	}

	.cate .cate_inner .box .item_wrap .item p.item1{
		width: 100%;
	}

	.cate .cate_inner .box .item_wrap .item p.item2{
		width: 100%;
		border-left: none;
		border-top: 1px solid #000;
	}

	.cate .cate_inner .box .item_wrap .item:first-of-type p.item2{
		border-top: 1px solid #fff;
	}

	.cate .cate_inner .box .boxlinks{
		width: 100%;
		border-top: 1px solid #21374F;
	}

	.cate .cate_inner .box .boxmore{
		width: 100%;
		border-left: none;
		border-top: 1px solid #21374F;
	}
}

/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.link_wrap_sticky_area{
		top: 54px;
		border-top: 1px solid #fff;
	}

	.cate .cate_inner .box .item_wrap .item p{
		padding: 5px;
	}

	.link_toggle{
		padding: 12px 15px;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}