.glanceContentWrap {
    margin: 20px 0 60px;
}

.columnSet {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.columnSet > div {
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.business div.column30,
.business div.column50,
.business div.column70,
.business div.column100 {
    background-color: #eff;
    background-image: linear-gradient(#fff, #eff);
}
.people div.column25,
.people div.column33,
.people div.column50,
.people div.column70,
.people div.column100 {
    background-color: #efe;
    background-image: linear-gradient(#fff, #efe);
}

.columnSet > div.column70 {
    width: calc(100% - 20px - 30%);
}

.columnSet > div.column30 {
    width: calc(100% - 20px - 70%);
}

.columnSet > div.column50 {
    width: calc((100% - 20px) / 2);
}

.columnSet > div.column100 {
    width: 100%;
}

.columnSet > div.column25 {
    width: calc((100% - 60px) / 4);
}

.columnSet > div.column33 {
    width: calc((100% - 40px) / 3);
}

.columnSet > div > .panelTitle {
    font-size: clamp(20px, 0.44vw + 18.35px, 24px);
    font-weight: bold;
    margin-bottom: 0.35em !important;
    display: block !important;
}

.innerFlexSet {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.innerFlexSet p.dist {
    width: calc((100% - 10px) / 2);
    text-align: center;
}

.dataText {
    font-weight: bold;
    color: #e13838;
    font-size: clamp(42px, 1.99vw + 34.54px, 60px);
    text-align: center;
}

.dataTextB {
    font-size: clamp(28px, 1.33vw + 23.01px, 40px);
    font-weight: bold;
}

.dataTextB span.unit {
    font-size: 20px;
}

.uTextOutline {
    text-shadow:
        2px 2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff,
        -2px -2px 0 #fff;
}

.textOnImg {
    position: relative;
    text-align: center;
}

.textOnImg p {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

img.img01 {
    max-width: 444px !important;
}

img.img02 {
    max-width: 134px !important;
}

img.img03 {
    max-width: 200px !important;
}

img.img04 {
    max-width: 130px !important;
}

img.img05 {
    max-width: 116px !important;
}

img.img06 {
    max-width: 216px !important;
}

img.img07 {
    max-width: 250px !important;
}

img.img08 {
    max-width: 200px !important;
}

img.img09 {
    max-width: 150px !important;
}

img.img10 {
    max-width: 176px !important;
}

img.img11 {
    max-width: 128px !important;
}

img.img12 {
    max-width: 168px !important;
}

img.img13 {
    max-width: 250px !important;
}

img.img14 {
    max-width: 190px !important;
}

img.img15 {
    width: 160px;
}
img.img16 {
    width: 160px;
}

.column100 .innerFlexSet .hnxTextStyle01 {
    width: calc(100% - 10px - 40%);
}

.column100 .innerFlexSet .textOnImg {
    width: calc(100% - 10px - 60%);
}

.column25 .innerFlexSet {
    flex-direction: column;
    align-self: center;
}

.column33 .innerFlexSet {
    flex-direction: column;
    justify-content: center;
}
.column33 .innerFlexSet.row {
    flex-direction: row;
    justify-content: center;
    align-items: end;
}

.column25 .dataText {
    font-size: 40px;
}

.column33 .dataText40 {
    font-size: 40px;
}

.columnSet .column33:first-child .dataText40 {
    width: 100%;
}

.columnSet .column33:first-child .dataText40:last-child {
    text-align: right;
}

.column33 .dataText30 {
    font-size: 30px;
    text-align: center;
}

.countryList li {
    border: solid 1px #ccc;
    border-radius: 999px;
    padding: 10px 1.5em;
    font-size: clamp(16px, 0.66vw + 13.52px, 22px);
    line-height: 1.2 !important;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .columnSet,
    .innerFlexSet {
        flex-direction: column;
    }

    .columnSet > div.column70,
    .columnSet > div.column30,
    .columnSet > div.column50,
    .columnSet > div.column100,
    .columnSet > div.column25,
    .columnSet > div.column33,
    .column100 .innerFlexSet .hnxTextStyle01,
    .column100 .innerFlexSet .textOnImg {
        width: 100%;
    }

    .columnSet > div {
        border-radius: 20px;
    }
}

.p-country-panel__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-country-panel__item {
    padding: 12px 16px;

    border-radius: 8px;
    line-height: 1.6;
    background-color: #ffffff;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.itemflag {
    width: 32px;
}

@media (max-width: 767px) {
    .p-country-panel {
        padding: 20px 16px;
    }

    .p-country-panel__list {
        grid-template-columns: 1fr;
        gap: 10px 0;
    }
}
.alignright {
    text-align: right;
}
.js-count {
}

.unitset {
    display: grid;
    grid-template-columns: minmax(128px, auto) auto;
    justify-content: center;
}
.unitset3c {
    display: grid;
    grid-template-columns: auto minmax(100px, auto) auto;
    justify-content: center;
}

.justify-fs {
    justify-content: flex-start;
}
.justify-fe {
    justify-content: flex-end;
}
.js-count {
    text-align: right !important;
}
.unit {
    text-align: left;
}
