@charset "UTF-8";
/* CSS Document */
.merit{
  background-color: #c9e6e0;
  border: 1px solid #35b597;
  border-radius: 20px;
  padding-bottom: 20px;
}
.merit h3{
  background-color: #35b597;
  position: relative;
  height: 60px;
  margin-left: 40px;
  margin-right: 40px;
}
.merit h3 img{
  position: absolute;
  }
.mark_l{
  left: -30px;
}
.mark_r{
  right: -30px;
}
.merit h3 span{
  color: #fff;
  line-height: 2.2em;
  }
.merit ul{
  margin: 20px 20px 0;
  font-size: 15px;
  line-height: 2em;
}
.sentei_case{
  background-color: #f3f1db;
  padding: 15px 15px 0 15px;
  margin: 10px 0;
  min-height: 390px;
}
.sentei_case p{
  padding-top: 20px;
}
.s_tips {
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width:1199px) { 
.sentei_case{
  min-height: 350px;
}
}
@media screen and (max-width:991px) { 
.sentei_case{
  min-height: 320px;
}
}
@media screen and (max-width:767px) { 
.sentei_case{
  padding: 15px;
}
.merit h3{
  position: static;
  height: auto;
  background-color: #35b597;
  font-size: 18px;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
}
@media screen and (max-width:700px) { 
.s_tips {
  height: 550px;
}
}
@media screen and (max-width:600px) { 
.s_tips {
  height: 510px;
}
}
@media screen and (max-width:500px) { 
.s_tips {
  height: 460px;
}
}