@import url('https://fonts.googleapis.com/css?family=Lobster');
body {
    font-family: 'Genyun', '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: 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;
}

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

.top-right {
    color: #ffffff;
    padding: 50px;
}

.top-right .top-right-table {
    background-color: rgba(208, 15, 18, 0.7);
    border-radius: 10px;
    padding: 15px;
}

.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;
}

@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%;
    }
}


.items{
    margin-bottom: 5rem;
}

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

.items-title span {
    position: relative;
    display: inline-flex;
    z-index: 0;
}

.items-title span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(208, 15, 18, 0.7) 25%, rgba(0, 0, 0, 0) 10%);
    position: absolute;
    left: 0;
    bottom: -3px;
    will-change: width;
    transform: rotate(-2deg);
    transform-origin: left bottom;
    z-index: -1;
}

.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: #D51518  ;
    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{
    padding:30px 0;
}

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

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

.problem-area{
    display: flex;
}

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

.problem-area span{
    padding: 15px;
    color: #505050;
    /* border-left: 10px solid #D51518; */
    background-color: #ffffff;
    font-size: 18px;
}

.problem-area span text {
    position: relative;
    display: inline-flex;
    z-index: 0;
}

.problem-area span text::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(208, 15, 18, 0.7) 25%, rgba(0, 0, 0, 0) 10%);
    position: absolute;
    left: 0;
    bottom: -3px;
    will-change: width;
    transform: rotate(-2deg);
    transform-origin: left bottom;
    z-index: -1;
}

.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{
}

.copyright:hover{
    color: #ffffff!important;
}

.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;
}