@charset "utf-8";

/* ======================================================
 * seminar_detail.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .seminar-detail-other-themes-layout {
    margin-top: 65px;
    border-top: 1px solid #ddd;
    margin-bottom: 65px;
  }
  .seminar-detail-other-themes-heading2 {
    margin-top: 21px;
  }
  .seminar-detail-other-themes-heading2__title {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
  }
   .seminar-detail-other-themes-slider_item > .block {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
  }
   .seminar-detail-other-themes-slider_item > .block > .seminar-detail-other-themes-slider_item_image {
     flex-shrink: 0;
      width: 38%;
  }
  .seminar-detail-other-themes-slider_item > .block > .seminar-detail-other-themes-slider_item_detail {
    padding: 8px 14px;
    border: none;
    flex-grow: 1;
    line-height: 1.2;
  }
  .seminar-detail-other-themes-slider-banner__list {
    display: flex;
    flex-flow: row wrap;
  }
  .seminar-detail-other-themes-slider_item {
    padding: 0 15px;
    height: 100%;
  }
  .seminar-detail-other-themes-slider_item .seminar-detail-other-themes-slider_item_heading_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .seminar-detail-other-themes-slider_item > .block {
    position: relative;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    height: 100%;
    width: 259px;
  }
  .seminar-detail-other-themes-slider_item > a.block:hover {
    color: #53a700;
    text-decoration: none;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .seminar-detail-other-themes-slider_item .item_image > img {
    max-width: 100%;
  }
  .seminar-detail-other-themes-slider_item > .block > .item_detail {
    padding: 18px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .seminar-detail-other-themes-slider_item > .block > .item_detail > *:last-child {
    margin-bottom: 0;
  }
  .seminar-detail-other-themes-slider-banner {
    position: relative;
    padding: 0 23px;
  }
  .seminar-detail-other-themes-slider-banner__list > .slick-list {
    padding: 18px 0;
  }
  .seminar-detail-other-themes-slider-banner .slick-prev {
    left: -23px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -210px!important;
  }
  .seminar-detail-other-themes-slider-banner .slick-prev, .seminar-detail-other-themes-slider-banner .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    display: block;
    width: 15px;
    height: 25px;
    padding: 0;
    background: url(/common/img/com_sprite01.png) no-repeat -20px -210px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  }
  .seminar-detail-other-themes-slider-banner .slick-next {
    right: -23px;
  }
  .seminar-detail-other-themes-slider-banner__list .slick-track {
    display: flex;
  }
  .seminar-detail-other-themes-slider-banner__list .slick-slide {
    height: auto !important;
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
***/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .seminar-detail-other-themes-layout {
    position: relative;
    padding: 0 43px;
    margin-top: 65px;
    border-top: 1px solid #ddd;
    margin-bottom: 35px;
  }
  .seminar-detail-other-themes-heading2 {
    margin-top: 20px;
  }
  .seminar-detail-other-themes-heading2__title {
    font-weight: bold;
    font-size: 2.1rem;
    text-align: center;
  }
  .seminar-detail-other-themes-slider-banner {
    margin-top: 19px;
  }
  .seminar-detail-other-themes-slider_item > .block > .seminar-detail-other-themes-slider_item_image  {
    width: 68%;
  }
  .seminar-detail-other-themes-slider_item > .block > .seminar-detail-other-themes-slider_item_detail {
    padding: 10px 18px;
    border: none;
    flex-grow: 1;
    line-height: 1.4;
  }
  .seminar-detail-other-themes-slider_item > .block {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    background-color: #fff;
    height: 100%;
    position: relative;
    color: #333;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    width: calc(100vw - (58px * 2));
  }
  .seminar-detail-other-themes-slider_item > .block > .seminar-detail-other-themes-slider_item_image img {
    max-width: 100%;
  }
  .seminar-detail-other-themes-slider_item > .block > .seminar-detail-other-themes-slider_item_detail {
    padding: 9px 14px;
    width: 100%;
  }
  .seminar-detail-other-themes-slider_item > .block > .seminar-detail-other-themes-slider_item_detail > *:last-child {
    margin-bottom: 0;
  }
  .seminar-detail-other-themes-slider_item .seminar-detail-other-themes-slider_item_heading {
    position: relative;
    margin-bottom: 8px;
  }
   .seminar-detail-other-themes-slider_item .seminar-detail-other-themes-slider_item_heading_title {
    font-size: 1.6rem;
     line-height: 1.2;
    font-weight: bold;
  }
  .seminar-detail-other-themes-slider-banner .slick-prev, .seminar-detail-other-themes-slider-banner .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    display: block;
    width: 20px;
    height: 35px;
    padding: 0;
    background: url(/common/img/com_sprite01.png) no-repeat -170px -160px;
    background-size: 240px auto;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  }
  .seminar-detail-other-themes-slider-banner .slick-prev {
    left: -43px;
    background: url(/common/img/com_sprite01.png) no-repeat -150px -160px;
    background-size: 240px auto;
  }
  .seminar-detail-other-themes-slider-banner .slick-next {
    right: -43px;
  }
  .seminar-detail-other-themes-slider-banner__list .slick-track {
    display: flex;
  }
  .seminar-detail-other-themes-slider-banner__list .slick-slide {
    height: auto !important;
  }
}
/* ======================================================
 * Media Queries
====================================================== */

@media only screen and (min-width: 768px) and (max-width: 1450px) {
  
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}