@charset "utf-8";
/*
Theme Name: ColorMag-Child
Version: 2.1.1
Template: colormag
*/


H4{
	/*background-color:#289dcc;
	color:#ffffff;
	padding: 1rem 2rem;
	border-left: 5px solid #000;
    background: #f4f4f4;*/
	
    color: #289dcc;/*文字色*/
    padding: 0.5em 0;/*上下の余白*/
    border-top: solid 3px #289dcc;/*上線*/
    border-bottom: solid 3px #289dcc;/*下線*/
	font-weight:nomal;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	font-weight: 700;
}

H5 {
	color: #444;
	font-weight: 600;
	text-decoration: none !important;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

ul.list{
  padding: 0
}

ul.list li{
  color: #404040;
  border-left: solid 6px #1fa67a;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 700;
}

.cm-site-title a{
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 700;
  font-size: 38px;
}

.entry-title a{
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 700;
}

.entry-title {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 700;
}

div.main{
	background-color: #f1f1f1;
}

div.wp-block-group__inner-container ul li a{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}