@charset "UTF-8";
/* CSS PC/SP共通レイアウト */

#news{
	font-size: 15px;
}





/* コンテンツ幅 */
#news .contents{
	max-width:800px;
	width: 100%;
	margin:0 auto;
}





/* 新着情報タイトル */
#news .title_01{
	text-align: center;
	font-size: 34px;
	font-weight: 600;
}

#news .title_02{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
}

#news .title_02::before,.title_02::after {
    content: "";
    height: 1px;
    width: 72px;
    background-color: #000000;
}

#news .title_02::before {
    margin-right: 20px;
}

#news .title_02::after {
    margin-left: 20px;
}




/* 新着情報 */
#news .news_detail{
	background-color: #F0F0EC;
	padding-top: 105px;
	padding-bottom: 150px;
}





/* シェアボタン */
#news .btn_share_box{
	display: flex;
	justify-content: center;
	margin-top: 68px;
}

#news .btn_share{
	display: flex;
	align-items: center;
	background-color: #000000;
	border-radius: 50px;
	width: 76px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-left: 17px;
	margin-right: 17px;
}

#news .btn_share p{
	margin-left: 5px;
	font-size: 12px;
	color: #ffffff;
}





/* お知らせ */
#news .news_title_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}

#news .news_title{
	font-size: 26px;
	font-weight: 600;
}

#news .news_text{
	margin-top: 50px;
	line-height: 30px;
}

#news .img_news{
	margin-top: 50px;
	text-align: center;
}





/* リンク */
#news .link_box{
	margin-top: 25px;
}

#news .link{
	display: flex;
	margin-top: 15px;
}

#news .link_text{
	margin-right: 10px;
	text-decoration: underline;
	color: #000000;
	margin-top: -5px;
}





/* ボタン */
#news .btn_box{
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

#news .btn{
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
}

#news .btn2{
	background-color: #CCCCCC;
	color: #000000;
	display: inline-block;
	width: 168px;
	padding:10px 0px;
	max-width: 100%;
	height: auto;
	position: relative;
	border-radius: 50px;
	font-weight: 600;
}





/* 後の情報矢印 */
#news .arrow02::before{
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	bottom:0px;
	content:"";
	height:8px;
	margin: auto;
	right:20px;
	top:0px;
	transform: rotate(45deg);
	width: 8px;
	position: absolute;
}





/* 前の情報矢印 */
#news .arrow01::before{
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	bottom:0px;
	content:"";
	height:8px;
	margin: auto;
	left:20px;
	top:0px;
	transform: rotate(45deg);
	width: 8px;
	position: absolute;
}





/* 一覧へ戻るボタン */
#news .btn_list{
	text-align: center;
}

#news .btn_list2{
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
	width: 168px;
	padding:10px 0px;
	max-width: 100%;
	height: auto;
	position: relative;
	border-radius: 50px;
}





/* トップへ戻るボタン */
#news .top_btn{
	margin-top: 120px;
	margin-bottom: 140px;
}





/*--------------------------------------------------*
 *   新着情報一覧
 *--------------------------------------------------*/
/* 新着情報 */
#news .news_list{
	background-color: #F0F0EC;
	padding: 100px 0px;
}

#news .news_list_box{
	margin-top: 90px;
}

#news .news_list_item{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000000;
	padding: 25px 0px;
}

#news .news_list_item_01{
	display: flex;
	justify-content: space-between;
	padding: 25px 0px;
}

#news .news_list_item_02{
	border-bottom: 1px solid #000000;
}

#news .border_blue{
	width: 100%;
	border-bottom: 4px solid #00C8DC;
}

#news .news_list_text{
	display: flex;
	align-items: center;
}

#news .news_list_text p{
	margin-right: 60px;
	color: #000000;
}

#news .news_list_arrow{
	margin-top: 20px;
}

#news .news_list_border{
	border-bottom: 1px solid #666666;
}

#news .date_blue{
	color: #00C8DC;
	font-weight: 600;
}


/* アーカイブボタン */
#news .archive{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}
#news .archive p{
	margin-right: 30px;
}
#news .btn_archive{
	margin-top: auto;
	text-align: center;
}
#news .btn_archive select{
	background-color: #ffffff;
	color: #000000;
	display: inline-block;
	width: 300px;
	padding:10px 15px;
	max-width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #000000;
	font-size: 15px;
	text-align: left;
	box-shadow: 4px 4px #ccccca;
}
#news .btn_archive select::before{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	bottom:0px;
	content:"";
	height:10px;
	margin: auto;
	right:15px;
	top:-5px;
	transform: rotate(45deg);
	width: 10px;
	position: absolute;
}

/*--------------------------------------------------*
 *   2026/01/14追加
 *--------------------------------------------------*/
#news .news_list_box {
	width: 700px;
	margin: 50px auto 0px;
}
#news .news_list_box ul li {
	border-bottom: 1px solid #000;
}
#news .news_list_box ul li a {
	display: block;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.5;
	padding: 20px 0px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-right: 60px;
	background: url("../img/common/icon_arrow_black.png") no-repeat right center;
	background-size: 18px auto;
}
/*aのクラスにlinkを入れると外部リンクのアイコンになります*/
#news .news_list_box ul li a.link {
	background: url("../img/common/icon_link_black.png") no-repeat right center;
	background-size: 18px auto;
}
#news .news_list_box ul li a:hover {
	opacity: 1.0;
}
#news .news_list_box ul li a .date {
	width: 110px;
}
#news .news_list_box ul li a .notice {
	width: calc(100% - 110px);
}
#news .news_list_box ul li a:hover:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 5px solid #00c8dc;
}
#news .news_list_box ul li a:hover .date {
	color: #00c8dc;
}




