html {
    height: 100%;
}

body {
    font-family: 'Murecho', sans-serif;
    background-color: #e1dedd;
    font-size: medium;
    color: #2d2d30;
    height: 100%;
    position: relative;
}

a {
    text-decoration: none;
    color: #2d2d30;
}

a:hover {
    color: #66666b;
}

.main {
    width: 100%;
    text-align: center;
}

.main h2 {
    background: linear-gradient(transparent 85%, #b7b7bc 85%);
}

.main h3 {
    background: linear-gradient(transparent 65%, #b7b7bc 65%);
    width: fit-content;
}

.text_s {
    font-size: small;
}

.pad_05rem {
    padding: 0.5rem;
}

.text_xs {
    font-size: x-small;
}

#top h3 {
    margin: 0 auto;
}

.wid75 {
    width: 75%;
    margin: 0 auto;
}

.wid60 {
    width: 60%;
    margin: 0 auto;
}

.prf_img {
    width: 50%;
}

.about_profile {
    width: 50%;
}

.prf_img img {
    height: 10rem;
    margin: 0 0 0 45%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#about .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.subheading {
    font-weight: bold;
    font-size: large;
}

.subheading_s {
    font-weight: bold;
    font-size: small;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#calculation .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#calculation .card {
    width: 50%;
    padding: 5%;
}


.calculation_record {
    padding-top: 10px;
}

.left {
    text-align: left;
}

#calculation .up {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #f3f0f0;
}

#calculation .up:hover {
    -webkit-box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}




.form iframe {
    height: 70vh;
    margin: 0 auto;
}

.adsp {
    display: none;
}

.adpc {
    display: block;
}

@media screen and (max-width: 480px) {
    .adsp {
        display: block;
    }

    .adsp img {
        display: inline;
    }

    .adpc {
        display: none;
    }



    .wid75 {
        width: 90%;
    }

    .wid60 {
        width: 85%;
    }

    .prf_img img {
        margin: 0 auto;
    }


    .prf_img,
    .about_profile {
        padding: 4% 2%;
        width: 100%;
    }

    .about_profile {
        text-align: center;
    }

    #calculation .card {
        padding: 4% 2%;
        width: 100%;
    }

    .pad_05rem {
        padding: 0.2rem;
    }

    .subheading_s {
        font-size: x-small;
    }
}