/* CSS Document */
/* line 5, style.scss */
.catimg_title {
  max-width: 500px;
  width: 500px; }
  @media screen and (min-width: 930.01px) and (max-width: 1100px) {
    /* line 5, style.scss */
    .catimg_title {
      max-width: 450px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 5, style.scss */
    .catimg_title {
      max-width: 400px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 5, style.scss */
    .catimg_title {
      max-width: 350px; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 5, style.scss */
    .catimg_title {
      max-width: 325px; } }
  @media screen and (max-width: 360px) {
    /* line 5, style.scss */
    .catimg_title {
      max-width: 300px; } }

/*
----------------------------------------------------------*/
/* line 36, style.scss */
.result_link .pagelink-box_single_link {
  background-color: #6bdbd5; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 36, style.scss */
    .result_link .pagelink-box_single_link {
      width: calc(100% / 3 - 5px);
      background-position: right 15px center; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 36, style.scss */
    .result_link .pagelink-box_single_link {
      width: calc(100% / 3 - 5px);
      background-position: right 10px center; } }
  @media screen and (max-width: 360px) {
    /* line 36, style.scss */
    .result_link .pagelink-box_single_link {
      width: calc(100% / 2 - 5px); } }
  /* line 61, style.scss */
  .result_link .pagelink-box_single_link.active {
    background-color: #00ada4; }
  /* line 65, style.scss */
  .result_link .pagelink-box_single_link:hover {
    background-color: #00ada4;
    opacity: 1.0; }

/* line 73, style.scss */
.mainb {
  max-width: 1200px;
  margin: 0 auto; }

/* line 77, style.scss */
.seminarList {
  margin: 40px auto 50px;
  display: none; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 77, style.scss */
    .seminarList {
      margin: 20px auto 30px; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 77, style.scss */
    .seminarList {
      margin: 20px auto; } }
  @media screen and (max-width: 360px) {
    /* line 77, style.scss */
    .seminarList {
      margin: 20px auto; } }
  /* line 101, style.scss */
  .seminarList.show {
    display: inherit; }

/* line 105, style.scss */
.seminarListb table {
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 0 20px;
  width: 100%; }
  /* line 126, style.scss */
  .seminarListb table th {
    background: #00ada4;
    font-weight: normal;
    border-radius: 5px 0 0 5px;
    margin: 0 5px 5px 0;
    color: #ffffff;
    padding: auto;
    text-align: center;
    width: 100px; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 126, style.scss */
      .seminarListb table th {
        display: block;
        margin: 0;
        width: 100%;
        min-width: auto;
        white-space: nowrap;
        padding: 5px;
        border-radius: 5px 5px 0px 0px; } }
    @media screen and (min-width: 360.01px) and (max-width: 600px) {
      /* line 126, style.scss */
      .seminarListb table th {
        display: block;
        margin: 0;
        width: 100%;
        min-width: auto;
        white-space: nowrap;
        padding: 5px;
        border-radius: 5px 5px 0px 0px; } }
    @media screen and (max-width: 360px) {
      /* line 126, style.scss */
      .seminarListb table th {
        display: block;
        margin: 0;
        width: 100%;
        min-width: auto;
        white-space: nowrap;
        padding: 5px;
        border-radius: 5px 5px 0px 0px; } }
  /* line 172, style.scss */
  .seminarListb table td {
    padding: 30px;
    border: 1px solid #ccc; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 172, style.scss */
      .seminarListb table td {
        display: block;
        width: 100%;
        padding: 5px 10px 20px; } }
    @media screen and (min-width: 360.01px) and (max-width: 600px) {
      /* line 172, style.scss */
      .seminarListb table td {
        display: block;
        width: 100%;
        padding: 5px 10px 20px; } }
    @media screen and (max-width: 360px) {
      /* line 172, style.scss */
      .seminarListb table td {
        display: block;
        width: 100%;
        padding: 5px 10px; } }
    /* line 201, style.scss */
    .seminarListb table td ul li {
      padding: 5px 0;
      display: flex;
      align-items: flex-start; }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 201, style.scss */
        .seminarListb table td ul li {
          display: block;
          padding: 5px 10px; } }
      @media screen and (min-width: 360.01px) and (max-width: 600px) {
        /* line 201, style.scss */
        .seminarListb table td ul li {
          display: block;
          padding: 5px 10px; } }
      @media screen and (max-width: 360px) {
        /* line 201, style.scss */
        .seminarListb table td ul li {
          display: block;
          padding: 5px 10px; } }
      /* line 227, style.scss */
      .seminarListb table td ul li.day {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 227, style.scss */
          .seminarListb table td ul li.day {
            padding: 5px 0; } }
        @media screen and (min-width: 360.01px) and (max-width: 600px) {
          /* line 227, style.scss */
          .seminarListb table td ul li.day {
            padding: 5px 0; } }
        @media screen and (max-width: 360px) {
          /* line 227, style.scss */
          .seminarListb table td ul li.day {
            padding: 5px 0; } }
      /* line 250, style.scss */
      .seminarListb table td ul li.title {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 1.0em;
        font-weight: bold; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 250, style.scss */
          .seminarListb table td ul li.title {
            font-size: 16px;
            font-size: 1.6rem;
            padding: 5px 0; } }
        @media screen and (min-width: 360.01px) and (max-width: 600px) {
          /* line 250, style.scss */
          .seminarListb table td ul li.title {
            font-size: 16px;
            font-size: 1.6rem;
            padding: 5px 0; } }
        @media screen and (max-width: 360px) {
          /* line 250, style.scss */
          .seminarListb table td ul li.title {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 5px 0; } }
      /* line 281, style.scss */
      .seminarListb table td ul li span.stitle {
        display: inline-block;
        text-align: center;
        border-radius: 30px;
        background: #ecfffe;
        padding: 3px;
        min-width: 8.5em;
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 20px; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 281, style.scss */
          .seminarListb table td ul li span.stitle {
            display: block;
            margin-left: -10px;
            margin-right: -10px;
            margin-bottom: 5px; } }
        @media screen and (min-width: 360.01px) and (max-width: 600px) {
          /* line 281, style.scss */
          .seminarListb table td ul li span.stitle {
            display: block;
            margin-left: -10px;
            margin-right: -10px;
            margin-bottom: 5px; } }
        @media screen and (max-width: 360px) {
          /* line 281, style.scss */
          .seminarListb table td ul li span.stitle {
            display: block;
            margin-left: -10px;
            margin-right: -10px;
            margin-bottom: 5px; } }
      /* line 320, style.scss */
      .seminarListb table td ul li dl dt,
      .seminarListb table td ul li dl dd {
        display: inline-block;
        vertical-align: text-top; }
      /* line 326, style.scss */
      .seminarListb table td ul li .separate {
        display: flex;
        justify-content: space-between;
        max-width: 100%; }
        @media screen and (min-width: 600.01px) and (max-width: 760px) {
          /* line 326, style.scss */
          .seminarListb table td ul li .separate {
            display: block; } }
        @media screen and (min-width: 360.01px) and (max-width: 600px) {
          /* line 326, style.scss */
          .seminarListb table td ul li .separate {
            display: block; } }
        @media screen and (max-width: 360px) {
          /* line 326, style.scss */
          .seminarListb table td ul li .separate {
            display: block; } }
        /* line 349, style.scss */
        .seminarListb table td ul li .separate .txt_set {
          width: calc(50% - 10px);
          margin-top: -10px;
          max-width: 460px; }
          @media screen and (min-width: 600.01px) and (max-width: 760px) {
            /* line 349, style.scss */
            .seminarListb table td ul li .separate .txt_set {
              max-width: 100%;
              width: auto; } }
          @media screen and (min-width: 360.01px) and (max-width: 600px) {
            /* line 349, style.scss */
            .seminarListb table td ul li .separate .txt_set {
              max-width: 100%;
              width: auto; } }
          @media screen and (max-width: 360px) {
            /* line 349, style.scss */
            .seminarListb table td ul li .separate .txt_set {
              max-width: 100%;
              width: auto; } }
          /* line 374, style.scss */
          .seminarListb table td ul li .separate .txt_set span {
            margin-right: auto;
            margin-top: 10px;
            margin-bottom: 10px; }
            @media screen and (min-width: 600.01px) and (max-width: 760px) {
              /* line 374, style.scss */
              .seminarListb table td ul li .separate .txt_set span {
                display: block;
                margin-left: -10px;
                margin-right: -10px;
                margin-top: 10px;
                margin-bottom: 10px; } }
            @media screen and (min-width: 360.01px) and (max-width: 600px) {
              /* line 374, style.scss */
              .seminarListb table td ul li .separate .txt_set span {
                display: block;
                margin-left: -10px;
                margin-right: -10px;
                margin-top: 10px;
                margin-bottom: 10px; } }
            @media screen and (max-width: 360px) {
              /* line 374, style.scss */
              .seminarListb table td ul li .separate .txt_set span {
                display: block;
                margin-left: -10px;
                margin-right: -10px;
                margin-top: 10px;
                margin-bottom: 10px; } }
        /* line 410, style.scss */
        .seminarListb table td ul li .separate .image_set {
          width: calc(50% - 10px);
          max-width: 460px; }
          @media screen and (min-width: 600.01px) and (max-width: 760px) {
            /* line 410, style.scss */
            .seminarListb table td ul li .separate .image_set {
              max-width: 300px;
              width: auto;
              margin: 15px auto 0; } }
          @media screen and (min-width: 360.01px) and (max-width: 600px) {
            /* line 410, style.scss */
            .seminarListb table td ul li .separate .image_set {
              max-width: 300px;
              width: auto;
              margin: 15px auto 0; } }
          @media screen and (max-width: 360px) {
            /* line 410, style.scss */
            .seminarListb table td ul li .separate .image_set {
              max-width: 300px;
              width: auto;
              margin: 15px auto 0; } }
          /* line 437, style.scss */
          .seminarListb table td ul li .separate .image_set img {
            margin-bottom: 20px;
            width: auto; }

/* line 447, style.scss */
.photho_state {
  margin: 40px 0 0; }

/* line 450, style.scss */
.photho_stateb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -15px 0 0; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 450, style.scss */
    .photho_stateb {
      display: block; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 450, style.scss */
    .photho_stateb {
      display: block; } }
  @media screen and (max-width: 360px) {
    /* line 450, style.scss */
    .photho_stateb {
      display: block; } }
  /* line 475, style.scss */
  .photho_stateb .photo_unit {
    width: calc(50% - 20px);
    margin: 15px 0; }
    @media screen and (min-width: 600.01px) and (max-width: 760px) {
      /* line 475, style.scss */
      .photho_stateb .photo_unit {
        max-width: 300px;
        width: auto;
        margin: 15px auto; } }
    @media screen and (min-width: 360.01px) and (max-width: 600px) {
      /* line 475, style.scss */
      .photho_stateb .photo_unit {
        max-width: 300px;
        width: auto;
        margin: 15px auto; } }
    @media screen and (max-width: 360px) {
      /* line 475, style.scss */
      .photho_stateb .photo_unit {
        max-width: 300px;
        width: auto;
        margin: 15px auto; } }
    /* line 503, style.scss */
    .photho_stateb .photo_unit p {
      text-align: center;
      margin: 10px 0 0; }
  /* line 508, style.scss */
  .photho_stateb .txt_unit {
    width: 100%;
    margin: 0; }
    /* line 511, style.scss */
    .photho_stateb .txt_unit p {
      text-align: center; }

/*
-------------------------------------------------------------------*/
/* line 522, style.scss */
.seminar_back_btnb {
  text-align: center; }

/* line 545, style.scss */
.seminar_back_btn_anchor {
  display: inline-block;
  border: 2px solid #00ada4;
  color: #00ada4;
  text-decoration: none;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  padding: 5px 40px; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 545, style.scss */
    .seminar_back_btn_anchor {
      padding: 5px 25px; } }
  @media screen and (min-width: 360.01px) and (max-width: 600px) {
    /* line 545, style.scss */
    .seminar_back_btn_anchor {
      padding: 5px 25px; } }
  @media screen and (max-width: 360px) {
    /* line 545, style.scss */
    .seminar_back_btn_anchor {
      padding: 5px 20px; } }
  /* line 576, style.scss */
  .seminar_back_btn_anchor:hover {
    opacity: 0.7; }

/* line 580, style.scss */
.seminar_back_btn_txt {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url("../../../images/btn_back-green.png") 0 50% no-repeat;
  background-size: 18px auto;
  line-height: 1.5;
  text-align: left; }

/*# sourceMappingURL=style.css.map */
