.local-nav {
  padding-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .local-nav {
    padding-bottom: 20px;
  }
}
.local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .local-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.local-nav li {
  width: calc((100% - 80px) / 5);
}
@media screen and (max-width: 479px) {
  .local-nav li {
    padding: 0 10px 20px;
    width: 90px;
    margin: 0 10px;
  }
}
.local-nav a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  text-align: center;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D2EFDE), to(#f4efe7)) 0 0;
  background: linear-gradient(180deg, #D2EFDE 0%, #f4efe7 100%) 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.local-nav a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ace2c2), to(#f4efe7)) 0 0;
  background: linear-gradient(180deg, #ace2c2 0%, #f4efe7 100%) 0 0;
}
@media screen and (max-width: 479px) {
  .local-nav a {
    font-size: 1.6rem;
    width: 90px;
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .pdf-list {
    padding-bottom: 20px;
  }
}

.card-pdf {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .card-pdf {
    padding: 15px;
  }
}
.card-pdf__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 479px) {
  .card-pdf__title {
    font-size: 1.8rem;
  }
}
.card-pdf__title span {
  font-size: 4rem;
}
.card-pdf__desc {
  max-width: 410px;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .card-pdf__desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.card-pdf__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .card-pdf__date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: right;
  }
}
.card-pdf__date span {
  padding-left: 1em;
}
.card-pdf__header, .card-pdf__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-pdf__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 479px) {
  .card-pdf__header {
    margin-bottom: 5px;
  }
}
.card-pdf__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card-pdf .btn-pdf {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .card-pdf-01 .card-pdf__content {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .card-pdf-01 .card-pdf__desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .card-pdf-01 .btn-pdf {
    margin-right: auto;
    margin-left: 0;
  }
}
.card-pdf-02, .card-pdf-03 {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #eee;
}
@media screen and (max-width: 479px) {
  .card-pdf-02:last-of-type, .card-pdf-03:last-of-type {
    margin-bottom: 0;
  }
}
.card-pdf-02 {
  width: 200px;
}
@media screen and (max-width: 479px) {
  .card-pdf-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
.card-pdf-02:last-of-type {
  margin-bottom: 30px;
}
.card-pdf-02 .btn-pdf {
  width: 70px;
  padding-left: 14px;
  text-align: left;
}
.card-pdf-02 .btn-pdf::after {
  right: 10px;
}
.card-pdf-02 .card-pdf__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .card-pdf-02 .card-pdf__content {
    display: block;
  }
}
.card-pdf-02 .card-pdf__date {
  margin-bottom: 20px;
}
.card-pdf-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-pdf-03 .card-pdf__content {
  display: block;
}
.card-pdf-03 .card-pdf__date {
  margin-bottom: 20px;
}

.page-header {
  background: url(../header/dental-pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .page-header {
    background-image: url(../header/dental-sp.jpg);
  }
}

.dental-index.contents-column .main {
  width: calc(100% - 640px);
  width: auto;
  padding-right: 20px;
}
@media screen and (max-width: 479px) {
  .dental-index.contents-column .main {
    width: auto;
    padding: 0 30px;
  }
}

.dental-main {
  padding: 40px 0;
  background-color: #eee;
}
.dental-main .contents__inner {
  padding-bottom: 0;
}

@media screen and (max-width: 479px) {
  .renraku-latest {
    padding-bottom: 40px;
  }
}
.post-type-archive-dental .renraku-latest {
  width: 340px;
}
@media screen and (max-width: 479px) {
  .post-type-archive-dental .renraku-latest {
    max-width: 100%;
  }
}
.renraku-latest__img {
  display: block;
  margin-bottom: 20px;
}
.renraku-latest__img img {
  display: block;
  width: auto;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .renraku-latest__img img {
    width: 180px;
    height: auto;
  }
}
.renraku-latest__subtitle, .renraku-latest__title {
  font-weight: bold;
}
.renraku-latest__title {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .renraku-latest__title {
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 479px) {
  .renraku-latest__subtitle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.renraku-latest__excerpt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .renraku-latest__excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.renraku-list {
  width: calc(100% - 360px);
  max-width: 640px;
  padding-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .renraku-list {
    width: auto;
    padding: 0 30px 80px;
  }
}
.renraku-list__heading {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .renraku-list__heading {
    font-size: 2rem;
  }
}
.renraku-list__block:last-of-type {
  margin-top: 40px;
  margin-bottom: 40px;
}

.term-aichi-renrakukai-news .renraku-latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .term-aichi-renrakukai-news .renraku-latest {
    display: block;
    padding: 0 30px;
  }
}
.term-aichi-renrakukai-news .renraku-latest__img {
  margin-right: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .term-aichi-renrakukai-news .renraku-latest__img {
    margin-right: 0;
  }
}
.term-aichi-renrakukai-news .renraku-latest__info {
  padding-top: 40px;
}
@media screen and (max-width: 479px) {
  .term-aichi-renrakukai-news .renraku-latest__info {
    padding-top: 20px;
  }
}
.term-aichi-renrakukai-news .renraku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 40px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .term-aichi-renrakukai-news .renraku-list {
    display: block;
    padding: 0 30px 0;
  }
}
.term-aichi-renrakukai-news .card-pdf {
  width: calc((100% - 30px) / 2);
  border: solid 1px #CDD6DD;
}
@media screen and (max-width: 479px) {
  .term-aichi-renrakukai-news .card-pdf {
    width: 100%;
    border: none;
  }
  .term-aichi-renrakukai-news .card-pdf:last-of-type {
    margin-bottom: 0;
  }
}
.term-aichi-renrakukai-news .card-pdf__desc {
  max-width: 250px;
}
@media screen and (max-width: 479px) {
  .term-aichi-renrakukai-news .contents {
    background-color: #eee;
  }
}
.term-aichi-renrakukai-news .wp-pagenavi {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .term-aichi-renrakukai-news .wp-pagenavi {
    padding-bottom: 120px;
  }
}

.card-pdf {
  padding: 20px;
}

.dental-other__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.dental-other .contents__inner {
  display: block;
  padding-top: 80px;
  padding-bottom: 120px;
}
.dental-other .article-list {
  margin: 0 auto 20px;
}

.post-type-archive-dental .article-column {
  padding-bottom: 40px;
}
.post-type-archive-dental.date .article-column {
  padding-bottom: 0;
}