@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/*記事下のシェアボタンを非表示*/
.article-footer .footer-contents .sns-btn {
  display: none;
}

.post[data-title="レッスン完了"]{
	width:100%;
}


/****************************************************************
 * サイト全体
*******************************************************************/

/****************************************************************
 * Manual
*******************************************************************/

/****************************************************************
 * Q&A
*******************************************************************/
/**/
.ewd-ufaq-post-margin.ewd-ufaq-faq-post{
	margin:0 0 1.5em;
}
/*サイドバーの非表示*/
.page-id-438 .sidebar{
	display:none;
}
/*コンテンツ幅の最大化*/
.page-id-438 .d-5of7{
	width:100%;
	padding-right:0px;
}
/*検索欄の調整*/
.page-id-438 .ewd-ufaq-text-input{
	margin:0px 0px 15px 0px!important;
}
/**/
.ewd-ufaq-faqs{
	margin-top:20px;
}
/*目次とQAトグルの非表示*/
.page-id-438 #toc_container{
	display:none;
}
/*「Enter your question」文字の非表示*/
.page-id-438 .ewd-ufaq-field-label{
	display:none;
}
/*中のmarginを調整*/
.page-id-438 .ewd-ufaq-faq-category-inner{
		margin:20px;
}
/*質疑のTOPの上余白*/
.page-id-438 .ewd-ufaq-faq-category:first-of-type{
	margin-top:40px;
}
/*「+」の位置調整*/
.page-id-438 div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{
	padding-top:7px;
}
/****************************************************************
 * e-learning
*******************************************************************/
/*ログイン画面*/
.page-id-22 .learnpress{
	display:none;	
}
/*------------------------------------------------------------
 * ログインエラー
------------------------------------------------------------*/



/*------------------------------------------------------------
 * レッスンページ
------------------------------------------------------------*/

/****************************************************************
 * plugin
*******************************************************************/
/*------------------------------------------------------------
 * Download manager
------------------------------------------------------------*/

/*******************************************************************
 * 見出し
*******************************************************************/
/*見出し2の調整*/
.entry-content h2{
  position: relative;
  padding: 0.25em 0;
}
.entry-content h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(139, 198, 62), transparent);
  background: linear-gradient(to right, rgb(139, 198, 62), transparent);
}
/*見出し3の調整*/
.entry-content h3{
	padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #E6F3D5;/*背景色*/
  border-left: solid 5px #8BC63E;/*左線（実線 太さ 色）*/
}
/*見出し4の調整*/
.entry-content h4{
  border-left: 4px solid #E6F3D5;
	border-right:none;
	border-top:none;
	border-bottom:none;
	margin-left:3px;
	font-size:19px;
  color: black;
  padding: 0px 20px;
}