@charset "UTF-8";
.illust_basic {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/illust_basic.png);
}
@media only screen and (max-width: 680px) {
  .illust_basic {
    background-position: center 30px;
    background-size: auto 20vw;
  }
}

.illust_solution {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/illust_solution.png);
}
@media only screen and (max-width: 680px) {
  .illust_solution {
    background-position: center 30px;
    background-size: auto 20vw;
  }
}

.illust_resource {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/illust_resource.png);
}
@media only screen and (max-width: 680px) {
  .illust_resource {
    background-position: center 30px;
    background-size: auto 20vw;
  }
}

.illust_event {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/illust_event.png);
}
@media only screen and (max-width: 1080px) {
  .illust_event {
    background-position: right -50px top;
  }
}
@media only screen and (max-width: 680px) {
  .illust_event {
    background-position: center 30px;
    background-size: auto 20vw;
  }
}

.illust_video {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/illust_video.png);
}
@media only screen and (max-width: 680px) {
  .illust_video {
    background-position: center 30px;
    background-size: auto 20vw;
  }
}

.illust_column {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/illust_column.png);
}
@media only screen and (max-width: 680px) {
  .illust_column {
    background-position: center 30px;
    background-size: auto 20vw;
  }
}

.illust_list {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/illust_list.png);
}
@media only screen and (max-width: 680px) {
  .illust_list {
    background-position: center 30px;
    background-size: auto 20vw;
  }
}

.category_heading {
  padding: 55px 350px 65px 50px;
}
@media only screen and (max-width: 1080px) {
  .category_heading {
    padding: 55px 40px 65px;
  }
}
@media only screen and (max-width: 680px) {
  .category_heading {
    text-align: center;
    padding: 23vw 15px 20px;
  }
}
@media only screen and (max-width: 680px) {
  .category_heading h1 {
    font-size: 26px;
  }
}
.category_heading h1 span {
  display: inline-block;
}

.category_heading.search_result {
  padding: 25px 50px 0px;
}
@media only screen and (max-width: 1080px) {
  .category_heading.search_result {
    padding: 25px 40px 0px;
  }
}
@media only screen and (max-width: 680px) {
  .category_heading.search_result {
    text-align: left;
    padding: 20px 15px 0px;
  }
}
.category_heading.search_result h1 {
  margin-bottom: 20px;
}

