@charset "utf-8";
@import url("base.css");
/*--京app_contents/reminder.css--*/
/*##########mobile_first##########*/
/*##########SP##########*/

.reminder_box{
    padding: 1rem;
    background: #fff;
    border-radius: 0.5rem;
}

.reminder_box .contact_title{
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.reminder_box p{
    margin-bottom: 0.5rem;
}

.reminder_box dl{
    margin-bottom: 1rem;
}

.reminder_box dl dt{
    margin-bottom: 0.3em;
}

.reminder_box dl dd{}

.reminder_box dl dd input[type="text"]{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #bfbfbf;
    border-radius: 0.25rem;
    font-size: 1.2rem;
    padding: 0.4em;
    margin: 0 0 0.5em 0;
}

.contact_submit{}

.contact_submit .submit_btn{
    display: flex;
    justify-content: center;
}

.contact_submit .submit_btn input[type="button"]{
    width: 60vw;
    height: 12vw;
    border-radius: 0.25rem;
    border: none;
    background: #2e7d5b;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
}

/*##########TAB##########*/
@media (min-width: 768px) {}

/*##########PC##########*/
@media (min-width: 1024px) {}