div {
  box-sizing: border-box;
  }

.telo{
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom:50px;
  overflow: hidden;
}

.top_h{
  text-align:center;
  margin: 30px 0;
}

.left{
  display: block;
  width: 100%;
  float: left;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.right {
  text-align: center;
}

.right_in {
  margin: 0px auto;
  text-align: center;
}

.block {
  position: relative;
  margin: 10px;
  width: 350px;
  text-align: center;
  min-height: 200px;
}

.block_top_bg{
  position: absolute;
  top:0px;
  background: #fcc;
  height: 200px;
  width: 100%;
  z-index: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block_top{
  position: absolute;
  top:0px;
  height: 200px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); 
}

.block_con{
  margin: 0 auto;
  background: #fff;
  min-height: 100px;
  overflow:hidden;
  width: 310px;
  text-align:left;
  font-size: 18px;
  font-weight: bold;
  FONT-FAMILY: Garamond;
  position: relative;
  z-index: 1;
}

.block_con ul{
  padding: 0px 0px 0px 0px;
  list-style: none;
  margin: 1px 0 0 0;
}

.block_con li {
  float: left;
  list-style: none;
  margin: 0px 0px 1px 0;
  display: block;
  width: 97%;
  padding: 5px 1px 5px 10px;
  border-bottom: 1px solid #f5f5f5;
}

.block_con li:hover {
  background: #f1f1f1;
}

.block_name{
  margin: 55px auto 15px auto;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0.9023810207676821) 0%, rgba(255,255,255,0.798739564185049) 60%, rgba(255,255,255,0) 100%);
  width: 310px;
  padding: 5px 0px 5px 10px;
  font-size: 31px;
  text-align:left;
  position: relative;
  z-index: 1;
}



/* media screen 1100px ============================= */

@media screen and (max-width: 1100px) {
  
 .left{
  float: none;
  width: 100%;
 }

  .right{
  float: none;
  width: 100%;
 } 
  
}


/* media screen 780px ============================= */

@media screen and (max-width: 780px) {
  
.block, .block_con, .block_name {
  width: 100%;
  min-height: 1px;
}

.block{
  margin: 0px;
}

.block_top_bg{  
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
  
}
