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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.basketball-box {
position: relative;
margin: 40px 35px 25px 35px;
padding: 20px 25px 20px 50px;
box-sizing: border-box;
color: #8b4513;
background: #f5f5f5;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
	
.basketball-box:before {
display: inline-block;
position: absolute;
top: -20px;
left: -15px;
width: 50px;
height: 50px;
text-align: center;
content: "\f434";
font-family: "Font Awesome 5 Free";
font-weight: bold;
color: #8b4513;
font-size: 30px;
line-height: 50px;
background: #f5f5f5;
border-radius: 50%;
box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.basketball-box p {
position: relative;
padding: 0;
margin: 10px 0;
line-height: 1.6;
}

/* ボックスのカスタマイズ */
.blank-box {
border: 1px solid #949495;
padding: 1.3em 1em;
margin: 1em 5%;
border-radius: 5px;
border-top-left-radius: 5px!important;
}

.blank-box.bb-tab .bb-label {
background-color: #949494;
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
font-size:14px;
top: -1.8em;
line-height: 1.8;
color: #fff;
left: 14px;
top: -15px;border: solid 2px #fff;
border-top-right-radius: 12px;
border-top-left-radius: 12px;
border-bottom-right-radius:12px;
border-bottom-left-radius: 12px;
padding: 0px 1em 0px .8em;
}
/****************
タブ見出しボックス
****************/
.tab-caption-box-label{ 
	line-height: ０; /*タブ設定をリセット*/
	padding: 0px 16px; /*タブ内側余白*/
	font-size: 16px; /*タイトル文字の大きさ*/
	font-weight: bold; /*タイトル文字の太さ*/
	border-radius: 4px 4px 0px 0px;  /*タブ角丸*/
}

.tab-caption-box-content {
	position: relative;  /*配置に関するもの（ここを基準に）*/
	top: 1px; /*上から(1px）移動*/
	border: 2px solid; /*ボックス線*/
	padding: 24px 24px; /*ボックス内側余白*/
	border-radius: 4px; /*ボックス角丸*/
	border-top-left-radius: 0px; /*ボックス左上角丸*/
}
/** サイドカテゴリ開始 **/
.widget_categories ul li a,
.widget_archive ul li a {
    display: block;
    font-size: 85%;
    margin: 0;
    position: relative;
    border-bottom: dotted 1px #CCC;
}
.widget_categories ul li a::after,
.widget_archive ul li a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f434';
    position: absolute;
    right: 0.2em;
    font-size: 1em;
    color: #1a1a1a;
	font-weight: bold;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover {
    background-color: #ffffcc!important;
}
.widget_archive ul li a .post-count,
.widget_categories ul li a .post-count {
    float: initial;
    display: initial;
}

.widget_archive ul li a .post-count::after, .widget_categories ul li a .post-count::after {
    content: ')';
}
.widget_archive ul li a .post-count::before, .widget_categories ul li a .post-count::before {
    content: '(';
}
/** サイドカテゴリ終了 **/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

/*834px以下*/
@media screen and (max-width: 834px){

}

/*480px以下*/
@media screen and (max-width: 480px){

}


/*=================================================================================
	カッテネ
=================================================================================*/
.kattene {
	border: none !important;
	border-radius: unset !important;
	box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
	background-color: #ffffff; /* 背景カラー */
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	font-size: 14px; /* 文字の大きさ */
	height: auto;
	line-height: 1.5;
	margin: 36px auto !important;
	padding: 12px 8px !important;
	overflow: hidden;
	width: 98% !important;
}
.kattene__imgpart {
	background: #fff;
	box-sizing: border-box;
	min-width: 150px;
	padding: 12px 0;
	vertical-align: middle;
}
.kattene__imgpart img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.kattene__title>a {
	display: block;
	padding: 5px;
	color: #333333 !important; /* タイトルのテキストカラー */
}
.kattene__description {
	color: rgba(0,0,0,0.54); /* 説明文のテキストカラー */
	font-size:0.9em !important;
	padding: 0 5px;
}
.kattene__btns {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto !important;
	padding: 12px 5px !important;
	position: initial !important;
}
.kattene__btns > div {
	box-shadow: 0 6px 12px -5px rgba(0,0,0,.3);
	border-radius: 8px;
}
@media screen and (min-width: 901px){
.kattene__btns > div {
	width: 32.333% !important;
}
}
@media screen and (max-width: 900px) {
.kattene__imgpart {
	width: 100%;
}
.kattene__title,
.kattene__description {
	text-align: center;
}
.kattene__btns {
	padding: 10px 5px !important;
}
.kattene__btns > div {
	width: 99% !important;
	margin: 3.5px auto !important;
}
}
/*  全ボタン共通  */
.kattene__btns a {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 8px !important;
	font-size: .8em !important;
	line-height: 30px !important;
	letter-spacing:0;
	-webkit-box-shadow: none !important;
	box-sizing: border-box;
	box-shadow: none !important;
}
.kattene__btns a:hover {
	background: #ffffff !important;
	opacity: 1;
}
/* ボタンオレンジ */
.kattene__btn.__orange {
	border: 2px solid #fabc60 !important;
	background-color: #fabc60 !important; /*ボタンの色*/
}
.kattene__btn.__orange:hover{
	color: #fabc60 !important;
}
/* ボタンブルー */
.kattene__btn.__blue{
	border: 2px solid #558776 !important; 
	background-color: #558776 !important; /*ボタンの色*/

}
.kattene__btn.__blue:hover{
	color: #71a0a5 !important;
}
/* ボタンレッド */
.kattene__btn.__red {
	border: 2px solid #e16262 !important; 
	background-color: #e16262 !important; /*ボタンの色*/
}
.kattene__btn.__red:hover{
	color: #e16262 !important;
}
/* ボタングリーン */
.kattene__btn.__green {
	border: 2px solid #71a0a5 !important; 
	background-color: #71a0a5 !important; /*ボタンの色*/
}
.kattene__btn.__green:hover {
	color: #71a0a5 !important;
}
/* ボタンピンク */
.kattene__btn.__pink {
	border: 2px solid #045762 !important; 
	background-color: #045762 !important; /*ボタンの色*/
}
.kattene__btn.__pink:hover {
	color: #045762 !important;
}
/* WordPressで自動挿入されたPタグの余白を消す */
.kattene p {
	margin: 0;
	padding: 0;
}


/************************************
** 引用（blockquote）
************************************/
blockquote {
    position: relative;
    padding: 10px 12px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border-left: solid 40px #c4c4c4;
    background: #f3f3f3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -32px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/************************************
** 目次
************************************/
.toc {
  background:#F9F9F9; /* 目次全体の背景色を変える場合はここを変更 */
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 1em 1.6em;
  display: table;
  border-top:5px solid;
  border-top-color:#696969;
}

.toc-title {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 2px 16px;
}

/* 目次のアイコン設定 */
.toc-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content : "\f03a"; /* アイコンを変える場合はここを変更 */
    margin-right:5px;
    color:#696969; /* アイコンの色を変える場合はここを変更 */
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.7em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}

/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content .toc-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f434"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #696969; /* 色を変える場合はここを変更 */
}
.toc-content .toc-list li li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0da"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #696969; /* 色を変える場合はここを変更 */
}

.toc-content ol li:last-of-type {
    border-bottom: none;
}
/* ロゴのサイズ指定 */
.header-container-in.hlt-top-menu .logo-header img {
  width: 150px;
  height: 61px;
}
.footer-bottom-logo img {
  width: 150px;
  height: 61px;
}
/* 表内画像サイズ縮小回避 */
table img {
    max-width: none;
}
/* 公式ルールにインデントをつける */
.p-ind {
margin-left: 5em;
}
.l-ind {
margin-left: 9em;
text-indent: -1em;
}
.pp-ind {
margin-left: 7.5em;
}
.h-ind {
margin-left: 5em;
text-indent: -4.5em;
}
.rp-ind {
margin-left: 7.5em;
}

.hanging-indent-sr {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: -5 !important;
  margin-bottom: -5 !important;
}

.hanging-indent-sr + p:empty {
  display: none;
}


/* .block_indent .hanging-indent-sr { 
	margin-top: 0 !important; 
	margin-bottom: 0 !important; 
} */






