.text_block .hl02b {
    /* margin-top: 60px;
    padding-top: 50px; */
    margin-bottom: 20px;
    border-top: none;
}
.width_full {
    width: 100%;
}
.contents__body .btn_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}
.contents__body .btn_wrap a {
    background-color: #ff4b41;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
    border: 1px solid #ff4b41;
    padding: 1em 2em;
    display: flex;
    align-items: center;
    font-weight: bold;
    transition: all, .6s;
    border-radius: 10px;
}
.contents__body .btn_wrap a:hover {
    color: #ff4b41;
    background-color: white;
}


.text_block .hl02b {
    /* margin-top: 60px;
    padding-top: 50px; */
    margin-bottom: 20px;
    border-top: none;
}
.text_block .hl02b .hl02b__main {
    font-size: 20px;
}

.ul_notice {
    list-style-type: none;
}
.ul_notice li {
    text-indent: -1em;
    margin-left: 1em;
    /* font-weight: bold; */
}
.ul_notice li:before {
    content: "※";
}
.farming__spec td {
    border-bottom: none;
}
.farming__spec td.b-t-n {
    border-top: none;
}

@media print, screen and (max-width: 767px){
    
    .text_block_p {
        font-size: 2.2rem;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .contents__body .btn_wrap {
        flex-direction: column;
        max-width: 100%;
        
        
    }
    .contents__body .btn_wrap a {
        justify-content: center;
        margin-top: 1em;
    }
}
@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からはここを読み込む　*/
 
}