.head_copyright {
    font-family: "RedAlice", sans-serif;
    font-size: 10px;
    letter-spacing: 0px;
    color: #000000;
    position: absolute;
    right: 5%;
    top: 2.5vw;
}

.header {
    font-family: "Jun 34 JIS2004 AP", sans-serif;
}

.header h1 {
    width: 100vw;
    transform: translateX(-3vw);
}

#wrapper {
    width: 94%;
    margin: 0 auto;
    background-color: transparent;
}

body {
    background-image: url(/textlive/images/kaoicon2024/kaoicon_back_sp.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center top;
}

@media (min-width:601px){
    #wrapper {
        max-width: 900px;
    }
    .header h1 {
        width: 100%;
        transform: unset;
    }    
    body {
        background-image: url(/textlive/images/kaoicon2024/kaoicon_back_pc.jpg);
    }
    .head_copyright {
        font-size: 12px;
        top: 2.5vw;
    }
}

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

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

.header__logo {
    display: none;
}

.header__lead,
#contents {
    background-color: #ffffff;
}

.header__lead {
    font-size: 140%;
    line-height: 1.8;
    width: 100%;
    text-align: justify;
    letter-spacing: 0;
    border-top:  4px solid #000;
    border-right:  4px solid #000;
    border-left:   4px solid #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: -60px;
    padding-top: 8px;
    padding-bottom: 40px;
}

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

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


@media (min-width: 601px) {
    .header__lead {
        margin-top: -120px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.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: 94%;
    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;
}