.element {
   /* border: 1px dotted #dcdddb;*/
   /* border-radius: 10px;*/
    margin: 15px 0px;
}

.element-title{
    padding-left: 5px;
    font-size: 1.1rem;
    line-height: 2.0;
    border-bottom: 0px solid #dcdddb;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 0.2em;
}

.s-recommend-top{ 
  position: relative;
}

.s-recommend-top span{
   position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   margin:0;
   padding: 10px;
   border: solid #fff 1px; 
   color: #fff;
   text-decoration: none;
   background: rgba(0,0,0,0.5);
   /* character */
   font-size: 0.85rem;
   text-align: center;
   line-height: 1.5;
   text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
   width:50%;
}

.s-recommend-top h3{

  font-size: 1.2rem;
  line-height: 1.2em;
  margin:5px 0;
}

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

.first-guide{
  margin: 0 0 2px 7px;
  font-size: 0.80rem;
}

.col {
    padding: 0 0.5em ;
    margin-bottom: 10px;
}

.col img {
    margin-bottom: 7px;
    width: 100%;
}

.item li {
    margin-bottom: 20px;
}

.item-title{
    box-sizing:border-box;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 5px;
    font-size: 0.85em;
    font-weight: bold;
    line-height:1.7;
}

.item-exp{
    box-sizing:border-box;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 15px;
    font-size: 0.85rem;
    font-weight: normal;
    line-height:1.7;
}

/* functionlist-top */

.functionlist-top{
    padding: 15px;
    background-color: #f9f8f5 ;
    font-size: 0.9rem;
    text-align: left;
    line-height:1.8;
    margin:0 5px;
    border-radius: 10px;
}

.functionlist-top li {
    display: inline;
    list-style-type: none;
}


/* info */

.info {
    padding: 15px;
    background-color: #f9f8f5 ;
    font-size: 0.9rem;
    text-align: left;
    line-height:1.8;
    margin:0 5px;
    border-radius: 10px;
}

.info-blk {
    padding: 20px 30px;
    font-size: 0.9rem;
    background-color: #fff;
    text-align: left;
    border: 2px dotted #dcdddb;
    margin-top: 10px;
}

.tpround {
   border-radius: 10px 10px 0 0;
}

.udround {
   border-radius: 0 0 10px 10px;
}

/* button botton */

.btn-charac-on-pic{
    position: relative;
    height:100%;
    box-sizing: border-box;
    background-size: cover;
    border-radius: 5px;
}

.btn-charac-on-pic span {
  position: absolute;
  top: 47%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  background-color: transparent;
  /*Ê¸»ú¤ÎÁõ¾þ*/
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.3em;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  width: 85%;
  text-align: center;

  }

.btn-charac-on-pic img{
/*  border-radius: 7px; */
  border: 1px solid #f0f0f0;
}

/* hover effect */
.list-thumb {
  position: relative;
 /* width: 250px;
  height: 82px;*/
  overflow: hidden;
}
.list-thumb img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
}
.list-thumb img:hover {
  transform: scale(1.25, 1.25);
  filter: brightness(70%);
}

