.width_full {
    width: 100%;
}
.contents__body .btn_wrap.center{
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}
.contents__body .btn {
    background-color: #10be84;
    border-radius: 25px;
    height: 50px;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 240px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
    border: 1px solid #10be84;
}
.contents__body .btn:link,
.contents__body .btn:visited,
.contents__body .btn:hover,
.contents__body .btn:active{
    color: #FFF;
}
.contents__body .btn:hover {
    color: #000;
    border: 1px solid #000;
    background-color: #FFF;

}
.th_number {
    width: 10%;
}
.th_date {
    width: 20%;
}
.th_place {
    width: 30%;
}
.farming__spec td span {
    display: block;
    font-weight: 70%;
}
.farming__spec td dl {
    margin: 0;
    padding: 0;
    display: flex;
}
.farming__spec td h4 {
    font-weight: normal;
    text-decoration: underline;
}
.farming__spec td dl dt {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.farming__spec td dl dd {
    margin: 0;
    padding: 0;
}
.farming__spec td ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.td_number {
    border-right: 1px solid #231815;
}
.period span {
    font-size: 200%;
    font-weight: bold;
}
.text_block .hl02b {
    /* margin-top: 60px;
    padding-top: 50px; */
    margin-bottom: 20px;
    border-top: none;
}
.text_block .hl02b .hl02b__main {
    font-size: 20px;
    padding-bottom: 5px;
}
@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/

}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

}
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
    .button_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .button_wrap .btn_wrap:first-of-type {
        margin-right: 20px;
    }
    .button_wrap .btn_wrap:last-of-type {
        margin-left: 20px;
    }
 
}