.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

inner img {
    width: unset;
}

@media screen and (max-width:999px) {
    inner img {
        width: 100%;
    }
}

.mdp_grid {
    display: grid;
}

#mdp_bnr {
    margin-bottom: 30px;
}

section {
    margin-bottom: 30px !important;
}

.bg_white {
    background-color: white;
}

.bg_skyblue {
    background-color: #DBE5F0;
}

.color_blue {
    color: #1E2380;
}

h2 {
    border-left: 5px solid #FFBB80;
}

h3 {
    font-size: 120%;
    font-weight: 600;
    border-left: unset
        /*5px solid #ff8f2d*/
    ;
}
.mdp_astarisc_text p{
    /*margin-bottom: 0;*/
    font-size: 88%;
}
p {
    font-size: 120%;
}

.inner {
    justify-self: center;
    max-width: 1000px;
}

@media screen and (max-width:1200px) {
    #mdp_bnr img {
        height: 38vw;
        object-fit: cover;
    }
}
@media screen and (max-width:1000px) {
    .inner{
        max-width: 98vw;
    }
}
.spara_bnr {
    display: block;
    object-fit: contain;
    margin-bottom: 40px;
}

.spara_bnr {
    max-width: 1000px;
}

.two-one-grid {
    /*background-color: white;*/
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (max-width:999px) {
    .two-one-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0rem;
        margin-bottom: 0px;
    }
}

.two-one-grid h4 {
    border-left: unset;
    font-size: 107%;
    border-left: unset;
    margin: 0;
    align-self: center;
    margin: 10px;
    color: white;

}

.two-one-grid img {
    display: block;
    object-fit: contain;
    max-width: calc(500px - 1rem);
}

@media screen and (max-width:999px) {
    .two-one-grid img {
        margin: 10px 0;
    }
}

.two-three-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    justify-self: center;
    margin: 0.5rem;
    width: 100%;
}

@media screen and (max-width:999px) {
    .two-three-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 0.5rem;
        width: 100%;
    }
}

.two-three-grid div {
    border: 1.5px solid #1E2380;
    border-radius: 15px;
    background-color: white;
    display: grid;
    height: calc(250px + 1rem);
}

.two-three-grid div h3 {
    align-content: center;
    font-size: 90%;
    font-weight: 700;
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    height: 3rem;
    border-left: unset;
    border-radius: 15px 15px 0 0;
}

.two-three-grid div img {
    align-self: center;
    justify-self: center;
    max-height: 200px;
    max-width: 375px;
}

.two-three-grid div:nth-child(5) img {
    align-self: center;
    justify-self: center;
    max-height: calc(200px+2rem);
    max-width: calc(200px+2rem);
}

.ic div {
    display: flex;
    padding: 30px;
    position: relative;
    border: 2px solid #758ea8;
    margin-top: 90px;
}

.ic div img {
    position: absolute;
    right: 30px;
    width: 300px;
    top: -50px;
}

.ic div p {
    width: calc(100% - 300px - 3rem);
}


@media screen and (max-width:999px) {
    .ic div {
        display: grid;
        padding: 14px;
        position: unset;
        margin-top: unset;
    }

    .ic div img {
        position: unset;
        right: unset;
        width: 300px;
        top: unset;
        justify-self: center;
    }

    .ic div p {
        width: unset;
        text-align: center;
    }
}

.four-one-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.four-one-grid:nth-child(2) {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: calc((100% - 30px) * 3 / 4 + 30px);
}

.four-one-grid div {
    align-content: center;
}

.four-one-grid div:nth-child(1) {
    background-image: url("https://www.modech.com/wp-content/themes/modech2025/mdp_img/mdp_comp_bg.png");
    background-size: cover;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.four-one-grid div p {

    color: white;
    align-content: center;
    text-justify: center;
    font-size: 70%;
}

.four-one-grid div h4 {
    margin-top: 5px;
    color: white;
    font-size: 110%;
    font-weight: 600;
    border-bottom: 3px solid #ff8419;
    margin-bottom: 5px;
}


.four-one-grid div p:nth-child(1) {}


.companies img {
    display: block;
    max-width: 95%;
    object-fit: fill;
}

.companies .four-one-grid {
    margin-bottom: 30px;
    padding: 20px;
}

@media screen and (max-width:999px) {
    .four-one-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .four-one-grid:nth-child(2) {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        width: 100%;
    }

    .four-one-grid div h4 {
        font-size: 80%;
    }

    .four-one-grid div p {
        font-size: 60%;
        margin: 0;
    }
}

#mdp_kit-conecta {
    padding: 30px;
}

