@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
section h3.no-style {
  font-size: 20px;
  font-size: 2rem;
}
section h4.no-style {
  font-size: 16px;
  font-size: 1.6rem;
}
section .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .contact-list li {
  margin: 15px 0;
}
section .contact-list li a {
  position: relative;
  border-radius: 2em;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(227, 166, 1, 0.2);
  padding: 0.75em 2em;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #41474B;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
section .contact-list li a:visited {
  color: #41474B;
}
section .contact-list li a::before {
  content: " ";
  display: block;
  width: 5px;
  height: 9px;
  background: url(../img/icon_arrow_y.svg) 50% 50% no-repeat;
  background-size: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
}
@media print, screen and (min-width: 1023px) {
  section .contact-list li a:hover {
    background-color: #FFF5DE;
    color: #41474B;
  }
}

.broadcast-list dl dd ul {
  padding: 0.5em;
}
.broadcast-list dl dd ul li {
  width: calc(50% - 15px);
  margin: 10px 7.5px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.broadcast-list dl dd ul li a {
  width: 100%;
  display: block;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 3px 15px 0px rgba(227, 166, 1, 0.2);
  color: #41474B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.broadcast-list dl dd ul li a::before {
  content: " ";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 3px;
}
.broadcast-list dl dd ul li:nth-child(1) a::before {
  width: 26px;
  height: 18px;
  background-image: url(../img/community/icon_program.svg);
}
.broadcast-list dl dd ul li:nth-child(2) a::before {
  width: 23px;
  height: 23px;
  background-image: url(../img/community/icon_baseball.svg);
}
.broadcast-list dl dd ul li:nth-child(3) a::before {
  width: 18px;
  height: 20px;
  background-image: url(../img/community/icon_government.svg);
}
.broadcast-list dl dd ul li:nth-child(4) a::before {
  width: 23px;
  height: 23px;
  background-image: url(../img/community/icon_info.svg);
}

.introduction-box {
  background: rgb(255, 251, 219);
  background: linear-gradient(120deg, rgb(255, 251, 219) 0%, rgb(255, 237, 209) 100%);
  border-radius: 10px;
  padding: 15px;
  margin-top: 1.6em;
  margin-bottom: 2em;
}
.introduction-box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #41474B;
}
.introduction-box__img {
  width: 113px;
}
.introduction-box__img img {
  width: 100%;
}
.introduction-box__txt {
  width: calc(100% - 113px);
  padding: 0 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.introduction-box__txt p {
  margin: 5px 0;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
}
.introduction-box__txt p.title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0;
}

.recommend-program {
  padding: 2em 0;
  background: #FFF9EB;
}
.recommend-program .keyvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 1em;
  padding-bottom: 20px;
}
.recommend-program .keyvisual__slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.recommend-program .keyvisual .slick-prev {
  top: 50%;
  left: 5px;
}
.recommend-program .keyvisual .slick-next {
  top: 50%;
  right: 5px;
}
.recommend-program .keyvisual .slick-dots {
  bottom: -28px;
}

.regular-program {
  padding: 2em 0;
}

.regular-program-list {
  margin-top: 0.8em;
}
.regular-program-list__item {
  margin: 0 10px;
}
.regular-program-list__item a {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 13px 0px rgba(227, 166, 1, 0.5);
          box-shadow: 0 2px 13px 0px rgba(227, 166, 1, 0.5);
  overflow: hidden;
  color: #41474B;
}
.regular-program-list__item.other a {
  -webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.1);
}
.regular-program-list__img {
  width: 100%;
  position: relative;
}
.regular-program-list__img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.regular-program-list__img .channel {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.regular-program-list__img .channel span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
}
.regular-program-list__img .channel span.ch111 {
  background: #4772B4;
}
.regular-program-list__img .channel span.ch121 {
  background: #F25057;
}
.regular-program-list__txt {
  padding: 0 0.75em 0.75em 0.75em;
}
.regular-program-list__txt h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-top: 10px;
  padding: 0;
}
.regular-program-list__txt p {
  margin-top: 10px;
}
.regular-program-list__txt p.time {
  font-size: 13px;
  font-size: 1.3rem;
  background: #FFF9EB;
  padding: 0.25em 0.5em;
  line-height: 1.2;
}
.regular-program-list .slick-track {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.regular-program-list .slick-slide {
  height: auto !important;
}
.regular-program-list .slick-list {
  padding: 15px 0;
}

.other-content .sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other-content .sns-area__item {
  width: 100%;
  margin-top: 1.6em;
}
.other-content .sns-area__item a {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 1.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #41474B;
}
.other-content .sns-area__item .sns-area__info h4 {
  margin: 0 -1em 0 -3em;
  padding-left: 3.8em;
}
.other-content .sns-area__item .sns-area__img {
  position: relative;
}
.other-content .sns-area__item .sns-area__img img {
  position: absolute;
  top: 10px;
  left: 0;
}
.other-content .sns-area__item:nth-child(1) a {
  background-color: #F5E7E1;
}
.other-content .sns-area__item:nth-child(1) .sns-area__info h4 {
  background: #EB7C4A;
}
.other-content .sns-area__item:nth-child(2) a {
  background-color: #EEF1F1;
}
.other-content .sns-area__item:nth-child(2) .sns-area__info h4 {
  background: #0A66FB;
}
.other-content .sns-area__img {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other-content .sns-area__info {
  width: calc(75% - 20px);
}
.other-content .sns-area__info h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 5px 1em;
  margin: 0 -1em 0 0;
  border: none;
  border-radius: 5px 0 0 5px;
}
.other-content .sns-area__info p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 15px;
  padding-left: 1em;
}

