@charset "utf-8";

/* フッター
------------------------------------------------------------*/
footer{background-color: #F9F5EA;}

/* コラム一覧
------------------------------------------------------------*/
.category_box,.category_box > ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.category_box{
	margin: 120px 0;
	padding: 40px;
	border-radius: 20px;
}
.category_box > p{width: 230px;}
.category_box > ul{width: calc(100% - 230px);}
.category_box > ul li{margin: 0.6%;}
.category_box > ul a{
	display: block;
	background-color: #FFDC64;
	padding: 8px 25px 10px;
	border-radius: 80px;
}
@media (any-hover: hover){
	.category_box > ul a:hover{
		background-color: #EF5A26;
		color: #fff;
	}
}
.column_list > li > a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.column_list .hover_img{
	width: 260px;
	height: 260px;
}
.column_list .column_con{
	width: calc(100% - 260px);
	padding-left: 50px;
}
.column_con h3{
	border-bottom: 1px #E6E6E6 solid;
	padding-bottom: 20px;
	margin-bottom: 25px;
	transition: .5s;
}

/* ページャー */
.pagination{margin-top: 60px;}
.pagination .nav-links{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pagination .nav-links a,.pagination .nav-links span{
	width: 45px;
	height: 45px;
	margin: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 7px 5px 5px;
}
.pagination .nav-links span.current{color: #EF5A26;}
.pagination .nav-links .prev,.pagination .nav-links .next{
	background-color: #EF5A26;
	color: #fff!important;
	border-radius: 50%;
}

/*.pager{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.pager > li{
	width: 45px;
	height: 45px;
	margin: 8px;
}
.pager span,.pager li:not(:first-child):not(:last-child) a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 7px 5px 5px;
}
.pager span{color: #EF5A26;}
.pager .prev{transform: rotate(180deg);}
.pager .prev a img,.pager .next a img{transition: all 0.4s, transform 0.4s;}*/
@media (any-hover: hover){
	.column_list > li > a:hover h3,.pagination .nav-links a:hover{color: #EF5A26;}
	.pagination .nav-links a.prev:hover,.pagination .nav-links a.next:hover{transform: scale(1.17);}
}

/* コラム詳細
------------------------------------------------------------*/
.column_detail{padding-top: 80px;}
.detail_con{
	max-width: 1100px;
	width: 88%;
	margin: 0 auto;
}
.detail_con a.btn{max-width: 380px;}
.detail_con h2.dot_line_b::after{margin: 45px 0 60px;}
.entry.dot_line_b::after{margin: 90px 0 80px;}
.entry img{
	display: block;
	margin: 0 auto 60px;
	border-radius: 15px;
}
.entry p,.entry li,.entry p a{font-family: 'NotoSansJP'!important;}
.entry a{
	text-decoration: underline;
	color: #EF5A26!important;
}
.entry p{padding-bottom: 20px;}
.entry strong,.entry h3,.entry h4,.entry h5{
	font-family: 'NotoSansJP-Bold'!important;
	font-weight: bold;
}
.entry h3,.entry h4,.entry h5{
	letter-spacing: 0.1rem;
	color: #EF5A26;
	margin: 30px 0;
}
.entry h3{
	width: fit-content;
	font-size: clamp(18px, 1.8vw, 25px);
	border-bottom: 2px #EF5A26 solid;
	padding-bottom: 15px;
}
.entry h4{
	font-size: clamp(16px, 1.7vw, 22px);
	display: flex;
	align-items: flex-start;
}
.entry h4::before{
	content: '';
	width: 18px;
	height: 18px;
	border: 2px #EF5A26 solid;
	border-radius: 50%;
	flex-shrink: 0;
	margin: 9px 10px 0 0;
}
.entry h5{font-size: clamp(16px, 1.3vw, 20px);}
.entry > ul,.entry > ol{
	background-color: #F9F5EA;
	border-radius: 10px;
	padding: 35px;
	margin: 35px 0;
}
.entry > ul > li,.entry > ol > li{position: relative;}
.entry > ul > li{padding-left: 15px;}
.entry > ol > li{padding-left: 30px;}
.entry > ul > li::before,.entry > ol > li::before{
	position: absolute;
	left: 0;
}
.entry > ul > li:not(:last-child),.entry > ol > li:not(:last-child){margin-bottom: 13px;}
.entry > ul > li::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #EF5A26;
	border-radius: 50%;
	top: 9px;
}
.entry > ol{
	list-style: none;
	counter-reset: number 0;
}
.entry > ol > li::before{
	font-size: 18px;
	content: "0" counter(number) ".";  
	counter-increment: number 1;
	font-family: 'Outfit'!important;
	color: #EF5A26;
	font-weight: 300;
	top: 0;
}

/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	
	/* コラム一覧
	--------------------------------------*/
	.category_box{
		margin: 60px 0;
		padding: 25px;
		border-radius: 10px;
	}
	.category_box > p{width: 135px;}
	.category_box > ul{width: calc(100% - 135px);}
	.category_box > ul a{padding: 5px 18px 8px;}
	.column_list .hover_img{
		width: 170px;
		height: 170px;
		border-radius: 10px;
	}
	.column_list .column_con{
		width: calc(100% - 170px);
		padding-left: 30px;
	}
	.column_con h3{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	/* ページャー */
	.pagination{margin-top: 35px;}
	.pagination .nav-links a,.pagination .nav-links span{
		width: 30px;
		height: 30px;
		margin: 5px;
	}

	/*.pager{margin-top: 35px;}
	.pager > li{
	}
	.pager span,.pager li:not(:first-child):not(:last-child) a{padding: 3px;}*/
	
	/* コラム詳細
	--------------------------------------*/
	.column_detail{padding-top: 50px;}
	.detail_con a.btn{max-width: 230px;}
	.detail_con h2.dot_line_b::after{margin: 25px 0 40px;}
	.entry.dot_line_b::after{margin: 50px 0 40px;}
	.entry img{
		margin-bottom: 25px;
		border-radius: 10px;
	}
	.entry p{padding-bottom: 10px;}
	.entry h3,.entry h4,.entry h5{margin: 20px 0 25px;}
	.entry h3,.entry h4{font-size: 16px;}
	.entry h4::before{
		width: 14px;
		height: 14px;
		margin: 5px 8px 0 0;
	}
	.entry h5{font-size: 15px;}
	.entry > ul,.entry > ol{
		padding: 25px;
		margin: 25px 0;
	}
	.entry > ul > li{padding-left: 10px;}
	.entry > ol > li{padding-left: 25px;}
	.entry > ul > li:not(:last-child),.entry > ol > li:not(:last-child){margin-bottom: 10px;}
	.entry > ul > li::before{
		width: 4px;
		height: 4px;
	}
	.entry > ol > li::before{
		font-size: 16px;
		top: -1px;
	}
}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	
	/* コラム一覧
	--------------------------------------*/
	.column_list .hover_img{
		width: 110px;
		height: 110px;
		margin: 0 auto 15px;
	}
	.column_list .column_con{
		width: 100%;
		padding-left: 0;
	}
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* コラム一覧
	--------------------------------------*/
	.category_box{padding: 20px 15px 23px;}
	.category_box > p,.category_box > ul{width: 100%;}
	.category_box > p{
		padding-left: 8px;
		margin-bottom: 5px;
	}
	.category_box > ul li{margin: 1%;}
	
	/* ページャー */
	.pager{justify-content: center;}
	
	/* コラム詳細
	--------------------------------------*/
	.detail_con h2.ls01{letter-spacing: 0.1rem;}
	.entry > ul,.entry > ol{
		padding: 25px 20px;
		margin: 15px 0;
	}
}

