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

/*top*/

.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: 36px;
    padding: 20px 0;
}

.top-title p{
    font-size: 48px;
    color: #c40609;
}

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

.top-img img{
    width: 100%;
    position: absolute;
    bottom: 15px;
    right: -15%;
}

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

.top-text ul{
    list-style: inside;
    font-size: 18px;
    margin-bottom: 2rem;
    padding: 0 30px;
}

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

.top-words{
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
}

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

.fa-coins{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: calc(50% - 10px);
    font-size: 24px;
    color: #a6a6a6;
}

.top-right{
    background-color: rgb(117 , 51 , 0 , 70%);
    color: #ffffff;　
}

.form-btn{
    display: flex;
    justify-content: space-between;
}

.form-btn button{
    color: #2f2f2f;
    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: #f9be00;
    color: #ffffff;
}

@media screen and (max-width:360px){
    .form-btn button{
        padding: 3px 5px;
    }
}

.red{
    width: 100%;
    border-top: 100px solid #c40609;
    position: absolute;
    bottom: 0;
}

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

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

.logo{
    width: 250px;
    background-color: #ffffff;
}

/**service*/

.service-img{
    text-align: center;
    position: relative;
}

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

.service-img h4{
    background-color: #753300;
    color: #ffffff;
    position: absolute;
    bottom: -15px;
    padding: 5px;
    letter-spacing: 3px;
    font-weight: bold!important;
    font-size: 22px;
}

.service-text h4{
    font-weight: bold!important;
    margin: 15px 0;
    text-align: center;
}

.service-text {
    color: #222222;
    text-align: justify;
    padding: 30px;
    letter-spacing: 3px;
    line-height: 2;
    background-color: #ffffff;
}

.service-area{
    margin: 30px 0;
    box-shadow: 1px 1px 10px #b5b5b5;
}

/*case*/

.case{
    margin-bottom: 100px;
}

.case .row {
    margin-bottom: 30px;
}

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

.case-main{
  display: flex;
  margin-bottom: 50px;
  margin-top: 20px;
}

.case-icon{
  width: 64px;
  height: 64px;
  margin-right: 20px;
}

.case-icon img{
  width: 100%;
  height: 100%;
}

.case-word h3{
  color: #753300;
  font-weight: bold!important;
  margin-right: 20px;
}

.case-letter{
  margin-top: 5px;
}

.case-letter p{
  font-size: 14px;
}

.case-info p{
  font-size: 18px;
  font-weight: bold;
}

.case-content{
  margin-bottom: 10px;
}

.case-content span{
  font-size: 12px;
  color: #64686d;
}

.case-content p{
  font-size: 14px;
  color: #64686d;
}

.case-inline{
  display: flex;
  align-items: center;
}

.case-all{
  display: flex;
  align-items: center;
}

.case-change{
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px){
  .case-main{
    margin-bottom: 25px;
  }
}

/*footer*/
footer{
  background-color: #753300;
  color: #ffffff;
  padding: 20px;
}

footer .contact-area{
    background-color: transparent;
}

footer p{
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #ffffff;
    margin: 0 auto;
}

.footer-dacn{
  text-align: center;
  margin-top: 30px;
  letter-spacing: 2px;
}

.footer-dacn a{
  color: #ffffff;
}

.footer-dacn a:hover{
  color: #b97700;
  text-decoration: underline;
}

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

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

.footer-area{
    background-color: transparent;
    padding: 15px;
    text-align: center;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.footer-area img{
    width: 50px;
    margin-right: 10px;
}
