.mgnb80 {
    margin: 0 !important;
    margin-bottom: 80px !important;
    overflow: hidden !important;
}

.mgnb160 {
    margin: 0 !important;
    margin-bottom: 160px !important;
    overflow: hidden !important;
}

.mgn0 {
    overflow: hidden !important;
}

.center {
    text-align: center;
    text-align: -webkit-center;
}

.container .main-content article header h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 10px;
    border-bottom: 1px solid #000000;
    border-left: none;
}

@media only screen and (max-width: 640px) {
    .container .main-content article header h1 {
        font-size: 20px;
    }
}

article h2.u_border {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 15px 0;
    padding: 0.25em 5px;
    color: #494949;
    background: transparent;
    border-bottom: solid 2px #ccc;
}

article h2.headline {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 15px 0;
    padding: 0.25em 5px;
    background: transparent;
    text-align: center;
}

article h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0 10px 0;
    padding: 0.25em 5px;
    background: transparent;
}

article h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 0.25em 5px;
    background: transparent;
}


.none {
    display: none;
}

a:hover {
    color: #948140;
    opacity: 1;
}

.container .main-content article .article_text {
    margin-bottom: 70px;
}

.single_author {
    margin-top: 100px;
}

.container .main-content .wp-caption-text {
    margin-bottom: 50px;
}

.novel_title {
    margin: 30px 0 !important;
}

.novel_title a {
    color: #0a0a0a;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
    border-bottom: 1px dotted #333;
    margin: 5px;
}

.novel_title a:hover {
    color: #948140;
}

@media only screen and (max-width: 480px) {

    .main-visual {

        margin-bottom: 10px;
    }
}

.main-visual img {

    width: 100%;
}

.container .main-content {

    padding-right: 45px;
}

