/* single layout */
aside#singleSidebarL {
    width: 300px;
    min-width: 300px;
}

div#singleEntry {
    max-width: 1500px;
    /*    font-family: Noto Sans JP,
    sans-serif;*/
    color: #333;

}

div#singleEntry strong.orange {
    color: #ff7300;
}

div#singleEntry a {
    color: #1fa78d;
}

ul.howtolist {
    background: #f4f4f4;
    padding: 30px;
    margin-top: -30px;
    font-size: 20px;
}

ul.howtolist li {
    margin-bottom: 2em;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 60px;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 1300px) {
    aside#singleSidebarL {
        width: 180px;
        min-width: 180px;

    }
}

@media screen and (max-width: 1100px) {
    aside#singleSidebarL {
        width: 180px;
        min-width: 180px;
        margin-right: 35px;

    }

    section#main {
        padding-right: 0;
    }

    aside#sidebarR {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    aside#singleSidebarL {
        display: none;

    }

    section#main {
        padding-right: 0;
    }

    aside#sidebarR {
        display: none;
    }
}

.white {
    color: #fff;
}

.red {
    color: #ff5e43;
}

.green {
    color: #0ec487;
}

.orange {
    color: #fcaf27;
}

.blue {
    color: #289cea;
}

.pink {
    color: #ed5191;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

/* パンくず　*/
ul#panlist {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
}

ul#panlist li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6em;
}

ul#panlist li:first-child {
    background: #000;
    color: #fff;
    padding: 2px 10px;

}

ul#panlist li:last-child {

    padding: 0px 10px;
    border: 2px solid #000;
}

ul#panlist li a {
    text-decoration: none;
    color: #000;
}

/* hタグ と pタグの設定　*/

div#singleEntry h1 {
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 40px;
}

div#singleEntry h1.superLL {
    font-size: 60px;
    position: relative;
}

div#singleEntry h1.superLL span {
    position: absolute;
    display: block;
    left: 0;
    top: 2.0em;
    font-size: 25px;
}

div#singleEntry h1.superLL span.posR {
    position: absolute;
    display: block;
    left: 250px;
    top: 0;
    font-size: 30px;
    padding-left: 20px;
    border-left: 1px solid #000;
}

div#singleEntry h2 {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.5em;

}

div#singleEntry h2.ticon {
    padding-left: 30px;
    position: relative;
}

div#singleEntry h2.ticon i {
    box-sizing: border-box;
    content: "";
    width: 1em;
    height: 1.4em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    display: block;
    line-height: inherit;
    line-height: 1.5em;

}

i.ticon1 {
    background: url(../img/ticon1.svg) no-repeat left center;
}

i.ticon2 {
    background: url(../img/ticon2.svg) no-repeat left center;
}

i.ticon3 {
    background: url(../img/ticon3.svg) no-repeat left center;
}

i.ticon4 {
    background: url(../img/ticon4.svg) no-repeat left center;
}

i.ticon5 {
    background: url(../img/ticon5.svg) no-repeat left center;
}

i.ticon6 {
    background: url(../img/ticon6.svg) no-repeat left center;
}

i.ticon7 {
    background: url(../img/ticon7.svg) no-repeat left center;
}

i.ticon8 {
    background: url(../img/ticon8.svg) no-repeat left center;
}

i.ticon9 {
    background: url(../img/ticon9.svg) no-repeat left center;
}

i.ticon10 {
    background: url(../img/ticon10.svg) no-repeat left center;
}

i.ticon11 {
    background: url(../img/ticon11.svg) no-repeat left center;
}

div#singleEntry .marker {
    line-height: 1.4em;
    background: #000;
    color: #fff;
    padding: 0px 25px;
    font-weight: normal;
}

div#singleEntry h2.centerUnderline {
    font-size: 30px;
    margin-bottom: 35px;
    text-align: center;
}

div#singleEntry h2.centerUnderline span {
    display: inline-block;
    border-bottom: 4px solid #000;
    padding-bottom: 20px;
}

div#singleEntry h3.centerUnderline {
    font-size: 25px;
    margin-bottom: 35px;
    text-align: center;
}

