@charset "UTF-8";
@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/9jonokai-pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .page-header {
    background-image: url(../header/9jonokai-sp.jpg);
  }
}

@media screen and (max-width: 479px) {
  .aside {
    padding-bottom: 120px;
  }
}

.aside__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.card-pdf-02 .card-pdf__date {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .card-pdf-02 .card-pdf__date {
    margin-bottom: 30px;
  }
}

.about {
  font-size: 1.8rem;
  padding: 35px;
  border: solid 1px #99A3AC;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .about {
    margin: 0 15px 120px;
    padding: 20px;
  }
}
.about__inner:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .about__inner:first-of-type {
    display: block;
  }
}
.about__inner:last-of-type {
  margin-top: 60px;
}
.about__inner:last-of-type h3.about__subtitle {
  display: inline-block;
  margin: 0 1em 0 0;
  font-size: 2.4rem;
}
.about__inner:last-of-type p.about__number-people {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 479px) {
  .about__inner:last-of-type p.about__number-people {
    font-size: 1.2rem;
  }
}
.about__inner:last-of-type p.about__annotation {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 479px) {
  .about__inner:last-of-type p.about__annotation {
    font-size: 1.1rem;
  }
}
.about__inner:last-of-type ul {
  margin-top: 40px;
}
.about__inner:last-of-type ul li {
  display: inline-block;
  margin: 10px 0 0 0;
  width: 280px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about__inner:last-of-type ul li {
    width: 200px;
  }
  .about__inner:last-of-type ul li span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 479px) {
  .about__inner:last-of-type ul li {
    display: block;
    margin: 0;
    width: auto;
  }
  .about__inner:last-of-type ul li span {
    font-size: 1.3rem;
  }
}
.about__inner:last-of-type ul li span.clas {
  font-size: 1.2rem;
}
.about__inner:last-of-type ul li span.clas:before {
  content: "（";
}
.about__inner:last-of-type ul li span.clas:after {
  content: "｜";
}
@media screen and (max-width: 479px) {
  .about__inner:last-of-type ul li span.clas {
    font-size: 1.1rem;
  }
}
.about__inner:last-of-type ul li span.area {
  font-size: 1.2rem;
}
.about__inner:last-of-type ul li span.area:after {
  content: "）";
}
@media screen and (max-width: 479px) {
  .about__inner:last-of-type ul li span.area {
    font-size: 1.1rem;
  }
}
.about__block:first-of-type {
  max-width: 540px;
}
.about__block:last-of-type {
  width: calc(100% - 540px - 60px);
}
@media screen and (max-width: 479px) {
  .about__block:last-of-type {
    width: 100%;
    padding-top: 40px;
  }
}
.about__title, .about__subtitle {
  font-weight: bold;
}
.about__title {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .about__title {
    font-size: 1.8rem;
  }
}
.about__subtitle {
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .about__subtitle {
    font-size: 1.4rem;
  }
  .about__subtitle span {
    font-size: 1.8rem;
  }
}
.about__subtitle span {
  font-size: 2.4rem;
  display: block;
}
.about__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .about__text {
    font-size: 1.4rem;
  }
}
.about__text p + p {
  margin-top: 1em;
}
.about figure {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .about figure {
    margin-bottom: 30px;
  }
}
.about figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.about img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .about img {
    margin-bottom: 10px;
  }
}
.about li {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.about li span {
  font-size: 1.4rem;
}
@media screen and (max-width: 479px) {
  .about li span {
    font-size: 1.2rem;
  }
}

.news-main {
  padding: 40px 0;
  background-color: #eee;
}
@media screen and (max-width: 479px) {
  .news-main {
    padding: 30px 0;
  }
}
.news-main .contents__inner {
  padding-bottom: 0;
}
.news-bn {
  padding: 60px 0 0;
}
@media screen and (max-width: 479px) {
  .news-bn {
    padding: 40px 0 120px;
  }
}
.news-latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .news-latest {
    padding: 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-latest__img {
  display: block;
}
@media screen and (max-width: 479px) {
  .news-latest__img {
    margin: 0 auto 20px;
  }
}
.news-latest__img img {
  display: block;
  width: auto;
  height: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .news-latest__img img {
    height: 200px;
  }
}
.news-latest__info {
  max-width: 540px;
}
@media screen and (max-width: 479px) {
  .news-latest__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.news-latest__title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .news-latest__title {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.news-latest__excerpt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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) {
  .news-list {
    display: block;
  }
}
.news-list::after {
  display: block;
  width: 290px;
  content: "";
}
.news-list .card-pdf-03 {
  padding: 10px 20px;
}
@media screen and (max-width: 479px) {
  .news-list .card-pdf-03 {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}

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