@import url('https://fonts.googleapis.com/css?family=Lobster');
body {
    /* font-family: 'Genyun', 'LiHei Pro', 'Microsoft JhengHei', sans-serif; */
    font-family: 'LiHei Pro', 'Microsoft JhengHei', sans-serif;
    background-color: #fff;
}

/*
@font-face {
    font-family: "Genyun";
    src: url('../font/GenJyuuGothicX-Medium.ttf?20171005');
}
*/

.top{
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.top-title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding: 20px 0;
}

.top-title p{
    font-size: 48px;
    color: #ae875c;
    text-shadow: 1px 1px 0px #000000;
}

.top-img{
    text-align: center;
}

.top-img img{
    width: 100%;
}

.top-text{
    display: flex;
    justify-content: center;
}

.top-text ul{
    list-style: inside;
    font-size: 18px;
    margin-bottom: 3rem;
}

.top-list{
    width: 60%;
    margin: 0 auto;
}

.list-control{
    text-align: center;
    text-align-last:center;
}

.list-icon{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: calc(50% - 10px);
    font-size: 20px;
    color: #ae875c;
}

.form-btn{
    text-align: right;
}

.form-btn button{
    color: #ae875c;
    background-color: #ffffff;
    padding: 3px 20px;
    font-size: 18px;
    font-family: 'Genyun', 'LiHei Pro', 'Microsoft JhengHei', sans-serif!important;
    border-radius: 10px;
    margin-bottom: 15px;
}

.form-btn button:hover{
    background-color: #c49d71;
    color: #ffffff;
}

.red{
    width: 100%;
    border-top: 100px solid #ae875c;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.mb-3{
    margin-bottom: 2rem!important;
}

@media screen and (max-width: 991px){
    .top-list{
        width: 100%;
    }
}


.items{
    margin-bottom: 5rem;
}

.items-title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 15px 0;
}

.items-text{
    font-size: 18px;
    border: 5px solid;
    border-radius: 50%;
    text-align: center;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ae875c;
    margin: 0 auto;
    margin-bottom: 15px;
}

.items-text p{
    padding: 0 15px;
}

@media screen and (max-width: 991px){
    .items-text{
        width: 120px;
        height: 120px;
    }
}

.problem-title{
    text-align: center;
    margin-bottom: 30px;
}

.problem-title p{
    font-size: 24px;
}

.problem-area{
    display: flex;
}

.problem-area{
    background-color: #ae875c;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30PX;
}

.problem-area span{
    padding: 15px;
    color: #505050;
    border-left: 10px solid #ae875c;
    background-color: #ffffff;
}

.problem-area p{
    padding:15px;
    color: #ffffff;
}

.problem-img img{
    width: 100%;
}

.contact-title{
    text-align: center;
    margin: 50px 0;
    font-size: 18px;
}

.contact-img{
    margin-bottom: 15px;
}

.contact-img img{
    width: 100%;
}

.footer-img img{
    width: 100%;
}

footer{
    border-bottom: 20px solid #ae875c;
    padding-bottom: 20px;
}

.contact-icon{
  float: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.contact-icon img{
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}
