@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
	/*アカデミー用css*/
	/*メニュー項目カラム間の距離を広げる*/
	.limodataMargin {
		margin-bottom: 40px !important;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*ここからアカデミー用オリジナルCSS*/

h1 {
	display: none;
}
/*スキンカラー変更*/
:root {
	--primary-color: 149, 224, 97;
	--secondary-color: 93, 221, 2;
}

/*wordpressボタンの影を緑に*/
.wp-block-button {
	box-shadow: 0 7px 0px #076b39;
	border-radius:10px;
}
/*マウスホバーで押している風に*/
.wp-block-button :hover {
	box-shadow: 0 1px 0 #076b39;
	transform: translateY(6px);
	-webkit-transform: translateY(6px);
}

/*画像等の下注釈文字をセンターに*/
figcaption {
	text-align: center;
}

/*リモナイトデータページの画像下のメニュータイトルデザイン*/
.lsMenuTitle {
	border-left:solid 30px #ffecf9;
	margin-top: 1px !important;
    margin-left: 15px;
    padding-left: 5px;
}
.desulfurizationMenuTitle {
	border-left:solid 30px #969696;
	margin-top: 1px !important;
    margin-left: 15px;
    padding-left: 5px;
}
.gasMenuTitle {
	border-left:solid 30px #fffd85;
	margin-top: 1px !important;
    margin-left: 15px;
    padding-left: 5px;
}
.waterMenuTitle {
	border-left:solid 30px #c2e5ff;
	margin-top: 1px !important;
    margin-left: 15px;
    padding-left: 5px;
}
.soilMenuTitle {
	border-left:solid 30px #B97E54;
	margin-top: 1px !important;
    margin-left: 15px;
    padding-left: 5px;
}
.otherMenuTitle {
	border-left:solid 30px #08924e;
	margin-top: 1px !important;
    margin-left: 15px;
    padding-left: 5px;
}

/*リモナイトデータページのメニュータイトルを黒色に*/
.menudecoration a {
text-decoration: none;
color: black;
font-size: 14px;
}
.menudecoration a:hover {
text-decoration: underline;
}

/*サイドバーメニュー3階層目の項目を細い丸に*/
.widget_nav_menu ul li ul .sideMenuCircle a:before {
	border: 1px solid rgba(var(--primary-color), 1);
}

/*フッターのサイズ変更と余白削除*/
.footer-widgets {
	height: 70px;
	margin: 0px;
}
.footer-bottom {
	margin-top: 0px;
    padding: 0px 0px 10px 0px;
}
/*フッター（モバイル版）のサイズ変更と余白削除、注釈のボーダーライン*/
.footer-mobile {
	padding: 0px;
	border: solid 1px black;
}
.footer-mobile aside {
	margin-bottom: 0px !important;
	padding: 3px;
}

/*reCaptchaロゴ表示削除*/
.grecaptcha-badge {
	visibility: hidden !important;
}

/*会員登録デザイン、マイページ*/
.wpmemwrap ul, .wpmemwrap ol {
  background: #f5f5f5;
  box-shadow: 0px 0px 0px 10px #f5f5f5;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}
.wpmemwrap ul li, .wpmemwrap ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
/*会員登録デザイン、新規登録とログイン*/
.wpmemformwrap {
  background: #f5f5f5;
  box-shadow: 0px 0px 0px 10px #f5f5f5;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}
/*会員登録デザイン、アカウントを削除*/
.deletememwrap ul, .deletememwrap ol {
  background: #f5f5f5;
  box-shadow: 0px 0px 0px 10px #f5f5f5;/*線の外側*/
  border: dashed 2px #ff7f50;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}
.deletememwrap ul li, .deletememwrap ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/*PDFデータプラグイン関係、PDF埋込非表示*/
.pdfjs-iframe {
	display: none;
}

/*参考文献の中の試験データリンクだけ上に位置調整*/
.label-box-content .pdfjs-fullscreen {
	position: relative;
	top: -28px;
}
/*オリジナルdiv、試験データではないpdfjsのテキスト右寄せ*/
.pdfjs-textright {
text-align: right;
}

/*print NG*/ 
@media print {
    body { display: none !important; }
}