@media screen and (min-width: 641px) {
    .main-content {
        padding-left: 50px;
    }

    .col-pc-none {
        width: auto;
    }

    .custom-padding-left {
        padding-left: 2%;
    }
    
    .character-item {
        border-top: 2px solid #a2a2a3;
        width: 87%;
    }

    .character-item-img {
        padding-left: 0;
        width: 13%;
    }
    
    .btn-danger:focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }
    .btn-danger:hover {
        background-color: #ac2925;
        border-color: #761c19;
    }
    .btn-danger:active {
        background-color: #9a1a17 !important;
        border-color: #761c19;
    }
}

@media screen and (max-width: 640px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .no-margin-bottom-sp {
        margin-bottom: 0;
    }

    .menu-top {
        border-top: 1px solid #3f9dd8;
        padding: 5px 0;
        text-align: center;
        margin-top: 20px;
    }

    .character-full-size {
        width: 100%;
    }

    .summary .name strong,
    .character-item-detail .summary .name strong,
    .character-detail .summary .name strong {
        font-size: 25px;
        word-wrap: break-word;
    }

    .character-item-detail .summary .name {
        margin-top: 15px;
    }

    .summary .name {
        font-size: 14px;
    }

    .toggle-item .content {
        padding: 20px 10px;
    }

    .toggle-item .title {
        font-weight: bold;
        padding: 10px;
    }

    h2.title {
        padding: 10px;
        font-weight: bold !important;
        margin-bottom: 15px;
    }

    .box-border-sp {
        border: 1px solid #ee7a1a;
    }

    .box-border-sp h2.title {
        margin: 0;
    }

    .box-border-sp .content {
        padding: 0 20px 20px;
    }

    h3.title {
        margin-bottom: 4px;
    }

    select {
        background-size: 30px 30px;
        height: 30px;
        padding: 5px;
        padding-right: 32px;
        font-size: 17px;
    }

    .list-characters-sp {
        margin-top: 30px;
    }

    .container {
        width: 100%;
    }

    .main-container {
        margin-bottom: 25px;
        min-width: 100%;
    }

    .c-label {
        font-size: 14px !important;
        margin-top: 5px;
        display: block;
    }

    .summary .small-content {
        padding: 0 0 0 10px;
        display: block;
    }

    #header img {
        max-width: 80%;
    }

    #header {
        text-align: center;
    }

    .box-search {
        padding: 20px;
    }

    .box-result-total {
        font-size: 14px;
        max-width: 70%;
        margin: 5px auto;
    }

    .box-result-total .number {
        font-size: 22px;
    }

    .box-search .btn-search {
        margin-top: 10px;
        border-radius: 2px;
    }

    .btn-search span {
        border-radius: 3px;
        white-space: normal;
    }

    .list-characters-detail {
        padding: 0 10px;
        margin-top: 15px;
    }

    .wrapper-characters-list-detail {
        max-height: none;
    }
    
    .wrapper-characters-list-detail .character-item-img {
        padding-right: 5px;
        padding-left: 5px;
    }

    .list-characters-detail .btn-search {
        margin-top: 20px;
    }

    .character-item-detail .summary .text-orange div {
        margin-bottom: 5px;
    }

    .list-characters-detail .img-character {
        width: 100%;
        max-width: 120px;
        margin: 10px auto 0;
        display: block;
    }

    .box-comment {
        background: #ee7a1a;
        width: 100%;
        font-size: 18px;
        color: #fff;
        position: relative;
        margin-bottom: 20px;
        border-radius: 20px;
        height: auto;
        padding: 10px 0;
        display: block;
        letter-spacing: 0.2em;
    }

    .box-comment::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 30px solid transparent;
        border-top: 35px solid #ee7a1a;
        position: absolute;
        bottom: -15px;
        transform: none;
        right: auto;
        left: 15%;
    }

    .box-comment span {
        font-size: 15px;
    }

    .character-detail .summary .name span {
        font-size: 14px;
    }

    .result-report {
        font-size: 15px;
    }

    .character-detail {
        margin-top: 20px;
    }

    .s-label {
        font-size: 15px;
        margin-top: 5px;
        display: block;
    }

    /*
    .other-conditions .col-1 label {
        display: block;
    }
*/
    /*
    .box-search label {
        color: #000;
    }
*/
    .no-pad-left-sp {
        padding-left: 0;
    }

    .tags span {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .pagination .active a {
        background: #ED7919;
        display: inline-block;
    }

    .pagination > li {
        display: inline-block;
    }

    .pagination li a,
    .pagination > li:last-child > a {
        border: 1px solid #ED7919;
        margin-right: 5px;
        font-weight: bold;
        color: #ED7919;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 18px;
    }

    .pagination > .active > a {
        border: 1px solid #ED7919;
    }

    .pagination > li:first-child > a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .pagination {
        text-align: center;
        width: 100%;
    }

    .slider {
        padding: 0 50px;
    }

    .bx-wrapper .bx-prev {
        left: -44px;
    }

    .bx-wrapper .bx-next {
        right: -44px;
    }

    .btn_reset {
        margin-top: 10px;
    }

    .btn-danger:focus {
        background-color: #d9534f;
        border-color: #d43f3a;
        outline: 0;
    }
    .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
        outline: 0;
    }
    .btn-danger:active {
        background-color: #9a1a17;
        border-color: #761c19;
        outline: 0;
    }
}
