#not_found_page .c-button-black,
#not_found_page .c-button-ghost,
#not_found_page .c-button-orange,
#not_found_page .c-button-orange-newTab,
#not_found_page .c-button-yellow {
    width: 100%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .c-button-black,
    #not_found_page .c-button-ghost,
    #not_found_page .c-button-orange,
    #not_found_page .c-button-orange-newTab,
    #not_found_page .c-button-yellow {
        border-radius: 2px
    }
}

#not_found_page .c-button-ghost {
    width: 320px;
    height: 60px;
    font-size: 14px;
    color: #111;
    background-color: transparent;
    border: 2px solid #111;
    position: relative
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .c-button-ghost {
        width: 100%;
        height: 50px;
        font-size: 12px
    }
}

#not_found_page .c-button-ghost::after {
    margin: auto;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media print, screen and (min-width: 1025px) {
    #not_found_page .c-button-black,
    #not_found_page .c-button-ghost,
    #not_found_page .c-button-orange,
    #not_found_page .c-button-orange-newTab,
    #not_found_page .c-button-yellow {
        transition-property: color, background;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    #not_found_page .c-button-black::after,
    #not_found_page .c-button-ghost::after,
    #not_found_page .c-button-orange-newTab::after,
    #not_found_page .c-button-orange::after,
    #not_found_page .c-button-yellow::after {
        transition: border .3s ease-out
    }

    #not_found_page .c-button-ghost:hover {
        color: #fff;
        background: #111
    }

    #not_found_page .c-button-ghost:hover::after {
        border-color: #fff
    }
}

#not_found_page .c-button-black {
    width: 100px;
    height: 40px;
    font-size: 12px;
    background-color: #111;
    border: 2px solid #111
}

@media print, screen and (min-width: 1025px) {
    #not_found_page .c-button-black {
        transition: color .3s ease-out, background .3s ease-out
    }

    #not_found_page .c-button-black svg {
        transition: fill .3s ease-out
    }

    #not_found_page .c-button-black:hover {
        color: #111;
        background: 0 0
    }

    #not_found_page .c-button-black:hover svg {
        fill: #111
    }
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .c-button-black {
        width: 100%;
        font-size: 10px
    }
}

#not_found_page .c-button-orange, 
#not_found_page .c-button-orange-newTab {
    width: 400px;
    height: 60px;
    font-size: 16px;
    background-color: #f56614;
    border: 2px solid #f56614
}

@media print, screen and (min-width: 1025px) {
    #not_found_page .c-button-orange,
    #not_found_page .c-button-orange-newTab {
        transition: color .3s ease-out, background .3s ease-out
    }

    #not_found_page .c-button-orange svg,
    #not_found_page .c-button-orange-newTab svg {
        transition: fill .3s ease-out
    }

    #not_found_page .c-button-orange-newTab:hover,
    #not_found_page .c-button-orange:hover {
        color: #f56614;
        background: 0 0
    }

    #not_found_page .c-button-orange-newTab:hover svg,
    #not_found_page .c-button-orange:hover svg {
        fill: #f56614
    }
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .c-button-orange,
    #not_found_page .c-button-orange-newTab {
        width: 100%;
        height: 50px;
        font-size: 14px
    }
}

#not_found_page .c-button-yellow {
    width: 400px;
    height: 60px;
    font-size: 16px;
    background-color: #f90;
    border: 2px solid #f90
}

@media print, screen and (min-width: 1025px) {
    #not_found_page .c-button-yellow {
        transition: color .3s ease-out, background .3s ease-out
    }

    #not_found_page .c-button-yellow svg {
        transition: fill .3s ease-out
    }

    #not_found_page .c-button-yellow:hover {
        color: #f90;
        background: 0 0
    }

    #not_found_page .c-button-yellow:hover svg {
        fill: #f90
    }
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .c-button-yellow {
        width: 100%;
        height: 50px;
        font-size: 14px
    }
}

#not_found_page .c-button-orange-newTab {
    position: relative
}

#not_found_page .c-button-orange-newTab:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(../images/common/icon_new.png) no-repeat;
    background-size: cover;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media print, screen and (min-width: 1025px) {
    #not_found_page .c-button-orange-newTab:after {
        right: 25px;
        width: 16px;
        height: 16px
    }
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .c-button-orange-newTab:after {
        right: 20px;
        width: 15px;
        height: 15px
    }
}

#not_found_page .page_title {
    color: #111;
    font-weight: 600;
    letter-spacing: .05em
}

#not_found_page .delete_text,
#not_found_page .page_subTitle {
    color: #111;
    letter-spacing: .08em
}

@media print, screen and (min-width: 1025px) {
    #not_found_page.contents {
        width: 840px
    }

    #not_found_page .page_title {
        font-size: 40px;
        margin-bottom: 27px
    }
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .page_title {
        font-size: 28px;
        margin-bottom: 18px
    }
}

#not_found_page .page_subTitle {
    font-weight: 700
}

@media print, screen and (min-width: 1025px) {
    #not_found_page .page_subTitle {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 40px
    }
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .page_subTitle {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 29px
    }
}

@media print, screen and (min-width: 1025px) {
    #not_found_page .delete_text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 75px
    }

    #not_found_page .topPage_btn_wrap {
        padding-bottom: 80px
    }
}

@media print, screen and (max-width: 1024px) {
    #not_found_page .delete_text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 35px
    }

    #not_found_page .topPage_btn_wrap {
        padding-bottom: 60px
    }

    #not_found_page .topPage_btn {
        max-width: 295px
    }
}

#not_found_page .topPage_btn {
    margin: 0 auto
}