/*fonts*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');
.orfont {
    color: #1080aa;
}

.montfont {
    font-family: 'Montserrat', sans-serif;
}


/* Grid /12 / COMMON */

* {
    margin: 0;
    padding: 0;
}


/*  COL  */

[class*="col-"] {
    width: 100%;
    float: left;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.grid-container {
    display: grid;
    grid-template-columns: 45% 50%;
    column-gap: 50px;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.centertext {
    text-align: center;
}

.montfont {
    font-family: 'Montserrat', sans-serif;
}

.separator {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

body {
    background-color: rgb(194, 194, 194);
    background-attachment: fixed;
    box-sizing: border-box;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
    font-family: 'M PLUS 1p', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: calc(11px + 0.390625vw);
    color: #0f0f0f;
}

.menudivider {
    display: none;
    border-left: 0.5px solid whitesmoke;
    height: 100%;
    left: 40rem;
    position: fixed;
    z-index: 3;
}

.logmark {
    background-color: snow;
    border-radius: 50%;
    display: block;
    position: fixed;
    top: 1rem;
    z-index: 2;
    width: 5rem;
    height: 5rem;
    margin-left: 3%;
}

.mailform {
    position: relative;
    top: 25%;
    z-index: 1;
    padding-bottom: 100%;
}

.logmark svg {
    filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.4));
}

h1 {
    font-weight: 600;
    font-size: calc(20px + 0.390625vw);
}

h2 {
    font-size: 1.8em;
    font-weight: 400;
}

h3 {
    font-size: calc(20px + 0.390625vw);
    font-weight: 600;
}

h4 {
    font-size: 1em;
    font-weight: 400;
}

h5 {
    font-size: .83em;
    font-weight: 400;
}

p {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 200;
    font-size: calc(11px + 0.390625vw);
    color: #0f0f0f;
}

a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: rgb(114, 27, 196);
    font-size: calc(15px + 0.390625vw);
}

li {
    font-size: calc(15px + 0.390625vw);
    font-weight: 500;
}

.titleholder {
    display: grid;
    justify-content: center;
    padding-bottom: 10%;
}

.titlemaru {
    padding: 1rem;
}

.titlemaru h1 {
    font-size: calc(20px + 0.390625vw);
    font-weight: 600;
}

.offjush {
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 20%;
}

.offjush h5 {
    padding-bottom: 10%;
    font-weight: 500;
}

.offjushden {
    padding-top: 10%;
}


/*/////////// Sections */

section {
    width: 100vw;
}

.texttitle {
    position: relative;
    padding-top: 30%;
    display: block;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 15%;
}

.texttitcenter {
    position: relative;
    display: grid;
    padding-bottom: 10%;
    justify-content: center;
}

.comptable {
    padding-bottom: 20%;
}

.texttitle h2 {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

.textblock {
    position: relative;
    top: 25%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
}

.textbl {
    padding-top: 10%;
}

#posmap {
    padding-bottom: 5%;
}

#footer {
    background-color: #0d1113;
    position: relative;
    padding-bottom: 10vh;
    padding-top: 5%;
    border-radius: 80px 0px 0px 0px;
    -moz-border-radius: 80px 0px 0px 0px;
    -webkit-border-radius: 80px 0px 0px 0px;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 1%;
}

li::marker {
    color: #0c7b93;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

ol {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

ol li {
    padding-bottom: 5%;
}

.spacer {
    padding-bottom: 10%;
}

.tablesimp {
    display: grid;
    justify-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: rgb(231, 231, 231);
}

.mapbu {
    background-color: rgb(231, 231, 231);
}

table {
    border-collapse: collapse;
    width: 95%;
    font-size: calc(10px + 0.390625vw);
}

table,
td,
th {
    border-bottom: 1px solid #1080aa;
    font-weight: 200;
}

th {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: left;
}


/* Section texts */

.textitv {
    padding-bottom: 10%;
}


/*   /////  top and bottom bars   /////   */


/* hidden class*/

.hidd {
    display: none;
}

.hidden {
    display: none;
}


/*meterbar*/

.meterbarct {
    display: none;
    position: fixed;
    top: 65%;
    left: 95%;
    width: 0.5rem;
    height: 25%;
    border-style: solid;
    border-color: whitesmoke;
    border-width: 0.01rem;
    z-index: 4;
    rotate: 180;
}

.meterinner {
    height: 0%;
    background: linear-gradient(0deg, rgba(255, 148, 69, 1) 0%, rgba(255, 207, 172, 1) 57%, rgba(255, 148, 69, 1) 100%);
    width: 0.4rem;
    z-index: 3;
}


/*//////////*/


/*////////////////  Normal menu (1024px~) //////////////// */

#normalnav {
    display: none;
    margin: 27px auto 0;
    position: fixed;
    top: 2%;
    left: 40%;
    width: 100%;
    height: 50px;
    z-index: 3;
    background-color: snow;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

#normalnav a {
    padding: 1rem;
    height: 100%;
    font-size: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #0f0f0f;
    cursor: pointer;
}

#normalnav a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #61a7bd;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

#normalnav a:hover {
    color: #61a7bd;
    font-weight: 500;
}

