/*
Theme astra-child
Version: 1.0
Template: astra
*/






/*--　トップ看板　フォント
------------------------------------*/
.fuchi {
  text-shadow:1px 1px 3px #FFF, -1px -1px 3px #FFF,
              -1px 1px 3px #FFF, 1px -1px 3px #FFF,
              0px 1px 3px #FFF,  0-1px 3px #FFF,
              -1px 0 3px #FFF, 1px 0 3px #FFF;
}


/*-- フォントカラー設定
------------------------------------*/
.red {
	color: #FF0000;
}

.reds {
	color: #FF0000;
	font-size: 0.8em;
}

.f7 {
	font-size: 0.7em;
}

/*-- ヘッダお申込みアイコン
------------------------------------*/
.ori a.ha-creative-btn {
	border: #FFFFFF !important;
}


/*--　Hタグデザイン
------------------------------------*/
.h1-line {
  font-weight: bold;
  border-top: 2px solid #66B457;
  border-bottom: 2px solid #66B457;
  padding: 0.3em;
  padding-bottom: 0.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}



.h2-line {
  font-weight: bold;
  border: 3px solid #99cc00;
  padding: 0.5em 1em;
  position: relative;
  background-color: #FFFFFF !important;
}
.h2-line::after {
  content: '';
  background-color: #f0f6da;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  top: -7px;
  left: 4px;
  z-index: -1;
}



.h2-line-gre {
  font-weight: bold;
  border: 3px solid #629B0C;
  padding: 0.5em 1em;
  position: relative;
  background-color: #629B0C !important;
  color: #FFFFFF !important;
}
.h2-line-gre::after {
  content: '';
  background-color: #D5E97B;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  top: -7px;
  left: 4px;
  z-index: -1;
}





.h3-line {
  font-weight: bold;
  border-bottom: 3px solid #eaeea2;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
  margin-left:10px;

}
.h3-line::after {
  content: '';
  background-color: #99cc00;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}



.h4-line {
  font-weight: bold;
  padding: 0.1em 0.5em 0.3em 0.5em;
  border-left: 8px double #eaeea2;
  margin-left: 1.5em;
}





/*--　トップ　お知らせ　レイアウト
------------------------------------*/


ul.lcp_catlist li {
	list-style: none;
	border-bottom: 1px dashed #C0C0C0;
	padding: 16px;
	display: block;
	font-size: 0.8em;
  line-height: 1.5 !important;
}

ul.lcp_catlist li:before {
	content:'▶';
	font-size: 0.8em;
	margin-right: 3px;
}


ul.lcp_catlist li:hover {
	background: #b8d200;
	color: #FFFFFF;
}


ul.lcp_catlist li a:hover {
	color: #f39800;
    text-decoration: underline;
	font-weight: bold;
}


@media screen and (max-width: 768px){
ul.lcp_catlist li{
   margin-left: -50px !important;
}
}



/*--　会社概要　テーブル
------------------------------------*/

.design1 {
  border-collapse: collapse;
  width: 100%;

}
.design1 th, .design1 td {
  border-bottom: 2px solid #8EC31F !important;	
  padding: 1em;
}
.design1 th {
  border-bottom: 2px solid #d8e698 !important;	
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
}

.design1 {
  border: none !important;	
}
.design1 td {
  border-right: none !important;	
}          
.design1 th {
  border-right: none !important;	
}


/*--　カリキュラム
------------------------------------*/

.about {
  border-collapse: collapse;
  width: 100%;

}
.about th, .about td {
  border: 1px solid #C0C0C0 !important;	
  padding: 1em;
}

.about th {
  background-color: #f0f6da;
}


/* カート内デザイン
------------------------------------*/
ul.variable-items-wrapper li span {
  display:flex !important;
  flex-flow: column !important;
	display: block !important;
}




/* CF7チェックボックスとラジオボタンを縦並びに
------------------------------------*/

span.wpcf7-list-item {
margin-top:5px;
display: block;
}

input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 150px !important;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 150px !important;
}


/*--　プライバシーポリシー
------------------------------------*/
.pri2 {
  font-weight: bold;
  padding: 0.5em 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}
