@charset "utf-8";
.pagejump {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pagejump>li {
    width: 2.56rem;
    height: 0.5rem;
    background: #efefef;
    border-left: #d10312 0.06rem solid;
    border-bottom: #d10312 0.06rem solid;
}
.pagejump>li>a {
    font-size: 0.2rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 0.5rem;
    display: block;
}
section.wrapper {
    margin: 0.6rem auto;
}
ul.const1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.const1>li {
    width: 3.56rem;
    margin: 0 0.36rem 0.3rem 0;
    background: #f7f8f8;
}
ul.const1>li figure {
    width: 100%;
    height: 2.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
ul.const1>li figure>figucaption {
    height: 0.5rem;
    background: rgba(209,3,18,.3);
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
ul.const1>li figure>img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 2.64rem;
}
ul.mizu-list {
    padding: 0.16rem 0.2rem;
}
ul.mizu-list>li {
    margin: 0 0.1rem 0.1rem 0;
    display: inline-block;
}
ul.mizu-list>li::before {
    content: '◯';
}
section.const2 img {
    width: 100%;
    height: auto;
    margin:0 auto 0.2rem;
    display: block;
}
section.const2 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.17rem;
}
section.const2 table th,
section.const2 table td {
    padding: 0.1rem 0;
}
section.const2 table th {
    width: 1.85rem;
    font-weight: normal;
    text-align: left;
}
section.const2 table th::before {
    content: '■';
}

@media screen and (min-width:1118px) { /* PCのみ */
}

@media screen and (min-width:768px) { /* PC・タブレットのみ */
    ul.const1>li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:1118px) { /* タブレット・スマホの場合 */
}

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
    ul.const1>li {
        width: 31%;
        margin: 0 3.5% 0.3rem 0;
    }
}

@media screen and (max-width:768px) { /* スマホのみ */
    .pagejump>li {
        width: 48%;
        height: 1rem;
        margin-bottom: 0.3rem;
    }
    .pagejump>li>a {
        font-size: 0.4rem;
        line-height: 1rem;
    }
    ul.const1>li {
        width: 48%;
        margin: 0 2% 0.3rem 0;
    }
    ul.const1>li:nth-child(2n) {
        margin-right: 0;
    }
    ul.const1>li figure>figucaption {
        font-size: 0.4rem;
    }
    section.const2 table {
        font-size: 0.32rem;
    }
    section.const2 table th,
    section.const2 table td {
        width: 100%;
        display: block;
    }
    section.const2 table td {
        padding-bottom: 0.4rem;
    }
}