@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/******************************************************

PC／SP 共有

******************************************************/
#pageImage {
  background-image: url(../img/title.jpg); }

/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  .access {
    text-align: center;
    padding-top: 20px; }
    .access p {
      text-align: center;
      padding-top: 1em; }
    .access address {
      color: #004684;
      padding-top: 2em; }
    .access .number {
      font-size: 2.3rem; }
      .access .number a {
        display: flex;
        justify-content: center;
        align-items: center; }
        .access .number a i {
          padding-right: 5px; }
        .access .number a span {
          font-weight: 600;
          display: inline-block; }
    .access table {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      border: #004684 solid 1px;
      box-sizing: border-box; }
      .access table thead th {
        background: #004684;
        color: #fff;
        font-weight: 500;
        font-size: 1rem;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        width: 17%;
        line-height: 1.5; }
      .access table thead th:nth-child(1) {
        width: 17%; }
      .access table thead th:nth-child(2) {
        width: 33%; }
      .access table thead th:nth-child(3) {
        width: 33%; }
      .access table tbody tr td {
        font-weight: 500;
        font-size: 1.1rem;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        border-right: #004684 dotted 1px;
        border-bottom: #004684 dotted 1px;
        color: #004684;
        line-height: 1.5; }
      .access table tbody tr td:nth-child(1) {
        background: #f1f1f1; }
      .access table tbody tr + tr td {
        border-bottom: 0; } }

/******************************************************
    
PC / common

******************************************************/
@media screen and (min-width: 741px) {
  .access {
    text-align: center;
    padding-top: 20px; }
    .access p {
      text-align: center;
      padding-top: 2em; }
    .access address {
      color: #004684;
      padding-top: 2em; }
    .access .number {
      font-size: 2.3rem; }
      .access .number a {
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none; }
        .access .number a i {
          padding-right: 5px; }
        .access .number a span {
          font-weight: 600;
          display: inline-block; }
    .access table {
      width: 600px;
      margin: 0 auto;
      margin-top: 40px;
      border: #004684 solid 1px;
      box-sizing: border-box; }
      .access table thead th {
        background: #004684;
        color: #fff;
        font-weight: 500;
        font-size: 1.3rem;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        width: 28%;
        letter-spacing: 2px; }
      .access table thead th:nth-child(1) {
        width: 16%; }
      .access table tbody tr td {
        font-weight: 500;
        font-size: 1.4rem;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        letter-spacing: 2px;
        border-right: #004684 dotted 1px;
        border-bottom: #004684 dotted 1px;
        color: #004684; }
      .access table tbody tr td:nth-child(1) {
        background: #f1f1f1; }
        .access table tbody tr td:nth-child(1) span {
          display: inline-block;
          width: 1em; }
      .access table tbody tr + tr td {
        border-bottom: 0; } }

/*# sourceMappingURL=style.map */