@charset "utf-8";
/*
Theme Name:  投稿装飾
*/

/*ビジュアルエディタのフォント変更*/
#tinymce{
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, 
	"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*記事内見出し*/
.bl_post_lv2Heading{
    margin: 0 0 25px;
    padding: 13px 20px 7px 25px;
    background: #ffeee5;
	border-bottom: 2px solid #f36d20;
	font-size: 22px;
	line-height: 1.4;
}
p + .bl_post_lv2Heading{
	margin-top: 2em;
}
/*記事内小見出し*/
.bl_post_lv3Heading{
	margin: 0 0 20px;
    padding: 0 0 8px 20px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 20px;
    font-weight: bold;
	line-height: 1.4;
    position: relative;
}
.bl_post_lv3Heading::before {
    content: "";
    display: block;
    width: 7px;
    height: calc(100% - 10px);
    background: #f36d20;
    position: absolute;
    top: 0;
    left: 0;
}
p + .bl_post_lv3Heading{
	margin-top: 2em;
}
/*文字*/
#tinymce p,
.bl_post p{
	margin-bottom:1em;
	line-height: 1.5;
}
.bl_post_sTxt{
	font-size: 0.8em;
}
.bl_post_lTxt{
	font-size: 1.2em;
}
.bl_post_llTxt{
	font-size: 1.4em;
}
.bl_post_xlTxt{
	font-size: 1.8em;
}
/*リンクタグ*/
#tinymce a,
.bl_post_txt a,
.bl_instructors_career a{
	color: #e60012;
	text-decoration: underline;
}
/*太文字*/
.txt_bold{
	font-weight:bold;
}
/*イタリック文字*/
#tinymce em,.bl_post_txt em{
	font-family: "游ゴシック", "游ゴシック体";
	font-weight: 500;
	font-style: italic;
}
/*蛍光マーカー*/
.underline_red {
	background: linear-gradient(transparent 60%, #ff7f7f 60%);
}
.underline_blue {
	background: linear-gradient(transparent 60%, #66ccff 60%);
}
.underline_green {
	background: linear-gradient(transparent 60%, #66FFCC 60%);
}
.underline_yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*インデント*/
.txt_indent{
	display:inline-block;
	padding:0 0 0 1em;
}
/*マージン*/
.m_20{
	margin-bottom: 20px!important;
}
.m_30{
	margin-bottom: 30px!important;
}
.m_40{
	margin-bottom: 40px!important;
}
/*画像*/
#tinymce img,
.bl_post img{
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	float: none!important;
}
#tinymce img.alignright,
.bl_post img.alignright{
	margin: 0 0 0 auto;
}
#tinymce img.alignleft,
.bl_post img.alignleft{
	margin: 0 auto 0 0; 
}
#tinymce img.aligncente,
.bl_post img.aligncenter{
	margin: 0 auto;
}
/*youtube*/
#tinymce iframe,
.bl_post iframe {
	width: 700px; 
	height: 394px;
}
/*テーブル*/
#tinymce table,
.bl_post table {
	border: 1px solid #000!important;
}
#tinymce table th,#tinymce table td,
.bl_post table th,.bl_post table td {
	border: 1px solid #000!important;
	padding: 10px!important;
	background: #fff!important;
}
/*リスト*/
#tinymce ul,
.bl_post ul {
	margin-bottom: 20px;
	list-style-type: none!important;
	padding-left: 0;
}
#tinymce ul li,
.bl_post ul li {
	line-height: 1.5; 
	margin-bottom: 5px; 
}
#tinymce ul li::before,
.bl_post ul li::before {
	content: "■";
	margin-right: 5px;
}
@media screen and (max-width : 750px){
/*記事内見出し*/
  .bl_post_lv2Heading{
	  padding: 15px 20px;
      font-size: 28px;
  }
  .bl_post_lv3Heading{
	  padding-bottom: 10px;
	  padding-left: 25px;
      font-size: 28px;
  }
}

/*講師*/
.bl_instructors_career_ttl{
	margin-bottom: 5px!important;
    color: #f36d20;
    font-size: 18px;
}
.bl_instructors_career_year{
    color: #969696;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width : 750px){
.bl_instructors_career_ttl{
    font-size: 28px;
}
.bl_instructors_career_year{
    font-size: 26px;
}
}


/* Mac,iPad Safari */
@media only screen and (min-device-width:768px){
/*記事内見出し*/
_::-webkit-full-page-media, _:future, :root .bl_post_lv2Heading{
    padding-top: 10px;
}
_::-webkit-full-page-media, _:future, :root .bl_post_lv3Heading::before {
    height: calc(100% - 7px);
}
}