.page_top {margin-bottom: 50px;}
/* page_link */
.page_link{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 20px;
	padding-left: 0;
}
.page_link_item{
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 0 !important;
	transition: border 0.3s;
}
.page_link_item:hover{border-bottom:1px solid #1766B6;}
.page_link_item::after{
	display: inline-block;
	content: '';
	position: absolute;
	width: 5.7px;
	height: 18px;
	background: #333;
	clip-path: polygon(0 84.3%, 41.2% 84.3%, 41.2% 0, 58.8% 0, 58.8% 84.3%, 100% 84.3%, 50% 100%);
	top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.page_link_item a{
	text-decoration: none;
	padding: 0 40px 0 8px;
	display: flex;
	align-items: center;
	height: 75px;
	font-weight: bold;
}

/* maker_list */
.maker_item_list {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:60px;
	padding-left:0;
}
.maker_item_box {
	width:25%;
	border-bottom:1px solid #ddd;
	background-color:#fff;
	box-sizing:border-box;
	position:relative;
	list-style:none;
	margin-bottom:0;
}
.maker_item_box::before,
.maker_item_box:last-child:after{
	display:inline-block;
	content:'';
	position:absolute;
	width:1px;
	height:calc(100% - 52px);
	background-color:#DDDDDD;
	top:0;
	bottom:0;
	margin:auto;
}
.maker_item_box::before{
	left:0;
}
.maker_item_box:last-child:after{
	right:0;
}
.maker_item_box a{
	display:flex;
	flex-direction:column;
	align-items:center;
	background:none;
	padding-left:0;
	padding:25px 20px;
}
.maker_item_box img{
	width:100%;
	margin:0 auto 19px;
}
.maker_item_box p{
	font-size:1.4rem;
	letter-spacing:1.4px;
	line-height:2.3rem;
	margin-bottom:0;
	background:url(/img/common/popup.svg) no-repeat top 6px left;
	padding-left:20px;
}

.capsule_item_list{margin-bottom:20px;}
.capsule_link{
	display:block;
	max-width:800px;
	margin:0 auto 50px;
	padding-left:0 !important;
	background:none !important;
	position:relative;
	overflow:hidden;
	border-radius:5px;
}
.capsule_link::after{
	position:absolute;
	content:'';
	background:url(/img/common/popup.svg) no-repeat center left;
	width:14px;
	height:14px;
	top:10px;
	right:10px;
}
.capsule_link img{transition:transform 0.3s;}
.capsule_link:hover img{transform:scale(1.02);}


.other_txt{
	padding-top:47px;
	border-top:1px solid #DDDDDD;
}
@media screen and (min-width:1025px){
.maker_item_box:nth-child(4n)::after{
	display:inline-block;
	content:'';
	position:absolute;
	width:1px;
	height:calc(100% - 52px);
	background-color:#DDDDDD;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
}

}
@media screen and (max-width:1024px){
.page_top {margin-bottom: 33px;}
/* page_link */
.page_link_item::after{right: 10px;}
.page_link_item a{
	padding: 0 30px 0 5px;
	height: 66px;
}

/* maker_list */
h2{margin-bottom:5px;}
.maker_item_box {
	width:calc(100% / 3);
}
.maker_item_box::before,
.maker_item_box:last-child:after{height:calc(100% - 42px)}
.maker_item_box a{
	padding:20px;
}
.maker_item_box img{margin-bottom:15px;}
.maker_item_box p{
	font-size:1.3rem;
	letter-spacing:1.3px;
}
}
@media screen and (min-width:768px) and (max-width:1024px){
.maker_item_box:nth-child(3n)::after{
	display:inline-block;
	content:'';
	position:absolute;
	width:1px;
	height:calc(100% - 42px);
	background-color:#DDDDDD;
	top:0;
	bottom:0;
	margin:auto;
	right:0;
}
}
@media screen and (max-width:767px){
.page_top{margin-bottom: 25px;}
/* page_link */
.page_link{display: block;}
.page_link_item a{
	height: 50px;
}

/* maker_list */
.maker_item_box {
	width:50%;
	margin-bottom:0 !important;
}
.maker_item_box::before,
.maker_item_box:last-child:after{height:calc(100% - 36px);}
.maker_item_box:nth-child(2n)::after{
	display:inline-block;
	content:'';
	position:absolute;
	width:1px;
	height:calc(100% - 36px);
	background-color:#DDDDDD;
	top:0;
	bottom:0;
	margin:auto;
	right:0;
}
.maker_item_box a{
	padding:18px 13px;
}
.maker_item_box img{margin-bottom:10px;}
.maker_item_box p{
	font-size:1.2rem;
	letter-spacing:1.2px;
	line-height:1.9rem;
}
.maker_item_box p span {
	background:url(/img/common/popup.svg) no-repeat top 3px left;
}

}