@charset "utf-8";


/* ------------------------------------------------------------ #article ------------------------------------------------------------ */
#article {padding: 71px 0 0; min-width: 1100px;}
#article .content_box{box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);}
#article .content_box .flex{display: flex; background: #fff; align-items: center;}
/* メインカードは見切れ防止のため比率維持（全体表示）。
   枠の高さは固定せず画像の自然な高さに連動させ、上下に余白が出ないようにする。 */
#article .content_box .flex .img_box{width: calc(100% - 571px); overflow: hidden; background: #fff;}
#article .content_box .flex .img_box img{width: 100%; height: auto; display: block;}
#article .content_box .flex .text_box{display: block; background: #fff; padding: 0% 32px 0% 46px; width: 571px; height: auto;}
#article .content_box .flex .text_box span.data{font-size: 15px; color: #9A9A9A; display: block; }
#article .content_box .flex .text_box p.title_tt{line-height: 150%; font-size: 35px; padding: 44px 0 0; color: #000; font-family: "Zen Old Mincho", serif; font-weight: 600; font-style: normal;}
#article .content_box .flex .text_box p.text{padding: 36px 0 0; line-height: 188%; font-size: 16px;}
#article .content_box .flex .text_box span.mini{display: block; margin: 55px 0 0 auto; width: 158px; padding: 0 0 0 68px; position: relative;}
#article .content_box .flex .text_box span.mini:before{content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 0px; width: 53px; height: 1px; background: #707070;}


#article .list_box{display: flex; flex-wrap: wrap; gap: 74px 26px; border-bottom: 1px solid #EDEDED; padding: 122px 0 78px;}
#article .list_box li{width: calc(100% / 3 - 18px); height: auto;}
#article .list_box a{width: 100%; height: auto; display: block; }
#article .list_box a img{width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; display: block;}
#article .list_box a dl{padding: 23px 0 0; text-align: left;}
#article .list_box a dl .ttl{font-size: 22px; line-height: 160%; font-family: "Noto Sans JP"; font-weight: 500;} 
#article .list_box a dl .text{padding: 18px 0 0; line-height: 150%; font-family: "Noto Sans JP"; font-weight: 300; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 16px;}
#article .list_box a dl .cat{padding: 21px 0 0; color: #9A9A9A; font-size: 15px;}

#article .gold_page{padding: 16px 0 0;}

/* コンテンツ未登録時：空状態の枠調整 */
#article .list_box:has(.list_box__empty){border-bottom: none; padding: 0;}
#article .list_box li.list_box__empty{width: 100%; background: #efefef;}


/* ------------------------------------------------------------ #article_detail ------------------------------------------------------------ */
#article_detail{padding: 53px 0 0;}

/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 768px) {

/* article */
	#article { padding: 30px 0 0; min-width: initial; }
	#article .content_box { box-shadow: 0 0 15px 5px rgba(0,0,0,0.08); }
	#article .content_box .flex { display: block; }
	#article .content_box .flex .img_box { width: 100%; height: auto; }
	#article .content_box .flex .img_box img { height: auto; }
	#article .content_box .flex .text_box { width: 100%; padding: 25px 20px 30px; }
	#article .content_box .flex .text_box span.data { font-size: 14px; }
	#article .content_box .flex .text_box p.title_tt { font-size: 25px; line-height: 150%; padding: 18px 0 0; }
	#article .content_box .flex .text_box p.text { font-size: 14px; line-height: 190%; padding: 22px 0 0; }
	#article .content_box .flex .text_box span.mini { margin: 30px 0 0 auto; padding: 0 0 0 48px; font-size: 13px; line-height: 150%; }
	#article .content_box .flex .text_box span.mini:before { width: 38px; }
	#article .list_box { gap: 40px 0; padding: 55px 0 50px; }
	#article .list_box li { width: 100%; }
	#article .list_box a dl { padding: 18px 0 0; }
	#article .list_box a dl .ttl { font-size: 22px; line-height: 160%; }
	#article .list_box a dl .text { font-size: 15px; line-height: 170%; padding: 12px 0 0; }
	#article .list_box a dl .cat { font-size: 14px; padding: 15px 0 0; }
	#article .gold_page { padding: 40px 0 0; }

	/* ------------------------------------------------------------ #article_detail ------------------------------------------------------------ */
	#article_detail{padding: 35px 0 0;}

}
