
#wrapper {
    width: 93.75%;
    margin: 0 auto;
    background-color:white;
}

@media (min-width:601px){
    #wrapper {
        max-width: 900px;
    }
}

#contents {
    border-right: 4px solid #000;
    border-left:  4px solid #000;
}

.header h1 img {
    vertical-align: top;
}

.header__logo {
    border-top:   4px solid #000;
    border-right: 4px solid #000;
    border-left:  4px solid #000;
}

.header__lead {
    font-family: "UD Shin Go NT Medium", sans-serif;
    font-size: 140%;
    line-height: 1.8;
    width: 100%;
    text-align: justify;
    letter-spacing: 0;
    border-right:  4px solid #000;
    border-bottom: 4px solid #000;
    border-left:   4px solid #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

@media (min-width: 601px) {
    .header__lead {
        font-size: 180%;
        text-align: center;
    }
}


.header__lead > div {
    margin: auto;
    padding: 1.8em;
}


@media (min-width: 601px) {
    .header__lead > div {
        margin: 1.8em auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}


.post {border: 4px solid #000;border-radius: 0;}

.post-header {
    padding-top: 20px;
}

.post-header__title {
    border: 4px solid #000;
    border-radius: 0;
}
.post-header__title::before {
    z-index: 0;
    top: auto;
    bottom: -4px;
    width: 11px;
    height: 4px;
    border: 4px solid #000;
    border-left: 0 none transparent;
    background: none;
    background-color: #ffe11a;
}

.post-share li {
    border-top: 4px solid black;
    border-left: 4px solid black;
}
.post-share li:first-child {
    border-top: 4px solid black;
}
@media (max-width: 600px) {
    .post-share li:last-child {
        width: 33.3334%;
    }
}

.post-share li.post-share__twitter a {
    border-radius: 0;
    background-color:#1d9bf0;
}

.post-share li.post-share__facebook a {
    background-color:#1877f2;
}

.post-share li.post-share__line a {
    border-radius: 0;
    background-color:#06c755;
}

@media (min-width: 601px) {
    .post-share li:first-child {
        border-left: 4px solid black;
    }
}

.navi--top {
    margin-top: 0;
    background: none;
}

.navi--bottom {
    margin-bottom: 0;
    border-bottom: 4px solid black;
    background: none;
}

.footer {
    width: 93.75%;
    margin-top: 0;
    padding-top: 20px;
    border-right: 4px solid black;
    border-left: 4px solid black;
    background-color: white;
}

@media (min-width: 601px) {
    .footer {
        max-width: 900px;
    }
}

@media (max-width: 600px) {
    .footer-contact {
        border-top: 4px solid #000;
    }
    .footer-contact li {
        border-left: 4px solid #000;
        padding-left: 0;
    }
    .footer-contact li:first-child {
        border-left: 0 none;
    }
}





.footer .copyright {
    border-top: 4px solid black;
    border-bottom: 4px solid black;
}