/*
Theme Name:GENSEN child
Theme URI:
Description:WordPressテーマ「GENSEN」の自作子テーマです。
Template:gensen_tcd050
Version:1.13
*/



.post_content h2 {
	font-size:28px;
	line-height:50px;
	margin:15px 0;
	font-weight:bold;
}


.post_content h3 {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}



.post_content h4 {
	font-weight:bold;
	
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
     padding: 15px 10px; 
}







 /*-----------------------------
singlepage-design
--------------------------------*/
/*default*/
.single-tmb{
	width: 100%;
	padding:10px auto;
	text-align: center;
}

.post-header{
	padding:15px 15px 5px 15px!important; 
	margin:15px 15px 5px 15px!important;
}
.wp-post-image{
	width: 100%;
  height: auto;
}

.post-content{
	padding: 10px 45px!important;
}

@media (max-width: 900px) {
  .post-content{
    padding:10px!important;
  }
  .post-header{
    padding: 10px!important;
  }
}



/*add*/

.post-content p, .post-content pre {
  line-height: 2.0!important;
}



.h1_tit{
	font-size: 30px!important;
	color: rgb(110,110,110)!important;
	margin-bottom:0!important; 
}

@media (max-width: 600px) {
  .h1_tit{
    font-size: 20px!important;
  }
}

.h2_tit {
  padding: 0.2em 15px!important;/*文字の上下 左右の余白*/
  line-height: 40px!important;
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px rgb(119, 195, 223);/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size: 20px!important;
}

.h3_tit {
	font-size: 20px!important;
  position: relative;
  padding: .5em .75em!important;
  background-color: #fff;
  border-left: none!important;
  border: 1px solid #ccc!important;
  border-radius: 6px;
}
.h3_tit::before,
.h3_tit::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.h3_tit::before {
  border-top: 15px solid #ccc;
}
.h3_tit::after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}

.pointbox {
  padding: 0.5em 1em;
  margin: 1em 10px;
  border: double 5px rgb(119, 195, 223);
}
.pointbox p {
  margin: 0; 
  padding: 0;
}




.lst_number{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}
.lst_number li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 30px;
}

.lst_number li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: rgb(119, 195, 223);
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:100!important;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}



/*sidebar*/
.side-widget-area{
  background-color: rgb(255,255,255);
  padding: 20px 10px;
}


.tagcloud a,.tag-cloud-link {
	font-size: 14px !important; 
	line-height: 3em;
  /*background:rgb(127,179,213);*/
	background-color:#3d73bc;
  color: #fff!important;
  white-space: nowrap;
  padding: 8px 8px;
  margin-top: 3px; 
  border-radius: 4px; 
  text-decoration: none;
  font-weight: bold!important;
}

.tagcloud a:hover,.tag-cloud-linka:hover {
  background:rgb(250,221,22); 
  color: #278a71; 
}

.side-title{
  background: linear-gradient(transparent 70%, rgb(230, 230, 230) 70%);
  font-size: 18px;
  font-weight: bold;
  color: rgb(55,55,55); 
}

.side-widget-inner ul li{
	border-bottom:none!important; 
}

/*archieve*/
.wrap-title_archive{
  width: 50%;
  margin: 10px 3%!important;
  float: left;
}
.post-title_archive{
}

.post-thumbnail_archive{
  width:40%!important;
  margin: 0!important;
  padding: 1%;
  float: left;
}


@media (max-width: 990px) {
  .post-thumbnail_archive{
    display: none;
  }
  .wrap-title_archive{
    width: 90%;
  }
}


/*side-bar category*/

#categories-2 ul li {
 border-bottom:none;
 padding:5px 0;
 font-weight:bold;
}

#categories-2 ul li a{
  color: rgb(100,100,100)!important;
}

#categories-2 ul li.cat-item ul.children {
 padding: 5px 0 15px 5px;
}

#categories-2 ul li.cat-item ul.children
li a{
 font-weight:normal;
 background-image: none;
}



/*フッターテキスト*/
.jem_list_foot a{
	color:rgb(55,55,55)!important;
	font-size:14px;
}

#copyright ,#copyright a{
	color:rgb(55,55,55)!important;
}

