
@import url("//fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body,
.tabItem {
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 16px;
    color: #333333;
}

#main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

/* .tabItem::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #CCC;
    position: absolute;
    right: 1%;
} */

.tabs {
    text-align: center;
    padding: 0;
    margin: 0px 0 1em;
    position: relative;
}

/* .tabs li:first-child a {
    border-radius: 0.625em 0.0em 0.0em 0.625em;
}

.tabs li:last-child a {
    border-radius: 0em 0.625em 0.625em 0em;
} */

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabs li {
    float: none;
    display: inline-block;
    width: 32.99%;
    box-sizing: border-box;
    padding-right: 0;
    margin: 0px 1px;
}

.tabItem {
    height: auto;
    line-height: normal;
    display: inline-block;
    box-sizing: border-box;
    padding: 1.0em 0em;
    width: 100%;
    background: #FFFFFF;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: bold;
    font-style: inherit;
    text-transform: capitalize;
    color: #333333;
    transition: none;
    position: relative;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    /* border-bottom: 1px solid #333333; */
    border-left: 0px solid transparent;
}

.tabItem:hover,
.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
    text-decoration: none;
    font-style: normal;
    /* background: #005BAC; */
    color: #005BAC;
    border-top: 0px solid #005BAC;
    border-right: 0px solid #005BAC;
    border-bottom: 3px solid #005BAC;
    border-left: 0px solid #005BAC;
    margin-bottom: 0em;
    transition: background 0.5s, color 0.5s, border 0.5s;

}


.tabs-control {
    margin-bottom: 3em;
    margin-top: 2px;
}

.tabs:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;
    /* border-bottom: 1px solid #333333; */
}

@media (max-width: 889px) {
    .tabItem {
        min-width: unset;
    }
}

/*
@media (max-width: 595px) {
    .tabs li {
        width: 45%;
    }

    .tabItem {
        margin-bottom: 2px;
    }

    .tabs:after {
        bottom: -3px;
    }
}
*/
@media (max-width: 577px) {
    .tabs li {
        width: 32.8%;
    }
}

@media (max-width: 425px) {
    .en-gb .tabItem {
        font-size: 1em;
    }

    .tabs li {
        border-bottom: 0px;
    }

    .en-gb .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 98%;
    }

    .en-gb .tabItem-active:before {
        display: none;
    }

    .tabs:after {
        border-bottom: 0px solid #333333;
    }
}

@media (max-width: 425px) {
    .ja-jp .tabItem {
        font-size: 1em;
    }

    .ja-jp .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 4px;
        width: 98%;
    }

    .ja-jp .tabItem-active:before {
        display: none;
    }

    /*
    .ja-jp .tabs li:last-child > a,
    .ja-jp .tabs li:first-child > a,
    .ja-jp .tabs li > a {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
*/
}
