/* PC */
#tax_title {
  position: relative;
}
#tax_title h1 {
  position: absolute;
  z-index: 3;
  padding: 0;
}
#tax_title .tax_text {
  position: absolute;
  z-index: 3;
}
#tax_title .tax_main {
  position: relative;
  z-index: 1
}
@media print, screen and (min-width: 1341px) {
  #main_contents br.brPcOver {
    display: block !important;
  }
}
@media (max-width:1340px) {
  #main_contents br.brPcOver {
    display: none !important;
  }
}
@media print, screen and (min-width: 751px) {
  #tax_title h1 {
    left: 7.66vw;
    width: 49vw;
    margin-top: 4vw;
  }
  #tax_title .tax_text {
    left: 8.66vw;
    width: 39.8vw;
    margin-top: 12.6vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  #tax_title .tax_text p {
    position: relative;
    z-index: 2;
  }
  #tax_title .tax_text .tax_text_bg {
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    left: -8.66vw;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005b16+0,005b16+99&0.65+0,0.65+78,0+100 */
    background: linear-gradient(to right, rgba(0, 91, 22, 0.65) 0%, rgba(0, 91, 22, 0.65) 78%, rgba(0, 91, 22, 0.03) 99%, rgba(0, 91, 22, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #main .red {
    color: #e50000;
  }
  #main h3 {
    font-weight: 900;
  }
  #main h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    border-radius: 5px;
    border-left: none;
  }
  #main h4.blue {
    background-color: #007cc0;
  }
  #main h4.green {
    background-color: #00984b;
  }
  #main h4.red {
    background-color: #e50000;
  }
  #main a.textLink {
    color: #00984b;
    text-decoration: underline;
  }
  #main a.textLink:hover {
    text-decoration: none;
  }
  #main.boxTable th, #main .boxTable td {
    padding: 20px;
  }
  #main .boxTable1 .th1 {
    width: 20%;
  }
  #main .boxTable1 .th2, #main .boxTable1 .th3 {
    width: 40%;
  }
  #main .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main .column .box2_1 {
    width: calc(50% - 12.5px);
    width: -webkit-calc(50% - 12.5px);
  }
  #main #subsidyLink {
    margin-top: 60px !important;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
  }
  #main #subsidyLink .subsidy_img {
    display: flex;
    align-items: center;
  }
  #main #subsidyLink .subsidy_text {
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  #main #subsidyLink .subsidy_text_inner {
    display: block;
    width: 100%;
  }
  #main #subsidyLink .car_name {
    font-size: 30px;
    font-weight: 900;
  }
  #main #subsidyLink .car_price {
    font-size: 24px;
  }
  #main #subsidyLink .car_price span {
    font-size: 48px;
    font-weight: 900;
    color: #e50000;
  }
  @media (min-width: 751px) and (max-width:900px) {
    #main #subsidyLink .car_price span {
      font-size: 44px;
      font-size: clamp(2.625rem, 0.75rem + 4vw, 3rem);
    }
  }
  #main #subsidyLink .subsidyBtn {
    margin-top: 40px;
    display: block;
  }
  #main #subsidyLink .subsidyBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    margin: 0 auto;
    padding: 0 10px;
    background-color: #2ca3e5;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    height: 70px;
    transition: 0.3s all;
  }
  #main #subsidyLink a img {
    width: 14px;
    margin-left: 15px;
  }
  #main #subsidyLink a:hover {
    background-color: #007cc0;
  }
  #main .mt60_pc {
    margin-top: 60px !important;
  }
  #main .mt30_pc {
    margin-top: 30px !important;
  }
  #main .mt20_pc {
    margin-top: 20px !important;
  }
  #main .mt10_pc {
    margin-top: 10px !important;
  }
  #main .mt0_pc {
    margin-top: 0px !important;
  }
}