/* スマホレイアウト */
@media (max-width: 1024px) {
	
	#news{
		font-size: 14px;
	}
	
	
	
	
	
	/* コンテンツ幅 */
	#news .contents{
		max-width:800px;
		width: 100%;
		margin:0 auto;
		padding: 0px 15px;
	}
	
	
	
	
	
	/* 新着情報タイトル */
	#news .title_01{
		font-size: 26px;
	}
	
	#news .title_02{
		font-size: 12px;
		margin-top: 5px;
	}

	#news .title_02::before,.title_02::after {
		display: none;
	}
	
	
	
	
	
	/* 新着情報 */
	#news .news_detail{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
	#news .title_border{
		border-bottom: 1px solid #000000;
		width: 70px;
		margin: auto;
		margin-top: 25px;
	}
	
	
	
	
	
	/* シェアボタン */
	#news .btn_share_box{
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}

	#news .btn_share{
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	
	
	
	
	/* お知らせ */
	#news .btn_share p{
		margin-left: 5px;
		font-size: 12px;
	}

	#news .news_title_box{
		display: flex;
		flex-wrap: wrap-reverse;
		justify-content: flex-start;
		margin-top: 60px;
		padding-bottom: 10px;
	}

	#news .news_title{
		font-size: 22px;
		width: 100%;
	}

	#news .news_text{
		margin-top: 20px;
		line-height: 24px;
	}

	#news .img_news{
		margin-top: 30px;
	}
	
	#news .news_date{
		font-size: 12px;
	}
	
	
	
	
	
	/* リンク */
	#news .link_box{
		margin-top: 25px;
	}

	#news .link{
		display: flex;
		margin-top: 15px;
	}

	#news .link_text{
		margin-top: -8px;
		font-size: 15px;
	}
	
	
	
	
	
	/* ボタン */
	#news .btn_box{
		margin-top: 60px;
	}

	#news .btn{
		text-align: center;
		margin-left: 20px;
		margin-right: 20px;
	}

	#news .btn2{
		background-color: #CCCCCC;
		color: #000000;
		display: inline-block;
		width: 100px;
		padding:10px 0px;
		max-width: 100%;
		height: auto;
		position: relative;
		border-radius: 50px;
		font-weight: 600;
	}
	
	
	
	
	
	/* 後の情報矢印 */
	#news .arrow02::before{
		right:10px;
	}





	/* 前の情報矢印 */
	#news .arrow01::before{
		left:10px;
	}





	/* 一覧へ戻るボタン */
	#news .btn_list{
		text-align: center;
	}

	#news .btn_list2{
		width: 107px;
	}
	
	
	
	
	
	/* トップへ戻るボタン */
	#news .top_btn{
		margin-top: 70px;
		margin-bottom: 80px;
	}
	
	
	
	
	
	/*--------------------------------------------------*
	 *   新着情報一覧
	 *--------------------------------------------------*/
	/* 新着情報 */
	#news .news_list{
		padding: 40px 0px;
	}

	#news .news_list_box{
		margin-top: 40px;
	}

	#news .news_list_item{
		display: block;
		padding: 10px 0px;
	}

	#news .news_list_item_01{
		display: block;
		padding: 10px 0px;
	}

	#news .border_blue{
		display: none;
	}

	#news .news_list_text{
		display: flex;
		justify-content: space-between;
	}

	#news .news_list_text p{
		margin-right: 20px;
		margin-top: 5px;
	}

	#news .news_list_arrow{
		margin-top: 20px;
		width: 50px;
	}
	
	#news .news_list_link{
		width: 50px;
	}

	#news .news_list_border{
		display: none;
	}

	#news .date_blue{
		color: #000000;
		font-weight: normal;
	}
	
	/* アーカイブボタン */
	#news .archive{
		display: block;
		margin-top: 60px;
		text-align: center;
	}

	#news .archive p{
		margin-right: 0px;
		font-size: 15px;
	}

	#news .btn_archive{
		margin-top: auto;
		text-align: center;
	}

	#news .btn_archive select{
		background-color: #ffffff;
		color: #000000;
		display: inline-block;
		width: 300px;
		padding:10px 15px;
		max-width: 100%;
		height: auto;
		position: relative;
		border: 1px solid #000000;
		font-size: 15px;
		text-align: left;
		box-shadow: 4px 4px #ccccca;
		margin-top: 20px;
	}

	#news .btn_archive select::before{
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		bottom:0px;
		content:"";
		height:10px;
		margin: auto;
		right:15px;
		top:-5px;
		transform: rotate(45deg);
		width: 10px;
		position: absolute;
	}

/*--------------------------------------------------*
 *   2026/01/14追加
 *--------------------------------------------------*/
#news .news_list_box {
	width: 100%;
}
#news .news_list_box ul li a {
	font-size: 14px;
	padding: 15px 0px;
	display: block;
	flex-wrap: nowrap;
	padding-right: 6vw;
}
#news .news_list_box ul li a .date {
	width: 100%;
	margin-bottom: 5px;
}
#news .news_list_box ul li a .notice {
	width: 100%;
}
	
	
	
	
}

