@charset "UTF-8";
/* CSS Document */
.common_sub_contents .column {
    background-color: #f8f8f8;
}
.wrapper{
    margin-bottom: 12rem;
    scroll-margin-top: 8rem;
}
.wrapper:last-of-type{
    margin-bottom: 14rem;
}
.wrapper>.inner{
    width: min(80%,1400px);
    margin: 0 auto;
}
.wrapper>.inner .column{
    display: flex;
}
.wrapper>.inner .column .section_title{
    width: 28%;
}
.wrapper>.inner .column .container{
    width: 72%;
}
.title_image{
    margin-bottom: 12rem;
}
.main .bg{
    border-radius: 120px 0 0 0;
    overflow: hidden;
    background-color: #f8f8f8;
}
.main .bg .bg_image{
    display: block;
    margin-bottom: 12rem;
}


/*---------------------------------

  ページ内リンク

---------------------------------*/
.scroll_link{
    margin-bottom: 12rem;
}
.scroll_link ul{
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.scroll_link ul li{
    width: calc(25% - 3%);
    margin-bottom: 2rem;
}
.scroll_link .scroll_link_btn{
    display: block;
    font-size: clamp(14px,1.8rem,17px);
    padding: 1.8rem 0;
    position: relative;
    border-bottom: solid 2px #01d765;
    transition: 0.35s;
}
.scroll_link .scroll_link_btn .arrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(3.7rem,38px);
    height: min(3.7rem,38px);
    border-radius: 50%;
    background-color: #01d765;
    transition: 0.35s;
}
.scroll_link .scroll_link_btn:hover .arrow{
    background-color: #04ed70;
}
.scroll_link .scroll_link_btn .arrow::before{
    content: '';
    width: min(1.7rem,16px);
    height: min(1.7rem,16px);
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.35s;
    background: url("../img/taxi/arrow_down.svg")center top/100% auto no-repeat;
}
.scroll_link .scroll_link_btn .arrow::after{
    content: '';
    width: min(1.7rem,16px);
    height: min(1.7rem,16px);
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.35s;
    background: url("../img/taxi/arrow_down.svg")center top -4rem/100% auto no-repeat;
}
.scroll_link .scroll_link_btn:hover .arrow::before{
    background: url("../img/taxi/arrow_down.svg")center top 4rem/auto no-repeat;
}
.scroll_link .scroll_link_btn:hover .arrow::after{
    background: url("../img/taxi/arrow_down.svg")center top/100% auto no-repeat;
}
@media print, screen and (max-width: 1200px){
    .scroll_link ul li:last-of-type .scroll_link_btn{
        font-size: clamp(12px,1.6rem,17px);
    }
}
@media print, screen and (max-width: 1024px){
    .scroll_link ul{
        gap: 3%;
    }
    .scroll_link ul li{
        width: calc(33.333% - 2%);
    }
    .scroll_link .scroll_link_btn{
        padding: 2rem 0;
    }
    .scroll_link ul li:last-of-type .scroll_link_btn{
        font-size: clamp(14px,1.8rem,17px);
    }
}


/*---------------------------------

  料金案内

---------------------------------*/
.wrapper.price .meter{
    margin-bottom: 5rem;
}
.wrapper.price .container h4{
    background-color: #01d765;
    color: #fff;
    font-weight: 700;
    font-size: clamp(15px,2rem,20px);
    padding: 1rem 2.5rem;
    border-radius: 5rem;
    margin-bottom: 1.5rem;
}
.wrapper.price .container table{
    width: 100%;
    font-size: clamp(15px,1.8rem,18px);
}
.wrapper.price .container .discount table{
    margin-bottom: 3rem;
}
.wrapper.price .container table tr th,.wrapper.price .container table tr td{
    width: 50%;
    border-collapse: collapse;
    border: 1px solid #01d765;
    padding: 1.8rem 2rem;
    line-height: 1.4;
}
.wrapper.price .container table tr th{
    text-align: left;
    background-color: #F7F7F7;
}
.wrapper.price .container table tr th span{
    font-size: clamp(13px,1.3rem,15px);
    line-height: 2rem;
}
.wrapper.price .container table tr:first-of-type th{
    font-weight: 700;
    text-align: center;
}
.wrapper.price .container table tr td{
    text-align: center;
    vertical-align: middle;
}
.wrapper.price .container .note{
    font-size: clamp(13px,1.6rem,16px);
    line-height: 1.4;
    position: relative;
    padding-left: clamp(15px,1.8rem,18px);
}
.wrapper.price .container .note::before{
    content: '※';
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    font-size: clamp(13px,1.6rem,16px);
    line-height: 1.4;
    position: absolute;
    left: 0;
    top: 0;
}
.wrapper.price .container .note:first-of-type{
    margin-bottom: 1rem;
}


