@charset "UTF-8";


.add_title_h{
    color:#fff;
    text-align: center;
    font-size:32px;
    z-index: 10;
}

.add_title_h span{
    color:#fff;
    font-size:44px;
    font-weight: 500;
}

@media screen and (max-width: 768px){
    .add_title_h{
        font-size:18px;
    }
    .add_title_h span{
        font-size: 27px;
    }
}

.nobori{
    width:150px;
    z-index: 11;
    margin-left: 1em;
}
@media screen and (max-width: 768px){
    .nobori{
        width:80px;
        margin-left: 0;
    }
}

.add_lead{
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 768px){
    .add_lead{
        font-size: 16px;
    }
}

.time_table{
    width:100%;
    margin-top: 50px;
    border-collapse: collapse;
}
.time_table th{
    background-color: #11704A;
    font-size: 24px;
    color:#fff;
    font-weight: 500;
    padding: 10px 5px;
    width:30%;
    border-top: 3px solid #11704A;
    border-bottom: 3px solid #11704A;
}
.time_table td{
    font-size: 24px;
    padding: 10px 5px;
    line-height: 1em;
    text-align: center;
}
.time_table td span{
    font-size: 20px;
}
.add_bo_ltb{
    border-top: 3px solid #11704A;
    border-bottom: 3px solid #11704A;
}
.add_bo_trb{
    border-top: 3px solid #11704A;
    border-bottom: 3px solid #11704A;
    border-right: 3px solid #11704A;
}
.add_sp_only{
    display: none;
}
@media screen and (max-width: 768px){
    .time_table{
        margin-top: 30px;
    }
    
    .time_table th, .time_table td{
        font-size: 16px;
        width:auto;
    }
    .time_table td span{
        font-size: 14px;
    }
    .add_sp_only{
        display: block;
    }
}


.public_wrap{
    padding: 0 10px;
}
.add_public{
    font-size:32px;
    margin-top: 40px;
    border-left: #11704A 10px solid;
    padding-left: 5px;
    line-height: 1em;
}
.add_public span{
    font-size: 20px;
}
.jokyo_btn{
    width:200px;
}
.add_address{
    font-size: 20px;
    margin-top: 5px;
    padding-left: 15px;
    border-top:5px dotted #333;
}
@media screen and (max-width: 768px){
    .add_public{
        font-size:22px;
    }
    .title_jusyo{
        font-size:17px;
    }
    
    .add_address{
        font-size:17px;
        border-top:3px dotted #333;
    }
}

.add_hosoku{
    font-size: 18px;
    margin-top: 40px;
}
.add_cyui{
    font-size: 14px;
}
@media screen and (max-width: 768px){
    .add_hosoku{
        font-size: 16px;
        margin-top: 30px;
    }
    .add_cyui{
        font-size: 13px;
        padding-left: 1em;
        text-indent: -1em;
    }
}

.add_wrap{
    display: grid;
    grid-auto-flow: column;
    align-items: flex-end;
    width:90%;
    grid-template-columns:80% 20%;
}

.info_btn{
    width:200px;
    font-size:20px;
    text-align: center;
    border-radius: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.info_btn.blue{
    background-color: #2B8ED9;
    color:#fff;
}
.info_btn.yellow{
    background-color: #F2E530;
    color:#333;
}
.info_btn.red{
    background-color: #D9414B;
    color:#fff;
}
.info_btn.end{
    background-color: #333;
    color:#fff;
}

@media screen and (max-width: 768px){
    .add_wrap{
        display: block;
        width: 100%;
    }
    .info_btn{
        width:180px;
        height: 25px;
        line-height: 25px;
        font-size: 18px;
        margin: 10px 0 5px 15px;
    }
}