.index-1{
    font-size: 24px;
    font-weight: bold;
    /* margin-bottom: -20px; */
}

.border{
    border-top: 1px solid var(--color-gray);
    margin-top: 60px;
    margin-bottom: 40px;
}

.mb-0{
    margin-bottom: 0px !important;
}

.mt-0{
    margin-top: 0px !important;
}

.underline{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.text-blue{
    color: #0062c2;
}

.title_card{
    font-size: 24px;
    color: #0062c2;
    text-align: center;
    margin: 0px;
}

.content_card{
    font-size: 22px;
    margin: 15px 0 0 0;
    line-height: 1.3;
}

.cardC-left{
    border: 3px solid #0062c2;
    border-radius: 20px;
    padding: 20px;
}

.cardC-right{
    border: 3px solid #0062c2;
    border-radius: 20px;
    padding: 20px;
}

.cardC .discList{
    margin: 10px 0 0 20px;
}

.sup{
    vertical-align: super;
    font-size: smaller;
}

.text-red{
    color: red;
}

.table_it th, td{
    border: 1px solid #ccc;
    padding: 10px;
}

.table_it th{
    background-color: #f2f2f2;
    font-weight: bold;
    vertical-align: middle;
}

.f2f2f2{
    background-color: #f2f2f2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin: 0px;
}

.mg-0{
    margin: 0px;
}

.bee0ee{
    background-color: #bee0ee;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 30px 0 0 0;
}

.bee0ee p{
    margin: 0px;
}

.text-cc0066{
    color: #cc0066;
}

.table_accordion th, td{
    border: 1px solid #ccc;
}

.table_accordion .text_table_left{
    text-align: left;
}


.table_accordion th{
    text-align: center;
    padding: 10px;
}

.table_accordion td{
    text-align: right;
    padding: 10px;
    background-color: #fff;
}

.table_accordion th{
    font-weight: bold;
    background-color: #D2E9E6;
}

.fcf1cb{
    background-color: #fcf1cb !important;
}

.bg_blue{
    background-color: #F0F5FA !important;
}

.font-20{
    font-size: 20px;
}

.f3f7fd{
    background-color: #f3f7fd;
}

.table_it_introduction{
    width: 90%;
    margin: 0 auto;
}


.table_it_introduction th{
    background-color: #06a2e9;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.table_it_introduction td{
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
}

.table_it_introduction td.blank{
    border: none;
}

.table_it_introduction td a{
    font-weight: normal;
    color: #009cdb;
}

.anc_link a{
    color: #000 !important;
    font-weight: normal !important;
}

.accordion-icn::before, .accordion-icn::after {
    right: 5px;
}

.subsidy-center .text-solution{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
}

.subsidy-center a:hover img{
    opacity: 0.7;
}

@media screen and (min-width: 769px){
    .anc_link{
        margin-top: -45px;
    }

    .hidden_pc{
        display: none;
    }

    .table_it_introduction .col-grid-1{
        width: 2%;
    }
    
    .table_it_introduction .col-grid-2{
        width: 41%;
    }
    
    .table_it_introduction .col-grid-3{
        width: 55%;
    }
    
    .table_it_introduction .col-grid-4{
        width: 2%;
    }

    .cardD-imgArea{
        margin: auto;
        width: 25%;
    }

    .cardD-imgArea img{
        height: 115px;
    }

    .cardD-txtArea{
        width: 75%;
    }

    .table_it .col-grid-1{
        width: 12% !important;
    }
    
    .table_it .col-grid-2{
        width: 23% !important;
    }
    
    .table_it .col-grid-3{
        width: 65% !important;
    }

    .table_accordion .col-grid-1{
        width: 40%;
    }
    
    .table_accordion .col-grid-2{
        width: 20%;
    }
    
    .table_accordion .col-grid-3{
        width: 20%;
    }
    
    .table_accordion .col-grid-4{
        width: 20%;
    }

    .table_accordion{
        width: 90%;
        margin: 0 auto;
    }

    .pcHide{
        display: none;
    }

}

@media screen and (max-width: 768px){
    .spHide{
        display: none !important;
    }

    .anc_link{
        margin-top: 0px;
    }

    .cardC-left{
        width: 100%;
    }
    
    .cardC-right{
        width: 100%;
    }

    .hidden_sm{
        display: none;
    }

    .table_it_introduction .col-grid-1{
        width: 2%;
    }
    
    .table_it_introduction .col-grid-2{
        width: 96%;
    }
    
    .table_it_introduction .col-grid-3{
        width: 2%;
    }

    .table_it .col-grid-1{
        width: 20% !important;
    }
    
    .table_it .col-grid-2{
        width: 30% !important;
    }
    
    .table_it .col-grid-3{
        width: 50% !important;
    }

    .pb-sm-20{
        padding-bottom: 20px !important;
    }

    .img_sp{
        width: 100%;
    }

    .cardD-imgArea {
        width: 100%;
    }
    
    .cardD-txtArea{
        width: 100%;
    }

    .cardD{
        text-align: center;
    }

    .subsidy-center .text-solution{
        font-size: 18px;
        line-height: 1.75;
    }

    .subsidy-center img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) and (min-width: 470px){
    .table_accordion .col-grid-1{
        width: 40%;
    }
    
    .table_accordion .col-grid-2{
        width: 20%;
    }
    
    .table_accordion .col-grid-3{
        width: 20%;
    }
    
    .table_accordion .col-grid-4{
        width: 20%;
    }

    .table_accordion{
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 469px){
    .table_accordion{
        width: 100%;
        font-size: 12px !important;
    }

    .table_accordion .col-grid-1{
        width: 60%;
    }
    
    .table_accordion .col-grid-2{
        width: 13.3%;
    }
    
    .table_accordion .col-grid-3{
        width: 13.3%;
    }
    
    .table_accordion .col-grid-4{
        width: 13.3%;
    }

    .table_accordion th{
        padding: 5px;
    }
    
    .table_accordion td{
        padding: 5px;
    }

    .font-20{
        font-size: 14px;
    }
}

@media screen and (max-width: 446px) and (min-width: 415px){
    .content_card_sp{
        font-size: 20px;
    }
}

@media screen and (max-width: 414px) and (min-width: 384px){
    .content_card_sp{
        font-size: 18px;
    }
}

@media screen and (max-width: 383px) and (min-width: 354px){
    .content_card_sp{
        font-size: 16px;
    }
}

@media screen and (max-width: 353px){
    .cardC-left{
        padding: 20px 5px;
    }

    .cardC-right{
        padding: 20px 5px;
    }

    .content_card_sp{
        font-size: 15.5px;
    }

    .cardC-left ul{
        padding: 0 30px;
    }

    .cardC-right ul{
        padding: 0 30px;
    }
}

@media screen and (max-width: 415px) and (min-width: 374px){
    .cardD-txt_sp{
        font-size: 14px;
    }
}

@media screen and (max-width: 373px) and (min-width: 353px){
    .cardD-txt_sp{
        font-size: 13px;
    }
}

@media screen and (max-width: 352px){
    .cardD-txt_sp{
        font-size: 12px;
    }

    .cardD-link {
        padding: 10px 0;
    }
}

@media screen and (max-width: 375px){
    .fs-sp-375{
        font-size: 0.9em!important;
    }
}