/*---------------------------------

  お支払い方法

---------------------------------*/
.wrapper.payment .container .method{
    margin-bottom: 4.2rem;
}
.wrapper.payment .container .method:last-of-type{
    margin-bottom: 0;
}
.wrapper.payment .container .method h4{
    font-size: clamp(16px,2rem,20px);
    font-weight: 700;
    padding-bottom: 1.5rem;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid #01d765;
    line-height: 1;
}
.wrapper.payment .method .text{
    font-size: clamp(15px,1.8rem,17px);
}
.wrapper.payment .method .card_company{
    width: min(100%,400px);
    margin-bottom: 1.5rem;
}
.wrapper.payment .method ul{
    padding-top: 1rem;
}
.wrapper.payment .method ul li{
    margin-bottom: 0.4rem;
    padding-left: 20px;
    position: relative;
}
.wrapper.payment .method ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DBDBDB;
}


/*---------------------------------

  待機場所

---------------------------------*/
.wrapper.stand .container .map{
    width: min(100%,800px);
    height: min(44rem,600px);
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 3rem;
    transform: translateY(0px);
}
.wrapper.stand .container .map iframe{
    width: 100%;
    height: 100%;
}
.wrapper.stand .container p{
    font-size: clamp(15px,1.8rem,18px);
    padding-bottom: 2rem;
}
.wrapper.stand .container table{
    width: 100%;
    font-size: clamp(15px,1.8rem,17px);
}
.wrapper.stand .container table tr th,.wrapper.stand .container table tr td{
    text-align: left;
    padding: 1.8rem 1rem;
    line-height: 1.8;
    border-top: solid 1px #DBDBDB;
}
.wrapper.stand .container table tr:last-of-type th,.wrapper.stand .container table tr:last-of-type td{
    border-bottom: solid 1px #DBDBDB;
}
.wrapper.stand .container table tr th{
    font-weight: 600;
    width: 40%;
}
.wrapper.stand .container table tr td{
    width: 60%;
}
.wrapper.stand .container table tr th .number{
    display: block;
    padding-left: 40px;
    position: relative;
}
.wrapper.stand .container table tr th .number::before{
    content: '1';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background-color: #01d765;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
}
.wrapper.stand .container table tr:nth-of-type(2) th .number::before{
    content: '2';
}
.wrapper.stand .container table tr:nth-of-type(3) th .number::before{
    content: '3';
}
.wrapper.stand .container table tr:nth-of-type(4) th .number::before{
    content: '4';
}
.wrapper.stand .container table tr:nth-of-type(5) th .number::before{
    content: '5';
}


/*---------------------------------

  取扱車種

---------------------------------*/
.wrapper.lineup{
    overflow: hidden;
}
.wrapper.lineup .container .image{
    width: min(120%,1000px);
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 3rem;
}
.wrapper.lineup .container ul li{
    margin-bottom: 0.5rem;
    padding-left: 22px;
    position: relative;
    font-size: clamp(15px,1.8rem,17px);
}
.wrapper.lineup .container ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #01d765;
}


