/*
Theme Name: Child for Hueman.
Theme URI:  https://presscustomizr.com/hueman/
Description:  Child theme for Hueman theme.
Author:  maggothand
Textdomain:  
Author URI:  https://40s.me/
Template:  hueman
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

a {
  text-decoration: none !important;
}

/* タグクラウド ウィジェット */
.wp-block-tag-cloud a{
	word-break: keep-all !important;
	background:#fff;
	border:1px solid #464CE8;
	color:#464CE8;
	padding:6px;
	margin:3px;
	border-radius:1px;
	text-decoration:none;
	font-size:1em !important;
	line-height: 240%;	
}

.wp-block-tag-cloud a:hover{
 background:#464CE8; 
 color:#fff; 
 border:1px solid #bbb;
}
/* タグクラウド ウィジェット */

.entry-inner h2 {
	padding: 0.5rem 1rem;
	border-left: 6px double #fff;
	border-right: 6px double #fff;
	background: #464CE8;
	color:#fff;
	font-size:2rem;
}

.entry h2 {
	font-size:1.5rem;
	font-weight:bold;
}

.site-title {
	font-family: ta-candy, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.mw-text {
	width:100%;	
}

.mw-button {
	width:100%;	
}

.mw-textarea {
	width:100%;	
}

.mw-ess-text {
	color: #464CE8 !important;
}

.tb-exite, .tb-tired, .tb-smile, .tb-heart, .tb-sweat {
 	position: relative;
	display: inline-block;
 	margin-left: 120px;
	padding: 0.8em 0.8em;
	min-width: calc(100% - 160px);
 	max-width: 100%;
	min-height: 90px;
 	color: #000;
	font-size: 16px;
	background-color: #00ff00;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #e2c7f6;
}

.tb-exite:before, .tb-tired:before, .tb-smile:before, .tb-heart:before, .tb-sweat:before {
	content: "";
	position: absolute;
	background-repeat:no-repeat;
	height:120px;
	width:120px;
	top:0;
	left:-120px;
	border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}

.tb-exite:after, .tb-tired:after, .tb-smile:after, .tb-heart:after,.tb-sweat:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
 	margin-top: -16px;
	border: 16px solid transparent;
	border-right: 16px solid #e2c7f6;	
		
}

.tb-exite:before{
	background-image:url(/wp-content/uploads/2021/08/avator-exite-120.png);
}

.tb-tired:before{
	background-image:url(/wp-content/uploads/2021/08/avator-tired-120.png);
}

.tb-smile:before{
	background-image:url(/wp-content/uploads/2021/08/avator-smile-120.png);
}

.tb-heart:before{
	background-image:url(/wp-content/uploads/2021/08/avator-heart-120.png);
}

.tb-sweat:before{
	background-image:url(/wp-content/uploads/2021/08/avator-sweat-120.png);
}

/* 目次 */

#toc {
  margin-top: 20px;
  margin-bottom: 35px;
  border-radius: 0px;
  font-size: 1.0em;
  padding-right: 0.8em;
  padding-left: 0.8em;
  padding-top: 0.8em;
  background-color: #ffccff;/*目次の背景色*/
  border: 2px solid #464CE8;/*目次の枠線*/
}

#toc ._index {
  font-size:1.2em;
  color: #464CE8;/*「目次」の文字色*/
  text-align: center;
}

#toc ._index:before {
}

#toc ol {
  counter-reset: number;
  list-style: none;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 7px;
  padding-bottom: 10px;
  color:#464CE8;
}

#toc ol li {
  line-height: 2.5em;
	
}

/* 目次 */
