.wrapper {
    width: 1314px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper.bg-photo {
    background-image: url(../images/top/bg_ogawa.jpg);
    min-height: 400px;
}

.wrapper.border {
    border-top: solid 1px #aaa;
}

div.h2 {
    padding-top: 40px;
    text-align: center;
    color: red;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

div.h2.black {
    color: #333;
}

.figure {
    display: table;
    width: 1px;
}

.figure .body {
    box-sizing: border-box;
    min-width: 261px;
    height: 188px;
    font-size: 14px;
    background-color: #004da1;
    padding: 20px 30px;
    line-height: 2;
    color: white;
}

.figure .description {
    box-sizing: border-box;
    height: 90px;
    background-color: red;
    color: white;
    text-align: center;
    padding-top: 12px;
    line-height: 1.7;
}

.figure .description div.narrow {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3;
}

.figure .description span.nlogi {
    font-size: 30px;
    font-weight: bold;
}

.figure .description div.double {
    line-height: 1.3;
}

.text-button1 {
    box-sizing: border-box;
    width: 261px;
    height: 60px;
    text-align: center;
    color: white;
    background-color: #004da1;
    border: solid 5px red;
    border-radius: 10px;
    padding-top: 18px;
}

.text-button1.search {
    padding-top: 12px;
}

.text-button1 img,
.text-button1 span {
    vertical-align: middle;
}

.text-button2 {
    box-sizing: border-box;
    width: 559px;
    height: 60px;
    text-align: center;
    color: #004da1;
    background-color: white;
    border: solid 5px #004da1;
    border-radius: 10px;
    padding-top: 18px;
    font-weight: bold;
}

div.canvas {
    position: relative;
}

div.sheet {
    background-color: #004da1;
    opacity: 0.8;
    height: 120px;
    border-radius: 15px;
    color: white;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 20px;
}

div.baloons {
    position: absolute;
    top: 40px;
    width: 1154px;
}

div.esg-box {
    border: solid 2px #aaa;
}

div.caption-center {
    margin: 15px 0;
    text-align: center;
}

p.news-title {
    margin-top: -5px;
}

a.red {
    color: red;
}

table.news {
    width: 80%;
    border-collapse: collapse;
}

body#news table.news {
    width: 100%;
}

table.news td,
table.news th {
    font-size: 14px;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    padding: 5px 0;
}

table.news th {
    color: #004da1;
    font-weight: bold;
    width: 15%;
    text-align: left;
}

table.news tr td:nth-child(2) {
    width: 16%;
    text-align: center;
}

table.news tr td:nth-child(2) span {
    display: inline-block;
    background-color: #004da1;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    width: 130px;
    box-sizing: border-box;
}

table.news tr td:last-child {
    text-align: right;
    color: red;
}

a.map {
    color: #004da1;
}

a.map:hover {
    color: red;
}

.wrapper .bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}

.wrapper .bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.wrapper .bx-wrapper .bx-controls-auto,
.wrapper .bx-wrapper .bx-pager {
    bottom: 20px;
}

.bx-prev,
.bx-next {
    display: none;
}

.wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.wrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
.wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: red;
}

.wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: white;
}

body#news section {
    border-top: solid 2px #ccc;
}

.wrapper .bx-wrapper {
    z-index: -1;
}

body#top .col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

body#top .col2 .col_left {
    width: 20%;
}

body#top .col2 .col_right {
    width: 80%;
}

body#top .gldnews {
    display: grid;
    grid-template-areas:
        "pubdate subkubun subject";
    grid-template-rows: auto;
    grid-template-columns: 15% 20% 65%;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    border-top: solid 1px #999;
    font-size: 14px;
}

body#top .t_pubdate {
    text-align: left;
    font-weight: bold;
    line-height: 2em;
    grid-area: pubdate;
}

body#top .t_subkubun {
    text-align: center;
    padding-left: 10px;
    line-height: 1em;
    grid-area: subkubun;
}

body#top .t_subkubun span {
    display: inline-block;
    background-color: #004da1;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    width: 130px;
    box-sizing: border-box;
}

body#top .t_subject {
    text-align: left;
    padding-left: 10px;
    line-height: 2em;
    grid-area: subject;
}

