/*-- 前へ 一覧リスト　次へ　（ article ）  ------------------*/

 .waku-00 {
 width: 100%;/*99%*/
 /*margin: 0 0 0px 0;*/
 padding: 0px 0px 15px 0px;
 margin-bottom:80px;/*60px*/
 margin-left: 0px;/*10px*/
 text-align:center;
}
.waku-00 .left01 {
	float:left;
	width:18%;
 margin-top:0px;
	margin-right:0px;
 margin-left: 0px;/*10px*/
	margin-bottom:0px;
}

.waku-00 .center01 {
width:64%;/*40%64*/
 margin-left: auto;
 margin-right: auto;
	float:left;
 	}
.waku-00 .btn {
width: 34%;
text-align:center;
 margin-left: auto;
 margin-right: auto;
 padding: 8px 8px 10px 8px;
 border: 1px solid #e388bc;
  border-radius: 2px 2px 2px 2px;
  background: #FEF0F2;
  transition: all 0.4s;
  color: #5e5e59;
  letter-spacing: 1px;
 	}
  
.waku-00 .right01 {
	float:right;
 width:18%;
 margin-top:0px;
 margin-bottom:0px;
	}
 


/*-- 　個別　（ article ）　 ----------------------*/

#kobetu {   /* 個別ページの追加 */ 
  border: 1px solid #e5e3e3;
  background: #fdfdfd;
  padding: 20px 20px 20px 24px;
  /*
  padding: 8px 40px 38px 40px;
  */
  display: flex;
  flex-wrap: wrap;
  column-gap: 46px;
  position: relative;
}



.day_right {
 text-align: right;
 padding: 0px 0px 4px 0px;/*10px 0*/
 color: #333;
 font-weight: bold;
 font-size: 1.063em;
 letter-spacing: 1px;
}
/* CSSのnewsとnews_ichiに同じクラス名の為変更 7か所（txt）dを追加　画像名は除外2024_1216  */
.txtd_01 {
 font-size: 1.125em;
 line-height: 2;
 letter-spacing: 2px;
 text-align: left;
}
.txtd_01 a,
.txtd_01 a:link
{
    color: #389ABE;
    text-decoration: none;
}
.txtd_01 a:hover,
.txtd_01 a:active
{
    text-decoration: underline;
}
.txtd_01 a:visited
{
    color: #389ABE;
}


/*-- 　画像　3枚　（ article ）　 ----------------------*/

.waku-01 /*.lead1*/{
 width: 100%;
  text-align: left !important;
 margin-top: 20px;
 margin-bottom: 5px;
/*text-align:center;*/
}

.gazou {
 width: 100%;
}

.img-rounded {
    border-radius: 6px;
    width: 31%;/*83.33333333%*/
    margin-bottom: 20px;
    margin-left: 10px;
}

/*-- アイコン表示 （ article ）　 ----------------------*/

.tenpu {
 width: 100%;
 margin-top: 20px;
 margin-bottom: 20px;
 margin-left: 10px;
 text-align: left !important;
 font-size:1.063em;
 letter-spacing: 2px;
 line-height: 220%;
 
}

.tenpu a,
.tenpu a:link
{
    color: #389ABE;
    text-decoration: none;
}
.tenpu a:hover,
.tenpu a:active
{
    text-decoration: underline;
}
.tenpu a:visited
{
    color: #389ABE;
}


.filelink {
	padding-left: 10px;
	margin-right: 10px;
	background: url(../icons/general.gif) no-repeat top left;
}
.doc {
	background-image: url(../icons/doc.gif)
}
.pdf {
	background-image: url(../icons/pdf.gif)
}
.ppt {
	background-image: url(../icons/ppt.gif)
}
.txtd {
	background-image: url(../icons/txt.gif)
}
.xls {
	background-image: url(../icons/xls.gif)
}
.zip {
	background-image: url(../icons/zip.gif)
}



/*-- 　記事一覧リスト　 ----------------------*/

.listSet{
 margin-top:20px;
	padding-left:0px;
	padding-right:10px;
	margin-bottom:30px;
}
.listSet li{
	list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;/*5*/
	padding: 10px 0px 10px 18px;/*0 0 10 18*/
	background: url(../img/arrow_01.png) no-repeat;
	background-position:5px 15px;/*5 5*/
	font-size:16px;
	letter-spacing: 1px;
	line-height: 150%;
 border-bottom: dotted 1px #b0acac; 
}

@media screen and (max-width: 559px) {
.gazou {
 width: 100%;
 text-align: center;
}
.gazou a {
		display: block;
		margin-top: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
 .img-rounded {
    border-radius: 6px;
    width: 96%;/*83.33333333%*/
    margin-bottom: 10px;
    padding-left: 0px;

}
}