.styleText .inner{
 display: inline-block;
 position: relative;
 padding: 0px 25px;
}
.styleText .inner:before,
.styleText .inner:after{
 position: absolute;
 display: block;
 content: "";
 border-left: solid 1px #F4622F;
 height:5em;
 top: 0px;
}
.styleText .inner:before{
 left: -8px;
 transform: rotate(-25deg);
}
.styleText .inner:after{
 right: -8px;
 transform: rotate(25deg);
}
.textOption,
.textOption2{
 position: relative;
}
.textOption:before,
.textOption2:before{
 position: absolute;
 display: block;
 content: "";
 width: 40px;
 height: 40px;
 top: 55%;
}
.textOption:before{
 background: url(../img/kyosai_plan/hukidasi1.png) no-repeat center center;
 background-size: cover;
 left: -40px;
}
.textOption2:before{
 background: url(../img/kyosai_plan/hukidasi2.png) no-repeat center center;
 background-size: cover;
 right: -40px;
}

@media screen and (max-width: 850px) {
 .textOption:before,
 .textOption2:before{
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
 }
 .textOption:before{
  background: url(../img/kyosai_plan/hukidasi1.png) no-repeat center center;
  background-size: cover;
  left: -20px;
 }
 .textOption2:before{
  background: url(../img/kyosai_plan/hukidasi2.png) no-repeat center center;
  background-size: cover;
  right: -20px;
 }
}
