.seminars ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 414px) {
  .seminars ul {
    width: 100%;
  }
}

.seminars li {
  flex: 0 0 47%;
  border: none;
  height: auto;
  float: none !important;
  box-shadow: 0 0 10px 2px #e0e0e0;
}

.seminars li:hover {
  box-shadow: 0 0 15px 3px #c1c1c1;
}

.seminars_img {
  position: relative;
  height: 170px;
  overflow: hidden;
}

@media only screen and (max-width: 414px) {
  .seminars_img {
    height: 110px;
  }
}

.seminars_img-fin::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  z-index: 1;
}

.seminars_img-fin::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "このセミナーは終了しました。";
  padding: 1em 0;
  color: #e60000;
  font-size: 18px;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-shadow: 0 0 5px #fb9e9e;
}

@media only screen and (max-width: 414px) {
  .seminars_img-fin::after {
    font-size: 16px;
  }
}

.seminars_img-full::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  z-index: 1;
}

.seminars_img-full::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "セミナーの受付を終了しました。";
  padding: 1em 0;
  color: #e60000;
  font-size: 18px;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-shadow: 0 0 5px #fb9e9e;
}

@media only screen and (max-width: 414px) {
  .seminars_img-full::after {
    font-size: 16px;
  }
}

.seminars_img img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, 0)
}

.seminars_cont {
  padding: .5em 1em;
}

@media only screen and (max-width: 414px) {
  .seminars_cont {
    padding: .5em;
  }
}

.seminars_date {
  text-align: left;
  color: #f5a600;
  font-size: 15px;
}

@media only screen and (max-width: 414px) {
  .seminars_date {
    font-size: 12px;
  }
}

.seminars_title {
  margin: 10px 0 15px;
  text-align: left;
  font-size: 18px;
}

@media only screen and (max-width: 414px) {
  .seminars_title {
    font-size: 14px;
  }
}

.seminars_title span {
  font-size: 14px;
}

@media only screen and (max-width: 414px) {
  .seminars_title span {
    font-size: 12px;
  }
}

.seminars_cate {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.seminars_cate_item {
  flex: 0 0 auto;
  margin-right: .75em;
  margin-bottom: .5em;
  padding: .15em .5em;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 7px;
  line-height: 1;
}

.seminars_cate_item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 414px) {
  .seminars_cate_item {
    margin-bottom: 5px;
  }
}

.seminars_cate_item-web {
  border-color: #0e63ff;
  background-color: #0e63ff;
}

.seminars_cate_item-tokyo {
  border-color: #4a40dc;
  background-color: #4a40dc;
}

.seminars_cate_item-ai {
  border-color: #ea0808;
  background-color: #ea0808;
}

.seminars_cate_item-beginner {
  border-color: #848484;
  background-color: #848484;
}

.seminars_cate_item-subsidy {
  border-color: #e67097;
  background-color: #e67097;
}

.seminars_cate_item-management {
  border-color: #965c15;
  background-color: #965c15;
}

.seminars_cate_item-yamanashi {
  border-color: #f5a600;
  background-color: #f5a600;
}

.seminars_cate_item-new-business {
  border-color: #79c73e;
  background-color: #79c73e;
}

.seminars_cate_item-sns {
  border-color: #2482c6;
  background-color: #2482c6;
}

.seminars_cate_item-telework {
  border-color: #2fb30a;
  background-color: #2fb30a;
}
.seminars_cate_item-online-sales {
  border-color: #00a8b0;
  background-color: #00a8b0;
}
.seminars_cate_item-online {
  border-color: #3105aa;
  background-color: #3105aa;
}

.seminars_cate_item object {
  display: inline-block;
  vertical-align: middle;
}

.seminars_cate_item object a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.seminars_btn a {
  color: #fff !important;
}


.pager {
  display: flex;
  justify-content: center;
}

.pager span {
  margin: 0 .25em;
  padding: .25em .5em;
  border: 1px solid #e4e7ea;
  border-radius: 4px;
}

.pager .current {
  background-color: #e4e7ea;
}

.pager .prev {
  margin-right: 1em;
}

.pager .next {
  margin-left: 1em;
}


@media only screen and (max-width: 414px) {
  .seminars .btn {
    width: 90% !important;
  }
}


/* --------------------------------------
 *  article
 * ------------------------------------ */

.sec {
  padding-bottom: 60px;
}

.seminar_kv {
  margin-bottom: 45px;
}

.seminar_inner {
  margin-right: auto;
  margin-left: auto;
  width: 920px;
}

@media only screen and (max-width: 414px) {
  .seminar_inner {
    width: 98%;
  }
}

