@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

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

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

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

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


/***/
/* 文字装飾：カスタムテキストメニュー（ブロックエディタ定義）
 
.cocoon-custom-text-1{
  font-weight:bold;
  color:blue;
  background: linear-gradient(transparent 70%,rgba(255, 251, 2, 0.3) 70%);
}
*/


/***ヘッダー、ロゴの設定***/
.logo.logo-header.logo-text {
   padding: 0px;
}
.main {
   padding-top: 10px;
}

/***ヘッダーキャプション***/
.tagline {
   top: 1em; !important;
}
.site-name-text {
  font-size: 24px;
}


/* シェア・フォローボタン */
/*シェアボタンのキャプション*/
.sns-share.ss-top .sns-buttons a .button-caption,
.sns-share.ss-bottom .sns-buttons a .button-caption {
	display: none; /*非表示*/
}


.ss-top .sns-share-buttons {
  justify-content: flex-end;
}

.sns-share.ss-top .sns-buttons a {
  width: 40px;
  height: 40px;
  margin-left: 8px;
  font-size: 20px;
  border-radius: 20px;
}

.ss-bottom {
  position: relative;
  padding: 2em 0.5em 0.2em;
  background: rgba(176, 190, 197, 0.2);
  border-radius: 2px;
}

.sns-share-message {
  position: absolute;
  top: -15px;
  left: 15px;
  padding: 0 1.2em;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 15px;
}

.sns-share-message i {
  margin-right: 8px;
}

.sns-share.ss-col-6 a {
  width: 15%;
}

.ss-bottom .sns-share-buttons.sns-buttons a {
  height: 36px;
  margin-bottom: 15px;
  font-size: 20px;
}

.sns-share-buttons a .share-count,
.sns-follow-buttons a .follow-count {
  top: -8px;
  right: auto;
  bottom: auto;
  line-height: 16px;
  padding: 0 9px;
  border-radius: 9px;
  color: #fff;
  background: #f9a825;
}

.ss-bottom .sns-share-buttons a .share-count {
  right: -6px;
}

.sns-follow-message {
  font-size: 14px;
  font-weight: bold;
}

.sns-follow-message::before {
  display: inline-block;
  content: "\002f";
  margin-right: 8px;
  transform: rotateY(180deg);
}

.sns-follow-message::after {
  content: "\002f";
  margin-left: 8px;
}

.sns-follow-buttons.sns-buttons {
  justify-content: center;
}

.sns-follow-buttons a {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 2;
  border-radius: 18px;
}

/* 見出しのデザインリセット */
.article h2,h3,h4,h5,h6 {
  border:none;
  border-color:initial;
  border-radius:0;
  background:none;
  padding: 0;
}

/* 見出し */
.article h2 {
  color:#333;
  padding: 0.7em;
  border-bottom: none;
  border-left: solid 3px #AC262A;
}
.article h3 {
	margin-left: 0;
	padding: 0.5em;
    border-left: solid 2px #AC262A;
}
.article h4 {
  color:#444444;
	font-weight:bold;
	margin-left: 0;
	padding: 0.3em;
    border-left: solid 2px #AC262A;
}
.article h5 {
  color:#444444;
	font-weight:bold;
	margin-left: 0;
	padding: 0.3em;
    border-left: solid 1px #AC262A;
}

/* 見出しの背景グラデーション */
.article h2 {
   background: linear-gradient(to right, #f093d845 50%, #fff 100%);
}
.article h3, .article h4 {
   border-bottom: solid 1px;
   border-bottom-color: red;
   border-image: linear-gradient(to right, red 0%, white 100%) 1;
   background: linear-gradient(to right, #f093d845 50%, #fff 100%);
}
.article h5, .article h6 {
   background: linear-gradient(to right, #f093d845 50%, #fff 100%);
}


/* 見出し */
.article h2 {
  color:#333;
  font-size: 1.5em;
  text-indent: initial;
  padding: 0.3em;
  border-bottom: none;
  border-left: solid 3px #AC262A;
}
.article h2::after {
	height: 3px;
}

.article h3 {
	margin-left: 0;
	padding: 0.5em;
    border-left: solid 2px #AC262A;
}
.article h4 {
  color:#444444;
	font-weight:bold;
	margin-left: 0;
	padding: 0.3em;
    border-left: solid 2px #AC262A;
}
.article h5 {
  color:#444444;
	font-weight:bold;
	margin-left: 0;
	padding: 0.3em;
    border-left: solid 1px #AC262A;
}

/* 目次 */
.article .toc {
    line-height: 1.0;
}
.toc {
    font-size: 14px;
    padding: 0 10% 0 10%;
}

/* 引用 */
.wp-block-quote {
    padding: 5px 3px;
}
.wp-block-quote .blank-box {
	margin-bottom: 0;
}
/* 引用元 */
.wp-block-quote > cite {
    text-align: right;
}

/* FAQ */
.faq-item {
    margin-bottom: 0.5em;
    align-items: initial;
    font-size: small;
}
