@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
body {

  font-family:  'Inter','Zen Kaku Gothic New', sans-serif;
  /*  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;*/

 color: #242226;
  line-height: 1.2;
}
a {
  text-decoration: none;
}
a:link {
  color: #7D32AC;
}
a:visited {
  color: #7D32AC;
}
a:hover {
  color: #BC46B0;
  text-decoration: underline;
}
a:active {
  color: #BC46B0;
}
.newsArea{width:100%;}
.newsArea dl {
  display: flex;
  padding: 10px 0;
}
.newsArea dl:first-child {

  padding-top:2px;
}
.newsArea dt {
  display: flex;
  color: #7D32AC;
  font-weight: bold;
  padding: 0 20px 0 20px;
  background: url("../images/kazari_icon.png") no-repeat ;
    background-size: 15px 8px;
    background-position: 0px 6px;
  letter-spacing: 1.2px;
    width:140px;
}
.newsArea dd {

}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,0.5);
     border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
   background: #E1CB7B;
}
::-webkit-scrollbar-thumb:hover {
	background: #D5B570;}

* {
    scrollbar-width: thin;
    scrollbar-color: #cd9fea rgba(255,255,255,0.5);/*つまみの色 軌道の色*/
}


.newsIframe{
	text-align: center;
	margin:30px;

}
.newsIframe h2{
	margin-bottom:20px;
}