.seminar_title {
  padding-bottom: 0;
  color: #f5a600;
  font-size: 28px;
  letter-spacing: 0;
}

@media only screen and (max-width: 414px) {
  .seminar_title {
    font-size: 20px;
  }
}

.seminar_title::before {
  content: "";
  display: inline-block;
  margin-right: .25em;
  background: url(../seminar/assets/img/icon_title.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.seminar_subtitle {
  margin-bottom: 30px;
  color: #f5a600;
}

.seminar_subtitle::before {
  content: "-";
  margin-right: .25em;
  color: #f5a600;
}

.seminar_text {
  margin-bottom: 1em;
  line-height: 1.6;
}

.text-nowrap {
  display: inline-block;
}

.seminar_list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.seminar_list_item {
  position: relative;
  padding-top: .15em;
  padding-bottom: .15em;
  padding-left: 1.5em;
}

.seminar_list_item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  display: inline-block;
  margin-right: .5em;
  border: 4px solid #f5a600;
  border-radius: 40px;
  color: #f5a600;
  vertical-align: middle;
}

.seminar_list_item-check::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: .5em;
  color: #f5a600;
  vertical-align: middle;
}

.seminar_list_item span {
  margin-bottom: .25em;
  font-weight: bold;
  font-size: 1.15em;
}

.seminar_list_item-special {
  padding-top: .5em;
  padding-bottom: .5em;
}

.seminar_list_item-special::before {
  top: 15px;
}

.seminar_info_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.seminar_info_content_item-media {
  flex: 0 0 35%;
}

.seminar_info_content_item-media-special {
  flex: 0 0 40%;
}

.seminar_info_content_item-textarea {
  flex: 0 0 60%;
}

.seminar_info_content__title {
  font-size: 1.5em;
}

.seminar_info_content_textarea {
  margin-top: 1em;
}

@media only screen and (max-width: 700px) {
  .seminar_info_content_item {
    flex: 0 0 100%;
  }
  .seminar_info_content__title {
    margin-top: .5em;
    text-align: center;
  }
}

.seminar_info_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.seminar_info_item_head {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  border: 1px solid #fff;
  background-color: #f6e6c3;
  min-height: 60px;
}

@media only screen and (max-width: 414px) {
  .seminar_info_item_head {
    flex: 0 0 17%;
    padding: .25em .5em;
    min-height: 90px;
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  .seminar_info_item_head {
    flex: 0 0 25%;
    min-height: 130px;
  }
}

.seminar_info_item_cont {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: .5em 2em;
  border: 1px solid #fff;
  background-color: #fdf5e5;
  min-height: 60px;
}

@media only screen and (max-width: 414px) {
  .seminar_info_item_cont {
    padding: .25em .5em;
    min-height: 90px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .seminar_info_item_cont {
    min-height: 130px;
  }
}

.seminar_info_item_cont-free {
  margin-left: .75em;
  font-size: 1.1em;
  color: #e80000;
}

.seminar_btn_area {
  margin: 60px auto 0;
  text-align: center;
}

.seminar_btn_text {
  margin: 1em auto 0;
  padding-top: .75em;
  width: 95%;
  text-align: left;
  font-size: .9em;
}
@media only screen and (max-width: 700px) {
  .seminar_btn_text {
    width: 95%;
    text-align: center;
  }
}

@media only screen and (max-width: 414px) {
  .seminar_btn_area-alone {
    margin-top: 0;
  }
}

.seminar_btn {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 7px;
}

.seminar_btn:hover {
  color: #fff;
  opacity: .7;
}

.seminar_btn-orange {
  width: 50%;
  color: #fff;
  font-size: 23px;
  background-color: #f5a600;
}


@media only screen and (max-width: 414px) {
  .seminar_btn-orange {
    width: 70%;
  }
}

.seminar_btn-orange::before {
  content: url(../seminar/assets/img/icont_contact.png);
  margin-right: .5em;
  width: 1em;
  height: 1em;
}

.seminar_btn-gray {
  background-color: #eaeae9;
}


.seminar_contact {
  padding: 30px;
  border: 7px solid #eaeae9;
  text-align: center;
}


.seminar_contact_mail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.seminar_contct_mail_cont {
  margin-left: .5em;
  font-size: 24px;
  color: #f5a600;
}

@media only screen and (max-width: 414px) {
  .seminar_contct_mail_cont {
    font-size: 26px;
  }
}


.text-red {
  color: red;
}

.text-orange {
  color: #f5a600;
}


.text-strike {
  text-decoration: line-through;
}


.text-background {
  position: relative;
  background-color: rgba(255, 255, 0, 0.6);
  z-index: 1;
}


.pager span {
  cursor: pointer;
}
