main #contents #list {
  padding: 8% 0 0;
}
@media (max-width: 1719px) {
  main #contents #list {
    padding-left: 3vh;
    padding-right: 3vh;
  }
}
main #contents #list .blk {
  margin-bottom: 8%;
}
@media screen and (max-width: 767px) {
  main #contents #list .blk {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8vh;
  }
}
@media (min-width: 768px) {
  main #contents #list .blk dl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  main #contents #list .blk dl {
    padding-bottom: 4.5em;
    position: relative;
  }
}
@media (min-width: 768px) {
  main #contents #list .blk dl dt {
    width: 49%;
  }
}
main #contents #list .blk dl dt h6 {
  font-size: 2.2em;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #list .blk dl dt h6 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #list .blk dl dt h6 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  main #contents #list .blk dl dt h6 {
    font-size: 1.4em;
    background-color: #C3322B;
    color: #fff;
    padding: 0.4em 0.7em;
    line-height: 1.4;
  }
  main #contents #list .blk dl dt h6 br {
    display: none;
  }
}
main #contents #list .blk dl dt h6 strong {
  line-height: 1.3;
}
@media (min-width: 768px) {
  main #contents #list .blk dl dt h6 strong {
    background-color: #C3322B;
    color: #fff;
    display: inline-block;
    padding: 0.4em 0.7em;
    margin-bottom: 0.5em;
  }
  main #contents #list .blk dl dt h6 strong:nth-of-type(2) {
    padding-left: 0.3em;
  }
}
main #contents #list .blk dl dt .name {
  padding: 1.5em 0 2.8em;
  font-size: 1.3em;
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main #contents #list .blk dl dt .name {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main #contents #list .blk dl dt .name {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  main #contents #list .blk dl dt .name {
    font-size: 1.1em;
    padding: 0.8em 2%;
    line-height: 1.5;
  }
}
main #contents #list .blk dl dt .name span {
  display: block;
  font-weight: bold;
}
main #contents #list .blk dl dt .name strong {
  font-size: 1.4em;
  display: inline-block;
  margin-right: 0.5em;
}
main #contents #list .blk dl dt .name em {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main #contents #list .blk dl dt .more {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
main #contents #list .blk dl dt .more a {
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  main #contents #list .blk dl dt .more a {
    min-width: 80%;
  }
}
@media (min-width: 768px) {
  main #contents #list .blk dl dd {
    width: 48%;
    max-width: 827px;
  }
}
@media (min-width: 768px) {
  main #contents #list .blk:nth-of-type(even) dl dt {
    order: 2;
  }
  main #contents #list .blk:nth-of-type(even) dl dd {
    order: 1;
  }
}
@media (min-width: 1280px) {
  main #contents #list .blk#satou dl dt h6 strong:first-of-type {
    padding-right: 3em;
  }
  main #contents #list .blk#satou dl dt h6 strong:last-of-type {
    min-width: 85%;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  main #contents #list .blk#iwamura dl dt h6 strong:last-of-type {
    padding-right: 3em;
  }
}
@media (min-width: 1280px) {
  main #contents #list .blk#yamada dl dt h6 strong {
    padding-right: 2em;
  }
}
@media (min-width: 1280px) {
  main #contents #list .blk#tsunoda dl dt h6 strong {
    padding-right: 2em;
  }
}
main .entry {
  text-align: center;
  font-weight: bold;
  padding-bottom: 8%;
}
@media screen and (max-width: 767px) {
  main .entry {
    padding-bottom: 12%;
  }
}
main .entry p {
  margin-bottom: 0.4em;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  main .entry p {
    font-size: 1.2em;
  }
}
main .entry a {
  display: block;
  color: #fff;
  background-color: #C3322B;
  text-decoration: none;
  font-size: 2em;
  padding: 0.3em 0;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "MS PMincho", serif;
  font-weight: 800;
  margin: auto;
  box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.99);
}
@media (min-width: 1280px) {
  main .entry a {
    max-width: 25%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main .entry a {
    font-size: 1.7em;
    max-width: 40%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main .entry a {
    width: 50%;
    margin-bottom: 2vh;
  }
}
@media screen and (max-width: 767px) {
  main .entry a {
    max-width: 60%;
    font-size: 1.7em;
  }
}
@media (min-width: 768px) {
  main .entry a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    transition: .3s;
  }
}
main#detail #mainV {
  border-color: #C3322B;
}
main#detail #mainV .inner {
  position: relative;
}
main#detail #mainV .inner h6 {
  font-size: 2.4em;
  position: absolute;
  top: 25%;
  left: 0;
}
@media (max-width: 1919px) {
  main#detail #mainV .inner h6 {
    left: 3vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main#detail #mainV .inner h6 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#detail #mainV .inner h6 {
    font-size: 1.8em;
    top: 18%;
  }
}
@media screen and (max-width: 767px) {
  main#detail #mainV .inner h6 {
    font-size: 1.25em;
    top: 20%;
    left: 0;
    max-width: 80%;
  }
  main#detail #mainV .inner h6 br {
    display: none;
  }
}
main#detail #mainV .inner h6 strong {
  line-height: 1.3;
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 0.5em 0.8em;
  margin-bottom: 0.5em;
}
main#detail #mainV .inner h6 strong:nth-of-type(2) {
  padding-left: 0.3em;
}
@media (min-width: 1280px) {
  main#detail #mainV .inner h6 strong:first-of-type {
    padding-right: 3em;
  }
  main#detail #mainV .inner h6 strong:last-of-type {
    min-width: 95%;
    text-align: center;
    margin-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  main#detail #mainV .inner h6 strong {
    margin-bottom: 0.3em;
    padding: 0.3em 0.4em;
  }
}
main#detail #mainV .inner .name {
  padding: 0;
  font-size: 1.4em;
  color: #000;
  position: absolute;
  bottom: 5vh;
  left: 0;
}
@media (max-width: 1919px) {
  main#detail #mainV .inner .name {
    left: 3vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  main#detail #mainV .inner .name {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#detail #mainV .inner .name {
    font-size: 1.1em;
    bottom: 2vh;
  }
}
@media screen and (max-width: 767px) {
  main#detail #mainV .inner .name {
    font-size: 0.7em;
    line-height: 1.2;
    bottom: 1vh;
  }
}
main#detail #mainV .inner .name span {
  display: block;
  font-weight: bold;
    color: #fff;
}
main#detail #mainV .inner .name strong {
  font-size: 1.7em;
  display: inline-block;
  margin-right: 1em;
    color: #fff;
}
@media screen and (max-width: 767px) {
  main#detail #mainV .inner .name strong {
    margin-right: 0.5em;
  }
}
main#detail #mainV .inner .name em {
  display: inline-block;
    color: #fff;
}
main#detail #contents > .inner {
  counter-reset: number 0;
}
main#detail #contents > .inner .blk {
  margin: 7vh 0;
  padding: 2% 3%;
  position: relative;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#detail #contents > .inner .blk {
    margin: 4vh 0;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk {
    margin: 6vh 0;
    padding: 7vh 2vw 4vh 5vw;
  }
}
main#detail #contents > .inner .blk:after {
  background-color: #F3F3F3;
  content: "";
  position: absolute;
  top: 0;
  width: 92%;
  height: 85%;
  z-index: -1;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#detail #contents > .inner .blk:after {
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk:after {
    width: 95%;
  }
}
main#detail #contents > .inner .blk h5 {
  font-size: 2.5em;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "MS PMincho", serif;
  font-weight: 800;
  line-height: 1.4;
}
@media (min-width: 768px) {
  main#detail #contents > .inner .blk h5 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1919px) {
  main#detail #contents > .inner .blk h5 {
    font-size: 1.9em;
    max-width: 90%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#detail #contents > .inner .blk h5 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk h5 {
    font-size: 1.3em;
  }
}
main#detail #contents > .inner .blk h5:before {
  font-size: 2.6em;
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  line-height: 1.3;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "MS PMincho", serif;
  font-weight: 800;
  margin-right: 0.3em;
}
@media (max-width: 1919px) {
  main#detail #contents > .inner .blk h5:before {
    font-size: 2em;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#detail #contents > .inner .blk h5:before {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk h5:before {
    font-size: 1.7em;
    top: -1vh;
    left: 0;
    position: absolute;
  }
}
@media (max-width: 1919px) {
  main#detail #contents > .inner .blk h5 br {
    display: none;
  }
}
@media (min-width: 768px) {
  main#detail #contents > .inner .blk dl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#detail #contents > .inner .blk dl {
    padding-bottom: 4em;
  }
}
main#detail #contents > .inner .blk dl dt {
  width: 49%;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main#detail #contents > .inner .blk dl dt {
    width: 53%;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk dl dt {
    width: 92%;
    padding-bottom: 4vh;
  }
}
main#detail #contents > .inner .blk dl dt h6 {
  font-size: 1.7em;
  padding: 7vh 0 4vh;
  line-height: 1.5;
}
@media (max-width: 1919px) {
  main#detail #contents > .inner .blk dl dt h6 {
    font-size: 1.5em;
    padding: 4vh 0 3vh;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  main#detail #contents > .inner .blk dl dt h6 {
    font-size: 1.2em;
    padding: 2vh 0 1vh;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk dl dt h6 {
    font-size: 1.1em;
    padding: 4vh 0 3vh;
  }
}
main#detail #contents > .inner .blk dl dt p {
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 1920px) {
  main#detail #contents > .inner .blk dl dt p {
    font-size: 1.05em;
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk dl dt p {
    font-weight: normal;
    font-size: 0.95em;
    line-height: 1.8;
  }
}
main#detail #contents > .inner .blk dl dd {
  width: 48%;
}
@media (min-width: 1920px) {
  main#detail #contents > .inner .blk dl dd {
    max-width: 827px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main#detail #contents > .inner .blk dl dd {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk dl dd {
    margin-left: 8vw;
    width: auto;
  }
}
main#detail #contents > .inner .blk:nth-of-type(odd):after {
  left: 0;
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk:nth-of-type(even) {
    padding: 7vh 2vw 4vh 2vw;
  }
}
main#detail #contents > .inner .blk:nth-of-type(even):after {
  right: 0;
}
@media (min-width: 768px) {
  main#detail #contents > .inner .blk:nth-of-type(even) h5 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main#detail #contents > .inner .blk:nth-of-type(even) h5 {
    margin-left: 46%;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk:nth-of-type(even) h5 {
    margin-left: 10%;
  }
}
@media (min-width: 768px) {
  main#detail #contents > .inner .blk:nth-of-type(even) dl dt {
    order: 2;
  }
  main#detail #contents > .inner .blk:nth-of-type(even) dl dd {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  main#detail #contents > .inner .blk:nth-of-type(even) dl {
    padding-left: 10%;
  }
  main#detail #contents > .inner .blk:nth-of-type(even) dl dt {
    width: auto;
  }
  main#detail #contents > .inner .blk:nth-of-type(even) dl dd {
    margin: 0 10% 0 -15%;
  }
}
main#detail.satou #mainV {
  background-color: #F1ECE6;
}
main#detail.iwamura #mainV {
  background-color: #F3F2EE;
}
main#detail.tsunoda #mainV {
  background-color: #E5E7E2;
}
main#detail #archives .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3vh;
  justify-content: space-between;
  padding: 6% 0;
}
@media screen and (max-width: 767px) {
  main#detail #archives .inner ul {
    margin-left: 2vh;
    margin-right: 2vh;
  }
}
main#detail #archives .inner ul li {
  position: relative;
}
@media (min-width: 768px) {
  main#detail #archives .inner ul li {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  main#detail #archives .inner ul li {
    width: 50%;
  }
}
main#detail #archives .inner ul li p {
  position: absolute;
  left: 5%;
  bottom: 2%;
  z-index: 3;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main#detail #archives .inner ul li p {
    font-size: 0.8em;
  }
}
main#detail #archives .inner ul li p span {
  display: block;
}
main#detail #archives .inner ul li p strong {
  font-size: 1.1em;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  main#detail #archives .inner ul li p strong {
    font-size: 1.5em;
  }
}
main#detail #archives .inner ul li p em {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main#detail #archives .inner ul li p em {
    display: block;
    font-size: 0.8em;
  }
}
main#detail #archives .inner ul + p {
  color: #fff;
  margin-bottom: 2vh;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  main#detail #archives .inner ul + p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  main#detail #archives .inner ul + p {
    font-size: 0.9em;
    margin-right: 1vh;
    margin-left: 1vh;
  }
}
