body {
    font-size: 15px;
    background-color: #fcfcfc;
}

.bg {
    background-color: #FFF;
}

h6 {
    font-weight: bold;
    font-size: 19px;

}
a:hover{
 color: #00AEFF;
text-decoration: none;
}


.f-img-1{
    position: relative;
     height: auto;
}
.f-img-1 .zimg{
    z-index: 1;
    position: absolute;
    left:35%;
    top:30%;
    width: 56%;
    height: auto;
} 
.f-img-1 .title{
  z-index: 2;
  position: absolute;
  top:20%;
  left:5%;
  font-size: 2rem;
  line-height: 3rem;
  display: inline;
  color: #FFF;
  border-radius: 2rem;
  padding:0 2rem;
  border: solid 1px #FFF;
  background-color: #5e5e90;
}
.f-img-1 .memo_text{
    z-index: 2;
    position: absolute;
    top:20%;
    left:2%;
    width: 45%;
    font-size: 1.3rem;
    color: #FFF;
}


.type{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack:center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #F5F5F5;
    overflow: hidden;
}
.type a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack:center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
 }

.type a:hover{
    background-color: #FFF;
    color: #00AEFF;
text-decoration: none;

} 

.type a img{
    width: 80px;
    margin: 10px;
}
.type a span{
    display: inline-block;
    white-space: nowrap;
    line-height: 100%;
    margin-left: 10px;
}

.prolist {
    display: -webkit-flex;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin:20px 0;
    padding: 0 5%;
}
.prolist h6{
  font-size: 1.0rem;
  margin: 10px 0;
}
.prolist ul {
    list-style: none;
    box-shadow: 0 3px 10px  rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.prolist ul li {
    padding: 3%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.smalltype{
    padding: 0 5%;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack:flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content:flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.smalltype a{
    color: #000;
    font-size: 1.0rem;
    font-weight: bold;
    margin-right: 10px;
    border-radius:10px;
    background-color: #E5E5E5;
    display: inline;
    padding: 10px 20px;
}
.smalltype a img{
  width: 40px;
}

.smalltype a:hover{
  background-color: #00AEFF;
  color: #FFF !important;
}
.smalltype .actives{
  background-color: #00AEFF !important;
  color: #FFF !important;
}

.smalltype a span{
 padding: 0 8px;
}

.prolist .el-image{
  height: auto;
  width: 100%;
}
.prolist .el-image img{
  height: auto;
}
.el-menu-item{
  width:100%;
}
.el-menu--collapse .el-menu .el-submenu, .el-menu--popup{
  width:24.5vw;
} 
.el-menu--popup li,.el-menu--popup a{
  height: 50px;
} 

.el-submenu__title a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
.el-submenu__title a img{
  padding: 5px;
}
.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{
  display:none !important;
}
.el-submenu li:hover{
  background-color: #00AEFF;
}
.el-menu-demo .is-opened{
  background-color: #00AEFF;
}
 
@media (max-width: 1024px) {
    h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h5, .h6{
        font-size: 1.6rem;
      } 
    .f-img-1 .title{
        z-index: 2;
        position: absolute;
        top:10%;
        left:2%;
        font-size: 1.3rem;
        color: #FFF;
      }
      .f-img-1 .memo_text{
          z-index: 2;
          position: absolute;
          top:23%;
          left:2%;
          width: 45%;
          font-size: 0.6rem;
          color: #FFF;
      }
      .f-img-1 .title{
        z-index: 2;
        position: absolute;
        top:20%;
        left:5%;
        font-size: 1.2rem;
        line-height: 1.8rem;
        display: inline;
        color: #FFF;
        border-radius: 1rem;
        padding:0 1rem;
        border: solid 1px #FFF;
      }
      .f-img-1 .memo_text{
          z-index: 2;
          position: absolute;
          top:20%;
          left:2%;
          width: 45%;
          font-size: 1.3rem;
          color: #FFF;
      }
      .type{
        padding: 10px;
        background:none;
      }
      .type a{
        border-bottom:1px solid #FFF ;
        border-right: 1px solid #FFF;
        background-color: #F5F5F5;
        /* justify-content: flex-start; */
  
      }
      .type a img{
        width: 45px;
      }
      .smalltype{
        padding:0;
      }
      .smalltype h3{
        font-size: 1.2rem;
      }
      .smalltype a{
        font-size: 1.0rem;
        font-weight: normal;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1vw;
        border-radius: 3px;
      }
      .prolist a{
        padding: 0 1% !important;
      }
      .prolist h6{
       font-size: 1.0rem;
       font-weight: normal;
      }
      .prolist .el-image{
        height: 10rem;
        width: 100%;
      }
      .type a span{
        font-size: 1.1rem;
      }
}