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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.is-count-on #content-in .article h2::before
{
    display: none;
}
.is-main-serif .article h2,
.is-main-serif .article h3,
.is-main-serif .article h4,
.is-main-serif .article h5
{
  font-family: "Zen Old Mincho", serif;
}
.is-count-on #content-in .article h2{
    position: relative;
    font-size: 26px;
    Margin: 120px 34.2px 25px 34.2px;
    Padding: 25px 25px 15px 0px;
    font-weight: 700;
}
.article h2::after {
    content: '';
    position: absolute;
    display: inline-block;
    left: -34.2px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #B69F8E 0%, #50463E 100%);
}
.article h3 {
    font-size: 21px;
    position: relative;
    border: none;
    Margin: 80px 34.2px 25px 7px;
    font-weight: 600;
}
.article h3::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 100%;
    left: -7px;
    bottom: 0;
    background: #B69F8E;
}
.article h4 {
    font-size: 18px;
    font-weight: 500;
    Margin: 60px 0px 25px;
}
.article h5,
.article h6
{
    font-size: 16px;
    font-weight: 500;
    Margin: 40px 0px 25px;
}
/* 自作ロゴフッター */
.logo_footer {
    margin-bottom: 150px;
}
.logo_footer ul{
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: flex-start;
    vertical-align: middle;
    justify-items: center;
    list-style: none;
    width: 100%;
}
.logo_footer ul li{
    width: 25%;
    align-self: flex-start;
    padding-bottom: 1rem;
}
/**
 レスポンシブデザイン用のメディアクエリ
**/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /必要ならばここにコードを書く/
}
/*834px以下*/
@media screen and (max-width: 834px){
  /必要ならばここにコードを書く/
}
/*480px以下*/
@media screen and (max-width: 480px){
  /必要ならばここにコードを書く*/
}
@media screen and (max-width: 480px){

    /*スマホサイズでの表示*/

    .is-count-on #content-in .article h2{
    font-size: 20px;
    Margin: 80px 10px 10px 10px;
}

    .article h2::after {
    left: -10px;
    bottom: 0px;
}

    .article h3 {
    font-size: 18px;
}
    .article h4 {
    font-size: 16px;
}