main .headline.item.title-serif {
  background: none;
  color: red;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  line-height: 1.4; }
  main .headline.item.title-serif h2 {
    background: none;
    border: none;
    color: inherit; }
  main .headline.item.title-serif::before, main .headline.item.title-serif::after {
    content: "";
    width: 60px;
    display: inline-block;
    height: 52px;
    background-size: 60px;
    flex: 0 0 auto; }
  main .headline.item.title-serif::before {
    background-image: url(/images/arrow-l.png); }
  main .headline.item.title-serif::after {
    background-image: url(/images/arrow-r.png); }
  main .detail_table {
    border: 1px solid #ccc;
    padding: 10px; }
  main .detail_table .tables {
    display: flex;
    gap: 1em;
    padding: 1em 0; }
  main .detail_table .t-row {
    display: table-row; }
  main .detail_table .column:first-child {
    background: #f9f9f9;
    text-align: center;
    font-weight: bold;
    color: inherit; }
  main .detail_table .column {
    border-color: #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 70%;
    line-height: 1.8; }
  main .detail_table .future-list {
    display: flex;
    gap: 0.5em;
    padding: 10px 0; }
    main .detail_table .future-list span {
      color: inherit;
      display: inline-block;
      margin-right: 5px;
      padding: 0.3em 1em;
      border-radius: 14px;
      margin-top: 5px;
      background: #efefef;
      font-size: 0.8em; }
  main .detail_table .textarea {
    font-size: 14px;
    padding: 0.8em 0; }
  @media only screen and (max-width: 521px) {
  main .detail_table .item {
    align-items: baseline;
    flex-direction: column; }
  main .detail_table .table {
    width: 100%; }
  main .detail_table .column {
    display: table-cell; }
  main .detail_table .textarea {
    font-size: 0.8em;
    padding: 0.5em 0; } }
