@charset "UTF-8";
/* CSS Document (新着情報CMS) */



/* CSS Document (新着情報CMS) */





/*===news-detail(詳細ページ)用==============================*/
.news-detail .flex{
	display: flex;
	justify-content: space-between;
}
.news-detail .flex #main{
	width: calc(100% - 320px);
	
}
.news-detail .flex #side{
	position: sticky;
	top: 200px;
	width: 270px;
	padding: 0;
	height: fit-content;
}

.news-detail #newsList{
	justify-content: flex-start;
}

.news-detail .ttl{
	font-size: 3rem;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}

.news-detail .ttl::before{
	content: "";
    display: inline-block;
    position: absolute;
    border-left: solid 4px #ffc16b;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
}


/*main*/
.news-detail .flex #main #up_ymd{
	letter-spacing: 0.05em;
	color: #ccc;
	margin-right: 0.8em;
	line-height: 1.7;
	margin-bottom: 20px;
	font-weight: 700;
}
.news-detail .flex #main #up_ymd::before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
	font-size: 0.8em;
}

.news-detail .pages{
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}
.news-detail .pages > div{
	width: 45%;
}
.news-detail .pages .page_next{
}
.news-detail .pages .page_prev{
}
.news-detail .pages a{
	display: block;
	width: 100%;
	border: 1px solid #39bdff;
	color: #39bdff;
	font-size: 1.6rem;
	padding: 15px;
	border-radius: 10px;
	transition: 0.4s;
}
.news-detail .pages .page_prev a{
	text-align: right;
}
.news-detail .pages a:hover{
	opacity: 0.5;
}

/*side*/
.news-detail .flex #side h3{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.news-detail .flex #side h3::before{
	font-family: "Font Awesome 6 Free";
	content: '\f0ca';
	font-weight: 900;
	padding-right: 0.5em;
	color: #39bdff;
}
.news-detail .flex #side ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}
.news-detail .flex #side ul li{
	width: 49%;
	margin-bottom: 7px;
}
.news-detail .flex #side ul li a{
	display: block;
	text-align: center;
	width: 100%;
	border: 1px solid #39bdff;
	color: #39bdff;
	padding: 8px 3px;
	font-size: 1.4rem;
	border-radius: 5px;
	letter-spacing: 0.04em;
	transition: 0.4s;
	font-weight: 700;
}
.news-detail .flex #side ul li a:hover{
	opacity: 0.5;
}

@media (max-width: 1200px){
	.news-detail .pages{
		display: block;
		margin-top: 40px;
	}
	.news-detail .pages > div{
		width: 100%;
	}
	.news-detail .pages .page_next{
		margin-bottom: 7px;
	}
}
@media (max-width: 650px){
	.news-detail .flex{
		flex-direction: column;
	}
	.news-detail .flex #main{
		width: 100%;
		margin-bottom: 40px;
	}
	.news-detail .flex #side{
		width: 100%;
	}
	.news-detail .ttl{
		font-size: 2.2rem;
	}
	.k_works .news-detail #newsList li{
		padding-left: 0;
	}
}




/*ブログ一覧ページ*/

.kasou .news-detail{
	overflow: visible;
    padding: 80px 0;
}

.kasou .news-detail .inner{
	max-width: 1400px;
}

.news-detail #newsList li{
	border-top: solid 1px #ccc;
	padding: 8px 0;
	padding-left: 10px;
}

.news-detail #newsList .up_ymd{
	color: #ffc16b;
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.news-detail #newsList a:hover{
	opacity: 0.7;
}

.news-detail #newsList li i{
	padding-right: 0.4em;
}

.news-detail #newsList li:last-child{
	border-bottom: solid 1px #ccc;
}


@media (max-width: 1200px){

	.news-detail .flex #side ul li{
		width: 100%;
	}
	.news-detail .flex #side{
		top: 150px;
		width: 150px;
	}
	.news-detail .flex #main{
		width: calc(100% - 180px);
	}
	.kasou .news-detail .inner{
		width: 92%;
	}
	.kasou .news-detail{
		padding: 50px 0;
	}
}

@media (max-width: 650px){
	.kasou .news-detail ul#newsList li a .title{
		font-size: 1.6rem;
	}
	.news-detail .flex #main{
		width: 100%;
	}
	ul#newsList li a .thumbNailWrap{
		margin-bottom: 10px;
	}
	.news-detail .flex #side{
		width: 100%;
	}
	.news-detail .flex #side ul{
		width: 100%;
	}
	.news-detail .pages a{
		padding: 10px;
	}
	.news-detail .pages{
		margin-top: 30px;
	}
	.kasou .news-detail{
		padding: 40px 0;
	}
	
}



#news-detail .text a{
	color: #0000ff;
	text-decoration: underline;
}

#news-detail .text a:hover{
	opacity: 0.7;
}

#news-detail span.color{
	color: #ffc16b;
}

#news-detail span.big{
	font-size: 1.6em;
}

#news-detail main img{
	display: inline;
	width: 280px;
}



/*ブログ一覧ページ2*/

.k_works .news-detail{
	overflow: visible;
}

.k_works .news-detail ul#newsList a{
	display: block;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 12px;
}

.k_works .news-detail ul#newsList{
	flex-wrap: wrap;
	gap: 15px;
}

.k_works .news-detail .inner{
	max-width: 1400px;
}

.k_works .news-detail ul#newsList li{
	list-style-type: none;
	width: calc((100% - 30px) / 3);
}

.k_works .news-detail ul#newsList li{
	border: 0px;
}

.k_works .news-detail #newsList .up_ymd{
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 5px;
}

.k_works .news-detail ul#newsList a img{
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 3 / 2;
}

.k_works .news-detail ul#newsList a:hover img{
	transform: scale(1.08);
}

.k_works .news-detail ul#newsList a span.title{
	transition: all .3s;
}

.k_works .news-detail ul#newsList a:hover span.title{
	opacity: 0.7;
}

.k_works .news-detail ul#newsList a span.thumbNailWrap{
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

@media (max-width: 1200px){
	.k_works .news-detail ul#newsList li{
		width: calc((100% - 15px) / 2);
	}
	.news-detail .flex #side ul li{
		width: 100%;
	}
	.news-detail .flex #side{
		top: 150px;
		width: 150px;
	}
	.news-detail .flex #main{
		width: calc(100% - 180px);
	}
	.k_works .news-detail{
		padding: 50px 0;
	}
	.k_works .inner{
		width: 92%;
	}
}

@media (max-width: 650px){
	.k_works .news-detail ul#newsList{
		gap: 5px;
		flex-direction: row;
	}
	.k_works .news-detail ul#newsList li{
		width: calc((100% - 5px) / 2);
	}

	.k_works .news-detail ul#newsList li a .title{
		font-size: 1.4rem;
		display: inline-block;
		line-height: 1.5;
	}
	.k_works .news-detail .flex #main{
		width: 100%;
		margin: 0 auto;
	}
	.k_works ul#newsList li a .thumbNailWrap{
		margin-bottom: 5px;
	}
	.k_works .news-detail ul#newsList a{
		padding: 6px;
	}
	ul#newsList li a .up_ymd{
		font-size: 1.4rem;
	}
	.news-detail .flex #side{
		margin-top: 40px;
		width: 100%;
	}
	.k_works .news-detail #newsList .up_ymd{
		font-size: 1.4rem;
	}
	.news-detail .flex #main{
		width: 100%;
		margin-bottom: 0;
	}
	.news-detail #newsList .up_ymd{
		font-size: 1.3rem;
	}
}

