/*--------------------*
#group_prof
*--------------------*/
#group_prof{
  color: #000;
  text-align: center;
  margin: 15px 0 20px;
}
#group_prof h3{
  position: relative;
  top: 1px;
}
#group_prof .section_bdy{
  background: url(../img/profile/group_prof/section_bdy.jpg) repeat-y 50% top;
  background-size: 100% auto;
}
#group_prof .section_ftr{
  padding-bottom: 8%;
  background: url(../img/profile/group_prof/section_ftr.jpg) no-repeat 50% bottom;
  background-size: 100% auto;
}
#group_prof .detail_txt{
  text-align: left;
  width: 91%;
  margin: 0 auto;
}
#group_prof .detail_txt P{
  line-height:1.7em;
  font-size:1.1em;
  color: #fff;
  text-align: justify;
}
.disp_sp #group_prof .detail_txt P{
  font-size:15px;
}
/*--------------------*
#feature
*--------------------*/
#feature {
  color: #ffffff;
  text-align: center;
  margin: 0 auto 20px;
}
#feature h4{
  margin: 0 0 2%;
}
#feature .section_bdy {
  background: url(../img/profile/feature/section_bdy.jpg) repeat-y 50% top;
  background-size: 100% auto;
}
#feature .section_ftr {
  padding-bottom: 8%;
  background: url(../img/profile/feature/section_ftr.jpg) no-repeat 50% bottom;
  background-size: 100% auto;
}
#feature .section_hdr{
  padding-top: 2%;
}
#feature p {
  padding: 0 10px;
  line-height:1.7em;
  font-size:1.1em;
  text-align: justify;
}
.disp_sp #feature p{
  font-size:15px;
}
#feature .severalmenu {
  width: 94%;
  margin: 0 auto;
  text-align: left;
}
#feature [class^="group"] {
  margin-top: 4%;
}
#feature [class^="group"] .sample_img{
  margin: 2% auto 0;
  width: 50%;
}
.disp_sp #feature [class^="group"] .sample_img{
  width: 100%;
}