@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.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*投稿・独自スタイル*/
.text_orange {
	color: #FFA500;
}

.text_gold {
	color: #664E01;
}

.text_white {
	color: #FFFFFF;
}

.text_red {
	color: #ba0606;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.spece_15 {
	margin-bottom: 15px;
}

.spece_30 {
	margin-bottom: 30px;
}

.spece_50 {
	margin-bottom: 50px;
}

.spece_80 {
	margin-bottom: 80px;
}

.spece_100 {
	margin-bottom: 100px;
}

.dott_before::before {
	content: "・"; color: #555;
}

.maru_before::before {
	content: "○"; color: #555;
}

.line_s {
	border-bottom: 1px solid #eaeaea;
}

.line_d {
	border-bottom: 1px dotted #eaeaea;
}

.permeation_white {
	background: rgba(255,255,252,0.8);
	padding: 10px;
}

.permeation_black {
	background: rgba(38,38,38,0.6);
	padding: 10px;
}

.article h2 {
	margin-top: 1.62em;
}

/**/
.article .toc { 
	margin: 45px auto 60px auto;
}

/*ショートコード テンプレート専用*/
.linkbox_input {
	padding: 1.5em 1.5em 2em 1.5em;
	margin-bottom: 2.5em;
}

.linkbox_seminar {
	background: url(/wpst/wp-content/uploads/2021/05/linkbox_seminar.png);
	padding: 1.5em;
	margin-bottom: 2.5em;
}

.linkbox_bukken {
	background: url(/wpst/wp-content/uploads/2021/05/linkbox_bukken.png);
	padding: 1.5em;
	margin-bottom: 2.5em;
}

.linkbox_regist {
	background: url(/wpst/wp-content/uploads/2021/05/linkbox_regist.png);
	padding: 1.5em;
	margin-bottom: 2.5em;
}

.linkbox_demo {
	background: url(/wpst/wp-content/uploads/2021/05/linkbox_demo.png);
	padding: 1.5em;
	margin-bottom: 2.5em;
}

.linkbox_nairankai {
	background: url(/wpst/wp-content/uploads/2021/06/linkbox_nairankai.png);
	padding: 1.5em;
	margin-bottom: 2.5em;
}

.linkbox_ondemand {
	background: url(/wpst/wp-content/uploads/2025/01/linkbox_ondemand.png);
	padding: 1.5em;
	margin-bottom: 2.5em;
}

.linkbox_consulting {
	padding: 1.5em;
	margin: 0em 0em 2.5em 0em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
}

.consul_link_li {
	list-style: none;
	display: inline-block;
	margin: 0em;
}

.linkbox_blogcard {
	display: block;
	background-color: #f8fbff;
	border: 1px solid #d0d0c7;
	margin-bottom: 2.5em;
	padding: 10px;
}

.linkbox_blogcard p {
	margin-bottom: 0em;
}

.linkbox_blogcard .btn-l {
	padding: 6px 20px;
}

.linkbox_bc_img {
	display: inline-block;
	width: 30%;
	height: auto
}

.linkbox_bc_img img {
	width: 100%;
	height: auto
}

.linkbox_bc_txtblock {
	display: inline-block;
	width: 65%;
	height: auto;
	margin-left: 15px;
	vertical-align: top;
}

.guide_regist {
	background-color: #f5f5f5;
	padding: 1.3em 1.3em 2em 1.3em;
}

.guide_regist p {
	margin-bottom: 1.2em;
}

.guide_regist_txt {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	padding: 1.3em;
}

.guide_regist_button {
	margin: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap : wrap;
}

.guide_regist_button_left,
.guide_regist_button_right {
	display: inline-block;
	width: 40%;
	height: auto;
	margin: 0em 1em;
}

.pr_box {
	color: #757575;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 50px 0px 30px 0px;
}

