@charset "UTF-8";

/*------------------------------------------------------------
    ◆読み込みHTML
    /message.html
------------------------------------------------------------*/
.main_contents .textBox > div.figure.figure_message {
    max-width: 190px;
}



/*------------------------------------------------------------
    ◆読み込みHTML
    /purchasing.html
------------------------------------------------------------*/
.purchasing_list_title {
    font-weight: bold;
    margin: 10px 0 5px;
}



/*------------------------------------------------------------
    ◆読み込みHTML
    /governance.html
------------------------------------------------------------*/

.governancePdf  {
    margin-top: 20px;
}

.governanceMenu01 {
    margin-top: 30px;
}
.governanceMenu01 a {
    display: block;
    box-sizing: border-box;
    border: #C4D9F2 3px solid;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    text-indent: -2.0em;
    padding: 15px 18px 14px calc(22px + 2.0em);
    margin-bottom: 14px;
    width: 100%;
}
.governanceMenu02 {
    margin-top: 40px;
}
.governanceMenu02 a {
    display: block;
    box-sizing: border-box;
    background-color: #F0F7FF;
    border: #C4D9F2 3px solid;
    border-radius: 10px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 26px 22px 25px;
    width: 100%;
}
.governanceMenu01 a:hover,
.governanceMenu02 a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.messageBox {
    border: #388FCF 1px solid;
    border-radius: 7px;
    padding: 20px;
}
.messageBox > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.messageBox > div > div {
    width: 136px;
    margin: 0 calc((100% - 136px) / 2) 20px;
}
.messageBox > div > div > img {
    width: 136px;
}
.messageBox > div > div > p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 10px;
}
.messageBox > div > div > p span {
    font-size: 1.6rem;
    line-height: 1.5;
}
.messageBox > p {
    margin-top: 20px;
}
.messageBox + .messageBox {
    margin-top: 30px;
}

@media print, screen and (min-width: 770px) {
    .governancePdf  {
        margin-top: 0;
    }
    .governanceMenu01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }
    .governanceMenu01 a {
        padding: 16px 16px 15px calc(18px + 2.0em);
        margin-bottom: 20px;
        width: 330px;
    }
    .governanceMenu01 a:nth-of-type(2) {
        padding: 28px 16px 18px calc(18px + 2.0em);
    }
    .governanceMenu02 {
        margin-top: 40px;
    }
    .governanceMenu02 a {
        display: block;
        box-sizing: border-box;
        background-color: #F0F7FF;
        border: #C4D9F2 3px solid;
        border-radius: 10px;
        color: #333;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 26px 22px 25px;
        width: 100%;
    }

    .photo.blueBoxPhoto01 img {
        width: 680px;
    }
    .photo.blueBoxPhoto02 img {
        width: 638px;
    }

    .messageBox > div > div {
        margin: 0 0 20px;
    }
       .messageBox > div > p {
        width: 480px;
    }
}


/*------------------------------------------------------------
    ◆読み込みHTML
    /governance_effort.html
------------------------------------------------------------*/
.imgBox {
    margin: 30px 0;
}
.imgBox.effort_img01 {
    width: 100%;
}
@media print, screen and (min-width:7670x) {
    .imgBox.effort_img01 {
        width: 680px;
    }
    
}


/*------------------------------------------------------------
    ◆読み込みHTML
    /officers.html
------------------------------------------------------------*/

.offTable01 {
    width: 100%;
    border-collapse: collapse;
}
.offTable01 th {
    border: solid 1px #cdcdcd;
    padding: 14px 10px;
    text-align: left;
    background: #f3f3f3;
    font-weight: normal;
    font-size: 1.4rem;
    width: 40%;
}

.offTable01 td {
    border: solid 1px #cdcdcd;
    text-align: left;
    vertical-align: top;
}


.offTable01 .offHistory {
    font-size: 1.0rem;
    line-height: 1.77;
    padding: 14px;
    border-top: solid 1px #cdcdcd;
    background: #ffffef;
}

.offTable01 .offHistory dt {
    width: 13%;
    float: left;
    clear: both;
}

.offTable01 .offHistory dd {
    width: 87%;
    float: left;
}

.offNumber {
    font-weight: bold;
    font-size: 1.9rem;
    color: #007bcf;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.offTable01 .offName {
    font-size: 1.7rem;
    padding: 14px;
    cursor: pointer;
    background: url(../img/off_icon_open.gif) no-repeat 95% center;
}

.offTable01 .offName.active {
    background: url(../img/off_icon_close.gif) no-repeat 95% center;
}

.offTable01 .offHistory {
    font-size: 1.4rem;
    line-height: 1.77;
    padding: 14px;
    border-top: solid 1px #cdcdcd;
    background: #ffffef;
}

.disnon {
    display: none;
}

@media print, screen and (max-width: 770px) {
    .offTable01 .offHistory dt {
        width: 100%;
        font-size: 1.3rem;
        margin-top: 8px;
    }

    .offTable01 .offHistory dt:first-child {
        margin-top: 0px;
    }

    .offTable01 .offHistory dd {
        display:block;
        font-size: 1.2rem;
    }
}


