@charset "UTF-8";

.subsidy__block {
    margin: 15px 0;
    padding-right: 28px;
    padding-left: 28px;
}

.subsidy__wrap {
    margin-top: 38px;
}

.hdg__subsidy__lv2 {
    font-size: 1.4rem;
    font-weight: 500;
}

.subsidy__items {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.subsidy__item {
    background-color: rgba(160,139,92,.08);
    border-left: 5px solid #8b7246;
    padding: 10px;
}

.subsidy__lead {
    font-size: 1.8rem;
    font-weight: 700;
}

.subsidy__text {
    font-size: 1.1rem;
}

.subsidy__plus {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.subsidy__plus::before,
.subsidy__plus::after {
    content: "";
    position: absolute;
    background-color: #555;
    left: 50%;
    transform: translateX(-50%);
}

.subsidy__plus::before {
    width: 2px;
    height: 20px;
    top: 0;
}

.subsidy__plus::after {
    width: 20px;
    height: 2px;
    top: 9px;
}

.subsidy__col3 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subsidy__table {
    width: 100%;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.subsidy__table > thead th {
    background-color: #f5f5f5;
    padding: 6px 16px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.subsidy__table > thead th .small {
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.subsidy__table > tbody th,
.subsidy__table > tbody td {
    border-bottom: 1px solid #ddd;
    padding: 6px;
}

.subsidy__table > tbody th {
    width: 42%;
    text-align: center;
    font-size: 1rem;
}

.subsidy__table > tbody td {
    width: 58%;
    color: #8b7246;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.subsidy__table > tbody td > em {
    font-size: 1.8rem;
    font-weight: 500;
}

.subsidy__note {
    margin-top: 10px;
    font-size: 1rem;
}

.subsidy__block__item {
    margin-top: 20px;
}

.subsidy__hdg__wrap {
    display: flex;
    flex-direction: column;
}

.hdg__subsidy__lv3 {
    font-size: 1.3rem;
    font-weight: 500;
}
.subsidy__hdg__text {
    font-size: 1rem;
}

._mt10 {
    margin-top: 10px !important;
}

.table_data._center .col_black {
    color: #111;
}
.subsidy__list {
    margin-top: 12px;
}

.subsidy__list > li {
    position: relative;
    font-size: 1.2rem;
    padding-left: 10px;
    font-weight: 500;
}

.subsidy__list > li::before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #555;
}

.box__01 {
    margin-top: 20px;
    border: 2px solid #ddd;
    padding: 10px;
}

.box__01__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box__01__hdg {
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.box__01__text {
    margin-top: 10px;
    font-size: 1.1rem;
}

.box__01__figure {
    width: 70%;
    margin: 0 auto;
    line-height: inherit;
}

.box__01__figure > img {
    max-width: 100%;
}

.box__01__figure > .caption {
    text-align: center;
    line-height: inherit;
    font-size: 1rem;
}

@media screen and (min-width:768px){
    .subsidy__block {
        margin-top: 48px;
        margin-bottom: 31px;
        padding-right: calc(12.5vw + 32px);
        padding-left: calc(12.5vw + 32px);
    }
    .subsidy__wrap {
        margin-top: 38px;
    }
    
    .hdg__subsidy__lv2 {
        font-size: 1.8rem;
    }
    
    .subsidy__items {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    
    .subsidy__item {
        flex: 1;
        padding: 20px 10px;
    }
    
    .subsidy__lead {
        font-size: 2.2rem;
    }
    
    .subsidy__text {
        font-size: 1.3rem;
    }
    
    .subsidy__col3 {
        margin-top: 38px;
    }
    
    .subsidy__table > thead th {
        font-size: 1.6rem;
    }
    
    .subsidy__table > thead th .small {
        font-size: 1.2rem;
    }
    
    .subsidy__table > tbody th {
        font-size: 1.3rem;
    }
    
    .subsidy__table > tbody td {
        font-size: 1.8rem;
    }
    
    .subsidy__table > tbody td > em {
        font-size: 3rem;
    }
    
    .subsidy__note {
        font-size: 1.3rem;
    }
    
    .subsidy__block__item {
        margin-top: 38px;
    }
    
    .subsidy__hdg__wrap {
        gap: 10px;
        flex-direction: row;
        align-items: center;
    }
    
    .hdg__subsidy__lv3 {
        font-size: 1.8rem;
        white-space: nowrap;
    }

    .subsidy__hdg__text {
        font-size: 1.4rem;
    }
        
    .subsidy__list {
        margin-top: 24px;
    }
    
    .subsidy__list > li {
        font-size: 1.6rem;
        padding-left: 15px;
    }
    
    .subsidy__list > li::before {
        top: 12px;
    }
    
    .box__01 {
        margin-top: 38px;
        padding: 20px;
    }
    
    .box__01__inner {
        flex-direction: row;
        gap: 30px;
    }

    .box__01__content {
        flex: 1;
    }
    
    .box__01__hdg {
        font-size: 1.8rem;
    }
    
    .box__01__text {
        font-size: 1.6rem;
    }
    
    .box__01__figure {
        flex: 0 0 20%;
    }

    .box__01__figure > .caption {
        font-size: 1.2rem;
    }
}

@media screen and (min-width:960px){
    .subsidy__col3 {
        flex-direction: row;
        gap: 30px;
    }

    .subsidy__table > thead th {
        height: 73px;
    }
    
    .subsidy__table > thead th .small {
        position: static;
        display: block;
        transform: none;
    }
}

@media screen and (min-width:1600px){
    .subsidy__table > thead th {
        height: auto;
    }
    .subsidy__table > thead th .small {
        position: absolute;
        transform: translateY(-50%);
    }
}

.subsidy_list {
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.subsidy_list > li {
    position: relative;
}

.subsidy_list > li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/img/biz/subsidy/arrow.png) no-repeat left top /cover;
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: -30px;
}

.subsidy_list > li:last-child::before {
    content: none;
}

.subsidy_list > li > .border {
    border: 2px solid #ddd;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.subsidy_list > li > .border > .num {
    width: 30px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
    font-weight: 500;
    text-align: center;
}

.subsidy_list > li > .border > .text {
    flex: 1;
    padding-left: 20px;
    margin-left: 10px;
    border-left: 1px solid #8b7246;
    font-weight: 700;
}

.subsidy_list > li > .text_block {
    margin-top: 10px;
}

@media screen and (min-width:768px){
    .subsidy_list {
        margin-top: 57px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .subsidy_list > li {
        display: flex;
        gap: 30px;
        width: 100%;
    }

    .subsidy_list > li::before {
        left: 19%;
        right: auto;
        margin: 0;
        bottom: -37px;
    }

    .subsidy_list > li > .border {
        width: 40%;
    }

    .subsidy_list > li > .text_block {
        margin-top: 0;
        flex: 1;
    }
}