.top-sec {
    padding: 0 6px 6px;
    background-color: #2C6742;
    border-radius: 9px;
}

.top-sec__header {
    padding: 15px;
    font-weight: 700;
    color: #fff;
}

.top-sec__header h2 i {
    margin-right: 10px;
}

.top-sec__cont {
    padding: 34px 25px 20px;
    background-color: #F0F0F0;
    border-radius: 9px;
}

.top-search-form {
    max-width: 1270px;
    margin: 0 auto;
    padding: 8px 0 27px;
}

.search-time {
    flex: 1;
    max-width: 530px;
}

.search-time input[type="date"] {
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 4px;
    box-sizing: border-box;
}

.search-txt {
    margin: 0 20px;
}

.top-search-form input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 142px;
    height: 50px;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background-color: #B0A364;
    border-radius: 30px;
    border: none;
}

.top-news,
.top-access {
    width: 49%;
    margin-top: 40px;
}

.top-sec__cont>.bg-white {
    min-height: 300px;
    border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
    .top-news, 
    .top-access {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .search-time {
        flex: none;
        width: 100%;
    }
    .search-txt {
        width: 100%;
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .top-sec__cont {
        padding: 30px 15px 20px;
    }
}