.offTable02 {
    width: 100%;
    border-collapse: collapse;
}
.offTable02 th {
    border: solid 1px #cdcdcd;
    padding: 14px 10px;
    text-align: left;
    background: #f3f3f3;
    font-weight: normal;
    font-size: 1.5rem;
    width: 25%;
    vertical-align: top;
}
.offTable02 td {
    border: solid 1px #cdcdcd;
    padding: 14px;
    text-align: left;
    font-size: 1.4rem;
    vertical-align: top;
}
.offTable02 th + td {
    font-size: 1.8rem;
    white-space: nowrap;
}
@media print, screen and (max-width: 770px) {
    .offTable02 th {
        width: 20%;
    }
}


/*------------------------------------------------------------
    ◆読み込みHTML
    /index.html
------------------------------------------------------------*/
.photoCard_text__movie {
    color: #333333;
    top: 90.206%;
    left: 0;
    width: 100%;
    text-align: center;
}

.photoCard_text__movie::after {
    display: none;
}
.imgCard {
    width: 93.75%;
    margin: 20px auto 0;
}
.btnCard {
    background-color: #F4FAFF;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
}
.btnCard_inner {
    width: 93.75%;
    margin: 0 auto;
}
@media print, screen and (min-width: 770px) {
    .imgCard {
        width: 1200px;
        margin: 40px auto 0;
    }
    .btnCard {
        margin-top: 40px;
        padding: 40px 0;        
    }
    .btnCard_inner {
        width: 1200px;
        margin: 0 auto;
    }
}

.glance {
    width: 100%;
    margin-top: 40px;
}
.no1 {
    box-sizing: border-box;
    display: flex;
    justify-content:space-between;
    gap: 10px;
    background-color: #F4FAFF;
    padding: 20px 11px 20px 9px;
}
.no1_title {
    flex-basis: 100px;
    flex-shrink: 0; /* 幅を固定 */
}
.no1_title_text {
    font-size: 2.4rem;
    line-height: 1.5;
}
.no1_title_img {
    width: 100%;
    margin-top: 10px;
}
.no1_content {
    flex: 1; /* 残りの幅を全て使用 */
}
.no1_content_item {
    background: #fff;
    padding: 10px;
}
.no1_content_item + .no1_content_item {
    margin-top: 10px;
}
.no1_content_text {
    position: relative;
    padding-left: 22px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}
.no1_content_text::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #1556A3;
    content: "\f521";
    margin-right: 6px;
}
@media print, screen and (min-width: 770px) {
    .glance {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 60px auto 0;
    }
    .no1 {
        position: relative;
        width: 560px;
        border-radius: 8px;
        gap: 16px;
        padding: 87px 20px 20px;
    }
    .no1_title {
        flex-basis: 142px;
        flex-shrink: 0; /* 幅を固定 */
    }
    .no1_title_text {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 3.2rem;
    }
    .no1_title_img {
        margin-top: 0;
    }
    .no1_content {
        flex: 1; /* 残りの幅を全て使用 */
    }
    .no1_content_item {
    }
    .no1_content_item + .no1_content_item {
        margin-top: 16px;
    }
    .no1_content_text {
    }
    .no1_content_text::before {
    }
}

.data {
    margin: 20px 10px 0
}
.dataBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.4vw;
}
.dataBox_item {
    display: block;
    box-sizing: border-box;
    color: #333 !important;
    box-sizing: border-box;
    border: solid 1px var(--main-blue);
    border-radius: 8px;
    text-align: center;
    padding: 20px 5px 24px;
}
.dataBox_img {
    width: auto;
    height: 77px;
}
.dataBox_title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 15px;
}
.dataBox_value {
    line-height: 1;
    margin-top: 10px;
}
.dataBox_valueNum {
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--main-blue);
}
.dataBox_valueNum sup {
    position: absolute;
    top: 3px;
    right: -26px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
}
.dataBox_valueUnit {
    font-size: 1.4rem;
    font-weight: bold;
}
.data_link {
    margin-top: 20px;
    text-align: right;
}
.data_link a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--main-blue);
}
.data_link a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f054";
    color: var(--main-blue);
    margin-left: 8px;
}
@media print, screen and (min-width: 770px) {
    .data {
        width: 608px;
        margin: 0;
    }    
    .dataBox {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 16px;
    }
    .data_link {
        margin-top: 23px;
    }
    .data_link a {
        font-size: 2.0rem;
    }    
}

.bannerCard {
    width: 93.75%;
    margin: 40px auto;
}
.bannerCard_title {
    border-left: solid 2px var(--main-blue);
    padding-left: 8px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}
@media print, screen and (min-width: 770px) {
    .bannerCard {
        width: 1200px;
        margin: 60px auto 80px;
    }
    .bannerCard_title {
        border-left: solid 4px var(--main-blue);
        padding-left: 16px;
        font-size: 2.4rem;
    }
}

/* 上書き ------------------------------ */
.categoryTopBanner {
    border-top: none;
    margin-top: 30px;
    padding-top: 0;
}


/* 動画ボックス ------------------------------ */
div#shadow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    z-index: 105;
}
div#boxwin {
    opacity: 1;
    display: none;
    position: absolute;
    width: 870px;
    padding:10px;
    background-color: #FFFFFF;
    z-index: 110;
}
div#boxWrap {
    width:850px;
    margin:0 auto;
}
div#boxWrap video {
    display:none;
}
.mov_video video {
    width: 100%;
    vertical-align: top;
    margin-bottom: 11.666%;
}
.mov_thum {
    display: none;
}
.photoCard,
.mov_video {
    display: none;
    position: relative;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
}
@media print, screen and (min-width: 770px) {
    .mov_thum:hover {
        cursor:pointer;
        opacity:0.7;
    }
}