@media only screen and (max-width: 640px) {

    .container .main-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container .main-content article {

    border: 1px solid #e3e3e3;

    box-shadow: 1px 1px 1px 1px #F0ECEC;

    padding: 10px 15px 30px 15px;

    margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {

    .container .main-content article {
        box-shadow: none;
        border: none;
        padding: 10px 0 0 0;
    }
}

.container .main-content article header p {
    background: url("../img/single/blog_archive_header.png") no-repeat;
    background-position: 100%;
    margin-bottom: 20px;
}

.container .main-content article header p span {

    background-color: #e9e8e6;

    padding: 5px 160px 5px 10px;

    display: inline-block;
}

.container .main-content article .wp-caption {
    width: 100% !important;
}

@media only screen and (max-width: 640px) {
    .container .main-content article header img {
        margin-bottom: 5px;
    }
}

.container .main-content article p {
    font-size: 17px;
    margin: 10px 0 20px 0;
    letter-spacing: 1px;
}

@media only screen and (max-width: 640px) {
    .container .main-content article p {
        font-size: 14px;
    }
}

.container .main-content article p img {
    display: block;
    height: auto;
}

@media only screen and (max-width: 640px) {
    .container .main-content article p img {
        display: block;
        margin: auto;
    }
}

.container .main-content article p.wp-caption-text {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    color: #0a0a0a;
    text-align: right;
    font-style: italic;
}

@media only screen and (max-width: 640px) {
    .container .main-content article p.wp-caption-text {
        font-size: 10px;
        margin-top: 20px;
        padding-left: 10px;
        color: #0a0a0a;
    }
}

.container .main-content article blockquote {
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin: 13px 0;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 1em;
    font-style: italic;
}

@media only screen and (max-width: 640px) {
    .container .main-content article blockquote {
        border: 1px solid rgba(0,0,0,0.1);
        box-sizing: border-box;
        margin: 13px 0;
        max-width: 100%;
        overflow: auto;
        padding: 12px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 1em;
    }
}

.container .main-content article hr {
	border-top: 1px solid #ccc;
	margin: 20px 0;
	border-bottom: none;
	opacity: 0.3;
}

@media only screen and (max-width: 640px) {
    .container .main-content article hr {
	    border-top: 1px solid #ccc;
        margin: 20px 0;
        border-bottom: none;
        opacity: 0.3;
    }
}



.container .main-content article .article__banner {

    margin-bottom: 50px;
}

.container .main-content article .article__banner img {

    margin: 0;
}

.container .main-content article .sub_title {

    color: #79bd56;

    font-weight: bold;

    border: 1px solid #79bd56;

    padding: 20px 0 20px 20px;

    margin-bottom: 30px;
}

.container .main-content article .two-col {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 60px;
}

@media only screen and (max-width: 480px) {

    .container .main-content article .two-col {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
    }
}

.container .main-content article .two-col__img {

    width: 45%;
}

@media only screen and (max-width: 480px) {

    .container .main-content article .two-col__img {

        width: 100%;

        margin-bottom: 20px;
    }
}

.container .main-content article .two-col__img img {

    width: 100%;
}

.container .main-content article .two-col__text {

    width: 55%;

    margin-left: 25px;
}

@media only screen and (max-width: 480px) {

    .container .main-content article .two-col__text {

        width: 100%;

        margin-left: 0;
    }
}

.container .main-content article .banner__list {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    margin-bottom: 55px;
}

.container .main-content article .banner__list--item {

    width: 48%;
}

.container .main-content article .banner__list--item img {

    width: 100%;

    margin: 0;
}

.container .main-content article .sharebotton__list {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
}

.container .main-content article .sharebotton__list--item {

    width: 25%;
}

.container .main-content article .sharebotton__list--item a {}

.container .main-content article .sharebotton__list--item img {

    width: 3%;
}

.container .main-content article .sharebotton__list .fb_button {

    background-color: #4267B2;

    text-align: center;
}

.container .main-content article .sharebotton__list .hatena_button {}

.container .main-content article .sharebotton__list .tw_button {}

.container .main-content article .sharebotton__list .po_button {}

.container .main-content .related-title {

    border: 2px solid #454140;

    padding: 15px 0 15px 15px;

    margin-bottom: 30px;

    font-size: 22px;

    font-weight: bold;
}

@media only screen and (max-width: 640px) {

    .container .main-content .related-title {

        margin: 0 15px 30px 15px;
    }
}

.container .main-content .related-article {

    margin-bottom: 65px;
}

@media only screen and (max-width: 640px) {

    .container .main-content .related-article {

        padding: 0 15px;
    }
}

.container .main-content .related-article .related__list {

}

@media only screen and (max-width: 480px) {

    .container .main-content .related-article .related__list {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
    }
}

.container .main-content .related-article .related__list--item {

    width: 48%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    padding: 0 10px 15px 0;

    border-bottom: 1px solid #bababa;

    margin-bottom: 15px;

    float: left;
}

@media only screen and (max-width: 640px) {
    .container .main-content .related-article .related__list--item {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .container .main-content .related-article .related__list--item {
        padding-right: 0;
        padding-left: 0;
    }
}

.container .main-content .related-article .related__list--item:nth-child(odd) {
    margin-right: 26px;
}

@media only screen and (max-width: 640px) {
    .container .main-content .related-article .related__list--item:nth-child(odd) {
        margin-right: 0;
    }
}

.container .main-content .related-article .related__list--item img {

    width: 80px;

    height: 80px;
}

@media only screen and (max-width: 480px) {

    .container .main-content .related-article .related__list--item img {
    }
}

.container .main-content .related-article .related__list--item .related__list--content {

    width: 70%;

}

@media only screen and (max-width: 640px) {
    .container .main-content .related-article .related__list--item .related__list--content {
        width: 80%;
    }
}

.container .main-content .related-article .related__list--item p {

    width: 100%;

    color: #454140;

    font-size: 13px;

    font-weight: bold;

    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .container .main-content .related-article .related__list--item p {
        padding-left: 20px;
    }
}

.container .main-content .article__nav {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

    margin-bottom: 120px;
}

@media only screen and (max-width: 480px) {
    .container .main-content .article__nav {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container .main-content .article__nav--item {
    width: 48%;
    border: 1px solid #bababa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 624px) {
    .container .main-content .article__nav--item {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .container .main-content .article__nav--item {
        width: 100%;
        margin-bottom: 15px;
    }
}

.container .main-content .none {
    display: none;
}


.container .main-content .article__nav--item .arrow {

    width: 30px;

    position: relative;

    background-color: #e3e1e2;
}

.container .main-content .article__nav--item .arrow img {

    position: absolute;

    display: block;

    width: 50%;

    height: auto;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    margin: auto;
}

.container .main-content .article__nav--item .entry__thumbnail {
    width: 115px;
    height: 115px;
}

.container .main-content .article__nav--item .entry__thumbnail img {
    width: 100%;
    height: 100%;
}

.container .main-content .article__nav--item .entry__summary {
    width: 57%;
    padding: 5px 15px 0 15px;
}

@media only screen and (max-width: 624px) {
    .container .main-content .article__nav--item .entry__summary {
        padding-left: 5px;
        padding-top: 0px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .container .main-content .article__nav--item .entry__summary {
        width: 68%;
        padding: 5px 0 0 10px;
    }
}

.container .main-content .article__nav--item .entry__summary--title {

    color: #454140;
}

.container .main-content .article__nav--item .entry__summary--title p {

    margin-bottom: 10px;
}

@media only screen and (max-width: 624px) {
    .container .main-content .article__nav--item .entry__summary--title p {
        font-size: 11px;
        padding-top: 5px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .container .main-content .article__nav--item .entry__summary--title p {
        font-size: 11px;
        margin-bottom: 0px;
    }
}

.container .main-content .article__nav--item .entry__summary--title h1 {

    font-size: 14px;

    font-weight: bold;
}

@media only screen and (max-width: 624px) {
    .container .main-content .article__nav--item .entry__summary--title h1 {
        margin-bottom: 0px;
        padding-top: 5px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
    .container .main-content .article__nav--item .entry__summary--title h1 {
        font-size: 13px;
        padding-top: 5px;
        margin-bottom: 0;

    }
}

/****************************************
シ ェ ア ボ タ ン
*****************************************/
.sns_button {
    display: flex;
    margin-top: 30px;
}

.sns_button a {
    text-align: center;
    width: 25%;
    position: relative;
}

.sns_button a.facebook {
    background-color: #3B579D;
}

.sns_button a.hatena {
    background-color: #00A4DE;
}

.sns_button a.twitter {
    background-color: #56A1DA;
    display: block;
    padding: 7px;
}

.sns_button a.facebook .sns_count, .sns_button a.hatena .sns_count {
    width: 95%;
    height: 40%;
    color: #000;
    padding: 0 2px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    font-size: 13px;
    color: #333;
    background-color: #fff;
}

@media only screen and (max-width: 640px) {
    .sns_button a.facebook .sns_count, .sns_button a.hatena .sns_count {
        display: none;
    }
}

.sns_button a.facebook .sns_count span, .sns_button a.hatena .sns_count span {
    width: 100%;
    display: inline-block;
    height: 100%;
}

@media only screen and (max-width: 640px) {
    .sns_button .sns_name img {
        width: 15%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;   
    }
}

@media only screen and (max-width: 640px) {
    .sns_button .sns_name {
        padding-top: 11px;
        height: 100%;
    }
}

.sns_button a.facebook .sns_name img {
    width: 8%;
}

@media only screen and (max-width: 640px) {
    .sns_button a.facebook .sns_name img {
        width: 20%;
    }
}

.sns_button a.facebook .sns_name span {
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .sns_button a.facebook .sns_name span {
        vertical-align: inherit;
    }
}

@media only screen and (max-width: 640px) {
    .sns_button a.facebook .sns_name span {
        display: none;
    }
}

.sns_button a.hatena .sns_name img {
    width: 7%;
}

@media only screen and (max-width: 640px) {
    .sns_button a.hatena .sns_name img {
        width: 18%;
        vertical-align: baseline;
    }
}

.sns_button a.hatena .sns_name span {
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .sns_button a.hatena .sns_name span {
        vertical-align: inherit;
    }
}

@media only screen and (max-width: 640px) {
    .sns_button a.hatena .sns_name span {
        display: none;
    }
}

.sns_button a.twitter .twitter_inr {
    padding: 5px 0;
}

.sns_button a.twitter .twitter_inr img {
    width: 20px;
}

.sns_button a.twitter .twitter_inr span {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.pocket-btn {
    width: 25%;
    background-color: #E43D51;
    position: relative;
}

.pocket-btn iframe {
    width: 100%;
    margin-top: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
    .pocket-btn iframe {
    }
}

/* =====================
wp_link_pages()
===================== */

.pagesprit {
   clear: both;
   color: color: #4e4e4e;
   line-height:1.714285714;
   text-align: center;
 
}
.page-numbers a {
    display:inline-block;
    border:solid 1px #ccc;
    text-decoration:none;
    padding: 5px 4px;
}

.page-numbers a span {
    color: #4e4e4e;
}

.page-numbers a:hover {
    color: #fff;
    background: #ccc;
}
.numbers {
    margin: 0 8px;
    margin: 0 0.5714285714285714rem;
    
}

.nextpagelink {
    text-align: center;
    width: 95%;
    display: block;
    font-size: 15px;
    margin: 80px auto 10px;
    border-bottom: 1px dotted #4e4e4e;
    padding-bottom: 5px;
    color: #4e4e4e;
}

.nextpagelink span {
    margin-right: 10px;
}

.next_article_link {
    margin-top: 50px !important;
}

.next_article_link a {
    font-size: 15px;
}

.next_article_link a:hover {
    color: #2199e8;
}

.next_article_link a span {
    margin-right: 5px;
}

/****************************************
シ ェ ア ボ タ ン
*****************************************/
.tag {
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}

.tag span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 20px;
    background-color: #c52727;
}