@charset "utf-8";

/* 共通 */
body {
    margin: 0;
    padding: 0;
    background-color: #fff6ea;
    line-height: 1.7;
    color: #333333;
}

img {
    width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

p {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    word-wrap: break-word;
}
li {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.dfx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.section__img {
    margin-bottom: 155px;
}

@media (min-width:769px) {
    .sp-only {
        display: none;
    }
}

@media (max-width:768px) {
    .pc-only {
        display: none;
    }

    p {
        font-size: 16px;
    }

    .section__img {
        margin-bottom: 70px;
    }
}

/* header */
header {
    background-color: #fff;
    /* position: relative; */
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
}

header .header__img {
    /* position: absolute; */
    max-width: 124px;
    /* left: 0;
    top: 50%; */
    /* transform: translateY(-50%); */
    padding-left: 15px;
}

header .header__img:hover {
    opacity: 0.5;
}

header .header__img img {
    aspect-ratio: 1 / 1;
}

header .header__txt-id {
    font-size: 18px;
    font-weight: bold;
}

header .header__txt-ja {
    font-size: 16px;
    /* padding: 55px 0; */
    /* text-align: center; */
}

/* @media (max-width:1100px) and (min-width:769px) {
    header .header__txt p {
        margin-left: 124px;
    }
} */

@media (max-width:768px) {
    header {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        align-items: center;
    }

    header .header__txt-ja {
        font-size: 11px;
        text-align: left;
        /* padding: 15px 0; */
        line-height: 1.2;
    }
    header .header__txt-id {
        margin-bottom:6px;
        font-size: 12px;
        text-align: left;
        line-height: 1.2;

    }

    header .header__img {
        max-width: 72px;
        position: unset;
        transform: unset;
        padding-left: unset;
    }
}

.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}

/* 申し込みボタン */
.fix__img {
    position: fixed;
    max-width: 200px;
    width: 8%;
    right: 3%;
    bottom: 3%;
    z-index: 10;
    /* transform-origin: 50% 50%; */
    transition: 0.6s ease;
}

.fix__img:hover {
    scale: 1.1;
    /* transform: rotate(360deg); */
}

.fix__img img {
    aspect-ratio: 49 / 50;
}

.box-01.displayed {
    animation: rotate-01 2s forwards;
}

@keyframes rotate-01 {
    0% {
        transform: rotate(300deg);
    }

    100% {
        transform: rotate(0);
    }
}

@media (max-width:768px) {
    .fix__img {
        width: 20%;
    }
}

/* MV */
h1 picture img {
    aspect-ratio: 2088 / 1022;
}

@media (max-width:480px) {
    h1 picture img {
        aspect-ratio: 400 / 702;
    }
}


/* guidelines */
.guidelines {
    margin-bottom: 155px;
    margin-top: 155px;
}

.guidelines__ttl {
    background-color: #0084B2;
    padding: 60px 0 80px;
    border-radius: 20px 20px 0 0;
}

.ttl__area {
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 1.2;
}

.ttl__area h3 {
    display: inline;
}

.ttl__area span {
    font-size: 20px;
}

.guidelines__ttl .ttl__area h3 span {
    position: relative;
}

.guidelines__ttl .ttl__area h3 span::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 400%;
    height: 0.5px;
    background-color: #fff;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.summary {
    background-color: #fff;
    padding: 60px;
    gap: 60px;
}

.summary .ttl__area {
    color: #0084B2;
    width: 9em;
}

 .summary__desc-uz {
margin-bottom: 2em;
font-weight: bold;
 }

.summary__desc-uz p {
    margin-bottom: 2em;
}

.summary__desc-ja p {
    font-size: 16px;
    line-height: 1.6;
}

.entry {
    background-color: #008200;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.entry-uz {
    font-size: 27px;
    font-weight: 600;
}

