@charset "utf-8";
/*
Theme Name: lightning-child
Theme URI: 
Template: lightning
Description: 
Author: silbet with MarkleDesign
Tags: 
Version: 0.1.2
*/

/*パスワード入力画面*/
.password-protected-text-above{
	font-size:20px !important;
	color:#ff63ac;
}
#password-protected-logo{
	display:none !important;
}
/*
#password-protected-logo{
	background: url(https://members.hogo-labo.com/wp-content/uploads/2023/12/cropped-favi.png) !important;
}*/
/**************************************
  　　　　　　　　　　　　　　　　　WEBフォント指定
*************************************/

/* 　ウェブフォントの読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap'); 
*{ 
	font-family: 'Noto Sans JP', sans-serif; 
}
p{
	text-align: justify;
}
.postList_terms .postList_meta_items {
	color:black!important;
}

/**********************************************************
   グローバルメニュー　　CSS
***********************************************************/
@media (min-width: 767px) {.global-nav-name{
	/*color:#696969 !important;*/
	color:black;
	font-weight:normal;
	}}

@media (min-width: 767px) {.sub-menu {
	/*background-color:#f2f2f2 !important;*/
	background-color:#c0c0c0 !important;
	}}*
@media (min-width: 767px) {.global-nav-list li a{
	color:#696969 !important;
	}}

.global-nav-name{
	letter-spacing:0.1em;
}

/*****グローバルメニューのホバー時の色を変更******/
.sub-menu :hover{
	background-color:#a9a9a9 !important;
	color:black !important;
}
.global-nav-list li a:hover {
/*	color:#00a33b !important;*/
	color:white !important;
}

/**************************************
  　　　　　　コピーライト非表示、明朝指定、フロート
***************************************
/*コピーライト 非表示 */
.site-footer-copyright p:nth-child(2) {
    display: none;
}
/*明朝体*/
.mincho {font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;}

/*フロートライト*/
.float-r{
	float: right;
}
/*フロートレフト*/
.float-l{
	float: left;
}
/*フロート クリア*/
.cb{
	clear:both;
}

/**************************************
  　　　　　　　　　　　　　　　Hタグの装飾を変更
**************************************/
/*.entry-title--post-type--page, h2 {*/
h2 {
    padding: 0.5em 0;
/*    border-top: 2px solid var(--vk-color-primary);*/
	 border-top: none;
    border-bottom: none;
	margin-bottom: 1em !important;
	font-weight:normal !important;
}
@media (max-width: 767px) {h2 {
	font-size:22px;
	}}

h3 {
	font-size:20px;
	font-weight:normal;
	padding: 0.2em 0 !important;
	margin-bottom:0 !important;
}
.site-footer-title, h3 {
     position: static;
     border-bottom:none;
    background: 0 0;
    padding: 0 0 0.5em;
}
.title_font{
	font-weight:200 !important;
	font-size:1.3em;
}

/************************************************************
　　　画面幅、　コンテンツ幅、背景色
**********************************************************/
/*画面横幅いっぱい　*/
.full-width {
	margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
}
/*コンテンツ行の幅　デフォルト幅*/
.default-width{
	margin-left:15%;
	margin-right:15%;
	}

/*コンテンツ行の幅　大*/
.content-width{
	margin-left:20%;
	margin-right:20%;
	}
/*コンテンツ行の幅　中*
.content-width-m{
	margin-left:20%;
	margin-right:20%;
	}*/
/*スマホ・タブレットで表示する際の列幅*
@media (max-width: 767px) {.content-width-mb{*/
@media (max-width: 767px) {.mb-width{
	margin-left:5%;
	margin-right:5%;
	}}
/*コンテンツ行の幅　狭い  スマホ（マージン中）*/
@media (max-width: 767px) {.mb-width-m{
	margin-left:25%!important;
	margin-right:25%!important;
}}
/*コンテンツ行の幅　中  スマホ 「マージン小）*/
@media (max-width: 767px) {.mb-width-s{
	margin-left:10%!important;
	margin-right:10%!important;
}}
/*背景色*/
.bg-pink{
	background-color:#fdf7f9;
}
.bg-white{
	background-color:#ffffff;
}
/*ログイン後（会員ページ）のフッター色*/
.bg-gray{
	background-color:#f5f5f5;
}
/*リンク色*/
a:link {
 color: #000;
 text-decoration: none;
	font-weight:normal;
}
a:hover{
	color:#edc7d9 !important;
	font-weight:bold;
}
a:visited {
 color: inherit;
 text-decoration: none;
}

/***********************************************************************************
下層ページ（固定ページ　）　共通　CSS　・タイトル非表示、サブタイトル等
*********************************************************************************/
.page-header{
	display:none;
}

/***********************************************************************************
　　　各ページで利用するクラス　　スマホ／PC　、　センタリング・右寄せ・左寄せ　、文字サイズ、　文字色
*********************************************************************************/

