@charset "UTF-8";

/****************************************
  archive
*****************************************/
#archive .archiveYear {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
#archive .archiveYear li {
  width: calc(100% / 9 - 18px);
}
#archive .archiveYear li:not(:first-of-type) {
  margin-left: 20px;
}
#archive .archiveYear li a, #archive .archiveYear li span {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  background-color: #2f2d33;
  border: 1px solid #2f2d33;
  padding: 20px 22px;
  color: #ffffff;
  line-height: 1;
  display: block;
  text-align: center;
}
#archive .archiveYear li a:hover, #archive .archiveYear li span {
  border-bottom-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
#archive figure {
  min-height: 280px;
  padding: 25px 50px 25px 25px;
  box-sizing: border-box;
}
#archive a figure {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
}
#archive a figure:after {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid #2f2d33;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.archiveList {
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
}
.archiveList li {
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.archiveList li:last-child {
  margin-bottom: 0;
}
.archiveList li .icon {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 0.87rem;
  border: 1px solid #000000;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1.25;
}
.archiveList li a {
  display: block;
  text-decoration: none !important;
}
.archiveList li a:hover {
  opacity: 0.8;
}
.scheduleInner {
  display: flex;
  align-items: center;
}
.scheduleInner .scheduleImg {
  margin-right: 25px;
  width: 278px;
  text-align: center;
  line-height: 1;
}
.scheduleInner .scheduleImg .caption {
  display: inline-block;
  font-size: 80%;
  margin-top: 5px;
}
.scheduleInnerText{
  display: block;
}
.scheduleInnerText span {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
}
.scheduleInnerText span span {
  display: inline;
}
.scheduleInnerText .icon_swpa_s img {
  width: 20px;
  vertical-align: sub;
  margin-right: 5px;
}
.scheduleInnerText .icon_swpa_l img {
  width: 25px;
  vertical-align: sub;
  margin-right: 5px;
}
.scheduleInnerText span.note {
  font-size: 85%;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
  display: inline-block;
  font-weight: normal;
}
.scheduleInnerText .data{
  display: block;
  margin-top: 1rem;
  font-weight: normal;
  font-size: 100%;
}
.scheduleInnerText .space {
  margin-top: 1rem;
  overflow: hidden;
}
.scheduleInnerText .space span {
  font-size: 0.87rem;
  border: 1px solid #000000;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1.25;
  float: left;
  display: inline-block;
  margin-right: 1rem;
}
.scheduleInnerText .space span:last-child {
  margin-right: 0
}
/*---- 20190625 GSP SWPA追加 ----*/
#archive .gsp_swpa a {
  background-color: #bd9714;
  font-weight: bold!important;
}
#archive .gsp_swpa .scheduleInnerText .data {
  font-weight: bold;
}
#archive .gsp_swpa .scheduleInnerText {
  min-width: 800px;
}
#archive .gsp_swpa .bg_black {
  margin-bottom: 0.5rem;
  padding: 4px 10px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.9rem;
}
#archive .gsp_swpa .scheduleInnerText .flex_container {
  display: flex;
  align-items: center;
}
#archive .gsp_swpa .program_no,#SWPA_GSP_main #SWPA_GSP_mainArea .program_no {
  font-size: 1rem;
}
#archive .gsp_swpa .flex_container .flex_right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-left: 5.5em;
  padding: 0 40px;
  background-color: #000000;
  color: #ffffff;
}

/* SP STYLES */
@media screen and (max-width: 640px) {
  #archive figure {
    padding: 25px;
  }
  #archive a figure {
    position: static;
  }
  #archive a figure:after {
    display: none;
  }
  #archive a figcaption {
    padding-right: 35px;
    position: relative;
  }
  #archive a figcaption:after {
    position: absolute;
    right: 5px;
    top: 50%;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid #2f2d33;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
  }
  #archive .archiveYear {
    margin: 0 auto 1.5rem;
    box-sizing: border-box;
    width: 100%;
  }
  #archive .archiveYear li:not(:first-of-type) {
    margin-left: 0;
  }
  #archive .archiveYear li {
    margin-bottom: 3.5%;
    margin-right: 3.5%;
    width: 31%;
  }
  #archive .archiveYear li:nth-child(3n) {
    margin-right: 0;
  }
  #archive .archiveYear li a, #archive .archiveYear li span {
    font-size: 1.2rem;
    padding: 20px 10px;
    text-align: center;
    display: block;
    word-break: break-word;
  }
  .scheduleInner {
    display: block;
  }
  .scheduleInner .scheduleImg {
    margin: 0 auto 25px;
    width: 100%;
  }
  .scheduleInner .scheduleImg img{
    max-width: 100%;
  }
  .archiveList li .icon {
    position: static;
    float: right;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 25px;
  }
  .scheduleInnerText span {
    font-size: 1rem;
  }
  .scheduleInnerText .space span {
    float: none;
    margin-bottom: 0.5rem;
  }
  .scheduleInnerText .space span:last-child {
    margin-bottom: 0
  }
  /*---- SP 20190625 GSP SWPA追加 ----*/
  #archive .gsp_swpa .scheduleInnerText {
    min-width: auto;
  }
  #archive .gsp_swpa .bg_black {
    padding: 4px 10px;
  }
  #archive .gsp_swpa .scheduleInnerText .flex_container {
    display: block;
  }
  #archive .gsp_swpa .program_no {
    font-size: 0.7rem;
  }
  #archive .gsp_swpa .flex_container .flex_right {
    display: block;
    height: auto;
    margin-left: 0;
    margin-top: 0.5rem;
    padding: 10px;
  }
}

/* .scheduleInner.-noimg */
/* PC Only */
@media screen and (min-width: 641px) {
  #archive .scheduleInner.-noimg::before {
    content: "";
    display: block;
    width: 278px;
    margin-right: 25px;
  }
}

/* SP STYLES */
@media screen and (max-width: 640px) {
  #archive .scheduleInner.-noimg {
    min-height: auto;
  }
}

/* js */
#archive button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#archive .archiveYear-box {
  position: relative;
}

#archive .archiveYear {
  display: none;
}
#archive .archiveYear.is-active {
  display: -webkit-box;
  display: flex;
}
#archive .archiveYear .arrow > button {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #2f2d33;
  border: 1px solid #2f2d33;
  padding: 20px 22px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
#archive .archiveYear .arrow > button:hover {
  background: #fff;
  color: #2f2d33;
}

/* SP STYLES */
@media screen and (max-width: 640px) {
  #archive .archiveYear .arrow > button {
    height: 100%;
    font-size: 1.2rem;
    padding: 20px 10px;
    text-align: center;
    word-break: break-word;
  }
}