





.mode-preview
{
    animation: blinkEffect 2s ease infinite;
    background: rgba(0,0,0,0.5);
    color: #ff0;
    left: 50%;
    padding: 5px 20px;
    position: absolute;
    top: 120px;
    transform: translateX(-50%);
}
@keyframes blinkEffect
{
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}








section
{
    box-sizing: border-box;
    color: #000;
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px 0 0 0;
    position: relative;
    width: 100%;
}

section > dl
{
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    list-style: none;
    padding:0;
    margin: 0;
    text-align: left;
    
}
section > dl>div
{
    padding: 10px;
    border-top:1px solid #434B3B;
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    gap:10px;
}
section > dl > div:last-child {
    border-bottom:1px solid #434B3B;
}
section > dl dt
{
    display:flex;
}
section > dl dt,
section > dl dd
{
    box-sizing: border-box;
}

section > dl dd
{
    width:100%;
    margin:0;
}
section dt span
{
    background: #FFCC00;
    color: #fff;
    display: flex;
    margin-left: 10px;
    padding: 0 10px;
    border-radius: 25px
}
section > dl dd a
{
    color: #000;
    text-decoration: none;
}
section > dl dd a:hover
{
    opacity:0.8;
}











section.detail
{
    margin-top:50px;
    text-align: left;
    padding:25px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
}
section.detail > h2
{
    color: #333;
}
section.detail > h2::before
{
    display: none;
}
section.detail .original-contents
{

}
section.detail .date-disp
{
    font-size: calc(12px * var(--font-scale));
    text-align: right;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
section.detail .tag
{
    background: #ffb748;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 25px;
}
.subsidy_search_title {
    color: #49B100;
    border-bottom: 1px solid #49B100;
    padding: 5px;
    margin-bottom: 20px;
    padding:5px 0px 5px 25px;
    position: relative;
}
.subsidy_search_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../images/others/subsidy_search.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

    .search_label div {
        display: flex;
        flex-wrap: wrap;
    }

    
    .search_label input[type=checkbox] {
        display: none;
    }
    
      .search_label   input[type=checkbox]:checked+label {
        background-color: #FFCC00;
        color: #fff;
    }
.search_label label {
        width: fit-content;
        margin: 0.4vw;
        border: 1px solid #FFCC00;
        border-radius: 2vw;
        display: block;
        padding: 0.2vw 1.5vw;
        cursor: pointer;
        background-color: #FFFFD3;
    }







.inp-btn {
    margin-top: 20px;
    display: flex;
    
}
.inp-btn div {
    margin-right:  10px;
}
.inp-btn input {
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid #FFCC00;
    background-color: #FFCC00;
    font-family: inherit;
    font-weight: bold;
    border-radius: 2vw;
    width: 100%;
    padding: 0.2vw 1vw;
    color:#fff;
}

input.reset-btn {
      color: #fff;
      background-color: #C7C7C7;
      border:  1px solid #fff;
    }

    .subsidy_contents {
        display: flex;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .subsidy_block {
        width: calc( 50% - 20px );
        margin-bottom: 20px;
        background: #fff;
    }
    .subsidy_block a {
        padding: 15px;
        display: block;
        color: #000;
        text-decoration: none;
    }
    .subsidy_title {
        margin-bottom: 20px;
    }
    .subsidy_title >  div:first-child {
        text-align: center;
        padding: 5px 0;
        border-bottom: 7px solid #FFFFA7;
        margin-bottom: 15px;
    }
    .subsidy_tag {
        display: flex;
        flex-wrap: wrap;
    }
    .subsidy_tag div {
         width: fit-content;
        margin: 0.2vw;
        color: #fff;
        border-radius: 2vw;
        display: block;
        padding: 0.2vw 1.5vw;
        cursor: pointer;
        background-color: #FFCC00;
    }
    .subsidy_detail > div {
        margin-bottom: 10px;
    }
    .subsidy_detail > div:last-child {
        display: flex;
        justify-content: space-between;
    }
    .subsidy_detail > div:last-child > div:first-child {
        width: calc( 10% - 5px );
    }
    .subsidy_detail > div:last-child > div:last-child {
        width: 90%;
    }
    .subsidy_detail div span {
        font-size: 1.2em;
        color: #49B100;
    }
    
    .search_label dd{
        width: 100%;
        margin: 0;
    }
    