/*PC*/
@media all and (min-width: 781px) {
    .container {    
        width: 780px;
        text-align: center;
        margin-top: 64px;
        margin-left: auto;
        margin-right: auto;
    }
    
    h1 {
        font-family: Noto Sans JP;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 32px;
        color: rgba(31, 31, 31, 1);
    }
    
    h2 {
        font-family: Noto Sans JP;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: rgba(31, 31, 31, 1);
    }
    
    p {
        font-family: Noto Sans JP;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: rgba(92, 92, 92, 1);
        word-break: keep-all;
    }

    hr {
        width: 560px;
        background: rgba(235, 235, 235, 1);
    }
    
    .pixiv-comic-area {
        background: rgba(255, 196, 0, 1);
        width: 546px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 64;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .badges {
        display: flex;
        justify-content: space-evenly;
        height: 48px;
        line-height: 48px;
        margin-top: 24px;
    }

    .badges img {
        width: 160px;
        height: 48px;
    }

    .badge_brower {
        display: inline-block;
        width: 160px;
        height: 48px;
        background: #FFFFFF;
        border-radius: 8px;
        font-weight: bold;
        color: rgba(102, 78, 0, 1);
    }
    .badge_brower a {
        font-family: Noto Sans JP;
        font-style: normal; 
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }

    .badge_brower  a:link, a:visited, a:hover, a:active {
        color: rgba(102, 78, 0, 1);
    }
}

/*SP*/
@media all and (max-width: 780px) {
    .container {    
        width: 100%;
        max-width: 780px;
        text-align: center;
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    
    h1 {
        font-family: Noto Sans JP;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 32px;
        color: rgba(31, 31, 31, 1);
    }
    
    h2 {
        font-family: Noto Sans JP;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: rgba(31, 31, 31, 1);
        margin-top: 32px;
        text-align: left;
    }

    p {
        font-family: Noto Sans JP;
        font-style: normal;
        font-weight: normal;
        font-size: 14   px;
        line-height: 22px;
        color: rgba(92, 92, 92, 1);    
        word-break: normal;
        text-align: left;
    }

    hr {
        background: rgba(235, 235, 235, 1);
    }

    .pixiv-comic-area {
        background: rgba(255, 196, 0, 1);
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 48px;
        margin-bottom: 40px;
        padding: 16px;
    }

    .badges {
        justify-content: space-evenly;
        margin-top: 24px;
    }

    .badges img {
        width: 160px;
        height: 48px;
    }
    
    .badge_brower {
        display: inline-block;
        width: 100%;
        height: 48px;
        line-height: 48px;
        background: #FFFFFF;
        border-radius: 8px;
        margin-bottom: 16px;
        font-weight: bold;
        color: rgba(102, 78, 0, 1);
    }

    .badge_brower a {
        font-family: Noto Sans JP;
        font-style: normal; 
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }

    .badge_brower  a:link, a:visited, a:hover, a:active {
        color: rgba(102, 78, 0, 1);
    }
}