.archive_link a{
	background-color:#2865b9!important;
}



/*記事内テキストサイズ*/
.post_content p {
	font-size:16px;
}



.has_image {
	border:solid 1px rgb(230,230,230);
  box-sizing: border-box;
}




/*QAサイトより移転*/

/*記事詳細デザイン (見出し)*/
.post_content>h2 {
	padding:0.4em 0.5em!important;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 10px #5989cf;
	border-bottom: solid 3px #d7d7d7;
	font-weight:bold!important;
}

/*横線消す*/
h2.is-style-vk-heading-brackets_black {
	border-left:none;
	font-weight:bold!important;
}

/*動画で確認する　背景*/
.h_movie
{
  position: relative;
  padding-left: 25px!important;
  padding-bottom: -10px!important;
  font-size: 18px!important;
	background-color:#fff!important;
	border-left:none!important;
}

.h_movie:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}

.h_movie:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}




.post_content>h3 {
  border-bottom: solid 3px #5989cf;
	margin:15px 5px;
}

.post_content>h4{
	font-weight:bold;
	color:rgb(94,111,151);
}


.wrap_qa{
  padding: 15px 10px;
  margin: 2em 0 5em 0;
  background: rgb(250,250,250);
  border-top: solid 5px #5989cf;
  border-bottom: solid 5px #5989cf;
}

.wrap_qa>p {
  margin:  4px 10px; 
  padding: 0;
	font-size:20px!important;
	overflow: hidden;
	/*line-height:35px;*/
}

.icn_qa{
	float:left;
	margin:5px;
}

.box01 {
    padding: 0.5em 1em;
    margin: 1em;
    color: #2c2c2f;
    border:solid 5px rgb(222,232,245);
}
.box01 p {
    margin: 0; 
    padding: 0;
}

/*サイドバー タグクラウド*/
.tagcloud a {
	font-size: 14px !important; /* 文字のサイズ */
	line-height: 1em;
	/*background:#293f70;*/
	background:#566d7d;
	color: #fff; /* 文字色 */
	display: inline-block;
	white-space: nowrap;
	padding: 10px 11px; /* 文字周りの余白 */
	margin-top: 8px; /* タグ同士の余白 */
	margin-right:3px;
	border-radius: 4px; /* 角を少し丸く */
	text-decoration: none;
}

.tagcloud a:hover {
 	background: #fff; /* マウスホバー時の背景色 */
	color: #293f70; /* マウスホバー時の文字色*/
}

/*子カテゴリリスト*/
.catlist_child_wrap {
	margin:0 0 25px 0;
	/*max-height:150px;*/
}

.catlist_child_ul_top {
	  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 10px 10px 20px;
  color: #448ccb!important;
  background: #ecf3fa;
  border: solid 2px #adcce8;
  border-radius: 5px;
  list-style: none;
}

.catlist_child_wrap li{
	font-size:16px;
	margin:5px 0;
	position: relative;
  line-height: 30px;
  padding-left: 20px;
  font-weight: bold;
  border-bottom: dashed 1px #448ccb;
}

.catlist_child_wrap li a{
 color: #448ccb!important;
}

.catlist_child_wrap ul li:before{
  content: "・";
  position: absolute;
  left: 0px;
}

.catlist_child_wrap ul li:last-child{
	border-bottom:none;
}



/*---------------------------------------特集ページ関連   */
/*特集ページを１カラムに*/
.single-introduce #side_col { display: none; }
.single-introduce #left_col { width: 100%; }

/*画像の中央寄せを有効に(以下記述が無いと無効→バグ？)*/
.postid-14499 .aligncenter,.postid-2356 .aligncenter,.postid-2534 .aligncenter,.postid-2366 .aligncenter,.postid-14485 .aligncenter,.postid-14436 .aligncenter,.postid-14492 .aligncenter,.postid-2368 .aligncenter,.postid-14430 .aligncenter,.postid-14423 .aligncenter,.postid-14530 .aligncenter,.postid-14727 .aligncenter,.postid-14741 .aligncenter,.postid-14767 .aligncenter,.postid-14804 .aligncenter,.postid-14832 .aligncenter,.postid-14940 .aligncenter,.postid-14956 .aligncenter,.postid-14984 .aligncenter,.postid-15083 .aligncenter{
	text-align:center;
} 

