body {
    font-family: メイリオ;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#dataList li a {
  color: #000000;
  text-decoration: none;
}
#dataList li a:hover {
  text-decoration: underline;
}
#dataList li span {
  margin-right: 0.5em;
  color: #000000;
}
.text  {
  font-size: clamp(6px, 1.5vw, 30px);
  line-height: 1.4;
  word-break: break-word;
}
.title a {
    font-size: clamp(9px, 1.5vw, 25px);
}

.date{
    font-size: clamp(7px, 1.5vw, 30px);
    line-height: 1.4;
    word-break: break-word;
}

@media screen and (min-width: 1920px)  {
    /*header top */
    .header_img {
        width: 100%;
        height: 785px;
        object-fit: cover;
    }
    .header_top {
        position: relative;
    }
    .header_top h2 {
        position: absolute;
        color: black;
        bottom: 0;
        right: 5px;
        font-size: 60px;
        font-weight: lighter;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .title p {
        padding-top: 10px;
        font-size:20px;
        padding-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .contact {
        padding-right: 5px;
    }
    .footer {
        margin-top: 60px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 160px;
        right: 24px;
        width: 48px;
        height: 48px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 48px;
        z-index: 100;
    }
    /*ページネーション*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .active {
        background-color: #658DAA;
        color: #fff;
        border: none;
    }
    .container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container #dataList li {
        display: flex;
        padding: 20px;
        border-bottom: 2px solid #658DAA;
        list-style: none;
        padding: 35px 0;
    }
    .container #dataList li span:first-child {
        margin-right: 20px;

    }
    .container #dataList li span:last-child {
        flex: 1;

    }
    .container #pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }
    .container #pagination button {
        border: none;
        padding: 15px 0;
        cursor: pointer;
        min-width: 40px;
        text-align: center;
        border-radius: 5px;
    }
    .container #pagination #paginateButton {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1919px) {
    /*header top */
    .header_img {
        width: 100%;
        height: 485px;
        object-fit: cover;
    }
    .header_top {
        position: relative;
    }
    .header_top h2 {
        position: absolute;
        color: black;
        bottom: 0;
        right: 5px;
        font-size: 50px;
        font-weight: lighter;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .title p {
        padding-top: 10px;
        font-size:20px;
        padding-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .contact {
        padding-right: 5px;
    }
    .footer {
        margin-top: 60px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 160px;
        right: 24px;
        width: 48px;
        height: 48px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 48px;
        z-index: 100;
    }
    /*ページネーション*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .active {
        background-color: #658DAA;
        color: #fff;
        border: none;
    }
    .container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container #dataList li {
        display: flex;
        padding: 20px;
        border-bottom: 2px solid #658DAA;
        list-style: none;
        padding: 35px 0;
    }
    .container #dataList li span:first-child {
        margin-right: 20px;

    }
    .container #dataList li span:last-child {
        flex: 1;

    }
    .container #pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }
    .container #pagination button {
        border: none;
        padding: 15px 0;
        cursor: pointer;
        min-width: 40px;
        text-align: center;
        border-radius: 5px;
    }
    .container #pagination #paginateButton {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
    /*header top */
    .header_img {
        width: 100%;
        height: 645px;
        object-fit: cover;
    }
    .header_top {
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
    }
    .header_top h2 {
        position: absolute;
        color: black;
        bottom: 0;
        right: 5px;
        font-size: 45px;
        font-weight: lighter;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .title p {
        padding-top: 10px;
        font-size:20px;
        padding-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .contact {
        padding-right: 5px;
    }
    .footer {
        margin-top: 60px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 110px;
        right: 24px;
        width: 48px;
        height: 48px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 48px;
        z-index: 100;
    }
    /*ページネーション*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .active {
        background-color: #658DAA;
        color: #fff;
        border: none;
    }
    .container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container #dataList li {
        display: flex;
        padding: 20px;
        border-bottom: 2px solid #658DAA;
        list-style: none;
        padding: 35px 0;
    }
    .container #dataList li span:first-child {
        margin-right: 20px;

    }
    .container #dataList li span:last-child {
        flex: 1;

    }
    .container #pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }
    .container #pagination button {
        border: none;
        padding: 15px 0;
        cursor: pointer;
        min-width: 40px;
        text-align: center;
        border-radius: 5px;
    }
    .container #pagination #paginateButton {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
    /*header top */
    .header_img {
        width: 100%;
        height: 445px;
        object-fit: cover;
    }
    .header_top {
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
    }
    .header_top h2 {
        position: absolute;
        color: black;
        bottom: 0;
        right: 5px;
        font-size: 40px;
        font-weight: lighter;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;

    }
    /*footer start*/
    .title p {
        padding-top: 10px;
        font-size:20px;
        padding-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .contact {
        padding-right: 5px;
    }
    .footer {
        margin-top: 60px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 110px;
        right: 24px;
        width: 48px;
        height: 48px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 48px;
        z-index: 100;
    }
    /*ページネーション*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .active {
        background-color: #658DAA;
        color: #fff;
        border: none;
    }
    .container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container #dataList li {
        display: flex;
        padding: 20px;
        border-bottom: 2px solid #658DAA;
        list-style: none;
        padding: 35px 0;
    }
    .container #dataList li span:first-child {
        margin-right: 20px;

    }
    .container #dataList li span:last-child {
        flex: 1;

    }
    .container #pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }
    .container #pagination button {
        border: none;
        padding: 15px 0;
        cursor: pointer;
        min-width: 40px;
        text-align: center;
        border-radius: 5px;
    }
    .container #pagination #paginateButton {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media screen and (max-width: 600px) {
    /*header top */
    .header_img {
        width: 100%;
        height: 245px;
        object-fit: cover;
    }
    .header_top {
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
    }
    .header_top h2 {
        position: absolute;
        color: black;
        bottom: 5px;
        right: 5px;
        font-size: 20px;
        font-weight: lighter;
    }
    /* sp-nav(ナビ)=================================== */
    .sp-nav {
        position: fixed;
        right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/    
        top: 0;    
        width: 40%; /* 出てくるスライドメニューの幅 */    
        height: 100vh;
        background-color: #B4CF9E;
        transition: all 0.5s;
        z-index: 200;    
        overflow-y: auto; /* メニューが多くなったらスクロールできるように */
        opacity: 0.9;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .footer p {
        font-size: 10px;
        padding-top: 10px;
        margin-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        padding-bottom: 10px;
        margin-left: 5px;
    }
    .contact {
        margin-right: 10px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 110px;
        right: 20px;
        width: 28px;
        height: 28px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 25px;
        font-weight: 900;
        color: #fff;
        line-height: 28px;
        z-index: 100;
    }
    /*ページネーション*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .active {
        background-color: #658DAA;
        color: #fff;
        border: none;
    }
    .container {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container #dataList li {
        display: flex;
        padding: 20px;
        border-bottom: 2px solid #658DAA;
        list-style: none;
        padding: 35px 0;
    }
    .container #dataList li span:first-child {
        margin-right: 20px;

    }
    .container #dataList li span:last-child {
        flex: 1;

    }
     .container #pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }
    .container #pagination button {
        border: none;
        padding: 15px 0;
        cursor: pointer;
        min-width: 40px;
        text-align: center;
        border-radius: 5px;
    }
    .container #pagination #paginateButton {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}