@charset "UTF-8";

.wrpper {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.main {
    width: 100%;
}

a{
    text-decoration: none;
}

#top {
    margin-bottom: 100px;
}

.container {
    width: 80%;
    font-size: 28px;
    margin: 0 auto;
}

.form-control {
    width: 100%;
    border: none;
    background-color: rgb(230, 230, 230);
}

#name {
    height: 70px;
    margin-bottom: 50px;
}

#message {
    height: 305px;
    margin-bottom: 50px;
}

#red {
    color: red;
}

.btn {
    text-align: center;
    margin-bottom: 50px;
}

.btn-primary {
    width: 303px;
    height: 69px;
    background-color: #14AE68;
    color: #fff;
    border: 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: 222%;
    left: 16%;
}

.float-16 {
    position: absolute;
    top: 392%;
    left: 38%;
}

.float-04 {
    position: absolute;
    top: 222%;
    left: 50%;
}

.float-21 {
    position: absolute;
    display: flex;
    top: 241%;
    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;
}