@charset "UTF-8";
.archivePage {
  margin-bottom: 100px;
}
.archivePage .flex {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
}
.archivePage li {
  border-bottom: 1px solid #ddd;
}
.archivePage li:nth-of-type(1) {
  border-top: 1px solid #ddd;
  /* style */
}
.archivePage li > a {
  padding: 24px 24px 24px 40px;
  margin-bottom: 16px;
  margin-top: 16px;
  line-height: 1.5em;
  justify-content: space-between;
  max-width: fit-content;
  display: flex;
  align-items: center;
  color: #333;
}
.archivePage li > a:visited {
  color: #333;
}
@media (min-width: 769px) {
  .archivePage li > a:hover {
    color: #ee9700;
    transition-duration: 0.5s;
  }
}
.archivePage li i {
  color: #ee9700;
  margin-left: 4px;
  position: absolute;
  right: -4px;
  margin: auto;
}
.archivePage li time {
  display: flex;
  align-items: center;
  width: 160px;
}
.archivePage li .title {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 1em;
}

@media (max-width: 768px) {
  .archivePage li > a {
    padding: 16px 0;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  .archivePage li .flex {
    flex-wrap: wrap;
  }
  .archivePage li time, .archivePage li .title {
    width: 100%;
  }
  .archivePage li time {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .archivePage li .title {
    margin-top: 4px;
    margin-right: 1em;
    display: inline-block;
  }
  .archivePage li i {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    right: 0;
  }
}
@font-face {
  font-family: "rodinb";
  font-display: swap;
  src: url("https://www.nakatsuya.ed.jp/common/font/rodin-b.woff") format("woff"), url("https://www.nakatsuya.ed.jp/common/font/rodin-b.otf") format("truetype");
}
.singlePage article {
  margin-bottom: 200px;
}
.singlePage time {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
  display: block;
}
.singlePage .headingWp {
  padding-bottom: 16px;
  margin-bottom: 24px;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.singlePage .headingWp h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "rodinb", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 700;
  line-height: 1.1em;
  color: #ffb433;
}
.singlePage .contentWrap {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.singlePage .btnSet {
  margin-top: 50px;
}
.singlePage .btnSet a {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-decoration: none;
  background: #47c7b6;
  text-align: center;
  border: 1px solid #47c7b6;
  color: #fff;
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .singlePage .btnSet a:hover {
    background: #fff;
    color: #47c7b6;
    border: 1px solid #47c7b6;
    box-shadow: none;
  }
}
.singlePage .btnSet a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  height: 50px;
  padding: 8px 16px;
  margin: auto;
  max-width: 166px;
  font-weight: 700;
}
.singlePage .btnSet a i {
  position: relative;
  margin-right: 6px;
}
@media (min-width: 769px) {
  .singlePage .btnSet a i {
    top: 1px;
  }
}
@media all and (-ms-high-contrast: none) {
  .singlePage .btnSet a {
    padding: 14px 16px 4px;
  }
  .singlePage .btnSet a i {
    top: -3px;
  }
}

@media (max-width: 480px) {
  .singlePage article {
    margin-bottom: 150px;
  }
  .singlePage time {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .singlePage .headingWp {
    padding-bottom: 12px;
  }
  .singlePage .headingWp h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .singlePage .btnSet {
    margin-top: 50px;
  }
  .singlePage .btnSet a {
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    text-decoration: none;
    background: #47c7b6;
    text-align: center;
    border: 1px solid #47c7b6;
    color: #fff;
    transition: all 0.5s ease;
  }
}
@media (max-width: 480px) and (min-width: 769px) {
  .singlePage .btnSet a:hover {
    background: #fff;
    color: #47c7b6;
    border: 1px solid #47c7b6;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .singlePage .btnSet a {
    font-size: 16px;
    font-size: 1.6rem;
    height: auto;
    padding: 12px 16px;
    max-width: 166px;
  }
}
