/*記事見出し */
.content h2 {
		margin-bottom:15px;
	border-bottom: 1px solid #f0bdc4; /* 下線 */
	color: #ff99ac; /* 文字色 */
	padding: 7px 10px 10px 50px; /* 上・右・下・左の余白 */
	position: relative;
}
.content h2:before {
	background-image: linear-gradient(180deg, #ff9a8b 0%, #ff6a88 55%, #ff99ac 100%); /* 円のグラデーション */
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 30px; /* 円の幅 */
	height: 30px; /* 円の高さ */
}
.content h2:after {
	background-color: #fff; /* 白抜き円 */
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 20px; /* 白抜き円の幅 */
	height: 20px; /* 白抜き円の高さ */
}

.content h3 {
			margin-bottom:15px;
	color: #ff99ac; /* 文字色 */
	padding: 0px 0px 0px 40px; /* 上・右・下・左の余白 */
	position: relative;
}
.content h3:before {
	background-color: #ef858c; /* 左側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 18px; /* 左端からの位置 */
	width: 5px; /* 左側の線の幅 */
	height: 100%;
}

.content h3-course {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
margin-bottom:15px;
	width:100%;

}

.content h3-course:before {
  content: '●';
  color: white;
  margin-right: 8px;
}


/*動画 */
.wp-block-video {
 width:100%!important;
	height: 100%!important;
}
}


/*ロゴサイズ */

.siteTitle {
 max-width: calc(100% - 0px);
}

.t-headerCenter .siteTitle {
    max-width: calc(100% - 0px);
}

@media only screen and (min-width: 768px){
.siteTitle__logo {
height: 250px!important;
}

.t-headerCenter .siteTitle {
    margin: 0;
    padding-top: 0px;
    text-align: center;
}
}


@media screen and (max-width:768px) {
.siteTitle__logo {
height: 130px!important;
text-align: center!important;
}
}







