/*
Theme Name: Nihongo test only
Author: AnSE
Version: 1.0 Beta
*/

/*reset css*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    max-width: 100vw;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
}

.row,
.col {
    padding: 0;
    width: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: white;
}
body * {
    -webkit-font-smoothing: subpixel-antialiased !important;
    text-rendering: optimizeLegibility !important;
}
/*============inline-img=======================*/
@media (min-width: 900px) {
    .pla-img-sticky {
        display: none;
    }
}
.pla-img-sticky {
    width: 35vw;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pla-img-sticky > img {
    width: 100%;
    height: unset;
}
.plamfet-sticky {
    display: flex;
}

.d-shingaku-top-2 > span > img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 900px) {
    .top-10 {
        display: none;
    }
}
/*==================index.php==================*/
.nav-text-center {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.green-bg {
    background-color: var(--c-green-bg);
    border-radius: 50px;
    color: white !important;
}

.nav-mobile {
    display: none;
}

.nav-desktop {
    padding: 1vw 9vw;
}

.nav-item {
    color: black;
    font-family: var(--f-notosans);
    font-size: 20px;
    font-weight: 600;
}
.m-item-d {
    display: flex;
    justify-content: center;
}
@media (min-width: 900px) and (max-width: 1400px) {
    .item-disabled {
        top: 1vw !important;
    }
}
@media (min-width: 900px) {
    .item-disabled {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -2vw;
    }
    .nav-item {
        height: 5vw;
    }
    .item-disabled > img {
        width: 5vw;
    }

    .nav-link {
        display: flex !important;
        justify-content: center !important;
    }
}

.navbar > div > a {
    width: 8vw;
}

@media (min-width: 900px) and (max-width: 1300px) {
    .navbar > div > a {
        width: 15vw;
    }

    .nav-desktop {
        padding: 1vw;
    }
}

.navbar > div > a > img {
    width: 100%;
}

.navbar-nav > .nav-item:not(:last-child) {
    margin-right: 20px;
}

@media only screen and (orientation: landscape) and (max-width: 900px) {
    .m-m-contact {
        bottom: -5vw !important;
    }
    .m-menu-container {
        top: 17vw !important;
    }
    .m-m-logo {
        position: absolute;
        top: 4vw !important;
    }
    .m-menu-item > a {
        font-size: 5vw !important;
    }
    .m-menu-item > a > ruby > rt {
        font-size: 2vw !important;
    }
}

@media only screen and (max-width: 900px) {
    .nav-desktop {
        display: none;
    }

    .nav-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4vw 8vw;
        box-shadow: 0px 2px 2px 0px rgba(236, 250, 250, 1);
    }

    .mobile-menu {
        position: fixed;
        overflow: auto;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: white;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        background: url("./img/mobile-menu-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 999999999;
    }

    .m-menu-item > a {
        font-family: var(--f-notosans);
        font-size: 7vw;
        color: black;
    }
    .m-menu-item > a > ruby > rt {
        font-size: 3vw;
    }
    .m-menu-container {
        position: absolute;
        top: 50vw;
        text-align: center;
    }

    .m-menu-container > .m-menu-item:not(:last-child) {
        margin-bottom: 3vw;
    }

    .img-2-box-1 {
        margin-top: 30px;
    }
    .img-3 {
        padding-top: 0 !important;
    }
}

.top-top {
    background-color: white;
    margin-bottom: 0;
}
.top-top > div > img {
    width: 100%;
}

@media (max-width: 989px) {
    .bottom-sticky {
        display: none;
    }
}

@media (min-width: 990px) {
    .bottom-sticky {
        position: fixed;
        bottom: 0;
        right: 0;
        width: fit-content;
        z-index: 9996;
    }
}

@media (min-width: 901px) {
    .top-top {
        display: none;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row !important;
    }
}

@media (min-width: 901px) and (max-width: 990px) {
    .container-fluid {
        flex-wrap: unset !important;
    }
    .nav-item {
        height: 7vw;
    }
    .navbar-collapse {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.top-mobile {
    background-color: #72c279;
    color: white;
}
.m-top-nav-2 > button {
    background-color: transparent;
    border: 0;
}

.hand-img {
    width: 100vw;
}

.hand-img > img {
    width: 100%;
}

.m-m-logo {
    position: absolute;
    top: 15vw;
}

.m-m-logo > a > img {
    width: 30vw;
}

.m-m-contact {
    text-align: center;
    color: var(--c-s-blue);
    font-family: var(--f-notosans);
    font-size: 4vw;
    font-weight: 700;
    position: absolute;
    bottom: 10vw;
}

.m-m-contact > div > img {
    width: 3vw;
}

.close-button > button {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 10vw;
}

.m-top-nav-1 {
    display: flex;
    align-items: center;
}

.m-top-nav-1 > a > img {
    width: 30vw;
}

@media (min-width: 550px) {
    .m-top-nav-1 > a > img {
        width: 20vw;
    }
}

.m-top-nav-2 > button > img {
    width: 8vw;
}

@media (min-width: 550px) {
    .m-top-nav-2 > button > img {
        width: 4vw;
    }
}

#m-menu {
    display: none;
}

ruby {
    ruby-align: center;
    text-align: center;
    white-space: collapse;
}

rt {
    font-size: 12px;
}

/*===================================top-img-mobile===================================*/
@media (min-width: 900px) {
    .m-top-img-bg {
        display: none !important;
    }

    .d-top-img-bg {
        display: block !important;
        margin-top: -5px;
    }

    .d-top-item > img {
        width: 100%;
    }
}

.img-1-contatiner-mobile {
    width: 100vw;
}

.img-1-contatiner-mobile > img {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}

.d-top-img-bg {
    display: none;
}

.m-top-img-bg {
    padding: 50vw 0 80vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
    color: var(--c-txt-black);
}

@media (max-width: 900px) {
    .m-top-img-bg {
        padding: 44vw 0 80vw 0;
    }
}
.m-top-1 {
    font-family: var(--f-notosans);
    font-size: 6vw;
    text-align: center;
    margin-bottom: 12vw;
    font-weight: 700;
    width: 85vw;
    line-height: 1.5;
}

.m-top-1 > span > ruby > rt {
    font-size: 2.5vw;
    letter-spacing: -4px;
}

@media (max-width: 900px) {
    .m-top-1 {
        margin-top: 20px;
        width: 60vw;
    }
}

@media (min-width: 900px) {
    .m-top-1 {
        font-size: 1.2vw;
        line-height: 2;
        width: 100vw;
        text-align: center;
        margin-bottom: 1vw;
        margin-top: 1vw;

        letter-spacing: 0px;
    }

    .des-text-1 {
        position: absolute;
        top: 9vw;

        width: 100vw;
    }

    .m-top-1 > span > ruby > rt {
        font-size: 0.7vw;
        letter-spacing: 0px;
    }
}

.green-text {
    color: var(--c-green-bg);
}

.m-top-1 > .green-text {
    font-size: 32px;
    font-weight: 7 00;
}
.m-top-1 > .blue-text {
    font-size: 26px;
    font-weight: 600;
}
@media (min-width: 900px) {
    .t-row-m-top-2 > .green-text {
        font-size: 8vw;
        font-weight: 700;
    }
    .t-row-m-top-2 > .blue-text {
        font-size: 6vw;
        font-weight: 700;
    }
    .m-top-1 {
        font-size: 3vw;
    }
}

.t-row-m-top-2 > .green-text {
    color: var(--c-green-bg);
}

.blue-text {
    color: var(--c-blue-txt);
}

.m-top-2 {
    font-family: var(--f-notosans);
    font-size: 5vw;
    font-weight: 700;
    width: 100vw;
    text-align: center;
}
@media (max-width: 900px) {
    .m-top-2 {
        margin-top: 10vw;
    }
}
.t-row-m-top-2 {
    margin-bottom: 20px;
}
.t-row-m-top-2 > ruby > rt {
}
.b-row-m-top-2 {
}
.b-row-m-top-2 > ruby > rt {
}
@media (min-width: 900px) {
    .m-top-2 > ruby > rt {
        font-size: 13px;
    }

    .t-row-m-top-2 {
        margin-bottom: 20px;

        font-size: 2vw;
    }
    .t-row-m-top-2 > ruby > rt {
    }
    .b-row-m-top-2 {
        font-size: 2vw;
    }
    .b-row-m-top-2 > ruby > rt {
        font-size: 1vw;
    }
}

@media (min-width: 900px) {
    .m-top-2 {
        font-size: 38px;
        text-align: center;
    }
}

/*==================img 2========================*/

.m-img-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 45vw;
    background: url("https://kumamoto-nihongo.dankk.co.jp/wp-content/themes/nihongoshidou/img/img-2-mob.png");
    background-size: auto;
    background-repeat: no-repeat;
    padding-bottom: 25vw;
    margin-bottom: 6vw;
}

@media (min-width: 900px) {
    .m-img-2 {
        margin-top: 10vw;
        background: url("https://kumamoto-nihongo.dankk.co.jp/wp-content/themes/nihongoshidou/img/img-2-desk.png");
        background-repeat: no-repeat;
        padding-bottom: 5vw;
        background-size: auto;

        margin-bottom: 0vw;
    }
}

.m-img-2-inner {
    width: 90vw;
}

@media (min-width: 900px) {
    .m-img-2-inner {
        width: 70vw;
    }
}

.m-img-2-inner-img > img {
    width: 100%;
    margin-top: -30vw;
}

@media (min-width: 900px) {
    .m-img-2-inner-img > img {
        width: 100%;
        margin-top: -12vw;
    }

    .m-img-2-inner-img {
        width: 25vw;
        margin-top: 20vw;
        margin-bottom: 4vw;
    }
}

.img-2-box-1 {
    background-color: white;
    border-radius: 15px;
    filter: drop-shadow(4px 4px 4px rgba(201, 223, 236));
    margin-top: 10vw;
}

@media (min-width: 900px) {
    .img-2-box-1 {
        text-align: center;
        border-radius: 0px;
    }
}

.img-2-box-1-1 {
    color: var(--c-s-blue);
    padding: 30px 30px 10px 30px;
    font-family: var(--f-notosans);
    font-size: 5.2vw;
    line-height: 1.6;
    font-weight: 500;
}

@media (max-width: 900px) {
    .img-2-box-1-1 {
        text-align: justify;
    }
}

@media (min-width: 900px) {
    .img-2-box-1-1 {
        margin: 0 auto;
        padding-bottom: 20px;
        width: 90%;
        font-size: 30px;
        line-height: 1.6;
    }
}

.img-2-box-1-3 {
    color: var(--c-persimmon);
    padding: 30px 30px 10px 30px;
    font-family: var(--f-notosans);
    font-size: 23px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}

.img-2-box-1-2 {
    padding: 10px 40px 30px 40px;
    font-family: var(--f-notosans);
    font-size: 4vw;
    line-height: 1.6;
    text-align: justify;
    word-break: break-all;
}

@media only screen and (max-width: 768px) {
    .mobile-txt {
        display: block;
    }
    .desktop-txt {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-txt {
        display: none;
    }
    .desktop-txt {
        display: block;
    }
}
.img-2-box-1-4 {
    padding: 10px 40px 30px 40px;
    font-family: var(--f-notosans);
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    word-break: break-all;
}

@media (min-width: 900px) {
    .img-2-box-1-2 {
        font-size: 20px;
        margin: 0 auto;
        padding-bottom: 40px;
        width: 80%;
    }

    .img-2-box-1-2 > ul,
    .img-2-box-1-4 > ul {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-2-box-1-2 > ul > li,
    .img-2-box-1-4 > ul > li {
        width: fit-content;
        text-align: center;
    }
}

.img-2-box-1-2 > ul {
    list-style-image: url("https://kumamoto-nihongo.dankk.co.jp/wp-content/themes/nihongoshidou/img/bulet.png") !important;
}

.img-2-box-1-4 > ul {
    list-style-image: url("https://kumamoto-nihongo.dankk.co.jp/wp-content/themes/nihongoshidou/img/orange-bullet.png") !important;
}

.img-2-box-1-2 > ul > li:not(:last-child) {
    margin-bottom: 1vw;
}

.box-2 {
    margin-top: 8vw;
}

@media (min-width: 900px) {
    .box-3 {
        margin-top: 5.63vw;
    }
}

.KRtxt {
    font-family: var(--f-notosansKR);
}

.SCtxt {
    font-family: var(--f-notosansSC);
}

.TCtxt {
    font-family: var(--f-notosansTC);
}

.boy {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 999;
}

/*=========================img-3=====================*/
@media (min-width: 900px) {
    .img-3-mobile {
        display: none;
    }
}

@media only screen and (max-width: 899px) {
    .img-3-desktop {
        display: none;
    }
}

.img-3 {
    background: url("https://kumamoto-nihongo.dankk.co.jp/wp-content/themes/nihongoshidou/img/img-3-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 990px) {
    .img-3-img {
        width: 106vw;
        margin-left: -15vw;
    }
    .img-3-img > img {
        width: 100%;
    }
}

@media (max-width: 899) {
    .img-3-img {
        margin-left: -10vw;
        width: 100vw;
    }

    .img-3-img > img {
        width: 100%;
    }
}
.img-3-col-2 > ruby > rt {
    font-size: 8px;
}
.img-3-in {
    width: 90vw;
    background-color: white;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    filter: drop-shadow(0px 2px 4px rgba(71, 156, 214, 0.25));
}

.img-3 {
    padding: 20vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-3-in-1 {
    text-align: center;
    margin-bottom: 4vw;
    font-family: var(--f-notosans);
    font-size: 32px;
    font-weight: 700;
    color: var(--c-green-bg);
    padding-bottom: 15px;
    line-height: 2;
    letter-spacing: -2px;
}

.img-3-in-1 > ruby > rt {
    font-size: 3vw;
}

.img-3-in-2 {
    margin-top: 7vw;
}

.img-3-col-1 {
    font-family: var(--f-notable);
    color: var(--c-green-bg);
    font-size: 7vw;
    text-align: center;
    flex: unset !important;
    width: 20% !important;
}

.img-3-col-2 {
    font-family: var(--f-notosans);
    font-size: 4vw;
    text-align: justify;
    line-height: 1.7;
    width: 80% !important;
    flex: unset !important;
    margin-top: auto !important;
    margin-bottom: 5px;
    color: var(--c-blue-txt);
}

/*.img-3-in-2 > .row:not(:last-child) {
    margin-bottom: 10px;
}*/

.img-3-col-2 {
}

@media (min-width: 900px) {
    .d-img-3 {
        background: url("https://kumamoto-nihongo.dankk.co.jp/wp-content/themes/nihongoshidou/img/img-3-desk.png");
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 7vw 0;
        position: relative;
        z-index: 0;
    }

    .d-img-3-in {
        width: 70vw;
    }

    .d-img-3-in > img {
        width: 100%;
    }

    .d-img-3-in-1 {
        background-color: white;
        padding: 4vw 5vw;
        filter: drop-shadow(0 2px 2px rgba(114, 194, 121, 0.25));
        position: relative;
        z-index: 3;
        margin-top: -6vw;
    }

    .d-img-3-in-1-1 {
        background-color: white;
        font-size: 40px;
        font-family: var(--f-notosans);
        font-weight: 700;
        text-align: center;
        color: var(--c-green-bg);
        margin-bottom: 2.73vw;
        line-height: 2;
    }

    .d-img-3-in-1-2 {
        font-size: 16px;
        font-family: var(--f-notosans);
        text-align: center;
        color: var(--c-txt-black);
        width: 101%;
        text-align: left;
    }

    /*.d-img-3-in-1-2 > div:not(:last-child) {
        margin-bottom: 1.3vw;
    }*/

    .kr-text {
        margin-bottom: 3vh;
    }

    .d-img-3-in-1-2-1 {
        font-family: var(--f-notable);
        font-size: 26px;
        color: var(--c-green-bg);
    }

    .d-img-3-in-1-2-2 {
        font-size: 23px;
    }
}
.d-img-3-in-1-2-2 {
    color: var(--c-blue-txt);
    font-weight: 600;
}
@media (min-width: 900px) and (max-width: 1500px) {
    .d-img-3-in-1 {
        padding: 4vw 7vw;
    }

    .d-img-3-in-1-1 {
        font-size: 26px;
    }

    .d-img-3-in-1-2-2 {
        font-size: 20px;
    }
    .img-2-box-1-1 {
        font-size: 26px;
    }
    .img-2-box-1-2 {
        font-size: 16px;
    }
}

/*====================img 4===================================*/

@media (min-width: 900px) {
    .img-4-mobile {
        display: none;
    }
}

@media only screen and (max-width: 989px) {
    .img-4-desktop {
        display: none;
    }
}

.img-4 {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.img-4-in {
    width: 90vw;
}

.img-4-in-in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.img-4-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    background-color: white;
    padding: 13px 50px;
    border-radius: 10px;
    width: 90%;
    color: var(--c-txt-black);
    text-align: center;
    filter: drop-shadow(0px 2px 1px rgb(235, 223, 216));
}

.img-4-button > button {
    background-color: #e2d3a6;
    border: 0;
    border-radius: 15px;
    padding: 10px 20px !important;
    color: var(--c-txt-black);
}

.img-4-in > .img-4-in-in:not(:last-child) {
    margin-bottom: 4vw;
}

.img-4-in-1 {
    width: 80vw;
    background-color: white;
    padding: 6vw 5vw;
    text-align: center;
    color: var(--c-txt-black);
    font-family: var(--f-notosans);
}

.number-txt-img2-mobile {
    font-family: var(--f-notable);
    color: #72c279;
    font-size: 7vw;
    padding-left: 50px;
}

@media (min-width: 900px) {
    .number-txt-img2-mobile {
        display: none;
    }
}

.img-4-in-1-1 {
    font-size: 3.5vw;
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    filter: drop-shadow(0px 2px 1px rgb(235, 223, 216));
    margin-bottom: 5vw;
}

.img-4-in-1-2 {
    font-size: 3vw;
}

.inter-1 {
    margin-top: 6vw;
}

#btn41,
#btn42,
#btn43,
#btn44,
#btn45 {
    display: none;
    flex-direction: column;
}

.soudan-hr-d {
    border: 2px solid #cfa286;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 900px) {
    .soudan-hr-d {
        border: 1px solid #cfa286;
        filter: drop-shadow(2px 2px 2px rgb(235, 223, 216));
        width: 125%;
        padding: 0;
        margin-left: -12%;
        margin-top: 30px;
    }
}

@media (min-width: 900px) {
    #btn41d,
    #btn42d,
    #btn43d,
    #btn44d,
    #btn45d {
        display: none;
        flex-direction: column;
    }

    .d-img-4-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        font-size: 30px;
        font-weight: 700;
    }

    .d-img-4-row-1-col {
        margin-bottom: 83px;
    }

    .d-img-4-row-1 {
        width: 80%;
    }

    .d-img-4-row-2 {
        width: 50%;
    }

    .d-img-4-row-1-col-in {
        background-color: white;
        border-radius: 10px;
        filter: drop-shadow(0px 2px 1px rgb(235, 223, 216));
        display: flex;
        justify-content: space-around;
        padding: 15px;
        margin-bottom: 2.21vw;
    }

    .inter-1-d {
        margin-top: 1vw;
    }

    .d-img-4-row-1 > .d-img-4-row-1-col:not(:last-child),
    .d-img-4-row-2 > .d-img-4-row-1-col:not(:last-child) {
        margin-right: 7.5vw;
    }

    .d-img-4-row-1-col-in > button {
        background-color: #e2d3a6;
        border-radius: 25px;
        border: 0;
        padding: 10px 15px;
    }

    .img-4-in-1-d {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

    .img-4-in-1-1-d {
        font-size: 20px;
        filter: drop-shadow(0px 2px 1px rgb(235, 223, 216));
        background-color: white;
        width: 90%;
        margin-bottom: 1vw;
        border-radius: 5px;
        padding: 5px 0;
    }

    .img-4-in-1-2-d {
        font-size: 16px;
        font-weight: 500;
        width: 80%;
    }
    .soudan-hr-d {
        margin-top: 25px;
    }
}

/*====================img-5==========================*/
.img-5 {
    background: url("https://kumamoto-nihongo.dankk.co.jp/wp-content/themes/nihongoshidou/img/bottompage.png");
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    font-size: 4vw;

    background-position: bottom;
    color: var(--c-s-blue);
    font-family: var(--f-notosans);
    font-weight: 700;
    padding: 30px;
}

.img-5 > row {
    display: none;
}
@media (max-width: 900px) {
    .img-5-footer {
        display: none !important;
    }
}
.img-6 {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    font-size: 4vw;

    background-position: bottom;
    color: var(--c-s-blue);
    font-family: var(--f-notosans);
    font-weight: 700;
    padding: 30px;
}

.img-5 > div:not(:first-child),
.img-6 > div {
    display: flex;
    align-items: center;
}

.mob-nav-ruby {
    margin-top: -5%;
    position: relative;
    z-index: -1;
}

.img-3-m-row {
    margin-bottom: 4vh;
}

.img-3-m-row > ul {
    list-style-type: disc !important;
    margin-left: 30px;
    font-size: 4w;
}
.mob-nav-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mob-nav-img > img {
    max-width: unset !important;
    width: 20%;
}

@media (min-width: 900px) {
    .img-5 {
        background: rgba(237, 246, 251, 0.55);
        font-size: 2vw;
        padding-top: 5vw;
    }
    .img-5-footer {
        display: flex;
        width: 25vw;
        margin-bottom: 3.75vw;
    }

    .img-5-footer-col {
        text-align: center;
    }
    .img-5-footer-col > a > button {
        background-color: white;
        color: #72c279;
        border: 1px solid #72c279;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        padding: 1vw 2.5vw;
    }
}

.img-6 > div > img {
    width: 3vw;
    height: 3vw;
    font-weight: 700;
}

.img-5 > div > img {
    width: 0.5vw;
    height: 0.5vw;
    font-weight: 700;
}

@media (min-width: 900px) {
    .img-5 > div > img {
        margin-top: 5px;
        width: 2vw;
        height: 2vw;
    }
}

/*========flags==========*/
.flag-desktop {
    padding: 0 2vw;
}
@media only screen and (max-width: 900px) {
    .img-5 > div > img {
        width: 4vw;
        height: 4vw;
    }

    .flag-desktop {
        display: none;
    }
}

/*=================sticky button==============*/
.pamflet-button {
    bottom: 10px;
    right: 0px;
    z-index: 99999;
    width: fit-content;
    display: flex;
    justify-content: right;
    position: absolute;
    top: 90vw;
    right: 5vw;
    height: 21%;
}

.pamflet-button > img {
    width: 30vw;
}

/*========footer=========*/
.footerss {
    font-size: 15px;
    font-weight: 500;
    color: white;
    text-align: center;
    background-color: #4794c6;
    padding: 10px;
}

.top-10 {
    margin-left: 13vw !important;
    margin-top: 10vw;
    margin-bottom: -10vw;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and
    (-webkit-appearance: none) {
    body {
        background-color: red;
    }
}
.footer-dis {
    position: relative;
    margin-top: -70%;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.footer-dis > img {
    width: 5vw;
}

.otherlang {
    font-size: 20px;
}

.nav-link > div > ruby > rt {
    font-size: 10px;
}

.m-top-1 > ruby > rt {
    font-size: 12px;
}

.mobile-txt > ruby > rt {
    font-size: 10px;
}

/*=================link=================*/
.links-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    background-color: white;
    padding: 13px 50px;
    border-radius: 10px;
    width: 100%;
    color: var(--c-txt-black);
    text-align: center;
    filter: drop-shadow(0px 2px 1px rgb(235, 223, 216));
}

.links-button > button {
    background-color: #e2d3a6;
    border: 0;
    border-radius: 15px;
    padding: 10px 20px !important;
    color: var(--c-txt-black);
}

.m-i-2-l {
    margin-top: 10vh;
}

.m-i-2-l > .links-button {
    font-size: 1.6vw;
}

.m-i-2-l > .links-button > button {
    background-color: #e2d3a6;
    border-radius: 25px;
    border: 0;
    padding: 15px 15px !important;
}
.linkss-button-in {
    background-color: white;
    width: 100%;
    padding: 13px 50px;
    filter: drop-shadow(0px 2px 1px rgb(235, 223, 216));
    margin-top: -10px;
    border-radius: 0 0 10px 10px;
}
.linkss-button-in-1 {
    background-color: white;
    filter: drop-shadow(0px 2px 1px rgb(235, 223, 216));
    text-align: center;
    font-size: 1vw;
    font-weight: 600;
    border-radius: 10px;
    margin: 10px 0;
    padding: 15px 0;
}

.linkss-button-in-1-1 {
    font-size: 1.2vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.linkss-button-in-1-1-1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.linkss-button-in-1-2 {
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.6;
}

.linkss-table {
    width: 100%;
    table-layout: fixed;
}
.linkss-table > tbody > tr > td {
    padding: 20px;
}

table {
    border-collapse: collapse;
    border: none;
}
td,
th {
    border: none;
    border-left: 1px solid rgb(235, 223, 216) !important;
    border-top: 1px solid rgb(235, 223, 216) !important;
    width: 100%;
}
td:first-child,
th:first-child {
    border-left: none !important;
}
tr:first-child td,
tr:first-child th {
    border-top: none !important;
}

.l-b-a-1,
.l-b-a-2,
.l-b-a-3,
.l-b-a-4,
.l-b-a-5 {
    display: none;
}
.mob-ver-tab {
    display: none;
}
@media only screen and (max-width: 950px) {
    .mob-ver-tab {
        display: block;
    }
    .des-ver-tab {
        display: none;
    }

    .linkss-hr {
        background-color: rgb(143, 94, 65) !important;
        height: 2px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .linkss-button-in {
        padding: 13px 20px;
    }
    .links-button {
        font-size: 23px !important;
        padding: 13px 15px;
    }
    .linkss-button-in-1-1 {
        font-size: 20px;
        font-weight: 500;
    }
    .linkss-button-in-1 {
        font-size: 18px;
    }
}

.linkss-button-in-1-2 > a {
    color: var(--c-blue-txt) !important;
    text-decoration: underline !important;
    text-decoration-color: var(--c-blue-txt) !important;
}