/*スマホ・タブレットで表示する*/
@media (max-width: 767px) {.only_pc {display:none}} /*スマホでのみ表示する　 （only_pc クラスを非表示）*/
/*PCで表示する*/
@media (min-width: 768px) {.only_mb {display:none}} /*PCでのみ表示する　（only_mb クラスを非表示）*/

/*画像オンマウスで半透明化*/
.gazou:hover {
opacity: 0.5;
}

/*左寄せ*/
.left{
	text-align:left;
} 
/*右寄せ*/
.right {
	text-align:right;
}
/*センタリング*/
.center{
	text-align:center;
}
/* 文字色 */
.black{
	color:black;
}
.red{
	color:#c30d23; 
}
.blue{
	color:#009fe8;
}
.deep-gray{
	color:gray;
}
.gray{
	color:#808080;
}
.pink{
	color:#ff63ac !important; 
}
.violet{
	color:#8377b4; !important;
}
/* 文字サイズ */
.xl{
	font-size:50px;
}
.ll{
	font-size:40px;
}
.l{
	font-size:30px;
}
.m{
	font-size:22px;
}
.n{
	font-size:18px;
}
.s{
	font-size:15px;
}
.caution{
	font-size:13px !important;
}
 /*太字*/
.bold{
	font-weight:bold;
}
/****************************************************************************
 　各ページ 共通の　紫色の リンクボタン
***************************************************************************/
/* 各ページ 共通の　紫色のボタン　*/
a.header-banner, .header-banner{
  justify-content: center;
  align-items: center;
  width: 100%;
	display:inline-block;
  position: relative;
 /* background: #fff;*/
  border-radius: 30px;
  box-sizing: border-box;
  padding:  10px 45px 10px 45px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-decoration: none;
/*  transition-duration: 0.3s;
	font-weight:bold;*/
/*	margin-bottom:2.5em;*/
	opacity:1!important;
}
.header-banner{
	font-size:18px;
}

a.violet-b ,.violet-b{
	border: 1px solid #8377b4;
	background:#8377b4;
	color:#fff !important;
	opacity:1!important;
}
a.violet-b:hover {
	background: #fff ;
	color:#8377b4 !important;
}

/*各カテゴリーページ（category/news  category/schedule など）　続きを読むボタンの色*/
.btn-primary {
	background: #8377b4;
	border:solid 1px #8377b4;
}
.btn-primary:hover{
	background: #edc7d9;
	border:solid 1px #edc7d9;
}
a.btn-primary{
	color: #fff;
}
a.btn-primary:hover{
	color:#8377b4 !important;
}
/******************************************************************************************************************
  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　会員用　　　　　トップページ　
******************************************************************************************************************/
/*オンライン講座（無料）　　ピンクのボックス枠*/
.pink-box {
	margin: 1.5em;
	padding:0 0 2em;
	background: #fff;
	border: solid 3px #edc7d9;
	border-radius: 25px ;
}
.pink-box .box-title {
	font-size: 25px;
	background: #edc7d9;
	padding:0.5em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
}
.pink-box p {
	text-align:center;
	padding: 0.5em;
}

/*youtube フロート*/
.yt-width{
	margin-left:10%;
	margin-right:10%;
	}
.yt-float{
	width:29%;
	margin:0 1em;
	float: left;
}
@media (max-width: 599px) {.yt-float{
	width:40%;
	margin:0 1em;
	float: left;
}
}
@media (max-width: 599px) {.ytp-large-play-button {
	height:0 !important;
	width:0 !important;
	}}
@media (max-width: 599px) {.ytp-large-play-button .ytp-button .ytp-large-play-button-red-bg{
	height:0 !important;
	width:0 !important;
	display:none !important;
	}}

.ytp-cued-thumbnail-overlay{
	margin-bottom:0.3em;
}
.cap{
	margin-top:-1em;
	padding-top:-1em;
	font-size:15px;
}
/*ニュース部分　　ブロック間の調整*/
.news-block{
	padding: 0 0.5em;
}
/*ニュース タイトル色とサイズ*/
.pt-cv-title a{
	color:#ff63ac !important;
	font-size:15px;
	font-weight:normal !important;
}
.pt-cv-taxoterm{
	font-size:15px;
}
/*.pt-cv-title a:hover{
	color:#8377b4;
}*/
/*******************************************************************************************
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　会員用　　　　　　　　初めての方へ
********************************************************************************************/
/*他ページ共通　ヘッダーのピンク帯*/
.headeer-belt{
	margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
	height:4em;
	background-color:#edc7d9;
}
/*運営者紹介*/
.photo-1{
	width:28%;
	float: left;
}
.photo-2{
	width:60%;
	margin:0 1em;
	float: left;
}

/*youtube 幅　　小
.yt-float-2{
	width:30%;
	margin:0 1em;
	float: left;
}*/

