.width_full {
    width: 100%;
}
.aling_right {
    text-align: right;
}
.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;
}
.ul_notice {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ul_notice li {
    margin-left: 3em;
    text-indent: -3em;
}
.fileinfo {
    display: block;
    font-size: 80%;
}
.farming__spec_wrap {
    width: 100%; /* 親要素は画面幅に収める */
    overflow-x: auto; /* 横スクロールを有効にする */
    overflow-y: hidden; /* 縦スクロールは非表示 */
}
.farming__spec {
    font-size: 90%;
}
.farming__spec_title {
    min-width: 11em;
    white-space: nowrap;
}
.farming__spec_type {
    width: 7em;
    white-space: nowrap;
}
.farming__spec_total th,
.farming__spec_total td {
    border-top-width: 3px;
}

/* 線の途切れを防ぐ */
.b-left {
    border-left: 1px solid #231815 !important;
}
.no-line-top {
    border-top: none !important;
}
.no-line-bottom {
    border-bottom: none !important;
}
.tb_center {
    text-align: center;
}
.tb_right {
    text-align: right;
}

@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からはここを読み込む　*/
    .pdfdownload {
        text-align: center;
    }
    .fileinfo {
        text-align: center;
    }
}