/*-----------------------キッズ向け特集 */
/*はじめてのパソコンデビュー(キッズむけ)*/
.postid-14499 {
	background-color:#f4f0e1;
	background-image:url(https://jemtc-study.net/wp-content/uploads/2021/09/2581996.jpg);
}

.postid-14499,.postid-14499 input,.postid-14499 textarea,.postid-14499 select { font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif; }
.postid-14499 .rich_font { font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-weight: 500; }


.postid-14499 #left_col{
	background-color:rgba(255,255,255,0.9);
	padding:20px;
}

.postid-14499 #left_col #article .post_content p{
		font-size:18px!important;
	line-height:2.5rem;
	color:rgb(0,0,0);
	width:80%;
	margin:0 auto 30px auto;
}

.postid-14499 h2,.postid-14984 .h2,.postid-14986 .h2{
  color: #00b8c5;
  text-align: center;
  padding: 1.25em;
	border-left: none;
  border-top: solid 2px #66bebe;
  border-bottom: solid 2px #66bebe;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.postid-14499 h4 {
	font-size:24px!important;
}





/*エクセル、ワード、パワーポイントの基本*/

.postid-2355,.postid-14492,.postid-14767 ,.postid-14984{
	background-color:#f8fdff;
}

.postid-2355 #left_col,.postid-14492 #left_col,.postid-2368 #left_col,.postid-14984 #left_col{
	background-color:rgba(255,255,255,0.9);
	padding:20px;
}

.postid-2355 #left_col #article .post_content p{
		font-size:18px!important;
	line-height:2.5rem;
	color:rgb(0,0,0);
	width:95%;
	margin:0 auto 30px auto;
}


.postid-2355 h2,.postid-14436 .h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
	border-left:none!important;
}

.postid-2355 h2:before ,.postid-14436 .h2:before{
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}



/*シニア向けパソコン講座*/

.postid-2356 ,.postid-14436{
	background-color:#ededed;
}

.postid-2356 #left_col,.postid-14436 #left_col{
	background-color:rgba(255,255,255,0.9);
	padding:20px;
}

.postid-2356 #left_col #article .post_content p{
		font-size:22px!important;
	line-height:2.5rem;
	color:rgb(0,0,0);
	width:95%;
	margin:0 auto 30px auto;
}


.postid-2356 .h2tit {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fef78c;
}

.postid-2356 .h2tit:before,
.postid-2356 .h2tit:after {
  position: absolute;
  content: '';
}

.postid-2356 .h2tit:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fef78c;
}

.postid-2356 .h2tit:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fef78c;
}

.postid-2356 .h2tit i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.postid-2356 .h2tit span {
  position: relative;
  z-index: 1;
}



/*保護者向け記事*/
.postid-2534 {
	background-color:#ededed;
}

.postid-2534 #left_col,.postid-14430 #left_col{
	background-color:rgb(255,255,255);
	padding:20px;
}

.postid-2534 .h2,.postid-14727 .h2 {
  position: relative;
  padding: 0 0 0 120px!important;
	line-height:50px!important;
	border-left:none;
	height:50px;
}

.postid-2534 h2 span,.postid-14727 h2 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #fff;
  background: #0075a9;
}

.postid-2534 h2 span:after ,.postid-14727 h2 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #0075a9;
}

.postid-2534 #left_col #article .post_content p{
	width:80%;
	margin:0 auto 30px auto;
}


/*zoomの使い方*/
.postid-2366 .h2 {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
	border-left:none;
}

/*トラブルシューティング*/
.postid-14485,.postid-14727 {
	background-color:#f8fdff;
}

.postid-14485 .h2,.postid-14423 .h2 {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 80px!important;
  border: 3px solid #5989cf;
  border-radius: 100vh;
}

.postid-14485 .h2 span,.postid-14423 .h2 span {
  font-size: 30px;
  font-size: 3rem;
  line-height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  background: #5989cf;
}

.postid-14485 .h2 span i,.postid-14423 .h2 span i{
	font-size:32px;
	margin:0 0 12px 12px;
}