#normalnav a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}


/*////////////// Hamburguer Menu  /////////////////////////////////////////   */

.menumoji {
    position: fixed;
    top: 31rem;
    left: 109.5rem;
    z-index: 1;
    color: #ff9445;
}

.menumoji p {
    font-weight: 900;
}

.hamburger-menu {
    position: fixed;
    top: 2%;
    padding-right: 5%;
    background-color: snow;
    border-radius: 50%;
    padding: 3% 7%;
    z-index: 3;
    margin-left: 73vw;
}

#menu__toggle {
    opacity: 0;
    width: auto;
    height: auto;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
    background-color: #d7e0e2;
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
    background-color: #d7e0e2;
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
    background-color: #d7e0e2;
}

#menu__toggle:checked~.menu__box {
    left: 25vw !important;
}

.menu__btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 4;
    color: whitesmoke;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 2rem;
    height: 0.25rem;
    background-color: #61a7bd;
    transition-duration: .25s;
    z-index: 4;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    border-radius: 0px 0px 0px 80px;
    -moz-border-radius: 0px 0px 0px 80px;
    -webkit-border-radius: 0px 0px 0px 80px;
    top: 0;
    left: 120rem;
    width: 16rem;
    /*resp*/
    height: 55%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #1080aa;
    transition-duration: .25s;
    text-align: center;
    z-index: 3;
}

.menu__item {
    display: inline-block;
    position: relative;
    color: whitesmoke;
    padding-top: 10%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: .25s;
    z-index: 1;
}

.menu__item::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff9445;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.menu__item:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hambmenuind {
    display: grid;
    width: 100%;
    justify-content: center;
    padding-top: 50%;
    font-family: 'Montserrat', sans-serif;
}


/* ホーバー　アニメーション */

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #ff9445;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff9445;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


/*///////////  Hamb Menu CSS /////   END ////////   */


/* Responsive fast grid (simp pages)  */

.toptittle {
    padding-top: 20vh;
    padding-bottom: 10vh;
}

.gridcontainer1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 1rem;
}

.gridbox {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 13;
}

.gridbox2 {
    display: grid;
    grid-column-start: 6;
    grid-column-end: 12;
    justify-content: end;
}

.gridbox3 {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 12;
}

.gridtitcent {
    justify-content: center;
    display: grid;
    grid-column-start: 2;
    grid-column-end: 12;
}

.simplist {
    padding-top: 3.5vh;
    padding-bottom: 8vh;
}

.simplist li {
    font-size: calc(11px + 0.390625vw);
}

.rowgrid {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
}


/* ul type2*/


/* Section Copyrights*/

#copyrights {
    top: 96%;
    position: fixed;
    display: grid;
    padding-bottom: 2%;
    z-index: 2;
    width: 100%;
    justify-content: center;
}

.coprdivider {
    border-top: 0.5px solid #0c7b93;
    left: 0rem;
    top: 95%;
    position: fixed;
    z-index: 3;
}

.hidmenubottom {
    border-top: 0.5px solid #0c7b93;
    position: fixed;
    background-color: snow;
    background-attachment: fixed;
    top: 95%;
    height: 6rem;
    width: 100vw;
    z-index: 2;
}

.centerelement {
    padding-top: 5px;
    display: grid;
    justify-content: center;
}


/*   ////    Contact*/

#contactintro {
    position: relative;
    top: 18%;
    padding-bottom: 5%;
}

#contactsec {
    width: 100vw;
    position: relative;
    padding-top: 80%;
}


/*ctcstyle*/

.rowctc {
    display: grid;
    grid-template-columns: 24% 20% 0%;
    justify-items: start;
    align-items: center;
    gap: 3%;
}

.g-recaptcha {
    height: auto;
    width: auto;
    margin: 0 0 25px -10px;
}

.label {
    padding-bottom: 5%;
    margin: 2px 0;
    padding-left: 0%;
}

.rowradb {
    padding-top: 3%;
    padding-bottom: 10%;
    display: grid;
    grid-template-columns: 60% 20% 20%;
    align-items: center;
}