.program-list {
  margin-top: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.program-list__item {
  width: 100%;
  margin: 1.6em 0 0;
}
.program-list__item a {
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 13px 0px rgba(227, 166, 1, 0.5);
          box-shadow: 0 2px 13px 0px rgba(227, 166, 1, 0.5);
  overflow: hidden;
  color: #41474B;
}
.program-list__item.other a {
  -webkit-box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 13px 0px rgba(0, 0, 0, 0.1);
}
.program-list__img {
  width: 100%;
  position: relative;
}
.program-list__img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-list__img .channel {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.program-list__img .channel span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
}
.program-list__img .channel span.ch111 {
  background: #4772B4;
}
.program-list__img .channel span.ch121 {
  background: #F25057;
}
.program-list__txt {
  padding: 0 0.75em 0.75em 0.75em;
}
.program-list__txt h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-top: 10px;
  padding: 0;
}
.program-list__txt p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
}
.program-list__txt p.time {
  font-size: 13px;
  font-size: 1.3rem;
  background: #FFF9EB;
  padding: 0.25em 0.5em;
  line-height: 1.2;
}

.community-footer {
  margin-top: 3em;
  padding-bottom: 3em;
}
.community-footer .broadcast-list {
  border: none;
  margin-top: 2em;
  padding: 2em 0;
}
.community-footer .broadcast-list ul {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.community-footer .broadcast-list ul li {
  width: calc(50% - 10px);
  margin: 0 20px 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.community-footer .broadcast-list ul li:nth-child(2n) {
  margin-right: 0;
}
.community-footer .broadcast-list ul li a {
  width: 100%;
  display: block;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 3px 15px 0px rgba(227, 166, 1, 0.2);
  color: #41474B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.community-footer .broadcast-list ul li a::before {
  content: " ";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 3px;
}
.community-footer .broadcast-list ul li:nth-child(1) a::before {
  width: 26px;
  height: 18px;
  background-image: url(../img/community/icon_program.svg);
}
.community-footer .broadcast-list ul li:nth-child(2) a::before {
  width: 24px;
  height: 23px;
  background-image: url(../img/community/icon_recommend.svg);
}
.community-footer .broadcast-list ul li:nth-child(3) a::before {
  width: 24px;
  height: 24px;
  background-image: url(../img/community/icon_regular.svg);
}
.community-footer .broadcast-list ul li:nth-child(4) a::before {
  width: 23px;
  height: 23px;
  background-image: url(../img/community/icon_baseball.svg);
}
.community-footer .broadcast-list ul li:nth-child(5) a::before {
  width: 18px;
  height: 20px;
  background-image: url(../img/community/icon_government.svg);
}
.community-footer .contact-list li {
  margin: 10px 0 15px;
}
.community-footer .contact-list li a {
  border: 1px solid #F0F0F0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.channel-list {
  margin-top: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.channel-list__item {
  margin: 0.8em 0;
  padding: 0 1em;
}
.channel-list__item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.channel-list__item .img img {
  max-width: 117px;
}
.channel-list__item p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.channel-info {
  margin-top: 2em;
  padding: 2em 0;
  background: #FFF9EB;
}
.channel-info .program-category {
  margin: 2em 0 3em;
}
.channel-info .program-category h3 {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  padding: 0;
  margin-top: 0;
}
.channel-info .program-category p.sub {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #41474B;
  margin-top: 5px;
}
.channel-info .program-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
}
.channel-info .program-list__item {
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 5px 5px 0 0;
  margin-right: 20px;
  overflow: hidden;
  margin-top: 1.6em;
}
.channel-info .program-list__item:nth-child(2n) {
  margin-right: 0;
}
.channel-info .program-list__item .img {
  position: relative;
}
.channel-info .program-list__item .img .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.channel-info .program-list__item .img .icon span {
  display: inline-block;
  padding: 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.channel-info .program-list__item .img .icon span.ch111 {
  background: #4772B4;
}
.channel-info .program-list__item .img .icon span.ch121 {
  background: #F25057;
}
.channel-info .program-list__item .img .icon span.ch122 {
  background: #31843e;
}
.channel-info .program-list__item .txt {
  padding: 0 1em 1.5em;
}
.channel-info .program-list__item .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0.8em;
  line-height: 1.3;
}
.channel-info .program-list__item .txt p.title {
  font-weight: bold;
}
.channel-info .program-list__item .txt p.link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 3px solid #FFC73D;
  border-radius: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(206, 160, 21, 0.2);
          box-shadow: 0px 5px 14px 0px rgba(206, 160, 21, 0.2);
  padding: 0;
  width: 215px;
  max-width: 100%;
  height: 34px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #41474B;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.channel-info .program-list__item .txt p.link a:visited {
  color: #41474B;
}
.channel-info .program-list__item .txt p.link a::after {
  content: " ";
  display: block;
  width: 5px;
  height: 9px;
  background: url(../img/icon_arrow_y.svg) 50% 50% no-repeat;
  background-size: 5px;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -5px;
}
@media print, screen and (min-width: 1023px) {
  .channel-info .program-list__item .txt p.link a:hover {
    background-color: #FFF5DE;
    color: #41474B;
  }
}

.content-wrap.baseball {
  padding: 0;
}

.keyvisual {
  width: 100%;
  margin: 0;
}
.keyvisual img {
  display: block;
  width: 100%;
}

.entry-area {
  padding: 2em 0;
  background: rgb(255, 222, 31);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 222, 31)), to(rgb(255, 176, 0)));
  background: linear-gradient(90deg, rgb(255, 222, 31) 0%, rgb(255, 176, 0) 100%);
}
.entry-area .entry-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-area .entry-link__item {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(227, 166, 1, 0.2);
          box-shadow: 0px 3px 15px 0px rgba(227, 166, 1, 0.2);
  border-radius: 10px;
  margin: 10px 0;
  padding: 1.2em 1em;
}
.entry-area .entry-link__item p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
.entry-area .entry-link__item p:first-child {
  margin-top: 0;
}

