@charset "UTF-8";
.pl_latestissue {
  display: flex;
}
@media screen and (max-width: 599px) {
  .pl_latestissue {
    flex-wrap: wrap;
  }
}
.pl_latestissue > .pl_img {
  flex-basis: 30%;
}
@media screen and (max-width: 599px) {
  .pl_latestissue > .pl_img {
    flex-basis: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.pl_latestissue > .pl_blockB01 {
  flex-basis: 65%;
}
@media screen and (max-width: 599px) {
  .pl_latestissue > .pl_blockB01 {
    flex-basis: auto;
    margin-top: 10px;
    width: 100%;
  }
}

.pl_img {
  margin-right: 13px;
}

.pl_dlBlock01 > dl > dd {
  margin-left: 240px;
  width: 230px;
}

#toggleMenuButton {
  cursor: pointer;
  width: 100%;
  padding: 20px 0;
  border: none;
  background-color: transparent;
  color: #00214b;
  font-weight: bold;
  font-size: 1.6rem;
  outline: 0;
}

#toggleMenu {
  overflow: hidden;
  transition: all 0.5s;
}

.scheduleTitle {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 5px;
}

.scheduleTitle__big {
  font-weight: bold;
}

.pl_listMemo01 > .scheduleTitle,
.pl_listMemo02 > .scheduleTitle,
.pl_listMemo03 > .scheduleTitle {
  font-size: 18px;
  font-weight: 700;
}

.schedule2col {
  display: flex;
  margin: 10px;
}

.pl_boxColumn1 {
  padding: 20px;
  margin-bottom: 20px;
}

.pl_boxColumn1 {
  width: 45%;
  padding: 20px;
  margin-bottom: 20px;
}

.pl_listMemo01 > .scheduleTitle,
.pl_listMemo02 .scheduleTitlei,
.pl_listMemo03 .scheduleTitlei {
  padding-left: initial;
}

@media screen and (max-width: 768px) {
  #pl_content {
    background: url(/cmn/images/ticket/2018/bg_main02.jpg) no-repeat center top;
    background-size: contain;
  }

  .pl_h2Title02 + * {
    margin-top: 20px;
  }

  .pl_h4Title02,
.pl_h4Title03 {
    margin-bottom: 0px;
  }

  .pl_boxColumn1 {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
  }

  .anchoring {
    border: none;
    margin-bottom: 15px;
    background-color: #fff;
  }

  .schedule2col {
    display: block;
    margin: 0;
    padding: 10px;
    background-color: #fff;
  }
}
.pl_col4 {
  display: flex;
  flex-wrap: wrap;
}

.pl_box1 {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .pl_box1 {
    width: 50%;
  }
}

img.pl_imgBLock02.imgsize {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.pl_imgBLock02 {
  position: relative;
  margin-bottom: 5px;
}

.toggleMenu__content {
  width: 100%;
}

.plus-minus {
  width: 10%;
  height: 20px;
  position: relative;
}

.toggleMenu {
  margin-bottom: initial;
}

/* @charset "UTF-8"; */
/* !
  // ////////////////////
  //  animation
  // ////////////////////
  ▼ knowledge
  https://qiita.com/7968/items/1d999354e00db53bcbd8
  */
.animation {
  -webkit-animation-name: animation-name;
  animation-name: animation-name;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

/* !
  // ////////////////////
  //  flex
  // ////////////////////
  */
.flex {
  display: flex;
  justify-content: center;
}

/* !
  // ////////////////////*
  【名前】pc-layout sp-layout
  【機能】
  @include sp-layout() {
    styles
  }
  この形で指定のメディアクエリを呼び出せる
  // ////////////////////
  */
.contain.magazine {
  width: 70%;
  margin: 0 auto;
}

.toggleButton {
  display: block;
  outline: none;
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: 1px solid #00214b;
  font-size: 1.5rem;
  padding-bottom: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eee;
  padding: 30px 0px;
}
.toggleButton:hover, .toggleButton:focus {
  background: #eee;
}

.toggleButton .button_text {
  width: 90%;
  text-align: center;
  color: #000;
}
.toggleButton .button_text:hover {
  color: #000;
}

.toggleMenu {
  height: 0px;
  overflow: hidden;
  /* margin-bottom: 30px; */
  transition: height 0.7s ease 0s;
}
.toggleMenu.active {
  height: auto;
}

.plus-minus {
  width: 10%;
  height: 20px;
  position: relative;
}

.plus-minus .border {
  width: 20px;
  height: 2px;
  background-color: #00214b;
  display: block;
  position: absolute;
  transition: all 0.3s ease 0s;
}

.plus-minus .border.plus {
  top: 9px;
  transform: rotate(90deg);
}

.plus-minus .border.minus {
  top: 9px;
  transform: rotate(180deg);
}

.toggleButton.active .plus-minus .border.plus {
  transform: rotate(0deg);
}

.toggleButton.active .plus-minus .border.minus {
  transform: rotate(0deg);
}

.toggleButton:first-child {
  display: block;
  outline: none;
  cursor: pointer;
  width: 100%;
  border: none;
  border-top: 1px solid #00214b;
  border-bottom: 1px solid #00214b;
  font-size: 1.5rem;
  padding-bottom: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eee;
  padding: 30px 0px;
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl:first-child {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl:last-child {
    border-bottom: solid 2px #eee;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl:before,
.pl_dlBlock01 > dl:after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl > dt {
    width: 100%;
    background-color: #eee;
    padding: 4px 10px;
    margin: 0 0 6px;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl > dd {
    margin-left: 0;
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl > dd + dd {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .pl_table01 {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .pl_table01 .pl_bg01 {
    background: #eee !important;
    color: #333;
  }
}

@media screen and (max-width: 768px) {
  .pl_h1Title01 {
    line-height: 1.1;
    font-size: 2.2rem;
    font-weight: bold;
    display: table;
    width: 100%;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .pl_h1Title01 > .pl_icon {
    padding-right: 10px;
  }
}
@media screen {
  .pl_h1Title01 > .pl_icon img {
    width: 30px;
  }
}
/*# sourceMappingURL=md_magazine.css.map */