div#singleEntry h3.centerUnderline span {
    display: inline-block;
    border-bottom: 3px solid #000;
    padding-bottom: 18px;
}

div#singleEntry h4.centerUnderline {
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
}

div#singleEntry h4.centerUnderline span {
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 12px;
}

div#singleEntry h2.centerLRline {
    font-size: 30px;
    margin-bottom: 35px;
    text-align: center;
}

div#singleEntry h2.centerLRline span {
    display: inline-block;
    position: relative;
}

div#singleEntry h2.centerLRline span::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 49%;
    width: 40px;
    height: 2px;
    background: #000;
}

div#singleEntry h2.centerLRline span::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 49%;
    width: 40px;
    height: 2px;
    background: #000;
}

div#singleEntry h3.centerLRline {
    font-size: 26px;
    margin-bottom: 35px;
    text-align: center;
}

div#singleEntry h3.centerLRline span {
    display: inline-block;
    position: relative;
}

div#singleEntry h3.centerLRline span::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 49%;
    width: 30px;
    height: 2px;
    background: #000;
}

div#singleEntry h3.centerLRline span::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 49%;
    width: 30px;
    height: 2px;
    background: #000;
}

div#singleEntry h4.centerLRline {
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
}

div#singleEntry h4.centerLRline span {
    display: inline-block;
    position: relative;
}

div#singleEntry h4.centerLRline span::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 49%;
    width: 30px;
    height: 2px;
    background: #000;
}

div#singleEntry h4.centerLRline span::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 49%;
    width: 30px;
    height: 2px;
    background: #000;
}

div#singleEntry p {

    line-height: 1.9em;
    font-family: Noto Sans JP;
    margin-bottom: 60px;
    font-size: 18px;
}

/*
div#singleEntry p:last-of-type {

    line-height: 1.8em;
    font-family: Noto Sans JP;
    margin-bottom: 0;
}
*/

div.verticalBox {
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

h2.verticalNormal {
    writing-mode: vertical-rl;
    font-size: 32px;
    margin-bottom: 60px;
}

h2.vertical {
    writing-mode: vertical-rl;
    font-size: 32px;
    position: absolute;
    top: 30px;
    right: 60px;
    font-weight: normal;
}

h2.vertical span {
    display: block;
    position: absolute;
    font-size: 20px;
    top: 0;
    left: -40px;
}

h2.verticalBorder {
    writing-mode: vertical-rl;
    font-size: 32px;
    position: absolute;
    top: 30px;
    right: 60px;
    font-weight: normal;
    color: #000;
    background: #fff;
    padding: 20px 20px;
    border: 2px solid #000;
}

div.textOnImgBox {
    margin-bottom: 60px;
    position: relative;
}

div.textOnImgBox h2 {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 30px;
}

div.textOnImgBox h3 {
    position: absolute;
    top: 30px;
    left: 30px;
    margin-top: 40px;
    font-size: 20px;
}

div.square {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 30px;
    left: 30px;
    background: #000;
}

.hosokuBox {
    padding: 20px 30px;
    border: 2px dotted #ddd;
    margin: 0 40px 60px 40px;
    font-family: Noto Sans JP;

}

ul.share,
div.addtoany_share_save_container {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 40px 40px;
    margin: 100px 50px 80px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

div.a2a_kit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    padding-left: 15px;
}

div.addtoany_share_save_container::after,
ul.share::after {
    content: "share";
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    position: absolute;
    top: -30px;
    left: -30px;
    line-height: 60px;
    text-align: center;
    transform: rotate(-18deg);
    border-radius: 50%;

}

div.a2a_kit a {
    display: block;
    width: 25%;
}

ul.share li {

    text-align: center;
    display: block;
}



.flexBox {
    white-space: 100%;
    position: relative;
    margin-bottom: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}

.pcFlexRevers {
    /*    flex-direction: column-reverse;*/
}

.imgL40Over {
    width: 40%;
    /*    max-width: 40%;*/
    z-index: 1500;

}

.textR70Gray {
    width: 70%;
    position: relative;

    padding: 30px 30px 30px 80px;
    margin-left: -50px;
    margin-top: 70px;
    background: #f6f6f6;
    border-radius: 30px
}

div#singleEntry .textR70Gray p:last-of-type {
    margin-bottom: 0;

}

