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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article h4 {
    border-top: 8px solid #dac6ba;
    border-bottom: 4px solid #f9f4f1;
}
.toc .toc-list ul a {
    background: unset;
font-weight: normal;
}
.toc-content ul li a {
    background: #f9f4f1;
    padding: 6px;
    display: inline-block;
    font-weight: bold;
}
.video-container, .instagram-container, .facebook-container {
    max-width: 800px;
    margin: auto;
}
.blank-box.bb-red, .bb-red.is-style-blank-box-red, .bb-red.is-style-blank-box-navy, .bb-red.is-style-blank-box-blue, .bb-red.is-style-blank-box-yellow, .bb-red.is-style-blank-box-green, .bb-red.is-style-blank-box-pink, .bb-red.is-style-blank-box-orange, .bb-red.is-style-sticky-gray, .bb-red.is-style-sticky-yellow, .bb-red.is-style-sticky-red, .bb-red.is-style-sticky-blue, .bb-red.is-style-sticky-green {
    border-color: #ebd6cf;
}
.blank-box.bb-tab.bb-red .bb-label, .bb-tab.bb-red.is-style-blank-box-red .bb-label, .bb-tab.bb-red.is-style-blank-box-navy .bb-label, .bb-tab.bb-red.is-style-blank-box-blue .bb-label, .bb-tab.bb-red.is-style-blank-box-yellow .bb-label, .bb-tab.bb-red.is-style-blank-box-green .bb-label, .bb-tab.bb-red.is-style-blank-box-pink .bb-label, .bb-tab.bb-red.is-style-blank-box-orange .bb-label, .bb-tab.bb-red.is-style-sticky-gray .bb-label, .bb-tab.bb-red.is-style-sticky-yellow .bb-label, .bb-tab.bb-red.is-style-sticky-red .bb-label, .bb-tab.bb-red.is-style-sticky-blue .bb-label, .bb-tab.bb-red.is-style-sticky-green .bb-label {
    background-color: #ebd6cf;
}
input[type='submit'] {
    border: unset;
    background-color: #ebd6cf;
    font-size: 16px;
}
.is-style-primary-box, .primary-box, .sp-primary, .primary {
    color: #77232a;
    background-color: #f9f4f2;
    border-color: #f9f4f1;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 20px;
}
table th, table td {
    border: none;
    padding: 10px;
}
table tr:nth-of-type(2n+1) {
    background-color: unset;
}
a:hover {
    color: #d17999a3;
}
mark {
    background-color: #ffd5e3;
}
.badge, .ref, .reffer, .sankou {
    background-color: #db769b;
}
.article h3 {
  position: relative;
  padding: 1.5rem 1rem;
    border: none;
}

.article h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #e2b59f, #e2b59f 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #e2b59f, #e2b59f 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.author-info {
    display: none;
}
.btn-pink, .btn-wrap.btn-wrap-pink > a {
    background-color: #f3eae7;
    color: #c3885f;
    margin-top: 30px;
}
.is-style-danger-box, .danger-box, .sp-danger, .danger {
    color: #721c24;
    background-color: #ebd6cf;
    border-color: #e9cec1;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
body {
font-family: fot-tsukuardgothic-std, sans-serif;
	}
.ff-ms-pgothic {
font-family: fot-tsukuardgothic-std, sans-serif;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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