.flyer{
    width:100%;
    max-width:1000px;
    margin:auto;
}
.flyer .text{
    color: #483842;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.28px;
}
.flyer .text > span{color: #D20606;}
.flyer .img-box{margin: 45px 0px 0px 0px;}
.flyer .img-box .check{
    color: #483842;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin:0px 0px 10px 0px;
}
.flyer .img-box a{
    width: 600px;
    margin:auto;
    display:block;
}
.kuyousai-banner > a{
    display: flex;
    width: 384px;
    height: 64px;
    content:url(../images/sanretsu/banner.png);
    margin:20px auto 5px auto;
}
.no-sanretsu-text > strong{font-weight: 600;}
.no-sanretsu{padding:30px 0px 0px 0px}
.kuyousai-banner > a:hover,.kuyousai-banner > a:active{content:url(../images/sanretsu/banner_hover.png)}
@media screen and (max-width: 768px){
    .sanretsu-contents .page-title{
        padding:30px 0px 20px 0px;
    }
    .flyer{
        width:calc(100% - 40px);
        padding:0px 20px;
    }
    .flyer .text{
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 1.2px;
    }
    .flyer .img-box{margin:20px 0px 0px 0px}
    .flyer .img-box .check{
        font-size: 14px;
        line-height: 24px;
        margin:0px 0px 20px 0px;
    }
    .flyer .img-box a{width:100%};
    .sanretsu-contents .contact-header{padding:20px 0px 10px 0px}
    .no-sanretsu-text{
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 1.2px;
        text-align: left;
        padding:0px 20px;
    }
    .no-sanretsu-text > strong{font-weight:600}
    .kuyousai-banner > a{
        width: 300px;
        height: 50px;
    }
}


.date th,.date td{
    padding:40px 0px 0px 0px;
    border-bottom:none;
}
.date .date-box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.date .date-box p{
    color: #483841;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}
.date .date-box p span{
    font-size: 20px;
    font-weight: 600;
}
.date .date-box p .day{
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
}
.date .date-box p strong{
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
}
.date .date-box .user-date{
    color:#483841;
    border-bottom: 1px solid #483841;
}
.date .date-box .user-deadline{color: #D20606;}
.date-time th{
    padding:27px 0px 0px 0px;
    border-bottom:none
}
.date-time td{
    padding:20px 0px 0px 0px;
    border-bottom: none;
}
#time2_row th{padding:8px 0px 0px 0px;}
#time2_row td{padding:0px}
.date-time #display_time1 label,.date-time #display_time2 label{
    color: #483841;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
}
.date-time #display_time1 label > span,.date-time #display_time2 label > span{
    font-size: 14px;
    font-weight: 400;
}
.check-text th, .check-text td{border-bottom: 1px dashed #BBB;}
.check-text .check{
    color: #D20606;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.2px;
}
.bank dl{
    padding: 0px 0px 0px 54px;
    display: grid;
    grid-template-columns: 200px 1fr;
}
.bank dl dt{
    color: #483841;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}
.bank dl dd{
    color: #483841;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.2px;
}
@media screen and (max-width: 768px){
    .date th, .date td{padding:0px}
    .date .date-box{
        flex-direction: column;
        padding:20px 0px 0px 0px;
        gap:0;
        align-items: flex-start;
    }
    .date-time th{padding:10px 0px 0px 0px;}
    .date-time td{padding:4px 0px 0px 0px}
    .check-text th{
        border-bottom: none;
        padding:0;
    }
    .check-text td{padding:0px 0px 20px 0px}
    .bank td{padding:20px 0px 10px 0px}
    .bank dl{
        padding:6px 0px 0px 0px;
        display:flex;
        flex-direction: column;
    }
    .bank dl dt{
        line-height: normal;
        margin:0px 0px 4px 0px;
    }
    .bank dl dd{
        letter-spacing: 1.2px;
        margin:0px 0px 10px 0px;
    }
}

.select-num p{
    display: flex;
    align-items: center;
    align-self: stretch;
    color: #483841;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom:6px;
}
.select-num p > strong{
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    width: 24px;
    height:26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    margin-right:20px;
}
.select-num p > .saitama-kawaguchi{background: #95BF61;}
.select-num p > .tokyo-ikebukuro{background: #EA967A;}
.select-num p > .yokohama-aoba{background: #69A3B7;}

select{
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #BBB;
    background:#FFF;
    font-size:16px;
    font-weight: 400;
    line-height: normal;
    color:#483841
}
.pet-name td{
    color: #483841;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.pet-name-box{
    display: flex;
    align-content: center;
    align-items: center;
    align-self: stretch;
    gap: 4px 18px;
    flex-wrap: wrap;
}
.pet-name input[type="search"]{width:180px;}
@media screen and (max-width: 768px){
    select{width:100%;}
    .pet-name-box{
        flex-direction: column;
        gap:4px;
    }
    .pet-name-box label{
        display: flex;
        align-items: center;
        width:100%;
        white-space: nowrap;
    }
    .pet-name input[type="search"] {
        flex-grow: 1;
        width: 100%;
    }
}

.flower .required{align-items: flex-start;}
.flower .required .text-wrap {
    display: block;
    padding:0px 35px 0px 0px;
}
.flower .required .text-wrap > .flower-note{
    color: #483841;
    font-size: 13px;
    font-weight: 400;
}
.flower .check{
    color: #D20606;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.2px;
}
.flower .flower-genre{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #483841;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.flower .flower-genre > strong{
    display: flex;
    height: 26px;
    padding: 0 10px;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    flex-shrink: 0;
    white-space: nowrap;
}
.flower .flower-genre > .saitama-kawaguchi{background: #95BF61;}
.flower .flower-genre > .tokyo-ikebukuro{background: #EA967A;}
.flower .flower-genre > .yokohama-aoba{background: #69A3B7;}
@media screen and (max-width: 768px){
    .flower #flower_option{padding:10px 0px;}
}