.imgR40Over {
    position: relative;
    width: 40%;
    z-index: 100;
    margin-left: -50px;
}

.textL70Gray {
    box-sizing: border-box;
    width: 70%;
    position: relative;

    padding: 30px 80px 30px 30px;

    margin-top: 70px;
    background: #f6f6f6;
    border-radius: 30px;

}

div.quote {
    border-top: 3px solid #3cad74;
    border-bottom: 3px solid #3cad74;
    color: #3cad74;
    padding: 40px 40px;
    margin-bottom: 80px;
    position: relative;
    font-family: Noto Sans JP;
}

div.quote:after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    padding: 5px 20px;
    background: #fff url(../img/quoteicon.svg) no-repeat center center;
    top: -20px;
    left: -20px;
    z-index: 300;

}

.L30 {
    width: 30%;
}

.R65 {
    width: 65%;
    margin-left: 5%;
}

.L65 {
    width: 65%;
}

.R30 {
    width: 30%;
    margin-left: 5%;
}

.L50 {
    width: 50%;
    padding-right: 10px;
}

.R50 {
    width: 50%;
    padding-left: 10px;
}

. div.quote p {
    padding-bottom: 0;
}

.oneThird {
    width: 32%;
    margin-right: 2%;
    background: #000;
}

.oneThird:nth-child(3n) {
    margin-right: 0%;
}

.quarter {
    width: 24%;
    margin-right: 1.6%;
    background: #000;
}

.quarter:nth-child(4n) {
    margin-right: 0%;
}

.col_4_3_2_1 {
    width: 24%;
    margin-right: 1.6%;
    margin-bottom: 30px;
}

.col_4_3_2_1:nth-child(4n) {
    margin-right: 0%;
}

div.author {
    background: url(../img/bgauthor.png);
    padding: 15px 20px;
    color: #3e2626;
}

div#singleEntry div.author h3 a {
    color: #3e2626;
    text-decoration: none;
}

div#singleEntry div.author p {
    margin-bottom: 0;
    font-size: 14px;
}

div.author h3 {
    margin-bottom: 15px;
}

div.authorL {
    width: 125px;
    padding-right: 25px;
}

.singleSideCon {
    margin-bottom: 50px;
}

.sidePost {
    margin-bottom: 20px;

}

.sidePost a {
    color: #333;
    text-decoration: none;
}

.sidePost img {
    margin-bottom: 5px;

}

.sidePost p {
    font-size: 14px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

/* 書評 */
.book {
    padding: 50px;
    margin-bottom: 50px;
    background: url(../img/bgwave1.png), url(../img/bgwaveop2.png);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.book img {
    display: block;
    width: 40%;
}

.book div.bookR {
    display: block;
    width: 55%;
    background: #fff;
    margin-left: 5%;
    padding: 25px;
}

div#singleEntry .book div.bookR h2 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    font-size: 20px;
}

div#tagBox {
    padding: 40px 20px;
}

div#tagBox ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

div#tagBox ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}

div#tagBox ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: #999;
    text-decoration: none;
}

div.books {
    margin: 0 auto 80px;
    max-width: 85%;

}

div.booksInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

div.books h3 {
    width: 100%;
}

div.bookL {
    margin-right: 25px;
    width: 26%;
}

div.bookR {
    width: 69%;
}