/*---------------------------------

  貸切タクシー

---------------------------------*/
.wrapper.charter .container .text{
    font-size: clamp(15px,1.8rem,18px);
    margin-bottom: 3.5rem;
}
.wrapper.charter .container .detail{
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 5px 5px 4rem 6px rgba(20,67,51,0.08);
    padding: 4rem;
}
.wrapper.charter .container .detail .price{
    display: flex;
    align-items: center;
    border-top: solid 1px #01d765;
    border-bottom: solid 1px #01d765;
    padding: 2rem 3rem;
    font-size: clamp(15px,1.8rem,19px);
    margin-bottom: 2.5rem;
}
.wrapper.charter .container .detail .price p:first-of-type{
    width: 20%;
    font-weight: 700;
}
.wrapper.charter .container .detail .price p:last-of-type{
    width: 80%;
}
.wrapper.charter .container .detail ul li{
    margin-bottom: 1rem;
    padding-left: 20px;
    position: relative;
    font-size: clamp(15px,1.7rem,16px);
    line-height: 1.4;
}
.wrapper.charter .container .detail ul li:last-of-type{
    margin-bottom: 0;
}
.wrapper.charter .container .detail ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dbdbdb;
}


/*---------------------------------

  西尾観光タクシー

---------------------------------*/
.wrapper.sightseeing .container .text{
    font-size: clamp(15px,1.8rem,18px);
    margin-bottom: 3.5rem;
}
.wrapper.sightseeing .container .course{
    display: flex;
    gap: 1.2rem;
}
.wrapper.sightseeing .course .box{
    width: calc(33.333% - 0.8%);
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 5px 5px 4rem 6px rgba(20,67,51,0.08);
}
.wrapper.sightseeing .course .box h4{
    text-align: center;
    color: #01d765;
    font-size: clamp(16px,2.2rem,22px);
    line-height: 1;
    font-weight: 700;
    padding: 2rem 0;
    background-color: #F6FAEF;
    border-radius: 30px 30px 0 0;
}
.wrapper.sightseeing .course .box .detail li{
    display: flex;
    align-items: center;
    padding: 2rem;
    border-bottom: solid 1px #E4E4E4;
}
.wrapper.sightseeing .course .box .detail li p:first-of-type{
    font-size: clamp(13px,1.3rem,15px);
    width: 38%;
}
.wrapper.sightseeing .course .box .detail li p:last-of-type{
    font-size: clamp(15px,1.9rem,19px);
    font-weight: 600;
    width: 62%;
}
.wrapper.sightseeing .course .box .route{
    padding: 2rem 2rem 3rem 2rem;
    text-align: center;
}
.wrapper.sightseeing .course .box .route>p{
    font-size: clamp(13px,1.3rem,15px);
    padding-bottom: 1.5rem;
    text-align: left;
}
.wrapper.sightseeing .course .box .route ul{
    padding-left: 0;
	list-style: none;
	display: inline-block;
}
.wrapper.sightseeing .course .box .route ul li{
    font-size: clamp(15px,1.7rem,17px);
    text-align: left;
    position: relative;
    padding-left: 25px;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.wrapper.sightseeing .course .box .route ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 20px;
    height: 20px;
    background: url("../img/taxi/tri_green.png")left center/74% auto no-repeat;
}
.wrapper.sightseeing .course .box .route ul li:last-of-type::before{
    display: none;
}
.wrapper.sightseeing .course .box .route ul li span{
    display: inline-block;
    font-size: clamp(13px,1.3rem,15px);
    line-height: 1;
}


