.anchor-links__item:last-child {
  border-right: none;
}

.anchor-links a {
  position: relative;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

.anchor-links a::after {
  content: '';
  position: absolute;
  display: block;
  background: url(../img/arr-anchor.png) 50% 0 / auto 100% no-repeat;
}

.section__heading {
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}
.section__heading {
	margin: 0 auto 30px;
	font-size: 2.375em;
	letter-spacing: 2px;
}

.mv {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message .message__movie {
  border: 4px solid #3d7a5a;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto;
}

.message ul li {
  position: relative;
}

.message ul li:before {
  content: '';
  display: block;
  background: #3d7a5a;
  position: absolute;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.overview .box-wrap {
  text-align: center;
}

.overview .box__heading {
  font-weight: 700;
  width: 100%;
}

.overview .box-btn__link {
  background-color: #fb0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 700;
  vertical-align: top;
  padding: 0 20px;
}

.overview .box-btn__link .article-arw {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}

.overview .box-btn__link .article-arw::before {
  background-color: #333;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  right: 0;
}

.overview .box-btn__link .article-arw::after {
  background: url(/jp/seisaku/digitaldenen/sougousenryaku/img/icon-arw.png)
    center center/cover no-repeat;
  content: '';
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: calc(50% - 5px);
  width: 12px;
  height: 10px;
}

.overview .table-01 .table__content__item > dd ol li {
  position: relative;
}

.overview .table-01 .table__content__item > dd ol li + li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #3d7a5a transparent transparent transparent;
  position: absolute;
  margin: auto;
}

.overview .box-wrap .box-01 .box-btn__link {
  background-color: #3d7a5a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 700;
  vertical-align: top;
  color: #fff;
}

.overview .box-wrap .box-01 .box-btn__link .article-arw:after {
  content: none;
}

.overview .box-wrap .box-02 {
  background: #fff1cc;
}

.overview .box-wrap .box-02 .box-btn__link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 700;
  vertical-align: top;
}

.overview .box-wrap .box-02 .box-btn__link .article-arw:after {
  background: url(../../common/img/icon-button-arr-w.png) center center/cover
    no-repeat;
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.overview .box-wrap .box-02 .box-btn__link .article-arw:before {
  content: none;
}

.overview .box-wrap .box-03 {
  background: #f2f9f5;
  border: 4px solid #3d7a5a;
}

.overview .box-wrap .box-03 .box-btn__link {
  position: relative;
  display: block;
  color: #4c4c4c;
  border: 4px solid #3d7a5a;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  background-image: url(../../common/img/icon-button-arr.png);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .article-lead {
    text-align: center;
    font-size: 1.375em;
  }
  .anchor-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin: 7.5rem 0 0;
    padding-bottom: 6.5rem;
    background: url(../img/dotline.png) repeat-x bottom center;
  }
  .anchor-links__item {
    width: 50%;
    border-right: 1px solid #3d7a5a;
  }
  .anchor-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    line-height: 1.563;
    padding: 1rem 2rem 2rem;
  }
  .anchor-links a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .anchor-links a::after {
    left: 0;
    bottom: 0;
    height: 1rem;
    width: 100%;
  }

  .mv {
    aspect-ratio: 3 / 1;
    background: url(../img/koshien_top/mv_bg.png) center / cover no-repeat;
    display: grid;
    place-items: center;
    width: 100%;
  }
  .mv h2 {
    transform: translateX(12%);
    width: 35vw;
  }
  .mv h2 img {
    filter: drop-shadow(5px 0px 7px #0d4f83) drop-shadow(16px 0px 20px #0d4f83);
  }
  .section__desc {
    line-height: 2.222;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
  }
  .container-inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  .section {
    padding: 40px 0 10px 0;
  }
  .news {
    background: #f2f9f5;
    box-sizing: border-box;
    border: 4px solid #3d7a5a;
    border-radius: 10px;
    margin-inline: auto;
    margin-top: 100px;
    padding-block: 56px;
    padding-inline: 80px;
    max-width: 900px;
    width: 90%;
  }
  .news ul {
    display: grid;
    gap: 26px;
  }
  .news ul li a {
    background: linear-gradient(transparent 70%, #fcd979 70%);
    display: inline;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
  .message {
    background: #f2f9f5;
    padding-bottom: 120px;
  }
  .message .message__movie {
    width: 840px;
    height: 472.5px;
  }
  .theoplayer-container {
    width: 840px;
    height: -webkit-calc(840px * 0.563);
    height: -moz-calc(840px * 0.563);
    height: calc(840px * 0.563);
  }
  .message .list {
    margin-top: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .message ul li {
    padding-left: 20px;
  }
  .message ul li + li {
    margin-top: 14px;
  }
  .message ul li:before {
    width: 9px;
    height: 9px;
    top: 8px;
    left: 0;
  }
  .overview {
    padding: 10rem 0 0;
  }
  .overview .container-inner {
    max-width: 1200px;
  }
  .overview .table + .table {
    margin-top: 70px;
  }
  .overview .table__heading {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .overview .table__content {
    /* margin-top: 34px; */
  }
  .overview .table__content dd p + p {
    margin-top: 14px;
  }
  .overview .table__content dd .note {
    font-size: 1.4rem;
  }
  .overview .table__content dd .color {
    font-weight: bold;
    color: #c72222;
  }
  .overview .table .table__content__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .overview .table .table__content__item > dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .overview .table .table__content__item > dd {
    width: 100%;
  }
  .overview .table .table__content__item > dd .making {
    margin-top: 24px;
  }
  .overview .table .table__content__item > dd .making .making__ttl {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .overview .table .table__content__item > dd .making ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
    margin-top: 10px;
  }
  .overview .table .table__content__item > dd .making ul li {
    background: #f2faf5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px;
  }
  .overview .table .table__content__item > dd .making ul li figure {
    flex-shrink: 0;
    width: 123px;
  }
  .overview .table .table__content__item > dd .making ul li:nth-child(3) p {
    &:after {
      background: url(../img/koshien_top/icon_audio.svg) center / contain
        no-repeat;
      content: '';
      display: inline-block;
      height: 26px;
      vertical-align: bottom;
      width: 26px;
    }
  }
  .overview .table-01 {
    margin-top: 50px;
  }
  .overview .table-01 .table__content {
    border-top: 1px solid #d8e4de;
  }
  .overview .table-01 .table__content__item {
    padding: 30px 0;
    border-bottom: 1px solid #d8e4de;
  }
  .overview .table-01 .table__content__item > dt {
    font-weight: bold;
    width: 190px;
  }
  .overview .table-01 .table__content__item > dt span {
    font-size: 1.4rem;
  }
  .overview .table-01 .table__content__item > dd ol {
    list-style: none;
  }
  .overview .table-01 .table__content__item > dd ol li + li {
    margin-top: 32px;
  }
  .overview .table-01 .table__content__item > dd ol li + li:before {
    border-width: 12px 11.5px 0 11.5px;
    top: -20px;
    left: 130px;
  }
  .overview .table-01 .table__content__item > dd ol li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overview .table-01 .table__content__item > dd ol li dl dt {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    background: #3d7a5a;
    display: inline-block;
    width: 280px;
    padding: 7px 18px;
  }
  .overview .table-01 .table__content__item > dd ol li dl dt span {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .overview .table-01 .table__content__item > dd ol li dl dd {
    padding-left: 30px;
  }
  .overview .table-02 .table__content {
    border: 1px solid #3d7a5a;
  }
  .overview .table-02 .table__content__item + .table__content__item {
    border-top: 1px solid #3d7a5a;
  }
  .overview .table-02 .table__content__item > dt,
  .overview .table-02 .table__content__item > dd {
    padding: 16px 28px;
  }
  .overview .table-02 .table__content__item > dt {
    width: 280px;
    background: #f2f9f5;
    color: #3d7a5a;
  }
  .overview .box-wrap .box__heading {
    font-size: 3.8rem;
  }
  .overview .box-wrap .box-item {
    margin-top: 40px;
  }
  .overview .box-wrap .box-btn__link {
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -moz-inline-box;
    display: inline-flex;
    font-size: 2.2rem;
    width: 400px;
    height: 70px;
  }
  .overview .box-wrap .box-btn__link .article-arw {
    padding: 0 40px;
  }
  .overview .box-wrap .box-btn__link .article-arw::before {
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
  .overview .box-wrap .box-btn__link .article-arw::after {
    right: 9px;
  }
  .overview .box-wrap .box {
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    margin-top: 80px;
    padding: 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 40px;
  }
  .overview .box-wrap .box .box-item:nth-of-type(even) {
    /* margin-left: 40px; */
  }
  .overview .box-wrap .box-01 {
    background: #f3f3f3;
    margin-bottom: 40px;
  }
  .overview .box-wrap .box-01 .box__heading {
    font-size: 2.4rem;
  }
  .overview .box-wrap .box-01 .box-item {
    width: 43.333333333333333%;
    max-width: 520px;
  }
  .overview .box-wrap .box-01 .box-btn__link {
    padding: 0 30px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    width: 100%;
    height: 60px;
  }
  .overview .box-wrap .box-01 .box-btn__link .article-arw:before {
    width: 30px;
    height: 30px;
    background: url(../img/koshien_top/icon-pdf.png) no-repeat center/19px auto;
    content: '';
    position: absolute;
  }
  .overview .box-wrap .box-01 .box-item.custom {
    width: 100%;
    max-width: none;
  }
  .overview .box-wrap .box-01 .box-item.custom .box-btn__link {
    margin: 0 auto;
    background: #fff;
    width: 700px;
    height: 60px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #4c4c4c;
    padding-left: 40px;
    background: #fb0;
  }
  .overview .box-wrap .box-02 .box-btn__link {
    width: 580px;
    height: 90px;
    -moz-border-radius: 45px;
    border-radius: 45px;
  }
  .overview .box-wrap .box-03 {
    padding: 80px 0;
  }
  .overview .box-wrap .box-03 .wrap {
    display: grid;
    grid-template-columns: repeat(2, 520px);
    place-content: center;
    gap: 0 30px;
    width: 100%;
  }
  .overview .box-wrap .box-03 .wrap .box-item {
    width: 580px;
  }
  .overview .box-wrap .box-03 .wrap .box-item:nth-child(1) {
    margin-inline: auto;
    grid-column: 1 / 3;
  }
  .overview .box-wrap .box-03 .box-btn__link {
    font-size: 1.8rem;
    letter-spacing: 1px;
    width: 100%;
    height: 90px;
    -moz-border-radius: 45px;
    border-radius: 45px;
  }
  .overview .box-wrap .box-03 .box-item.wide {
    width: 100%;
    max-width: none;
  }
  .overview .box-wrap .box-03 .box-item.wide .box-btn__link {
    margin: 0 auto;
    width: 580px;
    height: 60px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .overview .box-wrap .box-03 .box-btn__link .article-arw:before,
  .overview .box-wrap .box-03 .box-btn__link .article-arw:after {
    content: none;
  }
  .overview .box-wrap .box-03 .box-btn__link:hover {
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    background-color: #fb0;
    opacity: 1;
  }

  .caption {
    color: red;
  }
  .caption a {
    color: red;
    border-bottom: 1px solid red;
    transition: border-color 0.3s ease;
  }
  .caption a:hover {
    border-color: transparent;
  }
  .overview .newTxt {
    color: red;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .overview .btn-wrap {
    height: 60px;
    /* margin-top: 80px; */
    width: 100%;
  }
  .overview .btn-wrap.main {
    height: 70px;
  }
  .overview .btn-wrap.main .box-btn__link {
    width: 900px;
  }
  .overview .btn-wrap.main .box-btn__link::before {
    background: url(../../common/img/icon-button-arr-w.png) no-repeat center /
      contain;
    content: '';
    height: 36px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 36px;
  }
  .overview .btn-wrap.main .box-btn__link.not-arrow::before {
    content: none;
  }
  .overview .btn-wrap .box-btn__link {
    align-items: center;
    justify-content: center;
    height: 100%;
    letter-spacing: 2px;
    /* font-size: 1.8rem; */
    font-size: 2.2rem;
    position: relative;
    width: 700px;
  }
  .overview .btn-wrap .box-btn__link.notNew {
    background: rgba(255, 241, 204, 0.95);
  }
  .overview .btn-wrap .box-btn__link .new {
    color: red;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  .overview .btn-wrap .box-btn__link .article-arw:before {
    background: url(../img/koshien_top/icon-pdf.png) no-repeat center / 19px
      auto;
    content: '';
    height: 30px;
    position: absolute;
    width: 30px;
  }
  .overview .btn-wrap .box-btn__link .article-arw:after {
    content: none;
  }
  .share {
    padding: 0 0 60px;
  }
  .share .snsBox {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .share .snsBox .snsBox-item {
    display: flex;
    align-items: center;
  }
  .share .snsBox .snsBox-item figure {
    margin-right: 10px;
    width: 50px;
  }
  .share .snsBox .snsBox-item span {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .share .snsBox .snsBox-item:not(:last-of-type) {
    margin-right: 40px;
  }
  .share .caption {
    margin-top: 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .anchor-links {
    margin: 4rem 0 0;
    padding-bottom: 4rem;
    background: url(../../common/img/dotline.png) repeat-x bottom center/0.6rem
      auto;
  }
  .anchor-links__item:nth-child(n + 2) {
    margin-top: 1.3rem;
    padding-top: 1.3rem;
    border-top: 1px solid #3d7a5a;
  }
  .anchor-links a {
    display: block;
    padding-right: 2rem;
  }
  .anchor-links a::after {
    width: 1rem;
    height: 0.6rem;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section__heading {
    font-size: 1.572em;
    margin-bottom: 2.5rem;
  }
  .section__heading.mt {
    margin-top: 5rem;
  }
  .mv {
    aspect-ratio: 128 / 105;
    background: url(../img/koshien_top/mv_bg_sp.png) center / cover no-repeat;
    display: grid;
    place-items: center;
    width: 100%;
  }
  .mv h2 {
    transform: translateX(5vw);
    width: 64vw;
  }
  .mv h2 img {
    filter: drop-shadow(5px 0px 7px #0d4f83) drop-shadow(16px 0px 20px #0d4f83);
  }
  .section {
    padding: 2rem 0;
  }
  .news {
    background: #f2f9f5;
    border: 3px solid #3d7a5a;
    border-radius: 10px;
    margin-inline: auto;
    margin-top: 100px;
    padding-block: 7vw;
    padding-inline: 5vw;
    width: calc(100% - 50px);
  }
  .news ul {
    display: grid;
    gap: 7vw;
  }
  .news ul li a {
    background: linear-gradient(transparent 70%, #fcd979 70%);
    display: inline;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }
  .message {
    background: #f2f9f5;
  }
  .message .message__movie {
    width: 100%;
  }
  .theoplayer-container {
    width: 100%;
    height: -webkit-calc((100vw - 50px) * 0.563);
    height: -moz-calc((100vw - 50px) * 0.563);
    height: calc((100vw - 50px) * 0.563);
  }
  .message .list {
    margin-top: 3rem;
  }
  .message ul li {
    padding-left: 1.6rem;
  }
  .message ul li + li {
    margin-top: 1rem;
  }
  .message ul li:before {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.7rem;
    left: 0;
  }
  .overview {
    padding-bottom: 0;
  }
  .overview .table {
    margin-top: 4rem;
  }
  .overview .table__heading {
    font-size: 1.35em;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .overview .table__content {
    /* margin-top: 2rem; */
  }
  .overview .table .table__content__item > dd .making {
    margin-top: 5.2vw;
  }
  .overview .table .table__content__item > dd .making .making__ttl {
    font-weight: 700;
  }
  .overview .table .table__content__item > dd .making ul {
    display: grid;
    gap: 5.2vw;
    margin-top: 2.6vw;
  }
  .overview .table .table__content__item > dd .making ul li {
    background: #f2faf5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 4.1vw;
    padding: 4.1vw;
    position: relative;
  }
  .overview .table .table__content__item > dd .making ul li:before {
    background: #3d7a5a;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    content: '';
    height: 2.6vw;
    position: absolute;
    bottom: -3.9vw;
    left: 50%;
    transform: translateX(-50%);
    width: 4.6875vw;
  }
  .overview .table .table__content__item > dd .making ul li:last-child:before {
    content: none;
  }
  .overview .table .table__content__item > dd .making ul li figure {
    flex-shrink: 0;
    width: 24vw;
  }
  .overview .table .table__content__item > dd .making ul li:nth-child(3) p {
    &:after {
      background: url(../img/koshien_top/icon_audio.svg) center / contain
        no-repeat;
      content: '';
      display: inline-block;
      height: 5.2vw;
      vertical-align: bottom;
      width: 5.2vw;
    }
  }
  .overview .table__content dd p + p {
    margin-top: 1rem;
  }
  .overview .table__content dd .note {
    font-size: 0.8em;
  }
  .overview .table__content dd .color {
    font-weight: bold;
    color: #c72222;
  }
  .overview .table-01 .table__content {
    border-top: 1px solid #d8e4de;
  }
  .overview .table-01 .table__content__item {
    padding: 2rem 0;
    border-bottom: 1px solid #d8e4de;
  }
  .overview .table-01 .table__content__item > dt {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.1em;
  }
  .overview .table-01 .table__content__item > dt span {
    font-size: 0.8em;
  }
  .overview .table-01 .table__content__item > dd ol {
    list-style: none;
  }
  .overview .table-01 .table__content__item > dd ol li {
    margin-top: 3rem;
  }
  .overview .table-01 .table__content__item > dd ol li + li {
    margin-top: 6rem;
  }
  .overview .table-01 .table__content__item > dd ol li + li:before {
    border-width: 1.4rem 1.4rem 0 1.4rem;
    top: -3.6rem;
    left: 0;
    right: 0;
  }
  .overview .table-01 .table__content__item > dd ol li dl dt {
    color: #fff;
    font-size: 1.35em;
    font-weight: bold;
    background: #3d7a5a;
    padding: 0.8rem 1.8rem;
    line-height: 1.4;
  }
  .overview .table-01 .table__content__item > dd ol li dl dt span {
    font-weight: normal;
    font-size: 14px;
  }
  .overview .table-01 .table__content__item > dd ol li dl dd {
    margin: 1rem 0;
  }
  .overview .table-02 .table__content {
    border: 1px solid #3d7a5a;
  }
  .overview .table-02 .table__content__item + .table__content__item {
    border-top: 1px solid #3d7a5a;
  }
  .overview .table-02 .table__content__item > dt,
  .overview .table-02 .table__content__item > dd {
    padding: 1.2rem 1.8rem;
  }
  .overview .table-02 .table__content__item > dt {
    background: #f2f9f5;
    color: #3d7a5a;
  }
  .overview .box-wrap .box__heading {
    font-size: 2.8rem;
    line-height: -webkit-calc(70 / 56);
    line-height: -moz-calc(70 / 56);
    line-height: calc(70 / 56);
  }
  .overview .box-wrap .box-btn__link {
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    font-size: 1.5rem;
    height: 60px;
  }
  .overview .box-wrap .box-btn__link .article-arw::before {
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    width: 23px;
    height: 23px;
  }
  .overview .box-wrap .box-btn__link .article-arw::after {
    right: 5px;
  }
  .overview .box-wrap .box {
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    margin-top: 6rem;
    padding: 4rem 2rem;
  }
  .overview .box-wrap .box__heading {
    margin-bottom: 3rem;
    font-size: 1.7em;
    line-height: 1.4;
  }
  .overview .box-wrap .box .box-item + .box-item {
    margin-top: 2.5rem;
  }
  .overview .box-wrap .box-01 {
    background: #f3f3f3;
    margin-bottom: 40px;
  }
  .overview .box-wrap .box-01 .box__heading {
    font-size: 1.572em;
  }
  .overview .box-wrap .box-01 .box-btn__link {
    width: 100%;
    height: 60px;
    letter-spacing: 0.05em;
    font-size: 1.1em;
  }
  .overview .box-wrap .box-01 .box-btn__link .article-arw:before {
    background: url(../img/koshien_top/icon-pdf.png) no-repeat center/contain;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0.2rem;
  }
  .overview .box-wrap .box-01 .box-item.custom .box-btn__link {
    background: #fff;
    color: #4c4c4c;
    height: auto;
    min-height: 70px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    padding-right: 16px;
    background: #fb0;
  }
  .overview .box-wrap .box-01 .box-item .box-btn__link .article-arw {
    padding-left: 24px;
    padding-right: 24px;
  }
  .overview .box-wrap .box-01 .box-item.custom .box-btn__link .article-arw {
    padding-left: 0;
  }
  .overview .box-wrap .box-01 .box-item .box-btn__link .article-arw:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .overview .box-wrap .box-02 .box-btn__link {
    letter-spacing: 0.05em;
    font-size: 1.2em;
    height: 70px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    padding: 0 1rem;
  }
  .overview .box-wrap .box-03 {
    padding-right: 0;
    padding-left: 0;
    border: 2px solid #3d7a5a;
  }
  .overview .box-wrap .box-03 .wrap {
    margin-bottom: 2em;
  }
  .overview .box-wrap .box-03 .box-item {
    padding: 0 2rem;
  }
  .overview .box-wrap .box-03 .box-btn__link .article-arw:before,
  .overview .box-wrap .box-03 .box-btn__link .article-arw:after {
    content: none;
  }
  .overview .box-wrap .box-03 .box-btn__link {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    width: 100%;
    height: 60px;
    padding-right: 44px;
  }
  .overview .box-wrap .box-03 .box-item:not(.wide) .box-btn__link {
    -moz-border-radius: 45px;
    border-radius: 45px;
    height: auto;
    min-height: 70px;
  }
  .overview .box-wrap .box-03 .box-item.wide .box-btn__link {
    padding-left: 44px;
  }

  .caption {
    color: red;
    padding-left: 1em;
    text-indent: -1em;
  }
  .caption a {
    color: red;
    border-bottom: 1px solid red;
  }
  .overview .newTxt {
    color: red;
    font-size: 6vw;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1vw;
  }
  .overview .btn-wrap {
    box-sizing: border-box;
    /* margin-top: 6rem; */
    padding: 0 2rem;
    width: 100%;
  }
  .overview .btn-wrap .box-btn__link {
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 70px;
    border-radius: 45px;
    letter-spacing: 0.05em;
    font-size: 1.1em;
    padding-right: 16px;
    /* padding-top: 3rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
    background: #fb0;
  }
  .overview .btn-wrap.main .box-btn__link {
    padding-top: 30px;
  }
  .overview .btn-wrap.main .box-btn__link:before {
    background: url(../../common/img/icon-button-arr-w.png) no-repeat center /
      contain;
    content: '';
    height: 30px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 30px;
  }
  .overview .btn-wrap.main .box-btn__link.not-arrow::before {
    content: none;
  }
  .overview .btn-wrap .box-btn__link.notNew {
    background: rgba(255, 241, 204, 0.95);
    min-height: 50px;
    padding-top: 1rem;
  }
  .overview .btn-wrap .box-btn__link .new {
    color: red;
    position: absolute;
    top: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .overview .btn-wrap .box-btn__link .article-arw {
    padding-right: 24px;
  }
  .overview .btn-wrap .box-btn__link .article-arw:before {
    background: url(../img/koshien_top/icon-pdf.png) no-repeat center / contain;
    border-radius: 0;
    content: '';
    top: 0;
    bottom: 0;
    height: 2rem;
    position: absolute;
    width: 2rem;
  }
  .overview .btn-wrap .box-btn__link .article-arw:after {
    content: none;
  }
  .share {
    padding: 0 0 10vw;
  }
  .share .snsBox {
    display: flex;
    justify-content: center;
    margin-top: 5vw;
  }
  .share .snsBox .snsBox-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .share .snsBox .snsBox-item figure {
    width: 12vw;
  }
  .share .snsBox .snsBox-item span {
    font-size: 3vw;
    font-weight: 700;
    margin-top: 2vw;
  }
  .share .snsBox .snsBox-item:not(:last-of-type) {
    margin-right: 40px;
  }
  .share .caption {
    margin-top: 30px;
    text-align: center;
  }
}

/* kekka */
.kekka .box-wrap .box {
  position: relative;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}

.kekka .box-wrap .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #3d7a5a;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  pointer-events: none;
}

.kekka .box-wrap .box a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .kekka {
    padding-bottom: 160px;
  }
  .kekka .box-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .kekka .box-wrap .box {
    width: 48.334%;
  }
  .kekka .box-wrap .box:nth-of-type(n + 3) {
    margin-top: 3.332%;
  }
}

@media only screen and (max-width: 767px) {
  .kekka {
    padding-bottom: 8rem;
  }
  .kekka .box-wrap {
    margin-top: 5rem;
  }
  .kekka .box-wrap .box {
    width: 100%;
  }
  .kekka .box-wrap .box + .box {
    margin-top: 4.5rem;
  }
  .kekka .box-wrap .box img {
    width: 100%;
  }
}

/* koshien-top */
@media print, screen and (min-width: 768px) {
  .page_koshien-top .container {
    max-width: none;
    padding: 0;
  }
}

@media print, screen and (max-width: 1341px) and (min-width: 768px) {
  .page_koshien-top .container-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page_koshien-top .container {
    margin: 0;
  }
  .page_koshien-top .container .container-inner {
    margin-right: 25px;
    margin-left: 25px;
  }
}



@media print, screen and (min-width: 768px) {
  .has-bnr {
    padding-bottom: 210px;
  }
 
}

@media only screen and (max-width: 767px) {
  .has-bnr {
    padding-bottom: 150px;
  }
 
}

/* pagetop */
@media print, screen and (min-width: 768px) {
  .pagetop--fixed {
    bottom: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop--fixed {
    bottom: 42px;
  }
}

@media print, screen and (min-width: 768px) {
  .entryEndTxt {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .entryEndTxt {
    font-feature-settings: 'palt';
    font-size: 3.4vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
  .article-footer {
    .entryEndTxt {
      font-size: 2.8vw;
    }
  }
}
