/*　全体共通-----------------------------------------------------*/
body{
	font-family:"Noto Sans JP",sans-serif;
}

/*　ヘッダー　---------------------------------------------------*/
header {
	width:90%;
	margin:0 auto;
	margin-bottom:50px;
}

header .CHeader{
	/*height:100px;*/
	display:flex;
	align-items:center;
	gap:10px;
	padding:20px 0px;
}

header .CLogo{
  width: 34px; height: 34px; border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #3b82f6, #8abaff);
  /*color: #0b1220; font-weight: 800;*/
  color: rgb(240 240 240); font-weight: 800;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);

  text-decoration:underline;
}

header .CSiteName{
	font-size:20px;
	font-weight:500;
	/*font-style:italic;*/
}











