/*
Theme Name: bizblog
Author: 株式会社マネーフォワード
Version: 0.1.2
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body {
    font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.fixed {
    overflow: hidden;
}

:placeholder-shown {
    color: #bbb;
}
::-webkit-input-placeholder {
    color: #bbb;
}
:-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #bbb;
}

#content {
    margin-bottom: 50px;
}
#content .wrap {
    display: table;
    table-layout: fixed;
}
#main {
    display: table-cell;
    padding-right: 35px;
}
.onecolumn #main {
    display: block;
    width: 100%;
    padding: 0;
}
#side {
    vertical-align: top;
    display: table-cell;
    width: 245px;
}

#content #main h2 {
    font-size: 22px;
    margin-bottom: 40px;
}
#content #main h2 span {
    color: #333;
    font-weight: 600;
}

#newpost {
    margin-bottom: 82px;
}

.post-loop-wrap article {
    width: 100%;
    padding-bottom: 24px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}
.post-loop-wrap article:last-child {
    box-shadow: none;
    margin-bottom: 19px;
}
.post-loop-wrap article a {
    text-decoration: none;
    color: #000;
}
.post-loop-wrap article a .image {
    float: left;
    display: block;
    width: 240px;
    height: 144px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.post-loop-wrap article .post-data {
    position: relative;
    margin-left: 264px;
    height: auto;
    min-height: 144px;
    overflow: hidden;
}
.post-loop-wrap article .post-data .category-tab {
    display: inline-block;
    border-radius: 1px;
    border: solid 1px #3b8dcd;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #3b8dcd;
    padding: 4px 12px 4px;
    vertical-align: top;
}
.post-loop-wrap article .post-data .entry-date {
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #666;
}
.post-loop-wrap article .post-data strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 5px;
}
.post-loop-wrap article a:hover .post-data strong {
    color: #3b8dcd;
}
.post-loop-wrap article .excerpt {
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #333;
}

#fv_post .post-loop-wrap {
    margin-top: 30px;
}
#fv_post .post-loop-wrap article a .image {
    width: 400px;
    height: 250px;
}
#fv_post .post-loop-wrap article .post-data {
    display: flex;
    align-items: center;
    margin-left: 430px;
    min-height: 250px;
}
#fv_post .post-loop-wrap article .post-data-inner {
    position: relative;
}
#fv_post .post-loop-wrap article .post-data strong {
    font-size: 28px;
    padding-top: 20px;
}
#fv_post .post-loop-wrap article .excerpt {
    margin-top: 20px;
}
@media screen and (max-width: 1023px) {
    #fv_post .post-loop-wrap article a .image {
        width: calc(100% + 8vw);
        max-height: 64vw;
        float: none;
        margin-bottom: 20px;
        margin-left: -4vw;
        height: auto;
        padding-top: 60%;
    }
    #fv_post .post-loop-wrap article .post-data {
        display: block;
        margin-left: 0;
        min-height: auto;
        overflow: inherit;
    }
    #fv_post .post-loop-wrap article .post-data strong {
        font-size: 18px;
        padding-top: 10px;
    }
    #fv_post .post-loop-wrap article .excerpt {
        margin-top: 10px;
    }
    #fv_post .post-loop-wrap article .excerpt {
        display: block;
    }
}

.list-widget {
    padding-bottom: 24px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.toall {
    text-align: right;
}
.toall a {
    display: inline-block;
    color: #3b8dcd;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    height: 22px;
    padding-right: 20px;
    text-decoration: none;
    background-image: url('src/images/shinchaku-icon-arrow-right.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .toall a {
        background-image: url('src/images/shinchaku-icon-arrow-right@2x.png');
    }
}
.toall a:hover {
    opacity: 0.8;
}

#recommend-sp {
    display: none;
}

#recommend {
    background-color: rgba(177, 169, 139, 0.05);
    padding: 72px 0 94px;
    overflow: hidden;
}
#recommend h2 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 53px;
}
#recommend .post-loop-wrap article {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    box-shadow: none;
    float: left;
}
#recommend .post-loop-wrap article:nth-child(3n) {
    margin-right: 0;
}
#recommend .post-loop-wrap article a .image {
    float: none;
    width: 100%;
    height: 232px;
    margin-bottom: 25px;
}
#recommend .post-loop-wrap article .post-data {
    margin: 0;
    height: auto;
    min-height: auto;
}
#recommend .post-loop-wrap article .post-data strong {
    font-size: 18px;
    line-height: 1.5;
    height: auto;
    overflow: visible;
    max-height: unset;
}
#recommend .post-loop-wrap article a:hover .post-data strong {
    color: #3b8dcd;
}
#recommend .post-loop-wrap article .excerpt {
    height: auto;
    overflow: visible;
}

#float-box {
    display: none;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-image: url('src/images/button-pagetop-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48px;
    border-radius: 40px;
}
.pagetop.show {
    display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .pagetop {
        background-image: url('src/images/button-pagetop-arrow@2x.png');
    }
}

.side-widget {
    margin-bottom: 30px;
}

.popular-posts h4 {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
}
.wpp-list {
    counter-reset: wpp-num 0;
}
.wpp-list li {
    display: block;
    padding: 20px 0;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.wpp-list li a {
    display: block;
    text-decoration: none;
    color: #333;
}
.wpp-list li a .image {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 23px;
}
.wpp-list li a .image:after {
    counter-increment: wpp-num 1;
    content: counter(wpp-num);
    position: absolute;
    top: -12px;
    right: -12px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #3b8dcd;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
}
.wpp-list li a .post-data {
    position: relative;
    height: 80px;
    overflow: hidden;
}
.wpp-list li a .post-data strong {
    display: block;
    font-size: 13px;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
}
.wpp-list li a:hover .post-data strong {
    color: #3b8dcd;
}
.wpp-list li a .post-data time {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #666;
}
.wpp-list li a .post-data .category-tab {
    position: absolute;
    bottom: 0;
    border-radius: 1px;
    border: solid 1px #3b8dcd;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    color: #3b8dcd;
    padding: 3px 6px;
}

.widget_categories h4 {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 24px;
}
.widget_categories li {
    display: inline-block;
    margin-bottom: 5px;
}
.widget_categories li a {
    display: block;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 13px;
    text-decoration: none;
    border-radius: 1px;
    border: solid 1px rgba(0, 0, 0, 0.08);
}
.widget_categories li a:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.pagination {
    margin: 60px 0 90px;
    text-align: center;
}
.pagination span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 1px #3b8dcd;
    line-height: 40px;
    color: #3b8dcd;
    font-size: 12px;
    margin: 0 4px;
}
.pagination span.current {
    background: #3b8dcd;
    color: #fff;
}
.pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 1px #3b8dcd;
    text-decoration: none;
    line-height: 40px;
    color: #3b8dcd;
    font-size: 12px;
    margin: 0 4px;
}

.cat-header {
    margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
    .cat-header {
        padding-top: 20px;
    }
}
.category .cat-header {
    min-height: 170px;
    padding-top: 0;
}
@media screen and (min-width: 426px) and (max-width: 1023px) {
    .category .cat-header {
        padding-top: 20px;
    }
    .category .cat-header .archive-title {
        margin-top: 30px;
    }
}
.cat-header .cat-img {
    display: block;
    width: 200px;
    height: 146px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 26px 28px 0;
    float: left;
}
.cat-header .archive-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}
.cat-header p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #333;
    margin: 15px 0 0;
}
.cat-header h3 {
    clear: both;
    color: #333;
    font-weight: 600;
    padding-top: 30px;
}
#tag_list {
    margin-top: 18px;
}
#tag_list li {
    display: inline-block;
    margin: 0 8px 10px 0;
}
#tag_list li a {
    display: block;
    padding: 5px 13px 7px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #4a4a4a;
    text-decoration: none;
    border-radius: 1px;
    border: solid 1px rgba(0, 0, 0, 0.08);
}
#tag_list li a:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

#post-header {
    position: relative;
    margin-bottom: 32px;
}

.taxo-list a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 12px 7px;
    text-decoration: none;
    border-radius: 1px;
    margin-bottom: 5px;
}
.taxo-list a.parent {
    background: #3b8dcd;
    color: #fff;
}
.taxo-list a.child {
    border: solid 1px rgba(0, 0, 0, 0.08);
    color: #4a4a4a;
}
.taxo-list a.parent:hover {
    background-color: rgba(59, 133, 190, 0.8);
}
.taxo-list a.child:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.single #content #main {
    padding-top: 30px;
}

.single h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    color: #333;
    margin-top: 10px;
    padding-bottom: 10px;
}
.page .single h1 {
    margin-top: 0;
    padding-bottom: 20px;
}
.single article div {
    max-width: 100%;
}

#post-header .entry-date {
    padding-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 17px;
    color: #666;
}

#post-footer {
    position: relative;
}

#toc_container {
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 40px auto;
    padding: 25px 40px 10px;
}
#toc_container .toc_title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 15px;
    margin-bottom: 24px;
}
#toc_container ul {
    margin: 0;
}
#toc_container .toc_list li {
    display: block;
    box-shadow: inset 0 1px 0 0 rgba(18, 29, 62, 0.1);
}
#toc_container .toc_list li a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #096fca;
    margin: 12px 0 10px;
}
@media screen and (max-width: 425px) {
    #toc_container .toc_list li ul {
        display: none;
    }
}
#toc_container .toc_list li li a {
    margin-left: 24px;
}
#toc_container .toc_list li li li a {
    margin-left: 48px;
}
#toc_container .toc_list li a:hover {
    color: #096fca;
    opacity: 0.7;
    text-decoration: underline;
}

.single article {
    position: relative;
    margin-bottom: 40px;
}

.single article .eyecatch img {
    width: 100%;
    height: auto;
}

.single article img {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em;
}

.single article img.size-medium {
    width: auto;
}

.single article img.size-small {
    width: auto;
}

.single article p {
    font-size: 17px;
    font-weight: 300;
    line-height: 32px;
    color: #333;
    margin-bottom: 1.5em;
}
.single #content #main article h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
    margin: 60px 0;
    padding-bottom: 20px;
    box-shadow: inset 0 -2px 0 0 #666666;
}
.single article h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #333;
    padding: 20px 0 20px 24px;
    box-shadow: inset 2px 0 0 0 #666666;
    margin: 50px 0;
}
.single article h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    color: #333;
    margin-bottom: 32px;
}
.single article blockquote {
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 22px 28px;
    margin-bottom: 1.5em;
}
.single article blockquote p {
    margin-bottom: 0;
}
.single article cite {
    font-style: normal;
    display: inline-block;
    margin-top: 1em;
}
.single article a,
.single article a:visited {
    color: #3b8dcd;
    text-decoration: none;
}
.single article a:hover {
    text-decoration: underline;
}
.single article ul,
.single article ol {
    list-style-position: inside;
    margin-bottom: 1.5em;
}
.single article li {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    list-style-position: outside;
    margin-left: 1.3em;
}
.single article img {
    margin-bottom: 1.5em;
}
.single article table {
    width: 100%;
}
.single article table caption {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin-bottom: 32px;
}

.single article table {
    border-collapse: collapse;
}
.single article table tr {
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    color: #333;
}
.single article table th {
    border: solid 1px #666;
}
.single article table td {
    border: solid 1px #666;
    text-align: center;
}
@media screen and (max-width: 782px) {
    .single article table th,
    .single article table td {
        min-width: 200px;
    }
}

.single article .pr {
    border: 4px solid #003366;
    padding: 20px 10px;
    background: #f7f8f9;
    font-size: 14px;
}

.page .single article {
    padding-bottom: 40px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

#author-box {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid rgba(0, 0, 0, 0.1) 1px;
}
#author-image {
    display: block;
    width: 88px;
    height: 88px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 44px;
    float: left;
    margin-right: 32px;
}
#author-data {
    position: relative;
    margin-left: 120px;
    padding-top: 10px;
}
#author-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #333;
}
#author-profile {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #333;
    margin-top: 20px;
}
#author-profile a {
    color: #3b8dcd;
    text-decoration: underline;
}

@media screen and (max-width: 1023px) {
    .wrap {
        width: 96vw;
        max-width: 100%;
    }
    #content {
        margin-top: 64px;
    }
    .post-loop-wrap article {
        padding-bottom: 18px;
        margin-bottom: 18px;
        min-height: 116px;
    }
    .post-loop-wrap article:last-child {
        margin-bottom: 16px;
    }
    .post-loop-wrap article a .image {
        width: 96px;
        height: 96px;
    }
    .post-loop-wrap article .post-data {
        margin-left: 106px;
        min-height: auto;
    }
    .post-loop-wrap article .post-data strong {
        font-size: 14px;
    }
    .post-loop-wrap article .post-data .category-tab {
        font-size: 9px;
        line-height: 9px;
        padding: 4px 5px 5px;
    }
    .post-loop-wrap article .post-data .entry-date {
        top: 5px;
        right: 5px;
        font-size: 10.5px;
    }
    .post-loop-wrap article .post-data .category-tab {
        font-size: 9px;
        line-height: 8px;
        padding: 6px 5px 6px;
    }
    .post-loop-wrap article .excerpt {
        display: none;
    }

    #float-box.active {
        display: block;
        position: fixed;
        top: 64px;
        right: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        max-width: 425px;
        box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.1);
    }
    #float-wrap {
        padding: 24px 16px 0;
    }

    #float-sns {
        text-align: center;
    }
    #float-sns li {
        display: inline-block;
        margin-left: 8px;
        vertical-align: top;
    }
    #float-sns li a {
        display: block;
        width: 32px;
        height: 32px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    #float-sns li.facebook a {
        background-image: url('src/images/header-icon-facebook.png');
    }
    #float-sns li.x a {
        background-image: url('src/images/header-icon-x.png');
    }
    #float-sns li.hatebu a {
        background-image: url('src/images/header-icon-hatebu.png');
    }
    #float-sns li.rss2 a {
        background-image: url('src/images/header-icon-rss.png');
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #float-sns li.facebook a {
            background-image: url('src/images/header-icon-facebook@2x.png');
        }
        #float-sns li.x a {
            background-image: url('src/images/header-icon-x@2x.png');
        }
        #float-sns li.hatebu a {
            background-image: url('src/images/header-icon-hatebu@2x.png');
        }
        #float-sns li.rss2 a {
            background-image: url('src/images/header-icon-rss@2x.png');
        }
    }

    #float-search {
        position: relative;
        margin-bottom: 20px;
    }

    #float-search input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        height: 40px;
        padding: 14px 48px 12px 16px;
        font-size: 14px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.03);
        border: solid 1px rgba(0, 0, 0, 0.05);
    }

    #float-search button {
        position: absolute;
        top: 8px;
        right: 16px;
        display: block;
        width: 24px;
        height: 24px;
        background-color: transparent;
        border: 0;
        background-image: url('src/images/mobile-ic-search-black-24-px.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        #float-search button {
            background-image: url('src/images/mobile-ic-search-black-24-px@2x.png');
        }
    }

    .float-widget {
        margin-bottom: 24px;
    }

    #flnav {
        margin-bottom: 60px;
    }
    #flnav-ul > li {
        display: block;
        height: auto;
        min-height: 40px;
    }
    #flnav-ul > li > a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #333;
        text-decoration: none;
        font-weight: 600;
        font-size: 13px;
    }
    #flnav-ul li.menu-item-has-children {
        position: relative;
    }
    #flnav-ul li.menu-item-has-children a {
        width: 85%;
    }
    #flnav-ul li.menu-item-has-children .open-sub {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 15%;
        height: 40px;
        transition: 0.3s;
    }
    #flnav-ul li.menu-item-has-children .open-sub:after {
        content: '';
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotateZ(135deg);
    }
    #flnav-ul li.menu-item-has-children .sub-open {
        transform: rotateX(180deg);
        transition: 0.3s;
        top: -5px;
    }
    #flnav-ul li .sub-cat-img {
        display: none;
    }
    #flnav .sub-menu {
        display: none;
        width: 100%;
        background: #fff;
    }
    #flnav .sub-menu li {
        display: block;
        height: 36px;
    }
    #flnav .sub-menu li a {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        font-weight: 300;
        text-decoration: none;
        color: #333;
    }
}

@media screen and (max-width: 782px) {
    #content .wrap {
        display: block;
    }
    #main {
        display: block;
        width: 96vw;
        margin: 0 auto;
        padding: 0;
    }
    #side {
        display: block;
        width: 96vw;
        max-width: 414px;
        margin: 0 auto;
    }
    #content #main h2 {
        font-size: 16px;
        margin-bottom: 22px;
    }

    #newpost {
        margin-bottom: 48px;
    }
    .toall {
        text-align: center;
    }
    .toall a {
        display: block;
        background: #3b8dcd;
        color: #fff;
        font-size: 12px;
        line-height: 48px;
        height: 48px;
        padding: 0;
        border-radius: 2px;
    }
    .toall a:after {
        content: 'へ';
    }

    #recommend {
        display: none;
    }

    #recommend-sp {
        display: block;
    }
    #recommend-sp h2 {
        font-size: 16px;
        color: #333;
        font-weight: 600;
        margin-bottom: 24px;
    }
    #recommend-sp article {
        width: 100%;
        max-width: 414px;
        margin: 0 auto 22px;
        padding-bottom: 24px;
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    }
    #recommend-sp article a {
        text-decoration: none;
        color: #333;
    }
    #recommend-sp article a .image {
        display: block;
        width: 100%;
        height: 128px;
        margin: 0 auto 12px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    #recommend-sp article .post-data {
        position: relative;
    }
    #recommend-sp article .post-data .category-tab {
        display: inline-block;
        border-radius: 1px;
        border: solid 1px #3b8dcd;
        font-size: 9.5px;
        line-height: 9.5px;
        text-align: center;
        color: #3b8dcd;
        padding: 7px 8px 6px;
        vertical-align: top;
    }
    #recommend-sp article .post-data .entry-date {
        position: absolute;
        top: 3px;
        right: 5px;
        font-family: 'Open Sans';
        font-size: 11px;
        color: #666;
    }
    #recommend-sp article .post-data strong {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        padding-top: 10px;
    }
    #recommend-sp article .excerpt {
        font-size: 13px;
        line-height: 18.5px;
        margin: 10px 0 0;
    }

    .side-widget {
        margin-bottom: 20px;
    }
    .widget_categories {
        display: none;
    }

    .cat-header .archive-title {
        font-size: 17px;
        line-height: 22px;
    }
    .cat-header p {
        font-size: 11px;
        line-height: 16px;
        margin: 15px 0 30px;
    }
    .cat-header h3 {
        font-size: 13px;
    }
    #tag_list {
        margin-top: 10px;
    }
    #tag_list li {
        margin: 0 6px 10px 0;
    }
    #tag_list li a {
        padding: 4px 5px;
        font-size: 9px;
        line-height: 9px;
    }

    .pagination {
        margin: 30px 0 50px;
    }
    .pagination span {
        width: 30px;
        margin: 0 2px;
    }
    .pagination a {
        width: 30px;
        margin: 0 2px;
    }

    .taxo-list a {
        font-size: 9px;
        padding: 4px 5px;
    }

    .single h1 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 6px;
        padding-bottom: 0px;
    }
    .page .single h1 {
        padding: 20px 0;
    }

    #post-header .entry-date {
        font-size: 11px;
    }

    #toc_container {
        width: 100%;
        margin: 24px auto 30px;
        padding: 17px 19px 10px;
    }
    #toc_container .toc_title {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 17px;
    }
    #toc_container .toc_list li a {
        font-size: 12px;
        margin: 15px 0;
    }
    #toc_container .toc_list li li a {
        margin-left: 10px;
    }
    #toc_container .toc_list li li li a {
        margin-left: 20px;
    }

    .single article {
        position: relative;
        margin-bottom: 40px;
    }
    .single article img {
        width: 100%;
        height: auto;
        margin-bottom: 1.5em;
    }
    .single article p {
        font-size: 14px;
        line-height: 23px;
    }
    .single #content #main article h2 {
        font-size: 18px;
        line-height: 21px;
        margin: 60px 0 32px;
        padding-bottom: 16px;
    }
    .single article h3 {
        font-size: 16px;
        line-height: 18px;
        padding: 17px 0 17px 14px;
        margin-bottom: 32px;
    }
    .single article h4 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 24px;
    }
    .single article blockquote {
        padding: 11px 16px;
        margin-bottom: 32px;
    }
    .single article ul,
    .single article ol {
        margin-bottom: 32px;
    }
    .single article li {
        font-size: 14px;
        line-height: 23px;
    }
    .single article img {
        margin-bottom: 32px;
    }
    .single article table caption {
        font-size: 13px;
    }
    .single article table.flow tr,
    .single article table.plan tr {
        font-size: 13px;
    }

    #author-image {
        width: 48px;
        height: 48px;
        border-radius: 24px;
        margin-right: 12px;
    }
    #author-data {
        margin-left: 60px;
        padding-top: 0;
    }
    #author-name {
        font-size: 12px;
        line-height: 12px;
    }
    #author-profile {
        font-size: 11px;
        line-height: 20px;
        margin-top: 12px;
    }

    .pagetop {
        width: 40px;
        height: 40px;
        background-image: url('src/images/mobile-button-pagetop-arrow.png');
        background-size: 24px;
        border-radius: 20px;
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .pagetop {
            background-image: url('src/images/button-pagetop-arrow.png');
        }
    }

    /* input 修正 */

    input[type='search'] {
        font-size: 16px !important;
        transform: scale(1);
    }
}
@media screen and (max-width: 425px) {
    .wrap {
        width: 92vw;
    }
    #main {
        width: 92vw;
    }
    #side {
        width: 92vw;
    }
}