/*---------------------------------

  平日デイサービスタクシー

---------------------------------*/
.wrapper.dayservice{
    margin-bottom: 14rem;
}
.wrapper.dayservice .section_title h3 span{
    line-height: 1.4;
}
.wrapper.dayservice .container .text{
    margin-bottom: 4rem;
}
.wrapper.dayservice .container .text p:first-of-type{
    font-size: clamp(15px,1.8rem,18px);
    margin-bottom: 2rem;
}
.wrapper.dayservice .container .text p.note{
    font-size: clamp(13px,1.6rem,16px);
    line-height: 1.4;
    position: relative;
    padding-left: clamp(15px,1.8rem,18px);
}
.wrapper.dayservice .container .text p.note::before{
    content: '※';
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    font-size: clamp(13px,1.6rem,16px);
    line-height: 1.4;
    position: absolute;
    left: 0;
    top: 0;
}
.wrapper.dayservice .container .apply{
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 5px 5px 4rem 6px rgba(20,67,51,0.08);
    padding: 4rem;
}
.wrapper.dayservice .container .apply h4{
    font-size: clamp(15px,2rem,20px);
    font-weight: 700;
    color: #01d765;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #01d765;
    line-height: 1;
}
.wrapper.dayservice .container .apply .flow{
    border-bottom: 1px solid #01d765;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: clamp(15px,1.8rem,18px);
}
.wrapper.dayservice .container .apply .flow .text{
    margin-bottom: 2rem;
}
.wrapper.dayservice .container .apply .flow dl:first-of-type{
    margin-bottom: 2.5rem;
}
.wrapper.dayservice .container .apply .flow dl dt{
    font-size: clamp(15px,1.8rem,19px);
    font-weight: 700;
    color: #01d765;
    line-height: 1;
    padding-bottom: 1rem;
}
.wrapper.dayservice .container .apply .flow dl dd{
    font-size: clamp(15px,1.7rem,18px);
    line-height: 1.6;
}
.wrapper.dayservice .container .apply .download{
    font-size: clamp(15px,1.7rem,20px);
    line-height: 1;
    background-color: #01d765;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    width: fit-content;
    display: inline-block;
    padding: 1.6rem 5rem 1.6rem 1.8rem;
    margin-top: 1rem;
    position: relative;
    transition: .35s;
}
.wrapper.dayservice .container .apply .download:hover{
    background-color: #04ed70;
}
.wrapper.dayservice .container .apply .download .icon{
    position: absolute;
    right: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 15px;
    background: url("../img/taxi/download.png")center/100% auto no-repeat;
}
.wrapper.dayservice .container .apply .notice h5{
    font-size: clamp(13px,1.6rem,16px);
    font-weight: 700;
    color: #01d765;
    line-height: 1;
    padding-bottom: 2rem;
} 
.wrapper.dayservice .container .apply .notice ul li{
    margin-bottom: 1rem;
    padding-left: 18px;
    position: relative;
    font-size: clamp(15px,1.7rem,16px);
    line-height: 1.4;
}
.wrapper.dayservice .container .apply .notice ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dbdbdb;
}
.wrapper.dayservice .container .apply .notice ul li:last-of-type{
    margin-bottom: 0;
}


@media print, screen and (max-width: 1100px) {
    .wrapper>.inner .column{
        display: block;
    }
    .wrapper>.inner .column .section_title{
        margin-bottom: 5rem;
        width: 100%;
    }
    .wrapper>.inner .column .container{
        width: 100%;
    }
}


