
#contents {
	font-size: inherit;
	color: #333333;
	line-height: 1.8em;
    font-family: Yu Mincho, 'Arial', sans-serif;  /*ここから追加*/
}

  
}

#contents table {
	font-size: inherit;
	color: #333333;
	line-height: 1.8em;
}

#mkcontents {
	font-size: inherit;
	color: #333333;
	line-height: 1.8em;
}


#mkcontents .hp2_content_topparts_title {
    font-size: large;
}




#mkcontents .hp2_content_topparts {
    border-bottom: 1px dashed #000000;
}

dl.content_item_list dt {
    border-bottom: 1px dashed #000000;
}




dl.content_item_list dt a {
    display: block;
    color: #006482;
    font-size: 1.2em;
    padding: 20px;
    line-height: 1em;
    white-space: normal;
}

dl.content_item_list dt a:hover {
    background-color: #006482;
	color: #E1EDF6;
    padding: 20px;
    line-height: 1em;
}


#mkcontents dl.content-news dt a, #mkcontents dl.news-top dt a {
    display: block;
    color: #006482;
    font-size: 0.8em;
    padding: 10px;
    line-height: 1em;
    white-space: normal;
}
#mkcontents dl.content-news dt a:hover, #mkcontents dl.news-top dt a:hover {
    background-color: #006482;
	color: #E1EDF6;
    padding: 10px;
    line-height: 1em;
}


#a-con img {
  margin: 10px;
}


div#a-con a {
	white-space: normal;
}
  
  
#mkcontents dl.content-news p {
    line-height: 1.8em;
 }
  
  
  
  
  
  







#mkcontents table {
	font-size: inherit;
	color: #333333;
	line-height: 1.8em;
}

#mkcontents dl.content-news, #mkcontents dl.news-top {
	word-break: break-all;
	margin: 0;
	padding: 0;
}



#mkcontents dl.content-news dt, #mkcontents dl.news-top dt {
    display: block;
    border-bottom: 1px dashed #000000;
    padding: 3px 0;
}

#mkcontents dl.content-news dt .news-title, #mkcontents dl.news-top dt .news-title {
	display: table-cell;
}

#mkcontents dl.content-news dt .news-date, #mkcontents dl.news-top dt .news-date {
	display: table-cell;
	padding-left: 12px;
	white-space: nowrap;
	color: #999;
    font-size: 0.8em;
}






/*お役立ちコンテンツのボタンはみ出し対応*/

#a-con table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

#a-con td {
  padding: 4px;
}

#a-con td a {
  display: block;
  text-align: center;
}

#a-con td img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* こスマホ対策 */
@media (max-width: 768px) {
  #a-con table {
    display: flex;          /* テーブルをFlexボックス化（見た目用） */
    flex-wrap: wrap;        /* 幅が足りなければ折り返す */
    gap: 12px;              /* ボタン間のすき間 */
  }
  #a-con tbody,
  #a-con tr {
    display: contents;      /* 中間のtable要素を“透過”してtdを直下に並べる */
  }
  #a-con td {
    flex: 1 1 220px;        /* 最小幅220pxを保ちつつ等分。狭いと1列、少し広いと2列 */
    padding: 0;             /* gapを使うので内側余白は任意で調整 */
  }
}


