
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #4E4E4E;
}
img{
    width: 490px;
    height: 430px;
}
#header{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    background-color: #4E4E4E;
}
#header img{
    margin-top: 5px;
    margin-left: 8.9%;
    width: 50px;
    height: 50px;
    text-align: center;
}
#nav{
    margin-right: 33.3px;
    background-color: #4E4E4E;
}
#nav ul{
    width: 100%;
    list-style: none;
}
#nav ul li{
    width: 130px;
    float: left;
    text-align: center;
}
#nav ul li a{
    text-decoration: none;
    color:#ADADAD;
}
#nav ul li a:hover{
    display: block;
    color: #FFFFFF;
}
a{
    text-decoration: none;
    color: black;
}
#body{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;

}
#body #buju01{
    width: 100%;
    height: 686px;
    display: flex;
    align-items: center;
    background-color: #3499fe;
}
#body #buju01{
    width:100%;
    height:686px;
    display: flex;
    align-items: center;
    background-color: #3499FE;
}
#body #buju01 #left{
    width:40%;
    height: 686px;
    display: flex;
    margin-right: 8%;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;

}
.swiper-slide p{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
}
#buju05{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #4E4E4E;
}
#buju05 section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 210px;
    height: 50px;
    background-color: #00CCFF;
    text-align: center;
}
#footer{
    width:100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #4E4E4E;
}
#footer span,strong{
    margin-top: 16.5px;
    color:white;
}
#abc{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

