@charset "utf-8";
.flex_1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #ffffff;
    padding: 10px;
}
.intro{
    right: 100px;
    width: 50%;
}
h1{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
.flex_2{
    display: flex;
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 10px;
    }
    .flex_2 a {
        display: inline-block;
        margin: 0 20px;
    }
    .footer-menu {
        height: 60px;
        }
        
        .footer-menu-list {
        list-style: none;
        text-align: center;
        line-height: 60px;
        }
        
        .footer-menu-list li {
        margin: 10px;
        display: inline;
        }
    .footer{
        background-color: #000000;
        color: #ffffff;
        padding: 20px;
    }
    .fot{
        color: #ffffff;
        text-align: center;
        background-size: 500px;
    }
    .fotsize{
        font-size: 15px;
    }