#mdp_kit-conecta div:nth-child(1) {
    text-align: center;
    background-image: url(https://www.modech.com/wp-content/themes/modech2025/mdp_img/mdp_kit_title_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

#mdp_kit-conecta div:nth-child(2) img {
    margin-top: 5px;
    margin-bottom: 5px;
    align-self: center;
    justify-self: center;
    max-height: 235px;
    max-width: 450px;
}

.one-and-four-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 0px !important;
}

@media screen and (max-width:999px) {
    .one-and-four-grid {
        grid-template-columns: 1fr;
    }

}

.one-and-four-grid>div:nth-child(1) {
    grid-row: 1/4;
}

.one-and-four-grid h4 {
    padding-left: 30px;
    font-size: 110%;
    background: #1E2380;
    color: white;
    border-left: 5px solid #ff8419;
    height: 3rem;
    align-content: center;
    margin-bottom: 2rem;
}

.blue-sky_rounds {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    text-align: center;
    text-justify: center;
    color: #1E2380;
    font-weight: 700;

}

.blue-sky_rounds div {
    font-size: 80%;
    border-radius: 2rem;
    height: 2rem;
    align-content: center;
}

.three-one-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 6rem;
    height: 6rem;
}

.round_and_txt {
    width: 20vw;
    height: 20vw;
    max-width: 120px;
    max-height: 120px;
    align-content: center;
    border-radius: 50%;
    justify-items: center;
    color: #1E2380;
}

.round_and_txt img {
    width: 10vw;
    max-width: 60px;
}

.round_and_txt p {
    margin: 0;
    font-size: 0.7rem;
}

@media screen and (max-width:385px) {
    .round_and_txt {
        width: 25vw;
        height: 25vw;
    }
}

.icon_and_fukidashi>div {
    grid-template-columns: 1fr 5fr;
    gap: 1rem;
    margin-bottom: 0px;
}

.icon_and_fukidashi .img {
    justify-self: center;
}

.icon_and_fukidashi>div>div:nth-child(1) p {
    justify-self: center;
}

.icon_and_fukidashi>div>div:nth-child(2) {
    grid-template-columns: 1fr 4fr;
    gap: 2rem;
}

.icon_and_fukidashi .bg_skyblue {
    align-items: center;
    font-size: 1.5rem;
    border-radius: 20px;
}

.icon_and_fukidashi .mdp_round_steps {
    align-items: center;
    justify-items: center;
}

.icon_and_fukidashi p {
    margin: 0;
    font-weight: 800;
}

.icon_and_fukidashi .mdp_round_steps p:nth-child(1) {
    color: #1E2380;
    font-size: 91%;
    font-weight: 900;
    margin-bottom: 0 !important;
}

.icon_and_fukidashi .mdp_round_steps p:nth-child(2) {
    color: #1E2380;
    margin-top: -20px;
    font-size: 176%;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.icon_and_fukidashi .steps_txt {
    margin-bottom: 0 !important;
}

.fukidashi_part .bg_skyblue {
    border-radius: unset;
    display: inline-block;
    justify-self: center;
    width: 116px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    margin-bottom: 9px;
    margin-top: -5px;
}

.icon_and_fukidashi .bg_skyblue {
    box-shadow: 4px 4px 2px 1px #758ea8;
}

.fukidashi_filter {
    display: grid;
    grid-template-columns: unset !important;
    filter: drop-shadow(0.5px 5px 0px rgba(117, 142, 168, 1));
}

@media screen and (max-width:999px) {
    .icon_and_fukidashi>div>div:nth-child(2) {
        gap: 0rem;
    }

    .icon_and_fukidashi>div>div>div {
        margin: 10px;
    }

    .icon_and_fukidashi p {
        font-size: 75%;
    }
}

.three-one-grid {
    /*  width: 10rem;
    height: 10rem;*/
}

table {
    width: 70%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center !important;
}

.round_and_txt