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

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

/*---ツイッターボタン---*/
.icon-x-corp-logo::before {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
content: "\f099"
}
.icon-x-corp::before {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
content: "\f099"
}


/*---SNSボタンを丸くする---*/
#main .button-caption {
	display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央寄せ*/
}
.sns-share-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 10px 10px; /*ボタン同士の間隔*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: bold; /*太字*/
	color: #875d5b; /*文字色*/
}
.sns-follow-buttons {
	justify-content: center; /*中央寄せ*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 10px 10px; /*ボタン同士の間隔*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*右側ナビゲーション*/
.widget-sidebar-title.widget-title{
	  font-size: 20px;
	  padding: 3px 5px 2px 15px;
	border-radius:10px;
}

.widget-sidebar-scroll-title.widget-title{
	  font-size: 20px;
	  padding: 3px 5px 2px 15px;
	border-radius:10px;
}

/* 見出し1 */

.article h1 {
  position: relative;
  background:none;
  padding: 3px 5px 2px 20px;
  font-size: 30px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  left: 1.00em;
}

.article h1:before{
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
  font-size: 25px;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #1a5175;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.40em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

/* 見出し2 */
.article h2 {
    margin: 30px 0px;
    padding: 0.5em 0.5em;
    color: #163251;
    border-bottom: solid 6px #163251;
    border-top: solid 2px #163251;
    background-color: #e3ebf2;
}

.article h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f144";
    padding-right: 15px;
}

/* 見出し3 */
.article h3 {
    margin: 35px 0px;
    position: relative;
    padding: 0.3em 1.0em;
    line-height: 1.4;
    background: linear-gradient(to right, rgb(246 242 248), #d5d7e9);
    border-radius: 15px;
    border-left: solid 7px #314782;
    border-bottom: none;
    border-top: none;
    border-right: none;
}


/* 見出し4 */
.article h4 {
    margin: 5px 0px 30px 7px;
	color: #2a436c;
    position: relative;
    border-top: none;
    border-bottom: none;

}
.article h4:after {
    content: "";
    display: block;
    height: 3px;
    background: -webkit-linear-gradient(to right, rgb(0, 96, 141), transparent);
    background: linear-gradient(to right, rgb(38 49 80), transparent);
}

/* 見出し5 */
.article h5{
border-bottom:none;
padding: 0;
}

/* 見出し6 */
.article h6{
border-bottom:none;
padding: 0;
}

/**目次**********************************************/
.toc {
  display: block;
  padding: 0px;
  background: #393e4f;
  max-width: 600px;
  border: 3px #393e4f solid !important;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px;
}
.toc-title {
  position: relative;
  padding: 5px 0;
  background: #393e4f;
  color: #fff;
  font-weight: bold;
}
.toc-title:before{
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  font-weight: 900 !important;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  padding: 14px;
}

.toc .toc-content {
  padding: 15px 20px;
  background-color: #f5f5f5;

}

.toc-list > li a {
  font-weight: bold;
  display:block;
  margin-top:10px;
  margin-left: 10px;
}

.toc-list > li li a {
  font-weight:bold;
  font-size: 95%;
  color: #007bbb;
  margin-left: 1em;
}

.toc-list > li li li a {
  font-weight: normal;
  font-size: 90%;
  color: #007bbb;
  margin-top:0;
  margin-left:0;
}


.toc-list > li a::before {
  font-family: "Font Awesome 5 Free";
  content : "\f144";
  margin-right: 7px;
}

.toc-list > li li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
}


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

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

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