@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,700");

/***********************************************************************
* baseball high school - general
********************************************************************** */

.renewal2018 .title-label.liteturquoise {
  background-color: #cee;
}

.renewal2018 .title-label.turquoise {
  color: #fff;
  min-height: 14px;
  background-color: #0bc;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
  font-weight: normal;
}

.renewal2018 .list-title.turquoise {
  border-bottom-color: #0bc;
}

.renewal2018 .tg-main>.tg-article.baseball-highschool-nav {
  margin-bottom: 10px;
}

.renewal2018 .baseball-highschool-nav .tg-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 50px;
  color: #fff;
  background-color: #0093ab;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
}

.renewal2018 .baseball-highschool-nav .tg-header h2 {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: bold;
}

.renewal2018 .baseball-highschool-nav .tg-header h2::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 0;
  display: block;
  margin: auto 0;
  border-top: solid 12px transparent;
  border-left: solid 9px #2258a2;
  border-bottom: solid 12px transparent;
  -webkit-box-shadow: -9px 0 0 0 #2258a2;
  -moz-box-shadow: -9px 0 0 0 #2258a2;
  box-shadow: -9px 0 0 0 #2258a2;
}

.renewal2018 .baseball-highschool-nav .tg-header ul {
  display: flex;
  height: 50px;
  padding-right: 15px;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li {
  position: relative;
  margin-right: 5px;
  padding-left: 32px;
  width: 110px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.toggle, .renewal2018 .baseball-highschool-nav .tg-header ul li a {
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-grow: column;
  height: 50px;
  font-size: 14px;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 27px;
  height: 27px;
  margin: auto 0;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.toggle::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: inset -1px 1px 0 0 #fff;
  -moz-box-shadow: inset -1px 1px 0 0 #fff;
  box-shadow: inset -1px 1px 0 0 #fff;
  margin-left: 10px;
  transition: all 0.3s;
}

.renewal2018 .baseball-highschool-nav.is-open .tg-header ul li.toggle.current::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.news::before {
  background: url(../../images/svg/icn-news.svg) no-repeat;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.school::before {
  background: url(../../images/svg/icn-school.svg) no-repeat;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.tournament::before {
  background: url(../../images/svg/icn-tournament.svg) no-repeat;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper {
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: height .3s;
}

.renewal2018 .baseball-highschool-nav.is-open .nav-contents-wrapper {
  opacity: 1;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 10px solid #0093ab;
  pointer-events: none;
}

.renewal2018 .baseball-highschool-nav.is-open .nav-contents-wrapper {
  border-bottom: 2px solid #ccc;
}

.renewal2018 .baseball-highschool-nav.is-open .nav-contents-wrapper .index-contents {
  position: absolute;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper .index-contents {
  z-index: 1;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-bottom: 30px;
  margin: 10px;
  opacity: 0;
  transition: .3s;
  transition-property: height, opacity;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper .index-contents.current {
  z-index: 2;
  opacity: 1;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper .index-contents .title-label {
  padding: 8px 10px;
  font-size: 15px;
}

.renewal2018 .common-tab-list.lite {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 #ccc;
  -moz-box-shadow: 0 1px 0 0 #ccc;
  box-shadow: 0 1px 0 0 #ccc;
}

.renewal2018 .common-tab-list.lite.more {
  box-sizing: border-box;
  padding-right: 75px;
}

.renewal2018 .content-area-wrapper.inner-toggle {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0;
}

.renewal2018 .inner-toggle .content-toggle {
  box-sizing: border-box;
  top: -40px;
  right: 0;
  position: absolute;
  height: 40px;
  width: 70px;
  color: #2258a2;
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #ccc;
  transition: all 0.3s;
}

.renewal2018 .inner-toggle .content-toggle::after {
  content: '';
  position: relative;
  top: -2px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: 0px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  -webkit-box-shadow: inset -1px 1px 0 0 #2258a2;
  -moz-box-shadow: inset -1px 1px 0 0 #2258a2;
  box-shadow: inset -1px 1px 0 0 #2258a2;
  margin-left: 2px;
  transition: all 0.3s;
}

.renewal2018 .inner-toggle .content-toggle.is-open {
  color: #fff;
  background-color: #2258a2;
}

.renewal2018 .inner-toggle .content-toggle.is-open::after {
  top: 0;
  -webkit-box-shadow: inset -1px 1px 0 0 #fff;
  -moz-box-shadow: inset -1px 1px 0 0 #fff;
  box-shadow: inset -1px 1px 0 0 #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.renewal2018 .inner-toggle .column-2-list {
  padding: 0;
  background-color: #fff;
  border-top: 2px solid #2258a2;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 0 0 #ccc;
  -moz-box-shadow: 0 1px 0 0 #ccc;
  box-shadow: 0 1px 0 0 #ccc;
}

.renewal2018 .inner-toggle .content-toggle.is-close+.column-2-list {
  opacity: 0;
}

.renewal2018 .inner-toggle .column-2-list li {
  box-sizing: border-box;
  border-color: #ccc;
}

.renewal2018 .inner-toggle .column-2-list li:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.renewal2018 .inner-toggle .column-2-list li a {
  width: 100%;
  color: #2258a2;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px 8px 10px;
}

.renewal2018 .content-area.list-wrapper {
  padding: 0;
}

.renewal2018 .content-area.list-wrapper .column-1-list li:last-child {
  border-bottom: none;
}

.renewal2018 .content-area .content-area-wrapper {
  margin: 0;
}

.renewal2018 .content-area .content-area-wrapper+.content-area-wrapper {
  margin: 10px 0 0;
}

.renewal2018 .content-area .content-area-wrapper[style*="display: none"]+.content-area-wrapper {
  margin: 0;
}

.renewal2018 .content-area .content-area-wrapper .title-label {
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  padding: 8px 10px;
}

.renewal2018 .content-area .content-area-wrapper .content-area {
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-top: none;
  padding: 0;
}

.renewal2018 .content-area.member .content-area-wrapper.js-member-contents
,.renewal2018 .content-area.member .content-area-wrapper .content-area .js-currentplayer{
  display: none;
}

.renewal2018 .content-area.member .content-area-wrapper.js-member-contents.active
,.renewal2018 .content-area.member .content-area-wrapper .content-area .js-currentplayer.active{
  display: block;
}



/***********************************************************************
* baseball high school - news list
********************************************************************** */

.renewal2018 .baseball-highschool-article {
  margin-top: 10px;
}

.renewal2018 .title-label.center {
  padding: 13px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.renewal2018 .title-label.twitter {
  color: #fff;
  background-color: #1da1f2;
}

.renewal2018 .column-1-list .news-attrs {
  display: block;
}

.renewal2018 .column-1-list .add-paid-before .news-attrs {
  margin-left: 25px;
}

.renewal2018 .article-title-wrapper .news-attrs {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.renewal2018 .column-1-list .news-attrs::after, .renewal2018 .article-title-wrapper .news-attrs::after {
  content: "";
  display: block;
  clear: both;
}

.renewal2018 .column-1-list .news-attrs li, .renewal2018 .article-title-wrapper .news-attrs li {
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  padding: 0 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  background: #eee;
}

.renewal2018 .column-1-list .news-attrs li {
  color: #fff;
  background-color: #999;
}

.renewal2018 .column-1-list .news-attrs li.tournament-name, .renewal2018 .article-title-wrapper .news-attrs li.tournament-name {
  color: #fff;
  background-color: #999;
}

.renewal2018 .column-1-list.feed-list .infeed {
  display: block;
}

.renewal2018 .title-area {
  margin: 10px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.renewal2018 .index-contents>.tg-article~.tg-article {
  margin-top: 12px;
}

.renewal2018 .index-contents>.sub-list-wrapper {
  margin: 20px 0 10px;
}

.renewal2018 .index-contents.column-1-list-wrapper {
  margin-bottom: 0;
}

.renewal2018 .article-banner~.article-banner {
  margin-top: 10px;
}

.renewal2018 .article-banner a {
  display: block;
}

.renewal2018 .article-banner img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.renewal2018 .breadcrumb-link {
  background-color: #cceeee;
  padding: 0 10px;
  height: 30px;
}

.renewal2018 .breadcrumb-link a {
  display: block;
  color: #2258a2;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}

.renewal2018 .breadcrumb-link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #2258a2;
  border-right: 1px solid #2258a2;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.renewal2018 .separate {
  border: none;
  border-top: 1px solid #fff;
  margin: 10px -10px 0;
}


/***********************************************************************
* baseball high school - detail
********************************************************************** */

.renewal2018 .attention {
  position: relative;
  border: 1px solid #ff9800;
  color: #ff9800;
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  padding: 12px 10px 12px 40px;
}

.renewal2018 .attention p {
  font-weight: bold;
}

.renewal2018 .attention::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  margin: auto 0;
  background-color: #ff9800;
}

.renewal2018 .attention::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 2px;
  height: 12px;
  display: block;
  margin: auto 9px;
  -webkit-box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, 0.5);
}

.renewal2018 .common-tab-list.turquoise li.toggle {
  position: relative;
  border-left: 1px solid #fff;
}

.renewal2018 .common-tab-list.turquoise li.toggle::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2258a2;
  border-right: solid 2px #2258a2;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.renewal2018 .flat-tab-list {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: stretch;
  height: 40px;
  border-bottom: 2px solid #0bc;
  background-color: #fff;
}

.renewal2018 .flat-tab-list li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 40px;
  text-align: center;
  color: #bcc7dd;
  -webkit-box-shadow: inset 0 1px 0 0 #ccc;
  -moz-box-shadow: inset 0 1px 0 0 #ccc;
  box-shadow: inset 0 1px 0 0 #ccc;
}

.renewal2018 .flat-tab-list li a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  height: 40px;
  /* color: #bcc7dd; */
  background-color: #fff;
  /* -webkit-box-shadow: inset 0 1px 0 0 #ccc; */
  /* -moz-box-shadow: inset 0 1px 0 0 #ccc; */
}

.renewal2018 .flat-tab-list li.current, .renewal2018 .flat-tab-list li.current a {
  color: #fff;
  background-color: #0bc;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
  pointer-events: none;
  -webkit-box-shadow: inset 2px 2px 0 0 #0bc, inset -2px 0 0 0 #0bc;
  -moz-box-shadow: inset 2px 2px 0 0 #0bc, inset -2px 0 0 0 #0bc;
  box-shadow: inset 2px 2px 0 0 #0bc, inset -2px 0 0 0 #0bc;
}

.renewal2018 .content-area-wrapper .flat-tab-list {
  -webkit-box-shadow: inset 1px 0 0 0 #ccc, inset -1px 0 0 0 #ccc;
  -moz-box-shadow: inset 1px 0 0 0 #ccc, inset -1px 0 0 0 #ccc;
  box-shadow: inset 1px 0 0 0 #ccc, inset -1px 0 0 0 #ccc;
}

.renewal2018 .flat-tab-contents {
  display: none;
}

.renewal2018 .flat-tab-contents.current {
  display: block;
}

.renewal2018 .content-area-wrapper.tab {
  background-color: #fff;
}

.renewal2018 .game-contents-wrapper {
  background-color: #cee;
  padding: 10px 10px 30px 10px;
  margin-bottom: 30px;
}

.renewal2018 .game-contents-wrapper .tg-header {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 1px;
}

.renewal2018 .game-contents-wrapper small {
  font-size: 10px;
  font-weight: normal;
}

.renewal2018 .game-contents-wrapper .column-1-btn.white {
  background-color: #fff;
  margin-bottom: 3px;
}

.renewal2018 .content-area-wrapper {
  margin: 30px 0;
}

.renewal2018 .content-area-wrapper:last-child {
  margin: 30px 0 0;
}

.renewal2018 .content-area {
  padding: 10px;
  background-color: #fff;
}

.renewal2018 .content-area::before, .renewal2018 .content-area::after {
  content: '';
  display: table;
}

.renewal2018 .btn-orange:first-child .column-1-btn {
  margin-top: 0;
}

.renewal2018 .game-outline {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.renewal2018 .game-outline .status {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  height: 12px;
  color: #fff;
  transition: .3s;
  transition-property: color, background;
}

.renewal2018 .game-outline>small {
  display: block;
  font-size: 12px;
  padding: 10px 10px 0;
}

.renewal2018 .game-outline .team-wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
  padding: 1px;
}

.renewal2018 .game-outline .team-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #000;
  margin: auto;
}

.renewal2018 .game-outline .team-wrapper .win::before, .renewal2018 .game-outline .team-wrapper .lose::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}

.renewal2018 .game-outline .team-wrapper .win::before {
  background-color: #fff;
}

.renewal2018 .game-outline .team-wrapper .lose::before {
  background-color: #000;
}

.renewal2018 .game-outline dl.team-first {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding-right: 8px;
  width: 50%;
}

.renewal2018 .game-outline dl.team-second {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 8px;
  width: 50%;
}

.renewal2018 .game-outline dl dt {
  display: flex;
  flex-grow: 1;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.renewal2018 .game-outline .team-first dt {
  margin: 0 15px 0 15px;
}

.renewal2018 .game-outline .team-second dt {
  margin: 0 15px 0 15px;
}

.renewal2018 .game-outline dl dd {
  display: flex;
  flex-grow: 1;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  width: 1.5em;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-weight: 700;
  white-space: nowrap;
}

.renewal2018 .game-outline .time {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 11px;
  text-align: center;
  width: 90px;
  height: 1em;
  margin: auto;
  color: #666;
}

.renewal2018 .game-outline[class*="is-live"] {
  background-color: #fffde5;
}

.renewal2018 .game-outline.is-livedetail .status {
  background-color: #c00;
}

.renewal2018 .game-outline.is-livedetail .time {
  color: #c00;
}

.renewal2018 .game-outline.is-live .status {
  background-color: #ff9800;
}

.renewal2018 .game-outline.is-live .time {
  color: #ff9800;
}

.renewal2018 .game-outline.is-result .status {
  background-color: #8c4;
}

.renewal2018 .game-outline.is-pre .status {
  color: #000;
  background-color: #eee;
}

.renewal2018 .game-outline.is-suspension .status {
  background-color: #666;
}

.renewal2018 .game-outline.is-pre .time, .renewal2018 .game-outline.is-suspension .time {
  top: 0;
}

.renewal2018 .game-outline.is-pre .team-wrapper::after, .renewal2018 .game-outline.is-suspension .team-wrapper::after {
  content: none;
}

.renewal2018 .flat-tab-contents.current .game-contents-wrapper.is-live .common-tab-contents>.content-area {
  position: relative;
  overflow: hidden;
  background-color: #fffde5;
}

.renewal2018 .flat-tab-contents.current .game-contents-wrapper.is-live .flat-tab-list li::before {
  content: 'LIVE';
  display: inline-block;
  width: 36px;
  margin-right: 5px;
  padding: 4px 0;
  background: #c00;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.renewal2018 .game-list li.game-outline {
  position: relative;
  margin-top: 10px;
  -webkit-box-shadow: 0 2px 0 0 #ccc;
  -moz-box-shadow: 0 2px 0 0 #ccc;
  box-shadow: 0 2px 0 0 #ccc;
}

.renewal2018 .game-list li.game-outline a.link-area {
  position: relative;
  display: block;
}

.renewal2018 .game-list li.game-outline a.link-area::after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  border-radius: 1px;
  -webkit-box-shadow: 2px -2px 0 0 #2258a2;
  -moz-box-shadow: 2px -2px 0 0 #2258a2;
  box-shadow: 2px -2px 0 0 #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.renewal2018 .game-list.agenda .game-outline {
  margin-top: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.renewal2018 .score-table-wrapper {
  margin-top: 1px;
  padding: 10px;
  background-color: #fff;
}

.renewal2018 .score-table-wrapper .name {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  height: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #2258a2;
  position: relative;
}

.renewal2018 .score-table-wrapper .name span {
  position: relative;
}

.renewal2018 .score-table-wrapper .name span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  border-radius: 1px;
  -webkit-box-shadow: 2px -2px 0 0 #2258a2;
  -moz-box-shadow: 2px -2px 0 0 #2258a2;
  box-shadow: 2px -2px 0 0 #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.renewal2018 .score-table-wrapper .score-table {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #333;
  color: #fff;
}

.renewal2018 .score-table-wrapper .score-table th, .renewal2018 .score-table-wrapper .score-table td {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  height: 24px;
  vertical-align: middle;
}

.renewal2018 .score-table-wrapper .score-table th {
  background-color: #444;
}

.renewal2018 .score-table-wrapper .score-table td {
  background-color: #666;
}

.renewal2018 .score-table-wrapper .score-table th.total {
  background-color: #000;
  font-weight: 700;
}

.renewal2018 .score-table-wrapper .score-table td.total {
  background-color: #ccc;
  color: #000;
  font-weight: 700;
}

.renewal2018 .content-toggle {
  position: relative;
  padding: 12px 0;
  text-align: center;
}

.renewal2018 .title-label.content-toggle:not(.is-open) {
  -webkit-box-shadow: 0 2px 0 0 #ccc;
  -moz-box-shadow: 0 2px 0 0 #ccc;
  box-shadow: 0 2px 0 0 #ccc;
}

.renewal2018 .content-toggle .toggle-icn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.renewal2018 .content-toggle .toggle-icn::before, .renewal2018 .content-toggle .toggle-icn::after {
  content: '';
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.renewal2018 .content-toggle .toggle-icn::before {
  width: 8px;
  height: 2px;
}

.renewal2018 .content-toggle .toggle-icn::after {
  height: 8px;
  width: 2px;
}

.renewal2018 .content-toggle.is-open .toggle-icn::after {
  height: 0;
}

.renewal2018 .flat-tab-list li.add-paid-after::after {
  margin-left: 5px;
}

.renewal2018 .content-toggle.add-paid-after::after, .renewal2018 .flat-tab-list li.current.add-paid-after::after {
  margin-left: 5px;
  background: url(../../images/svg/icn-paid-w.svg) no-repeat center;
}

.renewal2018 .content-area .content-area-wrapper .content-toggle {
  padding: 12px 10px;
}

.renewal2018 .content-area .content-area-wrapper .content-toggle .toggle-icn {
  right: 10px;
}

.renewal2018 .content-area .content-area-wrapper .contents dd {
  padding: 10px;
}

.renewal2018 .content-area .content-area-wrapper p {
  margin: 10px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline {
  margin: 10px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline li+li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: dashed 1px #ccc;
}

.renewal2018 .content-area .inning-info-list .content-area-wrapper:first-child, .renewal2018 .content-area .inning-info-list .content-area-wrapper:last-child {
  margin-top: 10px;
}

.renewal2018 .content-area .content-area-wrapper[style*="display: none"]+.inning-info-list .content-area-wrapper:first-child {
  margin-top: 0;
}

.renewal2018 .content-area .inning-info-list+.content-area-wrapper {
  display: none;
}

.renewal2018 .diamond {
  position: relative;
  margin: 10px;
}

.renewal2018 .diamond::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 195px;
  background-color: #d9eed9;
}

.renewal2018 .diamond small {
  display: block;
  text-align: right;
  padding: 5px 0;
}

.renewal2018 .diamond ul {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 195px;
  max-width: 450px;
  margin: 0 auto;
  background: #d9eed9 url("../../images/svg/bg-diamond.svg") no-repeat center center;
  background-size: 450px 195px;
}

.renewal2018 .diamond ul li {
  position: absolute;
  display: inline;
  max-width: 90px;
  height: 20px;
  padding: 0 6px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.renewal2018 .diamond ul li:nth-child(1), .renewal2018 .diamond ul li:nth-child(2), .renewal2018 .diamond ul li:nth-child(8) {
  left: 50%;
}

.renewal2018 .diamond ul li:nth-child(3), .renewal2018 .diamond ul li:nth-child(4) {
  left: 76%;
}

.renewal2018 .diamond ul li:nth-child(5), .renewal2018 .diamond ul li:nth-child(6) {
  left: 24%;
}

.renewal2018 .diamond ul li:nth-child(7) {
  left: 20%;
}

.renewal2018 .diamond ul li:nth-child(9) {
  left: 80%;
}

.renewal2018 .diamond ul li:nth-child(1) {
  top: 60%;
}

.renewal2018 .diamond ul li:nth-child(2) {
  top: 87.5%;
}

.renewal2018 .diamond ul li:nth-child(3), .renewal2018 .diamond ul li:nth-child(5) {
  top: 74%;
}

.renewal2018 .diamond ul li:nth-child(4), .renewal2018 .diamond ul li:nth-child(6) {
  top: 46%;
}

.renewal2018 .diamond ul li:nth-child(8) {
  top: 8%;
}

.renewal2018 .diamond ul li:nth-child(7), .renewal2018 .diamond ul li:nth-child(9) {
  top: 22%;
}

.renewal2018 .live {
  position: relative;
  padding: 10px;
  overflow: hidden;
}

.renewal2018 .live dl {
  display: block;
  margin: 5px;
  padding-right: 90px;
}

.renewal2018 .live dl dt, .renewal2018 .live dl dd {
  font-size: 14px;
  display: inline-block;
}

.renewal2018 .live dl dt {
  color: #0bc;
  width: 80px;
}

.renewal2018 .live dl dd span {
  display: inline-block;
}

.renewal2018 .live .runner {
  position: relative;
  float: right;
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 12px 0 8px !important;
  background: url("../../images/svg/bg-diamond-s.svg") no-repeat;
}

.renewal2018 .live .runner li {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 !important;
}

.renewal2018 .live .runner li.is-active {
  background: url("../../images/svg/icn-runner.svg") no-repeat;
}

.renewal2018 .live .runner li:nth-child(1) {
  top: 25px;
  right: -5px;
}

.renewal2018 .live .runner li:nth-child(2) {
  top: -5px;
  left: 25px;
}

.renewal2018 .live .runner li:nth-child(3) {
  top: 25px;
  left: -5px;
}

.renewal2018 .live .out-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 26px;
  height: 26px;
  padding: 1em 0 0;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  color: #888;
}

.renewal2018 .live .out-count::before, .renewal2018 .live .out-count::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #eee;
  border-radius: 50%;
}

.renewal2018 .live .out-count::before {
  left: 0;
}

.renewal2018 .live .out-count::after {
  right: 0;
}

.renewal2018 .live .out-count[data-count="1"]::before, .renewal2018 .live .out-count[data-count="2"]::before, .renewal2018 .live .out-count[data-count="2"]::after {
  background-color: #c00;
}

.renewal2018 .data-table {
  table-layout: fixed;
}

.renewal2018 .data-table .name {
  width: 7em;
}

.renewal2018 .data-table .number {
  width: 3em;
}

.renewal2018 .data-table th, .renewal2018 .data-table td {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  height: 27px;
  vertical-align: middle;
}

.renewal2018 .data-table th {
  padding: 4px 0;
  font-size: 11px;
  color: #666;
  background-color: #eee;
}

.renewal2018 .data-table td {
  padding: 4px;
  font-size: 12px;
  background-color: #fff;
}

.renewal2018 .data-table th:first-child, .renewal2018 .data-table td:first-child {
  border-left: none;
}

.renewal2018 .data-table th:last-child, .renewal2018 .data-table td:last-child {
  border-right: none;
}

.renewal2018 dl:last-child .data-table th, .renewal2018 dl:last-child .data-table td {
  border-bottom: none;
}

.renewal2018 .month-archive {
  display: flex;
}

.renewal2018 .month-archive h6 {
  flex-grow: 1;
  width: 40px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.renewal2018 .month-archive .archive-list {
  flex-grow: 1;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 8px 7px 7px;
  background-color: #eee;
}

.renewal2018 .month-archive .archive-list li {
  box-sizing: border-box;
  width: 20%;
  padding: 2px 2px 3px 3px;
}

.renewal2018 .month-archive .archive-list li a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0 6px 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  color: #2258a2;
}

.renewal2018 .month-archive .archive-list li a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 1px;
  -webkit-box-shadow: 2px -2px 0 0 #2258a2;
  -moz-box-shadow: 2px -2px 0 0 #2258a2;
  box-shadow: 2px -2px 0 0 #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.renewal2018 .content-area.tenkiData .column-2-list {
  border: none;
}

.renewal2018 .content-area.tenkiData .column-2-list li {
  box-sizing: border-box;
}

.renewal2018 .content-area.tenkiData .column-2-list li::after {
  content: none;
}

.renewal2018 .content-area.tenkiData .column-2-list li:nth-child(even) {
  padding-left: 10px;
}

.renewal2018 .content-area.tenkiData dl {
  overflow: hidden;
  width: 100%;
}

.renewal2018 .content-area.tenkiData dl dt {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #2258a2;
}

.renewal2018 .content-area.tenkiData dl dd {
  font-size: 11px;
  line-height: 1.5;
}

.renewal2018 .content-area.tenkiData dl dd div[class^="tenki"] {
  float: right;
  width: 60px;
  height: 60px;
}

.renewal2018 .tenkiData .saikou {
  color: #f44336;
}

.renewal2018 .tenkiData .saitei {
  color: #2258a2;
}

.renewal2018 .content-area.tenkiData .column-1-btn {
  margin-top: 0;
}

.renewal2018 .live-reload {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 60px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.renewal2018 .live-reload .sns-list li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 10px;
}

.renewal2018 .live-reload .sns-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.renewal2018 .live-reload .sns-list li:last-child {
  margin-right: 0;
}

.renewal2018 .live-reload .sns-list li .icn-twi {
  background-color: #55acee;
}

.renewal2018 .live-reload .sns-list li .icn-fb {
  background-color: #3b5998;
}

.renewal2018 .live-reload .sns-list li .icn-line {
  background-color: #00c21b;
}

.renewal2018 .live-reload .sns-list li img {
  display: block;
  padding-top: 5px;
  max-height: 18px;
  height: auto;
  max-width: 18px;
  width: auto;
  margin: auto;
}

.renewal2018 .live-reload .sns-list li .icn-twi img {
  padding-top: 7px;
}

.renewal2018 .live-reload .reload {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.renewal2018 .live-reload .reload input {
  display: none;
}

.renewal2018 .live-reload .reload .lever {
  text-align: center;
}

.renewal2018 .live-reload .reload label {
  position: relative;
  display: block;
  overflow: hidden;
  width: 120px;
  height: 30px;
  border-radius: 200em;
  background-color: #aaa;
  transition: background-color .3s;
}

.renewal2018 .live-reload .reload label::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20em;
  border: 2px solid #aaa;
  transition: border-color .3s;
}

.renewal2018 .live-reload .reload label span {
  position: relative;
  left: 0;
  width: 26px;
  height: 26px;
  display: block;
  margin: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: left .3s;
}

.renewal2018 .live-reload .reload label span::before, .renewal2018 .live-reload .reload label span::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 88px;
  font-size: 12px;
  line-height: 28px;
}

.renewal2018 .live-reload .reload label span::before {
  content: '自動更新 ON';
  right: 100%;
}

.renewal2018 .live-reload .reload label span::after {
  content: '自動更新 OFF';
  left: 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.renewal2018 .live-reload .reload .btn-reload {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #0bc;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
  border: 2px solid #0bc;
  outline: none;
  transition: .3s;
}

.renewal2018 .live-reload .reload .btn-reload::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../../images/svg/icn-reload.svg") no-repeat center center;
  background-size: 30px 30px;
  border-radius: 50%;
}

.renewal2018 .live-reload .reload .btn-reload.is-animating::after {
  animation: rotate .6s;
}

.renewal2018 .live-reload .reload input:checked~.lever label {
  background-color: #0bc;
}

.renewal2018 .live-reload .reload input:checked~.lever label::after {
  border-color: #0bc;
}

.renewal2018 .live-reload .reload input:checked~.lever label span {
  left: 90px;
}

.renewal2018 .live-reload .reload input:checked~.btn-reload, .renewal2018 .live-reload .reload .btn-reload:disabled {
  pointer-events: none;
  background-color: #999;
  opacity: .3;
  border-color: #999;
}


/***********************************************************************
* baseball high school - school
********************************************************************** */

.renewal2018 .school-wrapper .title-label.turquoise.center {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.renewal2018 .school-wrapper .title-label.turquoise.center small {
  font-size: 16px;
  font-weight: normal;
}

.renewal2018 .school-wrapper .title-label.turquoise.center small::after {
  content: '';
  margin: 0 .5em;
  display: inline-block;
  width: 0;
  height: 20px;
  border-left: 1px solid #fff;
  vertical-align: text-bottom;
}

.renewal2018 .school-wrapper .tg-header+.tg-header {
  height: auto;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}

.renewal2018 .school-wrapper .index-wrapper {
  margin-bottom: 30px;
}

.renewal2018 .players-list {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset 0 28px 0 0 #cee, inset 0 29px 0 0 #ddd, inset 0 57px 0 0 #eee, inset 0 56px 0 0 #ddd;
  box-shadow: inset 0 28px 0 0 #cee, inset 0 29px 0 0 #ddd, inset 0 57px 0 0 #eee, inset 0 56px 0 0 #ddd;
}

.renewal2018 .players-list * {
  box-sizing: border-box;
}

.renewal2018 .players-list>div:first-child {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  background-color: #cee;
}

.renewal2018 .players-list>div:nth-child(2) {
  position: relative;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 375px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.renewal2018 .players-list>div:nth-child(2)::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #ddd;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 100vw 0 0 0 #ddd;
  box-shadow: 100vw 0 0 0 #ddd;
}

.renewal2018 .players-list>div:nth-child(2)>dl {
  display: table-row;
}

.renewal2018 .players-list>div:nth-child(2)>dl~dl {
  -webkit-box-shadow: 100vw 1px 0 0 #fff, 100vw 0 0 0 #ddd;
  box-shadow: 100vw 1px 0 0 #fff, 100vw 0 0 0 #ddd;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt, .renewal2018 .players-list>div:nth-child(2)>dl>dd {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 27px;
  padding: 4px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt {
  white-space: nowrap;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd {
  border-left: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(2)>dl:first-child>dt, .renewal2018 .players-list>div:nth-child(2)>dl:first-child>dd {
  padding: 4px 0;
  font-size: 11px;
  color: #666;
  background-color: #eee;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt, .renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(2) {
  width: 34px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(3), .renewal2018 .players-list>div:nth-child(3)>dl>dd {
  width: 90px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(n+4):nth-child(-n+8) {
  width: 32px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:last-child {
  width: auto;
  padding-right: 0;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:last-child::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
}

.renewal2018 .players-list>div:nth-child(3) {
  float: left;
  display: table;
  border-right: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(3)>dl {
  display: table-row;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt, .renewal2018 .players-list>div:nth-child(3)>dl>dd {
  display: table-cell;
  height: 27px;
  padding: 4px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt {
  width: 68px;
  padding-left: 42px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dd {
  border-left: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(4) {
  float: right;
  width: 12em;
  margin: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  color: #666;
}


/***********************************************************************
* baseball high school - school score
********************************************************************** */

.renewal2018 .result-table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
}

.renewal2018 .result-table-wrapper .result-table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.renewal2018 .result-table-wrapper .result-table .cell-year {
  width: 54px;
}

.renewal2018 .result-table-wrapper .result-table thead th {
  font-size: 11px;
  color: #666;
  background-color: #cee;
  padding: 4px 0;
}

.renewal2018 .result-table-wrapper .result-table thead th~th {
  border-left: 1px solid #ddd;
}

.renewal2018 .result-table-wrapper .result-table thead th * {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.renewal2018 .result-table-wrapper .result-table th, .renewal2018 .result-table-wrapper .result-table td {
  text-align: center;
  font-size: 12px;
  height: 24px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.renewal2018 .result-table-wrapper .result-table tbody th {
  padding: 2px 10px;
  font-family: "Roboto";
  font-weight: 400;
}

.renewal2018 .result-table-wrapper .result-table td {
  padding: 2px;
  border-left: 1px solid #ddd;
}

.renewal2018 .result-table-wrapper .result-table .seed {
  background-image: linear-gradient(to top right, transparent 49%, #ddd 49%, #ddd 51%, transparent 51%, transparent);
  /* 右下がりの斜線 */
}


/* 一打席速報部分ラベルカラー変更 */

.title-label.color-sokuhou {
  color: #fff;
  min-height: 14px;
  background-color: #ee9900;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
  font-weight: normal;
}

.flat-tab-list.color-sokuhou {
  border-color: #ee9900;
}

.flat-tab-list.color-sokuhou li.current {
  background-color: #ee9900;
  -webkit-box-shadow: inset 2px 2px 0 0 #ee9900, inset -2px 0 0 0 #ee9900;
  -moz-box-shadow: inset 2px 2px 0 0 #ee9900, inset -2px 0 0 0 #ee9900;
  box-shadow: inset 2px 2px 0 0 #ee9900, inset -2px 0 0 0 #ee9900;
}


/***********************************************************************
 PC用の調整スタイル
**********************************************************************/

.renewal2018 {
  /* players list */
}

.renewal2018 .baseball-highschool-nav {
  position: relative;
}

.renewal2018 .attention {
  width: auto;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.toggle::after {
  display: block;
}

.renewal2018 .baseball-highschool-nav .tg-header h2 {
  font-size: 24px;
  font-weight: normal;
}

.renewal2018 .baseball-highschool-nav .tg-header h2::before {
  display: block;
  width: 19px;
  height: 25px;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-image: url(../../images/common/icn_heading_arrow.png);
  position: absolute;
  left: 0;
  top: -4px;
  bottom: 0;
  margin: auto 0;
}

.renewal2018 .title-label.twitter+div {
  border: 1px solid #1da1f2;
  margin-bottom: 20px;
}

.renewal2018 .index-contents>.sub-list-wrapper {
  margin-top: 20px;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper .index-contents {
  margin: 8px;
}

.renewal2018 .title-label {
  font-size: 14px;
}

.renewal2018 .title-label a {
  font-size: 16px;
  padding-left: 20px;
}

.renewal2018 .title-label a::after {
  left: 2px;
}

.renewal2018 .title-area {
  margin: 6px 10px;
}

.renewal2018 .title-label.turquoise {
  background-image: url(../../images/common/bg_heading_slash_alpha25.png);
}

.renewal2018 .baseball-highschool-nav .tg-header {
  background-image: url(../../images/common/bg_heading_slash_alpha15.png);
}

.renewal2018 .flat-tab-list li.current, .renewal2018 .flat-tab-list li.current a {
  background-image: url(../../images/common/bg_heading_slash_alpha25.png);
}

.renewal2018 .attention {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}

.renewal2018 .attention p {
  font-weight: normal;
  padding: 10px 10px 8px 40px;
  line-height: 1.4;
}

.renewal2018 .game-outline {
  color: #000;
}

.renewal2018 .game-outline .status {
  font-size: 14px;
  padding: 6px;
}

.renewal2018 .game-outline>small {
  font-size: 14px;
  padding: 15px 20px 0;
}

.renewal2018 .game-outline .team-wrapper {
  margin: 22px 10px;
}

.renewal2018 .game-outline .team-wrapper::after {
  bottom: 24px;
  width: 16px;
  height: 3px;
}

.renewal2018 .game-outline dl.team-first {
  padding-right: 15px;
}

.renewal2018 .game-outline dl.team-second {
  padding-left: 15px;
}

.renewal2018 .game-outline dl dt {
  margin: 0 20px;
  font-size: 24px;
  text-align: center;
}

.renewal2018 .game-outline dl dd {
  padding-bottom: 20px;
  font-size: 40px;
}

.renewal2018 .game-outline .time {
  bottom: -10px;
  font-size: 14px;
  font-weight: normal;
  width: 250px;
}

.renewal2018 .game-outline.is-pre .time, .renewal2018 .game-outline.is-suspension .time {
  top: -11px;
}

.renewal2018 .game-list li.game-outline a.link-area::after {
  bottom: 24px;
}

.renewal2018 .game-contents-wrapper small {
  font-size: 12px;
  padding-right: 5px;
}

.renewal2018 .score-table-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.renewal2018 .score-table-wrapper .score-table {
  margin-top: 13px;
  margin-bottom: 13px;
}

.renewal2018 .score-table-wrapper .score-table th, .renewal2018 .score-table-wrapper .score-table td {
  font-size: 20px;
  font-weight: 400;
  height: 48px;
}

.renewal2018 .score-table-wrapper .name {
  font-size: 24px;
  padding: 0 5px;
}

.renewal2018 .content-area.member::after {
  content: '';
  display: block;
  clear: both;
}

.renewal2018 .content-area.member .content-area-wrapper {
  width: 305px;
}

.renewal2018 .content-area.member .content-area-wrapper:nth-child(1) {
  float: left;
}

.renewal2018 .content-area.member .content-area-wrapper:nth-child(2) {
  float: right;
  margin-top: 0;
}

.renewal2018 .content-area.member .content-area-wrapper .title-label {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.renewal2018 .content-area.member .content-area-wrapper .is-live .title-label::after {
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px;
  padding: 0 6px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.renewal2018 .diamond {
  margin: 10px;
}

.renewal2018 .diamond small {
  padding: 3px 0 6px;
}

.renewal2018 .diamond ul li {
  font-size: 12px;
}

.renewal2018 .diamond ul li::before {
  font-size: 10px;
}

.renewal2018 .flat-tab-list:not(.meet-tab) li {
  flex-basis: 100%;
}

.renewal2018 .month-archive {
  margin-top: 1px;
}

.renewal2018 .month-archive h6 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 35px;
  padding-top: 5px;
  font-size: 18px;
}

.renewal2018 .month-archive .archive-list {
  padding: 10px;
}

.renewal2018 .month-archive .archive-list li {
  flex-basis: 65px;
  padding: 0;
}

.renewal2018 .month-archive .archive-list li:not(:nth-child(8n)) {
  margin-right: 5px;
}

.renewal2018 .month-archive .archive-list li:nth-child(n+9) {
  margin-top: 5px;
}

.renewal2018 .month-archive .archive-list li a {
  align-items: center;
  font-size: 18px;
  height: 40px;
}

.renewal2018 .month-archive .archive-list li a::after {
  right: 5px;
  width: 9px;
  height: 9px;
  border: 3px solid #2258a2;
  border-radius: 1px;
  border-left: 0;
  border-bottom: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.renewal2018 .flat-tab-list.meet-tab {
  height: 38px;
}

.renewal2018 .flat-tab-list.meet-tab>li {
  position: relative;
  height: 100%;
  padding: 0 10px;
  box-shadow: none;
  box-sizing: border-box;
}

.renewal2018 .flat-tab-list.meet-tab>li::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #2258a2;
  border-top: 0;
  border-left: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
}

.renewal2018 .flat-tab-list.meet-tab>li:nth-child(1) {
  justify-content: flex-start;
}

.renewal2018 .flat-tab-list.meet-tab>li:nth-child(1)::after {
  left: 12px;
  transform: rotate(135deg);
}

.renewal2018 .flat-tab-list.meet-tab>li:nth-child(2) {
  justify-content: flex-end;
}

.renewal2018 .flat-tab-list.meet-tab>li:nth-child(2)::after {
  right: 12px;
  transform: rotate(-45deg);
}

.renewal2018 .flat-tab-list.meet-tab>li.current {
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
}

.renewal2018 .flat-tab-list.meet-tab>li.current::after {
  display: none;
}

.renewal2018 .flat-tab-list.meet-tab>li:not(.current) {
  flex-grow: 0;
  padding: 0 22px;
  font-size: 14px;
  color: #2258a2;
  cursor: pointer;
}

.renewal2018 .flat-tab-list.meet-tab>li:not(.current):hover {
  opacity: .5;
}

.renewal2018 .content-toggle {
  font-size: 16px;
}

.renewal2018 .content-toggle .toggle-icn {
  width: 22px;
  height: 22px;
}

.renewal2018 .add-paid-after::after {
  width: 16px;
  height: 16px;
}

.renewal2018 .game-list li.game-outline a.link-area::after {
  box-shadow: none;
  border: 3px solid #2258a2;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li a:hover {
  text-decoration: none;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li:before {
  pointer-events: none;
}

.renewal2018 .game-list li.game-outline a.link-area {
  z-index: 1;
}

.renewal2018 .game-list li.game-outline a.link-area:hover::after, .renewal2018 .game-list li.game-outline a.link-area:hover~* {
  opacity: .5;
}

.renewal2018 .live-reload {
  left: 50%;
  right: auto;
  margin-left: -350px;
  width: 380px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
}

.renewal2018 .live-reload .sns-list li {
  margin: 0 17px 0 0;
  width: 40px;
  height: 40px;
}

.renewal2018 .live-reload .sns-list li a {
  backface-visibility: hidden;
}

.renewal2018 .live-reload .sns-list li img {
  max-width: none;
  max-height: none;
}

.renewal2018 .live-reload .sns-list li .icn-twi img {
  padding-top: 12px;
  width: 24px;
}

.renewal2018 .live-reload .sns-list li .icn-fb img {
  padding-top: 8px;
  height: 26px;
}

.renewal2018 .live-reload .reload input:checked~.lever label span {
  left: 110px;
}

.renewal2018 .live-reload .reload label {
  width: 140px;
  cursor: pointer;
}

.renewal2018 .live-reload .reload label:hover * {
  opacity: .5;
}

.renewal2018 .live-reload .reload .lever label span::before, .renewal2018 .live-reload .reload .lever label span::after {
  width: 108px;
  font-size: 14px;
}

.renewal2018 .live-reload .reload .btn-reload {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.renewal2018 .live-reload .reload .btn-reload::after {
  background-size: 40px 40px;
}

.renewal2018 .live-reload .reload .btn-reload:hover::after {
  opacity: .5;
}

.renewal2018 .flat-tab-list:not(.meet-tab) li:not(.current) {
  cursor: pointer;
  backface-visibility: hidden;
}

.renewal2018 .flat-tab-list:not(.meet-tab) li:not(.current):hover {
  opacity: .5;
}

.renewal2018 .index-contents .image-list {
  margin-bottom: 30px;
}

.renewal2018 .common-tab-list li {
  cursor: pointer;
}

.renewal2018 .common-tab-list li.current:hover {
  color: rgba(255, 255, 255, 0.5);
}

.renewal2018 .common-tab-list li:not(.current):hover {
  opacity: .5;
}

.renewal2018 .common-tab-list li a {
  display: block;
  margin: -8px 0;
  padding: 8px 0;
}

.renewal2018 .common-tab-list li a:hover {
  text-decoration: none;
}

.renewal2018 .common-tab-list li.nav-grayout, .nav-grayout a {
  color: #bcc7dd;
  pointer-events: none;
  cursor: default!important;
}

.nav-grayout {
  cursor: default!important;
}

.renewal2018 .common-tab-list li.nav-grayout:not(.current):hover {
  opacity: 1;
}

.renewal2018 .players-list>div:nth-child(2) {
  width: 100%;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(3) {
  width: 120px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(2) {
  width: 42px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(n+4):nth-child(-n+8) {
  width: auto;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:last-child {
  width: 180px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt {
  width: 42px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dd {
  width: 120px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt {
  width: 84px;
  padding-left: 48px;
}

.renewal2018 .players-list>div:nth-child(4) {
  width: auto;
}

.renewal2018 .article-wrapper.news-detail {
  padding-bottom: 0;
}

.renewal2018 .live .runner {
  width: 90px;
  height: 90px;
  margin: 0 60px 0 8px !important;
}

.renewal2018 .live .runner li {
  width: 30px;
  height: 30px;
}

.renewal2018 .live .runner li:nth-child(1) {
  top: 30px;
  right: -5px;
}

.renewal2018 .live .runner li:nth-child(2) {
  top: -5px;
  left: 30px;
}

.renewal2018 .live .runner li:nth-child(3) {
  top: 30px;
  left: -5px;
}

.renewal2018 .live .out-count {
  width: 44px;
  height: 40px;
  font-size: 14px;
}

.renewal2018 .live .out-count::before, .renewal2018 .live .out-count::after {
  width: 20px;
  height: 20px;
}

.renewal2018 .diamond ul li {
  max-width: 103px;
}


/***********************************************************************
20180306 調整CSS
**********************************************************************/


/* -- トップ・成績一覧 -- */

.renewal2018 .baseball-highschool-nav .tg-header h2 {
  font-size: 20px;
  font-weight: bold;
}

.renewal2018 .flat-tab-list.meet-tab {
  height: 43px;
}

.renewal2018 .flat-tab-list.meet-tab>li.current {
  font-size: 18px;
}

.renewal2018 .flat-tab-list.meet-tab>li.current {
  font-size: 18px;
}

.renewal2018 .flat-tab-list.meet-tab>li:not(.current) {
  font-size: 16px;
  padding: 0 28px 0 22px;
}

.renewal2018 .common-tab-list {
  padding: 7px 10px;
}

.renewal2018 .common-tab-list li {
  font-size: 17px;
}

.renewal2018 .list-title {
  font-size: 18px;
  padding: 12px 11px 12px 11px;
}

.renewal2018 .title-label {
  font-size: 18px;
}

.renewal2018 .game-contents-wrapper small {
  font-size: 14px;
  padding: 10px 15px 0;
}

.renewal2018 .game-outline dl dt {
  font-size: 22px;
}

.renewal2018 .title-label:not(dt) {
  margin-top: 5px;
}

.renewal2018 .index-contents .title-label {
  margin-top: 0px;
}

.renewal2018 .game-list li.game-outline {
  margin: 15px 15px 0 15px;
}

.renewal2018 .game-outline .team-wrapper {
  margin: 10px 10px 10px 10px;
}

.renewal2018 .game-outline .time {
  font-size: 15px;
  bottom: -4px;
  font-weight: bold;
}

.renewal2018 .game-outline .status {
  font-size: 15px;
  padding: 5px;
  height: 15px;
}

.renewal2018 .column-1-btn {
  max-width: 460px;
  background-color: #fff;
}

.renewal2018 .game-list+.column-1-btn {
  margin-top: 25px;
}

.renewal2018 .baseball-highschool-nav .list-title {
  font-size: 16px;
  padding: 18px 11px 8px 14px;
}


/* --  ニュースリスト  -- */

.renewal2018 .column-1-list.image-list.image-large .caption .news-title {
  line-height: 1.4;
  margin-bottom: 0;
}

.renewal2018 .column-1-list.image-list.image-large a {
  padding: 10px 10px;
}

.renewal2018 .column-1-list.image-list.image-large li:first-child a {
  padding-top: 15px;
}

.renewal2018 .column-1-list.image-list.image-large .tg-figure {
  width: 75px;
  height: 75px;
}

.renewal2018 .column-1-list.image-list.image-large .caption {
  width: calc(100% - 85px);
}

.renewal2018 .index-contents .image-list {
  margin-bottom: 0px;
}

.renewal2018 .index-contents.column-1-list-wrapper {
  margin-bottom: 30px;
}


/* --  ニュース詳細  -- */

.renewal2018 .article-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  margin-top: 10px;
  margin-bottom: 5px;
}

.renewal2018 .column-1-list .news-attrs li, .renewal2018 .article-title-wrapper .news-attrs li {
  margin: 0 0 5px 5px;
  padding: 5px 5px;
  font-size: 12px;
  background: #999;
  color: #fff;
}

.renewal2018 .column-1-list .news-attrs li:first-child, .renewal2018 .article-title-wrapper .news-attrs li:first-child {
  margin-left: 0;
}

.renewal2018 .article-title-wrapper .article-title-sub .date {
  font-size: 14px;
}


/* -- 成績詳細 -- */

.renewal2018 .title-label.turquoise small {
  padding: 0;
}

.renewal2018 .score-table-wrapper .name {
  font-size: 20px;
}

.renewal2018 .score-table-wrapper .score-table {
  margin-top: 13px;
  margin-bottom: 15px;
  /*-- テーブルの上下に学校名が均等配置されないため  --*/
}

.renewal2018 .content-area .content-area-wrapper .title-label {
  font-size: 18px;
}

.renewal2018 .content-area p {
  font-size: 16px;
  line-height: 1.6;
}

.renewal2018 .live dl dt, .renewal2018 .live dl dd {
  font-size: 15px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline li {
  font-size: 16px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline {
  margin: 12px 18px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline li+li {
  margin-top: 12px;
  padding-top: 12px;
}

.renewal2018 .flat-tab-contents.current .game-contents-wrapper.is-live .common-tab-contents>.content-area {
  padding-bottom: 20px;
}

.renewal2018 .content-area.member .content-area-wrapper .title-label {
  font-size: 15px;
}

.renewal2018 .diamond ul li {
  font-size: 14px;
}

.renewal2018 .data-table td {
  font-size: 13px;
}


/* --  日程リスト  -- */

.renewal2018 .game-list.agenda .game-outline {
  margin: 2px 0 0 0;
}

.renewal2018 .game-list.agenda .game-outline dl dt {
  font-size: 18px;
}

.renewal2018 .game-list.agenda .game-outline .team-wrapper {
  height: auto;
}


/* --  選手名鑑などテーブル  -- */

.renewal2018 .players-list>div:nth-child(2)>dl:first-child>dt, .renewal2018 .players-list>div:nth-child(2)>dl:first-child>dd {
  font-size: 12px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt, .renewal2018 .players-list>div:nth-child(2)>dl>dd {
  font-size: 15px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt, .renewal2018 .players-list>div:nth-child(3)>dl>dd {
  font-size: 15px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt {
  width: 84px;
  padding-left: 7px;
}

.renewal2018 .result-table-wrapper .result-table thead th {
  font-size: 14px;
}

.renewal2018 .result-table-wrapper .result-table th {
  font-size: 14px;
}

.renewal2018 .result-table-wrapper .result-table th span {
  font-size: 14px;
}

.renewal2018 .result-table-wrapper .result-table td {
  font-size: 18px;
}


/***********************************************************************
イニングスコア下部テキスト
**********************************************************************/

.renewal2018 .cooperation-bulletin {
  font-size: 11px;
  text-align: center;
  margin: 0px auto 10px;
  display: block;
  padding: 8px;
  background-color: #eee;
}


/***********************************************************************
３月31日　PC表示確認→修正
**********************************************************************/


/* 全般ボタン部分 */

.renewal2018 .column-3-list .column-1-btn {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}


/* 成績ページ・成績リスト・日付ごとの余白 */

.game-contents-wrapper .game-contents-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tg-article .tg-article {
  margin-bottom: 60px;
}

.tg-article .tg-article:last-child {
  margin-bottom: 0;
}

.game-contents-wrapper>.tg-article {
  margin-bottom: 30px;
}


/* 一打席速報まわり */

.flat-tab-list {
  font-size: 18px;
}


/* トーナメント */

.tg-article.content-area-wrapper {
  margin: 10px 0 30px 0;
}


/* トーナメント表の横幅を100％にする */

.content-area center img {
  width: 100%;
}


/* 写真集画像サイズ修正・写真位置の変更 */

.renewal2018 .main-image img {
  width: auto;
  height: auto;
  margin: 0 auto 15px auto;
}

.renewal2018 .main-image .tg-figure {
  text-align: center;
}

.renewal2018 .modal>.tg-article .modal-content .modal-content-inner .list-title {
  margin-bottom: 5px;
  padding: 20px 0 5px 0;
  font-size: 15px;
}

.renewal2018 .modal .title-label:not(dt) {
  margin-top: 0px;
}

.renewal2018 .modal>.tg-article {
  margin-left: -337.5px;
  width: 675px;
}

@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,700");

/***********************************************************************
* baseball high school - general
********************************************************************** */

.renewal2018 .title-label.liteturquoise {
  background-color: #cee;
}

.renewal2018 .title-label.turquoise {
  color: #fff;
  min-height: 14px;
  background-color: #0bc;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
  font-weight: normal;
}

.renewal2018 .list-title.turquoise {
  border-bottom-color: #0bc;
}

.renewal2018 .tg-main>.tg-article.baseball-highschool-nav {
  margin-bottom: 10px;
}

.renewal2018 .baseball-highschool-nav .tg-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 50px;
  color: #fff;
  background-color: #0093ab;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
}

.renewal2018 .baseball-highschool-nav .tg-header h2 {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: bold;
}

.renewal2018 .baseball-highschool-nav .tg-header h2::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 0;
  display: block;
  margin: auto 0;
  border-top: solid 12px transparent;
  border-left: solid 9px #2258a2;
  border-bottom: solid 12px transparent;
  -webkit-box-shadow: -9px 0 0 0 #2258a2;
  -moz-box-shadow: -9px 0 0 0 #2258a2;
  box-shadow: -9px 0 0 0 #2258a2;
}

.renewal2018 .baseball-highschool-nav .tg-header ul {
  display: flex;
  height: 50px;
  padding-right: 15px;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li {
  position: relative;
  margin-right: 5px;
  padding-left: 32px;
  width: 110px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.toggle, .renewal2018 .baseball-highschool-nav .tg-header ul li a {
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-grow: column;
  height: 50px;
  font-size: 14px;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 27px;
  height: 27px;
  margin: auto 0;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.toggle::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: inset -1px 1px 0 0 #fff;
  -moz-box-shadow: inset -1px 1px 0 0 #fff;
  box-shadow: inset -1px 1px 0 0 #fff;
  margin-left: 10px;
  transition: all 0.3s;
}

.renewal2018 .baseball-highschool-nav.is-open .tg-header ul li.toggle.current::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.news::before {
  background: url(../../images/svg/icn-news.svg) no-repeat;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.school::before {
  background: url(../../images/svg/icn-school.svg) no-repeat;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.tournament::before {
  background: url(../../images/svg/icn-tournament.svg) no-repeat;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper {
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: height .3s;
}

.renewal2018 .baseball-highschool-nav.is-open .nav-contents-wrapper {
  opacity: 1;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 10px solid #0093ab;
  pointer-events: none;
}

.renewal2018 .baseball-highschool-nav.is-open .nav-contents-wrapper {
  border-bottom: 2px solid #ccc;
}

.renewal2018 .baseball-highschool-nav.is-open .nav-contents-wrapper .index-contents {
  position: absolute;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper .index-contents {
  z-index: 1;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-bottom: 30px;
  margin: 10px;
  opacity: 0;
  transition: .3s;
  transition-property: height, opacity;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper .index-contents.current {
  z-index: 2;
  opacity: 1;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper .index-contents .title-label {
  padding: 8px 10px;
  font-size: 15px;
}

.renewal2018 .common-tab-list.lite {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 #ccc;
  -moz-box-shadow: 0 1px 0 0 #ccc;
  box-shadow: 0 1px 0 0 #ccc;
}

.renewal2018 .common-tab-list.lite.more {
  box-sizing: border-box;
  padding-right: 75px;
}

.renewal2018 .content-area-wrapper.inner-toggle {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0;
}

.renewal2018 .inner-toggle .content-toggle {
  box-sizing: border-box;
  top: -40px;
  right: 0;
  position: absolute;
  height: 40px;
  width: 70px;
  color: #2258a2;
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #ccc;
  transition: all 0.3s;
}

.renewal2018 .inner-toggle .content-toggle::after {
  content: '';
  position: relative;
  top: -2px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: 0px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  -webkit-box-shadow: inset -1px 1px 0 0 #2258a2;
  -moz-box-shadow: inset -1px 1px 0 0 #2258a2;
  box-shadow: inset -1px 1px 0 0 #2258a2;
  margin-left: 2px;
  transition: all 0.3s;
}

.renewal2018 .inner-toggle .content-toggle.is-open {
  color: #fff;
  background-color: #2258a2;
}

.renewal2018 .inner-toggle .content-toggle.is-open::after {
  top: 0;
  -webkit-box-shadow: inset -1px 1px 0 0 #fff;
  -moz-box-shadow: inset -1px 1px 0 0 #fff;
  box-shadow: inset -1px 1px 0 0 #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.renewal2018 .inner-toggle .column-2-list {
  padding: 0;
  background-color: #fff;
  border-top: 2px solid #2258a2;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 0 0 #ccc;
  -moz-box-shadow: 0 1px 0 0 #ccc;
  box-shadow: 0 1px 0 0 #ccc;
}

.renewal2018 .inner-toggle .content-toggle.is-close+.column-2-list {
  opacity: 0;
}

.renewal2018 .inner-toggle .column-2-list li {
  box-sizing: border-box;
  border-color: #ccc;
}

.renewal2018 .inner-toggle .column-2-list li:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.renewal2018 .inner-toggle .column-2-list li a {
  width: 100%;
  color: #2258a2;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px 8px 10px;
}

.renewal2018 .content-area.list-wrapper {
  padding: 0;
}

.renewal2018 .content-area.list-wrapper .column-1-list li:last-child {
  border-bottom: none;
}

.renewal2018 .content-area .content-area-wrapper {
  margin: 0;
}

.renewal2018 .content-area .content-area-wrapper+.content-area-wrapper {
  margin: 10px 0 0;
}

.renewal2018 .content-area .content-area-wrapper[style*="display: none"]+.content-area-wrapper {
  margin: 0;
}

.renewal2018 .content-area .content-area-wrapper .title-label {
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  padding: 8px 10px;
}

.renewal2018 .content-area .content-area-wrapper .content-area {
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-top: none;
  padding: 0;
}


/***********************************************************************
* baseball high school - news list
********************************************************************** */

.renewal2018 .baseball-highschool-article {
  margin-top: 10px;
}

.renewal2018 .title-label.center {
  padding: 13px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.renewal2018 .title-label.twitter {
  color: #fff;
  background-color: #1da1f2;
}

.renewal2018 .column-1-list .news-attrs {
  display: block;
}

.renewal2018 .column-1-list .add-paid-before .news-attrs {
  margin-left: 25px;
}

.renewal2018 .article-title-wrapper .news-attrs {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.renewal2018 .column-1-list .news-attrs::after, .renewal2018 .article-title-wrapper .news-attrs::after {
  content: "";
  display: block;
  clear: both;
}

.renewal2018 .column-1-list .news-attrs li, .renewal2018 .article-title-wrapper .news-attrs li {
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  padding: 0 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  background: #eee;
}

.renewal2018 .column-1-list .news-attrs li {
  color: #fff;
  background-color: #999;
}

.renewal2018 .column-1-list .news-attrs li.tournament-name, .renewal2018 .article-title-wrapper .news-attrs li.tournament-name {
  color: #fff;
  background-color: #999;
}

.renewal2018 .column-1-list.feed-list .infeed {
  display: block;
}

.renewal2018 .title-area {
  margin: 10px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.renewal2018 .index-contents>.tg-article~.tg-article {
  margin-top: 12px;
}

.renewal2018 .index-contents>.sub-list-wrapper {
  margin: 20px 0 10px;
}

.renewal2018 .index-contents.column-1-list-wrapper {
  margin-bottom: 0;
}

.renewal2018 .article-banner~.article-banner {
  margin-top: 10px;
}

.renewal2018 .article-banner a {
  display: block;
}

.renewal2018 .article-banner img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.renewal2018 .breadcrumb-link {
  background-color: #cceeee;
  padding: 0 10px;
  height: 30px;
}

.renewal2018 .breadcrumb-link a {
  display: block;
  color: #2258a2;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}

.renewal2018 .breadcrumb-link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #2258a2;
  border-right: 1px solid #2258a2;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.renewal2018 .separate {
  border: none;
  border-top: 1px solid #fff;
  margin: 10px -10px 0;
}


/***********************************************************************
* baseball high school - detail
********************************************************************** */

.renewal2018 .attention {
  position: relative;
  border: 1px solid #ff9800;
  color: #ff9800;
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  padding: 12px 10px 12px 40px;
}

.renewal2018 .attention p {
  font-weight: bold;
}

.renewal2018 .attention::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  margin: auto 0;
  background-color: #ff9800;
}

.renewal2018 .attention::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 2px;
  height: 12px;
  display: block;
  margin: auto 9px;
  -webkit-box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, 0.5);
}

.renewal2018 .common-tab-list.turquoise li.toggle {
  position: relative;
  border-left: 1px solid #fff;
}

.renewal2018 .common-tab-list.turquoise li.toggle::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #2258a2;
  border-right: solid 2px #2258a2;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.renewal2018 .flat-tab-list {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: stretch;
  height: 40px;
  border-bottom: 2px solid #0bc;
  background-color: #fff;
}

.renewal2018 .flat-tab-list li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 40px;
  text-align: center;
  color: #bcc7dd;
  -webkit-box-shadow: inset 0 1px 0 0 #ccc;
  -moz-box-shadow: inset 0 1px 0 0 #ccc;
  box-shadow: inset 0 1px 0 0 #ccc;
}

.renewal2018 .flat-tab-list li a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  height: 40px;
  /* color: #bcc7dd; */
  background-color: #fff;
  /* -webkit-box-shadow: inset 0 1px 0 0 #ccc; */
  /* -moz-box-shadow: inset 0 1px 0 0 #ccc; */
}

.renewal2018 .flat-tab-list li.current, .renewal2018 .flat-tab-list li.current a {
  color: #fff;
  background-color: #0bc;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
  pointer-events: none;
  -webkit-box-shadow: inset 2px 2px 0 0 #0bc, inset -2px 0 0 0 #0bc;
  -moz-box-shadow: inset 2px 2px 0 0 #0bc, inset -2px 0 0 0 #0bc;
  box-shadow: inset 2px 2px 0 0 #0bc, inset -2px 0 0 0 #0bc;
}

.renewal2018 .content-area-wrapper .flat-tab-list {
  -webkit-box-shadow: inset 1px 0 0 0 #ccc, inset -1px 0 0 0 #ccc;
  -moz-box-shadow: inset 1px 0 0 0 #ccc, inset -1px 0 0 0 #ccc;
  box-shadow: inset 1px 0 0 0 #ccc, inset -1px 0 0 0 #ccc;
}

.renewal2018 .flat-tab-contents {
  display: none;
}

.renewal2018 .flat-tab-contents.current {
  display: block;
}

.renewal2018 .content-area-wrapper.tab {
  background-color: #fff;
}

.renewal2018 .game-contents-wrapper {
  background-color: #cee;
  padding: 10px 10px 30px 10px;
  margin-bottom: 30px;
}

.renewal2018 .game-contents-wrapper .tg-header {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 1px;
}

.renewal2018 .game-contents-wrapper small {
  font-size: 10px;
  font-weight: normal;
}

.renewal2018 .game-contents-wrapper .column-1-btn.white {
  background-color: #fff;
  margin-bottom: 3px;
}

.renewal2018 .content-area-wrapper {
  margin: 30px 0;
}

.renewal2018 .content-area-wrapper:last-child {
  margin: 30px 0 0;
}

.renewal2018 .content-area {
  padding: 10px;
  background-color: #fff;
}

.renewal2018 .content-area::before, .renewal2018 .content-area::after {
  content: '';
  display: table;
}

.renewal2018 .btn-orange:first-child .column-1-btn {
  margin-top: 0;
}

.renewal2018 .game-outline {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.renewal2018 .game-outline .status {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  height: 12px;
  color: #fff;
  transition: .3s;
  transition-property: color, background;
}

.renewal2018 .game-outline>small {
  display: block;
  font-size: 12px;
  padding: 10px 10px 0;
}

.renewal2018 .game-outline .team-wrapper {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
  padding: 1px;
}

.renewal2018 .game-outline .team-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #000;
  margin: auto;
}

.renewal2018 .game-outline .team-wrapper .win::before, .renewal2018 .game-outline .team-wrapper .lose::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}

.renewal2018 .game-outline .team-wrapper .win::before {
  background-color: #fff;
}

.renewal2018 .game-outline .team-wrapper .lose::before {
  background-color: #000;
}

.renewal2018 .game-outline dl.team-first {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  padding-right: 8px;
  width: 50%;
}

.renewal2018 .game-outline dl.team-second {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 8px;
  width: 50%;
}

.renewal2018 .game-outline dl dt {
  display: flex;
  flex-grow: 1;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.renewal2018 .game-outline .team-first dt {
  margin: 0 15px 0 15px;
}

.renewal2018 .game-outline .team-second dt {
  margin: 0 15px 0 15px;
}

.renewal2018 .game-outline dl dd {
  display: flex;
  flex-grow: 1;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  width: 1.5em;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-weight: 700;
  white-space: nowrap;
}

.renewal2018 .game-outline .time {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 11px;
  text-align: center;
  width: 90px;
  height: 1em;
  margin: auto;
  color: #666;
}

.renewal2018 .game-outline[class*="is-live"] {
  background-color: #fffde5;
}

.renewal2018 .game-outline.is-livedetail .status {
  background-color: #c00;
}

.renewal2018 .game-outline.is-livedetail .time {
  color: #c00;
}

.renewal2018 .game-outline.is-live .status {
  background-color: #ff9800;
}

.renewal2018 .game-outline.is-live .time {
  color: #ff9800;
}

.renewal2018 .game-outline.is-result .status {
  background-color: #8c4;
}

.renewal2018 .game-outline.is-pre .status {
  color: #000;
  background-color: #eee;
}

.renewal2018 .game-outline.is-suspension .status {
  background-color: #666;
}

.renewal2018 .game-outline.is-pre .time, .renewal2018 .game-outline.is-suspension .time {
  top: 0;
}

.renewal2018 .game-outline.is-pre .team-wrapper::after, .renewal2018 .game-outline.is-suspension .team-wrapper::after {
  content: none;
}

.renewal2018 .flat-tab-contents.current .game-contents-wrapper.is-live .common-tab-contents>.content-area {
  position: relative;
  overflow: hidden;
  background-color: #fffde5;
}

.renewal2018 .flat-tab-contents.current .game-contents-wrapper.is-live .flat-tab-list li::before {
  content: 'LIVE';
  display: inline-block;
  width: 36px;
  margin-right: 5px;
  padding: 4px 0;
  background: #c00;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.renewal2018 .game-list li.game-outline {
  position: relative;
  margin-top: 10px;
  -webkit-box-shadow: 0 2px 0 0 #ccc;
  -moz-box-shadow: 0 2px 0 0 #ccc;
  box-shadow: 0 2px 0 0 #ccc;
}

.renewal2018 .game-list li.game-outline a.link-area::after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  border-radius: 1px;
  -webkit-box-shadow: 2px -2px 0 0 #2258a2;
  -moz-box-shadow: 2px -2px 0 0 #2258a2;
  box-shadow: 2px -2px 0 0 #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.renewal2018 .game-list.agenda .game-outline {
  margin-top: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.renewal2018 .score-table-wrapper {
  margin-top: 1px;
  padding: 10px;
  background-color: #fff;
}

.renewal2018 .score-table-wrapper .name {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  height: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #2258a2;
  position: relative;
}

.renewal2018 .score-table-wrapper .name span {
  position: relative;
}

.renewal2018 .score-table-wrapper .name span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  border-radius: 1px;
  -webkit-box-shadow: 2px -2px 0 0 #2258a2;
  -moz-box-shadow: 2px -2px 0 0 #2258a2;
  box-shadow: 2px -2px 0 0 #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.renewal2018 .score-table-wrapper .score-table {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #333;
  color: #fff;
}

.renewal2018 .score-table-wrapper .score-table th, .renewal2018 .score-table-wrapper .score-table td {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  height: 24px;
  vertical-align: middle;
}

.renewal2018 .score-table-wrapper .score-table th {
  background-color: #444;
}

.renewal2018 .score-table-wrapper .score-table td {
  background-color: #666;
}

.renewal2018 .score-table-wrapper .score-table th.total {
  background-color: #000;
  font-weight: 700;
}

.renewal2018 .score-table-wrapper .score-table td.total {
  background-color: #ccc;
  color: #000;
  font-weight: 700;
}

.renewal2018 .content-toggle {
  position: relative;
  padding: 12px 0;
  text-align: center;
}

.renewal2018 .title-label.content-toggle:not(.is-open) {
  -webkit-box-shadow: 0 2px 0 0 #ccc;
  -moz-box-shadow: 0 2px 0 0 #ccc;
  box-shadow: 0 2px 0 0 #ccc;
}

.renewal2018 .content-toggle .toggle-icn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  border: solid 1px rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.renewal2018 .content-toggle .toggle-icn::before, .renewal2018 .content-toggle .toggle-icn::after {
  content: '';
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.renewal2018 .content-toggle .toggle-icn::before {
  width: 8px;
  height: 2px;
}

.renewal2018 .content-toggle .toggle-icn::after {
  height: 8px;
  width: 2px;
}

.renewal2018 .content-toggle.is-open .toggle-icn::after {
  height: 0;
}

.renewal2018 .flat-tab-list li.add-paid-after::after {
  margin-left: 5px;
}

.renewal2018 .content-toggle.add-paid-after::after, .renewal2018 .flat-tab-list li.current.add-paid-after::after {
  margin-left: 5px;
  background: url(../../images/svg/icn-paid-w.svg) no-repeat center;
}

.renewal2018 .content-area .content-area-wrapper .content-toggle {
  padding: 12px 10px;
}

.renewal2018 .content-area .content-area-wrapper .content-toggle .toggle-icn {
  right: 10px;
}

.renewal2018 .content-area .content-area-wrapper .contents dd {
  padding: 10px;
}

.renewal2018 .content-area .content-area-wrapper p {
  margin: 10px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline {
  margin: 10px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline li+li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: dashed 1px #ccc;
}

.renewal2018 .content-area .inning-info-list .content-area-wrapper:first-child, .renewal2018 .content-area .inning-info-list .content-area-wrapper:last-child {
  margin-top: 10px;
}

.renewal2018 .content-area .content-area-wrapper[style*="display: none"]+.inning-info-list .content-area-wrapper:first-child {
  margin-top: 0;
}

.renewal2018 .content-area .inning-info-list+.content-area-wrapper {
  display: none;
}

.renewal2018 .diamond {
  position: relative;
  margin: 10px;
}

.renewal2018 .diamond::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 195px;
  background-color: #d9eed9;
}

.renewal2018 .diamond small {
  display: block;
  text-align: right;
  padding: 5px 0;
}

.renewal2018 .diamond ul {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 195px;
  max-width: 450px;
  margin: 0 auto;
  background: #d9eed9 url("../../images/svg/bg-diamond.svg") no-repeat center center;
  background-size: 450px 195px;
}

.renewal2018 .diamond ul li {
  position: absolute;
  display: inline;
  max-width: 90px;
  height: 20px;
  padding: 0 6px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.renewal2018 .diamond ul li:nth-child(1), .renewal2018 .diamond ul li:nth-child(2), .renewal2018 .diamond ul li:nth-child(8) {
  left: 50%;
}

.renewal2018 .diamond ul li:nth-child(3), .renewal2018 .diamond ul li:nth-child(4) {
  left: 76%;
}

.renewal2018 .diamond ul li:nth-child(5), .renewal2018 .diamond ul li:nth-child(6) {
  left: 24%;
}

.renewal2018 .diamond ul li:nth-child(7) {
  left: 20%;
}

.renewal2018 .diamond ul li:nth-child(9) {
  left: 80%;
}

.renewal2018 .diamond ul li:nth-child(1) {
  top: 60%;
}

.renewal2018 .diamond ul li:nth-child(2) {
  top: 87.5%;
}

.renewal2018 .diamond ul li:nth-child(3), .renewal2018 .diamond ul li:nth-child(5) {
  top: 74%;
}

.renewal2018 .diamond ul li:nth-child(4), .renewal2018 .diamond ul li:nth-child(6) {
  top: 46%;
}

.renewal2018 .diamond ul li:nth-child(8) {
  top: 8%;
}

.renewal2018 .diamond ul li:nth-child(7), .renewal2018 .diamond ul li:nth-child(9) {
  top: 22%;
}

.renewal2018 .live {
  position: relative;
  padding: 10px;
  overflow: hidden;
}

.renewal2018 .live dl {
  display: block;
  margin: 5px;
  padding-right: 90px;
}

.renewal2018 .live dl dt, .renewal2018 .live dl dd {
  font-size: 14px;
  display: inline-block;
}

.renewal2018 .live dl dt {
  color: #0bc;
  width: 80px;
}

.renewal2018 .live dl dd span {
  display: inline-block;
}

.renewal2018 .live .runner {
  position: relative;
  float: right;
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 12px 0 8px !important;
  background: url("../../images/svg/bg-diamond-s.svg") no-repeat;
}

.renewal2018 .live .runner li {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 !important;
}

.renewal2018 .live .runner li.is-active {
  background: url("../../images/svg/icn-runner.svg") no-repeat;
}

.renewal2018 .live .runner li:nth-child(1) {
  top: 25px;
  right: -5px;
}

.renewal2018 .live .runner li:nth-child(2) {
  top: -5px;
  left: 25px;
}

.renewal2018 .live .runner li:nth-child(3) {
  top: 25px;
  left: -5px;
}

.renewal2018 .live .out-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 26px;
  height: 26px;
  padding: 1em 0 0;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  color: #888;
}

.renewal2018 .live .out-count::before, .renewal2018 .live .out-count::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #eee;
  border-radius: 50%;
}

.renewal2018 .live .out-count::before {
  left: 0;
}

.renewal2018 .live .out-count::after {
  right: 0;
}

.renewal2018 .live .out-count[data-count="1"]::before, .renewal2018 .live .out-count[data-count="2"]::before, .renewal2018 .live .out-count[data-count="2"]::after {
  background-color: #c00;
}

.renewal2018 .data-table {
  table-layout: fixed;
}

.renewal2018 .data-table .name {
  width: 7em;
}

.renewal2018 .data-table .number {
  width: 3em;
}

.renewal2018 .data-table th, .renewal2018 .data-table td {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  height: 27px;
  vertical-align: middle;
}

.renewal2018 .data-table th {
  padding: 4px 0;
  font-size: 11px;
  color: #666;
  background-color: #eee;
}

.renewal2018 .data-table td {
  padding: 4px;
  font-size: 12px;
  background-color: #fff;
}

.renewal2018 .data-table th:first-child, .renewal2018 .data-table td:first-child {
  border-left: none;
}

.renewal2018 .data-table th:last-child, .renewal2018 .data-table td:last-child {
  border-right: none;
}

.renewal2018 dl:last-child .data-table th, .renewal2018 dl:last-child .data-table td {
  border-bottom: none;
}

.renewal2018 .month-archive {
  display: flex;
}

.renewal2018 .month-archive h6 {
  flex-grow: 1;
  width: 40px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.renewal2018 .month-archive .archive-list {
  flex-grow: 1;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 8px 8px 7px 7px;
  background-color: #eee;
}

.renewal2018 .month-archive .archive-list li {
  box-sizing: border-box;
  width: 20%;
  padding: 2px 2px 3px 3px;
}

.renewal2018 .month-archive .archive-list li a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0 6px 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  color: #2258a2;
}

.renewal2018 .month-archive .archive-list li a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 1px;
  -webkit-box-shadow: 2px -2px 0 0 #2258a2;
  -moz-box-shadow: 2px -2px 0 0 #2258a2;
  box-shadow: 2px -2px 0 0 #2258a2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.renewal2018 .content-area.tenkiData .column-2-list {
  border: none;
}

.renewal2018 .content-area.tenkiData .column-2-list li {
  box-sizing: border-box;
}

.renewal2018 .content-area.tenkiData .column-2-list li::after {
  content: none;
}

.renewal2018 .content-area.tenkiData .column-2-list li:nth-child(even) {
  padding-left: 10px;
}

.renewal2018 .content-area.tenkiData dl {
  overflow: hidden;
  width: 100%;
}

.renewal2018 .content-area.tenkiData dl dt {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #2258a2;
}

.renewal2018 .content-area.tenkiData dl dd {
  font-size: 11px;
  line-height: 1.5;
}

.renewal2018 .content-area.tenkiData dl dd div[class^="tenki"] {
  float: right;
  width: 60px;
  height: 60px;
}

.renewal2018 .tenkiData .saikou {
  color: #f44336;
}

.renewal2018 .tenkiData .saitei {
  color: #2258a2;
}

.renewal2018 .content-area.tenkiData .column-1-btn {
  margin-top: 0;
}

.renewal2018 .live-reload {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 60px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.renewal2018 .live-reload .sns-list li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 10px;
}

.renewal2018 .live-reload .sns-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.renewal2018 .live-reload .sns-list li:last-child {
  margin-right: 0;
}

.renewal2018 .live-reload .sns-list li .icn-twi {
  background-color: #55acee;
}

.renewal2018 .live-reload .sns-list li .icn-fb {
  background-color: #3b5998;
}

.renewal2018 .live-reload .sns-list li .icn-line {
  background-color: #00c21b;
}

.renewal2018 .live-reload .sns-list li img {
  display: block;
  padding-top: 5px;
  max-height: 18px;
  height: auto;
  max-width: 18px;
  width: auto;
  margin: auto;
}

.renewal2018 .live-reload .sns-list li .icn-twi img {
  padding-top: 7px;
}

.renewal2018 .live-reload .reload {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.renewal2018 .live-reload .reload input {
  display: none;
}

.renewal2018 .live-reload .reload .lever {
  text-align: center;
}

.renewal2018 .live-reload .reload label {
  position: relative;
  display: block;
  overflow: hidden;
  width: 120px;
  height: 30px;
  border-radius: 200em;
  background-color: #aaa;
  transition: background-color .3s;
}

.renewal2018 .live-reload .reload label::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20em;
  border: 2px solid #aaa;
  transition: border-color .3s;
}

.renewal2018 .live-reload .reload label span {
  position: relative;
  left: 0;
  width: 26px;
  height: 26px;
  display: block;
  margin: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: left .3s;
}

.renewal2018 .live-reload .reload label span::before, .renewal2018 .live-reload .reload label span::after {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 88px;
  font-size: 12px;
  line-height: 28px;
}

.renewal2018 .live-reload .reload label span::before {
  content: '自動更新 ON';
  right: 100%;
}

.renewal2018 .live-reload .reload label span::after {
  content: '自動更新 OFF';
  left: 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.renewal2018 .live-reload .reload .btn-reload {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #0bc;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
  border: 2px solid #0bc;
  outline: none;
  transition: .3s;
}

.renewal2018 .live-reload .reload .btn-reload::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../../images/svg/icn-reload.svg") no-repeat center center;
  background-size: 30px 30px;
  border-radius: 50%;
}

.renewal2018 .live-reload .reload .btn-reload.is-animating::after {
  animation: rotate .6s;
}

.renewal2018 .live-reload .reload input:checked~.lever label {
  background-color: #0bc;
}

.renewal2018 .live-reload .reload input:checked~.lever label::after {
  border-color: #0bc;
}

.renewal2018 .live-reload .reload input:checked~.lever label span {
  left: 90px;
}

.renewal2018 .live-reload .reload input:checked~.btn-reload, .renewal2018 .live-reload .reload .btn-reload:disabled {
  pointer-events: none;
  background-color: #999;
  opacity: .3;
  border-color: #999;
}


/***********************************************************************
* baseball high school - school
********************************************************************** */

.renewal2018 .school-wrapper .title-label.turquoise.center {
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.renewal2018 .school-wrapper .title-label.turquoise.center small {
  font-size: 16px;
  font-weight: normal;
}

.renewal2018 .school-wrapper .title-label.turquoise.center small::after {
  content: '';
  margin: 0 .5em;
  display: inline-block;
  width: 0;
  height: 20px;
  border-left: 1px solid #fff;
  vertical-align: text-bottom;
}

.renewal2018 .school-wrapper .tg-header+.tg-header {
  height: auto;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}

.renewal2018 .school-wrapper .index-wrapper {
  margin-bottom: 30px;
}

.renewal2018 .players-list {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset 0 28px 0 0 #cee, inset 0 29px 0 0 #ddd, inset 0 57px 0 0 #eee, inset 0 56px 0 0 #ddd;
  box-shadow: inset 0 28px 0 0 #cee, inset 0 29px 0 0 #ddd, inset 0 57px 0 0 #eee, inset 0 56px 0 0 #ddd;
}

.renewal2018 .players-list * {
  box-sizing: border-box;
}

.renewal2018 .players-list>div:first-child {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  background-color: #cee;
}

.renewal2018 .players-list>div:nth-child(2) {
  position: relative;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 375px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.renewal2018 .players-list>div:nth-child(2)::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #ddd;
  width: 100%;
  height: 1px;
  -webkit-box-shadow: 100vw 0 0 0 #ddd;
  box-shadow: 100vw 0 0 0 #ddd;
}

.renewal2018 .players-list>div:nth-child(2)>dl {
  display: table-row;
}

.renewal2018 .players-list>div:nth-child(2)>dl~dl {
  -webkit-box-shadow: 100vw 1px 0 0 #fff, 100vw 0 0 0 #ddd;
  box-shadow: 100vw 1px 0 0 #fff, 100vw 0 0 0 #ddd;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt, .renewal2018 .players-list>div:nth-child(2)>dl>dd {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 27px;
  padding: 4px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt {
  white-space: nowrap;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd {
  border-left: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(2)>dl:first-child>dt, .renewal2018 .players-list>div:nth-child(2)>dl:first-child>dd {
  padding: 4px 0;
  font-size: 11px;
  color: #666;
  background-color: #eee;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt, .renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(2) {
  width: 34px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(3), .renewal2018 .players-list>div:nth-child(3)>dl>dd {
  width: 90px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(n+4):nth-child(-n+8) {
  width: 32px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:last-child {
  width: auto;
  padding-right: 0;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:last-child::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
}

.renewal2018 .players-list>div:nth-child(3) {
  float: left;
  display: table;
  border-right: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(3)>dl {
  display: table-row;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt, .renewal2018 .players-list>div:nth-child(3)>dl>dd {
  display: table-cell;
  height: 27px;
  padding: 4px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt {
  width: 68px;
  padding-left: 42px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dd {
  border-left: 1px solid #ddd;
}

.renewal2018 .players-list>div:nth-child(4) {
  float: right;
  width: 12em;
  margin: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  color: #666;
}


/***********************************************************************
* baseball high school - school score
********************************************************************** */

.renewal2018 .result-table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
}

.renewal2018 .result-table-wrapper .result-table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.renewal2018 .result-table-wrapper .result-table .cell-year {
  width: 54px;
}

.renewal2018 .result-table-wrapper .result-table thead th {
  font-size: 11px;
  color: #666;
  background-color: #cee;
  padding: 4px 0;
}

.renewal2018 .result-table-wrapper .result-table thead th~th {
  border-left: 1px solid #ddd;
}

.renewal2018 .result-table-wrapper .result-table thead th * {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.renewal2018 .result-table-wrapper .result-table th, .renewal2018 .result-table-wrapper .result-table td {
  text-align: center;
  font-size: 12px;
  height: 24px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.renewal2018 .result-table-wrapper .result-table tbody th {
  padding: 2px 10px;
  font-family: "Roboto";
  font-weight: 400;
}

.renewal2018 .result-table-wrapper .result-table td {
  padding: 2px;
  border-left: 1px solid #ddd;
}

.renewal2018 .result-table-wrapper .result-table .seed {
  background-image: linear-gradient(to top right, transparent 49%, #ddd 49%, #ddd 51%, transparent 51%, transparent);
  /* 右下がりの斜線 */
}


/* 一打席速報部分ラベルカラー変更 */

.title-label.color-sokuhou {
  color: #fff;
  min-height: 14px;
  background-color: #ee9900;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent 100%);
  background-size: 4px 4px;
  font-weight: normal;
}

.flat-tab-list.color-sokuhou {
  border-color: #ee9900;
}

.flat-tab-list.color-sokuhou li.current {
  background-color: #ee9900;
  -webkit-box-shadow: inset 2px 2px 0 0 #ee9900, inset -2px 0 0 0 #ee9900;
  -moz-box-shadow: inset 2px 2px 0 0 #ee9900, inset -2px 0 0 0 #ee9900;
  box-shadow: inset 2px 2px 0 0 #ee9900, inset -2px 0 0 0 #ee9900;
}


/***********************************************************************
 PC用の調整スタイル
**********************************************************************/

.renewal2018 {
  /* players list */
}

.renewal2018 .baseball-highschool-nav {
  position: relative;
}

.renewal2018 .attention {
  width: auto;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li.toggle::after {
  display: block;
}

.renewal2018 .baseball-highschool-nav .tg-header h2 {
  font-size: 24px;
  font-weight: normal;
}

.renewal2018 .baseball-highschool-nav .tg-header h2::before {
  display: block;
  width: 19px;
  height: 25px;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-image: url(../../images/common/icn_heading_arrow.png);
  position: absolute;
  left: 0;
  top: -4px;
  bottom: 0;
  margin: auto 0;
}

.renewal2018 .title-label.twitter+div {
  border: 1px solid #1da1f2;
  margin-bottom: 20px;
}

.renewal2018 .index-contents>.sub-list-wrapper {
  margin-top: 20px;
}

.renewal2018 .baseball-highschool-nav .nav-contents-wrapper .index-contents {
  margin: 8px;
}

.renewal2018 .title-label {
  font-size: 14px;
}

.renewal2018 .title-label a {
  font-size: 16px;
  padding-left: 20px;
}

.renewal2018 .title-label a::after {
  left: 2px;
}

.renewal2018 .title-area {
  margin: 6px 10px;
}

.renewal2018 .title-label.turquoise {
  background-image: url(../../images/common/bg_heading_slash_alpha25.png);
}

.renewal2018 .baseball-highschool-nav .tg-header {
  background-image: url(../../images/common/bg_heading_slash_alpha15.png);
}

.renewal2018 .flat-tab-list li.current, .renewal2018 .flat-tab-list li.current a {
  background-image: url(../../images/common/bg_heading_slash_alpha25.png);
}

.renewal2018 .attention {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}

.renewal2018 .attention p {
  font-weight: normal;
  padding: 10px 10px 8px 40px;
  line-height: 1.4;
}

.renewal2018 .game-outline {
  color: #000;
}

.renewal2018 .game-outline .status {
  font-size: 14px;
  padding: 6px;
}

.renewal2018 .game-outline>small {
  font-size: 14px;
  padding: 15px 20px 0;
}

.renewal2018 .game-outline .team-wrapper {
  margin: 22px 10px;
}

.renewal2018 .game-outline .team-wrapper::after {
  bottom: 24px;
  width: 16px;
  height: 3px;
}

.renewal2018 .game-outline dl.team-first {
  padding-right: 15px;
}

.renewal2018 .game-outline dl.team-second {
  padding-left: 15px;
}

.renewal2018 .game-outline dl dt {
  margin: 0 20px;
  font-size: 24px;
  text-align: center;
}

.renewal2018 .game-outline dl dd {
  padding-bottom: 20px;
  font-size: 40px;
}

.renewal2018 .game-outline .time {
  bottom: -10px;
  font-size: 14px;
  font-weight: normal;
  width: 250px;
}

.renewal2018 .game-outline.is-pre .time, .renewal2018 .game-outline.is-suspension .time {
  top: -11px;
}

.renewal2018 .game-list li.game-outline a.link-area::after {
  bottom: 24px;
}

.renewal2018 .game-contents-wrapper small {
  font-size: 12px;
  padding-right: 5px;
}

.renewal2018 .score-table-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.renewal2018 .score-table-wrapper .score-table {
  margin-top: 13px;
  margin-bottom: 13px;
}

.renewal2018 .score-table-wrapper .score-table th, .renewal2018 .score-table-wrapper .score-table td {
  font-size: 20px;
  font-weight: 400;
  height: 48px;
}

.renewal2018 .score-table-wrapper .name {
  font-size: 24px;
  padding: 0 5px;
}

.renewal2018 .content-area.member::after {
  content: '';
  display: block;
  clear: both;
}

.renewal2018 .content-area.member .content-area-wrapper {
  width: 305px;
}

.renewal2018 .content-area.member .content-area-wrapper:nth-child(1) {
  float: left;
}

.renewal2018 .content-area.member .content-area-wrapper:nth-child(2) {
  float: right;
  margin-top: 0;
}

.renewal2018 .content-area.member .content-area-wrapper .title-label {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.renewal2018 .content-area.member .content-area-wrapper .is-live .title-label::after {
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px;
  padding: 0 6px;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.renewal2018 .diamond {
  margin: 10px;
}

.renewal2018 .diamond small {
  padding: 3px 0 6px;
}

.renewal2018 .diamond ul li {
  font-size: 12px;
}

.renewal2018 .diamond ul li::before {
  font-size: 10px;
}

.renewal2018 .flat-tab-list:not(.meet-tab) li {
  flex-basis: 100%;
}

.renewal2018 .month-archive {
  margin-top: 1px;
}

.renewal2018 .month-archive h6 {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 35px;
  padding-top: 5px;
  font-size: 18px;
}

.renewal2018 .month-archive .archive-list {
  padding: 10px;
}

.renewal2018 .month-archive .archive-list li {
  flex-basis: 65px;
  padding: 0;
}

/* ページ上部のカレンダーレイアウト崩れのため、修正 2019.07.22
.renewal2018 .month-archive .archive-list li:not(:nth-child(8n)) {
 */
.renewal2018 .month-archive .archive-list li:not(:nth-child(7n)) {
  margin-right: 5px;
}

/* ページ上部のカレンダーレイアウト崩れのため、修正 2019.07.22
.renewal2018 .month-archive .archive-list li:nth-child(n+9) {
*/
.renewal2018 .month-archive .archive-list li:nth-child(n+8) {
  margin-top: 5px;
}

.renewal2018 .month-archive .archive-list li a {
  align-items: center;
  font-size: 18px;
  height: 40px;
}

.renewal2018 .month-archive .archive-list li a::after {
  right: 5px;
  width: 9px;
  height: 9px;
  border: 3px solid #2258a2;
  border-radius: 1px;
  border-left: 0;
  border-bottom: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.renewal2018 .flat-tab-list.meet-tab {
  height: 38px;
}

.renewal2018 .flat-tab-list.meet-tab>li {
  position: relative;
  height: 100%;
  padding: 0 10px;
  box-shadow: none;
  box-sizing: border-box;
}

.renewal2018 .flat-tab-list.meet-tab>li::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #2258a2;
  border-top: 0;
  border-left: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
}

.renewal2018 .flat-tab-list.meet-tab>li:nth-child(1) {
  justify-content: flex-start;
}

.renewal2018 .flat-tab-list.meet-tab>li:nth-child(1)::after {
  left: 12px;
  transform: rotate(135deg);
}

.renewal2018 .flat-tab-list.meet-tab>li:nth-child(2) {
  justify-content: flex-end;
}

.renewal2018 .flat-tab-list.meet-tab>li:nth-child(2)::after {
  right: 12px;
  transform: rotate(-45deg);
}

.renewal2018 .flat-tab-list.meet-tab>li.current {
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
}

.renewal2018 .flat-tab-list.meet-tab>li.current::after {
  display: none;
}

.renewal2018 .flat-tab-list.meet-tab>li:not(.current) {
  flex-grow: 0;
  padding: 0 22px;
  font-size: 14px;
  color: #2258a2;
  cursor: pointer;
}

.renewal2018 .flat-tab-list.meet-tab>li:not(.current):hover {
  opacity: .5;
}

.renewal2018 .content-toggle {
  font-size: 16px;
}

.renewal2018 .content-toggle .toggle-icn {
  width: 22px;
  height: 22px;
}

.renewal2018 .add-paid-after::after {
  width: 16px;
  height: 16px;
}

.renewal2018 .game-list li.game-outline a.link-area::after {
  box-shadow: none;
  border: 3px solid #2258a2;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li a:hover {
  text-decoration: none;
}

.renewal2018 .baseball-highschool-nav .tg-header ul li:before {
  pointer-events: none;
}

.renewal2018 .game-list li.game-outline a.link-area {
  z-index: 1;
}

.renewal2018 .game-list li.game-outline a.link-area:hover::after, .renewal2018 .game-list li.game-outline a.link-area:hover~* {
  opacity: .5;
}

.renewal2018 .live-reload {
  left: 50%;
  right: auto;
  margin-left: -350px;
  width: 380px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
}

.renewal2018 .live-reload .sns-list li {
  margin: 0 17px 0 0;
  width: 40px;
  height: 40px;
}

.renewal2018 .live-reload .sns-list li a {
  backface-visibility: hidden;
}

.renewal2018 .live-reload .sns-list li img {
  max-width: none;
  max-height: none;
}

.renewal2018 .live-reload .sns-list li .icn-twi img {
  padding-top: 12px;
  width: 24px;
}

.renewal2018 .live-reload .sns-list li .icn-fb img {
  padding-top: 8px;
  height: 26px;
}

.renewal2018 .live-reload .reload input:checked~.lever label span {
  left: 110px;
}

.renewal2018 .live-reload .reload label {
  width: 140px;
  cursor: pointer;
}

.renewal2018 .live-reload .reload label:hover * {
  opacity: .5;
}

.renewal2018 .live-reload .reload .lever label span::before, .renewal2018 .live-reload .reload .lever label span::after {
  width: 108px;
  font-size: 14px;
}

.renewal2018 .live-reload .reload .btn-reload {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.renewal2018 .live-reload .reload .btn-reload::after {
  background-size: 40px 40px;
}

.renewal2018 .live-reload .reload .btn-reload:hover::after {
  opacity: .5;
}

.renewal2018 .flat-tab-list:not(.meet-tab) li:not(.current) {
  cursor: pointer;
  backface-visibility: hidden;
}

.renewal2018 .flat-tab-list:not(.meet-tab) li:not(.current):hover {
  opacity: .5;
}

.renewal2018 .index-contents .image-list {
  margin-bottom: 30px;
}

.renewal2018 .common-tab-list li {
  cursor: pointer;
}

.renewal2018 .common-tab-list li.current:hover {
  color: rgba(255, 255, 255, 0.5);
}

.renewal2018 .common-tab-list li:not(.current):hover {
  opacity: .5;
}

.renewal2018 .common-tab-list li a {
  display: block;
  margin: -8px 0;
  padding: 8px 0;
}

.renewal2018 .common-tab-list li a:hover {
  text-decoration: none;
}

.renewal2018 .common-tab-list li.nav-grayout, .nav-grayout a {
  color: #bcc7dd;
  pointer-events: none;
  cursor: default!important;
}

.nav-grayout {
  cursor: default!important;
}

.renewal2018 .common-tab-list li.nav-grayout:not(.current):hover {
  opacity: 1;
}

.renewal2018 .players-list>div:nth-child(2) {
  width: 100%;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(3) {
  width: 120px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(2) {
  width: 42px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:nth-child(n+4):nth-child(-n+8) {
  width: auto;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dd:last-child {
  width: 180px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt {
  width: 42px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dd {
  width: 120px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt {
  width: 84px;
  padding-left: 48px;
}

.renewal2018 .players-list>div:nth-child(4) {
  width: auto;
}

.renewal2018 .article-wrapper.news-detail {
  padding-bottom: 0;
}

.renewal2018 .live .runner {
  width: 90px;
  height: 90px;
  margin: 0 60px 0 8px !important;
}

.renewal2018 .live .runner li {
  width: 30px;
  height: 30px;
}

.renewal2018 .live .runner li:nth-child(1) {
  top: 30px;
  right: -5px;
}

.renewal2018 .live .runner li:nth-child(2) {
  top: -5px;
  left: 30px;
}

.renewal2018 .live .runner li:nth-child(3) {
  top: 30px;
  left: -5px;
}

.renewal2018 .live .out-count {
  width: 44px;
  height: 40px;
  font-size: 14px;
}

.renewal2018 .live .out-count::before, .renewal2018 .live .out-count::after {
  width: 20px;
  height: 20px;
}

.renewal2018 .diamond ul li {
  max-width: 103px;
}


/***********************************************************************
20180306 調整CSS
**********************************************************************/


/* -- トップ・成績一覧 -- */

.renewal2018 .baseball-highschool-nav .tg-header h2 {
  font-size: 20px;
  font-weight: bold;
}

.renewal2018 .flat-tab-list.meet-tab {
  height: 43px;
}

.renewal2018 .flat-tab-list.meet-tab>li.current {
  font-size: 18px;
}

.renewal2018 .flat-tab-list.meet-tab>li.current {
  font-size: 18px;
}

.renewal2018 .flat-tab-list.meet-tab>li:not(.current) {
  font-size: 16px;
  padding: 0 28px 0 22px;
}

.renewal2018 .common-tab-list {
  padding: 7px 10px;
}

.renewal2018 .common-tab-list li {
  font-size: 17px;
}

.renewal2018 .list-title {
  font-size: 18px;
  padding: 12px 11px 12px 11px;
}

.renewal2018 .title-label {
  font-size: 18px;
}

.renewal2018 .game-contents-wrapper small {
  font-size: 14px;
  padding: 10px 15px 0;
}

.renewal2018 .game-outline dl dt {
  font-size: 22px;
}

.renewal2018 .title-label:not(dt) {
  margin-top: 5px;
}

.renewal2018 .index-contents .title-label {
  margin-top: 0px;
}

.renewal2018 .game-list li.game-outline {
  margin: 15px 15px 0 15px;
}

.renewal2018 .game-outline .team-wrapper {
  margin: 10px 10px 10px 10px;
}

.renewal2018 .game-outline .time {
  font-size: 15px;
  bottom: -4px;
  font-weight: bold;
}

.renewal2018 .game-outline .status {
  font-size: 15px;
  padding: 5px;
  height: 15px;
}

.renewal2018 .column-1-btn {
  max-width: 460px;
  background-color: #fff;
}

.renewal2018 .game-list+.column-1-btn {
  margin-top: 25px;
}

.renewal2018 .baseball-highschool-nav .list-title {
  font-size: 16px;
  padding: 18px 11px 8px 14px;
}


/* --  ニュースリスト  -- */

.renewal2018 .column-1-list.image-list.image-large .caption .news-title {
  line-height: 1.4;
  margin-bottom: 0;
}

.renewal2018 .column-1-list.image-list.image-large a {
  padding: 10px 10px;
}

.renewal2018 .column-1-list.image-list.image-large li:first-child a {
  padding-top: 15px;
}

.renewal2018 .column-1-list.image-list.image-large .tg-figure {
  width: 75px;
  height: 75px;
}

.renewal2018 .column-1-list.image-list.image-large .caption {
  width: calc(100% - 85px);
}

.renewal2018 .index-contents .image-list {
  margin-bottom: 0px;
}

.renewal2018 .index-contents.column-1-list-wrapper {
  margin-bottom: 30px;
}


/* --  ニュース詳細  -- */

.renewal2018 .article-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  margin-top: 10px;
  margin-bottom: 5px;
}

.renewal2018 .column-1-list .news-attrs li, .renewal2018 .article-title-wrapper .news-attrs li {
  margin: 0 0 5px 5px;
  padding: 5px 5px;
  font-size: 12px;
  background: #999;
  color: #fff;
}

.renewal2018 .column-1-list .news-attrs li:first-child, .renewal2018 .article-title-wrapper .news-attrs li:first-child {
  margin-left: 0;
}

.renewal2018 .article-title-wrapper .article-title-sub .date {
  font-size: 14px;
}


/* -- 成績詳細 -- */

.renewal2018 .title-label.turquoise small {
  padding: 0;
}

.renewal2018 .score-table-wrapper .name {
  font-size: 20px;
}

.renewal2018 .score-table-wrapper .score-table {
  margin-top: 13px;
  margin-bottom: 15px;
  /*-- テーブルの上下に学校名が均等配置されないため  --*/
}

.renewal2018 .content-area .content-area-wrapper .title-label {
  font-size: 18px;
}

.renewal2018 .content-area p {
  font-size: 16px;
  line-height: 1.6;
}

.renewal2018 .live dl dt, .renewal2018 .live dl dd {
  font-size: 15px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline li {
  font-size: 16px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline {
  margin: 12px 18px;
}

.renewal2018 .content-area .content-area-wrapper ul.timeline li+li {
  margin-top: 12px;
  padding-top: 12px;
}

.renewal2018 .flat-tab-contents.current .game-contents-wrapper.is-live .common-tab-contents>.content-area {
  padding-bottom: 20px;
}

.renewal2018 .content-area.member .content-area-wrapper .title-label {
  font-size: 15px;
}

.renewal2018 .diamond ul li {
  font-size: 14px;
}

.renewal2018 .data-table td {
  font-size: 13px;
}


/* --  日程リスト  -- */

.renewal2018 .game-list.agenda .game-outline {
  margin: 2px 0 0 0;
}

.renewal2018 .game-list.agenda .game-outline dl dt {
  font-size: 18px;
}

.renewal2018 .game-list.agenda .game-outline .team-wrapper {
  height: auto;
}


/* --  選手名鑑などテーブル  -- */

.renewal2018 .players-list>div:nth-child(2)>dl:first-child>dt, .renewal2018 .players-list>div:nth-child(2)>dl:first-child>dd {
  font-size: 12px;
}

.renewal2018 .players-list>div:nth-child(2)>dl>dt, .renewal2018 .players-list>div:nth-child(2)>dl>dd {
  font-size: 15px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt, .renewal2018 .players-list>div:nth-child(3)>dl>dd {
  font-size: 15px;
}

.renewal2018 .players-list>div:nth-child(3)>dl>dt {
  width: 84px;
  padding-left: 7px;
}

.renewal2018 .result-table-wrapper .result-table thead th {
  font-size: 14px;
}

.renewal2018 .result-table-wrapper .result-table th {
  font-size: 14px;
}

.renewal2018 .result-table-wrapper .result-table th span {
  font-size: 14px;
}

.renewal2018 .result-table-wrapper .result-table td {
  font-size: 18px;
}


/***********************************************************************
イニングスコア下部テキスト
**********************************************************************/

.renewal2018 .cooperation-bulletin {
  font-size: 11px;
  text-align: center;
  margin: 0px auto 10px;
  display: block;
  padding: 8px;
  background-color: #eee;
}


/***********************************************************************
３月31日　PC表示確認→修正
**********************************************************************/


/* 全般ボタン部分 */

.renewal2018 .column-3-list .column-1-btn {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}


/* 成績ページ・成績リスト・日付ごとの余白 */

.game-contents-wrapper .game-contents-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tg-article .tg-article {
  margin-bottom: 60px;
}

.nav-contents-wrapper .tg-article .tg-article {
  margin-bottom: 0px;
}

.tg-article .tg-article:last-child {
  margin-bottom: 0;
}

.game-contents-wrapper>.tg-article {
  margin-bottom: 30px;
}


/* 一打席速報まわり */

.flat-tab-list {
  font-size: 18px;
}


/* トーナメント */

.tg-article.content-area-wrapper {
  margin: 10px 0 30px 0;
}


/* トーナメント表の横幅を100％にする */

.content-area center img {
  width: 100%;
}


/* 写真集画像サイズ修正・写真位置の変更 */

.renewal2018 .main-image img {
  width: auto;
  height: auto;
  margin: 0 auto 15px auto;
}

.renewal2018 .main-image .tg-figure {
  text-align: center;
}

.renewal2018 .modal>.tg-article .modal-content .modal-content-inner .list-title {
  margin-bottom: 5px;
  padding: 20px 0 5px 0;
  font-size: 15px;
}

.renewal2018 .modal .title-label:not(dt) {
  margin-top: 0px;
}

.renewal2018 .modal>.tg-article {
  margin-left: -337.5px;
  width: 675px;
}


/*                                */
/* ４月５日分更新                   */
/*                                */
/* -- ラベルなどデザイン変更       -- */

.title-label.inning-comment {
  background-color: rgba(242, 228, 37, 0.65);
  margin: 0 0 0 auto;
  font-size: 15px!important;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.bb-photo-appendix {
  padding: 10px 20px;
  background-color: #cee;
  font-size: 15px;
  line-height: 1.4;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #bbb;
  color: #666;
}

.bb-appendix-info {
  padding: 10px 10px 10px 40px;
  color: #2258a2;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  clear: both;
}

.bb-appendix-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  margin: auto 0;
  background-color: #2258a2;
}

.bb-appendix-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 2px;
  height: 12px;
  display: block;
  margin: auto 9px;
  -webkit-box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, .5);
  -moz-box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, .5);
  box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, .5);
}

/*　ネストしていた従前のもの　*/

.renewal2018 .bb-photo-appendix {
  padding: 10px 20px;
  background-color: #cee;
  font-size: 15px;
  line-height: 1.4;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #bbb;
  color: #666;
}

.renewal2018 .bb-appendix-info {
  padding: 10px 10px 10px 40px;
  color: #2258a2;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  clear: both;
}

.renewal2018 .bb-appendix-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  margin: auto 0;
  background-color: #2258a2;
}

.renewal2018 .bb-appendix-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 2px;
  height: 12px;
  display: block;
  margin: auto 9px;
  -webkit-box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, .5);
  -moz-box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, .5);
  box-shadow: inset 0 -2px 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 8px 0 0 rgba(255, 255, 255, .5);
}



.renewal2018 .bb-appendix-nodata {
  padding: 20px 20px 20px 20px;
  color: #666;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.renewal2018 .ad {
  margin: 30px 0!important;
  text-align: center!important;
}



/*                                */
/* ４月12日分更新                   */
/*                                */


/* -- 戦評表示部分 -- */

.title-label.color-sokuhou.turquoise.content-toggle{
    background-color: #ee9900;
}


/* -- 詳細記事の記事読み込み部分 -- */

.renewal2018 .column-1-list.image-list.image-large figure {
  width: 75px;
  height: 75px;
  margin:0;
}

.renewal2018 .column-1-list.image-list.image-large figure img {
  width: 75px;
  height: 75px;
}



/* -- ボタン部分　aタグ囲み位置修正による変更 -- */

.renewal2018 .game-list li.game-outline a.link-area:hover{
text-decoration:none!important;
}

.renewal2018 .game-list li.game-outline a.link-area {
  padding-top:12px;
}


/* -- 日程部分・細かいマージン調整 -- */


.renewal2018 .content-area-wrapper:first-child {
  margin: 0px 0 0;
}


.game-list.agenda+.title-label.turquoise{
margin-top:15px;
}


/* -- PCコンテンツ下パーツ共通化による調整 -- */

.renewal2018 ~ .renewal2018 .tg-article.index-contents {
    margin-bottom: 30px;
}

/* 特集の新規表示で調整
.renewal2018 ~ .renewal2018 .tg-article.index-contents + .tg-article.index-contents{
    margin-bottom: 0px;
}
*/





/********************************************
YDN native広告:
高校野球ページ用　既存YDNに追記 20180412修正分
********************************************/

.renewal2018 .column-1-list li:hover{
background-color: #f6f6f6!important;
overflow:hidden;
display:block;
}



.renewal2018 .column-1-list .native .yads_ad_res_s{
padding:10px;
position:relative;
}


.renewal2018 .column-1-list .native .yads_ad_logo_res_s{
display:none;
}


.renewal2018 .column-1-list .native .yads_ad_button_res_s{
display:none;
}


.renewal2018 .column-1-list .native .yads_ad_res_s  > a:before{
position:absolute;
top: 0;
bottom: 0;
left: 95px;
margin: auto;

content: 'PR';
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
padding: 3px;
background-color: #bbb;
border-radius: 5%;
color: #fff;
font-size: 10px;
font-weight: normal;
text-align: center;
}



.renewal2018 .column-1-list .native .yads_ad_img_res_s{
width:75px;
height:75px;
float:left;
padding-right:45px;
}


.renewal2018 .column-1-list .native .yads_ad_img_res_s img{
width:75px;
height:75px;
}


.renewal2018 .column-1-list .native .yads_ad_title_res_s{
color:#333;
font-size:18px;
line-height:1.4;
}


.renewal2018 .column-1-list .native .yads_ad_adv_res_s{
color:#666!important;
font-size:12px;
line-height:15px;
padding-bottom:5px;
}

.renewal2018 .column-1-list .native .yads_ad_info_res_s{
color:#666!important;
font-size:12px;
line-height:15px;
}

.renewal2018 .column-1-list .native .yads_ad_info_res_s img{
width:12px;
height:12px;
vertical-align:middle;
}


.renewal2018 .column-1-list li:hover .yads_ad_info_res_s img{
opacity:1;
}

.renewal2018 .column-1-list .yads_ad_res_s a:hover img{
opacity:1;
}



/* -- これまでの属性クリア -- */


.renewal2018 .column-1-list.image-list .yads_ad_res_s a {
  display: block;
  padding: 0;
}


.renewal2018 .column-1-list.image-list .yads_ad_res_s a:hover {
  text-decoration:none;
}



/********************************************
native広告:
YDNレスポンシブ広告対応 / 20170419修正分
********************************************/

/* YDN表示微修正 */

.renewal2018 .column-1-list li + div:hover{
background-color: #f6f6f6!important;
overflow:hidden;
display:block;
}

.renewal2018 .image-large .yads_ad_title{
font-size:18px;
line-height:1.2;
}

.renewal2018 .image-large .yads_ad_adv{
font-size:12px;
line-height:15px;
}

.renewal2018 .image-large .yads_ad a:hover {
  text-decoration:none;
}

.renewal2018 .image-large .yads_ad .yads_ad_title {
    margin-left: 120px;
}

.renewal2018 .image-large .yads_ad .yads_ad_adv,
.renewal2018 .image-large .yads_ad .yads_ad_info {
    margin-left: 120px;
}

/* Adsense表示微修正 */

.renewal2018 ul.feed-list li:nth-child(10) {
 padding-bottom:9px!important;
}


/* -- 一覧への課金アイコン表示 -- */
.column-1-list.text-list .add-paid-before:before{
    left: 8px;
}

/*
学校名リンク
*/
.textDetail p a{
	font-weight:bold;
	color:#0093ab;
}	

.textDetail .school-link-area{
	overflow:hidden;
	border-top:1px solid #bbbbbb;
	padding-top:12px;
}

.textDetail .school-link-area:before{
	content: "学校ページへ：";
	font-weight:bold;
	line-height:30px;	
}

.textDetail .school-link{
	position: relative;
	display:inline-block;
	margin-left: 20px;
	padding: 0 10px 0 5px;
	background: #0093ab;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 16px;
	color: #fff;
line-height: 30px;
}

.textDetail .school-link:after{
	content: "";
	position: absolute;
	top: 0;
	left: -16px;
	border-right: 16px solid #0093ab;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	transform-origin: right top;
	transform: scaleX(.75);
}

.textDetail .school-link a{
	color:#ffffff;
	font-weight:bold;
}


/* -------------------- */
/* トップ上部のリンク用 */
/* -------------------- */
.koya-zenkoku-linktitle {
    background: url(https://www.kobe-np.co.jp/info/nextguide/koya2018summer/robot/img/title-bg.png) repeat left top!important;
    background-size:4px 4px!important;
    padding: 10px 10px!important;
    /* z-index: 5; */
    position: relative;
}

.koya-zenkoku-linktitle a {
    color: #006CB8;
}

.koya-zenkoku-linktitle a:hover span{
    -webkit-animation:blink2 1.5s ease-in-out infinite alternate;
    -moz-animation:blinkblink2 1.5s ease-in-out infinite alternate;
    animation:blinkblink2 1.5s ease-in-out infinite alternate;
}

.koya-zenkoku-linktitle span {
    background: #fff;
    color: #006CB8;
    display: block;
    font-size: 20px;
    line-height:20px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

/* 点滅 */
.koya-zenkoku-linktitle .blinking{
    -webkit-animation:blinkblink 1.5s ease-in-out infinite alternate;
    -moz-animation:blinkblink 1.5s ease-in-out infinite alternate;
    animation:blinkblink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blinkblink{
    0% {opacity:0;}
    50% {opacity:1;}
}
@-moz-keyframes blinkblink{
    0% {opacity:0;}
    50% {opacity:1;}
}
@keyframes blinkblink{
    0% {opacity:0;}
    50% {opacity:1;}
}
@-webkit-keyframes blinkblink2{
    0% {opacity:1;}
    50% {opacity:1;}
}
@-moz-keyframes blinkblink2{
    0% {opacity:1;}
    50% {opacity:1;}
}
@keyframes blinkblink2{
    0% {opacity:1;}
    50% {opacity:1;}
}
