﻿@charset "UTF-8";



/* */

.hyo{margin: 4rem 1rem;
    text-align: center;}
.hyo h1 {font-size: 2rem;}
.hyo h2{font-size: 1rem;
    font-weight:normal;}

table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
  width: 600px;
  border-spacing: 2px;
}
table th,
table td{
  border: 5px solid #ffffff;
  padding: 1em 1em;

}
table th{
  background: #003366;
    color: #ffffff;
}
table td{text-align: left;}

@media (max-width: 768px) {
    table{
      width: 100%;
    }
    table th,
    table td{
      display: block;
    }
    table th,
    table td{
      border-top: none;    
    }
    table tr:first-child th{
      border-top: 1px solid #999;
    }
  }