.single article table.tablepress {
    border: 1px solid #666;
}

.single article table.tablepress tr {
    font-size: 0.8em !important;
    line-height: 200%;
}

.single article table.tablepress p {
    font-size: 1em !important;
    line-height: 200%;
}

.tablepress th p {
    font-weight: bold;
    margin-bottom: 0;
}

@media screen and (max-width: 425px) {
    .category.archive h1.archive-title {
        color: #fff;
    }

    .category.archive .cat-header .cat-img {
        width: 100%;
        height: 220px;
        margin: 0 26px 28px 0;
        opacity: 0.8;
    }

    .category.archive .cat-header {
        min-height: 170px;
        position: relative;
        margin-top: 18px;
        height: 220px;
        opacity: 0.9;
        background: #000;
        margin: 0 -6vw;
        width: calc(100% + 10vw);
    }

    .category.archive .cat-header .archive-title {
        position: absolute;
        width: 100%;
        top: calc(50% - 3em);
        text-align: center;
    }

    .category.archive .cat-header p {
        color: #fff;
        position: absolute;
        top: 35%;
        width: 80%;
        left: 10%;
    }

    .category.archive .h3-area {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 425px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (min-width: 425px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}

.menu-btn-dl a {
    color: #fff !important;
    background: #3b8ccd;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 300 !important;
}

/* サイドバーの最後のdivにこのCSSを当てるとスクロールに追従するようになる */
.sidebar_type_sticky div:last-child {
    position: sticky;
    top: 30px;
}

/* 404ページ */
#post-404 {
    padding-bottom: 40px;
}

#post-404 a {
    color: #3b8dcd;
}

/* 古い記事に出す注意書き */
.old-post-notice {
    display: flex;
    margin-top: 12px;
    padding: 16px;
    border: 1px solid #73b2fc;
    background-color: #e9f5fe;
}

.old-post-notice > span:nth-child(1) {
    display: block;
    margin: auto;
    margin-right: 16px;
    font-size: 48px;
    color: #73b2fc;
}

.old-post-notice > span:nth-child(2) {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}

@media screen and (max-width: 782px) {
    .old-post-notice > span:nth-child(1) {
        font-size: 32px;
    }

    .old-post-notice > span:nth-child(2) {
        font-size: 12px;
    }
}

/* 読了時間の表示 */
.rt-reading-time {
    float: right;
    color: #666;
}

.rt-time {
    font-weight: bold;
    font-size: 20px;
    color: #55a7df;
}

@media screen and (max-width: 782px) {
    .rt-reading-time {
        display: block;
        float: none;
        text-align: right;
    }
}

/* TablePress レスポンシブ ここから */
.tablepress-wrapper {
    margin-bottom: 50px;
}

.tablepress {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 782px) {
    .tablepress-wrapper {
        margin-bottom: 30px;
    }
}
/* TablePress レスポンシブ ここまで */
