@charset "UTF-8";

.title {
    position: absolute;
    width: fit-content;
    bottom: 2%;
    right: -0.5%;
}

.title img {
    width: 25vw;
    min-width: 367px;
}

main {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: repeat-y;
}


#menu {
    padding: 100px 50px;
    text-align: center
}

#menu a {
    display: inline-block;
    background-color: #000;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 0.7em;
}

.wrapper {
    width: 80%;
    padding: 30px 30px 70px;
    max-width: 762px;
    /* border-radius: 20px; */
    background-color: #FFF;
    margin: auto;
}

.info {
    color: #606060;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    margin-bottom: 7%;
}

.info img {
    width: 42px;
    display: block;
    margin: 0 10px 10px 0;
}

#msg {
    margin-bottom: 100px;
}

#msg h2 {
    color: #0099C4;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 1.9em;
}

#msg p {
    width: 90%;
    max-width: 680px;
    margin: auto;
    font-size: 0.8em;
    line-height: 1.8;
}

#com {
    margin-bottom: 100px;
}

#com .flex {
    display: flex;
    align-items: start;
    width: 80%;
    max-width: 492px;
    margin: auto;
    padding: 25px 0;
    border-bottom: #B3B3B3 1px solid;
}

#com .flex.first {
    border-top: #B3B3B3 1px solid;
}

#com .flex small {
    display: block;
    font-size: 0.7em;
    width: 90px;
    margin-top: 0.5em;
}

#com .flex span {
    display: block;
    font-size: 0.9em;
    line-height: 2;
}

#access {
    padding-bottom: 200px;
}

#access iframe {
    display: block;
    width: 90%;
    max-width: 680px;
    height: 280px;
    margin: auto;
}

footer {
    margin: 0;
}


@media screen and (max-width:1024px) {

    .title {
        position: absolute;
        bottom: -6%;
        right: -4%;
        width: fit-content;
    }

    .title img {
        width: 25vw;
        min-width: 239px;
    }

    .wrapper {
        padding: 30px 20px 40px;
    }

    .info {
        font-size: 1.1em;
        margin-bottom: 7%;
    }

    #msg h2 {
        letter-spacing: 0.15em;
    }

    #msg p {
        width: 100%;
    }

    #com {
        margin-bottom: 100px;
    }

    #com .flex {
        width: 100%;
        max-width: 100%;
    }


    #com .flex small {
        display: block;
        font-size: 0.8em;
        width: 90px;
        margin-top: 0.6em;
    }

    #com .flex span {
        display: block;
        font-size: 1.1em;
        line-height: 2;
    }


    #access iframe {
        width: 100%;
        width: 100%;
    }

    @media screen and (max-width:700px) {

        #menu {
            padding: 30px 50px;
        }

        #menu a {
            border-radius: 5px;
            padding: 5px 20px;
            font-size: 0.8em;
            margin: 5px 1.5px;
        }

        .info {
            font-size: 1em;
        }

        #msg {
            margin-bottom: 50px;
        }

        #msg h2 {
            color: #0099C4;
            margin-bottom: 50px;
            text-align: center;
            letter-spacing: 0.1em;
            font-size: 1.5em;
        }

        #msg p {
            width: 100%;
            font-size: 0.9em;
        }

        #com {
            margin-bottom: 50px;
        }

        #com .flex small {
            font-size: 0.95em;
            width: 90px;
            margin-top: 0;
            font-weight: 400;
        }

        #com .flex span {
            font-size: 0.9em;
            line-height: 1.5;
        }

    }

    @media screen and (max-width:400px) {}


}