.entry-ja {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width:768px) {
    .guidelines {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .ttl__area {
        font-size: 28px;
        line-height: 1.2;
    }

    .ttl__area span {
        font-size: 16px;
    }

    .guidelines__ttl {
        padding: 30px 15px 45px;
    }

    .summary {
        flex-wrap: wrap;
        padding: 30px 15px 30px;
        gap: 30px;
    }

    /* .summary .ttl__area {
        width: 100%;
    } */

    .entry-uz {
        font-size: 16px;
    }

    .entry-ja {
        font-size: 14px;
    }

    .summary__desc-ja p {
        font-size: 14px;
    }
}

/* indonesia */
/* .indonesia {
    margin-bottom: 155px;
}

.indonesia .dfx {
    gap: 30px;
    align-items: start;
}

.indonesia__inner-left {
    width: 20%;
}

.indonesia__inner-right {
    width: calc(80% - 30px);
}

.indonesia .ttl__area {
    line-height: 0.8;
    margin-top: 10px;
}

.indonesia .ttl__area h3 {
    font-size: 22px;
    color: #000;
}

.indonesia .ttl__area h3 span {
    font-size: 14px;
}

@media (max-width:768px) {
    .indonesia {
        margin-bottom: 50px;
        ;
    }

    .indonesia .dfx {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .indonesia__inner-left {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .indonesia .ttl__area {
        margin-top: unset;
    }

    .indonesia .ttl__area h3 {
        font-size: 20px;
    }

    .indonesia__img-flag {
        max-width: calc(100% - 210px);
    }

    .indonesia__inner-right {
        width: 100%;
    }
} */

/* gallery */
.phgallery {
    margin-bottom: 155px;
}

.phgallery ul {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.phgallery ul li {
    width: calc((100% - 15px) / 4);
}

.phgallery p {
    font-size: 14px;
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.phgallery p span {
    font-size: 12px;
    font-weight: normal;
}
.gallery__img {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.gallery__img img {
    height: auto;
    transition: transform .6s ease;
    width: 100%;
    aspect-ratio: 101 / 56;
}

.gallery__img:hover img {
    transform: scale(1.1);
}

@media (max-width:768px) {
    .phgallery {
        padding: 0 15px;
        margin-bottom: 50px;
    }

    .phgallery ul {
        gap: 10px;
    }

    .phgallery ul li {
        width: calc((100% - 10px) / 2);

    }
}

/* schedule */
.apply .ttl__area,
.program .ttl__area,.map .ttl__area {
    background-color: #0084B2;
    max-width: 420px;
    margin-right: auto;
    padding: 30px 0;
    border-radius: 0 20px 20px 0;
    margin-bottom: 70px;
}
.map .ttl__area {
    max-width: 600px;
}
@media (max-width:768px) {
    .apply .ttl__area,
    .program .ttl__area,.map .ttl__area {
        /* max-width: 325px; */
        width: 90%;
        padding: 20px 0;
        margin-bottom: 45px;
    }
}

/* apply */
.apply {
    margin-bottom: 155px;
}

.step {
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 70px;
}

.step__item {
    width:calc((100% - 120px) / 3);
}

.step__img {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.step__img::after {
    content: "\025b6";
    color: #3B6282;
    font-size: 35px;
    margin-left: 16px;
}

.step__img img {
    aspect-ratio: 1 / 1;
}

.step__txt {
    display: flex;
    align-items: flex-start;
}
.step__txt-uz {
    min-height: 220px;
    margin-bottom: 1em;
    font-weight: 600;
}
.step__txt-ja p {
    font-size: 16px;
}
.step__item:nth-of-type(3) .step__img::after {
    content: unset;
}

.step__item:nth-of-type(1) .step__txt::before {
    content: "1.";
    margin-right: 10px;
}

.step__item:nth-of-type(2) .step__txt::before {
    content: "2.";
    margin-right: 10px;
}

.step__item:nth-of-type(3) .step__txt::before {
    content: "3.";
    margin-right: 10px;
}


.inview.fadeup {
    opacity: 0;
    transition-duration: .5s;
    transform: translateY(10px);
}

.inview.fadeup.active {
    opacity: 1;
    transform: translateY(0px);
}

.delay01 {
    transition-delay: .3s;
}

.delay02 {
    transition-delay: .6s;
}

.delay03 {
    transition-delay: .9s;
}

.deadline {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 15px;
}

.deadline__ttl {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #C1272D;
    margin-bottom: 20px;
    line-height: 1.3;
}
.deadline__ttl span {
    font-size: 22px;
}
.deadline__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #C1272D;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    max-width: 630px;
    height: 97px;
    border: 2px solid #C1272D;
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
    padding-right: 1em;
    font-weight: 600;
    margin-bottom: 20px;
}

.deadline__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform-origin: 100% 50%;
    height: 75px;
    width: 75px;
    background: url(../img/btn_tap.svg) no-repeat;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
    transform: translateY(-50%);
}

.deadline__btn:hover::after {
    transform: translate(5px, -50%);
}

.deadline__btn:hover {
    background-color: #fff;
    color: #C1272D;
    font-weight: 600;
}
.deadline__btn:hover p.deadline__btn-p {
    color: #C1272D;
}
p.deadline__btn-p {
    color: #fff;
    line-height: 1.2;
    margin-bottom: unset;
    /* font-size: 22px; */
    font-size: clamp(16px, 4vw, 22px);
    text-align: center;
    padding-right: 2em;
}
p.deadline__btn-p span {
    font-size: 16px;
}
.deadline ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
}

.deadline ul li::before {
    content: "\203B";
}
.deadline-uz,.deadline-uz p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    word-break: break-all;
}
.deadline-uz {
    margin-bottom: 2em;
}
.deadline-ja,.deadline-ja p {
    font-size: 14px;
    word-break: break-all;

}
@media (max-width:768px) {
    .apply {
        margin-bottom: 70px;
    }

    .step {
        flex-wrap: wrap;
        gap: 0;
    }

    .step__img {
        width: 70%;
    }

    .step__img::after {
        content: unset;
    }

    .step__item {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step__item::after {
        content: "\025bc";
        color: #3B6282;
        font-size: 35px;
        margin-left: 16px;
    }

    .step__item:nth-of-type(3)::after {
        content: unset;
    }

    .deadline__ttl {
        font-size: 22px;
    }
    .deadline__ttl span {
        font-size: 16px;
    }
    .step__txt-uz {
        min-height: unset;
    }
    .step__txt-ja p {
        font-size: 14px;
    }
    .step__txt::before {
        font-size: 14px;
    }
}

/* participation */
.participation {
    gap: 40px;
    position: relative;
    margin-bottom: 255px;
}
.participation__inner {
    position: relative;
}
.participation::after {
    display: inline-block;
    position: absolute;
    content: "";
    /* width: calc((((100% - 40px) * 0.4) / 2) + 40px + ((100% - 40px) * 0.6) + ((100% - 1100px) / 2)); */
    width: 65%;
    height: 115%;
    right: 0;
    top: -7.5%;
    background-color: #fff;
    z-index: -1;
}

.section__img:nth-of-type(1) {
    margin-bottom: 350px;
}

.participation__img {
    /* margin-top: -300px; */
    width: calc((100% - 40px) * 0.4);
    position: absolute;
    left: 0;
    top: -200px;
}

.participation__img img {
    aspect-ratio: 424 / 575;
}

.section__img img {
    aspect-ratio: 2038 / 808;
}

.participation__txt .ttl__area {
    background-color: #0084B2;
    padding: 15px;
}

/* .participation__txt ul {
    margin: 20px;
} */

.participation__txt {
    width: calc((100% - 40px) * 0.6);
    margin-left: auto;
}

/* .participation__txt ul li {
    display: flex;
    align-items: flex-start;
}

.participation__txt ul li::before {
    content: "\025cf";
} */

.participation__txt-uz {
    margin: 20px 20px 2em;
    font-weight: 600;
}

.participation__txt-uz a,
.participation__txt-ja a {
    text-decoration: underline;
    color: #0084B2;
}

.participation__txt-ja {
    margin: 0 20px 20px;
    font-size: 16px;
    line-height: 1.6;
}
.participation__txt-ja p {
    font-size: 16px;
}
.participation__txt-uz ol{
	counter-reset: listnum;
    font-size: 18px;
}
.participation__txt-uz ol li {
    padding-left: 33px;
    text-indent: -33px;
}
.participation__txt-uz ol li::before{
	counter-increment: listnum;
	content: counter(listnum) "."; 
	padding-right: 15px;
	vertical-align: middle;
	font-size: 18px;
}
.participation__txt-ja ol{
	counter-reset: listnum;
}
.participation__txt-ja ol li {
    padding-left: 33px;
    text-indent: -33px;
}
.participation__txt-ja ol li::before{
	counter-increment: listnum;
	content: counter(listnum) "."; 
	padding-right: 15px;
	vertical-align: middle;
	font-size: 16px;
}
@media (max-width:768px) {
    .section__img:nth-of-type(1) {
        margin-bottom: 50px;
    }
    .participation {
        margin-bottom: 90px;
    }

    .participation .wrapper {
        padding: 0;
    }

    .section__img:nth-of-type(3) {
        margin-bottom: 70px;
    }

    .participation__inner {
        flex-direction: column;
        position: unset;
    }
    .participation__txt-uz ol {
        font-size: 16px;
    }
    .participation__txt-ja ,.participation__txt-ja p,.participation__txt-ja ol li::before{
        font-size: 14px;
        line-height: 1.5;
    }

    .participation__img {
        margin-top: unset;
        width: 85%;
        margin-right: auto;
        margin-bottom: 30px;
        position: unset;
    }

    .participation__txt {
        width: calc(100% - 30px);
        margin-left: auto;
    }

    .participation::after {
        top: 5%;
        width: calc(100% - 15px);
        height: calc(95% + 20px);
    }
}

/* program */
.program {
    margin-bottom: 155px;
}

/* .program p {
    margin-bottom: 1em;
} */

.program__inner {
    gap: 30px;
    padding: 30px 30px 30px 60px;
    background-color: #fff;
    flex-direction: column;
}

.program-right {
    /* width: 52%; */
    align-items: start;
    gap: 15px;
}

.program__img:nth-of-type(1) {
    margin-bottom: 15px;
}

.program__img img {
    aspect-ratio: 254 / 137;
}
.program__ttl-uz {
    font-weight: 600;
    font-size: 18px;
}
.program__ttl-ja {
    font-size: 16px;
    margin-bottom: 1em;
}
.time__schedule dl {
    display: flex;
    gap: 60px;
    margin-top: 0;
    margin-bottom: 30px;
    /* position: relative; */
    justify-content: space-between;
}

.time__schedule dl:nth-of-type(8) {
    margin-bottom: unset;
}

.time__schedule {
    position: relative;
}

.time__line {
    width: 3px;
    /* height: calc(75% - 30px); */
    height: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: calc(140px + 30px);
    z-index: 10;
    transform: translateX(-50%);
    padding-top: 15px;
}

.time__line span {
    display: block;
    width: 100%;
    height: 100%;
    background: #0084B2;
}
.time__schedule dl dd {
    width: calc(100% - 210px);
}
.time__schedule dl dt {
    position: relative;
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    width: 150px;
}

.time__schedule dl dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #0084B2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 10px;
    transform: translate(-50%, -5px);
    left: calc(140px + 30px);
    z-index: 10;
}

.time__schedule dl dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 15px;
    transform: translate(-50%, -6px);
    left: calc(140px + 30px);
    z-index: 15;
}
.time__schedule-uz {
    line-height: 1.4;
    font-weight: 600;
    word-wrap: break-word;
}
.time__schedule-ja {
    font-size: 16px;
    font-weight: normal;
}

