.sub_ttl{
    border-left: 4px solid #ded9fb;
    padding-left: 4px;
    line-height: 1;
}

/*吹き出し*/
.fukidashi{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.fukidashi::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}

@media screen and (min-width: 1279px){
    .main01{
        padding: 1em 1.5em;
    }
}


@media screen and (max-width: 599px){
    .main01{
        padding: 1em 1em 3em 1em;
    }
}