@charset "utf-8";

body, input, select, textarea {
  font-family: "Noto Sans JP","Roboto", Helvetica, sans-serif;
  line-height: 1.65;
}

.short{
  max-width: 1104px;
}


.content .flexttl span::before{
  content: "詳細を見る";
}
.content .flexttl span.active::before{
  content: "閉じる";
}
.content .flexttl span::after{
  vertical-align: top;
  margin-top: 8px;
}
.content .flexttl span.active::after{
  margin-top: 12px;
}