@media (max-width:768px) {
    .program {
        margin-bottom: 70px;
    }

    .program__inner {
        flex-wrap: wrap;
        padding: 30px 15px;
    }

    .time__schedule,
    .program-right {
        width: 100%;
    }

    .program-right {
        display: flex;
        gap: 15px;
    }
    .time__schedule dl {
        gap: 40px;
    }
    .time__schedule dl dt {
        width: 100px;
    }
    .time__schedule dl dd {
        width: calc(100% - 140px);
    }
    .time__line,.time__schedule dl dt::before,.time__schedule dl dt::after {
        left: calc(100px + 20px);
    }
    .program__ttl-uz {
        font-size: 16px;
    }
    .program__ttl-ja,.time__schedule-ja {
        font-size: 14px;
    }
}

/* information */
.information {
    margin-bottom: 155px;
}

.information h3 {
    color: #008200;
}

.information .ttl__area {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.information .ttl__area h3 {
    display: flex;
    align-items: center;
}

.information .ttl__area h3::before {
    content: "【";
    margin-right: 15px;
    margin-left: -25px;
    font-size: 70px;
}

.information .ttl__area h3::after {
    content: "】";
    margin-left: 15px;
    margin-right: -25px;
    font-size: 70px;
}
.ttl__area-txt {
    line-height: 1;
}
.info__txt {
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.info__txt-uz {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2em;
}
.info__txt-ja {
    font-size: 16px;
}
@media (max-width:768px) {
    .information {
        margin-bottom: 70px;
        overflow: hidden;
    }

    .information .ttl__area::before,
    .information .ttl__area::after {
        width: calc(50% - (300px / 2));
    }

    .information .ttl__area h3::before,
    .information .ttl__area h3::after {
        font-size: 60px;
    }

    .information .ttl__area h3::before {
        margin-left: -45px;
    }

    .information .ttl__area h3::after {
        /* margin-right: -45px; */
                margin-right: -5px;
    }
    .info__txt-uz {
        font-size: 16px;
    }
    .info__txt-ja {
        font-size: 14px;
    }
/* 
    .point {
        padding: 15px;
    }

    .point::after {
        top: 95px;
    }

    .point h4 {
        font-size: clamp(16px, 4.6vw, 21px);
        margin-bottom: 40px;
    }

    .point h4 span {
        font-size: clamp(12px, 3.5vw, 16px);
    } */
}

/* footer */
.footer-top {
    flex-direction: column;
    background: url(../img/footer.webp) no-repeat;
    background-size: cover;
    padding: 70px 15px;
}

/* .footer-top h2 {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 27px;
    font-weight: bold;
}

.footer__list p:nth-of-type(1) {
    font-size: 20px;
} */

/* .footer__list {
    text-align: left;
}
 */
.footer-bottom {
    background-color: #fff;
}

.footer-bottom .footer__img {
    display: block;
    max-width: 124px;
    margin: 0 auto;
}

.footer-bottom p {
    text-align: center;
}

.footer-bottom a:hover {
    opacity: 0.5;
}
.left-col {
    font-weight: bold;
    text-align: right;
    width: 200px;
    padding-right: 30px;
  }
  .right-col {
    text-align: left;
    width: calc(100% - 200px);
  }
  .size-20 {
    font-size: 20px;
  }
  .size-18 {
    font-size: 18px;
  }
  .size-16 {
    font-size: 16px;
  }
  .size-14 {
    font-size: 14px;
  }
@media (max-width:768px) {
    .footer-top h2 {
        font-size: 24px;
    }

    .footer__list p:nth-of-type(1) {
        font-size: 16px;
    }

    .footer-bottom .footer__img {
        max-width: 80px;
    }
    .right-col,.left-col {
        width: unset;
        display: block;
        text-align: left;
    }
    .right-col {
        margin-bottom: 15px;
    }
    .size-20 {
        font-size: 16px;
      }
      .size-18 {
        font-size: 16px;
      }
      .size-16 {
        font-size: 14px;
      }
      .size-14 {
        font-size: 14px;
      }
    
}
/* movie */
.movie {
    text-align: center;
    margin-bottom: 155px;
}
.movie__ttl {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 30px 0;
    margin-bottom: 70px;
}
.movie__ttl-uz {
    font-size: 18px;
    font-weight: bold;
}
.movie__ttl-ja {
    font-size: 16px;
}
.movie__container {
    max-width: 990px;
    margin: 0 auto;
    gap: 15px;
    align-items: start;
}
.movie-item {
    width: 60%;
    margin: 0 auto;
}
.movie-item iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    vertical-align: middle;
}
.movie-item__ttl {
    background-color: #fff;
    padding: 15px;
}
.movie-item__ttl-p {
    font-size: 16px;
    /* color: #0084B2; */
    font-weight: bold;
    text-align: center;
}
@media (max-width:768px) {
    .movie-item {
        width: 100%;
    }
    .movie__container {
        flex-wrap: wrap;
    }
    .movie__ttl {
        margin-bottom: 30px;
    }
    .movie {
        margin-bottom: 50px;
    }
    .movie__ttl-uz {
        font-size: 16px;
    }
    .movie__ttl-ja ,.movie-item__ttl-p{
        font-size: 14px;
    }
}
/* map */
.map {
    margin-bottom: 155px;
}
.map-top__txt {
    text-align: center;
    margin-bottom: 50px;
}
.map-top__txt-uz {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1em;
}
.map-top__txt-ja {
    font-size: 21px;
}
.map-gmap iframe {
    width: 100%;
    margin-bottom: 1em;
    aspect-ratio: 5 / 3;
}
.map-table {
    width: 100%;
    text-align: center;
    vertical-align:middle;
    background-color: #fff;
}
.map-table td {
    padding: 15px 1.5em;
    text-align: left;
}
.map-table td.bg-gray {
    text-align: center;
}
.map-table-uz {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #CCC;
}
.map-table-ja {
    font-size: 20px;
}
.bg-gray {
    background-color: #E6E6E6;
    width: 30%;
    vertical-align:middle;
    font-size: 22px;
}
@media (max-width:768px) {
    .map-top__txt-uz {
        font-size: 16px;
    }
    .map-top__txt-ja {
        font-size: 14px;
    }
    .map-top__txt {
        margin-bottom: 20px;
    }
    .map-table-uz,.map-table-ja {
        font-size: 14px;
    }
    .bg-gray {
        font-size: 16px;
    }
    .map {
        margin-bottom: 70px;
    }
    div, p , a, li {
        line-height: 1.5;
    }
}