.postid-14485 #left_col #article .post_content p ,.postid-14436 #left_col #article .post_content p{
	font-size:20px!important;
	line-height:2.5rem;
	color:rgb(0,0,0);
	width:95%;
	margin:0 auto 30px auto;
}


/*Excel関数*/
.postid-2368 {
	background-color:#f4fff4;
}

.postid-2368 .h2 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #094;
	border-left:none;
	background-color:#fff;
}

.postid-2368 .h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}



/*メール設定使いこなし*/
.postid-14430 {
	background-color:#e6f2f8;
}



/*オンライン授業*/
.postid-14530 .h2 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #73beff;
	border-left:none;
	background-color:#fff;
}

.postid-14530 .h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #2c5d9b;
}



.postid-14530 {
	background-color:#f4f0e1;
	background-image:url(https://jemtc-study.net/wp-content/uploads/2021/09/256.png);
}

.postid-14530 #left_col,.postid-14832 #left_col{
	background-color:rgba(255,255,255,0.9);
	padding:20px;
}


/*検索のコツ*/
.postid-14741,.postid-15083{
	background-color:#fcf6e9;
}

.postid-2356 #left_col,.postid-14436 #left_col,.postid-14741 #left_col,.postid-15083 #left_col{
	background-color:rgba(255,255,255,0.9);
	padding:20px;
}

.postid-14741 #left_col #article .post_content p{
		font-size:18px!important;
	line-height:2.5rem;
	color:rgb(0,0,0);
	width:95%;
	margin:0 auto 30px auto;
}


.postid-14741 .h2tit {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #e6f2f8;
	margin-top:130px;
}

.postid-14741 .h2tit:before,
.postid-14741 .h2tit:after {
  position: absolute;
  content: '';
}

.postid-14741 .h2tit:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #e6f2f8;
}

.postid-14741 .h2tit:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6f2f8;
}

.postid-14741 .h2tit i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.postid-14741 .h2tit span {
  position: relative;
  z-index: 1;
}

/*word文字組*/
.postid-14767 #left_col #article .post_content p{
		font-size:18px!important;
	line-height:2.5rem;
	color:rgb(0,0,0);
	width:90%;
	margin:0 auto 30px auto;
}


.postid-14767 .h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #d5effc;
	border-left:none!important;
}

.postid-14767 .h2:before{
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}


/*資格*/
.postid-14804 .h2 {
  padding: 1rem 2rem;
  color: #fff;
  background: #058da5;
  -webkit-box-shadow: 5px 5px 0 #005b6b;
  box-shadow: 5px 5px 0 #005b6b;
	border-left:none;
}

.postid-14804 h3 {
	border-bottom:solid 3px #058da5;
}

/*プリンタ*/
.postid-14832 {
	background-color:#eceadc;
}

.postid-14832 #left_col #article .post_content p{
	font-size:18px!important;
	line-height:2.5rem;
	color:rgb(0,0,0);
	width:90%;
	margin:0 auto 30px auto;
}


.postid-14832 .vk_heading_title-style-default {
	padding: 1rem 2rem!important;
  position: relative!important;
  color: #fff!important;
  background:#83b9e5;
  background-size: 20px 20px!important;
}

/*Windows10動作が重い*/
.postid-14925 .h2 {
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

/*youtube*/
.postid-14940,.postid-14956 {
	background-color:rgb(250,250,250);
}

.postid-14940 .h2,.postid-14956 .h2 {
  padding: 1rem 2rem;
  border-left: 10px solid #cc0000;
  background: #fff;
	color:black;
}


.postid-14940 .h3,.postid-14956 .h3 {
	border-bottom: 2px solid #cc0000;
  background: #fff;
	color:black;
}


/*プログラミング*/
.postid-14984 #left_col #article .post_content p,postid-14986 #left_col #article .post_content p{
		font-size:18px!important;
	line-height:2.5rem;
	color:rgb(0,0,0);
	width:95%;
	margin:0 auto 30px auto;
}

.postid-14984 .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title,.postid-14986 .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
	font-size:20px;
}

/*フリー素材*/
.postid-15083 h2 {
	border-left:solid 6px #ffa536;
	background-color:rgb(250,250,250);
}

.postid-15083 h3 {
	border-bottom:solid 3px #ffa536;
}
