/*Basic-------------------------------------------------------------------------*/
html{font-size: 62.5%; height: 100%; scroll-behavior: smooth;}

body{font-size: 1.5rem; margin: 0px; padding: 0px; height: 100%; font-family:"M PLUS Rounded 1c"; font-weight: 400; transform: rotate(0.03deg); -webkit-font-smoothing: subpixel-antialiased;}

.wf-roundedmplus1c {font-family: "M PLUS Rounded 1c"; transform: rotate(0.03deg);}
.clear{clear:both;}
img {max-width: 100%; height:auto; border-style:none;}

/*Main-------------------------------------------------------------------------*/
.Fream100{
    width:100%;
    height:100vh;
    box-sizing: border-box;
}
.Fream50{
    float: left;
    width:50%;
    height:100vh;
    box-sizing: border-box;
}

.bgazblue{
    background: #0068B7;
}
.logofream{
   position: relative;
    width: 100%;
    text-align: center;
    top:45%;
}
.infofream{
    position: relative;
    width: 100%;
    text-align: center;
    top:40%;
}
dl,dt,dd {
    margin: 0;
    padding: 0;
}

.dl_table {
    background-color: #FFF;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.dl_table dt{
    background: #0068B7;
    color:#fff;
    font-weight: bold;
    padding: 10px;
    width: 30%;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
    text-align: left;
}
.dl_table dt:after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #0068B7;
    border-width: 10px;
    margin-top: -10px;
}
.dl_table dd {
    background: #f8f8f8;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
    width: 70%;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: left;
}
h3 {
    width: 65%;
    margin: 0 auto 30px;
    position: relative;
    padding: 0 65px;
    text-align: center;
}

h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #CCE1FB;
}

h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}
.footer{
    width: 50%;
    text-align: center;
    position: fixed;
    bottom:0;
    padding-bottom: 5px;
}

@media screen and (max-width: 900px) {
    .Fream50{
        float: left;
        width:100%;
        height:45vh;
        box-sizing: border-box;
    }
    .logofream{
        position: relative;
        width: 100%;
        text-align: center;
        top:40%;
    }
    .infofream{
        position: relative;
        width: 100%;
        text-align: center;
        top:10%;
        left:0;
    }
    .dl_table {
        background-color: #FFF;
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .footer{
        width: 100%;
        text-align: center;
        position: fixed;
        bottom:0;
        padding-bottom: 5px;
    }
}
.footer a:link, a:visited, a:hover, a:active{
    text-decoration: none;
    color:#036EB8;
}
/*HEAD-------------------------------------------------------------------------*/



/*HEAD-------------------------------------------------------------------------*/

/*Scroll-------------------------------------------------------------------------*/

/*Foot-------------------------------------------------------------------------*/

/*Foot-------------------------------------------------------------------------*/



/*Form------------------------------------------------------------------------*/

