@charset "utf-8";

.tax_back{background-color: white;border-radius: 10px;margin-bottom: 20px;}
.tax_intro{margin-bottom: 30px;}
.tax {width: 75vw;margin: 0 auto;padding: 15px 0 25px 0;}
.tax_title_wrap{display: flex;flex-direction: row;align-items: center;margin-bottom: 15px;}
.tax_title{font-weight: bold;color: #004680;font-size: 24px;line-height: 35px;padding-top: 20px;}
.tax_numbers {color: #004680;font-weight: bold;display: flex;flex-direction: column;align-items: center;margin-right: 20px;}
.tax_number {font-size: 50px;line-height: 50px;margin-top: -10px;}
.tax_text{text-align: justify;}

@media(min-width:768px){
    .section_title.bgtext{margin-bottom: 40px;}
    .zig_wrap{margin-top: 280px;}
    .tax_intro{text-align: center;margin-bottom: 50px;}
    .tax_wrap{display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;}
    .tax_back{width: min(25vw,420px);margin-bottom: 0;}
    .tax{width: min(21vw,360px);}
    .tax_title{font-size: min(2vw,28px);}
}


.contents_bg_excursion_wave_top{background-color: #FDFD9A;}