@media print, screen and (max-width: 760px) {
    .wrapper{
        margin-bottom: 14rem;
    }
    .wrapper>.inner{
        width: 100%;
        padding: 0 5rem;
    }
    .wrapper>.inner .column .section_title{
        margin-bottom: 6rem;
    }
    .main .bg{
        border-radius: 12rem 0 0 0;
    }
    
    
    /*---------------------------------

      ページ内リンク

    ---------------------------------*/
    .scroll_link ul{
        gap: 6%;
    }
    .scroll_link ul li{
        width: calc(50% - 3%);
        margin-bottom: 2.8rem;
    }
    .scroll_link ul li:last-of-type{
        margin-bottom: 0;
    }
    .scroll_link .scroll_link_btn{
        font-size: 3.1rem;
        padding: 2.5rem 0;
        font-weight: 600;
    }
    .scroll_link ul li .scroll_link_btn.dayservice{
        line-height: 1.3;
        font-size: 3rem;
    }
    .scroll_link .scroll_link_btn .arrow{
        width: 5.2rem;
        height: 5.2rem;
    }
    .scroll_link .scroll_link_btn .arrow::before,
    .scroll_link .scroll_link_btn .arrow::after{
        width: 2.4rem;
        height: 2.4rem;
    }
    
    
    /*---------------------------------

      料金案内

    ---------------------------------*/
    .wrapper.price .meter{
        margin-bottom: 6rem;
    }
    .wrapper.price .container h4{
        font-size: 3.8rem;
        padding: 2rem 4rem;
        border-radius: 10rem;
        margin-bottom: 2rem;
    }
    .wrapper.price .container table{
        font-size: 3.4rem;
    }
    .wrapper.price .container table tr th,
    .wrapper.price .container table tr td{
        padding: 3rem;
    }
    .wrapper.price .container table tr th{
        width: 65%;
    }
    .wrapper.price .container table tr td{
        width: 35%;
    }
    .wrapper.price .container table tr th span{
        font-size: 2.8rem;
        display: block;
        line-height: 1.4;
        padding-top: 1rem;
    }
    .wrapper.price .container .discount table{
        margin-bottom: 4rem;
    }
    .wrapper.price .container .note{
        font-size: 3.1rem;
        padding-left: 3.5rem;
        line-height: 1.7;
    }
    .wrapper.price .container .note:first-of-type{
        margin-bottom: 2rem;
    }
    .wrapper.price .container .note::before{
        font-size: 3.1rem;
        line-height: 1.7;
    }
    
    
    /*---------------------------------

      お支払い方法

    ---------------------------------*/
    .wrapper.payment .container .method{
        margin-bottom: 6rem;
    }
    .wrapper.payment .container .method h4{
        font-size: 3.6rem;
        padding-bottom: 2rem;
    }
    .wrapper.payment .method .text{
        font-size: 3.2rem;
    }
    .wrapper.payment .method .text br{
        display: none;
    }
    .wrapper.payment .method ul{
        padding-top: 2rem;
    }
    .wrapper.payment .method .card_company{
        padding-top: 1rem;
    }
    
    
    /*---------------------------------

      待機場所

    ---------------------------------*/
    .wrapper.stand .container .map{
        height: 64rem;
    }
    .wrapper.stand .container p{
        font-size: 3.2rem;
        padding-bottom: 3rem;
    }
    .wrapper.stand .container table tr th,
    .wrapper.stand .container table tr td{
        width: 100%;
        display: block;
    }
    .wrapper.stand .container table tr th{
        padding: 3.2rem 0 0.5rem;
        font-size: 3.4rem;
    }
    .wrapper.stand .container table tr td{
        border-top: none;
        padding: 0.5rem 0 3.2rem 0;
        font-size: 3.2rem;
    }
    .wrapper.stand .container table tr:last-of-type th{
        border-bottom: none;
    }
    .wrapper.stand .container table tr th .number{
        padding-left: 35px;
    }
    
    
    /*---------------------------------

      取扱車種

    ---------------------------------*/
    .wrapper.lineup .container .image {
        width: min(120%,1000px);
        margin-bottom: 5rem;
    }
    .wrapper.lineup .container ul li{
        padding-left: 20px;
        font-size: 3.2rem;
    }
    .wrapper.lineup .container ul li span{
        font-size: 2.8rem;
    }
    
    
    /*---------------------------------

      貸切タクシー

    ---------------------------------*/
    .wrapper.charter .container .text{
        font-size: 3.2rem;
        margin-bottom: 6rem;
    }
    .wrapper.charter .container .detail{
        padding: 6rem 4rem;
        box-shadow: 2px 2px 3rem 3px rgba(20,67,51,0.06);
    }
    .wrapper.charter .container .detail .price{
        display: block;
        padding: 3.2rem 0;
        margin-bottom: 4rem;
    }
    .wrapper.charter .container .detail .price p:first-of-type{
        width: 100%;
        font-size: 3.4rem;
    }
    .wrapper.charter .container .detail .price p:last-of-type{
        width: 100%;
        font-size: 3.4rem;
    }
    .wrapper.charter .container .detail .price p span{
        font-size: 3rem;
        display: inline-block;
    }
    .wrapper.charter .container .detail ul li{
        font-size: 3.2rem;
        padding-left: 18px;
        margin-bottom: 2.2rem;
        line-height: 1.6;
    }
    .wrapper.charter .container .detail ul li::before{
        top: 8px;
    }
    
    
    /*---------------------------------

      西尾観光タクシー

    ---------------------------------*/
    .wrapper.sightseeing .container .text{
        font-size: 3.2rem;
        margin-bottom: 6rem;
    }
    .wrapper.sightseeing .container .course{
        display: block;
    }
    .wrapper.sightseeing .course .box{
        width: 100%;
        margin-bottom: 5rem;
        box-shadow: 2px 2px 3rem 3px rgba(20,67,51,0.06);
    }
    .wrapper.sightseeing .course .box:last-child{
        margin-bottom: 0;
    }
    .wrapper.sightseeing .course .box h4{
        font-size: 4rem;
        padding: 3.2rem 0;
    }
    .wrapper.sightseeing .course .box .detail li{
        padding: 3rem 4rem;
    }
    .wrapper.sightseeing .course .box .detail li p:first-of-type{
        font-size: 2.8rem;
        width: 32%;
    }
    .wrapper.sightseeing .course .box .detail li p:last-of-type{
        font-size: 3.6rem;
        width: 68%;
    }
    .wrapper.sightseeing .course .box .route{
        padding: 3rem 4rem 3.4rem;
    }
    .wrapper.sightseeing .course .box .route>p{
        padding-bottom: 2.5rem;
    }
    .wrapper.sightseeing .course .box .route ul li{
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }
    
    
    /*---------------------------------

      平日デイサービスタクシー

    ---------------------------------*/
    .wrapper.dayservice .container .text{
        margin-bottom: 6rem;
    }
    .wrapper.dayservice .container .text p:first-of-type{
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
    .wrapper.dayservice .container .text p.note{
        font-size: 3.1rem;
        padding-left: 3.5rem;
        line-height: 1.7;
    }
    .wrapper.dayservice .container .text p.note::before{
        font-size: 3.1rem;
        line-height: 1.7;
    }
    .wrapper.dayservice .container .apply{
        padding: 6rem 4rem;
        box-shadow: 2px 2px 3rem 3px rgba(20,67,51,0.06);
    }
    .wrapper.dayservice .container .apply .flow{
        font-size: 3.2rem;
        margin-bottom: 6rem;
        padding-bottom: 6rem;
    }
    .wrapper.dayservice .container .apply h4{
        font-size: 3.4rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .wrapper.dayservice .container .apply .flow .text{
        margin-bottom: 4rem;
    }
    .wrapper.dayservice .container .apply .flow .text br{
        display: none;
    }
    .wrapper.dayservice .container .apply .flow dl dt{
        font-size: 3.4rem;
        padding-bottom: 2rem;
    }
    .wrapper.dayservice .container .apply .flow dl:first-of-type{
        margin-bottom: 3.5rem;
    }
    .wrapper.dayservice .container .apply .download{
        margin-top: 2rem;
        width: 100%;
        padding: 3rem;
        font-size: 3.4rem;
    }
    .wrapper.dayservice .container .apply .download .icon{
        right: 3rem;
    }
    .wrapper.dayservice .container .apply .notice h5{
        font-size: 3.2rem;
        padding-bottom: 2.5rem;
    }
    .wrapper.dayservice .container .apply .notice ul li{
        font-size: 3.1rem;
        padding-left: 3.5rem;
        line-height: 1.7;
    }
    .wrapper.dayservice .container .apply .notice ul li::before{
        top: 8px;
    }
    
}