@charset "UTF-8";

/*------------------------------------------------------------
    data.html
------------------------------------------------------------*/
#contents h2 {
    position: relative;
    padding: 10px 10px 10px 30px;
    color: #000000;
    font-size: 150%;
    line-height: 130%;
    background: url(../../../common/images/h2bg.gif) repeat left top;
}
#contents h2:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    width: 17px;
    height: 6px;
    margin-top: -3px;
    background: #0078bf;
}

.globalLink {
    margin: 0 auto;
    text-align: right;
}
.globalLink a {
    display: inline-block;
    padding-left: 10px;
    background: url(../../../common/images/icon_link01.gif) no-repeat left 0.45em;
}

.mainBlue {
    color: #1556A3;
}

.dataTitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 60px;
}
.dataTitle:first-child {
    margin-top: 0;
}

.no1Box {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2%;
    margin-top: 30px;
}
a.no1Box_item {
    display: block;
    color: #333;
    width: 31.2%;
}
.no1Box_title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 108px;
    min-height: 100px;
}
.no1Box_titleIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 101px;
    height: auto;
    z-index: 1;
}
.no1Box_img {
    width: 100%;
}
.no1Box_textBox {
    padding: 20px;
    background-color: #F4FAFF;
    min-height: calc(1em * 1.4 * 9);
}
.no1Box_textBox p {
    font-size: 16px;
}
.no1Box_link {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
    margin-top: 18px;
}
.no1Box_link::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: #1556A3;
    margin-left: 8px;
}
a.no1Box_item:hover .no1Box_link {
    text-decoration: underline;
}


.dataBox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 23px;
    margin-top: 30px;
}
.dataBox_item {
    display: block;
    box-sizing: border-box;
    color: #333 !important;
    box-sizing: border-box;
    border: solid 1px #1556A3;
    border-radius: 8px;
    text-align: center;
    padding: 30px 5px 20px;
    transition: all .3s;
}
a.dataBox_item:hover {
    text-decoration: none;
    opacity: 0.6;
    color: #333 !important;
}
.dataBox_img {
    width: auto;
    height: 88px;
}
.dataBox_img:hover {
    opacity: 1;
}
.dataBox_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 13px;
}
.dataBox_value {
    line-height: 1;
    margin-top: 8px;
}
.dataBox_valueNum {
    position: relative;
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    color: #1556A3;
}
.dataBox_valueNum sup {
    position: absolute;
    top: 5px;
    right: -26px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.dataBox_valueUnit {
    font-size: 15px;
    vertical-align: 2px;
    font-weight: bold;
}
.dataBox_link {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 28px;
}
.dataBox_link::before {
    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: "\f138";
    color: #1556A3;
    margin-right: 5px;
}
a.dataBox_item:hover .dataBox_link {
    text-decoration: underline;
}

.notesList {
    font-size: 14px;
    margin-top: 30px;
}
.notesList li + li {
    margin-top: 5px;
}