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

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

.c-sp--dn {
    display: none
}

.c-pc--dn {
    display: block
}

@media screen and (min-width: 768px) {
    .c-sp--dn {
        display: block
    }
    .c-pc--dn {
        display: none !important
    }
}

/*paseli*/

.btn.btn-circle, .btn-wrap.btn-wrap-circle>a {
    border-radius: 4px;
}

.btn-l.btn-circle::after, .ranking-item-link-buttons a.btn-circle::after, .btn-wrap.btn-wrap-l.btn-wrap-circle>a::after {
    right: -4px;
}

.tagline {
    position: relative;
    padding: 0;
}

.appeal {
    background-size: cover;
}

.wp-block-search .wp-block-search__button {
    color: #fff !important;
    background: #32373c !important;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    padding: 7px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    border: 2px solid transparent;
    position: relative;
    padding: 14px 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: all .3s ease-out;
    font-size: 14px;
}

.wp-block-search .wp-block-search__button:hover {
    background: #d29e50 !important;
}

.main-widget-label {
    margin: 2em 0 1em;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.main-widget-label:after {
    display: block;
    content: "";
    margin: 3px auto 0;
    width: 50px;
    height: 4px;
    background: currentColor;
    border-radius: 2px;
}
.author-box{
    max-width: 100%;
}
.author-content{
    margin-top: 30px;
}
.author-thumb {
    float: right;
    margin-top: 3 px;
    width: 120 px;
}
.author-name {
    text-align: left;
}
.author-name i{
    display: none;
}

@media screen and (max-width: 768px) {
    .appeal {
        height: 250px;
        margin-top: 50px;
    }
    .header div.header-in, .appeal div.appeal-in {
        min-height: auto;
    }
}

.logo-header img {
    width: 130px !important;
}

.logo-header img:hover {
    opacity: .6;
}

.header-container {
    display: none;
}

.blogcard-title {
    font-size: 1.2em;
}

.blogcard-snippet {
    text-align: right;
}

.blogcard-readmore {
    display: inline-block;
    color: #fff;
    background: #d29e50;
    padding: 1vw;
}

.logo-menu-button img {
    width: 81px;
    height: 28px;
    margin-top: 2vw;
}

.appeal-title {
    border-bottom: none;
}

.appeal-button:after {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding-left: 10px;
    margin: 0;
    transition: all .2s ease;
}

.widget-entry-card-content {
    padding: .6em;
}

.border-partition a, .border-partition a:first-of-type {
    border: none;
}

.widget-entry-cards .a-wrap {
    margin-bottom: 10px;
}

/* toc */

.entry-content {
    counter-reset: h2;
}

.entry-content h2>span {
    padding-left: 66px;
    display: block;
}

.entry-content h2>span::before {
    content: counter(h2, decimal-leading-zero);
    counter-increment: h2;
    font-size: 3rem;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0px;
    font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/*CVボタン*/

.c-cvbtnWrap {
    max-width: 600px;
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    border: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    margin: 4em auto 0;
    text-align: center;
}

.c-cvbtnWrap::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #333;
}

.c-cvbtn__catch--small {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 2px;
}

.c-cvbtnWrap p {
    text-align: left;
    margin-top: 1em;
}

.c-cvbtn__catch {
    font-size: 1.4em;
    margin-top: 1em;
}

.c-cvbtnWrap .c-cvbtn__btntx {
    font-size: .8em;
    text-align: center;
}

.c-cvbtn__label {
    background: #fff;
    color: #333;
    display: inline-block;
    padding: 2px;
    border-radius: 3px;
    margin-right: 10px;
}

/*banner*/

.c-banner {
    width: 94%;
    margin: 0 auto 1em;
    max-width: 340px;
}

/*総合評価*/

.level {
    clear: both;
    margin: 0 auto 1em;
    padding: 1em;
    background: #efe8de;
}

.level div p {
    margin: 0 0 1em;
    padding: .6em;
    border-radius: .3em;
    background: #fff;
}

.level div p b {
    margin: 0 .6em 0 0;
}

.level .detail {
    font-size: .9em;
}

.level .detail span {
    margin-right: 10px;
}

/*PC*/

@media screen and (min-width:768px) {
    #header-container {
        display: block;
        padding: 6px 0;
    }
    .fixed-header#header-container {
        padding: 0;
    }
    .fixed-header .site-logo-image {
        width: 170px;
        height: auto;
    }
}

@media screen and (max-width: 834px) {
    /* paseli */
    .header-container {
        padding: 0;
    }
    .home .header-container-in.hlt-top-menu .tagline {
        display: none !important;
    }
}