@charset "UTF-8";
/*||| メンバーページ |||*/
.memberPage .pageTitle + .arrowLinkArea {
  margin-bottom: min(8vw, 2.5rem);
}

/*▽共通人物画像リスト*/
.personList {
  display: grid;
}
@media screen and (min-width: 1001px) {
  .personList {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .personList {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .personList {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 500px) {
  .personList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.personList li {
  padding: 0.5em 0.5em 0 0.5em;
  background-color: #fcfbfa;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.personList li img {
  width: 100%;
}
.personList .detail {
  display: grid;
  place-content: center;
  text-align: center;
  gap: 0.2em 0;
  height: 5em;
}
@media screen and (min-width: 501px) {
  .personList .detail {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 500px) {
  .personList .detail {
    font-size: minmax(0.75rem, 2.344vw);
  }
}
.personList .detail .post,
.personList .detail .duration {
  font-weight: 400;
  font-size: 0.7em;
}
.personList .detail .name span {
  margin-left: 0.5em;
  font-size: 0.7em;
}

/*▽挨拶ページ*/
.greetingArea img[style*=float] {
  margin-right: min(5.333vw, 20px);
  margin-bottom: 1em;
  width: min(40vw - min(5.333vw, 20px), 165px);
}

/*▽歴代学部長ページ*/
.deanArea .firstDeanArea {
  background-color: #fcfbfa;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5%;
  padding: 0.5em 0 0.5em 0.5em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .deanArea .firstDeanArea {
    grid-template-rows: 500px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .deanArea .firstDeanArea img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.deanArea .firstDeanArea .detail {
  display: grid;
  place-content: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .deanArea .firstDeanArea .detail {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .deanArea .firstDeanArea .detail {
    font-size: 3.906vw;
  }
}
@media screen and (max-width: 375px) {
  .deanArea .firstDeanArea .detail {
    font-size: 5.333vw;
  }
}
.deanArea .firstDeanArea .detail .post {
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .deanArea .firstDeanArea .detail .post {
    font-size: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .deanArea .firstDeanArea .detail .post {
    font-size: 0.6em;
  }
}
.deanArea .firstDeanArea .detail .name {
  font-weight: 700;
}
.deanArea .firstDeanArea .detail .name span {
  margin-left: 0.5em;
  font-size: 0.7em;
}
.deanArea .periodTable {
  min-width: 80%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse;
}
@media screen and (min-width: 376px) {
  .deanArea .periodTable {
    margin: 4em auto 0;
  }
}
@media screen and (max-width: 768px) {
  .deanArea .periodTable {
    margin: 2em auto 0;
  }
}
.deanArea .periodTable th, .deanArea .periodTable td {
  padding: 0.4em 0.6em;
  border: 1px solid #ccc;
  background-color: #fff;
}

/*▽日本大学校歌ページ*/
.songArea section + section {
  margin-top: min(13.333vw, 3.75rem);
}
.songArea img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .songArea img {
    width: 80%;
  }
}

/*▽会則ページ*/
.alumniRuleArea {
  /*会則*/
}
.alumniRuleArea .imageArea {
  margin-bottom: min(8vw, 2.5rem);
}
.alumniRuleArea .imageArea img {
  margin: 0 auto;
  width: 40%;
  max-width: 200px;
}
.alumniRuleArea .updateDate {
  text-align: center;
  font-size: min(4.267vw, 1.5rem);
  margin-bottom: min(16vw, 5rem);
}
.alumniRuleArea .updateDate p + p {
  margin-top: min(3.2vw, 1rem);
}
.alumniRuleArea .ruleArea {
  font-size: min(4.267vw, 1rem);
  /*章*/
  /*括弧番号リスト*/
  /*附則、補足*/
}
.alumniRuleArea .ruleArea + .ruleArea {
  margin-top: min(13.333vw, 3.75rem);
}
.alumniRuleArea .ruleArea .ruleTitle {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.3;
  font-size: min(6.4vw, 1.875rem);
}
.alumniRuleArea .ruleArea .chapter:not(:last-child) {
  margin-bottom: min(13.333vw, 4.375rem);
}
.alumniRuleArea .ruleArea .chapter .chapterTitle {
  font-size: min(5.333vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.alumniRuleArea .ruleArea .chapter section .title {
  margin-top: 3em;
  font-size: min(4.267vw, 1.125rem);
  text-align: center;
}
.alumniRuleArea .ruleArea dl dt {
  margin-bottom: 0.3em;
  font-weight: 700;
}
.alumniRuleArea .ruleArea dl dt:not(:first-child) {
  margin-top: 1em;
}
.alumniRuleArea .ruleArea dl dd {
  font-weight: 400;
}
.alumniRuleArea .ruleArea dl dd.indent {
  padding-left: 2em;
  text-indent: -2em;
}
.alumniRuleArea .ruleArea dl dd + dd {
  margin-top: 1em;
}
.alumniRuleArea .ruleArea dl dd > ol, .alumniRuleArea .ruleArea dl dd > ul {
  margin: 5px 0;
}
.alumniRuleArea .ruleArea dl dd > ol li:not(:first-child), .alumniRuleArea .ruleArea dl dd > ul li:not(:first-child) {
  margin-top: 0.3rem;
}
.alumniRuleArea .ruleArea table {
  margin: 1em;
}
.alumniRuleArea .ruleArea .bracketsNumberList {
  margin: 0.5em 0;
  padding-left: 3em;
  text-indent: -3em;
}
.alumniRuleArea .ruleArea .supplement {
  margin-top: 1.5rem;
}
.alumniRuleArea .ruleArea .supplement table {
  margin: 0;
  max-width: 450px;
}
.alumniRuleArea .ruleArea .supplement table td {
  padding: 0.3em 0.5em;
}
.alumniRuleArea .ruleArea .supplement .date {
  text-align: right;
}
.alumniRuleArea .ruleArea .supplement .textList li:not(:first-child) {
  margin-top: 1em;
}

/*▽役員・評議員ページ*/
.officerArea .arrowLinkArea {
  display: grid;
  gap: 0.5em;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .officerArea .arrowLinkArea {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .officerArea .arrowLinkArea {
    grid-template-columns: repeat(2, 1fr);
  }
}
.officerArea .arrowLinkArea a {
  padding: 0 0.3em 0 1em;
  font-size: min(4.267vw, 1rem);
}

/*▽各種委員メンバーページ*/
.committeeArea .arrowLinkArea {
  display: grid;
  gap: 0.5em;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .committeeArea .arrowLinkArea {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .committeeArea .arrowLinkArea {
    grid-template-columns: repeat(1, 1fr);
  }
}
.committeeArea .arrowLinkArea a {
  padding: 0 0.3em 0 1em;
  font-size: min(4.267vw, 1rem);
}

/*▽名誉会員・特別会員・推薦会員ページ*/
.honorArea .arrowLinkArea {
  display: grid;
  gap: 0.5em;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .honorArea .arrowLinkArea {
    grid-template-columns: repeat(3, 1fr);
  }
}
.honorArea .arrowLinkArea a {
  padding: 0 0.3em 0 1em;
  font-size: min(4.267vw, 1rem);
}