@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*ヘッダー*/
.l-header__bar .c-iconList .c-iconList__link{
    width: auto;
    height: auto;
}
.l-header__bar .c-iconList__icon{
    width: 100%;
    height: 100%;
}
.l-header__bar .c-iconList__icon::before{
    font-size: 22px;
}
/*topページ*/
.post_content.c-top-catchcopy{
    width: 100%;
    text-align: center;
}
.post_content.c-top-catchcopy h2{
    border: none;
    margin: 0em 0 .5em;
    padding-top: 0;
}

.icon-posted:before,
.icon-folder:before{
    content: none;
}
.p-postList__cat.icon-folder{
    background-color: #333333;
    color: #fff;
    padding: 0 .75em;
    line-height: 2;
}
/*サイドナビ*/
a.c-widget__linkwrap{
    border: 1px solid var(--color_border);
    box-sizing: border-box;
    display: block;
    padding: .75em 1em .75em 1.5em;
}
a.c-widget__linkwrap:hover{
    background-color: var(--swl-color_hov_gray);
}
a.c-widget__linkwrap:hover .is-style-more_btn{
    background-color: var(--color_main);
    color: #fff;
}
a.c-widget__linkwrap figure{
    text-align: left;
    display: block;
    width: 100%;
}
a.c-widget__linkwrap p{
    margin-bottom: var(--swl-block-margin, 2em);
}
a.c-widget__linkwrap .is-style-more_btn{
    background: #fff;
    box-shadow: 0 0 0 1px #dcdcdc;
    color: #666;
    display: inline-block;
    font-size: var(--the-fz);
    min-width: var(--the-min-width);
    padding: var(--the-padding);
    position: relative;
    text-decoration: none;
    transition: box-shadow .25s, background-color .25s;
    width: var(--the-width);
    display: table;
    margin: 0 auto;
}
a.c-widget__linkwrap .is-style-more_btn:after {
    content: "\e930";
    font-family: icomoon;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}
/*投稿ページ*/
.p-toc.-border .p-toc__ttl{
        font-weight: bold;
}
.p-toc.-border .p-toc__ttl:before{
    content: none;
}
/*投稿一覧ページ*/

.c-pageTitle__inner .c-pageTitle__subTitle{
    display: none;
}
.wp-block-image figcaption{
    background: #f7f7f7;
    margin-top: 0;
    padding: .75em;
    box-sizing: border-box;
}
.top #content{
    padding-top: 1.5em;
}
.post_content.c-top-catchcopy p{
    font-size: var(--wp--preset--font-size--small);
    margin-bottom: 1em;
}
.top #main_content .swell-block-fullWide:first-of-type {
      padding-top: 0;
}
.l-mainContent__inner>.post_content {
    margin: 1.3em 0;
}
@media (min-width: 960px) {
    .-series .l-header__logo,.l-fixHeader__logo {
        padding: 5px 0;
    }
    #sidebar .c-widget.widget_text {
       margin-top: 4em;
    }
    .-sidebar-on .l-content {
        padding-top: 1.3em;
    }
}
/*投稿詳細ページ*/
.cap_box .renovation-cta{
  width: 100%;
}
.cap_box .renovation-img img{
  max-width: initial;
}
@media (max-width: 960px) {
    .cap_box .renovation-wrap{
        flex-direction: column;
    }
    .cap_box .renovation-img {
        padding-top: 10px;
    }
}