/* 2022/11/22 */
/* 3206 */
.pl_boxColumn3 > *,
.pl_cellColumn3 > *,
.pl_boxColumn3 > *.pl_imgBLock02,
.pl_cellColumn3 > *.pl_imgBLock02 {
  width: auto !important;
}

@media screen and (min-width: 768px) {
  .pl_boxColumn3 > *,
  .pl_cellColumn3 > *,
  .pl_boxColumn3 > *.pl_imgBLock02,
  .pl_cellColumn3 > *.pl_imgBLock02 {
    width: 32% !important;
  }
}

/* 2022/11/24 */
/* 3136 */
.pl_modalInner {
  padding: 10px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .pl_modalBlock {
    position: relative;
    width: 810px;
    margin: 0 auto;
  }
  .pl_modalInner {
    padding: 40px 55px;
  }
}

/* 3591 */
.youtube_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 3159 */
@media screen and (max-width: 768px) {
  .pl_dlBlock01 > dl {
    padding: 3px 10px 6px !important;
  }
  .pl_dlBlock01 > dl > dt {
    font-weight: bold !important;
    background-color: #eee !important;
    padding: 4px 10px !important;
    margin: 0 -10px 6px !important;
    width: auto !important;
    float: none !important;
  }
  .pl_dlBlock01 > dl:first-child {
    border-top: none !important;
  }
  .pl_dlBlock01 > dl {
    border-bottom: none !important;
  }
  .pl_dlBlock01 > dl:last-child {
    border-bottom: solid 2px #eee !important;
    margin-bottom: 20px !important;
  }
  .pl_dlBlock01 > dl > dd {
    margin-left: 0px !important;
  }
  .c-content .pl_blockB01 {
    padding: 0 10px !important;
    margin-bottom: 20px !important;
    font-size: 1.3rem !important;
  }
  .c-detail__body {
    padding: 15px 10px;
  }
  .iScrollHorizontalScrollbar {
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    background: #d6d6d6;
    margin-top: 0;
    width: 100% !important;
    height: 20px;
    top: 0;
    left: 2px;
    bottom: 2px;
  }
  .pl_jsScroll .iScrollHorizontalScrollbar.iScrollLoneScrollbar {
    z-index: inherit !important;
  }
  .iScrollHorizontalScrollbar .iScrollIndicator {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    background: #333333;
    height: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pl_table01 tr > * {
    padding: 10px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .pl_table01,
  .pl_table02,
  .pl_table03,
  .pl_table04,
  .pl_table05 {
    white-space: nowrap;
    table-layout: unset;
  }
  .pl_tableTflow01 {
    position: relative;
    margin-top: 10px;
    white-space: nowrap;
  }
  .pl_tableTflow01 table {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
  }
}

/* 2022/11/25 */
/* 3200 */
@media screen and (min-width: 768px) {
  .pl_dlBlock01 > dl > dd {
    margin-left: 240px !important;
  }
  dl > dd > div.pl_boxColumn3 {
    display: flex;
    align-items: flex-end;
  }
  dd > div.pl_boxColumn3 > div.pl_imgBLock01 > ul > li {
    height: 54px;
  }
}

/* 2022/11/30 */
/* 3117 */
*[class*='pl_h2Title'] > .pl_titleInner > h2 {
  color: #fff;
}
.toggleButton .button_text {
  width: 100% !important;
}
