table {
  width: 100%;
  font-size: 16px;
  border-spacing: 0; }
  table th {
    width: 26%;
    padding: 20px 0;
    border-bottom: 2px solid #bfe5f7;
    background: #dff2fb;
    color: #07c9e8; }
  table td {
    padding: 20px;
    border-bottom: 2px solid #eee; }
  table tr:last-child th, table tr:last-child td {
    border: none; }

#about {
  background: #fafafa; }
  #about .head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 500px;
    background: #edf8fd url(../../img/about.png) no-repeat;
    -moz-background-size: 1000px;
    -o-background-size: 1000px;
    -webkit-background-size: 1000px;
    background-size: 1000px;
    background-position: 50%;
    position: relative; }
    #about .head h1 {
      margin: 0;
      position: relative;
      z-index: 2;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 50px;
      color: #333;
      text-shadow: 2px 2px 0 #fff; }
    #about .head .content {
      padding: 0 0 5px 0;
      position: relative;
      z-index: 2;
      background: linear-gradient(rgba(0, 0, 0, 0) 82%, #69c4f2 18%); }
  #about .container {
    width: 1200px;
    padding: 40px;
    margin: 0 auto;
    background: #fff; }
  #about table {
    margin: 0 0 40px 0; }
  #about h6 {
    margin: 0;
    font-size: 16px; }
  #about ul {
    margin: 14px 0; }
  #about ul:last-child {
    margin: 14px 0 0 0; }
  #about h3 {
    padding: 10px 10px 8px 10px;
    border-bottom: 4px solid #69c4f2;
    margin: 0 0 20px 0;
    font-size: 24px; }
  #about #address {
    margin: 0 0 80px 0; }
    #about #address #sanshinkai-map {
      width: 100%;
      height: 300px; }
    #about #address .text {
      margin: 20px;
      font-size: 16px;
      font-style: normal; }
  #about #contact {
    margin: 0 0 80px 0; }
    #about #contact .message {
      font-size: 14px; }
    #about #contact ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 0;
      margin: 20px;
      list-style: none; }
    #about #contact li {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: wrap;
      flex-flow: wrap;
      margin: 10px 10px 8px 10px; }
    #about #contact h6, #about #contact .content {
      font-size: 16px; }
    #about #contact h6 {
      width: 140px;
      margin: 0 0 2px 0; }
  #about .wam-net .description {
    padding: 40px;
    border: 1px solid #ddd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px; }
  #about .wam-net a {
    display: inline-block;
    margin: 20px 0 0 0; }

@media screen and (max-width: 1200px) {
  #about .container {
    width: auto; } }
@media screen and (max-width: 768px) {
  #about .head h1 {
    font-size: 40px; } }
@media screen and (max-width: 500px) {
  #about .head h1 {
    font-size: 30px; } }
@media screen and (max-width: 425px) {
  #about .container {
    padding: 40px 20px 34px 20px; }
  #about h3 {
    font-size: 20px; }
  #about #access, #about #contact {
    margin: 0 0 40px 0; } }
@media screen and (max-width: 375px) {
  #about #contact li {
    margin: 16px 10px; }
  #about #contact h6, #about #contact .content {
    float: none; }
  #about #contact h6 {
    margin: 0 0 2px 0; }
  #about .wam-net h3 {
    font-size: 16px; } }