.results {
  background: #FFF9EB;
  padding: 3em 0;
}
.results__wrap {
  border-radius: 10px;
  overflow: hidden;
}
.results__wrap h2 {
  margin: 0;
  background: #FFC73D;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
  line-height: 1.3;
  padding: 0.75em 0;
}
.results__inner {
  background: #fff;
  padding: 1em;
}
.results__inner .accordion-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #F0F0F0;
  margin: 0;
  padding: 0 1em;
}
.results__inner .accordion-content .accordion-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
.results__inner .accordion-content .accordion-title button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFF9EB;
}
.results__inner .accordion-content .accordion-title button .icon {
  background: #FFC73D;
}
.results .results-list li {
  margin: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.results .results-list li a {
  display: block;
  padding-left: 1.5em;
  background: url(../img/icon_btn_link.svg) 0 0.2em no-repeat;
  background-size: 16px;
}

.sns-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3em;
}
.sns-timeline .title {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sns-timeline .title::before {
  content: "＼";
  display: block;
}
.sns-timeline .title::after {
  content: "／";
  display: block;
}
.sns-timeline .twitter {
  width: 100%;
  max-width: 750px;
  margin-top: 0.8em;
  margin-left: auto;
  margin-right: auto;
}
.sns-timeline .twitter iframe {
  width: 100% !important;
}

body[class*=baseball] .column-table- table td:nth-child(1) {
  width: 18% !important;
}
body[class*=baseball] .column-table- table td:nth-child(2) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(3) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(4) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(5) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(6) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(7) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(8) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(9) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(10) {
  width: 7% !important;
}
body[class*=baseball] .column-table- table td:nth-child(11) {
  width: 15% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(2) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(3) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(4) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(5) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(6) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(7) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(8) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(9) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(10) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(10) {
  width: 6% !important;
}
body[class*=baseball] .column-table- table tr:has(> :nth-child(12)) td:nth-child(11) {
  width: 6% !important;
}

.recipe-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.recipe-list__item {
  width: calc(50% - 7px);
  margin: 1.6em 14px 0 0;
}
.recipe-list__item a {
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  color: #41474B;
}
.recipe-list__item:nth-child(2n) {
  margin-right: 0;
}
.recipe-list__img {
  width: 100%;
}
.recipe-list__img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-list__txt {
  width: 100%;
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}
.recipe-list__txt p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}

.page-title-wrapper h1 {
  line-height: 1.3;
}
.page-title-wrapper h1 .icon {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 5px 10px;
  margin-top: 5px;
  vertical-align: top;
}
.page-title-wrapper h1 .icon.ch111 {
  background: #4772B4;
}
.page-title-wrapper h1 .icon.ch121 {
  background: #F25057;
}

.present-form {
  margin-top: 3.2em;
}
.present-form table {
  font-size: 15px;
  font-size: 1.5rem;
}
.present-form table th {
  width: 30%;
  max-width: 250px;
}
.present-form table tr:last-child th, .present-form table tr:last-child td {
  border-bottom: 1px solid #f4f4f4;
}
.present-form table tr:last-child > *:first-child {
  border-radius: 0;
}
.present-form textarea,
.present-form input[type=text],
.present-form input[type=email] {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0.5em;
}
.present-form input[type=submit].btn-default {
  border: none;
}
.present-form .acms-admin-label-danger {
  color: #fff;
  background: #FC7489;
  margin: 3px 0 0 3px;
  vertical-align: top;
}
.present-form .form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.present-form .form-btn .formBtnBox {
  max-width: calc(50% - 20px);
  margin: 0 10px;
}

.entry-footer {
  margin-top: 3.2em;
}
.entry-footer .recipe-list {
  margin-bottom: 3.2em;
}
.entry-footer .introduction-box {
  margin-top: 3.2em;
}

@media print, screen and (min-width: 768px) {
  section .contact-list li {
    margin: 10px 10px 15px;
  }
  .broadcast-list dl dd ul {
    padding: 0;
  }
  .broadcast-list dl dd ul li {
    max-width: 170px;
    margin: 15px 10px;
  }
  .introduction-box {
    width: 90%;
    padding: 5px 1em 5px 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
  }
  .introduction-box a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .introduction-box__img {
    width: 140px;
  }
  .introduction-box__txt {
    width: calc(100% - 155px);
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .introduction-box__txt p {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .introduction-box__txt p.title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .introduction-box__txt .inner {
    width: calc(100% - 55px);
  }
  .introduction-box__txt::after {
    content: " ";
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #fff;
    background-image: url(../img/community/icon_arrow_y.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 5px;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(227, 166, 1, 0.2);
            box-shadow: 0px 3px 15px 0px rgba(227, 166, 1, 0.2);
  }
  .recommend-program {
    padding: 3em 0;
  }
  .recommend-program .keyvisual {
    margin-top: 0;
  }
  .other-content .sns-area__item {
    width: calc(50% - 20px);
  }
  .other-content .sns-area__img {
    width: 120px;
  }
  .other-content .sns-area__info {
    width: calc(100% - 130px);
  }
  .program-list__item {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
  }
  .program-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .community-footer .contact-list li {
    margin: 10px 10px 15px;
  }
  .channel-list {
    margin-top: 3.2em;
  }
  .channel-list__item {
    margin: 0 2em;
  }
  .channel-info {
    margin-top: 3em;
    padding: 4em 0;
  }
  .channel-info .program-category {
    margin: 3em 0 5em;
  }
  .channel-info .program-list__item {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .channel-info .program-list__item:nth-child(2n) {
    margin-right: 20px;
  }
  .channel-info .program-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .channel-info .program-list__item .txt p.link a::after {
    right: 2em;
  }
  .entry-area {
    padding: 3em 0;
  }
  .entry-area .entry-link__item {
    width: calc(50% - 20px);
    padding: 1.2em 1em;
  }
  .results {
    padding: 4em 0;
  }
  .results__inner {
    padding: 1.5em;
  }
  .recipe-list__item {
    width: calc(25% - 15px);
    margin: 1.6em 20px 0.8em 0;
  }
  .recipe-list__item:nth-child(2n) {
    margin-right: 20px;
  }
  .recipe-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1023px) {
  .recommend-program .keyvisual {
    padding: 30px 0;
  }
  .recommend-program .keyvisual__slider a {
    display: block;
    margin: 0 15px;
  }
  .recommend-program .keyvisual .slick-prev {
    left: 25%;
    margin-left: -5px;
  }
  .recommend-program .keyvisual .slick-next {
    right: 25%;
    margin-right: -5px;
  }
  .regular-program {
    padding: 3em 0;
  }
  .community-footer {
    margin-top: 6em;
    padding-bottom: 4em;
  }
  .community-footer .broadcast-list {
    margin-top: 3em;
    padding: 3em 0;
  }
  .community-footer .broadcast-list ul li {
    width: calc(20% - 20px);
    margin-right: 25px;
  }
  .community-footer .broadcast-list ul li:nth-child(2n), .community-footer .broadcast-list ul li:nth-child(3n) {
    margin-right: 25px;
  }
  .community-footer .broadcast-list ul li:nth-child(5n) {
    margin-right: 0;
  }
  .recipe-list__item {
    width: calc(25% - 21px);
    margin: 1.6em 28px 0.8em 0;
  }
}