.field {
    margin: 20px 0 20px 0;
}

#ctcMessage {
    Width: 100%;
}

#buttonsend {
    top: 5rem;
}

input {
    padding: 0.5rem;
    background-color: #0c7a9360;
    color: #0f0f0f;
}

.field textarea {
    background-color: #0c7a9360;
    padding-top: 1rem;
    padding-left: 1rem;
    height: 216px;
    width: 90%;
    color: #0f0f0f;
}

.ctcform {
    position: relative;
    top: 40%;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
}

div#ctcbody {
    margin: 40px 0px 100px 0px;
}

#send-message {
    padding: 12px 60px;
    border: none;
    font-size: 1em;
    cursor: pointer;
}

.ctcforminputs {
    padding: 0px 40px 0px 0px;
}

#mail-status {
    padding: 12px 20px;
    width: 100%;
    display: none;
    font-size: 1em;
    color: rgb(40, 40, 40);
}

.sent {
    background-color: #1081aac7;
}

.status-msg {
    position: relative;
    padding: 1rem;
    width: 30%;
    left: 5%;
}

.error {
    background-color: #eb0e20a4;
    margin-bottom: 40px;
}

.success {
    background-color: #1081aac7;
}

.alert {
    position: relative;
}

.danger {
    background-color: #c51f2f;
    color: whitesmoke;
}

.g-recaptcha {
    margin: 0 0 25px 0;
}


/*GLOW BUTTON*/

.glow-on {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #0f0f0f;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.glow-on:before {
    content: '';
    background: linear-gradient(45deg, #163963, #1080aa, #ff9445, #0c7b93, #1ab2d3, #b6f2ec, #1080aa, #163963);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on:active {
    color: rgb(255, 255, 255)
}

.glow-on:active:after {
    background: transparent;
}

.glow-on:before {
    opacity: 1;
}

.glow-on:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: snow;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}


/*GLOW BUTTON END*/


/*   Media Queries general */

[class*="col-"] {
    width: 100%;
    float: left;
}


/*  ///// Media Queries /////  */

@media only screen and (min-width:375px) {
    td {
        padding-left: 25px;
    }
    .rowctc {
        display: grid;
        grid-template-columns: 33% 30% 0%;
        justify-items: start;
        gap: 3%;
        align-items: center;
    }
    #menu__toggle:checked~.menu__box {
        left: 32vw !important;
    }
}

@media only screen and (min-width:425px) {
    .ctcforminputs {
        padding: 0px 40px 0px 10px;
    }
    .field textarea {
        width: 100%;
    }
    .rowctc {
        display: grid;
        grid-template-columns: 30% 55% 0%;
        justify-items: start;
        gap: 3%;
        align-items: center;
    }
    .logmark {
        width: 5rem;
        height: 5rem;
        left: 1rem;
    }
    .hamburger-menu {
        padding: 2% 5%;
        margin-left: 75vw;
    }
    h2 {
        font-size: 1.9em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size: 1.1em;
    }
    h5 {
        font-size: .85em;
    }
    .hidmenu {
        top: 0rem;
        height: 6rem;
    }
    .menu__box {
        top: 0;
        width: 21rem;
        height: 65%;
    }
    #menu__toggle:checked~.menu__box {
        left: 24vw !important;
    }
}

@media screen and (min-width:435px) {
    #menu__toggle:checked~.menu__box {
        left: 30vw !important;
    }
}

@media screen and (min-width:450px) {
    #menu__toggle:checked~.menu__box {
        left: 32vw !important;
    }
}

@media only screen and (min-width:500px) {
    #menu__toggle:checked~.menu__box {
        left: 35vw !important;
    }
    .offjush {
        margin-left: 5%;
    }
    .tablesimp {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (min-width:550px) {
    #menu__toggle:checked~.menu__box {
        left: 43vw !important;
    }
}

@media only screen and (min-width:568px) {
    #footer {
        padding-bottom: 10%;
    }
    .textitv {
        padding-bottom: 5%;
    }
    .spacer {
        padding-bottom: 3%;
    }
}

@media screen and (min-width:600px) {
    #menu__toggle:checked~.menu__box {
        left: 48vw !important;
    }
}

@media screen and (min-width:650px) {
    #menu__toggle:checked~.menu__box {
        left: 52vw !important;
    }
}

@media only screen and (min-width:667px) {
    .texttitle {
        width: 70%;
    }
    .logmark {
        width: 5.5rem;
    }
    .rowgrid {
        justify-items: end;
    }
}