.pr_box .blank-box {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

.pr_box .bb-label {
	margin-left: 3px;
}

.pr_box .has-green-border-color {
	border-color: #ebf8f4!important;
}

.pr_box p.bottom08 {
	margin-bottom: 0.8em;
}

.pr_index {
	font-weight: bold;
	font-size: 1.1em;
}

.pr_index_green {
	font-weight: bold;
	font-size: 1.1em;
	color: #3eb370;
}

.pr_box a.be_arrow::before {
  content: "▶ ";
}


/*テーマ全体*/
.side_infobtn {
	display: block;
	margin: 1.3em 0em;
}

.blank-box, .is-style-blank-box-red, .is-style-blank-box-navy, .is-style-blank-box-blue, .is-style-blank-box-yellow, .is-style-blank-box-green, .is-style-blank-box-pink, .is-style-blank-box-orange, .is-style-sticky-gray, .is-style-sticky-yellow, .is-style-sticky-red, .is-style-sticky-blue, .is-style-sticky-green {
	border: 1px solid;
}

a img:hover {
	opacity: 0.8;
	transition: 0.8s;
}

blockquote cite {
	display: block;
	text-align: right;
}

.scrollable-table th, .scrollable-table td {
	padding: 5px 15px;
}

table th, .scrollable-table th {
    background-color: #9fc3fd;
    color: #333333;
}

.scrollable-table.stfc-sticky tr > th:first-child {
    background-color: #9fc3fd;
}

.scrollable-table.stfc-sticky tr > td:first-child {
    background-color: #dfe6f2;
	border: 1px solid #ffffff;
}

.header-container-in.hlt-top-menu .logo-text {
	margin: auto 15px;
}

.header-container-in.hlt-top-menu .site-name-text {
	font-size: 18px;
}

.footer-bottom {
	padding-bottom: 65px;
}

#footer_fix a.seminar-fix {
	display: block;
	background-color: #d3e2ff;
	border-top: 1px solid #447FC1;
	color: #6495ED;
	font-size: 28px;
	position: fixed !important;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height:60px;
	text-align: center;
}

#admin-panel {
	margin-bottom: 60px;
}

.fixed-header .site-name-text {
	color: #ffffff;
	font-size: 16px;
}

.mobile-menu-buttons {
	background-color: #e8f2ff;
}

.mobile-menu-buttons .fa-star {
	color:#e54747;
}

/*お気に入りボタン*/
.bookmark_btn {
	display: block;
	margin: 10px 5px;
	padding: 5px;
	color: #515151;
	border-radius: 30px;
	-webkit-appearance: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-align: center;
}

.bookmark_btn:hover {
	cursor: pointer;
}

.bookmark_btn::before {
	content: url("/wpst/wp-content/uploads/2021/07/bookmark.png");
	margin-right: 5px;
	vertical-align: -2px;
}

.fav_no_login,
.fav_add {
	background-color: #f6b9b9;
}

.fav_no_login:hover,
.fav_add:hover {
	color: #777777;
	background-color: #ffd9d9;
}

.fav_del {
	color: #a0a0a0;
	background-color: #f8fbff;
	border: 1px solid #85aff3;
}

.fav_del:hover {
	background-color: #ffffff;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*テーマ全体*/
	#navi {
		display: none;
	}
	
	#footer_fix {
		display: none;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*テーマ全体*/
	#footer_fix {
		display: none;
	}	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*ショートコード テンプレート専用*/
	.linkbox_blogcard {
		margin: 30px 0em;
	}
	
	.linkbox_blogcard .fz-22px {
		color: #5a5129;
		font-size: 18px;
		text-align: center;
	}
	
	.linkbox_bc_img {
		display: none;
	}

	.linkbox_bc_txtblock {
		display: block;
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	.guide_regist_button_left,
	.guide_regist_button_right {
		display: block;
		width: 100%;
		height: auto;
		margin: 1em;
	}
	
	/*テーマ全体*/
	.tagline {
		margin: 1em;
	}
	
	#footer_fix {
		display: none;
	}
}

/************************************
** 一時利用css
************************************/

.linkbox_medicalcorporation {
	background: url(/wpst/wp-content/uploads/2023/02/linkbox_medicalcorporation.png);
	padding: 1.5em;
	margin-bottom: 2.5em;
}