.pri2::before {
  content: '';
  background-color: #d8e698;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
    
ol.number li {
	color: #727171;
	font-weight: nomal;
}




/*--　reCaptcha 非表示 設定
------------------------------------*/
.grecaptcha-badge { visibility: hidden; }




/*--　フッターコンテンツ調整
------------------------------------*/

ul.hfe-nav-menu li#menu-item-1406 {
	margin-top: 20px !important;
	margin-left: 10px;
	margin-bottom: 40px;
}

ul.hfe-nav-menu li#menu-item-84 {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 40px;
}


ul.hfe-nav-menu li#menu-item-87 {
	margin-top: 20px !important;
	margin-left: 10px;
	margin-bottom: 40px;
}



/*--　お申し込みページ　カート内　送信後表記テーブル
------------------------------------*/
.checkout-confirm-wrap table td {
	width: 50% !important;
}



/*--　受講者ページ
------------------------------------*/

#pwbox-2381 {
	width: 200px !important;
	margin: 40px;
}

#pwbox-2560 {
	width: 200px !important;
	margin: 40px;
}
		
#pwbox-2886 {
	width: 200px !important;
	margin: 40px;
}
		
#pwbox-2965 {
	width: 200px !important;
	margin: 40px;
}


.post-password-form {
	margin: 40px;	
}

.elementor-element-5f61cb2 ul li {
	padding: 8px !important;
}

.elementor-element-5f61cb2 a {
    text-decoration: none !important;
    padding-bottom: 3px;
}


.elementor-element-5f61cb2 ul li:hover {
	background: #b8d200;
}

.elementor-element-5f61cb2 ul li a:hover span {
	font-weight: bold;
	color: #FFFFFF !important;
}




.elementor-element-38ff51b ul li {
	padding: 8px !important;
}

.elementor-element-38ff51b a {
    text-decoration: none !important;
    padding-bottom: 3px;
}

.elementor-element-38ff51b  ul li:hover {
	background: #b8d200;
}

.elementor-element-38ff51b ul li a:hover span {
	font-weight: bold;
	color: #FFFFFF !important;
}

.elementor-element-6806a31 a {
    text-decoration: none !important;
}


.elementor-element-b237c06 .ha-creative-btn-wrap a {
	    text-decoration: none !important;
}

.elementor-element-e4a24bb .ha-creative-btn-wrap a {
	    text-decoration: none !important;
}

.elementor-element-8e3c301 a {
    text-decoration: none !important;
}

.elementor-element-b265903 a {
    text-decoration: none !important;
}



/*--　表示・非表示 設定
------------------------------------*/
.sm { display: none; !important}
.tb { display: none; !important}
.pc { display: block; !important}

@media screen and (max-width: 1024px){
.sm { display: none; !important}
.tb { display: block; !important}
.pc { display: none; !important}
}

@media screen and (max-width: 768px){
.sm { display: block; !important}
.tb { display: none; !important}
.pc { display: none; !important}
}



.noo { display: none; !important}
}

.clear {
	clear: both;
}


/*--　カリキュラム　コース非表示
--*/ 


#CURRIDAY { display: none; !important}
#COMENU { display: none; !important}
#DAYLOGIN { display: none; !important}
#DAYENTRY { display: none; !important}
#PAYANNAI { display: none; !important}

/*--　受講料ページ　非表示
--*/ 

#HOUZIN { display: none; !important}


/*--　会社概要　非表示
--*/ 

#HONKOU { display: none; !important}
#YURAI { display: none; !important}

/*--　トップページ　コース非表示
--*/ 
#TOP { display: none; !important}

/*-- お申し込み　カート表示内容　非表示
--*/ 
#CART { display: none; !important}

/*-- 基礎研修　非表示
--*/ 
.kiso2 { display: none; !important}


/*-- コース申込ページ　説明・追加情報タブ　非表示
--*/ 
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: none;
}

/*-- ブログ記事　タイトル --*/ 
H1.entry-title {
    display: block; !important;
	visibility: visible !important;
    font-size: 1.6em !important;
}

