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

fonts

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

PC／SP 共有

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

.blue {
  color: #004684;
  font-weight: 600;
}

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

sp

******************************************************/
@media screen and (max-width: 740px) {
  .textBox p {
    padding-bottom: 1em;
  }

  .wideBox figure img {
    width: 100%;
  }
  .wideBox .txt {
    padding: 20px;
  }
  .wideBox .txt h4 {
    color: #004684;
    font-size: 1.6rem;
    padding-bottom: 10px;
    text-align: center;
  }
  .wideBox .txt ul li {
    position: relative;
    margin-top: 1em;
  }
  .wideBox .txt ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #004684;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .wideBox .txt ul li p {
    padding-left: 30px;
    padding-top: 0px;
    color: #004684;
    line-height: 2;
  }

  .doctor {
    text-align: center;
  }
  .doctor .txt {
    padding-top: 20px;
  }
  .doctor .txt h4 {
    font-size: 1.6rem;
    color: #004684;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .doctor .txt p {
    padding-bottom: 1em;
  }
  .doctor .txt .name {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #004684;
    padding-top: 1em;
  }

  .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-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    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) {
  .wideBox .txt {
    padding: 40px 20px 40px;
  }
  .wideBox .txt h4 {
    color: #004684;
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .wideBox .txt ul li {
    position: relative;
    margin-top: 1em;
  }
  .wideBox .txt ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #004684;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .wideBox .txt ul li p {
    padding-left: 40px;
    padding-top: 0px;
    color: #004684;
    line-height: 2;
  }

  .doctor {
    display: flex;
    justify-content: flex-start;
  }
  .doctor .txt {
    padding-left: 40px;
  }
  .doctor .txt h4 {
    font-size: 2.4rem;
    color: #004684;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .doctor .txt p {
    padding-bottom: 1em;
  }
  .doctor .txt .name {
    display: block;
    text-align: right;
    font-size: 1.8rem;
    font-weight: 500;
    color: #004684;
    padding-top: 1em;
  }

  .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;
    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.css.map */