@media (max-width: 599px) { .photo{
	text-align:cennter;
	width:30%;
	}
}
/*******************************************************************************************
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　会員用　　　　オンライン勉強会（無料）
********************************************************************************************/
/*丸*/
.circle {
	display: inline-block;
	width: 2.7em;
	height: 2.7em;
	font-size:25px;
	font-weight:bold;
	color: #fff;
	background-color:#edc7d9;
/*    line-height: 100px;*/
	text-align: center;
	border-radius: 50%;
	padding-top:0.6em;
	padding-left:0.1em;
}
.circle-txt{
	font-size:22px;
	margin-bottom:0.6em;
}
/*オプチャ画像　スマホサイズ*/
@media (max-width: 767px) {.op-img{
	width:40%;
	text-align:center;
	}
}
/*オープンチャット　緑のボタン*/
a.green-b ,.green-b{
	border: 1px solid #06c755;
	background:#06c755;
	font-size:13px;
	padding:  5px 15px;
	color:#fff !important;
	opacity:1!important;
}
a.green-b:hover {
	background: #fff ;
	color:#06c755 !important;
}

/*続きを読む    初めての方へ　共通*/
cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	margin-top:-0.2em;
	padding-top:-0.2em;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 80px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 12rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ff63ac;
	border-radius: 20px;
/*	border:2px solid #ff63ac;*/
	background-color: rgba(253,247,249,1);
	/*background-color: rgba(27, 37, 56, 1);*/
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 100px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
	margin-bottom:60px;/* 開く前の、下余白（次の文章ブロックとの間） */
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 40px; /* 閉じるボタンのbottomからの位置 */
	margin-bottom:-20px;/* 開いてい時の、下余白（次の文章ブロックとの間） */
	transition: all 0.5s;
}

/*******************************************************************************************
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　ノウハウ図書館　各ページ
********************************************************************************************/
/*pc用　カテゴリメニュー*/
.lib-menu{
	margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
	text-align:center;
	font-size:13px;
}
.lib-menu a{
	color:#696969;
	font-weight:bold;
}
/*モバイル用　カテゴリメニュー*/
.mb-menu-wrap{
	width:100%;
}
.mb-menu{
	display:inline-block;
	width:48%;
	line-height:1.2em;
}

/*******************************************************************************************
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　  交流掲示板　ページ
********************************************************************************************/
.mr-2{
	margin-right:2em;
}

/******************************************************************************************************************
  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　プライバシーポリシー　　ページ
******************************************************************************************************************/

.page-id-3 h2{
	margin-top:1em !important;
	margin-bottom:0 !important;
	padding-bottom:0 !!important;
}
.page-id-3 p{
	margin-bottom:0.5em !important;
	padding-bottom:0 !!important;
}
.page-id-3 ul{
	margin-top:-0.1em !important;
	margin-bottom:0.3em !important;
	padding-bottom:0 !!important;
}


.pt-cv-readmore.btn {
	background : #8377b4 !important;
}
/************************************************************
　投稿文書
**********************************************************/
/*投稿文書のメタアイテムの非表示設定*/
.breadcrumb .fa-home,/*パンくずリストのアイコン*/
.entry-meta .fa-calendar-alt, /*作成日のカレンダーアイコン*/
.entry-meta .entry-meta-item-updated, /*更新日*/
.entry-meta .entry-meta-item-updated, /*作成日*/
.entry-meta .published, /*作成者*/
.entry-meta .entry-meta-item-author-image, /*作成者アイコン*/
.next-prev,/*前後の記事へのリンク*/
.comments-area,/*コメントエリア*/
.vk_post_title_new/*新着！！*/
{
	display:none;
}

/*　　上部余白をあける　　*/
#breadcrumb{
	margin-top:1.3em;
}
header.entry-header{
	margin-top:1.3em;
}

/*投稿分署　固定ページ　のタイトル文字サイズを変更*/
@media (min-width: 751px){
	h1.entry-title {
	font-size:1.7em;
	font-weight:400;
	}}
@media (max-width: 750px){
	h1.entry-title {
	font-size:1.5em;
	font-weight:400;
	}}

/*リストフィールドのタイトル*/
.list-head{
	font-size:20px;
	margin:0.4em  0 0;
}


/******************************************************************************************************************
  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　  　　　　　 　　　　フッター
******************************************************************************************************************/

/*フッター　社名・住所　文字サイズ*/
@media (max-width: 767px) {.footer-menu{
	margin-left:0.3em;
	font-size:17px;
	color:black;
	}}
@media (min-width: 768px) {.footer-menu{
	margin-left:0.3em;
	font-size:19px;
	color:black;
	}}

.footer-menu, a.footer-menu{ 
	font-size:15px !important;
	color:black !important;
}
.site-footer {
    background-color: #f5f5f5;
}

