@media screen and (max-width:1025px) {


    /*************************** D-01. 枠組共通 ***********************/
    body {
        font-size: 1.4rem;
    }

    .fixbox {
        width: 100%;
        padding: 0 31px;
    }

    main article section {
        /*h2*/
        margin-top: 75px;
    }

    /*************************** D-02. header *************************/
    header .logo {
        top: 33px;
        left: 4.5vw;
    }

    .header-container img {
        width: 8.2rem;
    }

    .header-contact {

        position: absolute;
        top: 25px;
        right: 4vw;
        z-index: 99;
    }

    .header-contact a {
        background-color: #fff;
        width: 125px;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 10.5px 10px 8.5px;
    }

    */

    /*************************** D-03. nav ***************************/
    /*************************** D-04. main共通 ***********************/
    .pc {
        display: none;
    }

    .tablet {
        display: inherit;
    }

    .sp {
        display: inherit;
    }

    main p {
        font-size: 1.4rem;
    }


    ul.fourColumns li {
        width: 31.3333%;
        margin: 1%;
    }

    ul.fiveColumns li {
        width: 23%;
        margin: 1%;
    }

    ul.sixColumns li {
        width: 23%;
        margin: 1%;
    }

    .flex-container-three>* {
        width: 48%;
    }

    .flex-container-four>* {
        width: 31.3333%;
    }

    div.flow-ol-container ol {
        flex-direction: column;
        width: 100%;
        background: linear-gradient(to bottom, #f0f2f4, #999);
    }

    div.flow-ol-container ol li {
        width: 100%;
        padding: 30px 0;
        background: url(../images/icons/flow-bottom-start.svg) no-repeat center bottom, url(../images/icons/flow-bottom-end.svg) no-repeat center top;
        background-size: 160px auto;
    }

    div.flow-ol-container ol li:last-child {
        background: url(../images/icons/flow-bottom-end.svg) no-repeat center top;
        background-size: 160px auto;
        border: none;
    }

    div.flow-ol-container ol li:first-child {
        background: url(../images/icons/flow-bottom-start.svg) no-repeat center bottom;
        background-size: 160px auto;
    }

    div.flow-ol-container ol li::before {
        counter-increment: flow-list;
        content: counter(flow-list);
        display: block;
        font-size: 4.8rem;
        padding-bottom: 1rem;
    }

    .flow-section-container section {
        width: calc(50% + 6rem);
    }

    .flow-section-container section:nth-child(odd) {
        margin-left: calc(50% - 6rem);
    }

    .flow-section-container h3::before {
        width: 3rem;
        padding: 0.3rem 0;
        color: #fff;
        margin-right: 0.3rem;
    }

    .flow-section-container div.img {
        width: 12rem;
    }

    .page-parent li {
        min-height: 16.0rem;
    }

    .page-parent li a {
        font-size: 2.2rem;
    }

    /*************************** D-05. h1, h2見出し ********************/
    h3 {
        font-size: 1.5rem;

    }

    #top h2 {
        font-size: 2.25rem;
        margin-bottom: 30px;
    }

    /*************************** D-06. breadcrumb *********************/
    /*************************** D-07. pager backnumber等 *************/
    /*************************** D-08. aside **************************/
    aside {
        width: 100%;
        margin-left: 0;
        position: inherit;
        display: block;
    }

    aside nav>ul {
        display: flex;
        flex-wrap: wrap;
    }

    aside nav>ul>li {
        width: 48%;
        margin: 1%;
    }

    aside nav ul li ul {
        margin-left: 6px;
        padding-left: 6px;
    }

    aside nav ul li a {
        font-size: 1.6rem;
    }

    aside nav>ul>li>ul>li a {
        padding: 10px 4px;
    }

    /*************************** D-09. footer *************************/
    /*************************** D-10. toppage ***********************/

    .top-01-container {
        background-image: url(../images/header/top-sp.jpg);
    }

    .top-02 {
        margin-top: 75px;
    }

    .top-02-bg01 {
        background-position: 0 330px;
    }

    .top-02 p {
        max-width: 600px;
        line-height: 2.083;
    }

    .top-02-container div {
        margin-right: 3.5%;
    }

    .top-03 {
        margin-top: 90px;
    }

    .top-04 div {
		line-height: 1.5;
	}

    .top-04-bg01 {
        background-position: right 120px;
    }

    .top-04 dl {
        max-width: 450px;
    }

    .top-04 dt {
        width: 22.5%;
    }

    .top-04 dd {
        width: 70%;
    }

    .top-05 {
        margin-top: 180px;
    }

    .top-05 ul {
        width: 70%;
        margin-left: auto;
    }

    .top-05-bg01 {
        position: absolute;
        background-position: 0 635px;
        background-repeat: no-repeat;
        background-image: url(../images/img/top_img10.png);
        background-size: 32%;
        width: 100%;
        height: 2000px;
        z-index: -1;
    }

    .top-05-bg02 {
        position: absolute;
        background-position: right 700px;
        background-repeat: no-repeat;
        background-image: url(../images/img/top_img11.png);
        background-size: 30%;
        width: 100%;
        height: 2000px;
        z-index: -1;
    }

    .top-05-bg03 {
        background-position: right 740px;
        background-size: 50%;
    }

    .top-06 {
        margin-top: 150px;
    }

    /*************************** D-11. form **************************/
    .keywordsearch-page form dl dd {
        padding: 10px 0 10px 0;
    }

    .keywordsearch-page form dl dt {
        width: 100%;
    }

    .keywordsearch-page input[type="text"] {
        border: 1px solid #787878;
    }

    /*************************** D-12. レギュレーション ********************/
    pre.show {
        max-height: 80vh;
    }

    .regulation-color-container ul li {
        width: 31.3333%;
    }

    /*************************** D-13. 検索結果 ***********************/
    p.search-jump {
        display: inherit;
        margin: -2.0rem 0;
    }

    p.search-jump a {
        padding: 5px;
        text-align: center;
        margin: 0 auto;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
        display: block;
        transition: .5s;
    }

    p.search-jump a::before {
        display: inline-block;
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 5px;
        transition: 0.2s;
    }

    p.search-jump a:hover {
        background: #eee;
    }

    /*************************** D-14. 内部ページ ***********************/

    /*B-14-1 エリア*/
    .area-cities-container ul {
        width: 32.3333%;
        margin: 0 0.5% 3%;
    }

    /* B-14-6 試合結果（カテゴリー）*/
    ul.result li {
        margin: 8px 0.8%;
    }

    div.result table thead th:nth-child(1) {}

    div.result table thead th:nth-child(2) {
        display: none;
    }

    div.result table thead th:nth-child(3) {}

    div.result table thead th:nth-child(4) {
        display: none;
    }

    div.result table thead th:nth-child(5) {}

    div.result table tbody td {
        font-size: 1.4rem;
        line-height: 1.4;
        vertical-align: inherit;
    }

    div.result table tbody td:nth-child(1) {}

    div.result table tbody td:nth-child(1) em {
        display: block !important;
        text-align: center;
        margin-top: 5px;
    }

    div.result table tbody td:nth-child(2) {
        display: none;
    }

    div.result table tbody td:nth-child(3) {
        display: flex;
        align-items: center;
        text-align: left;
    }

    div.result table tbody td:nth-child(3) span {
        margin-right: 5px;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
    }

    div.result table tbody td:nth-child(3) div {
        text-align: center;
        width: 100%;
    }

    div.result table tbody td:nth-child(3) span img {
        width: 100%;
        height: auto;
    }

    div.result table tbody td:nth-child(3) em {
        display: block !important;
        text-align: center;
        margin-top: 5px;
    }

    div.result table tbody td:nth-child(4) {
        display: none;
    }

    div.result table tbody td:nth-child(5) {
        font-size: 1.6rem;
    }

    div.result table tbody td:nth-child(5) a {
        text-decoration: none;
    }

    div.result table tbody td:nth-child(5) a span {
        text-decoration: none;
        display: block;
        font-size: 2.0rem;
    }

    dl.result-options {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    dl.result-options select {
        border-radius: 0;
        background: #fff url(/images/icons/sort-down-solid.svg) no-repeat right 4px top 20%;
        background-size: 14px;
        color: #333;
    }
}

/* max-width */