@charset "utf-8";


/*------------------------------------------------------------
	第二階層用CSS　21.1～　編集中
------------------------------------------------------------*/
.news-contents {
	max-width:1100px;/*コンテンツ幅*/
	margin:0 auto;/*センタリング*/
	margin-bottom: 50px;
}

/*パンくず部分*/
.breadcrumb ol {
    /* デフォルトCSSの解除 */
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    /* liはブロックボックスのため */
    display: inline;
}
.breadcrumb li::after {
    /* 各項目の後ろに"»"をつける */
    content: "»";
    color: #999;
}
.breadcrumb li:last-child::after {
    /* 最後の項目には"»"をつけない */
    content: none;
}
.breadcrumb a {
    /* 下線を非表示 */
    text-decoration: none;
    color: #999;
}

.breadcrumb a:hover {
    /* 下線を非表示 */
    text-decoration: none;
    color: #0bd;
}


/*記事部分*/
article{
	width:74%;
	margin:0 auto;/*センタリング*/
	}

article img{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.post-title{
	font-familly:"Yu Mincho","YuMincho",serif;
	font-size:2rem;
	font-weight:normal;
}

.tBox {
	width: 600px;
	margin: 57px auto 65px;
}

.tBox p {
	line-height: 2.57;
}

.newBox {
	width: 660px;
	margin: 32px auto 50px;
	padding: 25px 29px 22px;
	border: 1.5px solid #DFDFEB;
	box-sizing: border-box;
}

.newBox p {
	line-height: 1.857;
}

.newBox .title {
	margin-bottom: 3px;
	color: #212126;
	font-weight: 500;
}

.data-title{
	font-familly:"Yu Mincho","YuMincho",serif;
	font-size:1.2rem;
	font-weight:normal;
	padding: 1rem 2rem;
    border-bottom: 2px dashed #aaaaaa;
}


.grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:10px;
	grid-template-rows:100px;
	margin-top:20px;
}

.data-list{
 	vertical-align:middle

}

.data-list a{
	background-image:url('../img/drive/dl.png');
	background-size:auto 80px;
	background-color:yellow;
	background-repeat:no-repeat;
    width: 100%;
    height: 100%;
   	display:block;
  	font-size:1em;

}




/*データダウンロード部分*/
/*.grid{
	display: grid;
	gap:26px;
	grid-template-colimns:1fr 1fr 1fr;
	margin-top:6%;
	margin-bottom:50px;
}

*/

*/

/*サイドバー*/
/*
aside　{
	width: 22%;
}

.post-info{
	position:relative;
	padding-top: 4px;
	margin-bottom: 40px;
}

.sub-title{
	font-size:1.1em;
	padding:0 8px 8px;
	border-bottom:2px #aaa solid;
	font-weight:normal;
}

.sub-menu{
	margin-bottom:60px;
	list-style: none;
}

.sub-menu li {
	border-bottom: 1px #ddd solid;
}

.sub-menu a {
	color:#444444;
	padding:10px;
	display:block;
}

.sub-menu a:hover{
	color:#0bd;
}
*/
/*
.post-contents{
	background:#0bd;
	border-radius:50%;
	color:#fff;
	width:100px;
	height:100px;
	font-size:1.625rem;
	text-align:center;
	position:absolute;
	top:0;
	padding-top:10px;
}

.post-contens span{
	font-size: 1rem;
	border-top:1px rgba(255,255,255,.5) solid;
	padding-top:6px;
	display:block;
	width: 60%;
	margin: 0 auto;
}
*/

/*
.post-title,
.post-cat{
	margin-left: 120px;
}
*/
