@charset "iso-8859-1";
/*------------------------------
 sharfs
------------------------------*/
.visualArea{
  width: 100%;
  min-width: 950px;
}
.visualArea.main{
  height: 755px;
  background: url("../img/bg_sharfs_main.jpg") no-repeat;
  background-position: 50% 0;
  padding-bottom: 30px;
}
.visualArea .visualAreaInr{
  width: 950px;
  margin: 0 auto;
}
.visualArea .visualAreaInr h1{
  position: relative;
  display: inline-block;
  height: 100%;
  margin-top: 20px;
  margin-left: 51px;
  background: #1e2d52;
  transform: skewX(-40deg);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.visualArea .visualAreaInr h1:before{
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(241,8,0,1) 0%,rgba(249,79,0,1) 36%,rgba(254,122,0,1) 99%);
}
.visualArea .visualAreaInr h1 span{
  display: inline-block;
  padding: 10px 60px 10px 60px;
  transform: skewX(40deg);
}
.visualArea .visualAreaInr .leadTxt{
  margin-top: 10px;
  font-size: 18px;
}
.visualArea .visualAreaInr .subTtlList{
  margin-top: 455px;
  margin-left: 46px;
}
.visualArea .visualAreaInr .subTtlList li p{
  position: relative;
  height: 100%;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.7);
}
.visualArea .visualAreaInr .subTtlList li:last-child p{
  margin-bottom: 0;
}
.visualArea .visualAreaInr .subTtlList li{
  position: relative;
}
.visualArea .visualAreaInr .subTtlList li:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(241,8,0,1) 0%,rgba(249,79,0,1) 36%,rgba(254,122,0,1) 99%);
  transform: skewX(-33deg);
  left: 128px;
}
.visualArea .visualAreaInr .subTtlList li > p {
  padding: 9px 0;
  width: 600px;
  margin: 0 auto 13px;
}
.visualArea .visualAreaInr .subTtlList li > p::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 44px;
  border-style: solid;
  border-width: 44px 30px 0 0px;
  border-color: #000000 transparent transparent transparent;
  opacity: 0.7;
}
.visualArea .visualAreaInr .subTtlList li > p::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 44px;
  border-style: solid;
  border-width: 0 0 44px 30px;
  border-color: transparent transparent #000000 transparent;
  opacity: 0.7;
}
.visualArea .visualAreaInr .txt_notation{
  color: #fff;
  text-align: right;
  font-weight: bold;
  text-shadow: 0px 0px 10px #000;
}