.category_block {
  padding: 0 50px;
}
@media only screen and (max-width: 1080px) {
  .category_block {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 680px) {
  .category_block {
    padding: 0 20px;
  }
}

/* 絞り込み検索 */
.filter_title {
  font-size: 14px;
  padding: 3px 0 10px 32px;
  border-bottom: solid 1px #ddd;
  background-position: 5px top;
  background-repeat: no-repeat;
  background-image: url(../img/icon_filter.png);
  background-size: 18px 18px;
}

.select_category {
  margin: 0;
  padding: 0 50px;
}
@media only screen and (max-width: 1080px) {
  .select_category {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 680px) {
  .select_category {
    padding: 0 20px;
  }
}

.select_category.category_template {
  margin: 30px 0 0 0;
}

.select_item_inner {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.select_item_inner .select_item_tbl {
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 680px) {
  .select_item_inner .select_item_tbl {
    display: block;
  }
}
.select_item_inner .select_item_tbl .select_item_tbl_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  background-color: #f3f7fb;
}
@media only screen and (max-width: 680px) {
  .select_item_inner .select_item_tbl .select_item_tbl_cat {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 3px;
  }
}
.select_item_inner .select_item_tbl .select_item_tbl_list {
  flex: 1;
  padding-left: 6px;
}
@media only screen and (max-width: 680px) {
  .select_item_inner .select_item_tbl .select_item_tbl_list {
    border-left: none;
    padding-left: 0;
  }
}
.select_item_inner .select_item_tbl .select_item_tbl_list ul.checkbox_list {
  display: flex;
  flex-wrap: wrap;
}
.select_item_inner .select_item_tbl .select_item_tbl_list ul.checkbox_list li {
  padding: 3px;
}
@media only screen and (max-width: 680px) {
  .select_item_inner .select_item_tbl .select_item_tbl_list ul.checkbox_list li {
    width: auto;
  }
}
.select_item_inner .select_item_tbl .select_item_tbl_list ul.checkbox_list li label input[type=checkbox] {
  display: none;
}
.select_item_inner .select_item_tbl .select_item_tbl_list ul.checkbox_list li label input[type=checkbox] + span {
  position: relative;
  display: block;
  padding: 6px 10px;
  color: #000;
  border: solid 1px #eee;
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: 0.1s;
}
.select_item_inner .select_item_tbl .select_item_tbl_list ul.checkbox_list li label input[type=checkbox] + span:hover {
  color: #1d428a;
  border: solid 1px #1d428a;
}
.select_item_inner .select_item_tbl .select_item_tbl_list ul.checkbox_list li label input[type=checkbox]:checked + span {
  color: #fff;
  border: solid 1px #1d428a;
  background-color: #1d428a;
  -webkit-user-select: none;
          user-select: none;
}
.select_item_inner .btns {
  display: flex;
  justify-content: center;
  padding: 5px 0 0;
}
.select_item_inner .btns div.btn_submit {
  margin-right: 6px;
}
.select_item_inner .btns div.btn_submit input.textform {
  font-size: 14px;
  padding: 0px 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  border: solid 1px #1d428a;
  background-color: #1d428a;
  background-size: 14px 15px;
  transition: 0.2s;
}
.select_item_inner .btns div.btn_submit input.textform:hover {
  color: #1d428a;
  background-color: #fff;
}
.select_item_inner .btns div.btn_reset input.textform {
  font-size: 14px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  color: #666;
  background-color: #fff;
  border: solid 1px #aaa;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s;
}
.select_item_inner .btns div.btn_reset input.textform:hover {
  color: #1d428a;
  border: solid 1px #1d428a;
}

/* セミナー／イベント */
.seminar_block {
  background-color: #f3f7fb;
  padding: 40px 50px 0;
}
@media only screen and (max-width: 1080px) {
  .seminar_block {
    padding: 40px 40px 0;
  }
}
@media only screen and (max-width: 680px) {
  .seminar_block {
    padding: 40px 20px 0;
  }
}

.single-event .seminar_block {
  padding-bottom: 30px;
  margin-top: 30px;
}

.seminar_hit {
  max-width: 1180px;
  margin: 0 auto;
}

.seminar_item {
  position: relative;
  background-color: #fff;
  max-width: 1180px;
  margin: 0 auto 40px;
  padding: 35px 50px 25px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1080px) {
  .seminar_item {
    padding: 45px 50px 25px;
  }
}
@media only screen and (max-width: 680px) {
  .seminar_item {
    padding: 20px 30px 20px 30px;
  }
}

.seminar_item_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.seminar_item_head p {
  margin-right: 15px;
  margin-bottom: 5px;
}
.seminar_item_head p.date, .seminar_item_head p.com {
  line-height: 1.5;
}
.seminar_item_head p.com a {
  margin-right: 10px;
}
.seminar_item_head .update {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: 0;
}
@media only screen and (max-width: 680px) {
  .seminar_item_head {
    display: block;
    margin-bottom: 10px;
  }
  .seminar_item_head p.date {
    margin-top: 5px;
  }
}

.seminar_item_body .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media only screen and (max-width: 680px) {
  .seminar_item_body .title {
    font-size: 20px;
  }
}
.seminar_item_body .text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.seminar_item_body .text a {
  display: inline-block;
  margin-top: 10px;
}
.seminar_item_body .text a:hover {
  text-decoration: underline;
}
.seminar_item_body .category {
  font-size: 12px;
  margin-bottom: 5px;
}
.seminar_item_body .category a.label {
  margin-right: 6px;
  margin-bottom: 7px;
  cursor: pointer;
  transition: 0.2s;
}
.seminar_item_body .category a.label:hover {
  color: #fff;
  background-color: #0091da;
  border: solid 1px #0091da;
}
.seminar_item_body .category a.trg {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.5;
  transition: 0.2s;
}
.seminar_item_body .category a.trg:hover {
  text-decoration: underline;
}

.seminar_item_foot {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 680px) {
  .seminar_item_foot {
    display: block;
  }
}
.seminar_item_foot div:first-child {
  margin-bottom: 16px;
}
.seminar_item_foot .event_vmcv img {
  width: 120px;
}
.seminar_item_foot .event_vmcv img:hover {
  opacity: 0.8;
}

.vmcv_banner_column {
  padding: 20px 20px 40px;
  text-align: center;
}
.vmcv_banner_column img {
  max-width: 100%;
}