@media screen and (min-width:700px) {
    #menu__toggle:checked~.menu__box {
        left: 56vw !important;
    }
}

@media only screen and (min-width:768px) {
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
    .logmark {
        width: 8rem;
        height: 8rem;
        left: 1rem;
    }
    h2 {
        font-size: 1.9em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size: 1.1em;
    }
    h5 {
        font-size: .85em;
    }
    li {
        font-size: .85em;
        padding-bottom: 1rem;
    }
    th {
        padding-left: 20px;
    }
    td {
        padding-left: 50px;
    }
    .hidmenu {
        top: 0rem;
        height: 6rem;
    }
    .hamburger-menu {
        display: grid;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
        border-radius: 100%;
        position: fixed;
        top: 2%;
        right: 5%;
        padding: 2% 6%;
        width: 40px;
        right: 2.5rem;
        z-index: 3;
    }
    .menu__btn {
        padding-top: 10%;
    }
    .meterbarct {
        display: block;
    }
    .menu__btn>span::before {
        content: '';
        top: -10px;
    }
    .menu__btn>span::after {
        content: '';
        top: 10px;
    }
    .menu__box {
        width: 23rem;
        /*resp*/
        height: 75%;
        margin: 0;
        padding: 80px 0;
        padding-bottom: 10px;
        text-align: center;
        justify-content: center;
        z-index: 3;
    }
    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        width: 2.5rem;
        height: 0.25rem;
    }
    .hambmenuind {
        padding-top: 0%;
        margin-top: -50%;
    }
    .offjushden {
        padding-top: 5%;
    }
    .offjush {
        padding-bottom: 10%;
    }
    #menu__toggle:checked~.menu__box {
        left: 53vw !important;
    }
    .texttitle {
        width: 100%;
        padding-bottom: 7%;
    }
    .textblock {
        width: 75%;
    }
    .tablesimp {
        border-radius: 10px 10px 10px 10px;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 10px;
        padding-left: 20px;
    }
    #footer {
        padding-top: 0%;
        padding-bottom: 10%;
    }
    .rowgrid {
        justify-items: end;
    }
    .menudivider {
        display: block;
        height: 100%;
        left: 85%;
    }
    .spacer {
        padding-bottom: 5%;
    }
    .ctcontact {
        width: 750px;
    }
    div#ctcbody {
        margin: 40px 20px 100px 20px;
    }
    input {
        padding-right: 12rem;
    }
    #contactsec {
        padding-top: 20%;
    }
    .rowradb {
        grid-template-columns: 40% 20% 20%;
        padding-bottom: 10%;
    }
    .ctcforminputs {
        padding: 55px 40px 0px 10px;
    }
    #ctcMessage {
        Width: 82%;
    }
    .label {
        padding-bottom: 0%;
        margin: 14px 0 10px 0;
    }
    .field {
        margin: 10px 0 20px 0;
    }
    .field textarea {
        width: 82%;
    }
    .rowctc {
        display: grid;
        grid-template-columns: 26% 55% 0%;
        justify-items: start;
        gap: 3%;
        align-items: center;
    }
    .mailform {
        position: relative;
        top: 23%;
        z-index: 1;
        padding-bottom: 40%;
    }
    #contactintro {
        position: relative;
        top: 15%;
        padding-bottom: 5%;
    }
    .field textarea {
        width: 83%;
    }
}

@media screen and (min-width:800px) {
    #menu__toggle:checked~.menu__box {
        left: 39vw !important;
    }
}

@media only screen and (min-width:812px) {
    #menu__toggle:checked~.menu__box {
        left: 56vw !important;
    }
}

@media only screen and (min-width:820px) {
    .ctcform {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media only screen and (min-width:834px) {
    .logmark {
        width: 5.7rem;
    }
}

@media screen and (min-width:850px) {
    #menu__toggle:checked~.menu__box {
        left: 41.5vw !important;
    }
}

@media screen and (min-width:900px) {
    #menu__toggle:checked~.menu__box {
        left: 44vw !important;
    }
}

@media screen and (min-width:924px) {
    #menu__toggle:checked~.menu__box {
        left: 45vw !important;
    }
}

@media screen and (min-width:950px) {
    #menu__toggle:checked~.menu__box {
        left: 46.3vw !important;
    }
}