@media screen and (max-width: 800px) {
    div#singleEntry h1 {
        font-size: 30px;
        line-height: 1.4em;
        margin-bottom: 30px;
    }

    div#singleEntry h1.superLL {
        font-size: 60px;
        position: relative;
    }

    div#singleEntry h1.superLL span {
        position: absolute;
        display: block;
        left: 0;
        top: 2.0em;
        font-size: 25px;
    }

    div#singleEntry h1.superLL span.posR {
        position: absolute;
        display: block;
        left: 250px;
        top: 0;
        font-size: 30px;
        padding-left: 20px;
        border-left: 1px solid #000;
    }

    div#singleEntry h2 {
        font-size: 22px;
        margin-bottom: 30px;

    }



    div#singleEntry h2.centerUnderline {
        font-size: 25px;
        margin-bottom: 28px;
        text-align: center;
    }

    div#singleEntry h2.centerUnderline span {
        display: inline-block;
        border-bottom: 3px solid #000;
        padding-bottom: 18px;
    }

    div#singleEntry h3.centerUnderline {
        font-size: 20px;
        margin-bottom: 35px;
        text-align: center;
    }

    div#singleEntry h3.centerUnderline span {
        display: inline-block;
        border-bottom: 2px solid #000;
        padding-bottom: 12px;
    }

    div#singleEntry h4.centerUnderline {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
    }

    div#singleEntry h4.centerUnderline span {
        display: inline-block;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }

    div#singleEntry h2.centerLRline {
        font-size: 25px;
        margin-bottom: 30px;
    }


    div#singleEntry h2.centerLRline span::before {
        left: -50px;
        width: 30px;
    }

    div#singleEntry h2.centerLRline span::after {
        right: -50px;
        width: 30px;
    }

    div#singleEntry h3.centerLRline {
        font-size: 20px;
        margin-bottom: 30px;
    }



    div#singleEntry h4.centerLRline {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
    }



    div#singleEntry h4.centerLRline span::before {
        left: -40px;
        width: 25px;
        height: 1px;

    }

    div#singleEntry h4.centerLRline span::after {
        right: -40px;
        width: 25px;
        height: 1px;
    }

    div#singleEntry p {

        line-height: 1.8em;
        font-family: Noto Sans JP;
        margin-bottom: 50px;
    }

    div#singleEntry p:last-of-type {

        line-height: 1.8em;
        font-family: Noto Sans JP;
        margin-bottom: 0;
    }

    div.verticalBox {
        color: #fff;
        position: relative;
        margin-bottom: 25px;
    }

    h2.verticalNormal {
        writing-mode: vertical-rl;
        font-size: 32px;
        margin-bottom: 60px;
    }

    h2.vertical {
        writing-mode: vertical-rl;
        font-size: 32px;
        position: absolute;
        top: 30px;
        right: 60px;
        font-weight: normal;
    }

    h2.vertical span {
        display: block;
        position: absolute;
        font-size: 20px;
        top: 0;
        left: -40px;
    }

    h2.verticalBorder {
        font-size: 25px;

        top: 25px;
        right: 50px;

    }

    div.textOnImgBox {
        margin-bottom: 60px;
        position: relative;
    }

    div.textOnImgBox h2 {
        position: absolute;
        top: 30px;
        left: 30px;
        font-size: 30px;
    }

    div.textOnImgBox h3 {
        position: absolute;
        top: 30px;
        left: 30px;
        margin-top: 30px;
        font-size: 20px;
    }

    div.square {
        position: absolute;
        width: 200px;
        height: 200px;
        top: 25px;
        left: 30px;
        background: #000;
    }



    .hosokuBox {
        padding: 20px 30px;
        border: 2px dotted #000;
        margin: 0 40px 60px 40px;
        font-family: Noto Sans JP;
        background: #fff;

    }

    ul.share {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 30px 30px;
        margin: 0 50px 80px;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    ul.share::after {
        content: "share";
        width: 60px;
        height: 60px;
        background: #000;
        color: #fff;
        position: absolute;
        top: -30px;
        left: -30px;
        line-height: 60px;
        text-align: center;
        transform: rotate(-18deg);
        border-radius: 50%;

    }


    ul.share li {
        width: 25%;
        text-align: center;
    }



    .flexBox {
        white-space: 100%;
        position: relative;
        margin-bottom: 60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .pcFlexRevers {
        /*    flex-direction: column-reverse;*/
    }

    .imgL40Over {
        width: 40%;
        /*    max-width: 40%;*/
        z-index: 1500;

    }

    .textR70Gray {
        width: 70%;
        position: relative;

        padding: 30px 30px 30px 80px;
        margin-left: 0px;
        margin-top: 70px;
        background: #f6f6f6;
        border-radius: 30px
    }

    .imgR40Over {
        position: relative;
        width: 100%;
        z-index: 100;
        margin-left: 0px;
    }

    .textL70Gray {
        box-sizing: border-box;
        width: 100%;
        position: relative;

        padding: 30px 80px 30px 30px;

        margin-top: 70px;
        background: #f6f6f6;
        border-radius: 30px;

    }

    div.quote {
        border-top: 3px solid #3cad74;
        border-bottom: 3px solid #3cad74;
        color: #3cad74;
        padding: 40px 40px;
        margin-bottom: 80px;
        position: relative;
    }

    div.quote:after {
        box-sizing: border-box;
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        padding: 5px 20px;
        background: #fff url(../img/quoteicon.svg) no-repeat center center;
        top: -20px;
        left: -20px;
        z-index: 300;

    }

    .L30 {
        width: 30%;
    }

    .R65 {
        width: 65%;
        margin-left: 5%;
    }

    .L65 {
        width: 65%;
    }

    .R30 {
        width: 30%;
        margin-left: 5%;
    }

    .L50 {
        width: 50%;
        padding-right: 10px;
    }

    .R50 {
        width: 50%;
        padding-left: 10px;
    }

    . div.quote p {
        padding-bottom: 0;
    }

    .oneThird {
        width: 32%;
        margin-right: 2%;
        background: #000;
    }

    .oneThird:nth-child(3n) {
        margin-right: 0%;
    }

    .quarter {
        width: 24%;
        margin-left: 1.6%;
        background: #000;
    }

    .quarter:nth-child(4n) {
        margin-left: 0%;
    }

    .col_4_3_2_1 {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .col_4_3_2_1:nth-child(4n) {
        margin-right: 2%;
    }

    .col_4_3_2_1:nth-child(3n) {
        margin-right: 0%;
    }

    div.author {
        background: url(../img/bgauthor.png);
        padding: 15px 20px;
        color: #3e2626;
    }

    div.author a {
        color: #3e2626;
        text-decoration: none;
    }

    div.author h3 {
        margin-bottom: 15px;
    }

    div.authorL {
        width: 125px;
        padding-right: 25px;
    }


}

@media screen and (max-width: 600px) {
    .spNoFlex {
        display: block;
    }

    .spImageWidthFix {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .spNoFlex .L50 {
        width: 100%;
    }

    .spNoFlex .R50 {
        width: 100%;
    }

    .spNoFlex .L30 {
        width: 100%;
        padding: 0;
    }

    .spNoFlex .R30 {
        width: 100%;
        padding: 0;
    }

    .spNoFlex .L65 {
        width: 100%;
        padding: 0;
        margin-right: 0;
    }

    .spNoFlex .R65 {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .spNoFlex .oneThird {
        width: 100%;
    }

    .spNoFlex .oneThird {
        width: 100%;
    }

    .spNoFlex .imgL40Over {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

    .spNoFlex .textR70Gray {
        position: relative;
        width: 100%;
        margin: auto;
        padding-left: 30px;
    }

    .sp50 {
        width: auto;
        width: 48%;
        margin-right: 1%;
        margin-bottom: 30px;
    }

    .sp50:nth-child(2n) {
        width: 48%;
        margin-left: 1%;
        margin-bottom: 30px;
    }

    .col_4_3_2_1 {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .col_4_3_2_1:nth-child(2n) {
        margin-right: 0%;
    }

    .col_4_3_2_1:nth-child(3n) {
        margin-right: 2%;
    }
}


@media screen and (max-width: 400px) {
    .sp50 {
        width: auto;
        width: 48%;
        margin-right: 1%;
        margin-bottom: 30px;
    }

    .sp50:nth-child(2n) {
        width: 48%;
        margin-left: 1%;
        margin-bottom: 30px;
    }

    .col_4_3_2_1 {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        margin-bottom: 30px;
    }

    .col_4_3_2_1:nth-child(2n) {
        margin-right: 0%;
        margin-left: 0%
    }

    .col_4_3_2_1:nth-child(3n) {
        margin-right: 0%;
        margin-left: 0%
    }
}
