@charset "UTF-8";

/*------------------------------------------------------------
    data.html
------------------------------------------------------------*/
.dataTitle {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
}
.dataTitle:first-child {
    margin-top: 0;
}
@media print, screen and (min-width: 770px) {
    .dataTitle {
        font-size: 2.8rem;
        margin-top: 60px;
    }
}
.no1Box {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 20px;
}
a.no1Box_item {
    display: block;
    color: #333;
    width: 100%;
}
.no1Box_title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 113px;
    min-height: 86px;
}
.no1Box_titleIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 97px;
    height: auto;
    z-index: 1;
}
.no1Box_img {
    width: 100%;
}
.no1Box_textBox {
    padding: 20px 10px;
    background-color: #F4FAFF;
}
.no1Box_textBox p {
    font-size: 1.4rem;
}
.no1Box_link {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
    line-height: 1.5;
    margin-top: 13px;
}
.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: var(--main-blue);
    margin-left: 8px;
}
@media print, screen and (min-width: 770px) {
    .no1Box {
        gap: 3.2%;
        margin-top: 30px;
    }
    a.no1Box_item {
        width: 31.2%;
        transition: all .3s;
    }
    a.no1Box_item:hover {
        text-decoration: none !important;
    }
    .no1Box_title {
        padding-left: 121px;
        min-height: 89px;
    }
    .no1Box_titleIcon {
        width: 101px;
    }
    .no1Box_img {
        transition: all .3s;
    }
    a.no1Box_item .no1Box_img:hover {
        opacity: 1;
    }
    /* a.no1Box_item:hover .no1Box_img {
        opacity: 0.7;
    } */
    .no1Box_textBox {
        padding: 20px;
        min-height: calc(1em * 1.75 * 5);
    }
    .no1Box_textBox p {
        font-size: 1.6rem;
    }
    .no1Box_link {
        font-size: 1.6rem;
        margin-top: 18px;
    }
    a.no1Box_item:hover .no1Box_link {
        text-decoration: underline;
    }
}

.dataBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.4vw;
    margin-top: 20px;
}
.dataBox_item {
    display: block;
    box-sizing: border-box;
    color: #333 !important;
    box-sizing: border-box;
    border: solid 1px var(--main-blue);
    border-radius: 4px;
    text-align: center;
    padding: 20px 5px;
}
.dataBox_img {
    width: auto;
    height: 77px;
}
.dataBox_title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
}
.dataBox_value {
    line-height: 1;
    margin-top: 5px;
}
.dataBox_valueNum {
    position: relative;
    display: inline-block;
    font-size: 3.2rem;
    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;
}
.dataBox_link {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
}
.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: var(--main-blue);
    margin-right: 5px;
}
@media print, screen and (min-width: 770px) {
    .dataBox {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 23px;
        margin-top: 30px;
    }
    .dataBox_item {
        border-radius: 8px;
        padding: 30px 5px 20px;
        transition: all .3s;
    }
    a.dataBox_item:hover {
        text-decoration: none !important;
        opacity: 0.6;
    }
    .dataBox_img {
        height: 88px;
    }
    .dataBox_img:hover {
        opacity: 1;
    }
    .dataBox_title {
        font-size: 1.6rem;
        margin-top: 13px;
    }
    .dataBox_value {
        margin-top: 8px;
    }
    .dataBox_valueNum {
        font-size: 3.8rem;
    }
    .dataBox_valueNum sup {
        top: 5px;
    }
    .dataBox_valueUnit {
        font-size: 1.5rem;
        vertical-align: 2px;
    }
    .dataBox_link {
        font-size: 1.6rem;
        margin-top: 28px;
    }
    a.dataBox_item:hover .dataBox_link {
        text-decoration: underline;
    }
}

.notesList {
    margin-top: 20px;
}
@media print, screen and (min-width: 770px) {
    .notesList {
        margin-top: 30px;
    }
}