@charset "UTF-8";

.wrpper {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.main {
    width: 100%;
}

a{
    text-decoration: none;
}

.float-01 {
    position: absolute;
    display: flex;
    top: 4%;
    font-size: 22px;
    width: 100%;
}

.moji-01 {
    margin-left: 40px;
}

.moji-02 {
    margin-left: 70px;
}

.moji-03 {
    margin-left: 70px;
}

.moji-04 {
    margin-left: 70px;
}

.moji-05 {
    margin-left: 70px;
}

.float-01 a:visited{
    color : #1d3f28;
}

.float-01 a:hover{
    color : gray;
}

.float-01 a:active{
    color : #1d3f28;
}

.float-02 {
    position: absolute;
    top: 497%;
    left: 16%;
}

.float-16 {
    position: absolute;
    top: 445%;
    left: 38%;
}

.float-04 {
    position: absolute;
    top: 497%;
    left: 50%;
}

.float-21 {
    position: absolute;
    display: flex;
    top: 516%;
    left: 22%;
    font-size: 16px;
    color: white;
}

.float-21 p {
    margin-top: 5px;
    margin-bottom: 7px;
    margin-left: 30px;
}

.float-21 a {
    color: white;
}

.float-21 a:visited{
    color : white;
}

.float-21 a:hover{
    color : gray;
}

.float-21 a:active{
    color : white;
}