body#top .t_subject a:after {
    content: "　＞";
    color: red;
}

/* Swiper */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: unset;
    bottom: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: red;
}

.swiper-slide {
    background: #fff;
}

/*  レスポンシブデザイン対応 2021.09.22 @sh ------------------------*/
@media screen and (max-resolution: 600dpi) and (hover:none) and (max-width: 1024px) {

    .wrapper {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper.bg-photo {
        background-image: url(../images/top/bg_ogawa.jpg);
        width: 100%;
        min-height: 400px;
    }

    div.baloons {
        position: absolute;
        top: 40px;
        width: 90%;
    }

    div.sheet {
        background-color: #004da1;
        opacity: 0.8;
        height: 500px;
        border-radius: 15px;
        color: white;
        text-align: center;
        padding-top: 15px;
        box-sizing: border-box;
        font-size: 20px;
    }

    table.news {
        width: 90%;
        border-collapse: collapse;
        margin-right: auto;
        margin-left: auto;
    }

    table.news th {
        color: #004da1;
        font-weight: bold;
        width: 100px;
        text-align: left;
    }

    table.news tr td {
        padding: 5px 5px 7px;
    }

    table.news tr td:nth-child(2) {
        width: 110px;
        text-align: center;
    }

    table.news tr td:nth-child(2) span {
        display: inline-block;
        background-color: #004da1;
        color: white;
        padding: 4px 10px;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .text-button1 {
        box-sizing: border-box;
        width: 250px;
        height: 60px;
        text-align: center;
        color: white;
        background-color: #004da1;
        border: solid 5px red;
        border-radius: 10px;
        padding-top: 18px;
        font-size: 1.6em;
    }

    .text-button1.search {
        padding-top: 12px;
    }

    .text-button1 img,
    .text-button1 span {
        vertical-align: middle;
    }

    .text-button2 {
        box-sizing: border-box;
        width: 250px;
        height: 60px;
        text-align: center;
        color: #004da1;
        background-color: white;
        border: solid 5px #004da1;
        border-radius: 10px;
        padding-top: 18px;
        font-weight: bold;
        font-size: 1.6em;
    }

    .figure .description {
        font-size: 1.1em;
    }

    .figure .description div.narrow {
        font-size: 1.4em;
    }

    .figure .description span.nlogi {
        font-size: 3em;
    }

    div.baloons {
        position: absolute;
        top: 40px;
        width: 100%;
    }

    p.news-title {
        font-size: 1.6em;
        margin-top: -5px;
    }

    table.news th {
        width: 80px;
        font-size: 1.2em;
    }

    table.news tr td:nth-child(2) span {
        width: 110px;
        text-align: center;
        font-size: 0.8em;
    }

    body#top .col2 .col_left {
        width: 100%;
    }

    body#top .col2 .col_right {
        width: 100%;
    }

    body#top .gldnews {
        grid-template-areas:
            "pubdate subkubun"
            "subject subject";
        grid-template-rows: 1em auto;
        grid-template-columns: 30% 70%;
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: center;
        border-top: solid 1px #999;
        font-size: 1.4em;
    }

    body#top .t_pubdate {
        line-height: 2em;
    }

    body#top .t_subkubun {
        line-height: 1em;
    }

    body#top .t_subject {
        text-align: left;
        padding-left: 10px;
        padding-top: 5px;
        line-height: 1.5em;
    }

    body#top .t_subject a:after {
        content: "　＞";
        color: red;
    }

}

/*  レスポンシブデザイン対応 2021.09.22 @sh ------------------------*/
@media screen and (max-resolution: 330dpi) and (hover:none) and (max-width: 350px) {

    div.sheet {
        background-color: #004da1;
        opacity: 0.8;
        height: 850px;
        border-radius: 15px;
        color: white;
        text-align: center;
        padding-top: 15px;
        box-sizing: border-box;
        font-size: 20px;
    }

    table.news th {
        width: 80px;
        font-size: 1.2em;
    }

    table.news tr td:nth-child(2) span {
        width: 110px;
        text-align: center;
        font-size: 0.8em;
    }

}