@media only screen and (min-width: 1024px) {
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }
    .logmark {
        width: 7rem;
        height: 7rem;
    }
    h2 {
        font-size: 3em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.25em;
    }
    h5 {
        font-size: .95em;
    }
    li {
        font-size: .95em;
        padding-bottom: 1rem;
    }
    .hidmenu {
        top: 0rem;
        height: 7.5rem;
    }
    .tablesimp {
        margin-left: 15%;
        margin-right: 15%;
    }
    .menu__box {
        top: 0;
        width: 23rem;
        /*resp*/
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #161f38e7;
        transition-duration: .25s;
        text-align: center;
        z-index: 1;
    }
    .hamburger-menu {
        display: none;
    }
    .texttitle {
        padding-bottom: 5%;
        padding-top: 20%;
    }
    #normalnav {
        display: block;
        left: 30%;
    }
    .rowradb {
        padding-top: 3%;
        padding-bottom: 10%;
    }
    #footer {
        padding-bottom: 3%;
        padding-top: 0%;
    }
    .offjush {
        position: absolute;
        top: 180%;
        left: 65%;
    }
    .offjush h5 {
        padding-bottom: 10%;
        font-weight: 500;
    }
    .offjushden {
        padding-top: 10%;
    }
    /*simple grid css*/
    .gridbox {
        grid-column-start: 2;
        grid-column-end: 12;
    }
    .gridbox3 {
        grid-column-start: 2;
        grid-column-end: 12;
    }
}

@media only screen and (min-width: 1112px) {
    .field textarea {
        width: 80%;
    }
    #normalnav {
        left: 35%;
    }
}

@media only screen and (min-width: 1280px) {
    .offjush {
        position: absolute;
        top: 200%;
        margin-left: 0%;
    }
}

@media only screen and (min-width: 1366px) {
    #normalnav {
        left: 43%;
    }
    .offjush {
        position: absolute;
        top: 203%;
        margin-left: 0%;
    }
}

@media only screen and (min-width: 1440px) {
    p {
        font-size: 14px;
    }
    .simplist li {
        font-size: 14px;
    }
    h2 {
        font-size: 3.5em;
    }
    h3 {
        font-size: 1.7em;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    .gridbox {
        grid-column-start: 4;
        grid-column-end: 10;
    }
    .gridbox2 {
        grid-column-start: 4;
        grid-column-end: 11;
        justify-content: end;
    }
    .gridbox3 {
        grid-column-start: 3;
        grid-column-end: 12;
    }
    #normalnav {
        left: 45%;
    }
    .offjush {
        position: absolute;
        top: 208%;
        margin-left: -3%;
    }
    .texttitle {
        padding-bottom: 5%;
    }
    ol li {
        padding-bottom: 3%;
    }
    .mailform {
        padding-bottom: 25%;
    }
}

@media only screen and (min-width: 1680px) {
    p {
        font-size: 16px;
    }
    .simplist li {
        font-size: 16px;
    }
    h2 {
        font-size: 3.5em;
    }
    h3 {
        font-size: 1.7em;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    #normalnav {
        left: 50%;
    }
    .texttitle {
        padding-bottom: 2%;
    }
    .footergrid {
        padding-top: 3%;
        padding-right: 5%;
        padding-bottom: 0%;
        margin-bottom: 0%;
    }
    .texttitle {
        padding-top: 15%;
    }
    .offjush {
        top: 220%;
    }
    .tablesimp {
        margin-left: 20%;
        margin-right: 20%;
    }
    td {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 1920px) {
    .gridbox {
        grid-column-start: 4;
        grid-column-end: 10;
    }
    #normalnav {
        left: 54%;
    }
    #normalnav a {
        font-size: 16px;
    }
    .logmark {
        width: 8rem;
        height: 8rem;
    }
    #footer {
        padding-top: 0%;
    }
    p {
        font-size: 16px;
    }
    .simplist li {
        font-size: 16px;
    }
    h2 {
        font-size: 3.5em;
    }
    h3 {
        font-size: 1.7em;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    li {
        font-size: 1.2em;
        padding-bottom: 1rem;
    }
    ol li {
        padding-bottom: 2%;
    }
    .hidmenu {
        height: 8.5rem;
    }
    .texttitle {
        padding-bottom: 1%;
    }
    .spacer {
        padding-bottom: 3%;
    }
    .textitv {
        padding-bottom: 2%;
    }
    .titleholder {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5%;
    }
    .tablesimp {
        display: grid;
        justify-items: center;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .rowradb {
        padding-top: 3%;
        padding-bottom: 4%;
    }
    .offjush {
        top: 200%;
    }
}

@media only screen and (min-width: 2560px) {
    .offjush {
        top: 160%;
    }
    .logmark {
        width: 14rem;
        height: 14rem;
    }
    #normalnav a {
        font-size: 22px;
    }
    #footer {
        padding-top: 0%;
    }
    .comptable {
        padding-bottom: 10%;
    }
}