span{
    color: red;
}

.pc-header{
    display: grid;
}

.sp-header{
    display: none;
}

.title{
    border: 1px solid;
    margin: 0 auto;
    color: white;
    background: #2263a8;
}

.title-photo{
    max-width: 1080px;
    width: 550px;
    margin: 0 auto;
}

.logo-photo{
    max-width: 1080px;
    width: 500px;
    margin: 0 auto;
}

.hp{
    background: #2263a8;
    margin: auto;
    width: 500px;
    text-align: center;
    font-size: 40px;
}

.hp-url{
    color: white;
}

.hp-photo{
    width: 500px;
}

.contents{
    border: 1px solid #aaa;
    background: #f9f9f9;
    margin: 50px auto;
    width: 500px;
}

.appeal{
    text-align: center;
}

.appeal-title{
    background: #f9f9f9;
}

.appeal-table{
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.cost-photo{
    width: 500px;
}

.return-photo{
    width: 500px;
}

.contact-photo{
    width: 500px;
}

.kuchikomi1{
    width: 500px;
}

.kuchikomi2{
    width: 500px;
}

.store-photo{
    width: 500px;
}


@media screen and (max-width:767px) {
    .pc-header{
        display: grid;
        width: 100%;
    }
    
    .sp-header{
        display: none;
    }
    
    .title{
        text-align: center;
        border: 1px solid;
        margin: 0 auto;
        width: 100%;
    }
    
    .title-photo{
        margin: 0 auto;
        width: 100%;
    }
    
    .logo-photo{
        margin: 0 auto;
        width: 100%;
    }
    
    .hp{
        width: 100%;
        background: #2263a8;
        margin: auto;
        text-align: center;
        font-size: 40px;
    }
    
    .hp-url{
        color: white;
    }
    
    .hp-photo{
        width: 100%;
    }
    
    .contents{
        border: 1px solid #aaa;
        background: #f9f9f9;
        margin: 50px auto;
        width: 100%;
    }
    
    .appeal-title{
        background: #f9f9f9;
        text-align: center;
    }
    
    .appeal-table{
        font-size: 20px;
        margin-bottom: 50px;
        text-align: inherit;
    }
    
    .cost-photo{
        width: 100%;
    }

    .return-photo{
        width: 100%;
    }

    .contact-photo{
        width: 100%;
    }
    
    .kuchikomi1{
        width: 100%;
    }
    
    .kuchikomi2{
        width: 100%;
    }

    .store-photo{
        width: 100%;
    }
}