@charset "UTF-8";
/* seminar-head */
.seminar-head {
  overflow: hidden;
  margin-bottom: 40px;
}
.seminar-head_body {
  width: 58%;
  float: left;
}
.seminar-head_body .seminar-attention {
  font-size: 18px;
}
.seminar-head_body .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.seminar-table {
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 13px;
  margin-bottom: 40px;
}
.seminar-table th,
.seminar-table td {
}
.seminar-table th {
  background-color: #ece5db;
  width: 80px;
  text-align: center;
}
.seminar-table td {
}

.seminar-head_img {
  width: 40%;
  height: 324px;
  float: right;
}
.seminar-head_img figure {
  width: 100%;
  height: 100%;
}
.seminar-head_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* common */
.label-country {
  margin-bottom: 5px;
}
.label-country span {
  background-color: #017b26;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 4px;
  color: #ffffff;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.seminar-attention {
  color: red;
  margin-bottom: 5px;
}

.side-section {
  margin-bottom: 30px;
}
.side-section_txt {
  margin-bottom: 10px;
}
.side-section_txt em {
  font-weight: bold;
}
.side-section_txt small {
  font-size: 12px;
  color: #666;
}

/* seminar-relation */
.seminar-relation {
  width: 100%;
  background: #f6f5f0;
  padding: 50px 0;
}
.seminar-relation_inner {
  width: 1205px;
  margin: 0 auto;
}

.seminar-relation_inner .top-contents-tab__items {
  margin-top: 40px;
}
.seminar-relation_inner .btn-section {
  margin-bottom: 0;
}

/* new-contents-top */
.new-contents-top {
  width: 100%;
  height: 400px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.new-contents-top_title {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -344px;
}
.new-contents-top_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* new-seminar-recommend */
.new-seminar-recommend {
  border-top: 10px solid #ffc700;
  border-bottom: 10px solid #ffc700;
  margin-bottom: 60px;
}
.new-seminar-recommend_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  text-decoration: none !important;
  border-top: 1px solid #ccc;
  position: relative;
}
.new-seminar-recommend_box:hover {
  background: #fffbe6;
  opacity: 1;
}

.new-seminar-recommend_box:first-child {
  border-top: none;
}
.new-seminar-recommend_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 45%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #9b4633;
  border-bottom: 2px solid #9b4633;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
}
.new-seminar-recommend_date {
  width: 140px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
}
.new-seminar-recommend_date span {
  font-size: 24px;
}

.new-seminar-recommend_img {
  width: 200px;
  padding: 0 18px;
  box-sizing: border-box;
}
.new-seminar-recommend_img figure {
  width: 100%;
  height: auto;
}
.new-seminar-recommend_img figure img {
  width: 100%;
  height: auto;
}
.new-seminar-recommend_body {
  width: 500px;
}
.new-seminar-recommend_body .label-country {
  margin-bottom: 0;
}
.new-seminar-recommend_body .label-country span {
  font-size: 11px;
}
.new-seminar-recommend_body .seminar-attention {
  margin-bottom: 0;
}
.new-seminar-recommend_body .title {
  font-size: 16px;
  margin-bottom: 30px;
}
.new-seminar-recommend_body .seminar-table {
  margin-bottom: 0;
  border-spacing: 2px;
  font-size: 12px;
}
.new-seminar-recommend_body .seminar-table td {
  padding-left: 5px;
}

.new-seminar-title {
  font-size: 16px;
  padding-bottom: 5px;
}

/* new-seminar-list */
.new-seminar-list {
  width: 100%;
  column-count: 3;
  column-gap: 0;
  margin-bottom: 30px;
  border-top: 10px solid #9b4633;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.new-seminar-list_box {
  text-decoration: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: block;
  margin: 0 10px 20px;
  width: calc(33% - 20px);
  /*
  -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
  -o-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
  -ms-box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
*/
  box-shadow: 0px 0px 0 rgba(251, 53, 14, 0.68);
  transition: all 0.4s ease;
}
.new-seminar-list_box:hover {
  box-shadow: 0px 0px 10px rgba(251, 53, 14, 0.68);
}
.new-seminar-list_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.new-seminar-list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-seminar-list_body {
  padding: 10px;
}
.new-seminar-list_date {
  font-size: 18px;
  margin-bottom: 10px;
}
.new-seminar-list_body .label-country span {
  font-size: 10px;
}
.new-seminar-list_body .seminar-attention {
  font-size: 11px;
  line-height: 1.2;
}
.new-seminar-list_body .title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.new-seminar-list_body .seminar-table {
  border-spacing: 0;
  font-size: 11px;
  margin-bottom: 0;
  width: 100%;
}
.new-seminar-list_body .seminar-table th,
.new-seminar-list_body .seminar-table td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

/*-----------------
SIDE
------------------*/
.side-country {
  margin-bottom: 30px;
}
.side-country li {
}

.side-country li a {
  display: block;
  text-decoration: none;
  background: white;
  padding: 5px;
  box-sizing: border-box;
}
.side-country li a:hover {
  background: #fffbe6;
  opacity: 1;
}
.side-country li a.is-active {
  background: #f6f5f0;
  pointer-events: none;
}

.side-country li img {
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 599px) {
  .right-bar {
    display: none;
  }
  .right-bar.right-bar_seminar {
    display: block;
  }
  /* side-country */
  .side-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-country li {
    width: 50%;
    font-size: 12px;
  }
  .side-country li img {
    margin-right: 5px;
  }

  /* wrap */
  .wrap-seminar-top {
    padding-top: 10px;
  }
  /* seminar-head */
  .seminar-head {
  }
  .seminar-head_body {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 10px;
  }
  .seminar-head_img {
    float: none;
    width: 100%;
    height: auto;
  }
  .seminar-head_body .seminar-attention {
    font-size: 12px;
  }
  .seminar-head_body .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .seminar-head_body .seminar-table {
    border-spacing: 0;
  }
  .seminar-head_body .seminar-table th,
  .seminar-head_body .seminar-table td {
    display: block;
    width: calc(100% - 10px);
    text-align: left;
    padding: 5px;
  }

  /* seminar-relation */
  .seminar-relation {
  }
  .seminar-relation_inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  /* new-contents-top */
  .new-contents-top {
    margin-top: -56px;
  }
  .new-contents-top_title {
    width: 80%;
    margin-left: -40%;
    top: 50%;
  }
  .new-contents-top_title img {
    width: 100%;
    height: auto;
  }

  /* new-seminar-recommend */
  .new-seminar-recommend_box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .new-seminar-recommend_box:after {
    right: -5px;
  }
  .new-seminar-recommend_date {
    border-right: none;
  }
  .new-seminar-recommend_img {
    padding: 0 10px 0 0;
  }
  .new-seminar-recommend_body {
    width: 100%;
  }
  .new-seminar-recommend_body .label-country {
    margin-top: 10px;
  }
  .new-seminar-recommend_body .title {
    margin-bottom: 10px;
  }

  /* new-seminar-list */
  .new-seminar-list {
    column-count: 1;
  }
  .new-seminar-list_box {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .new-seminar-list_img {
    height: 250px;
  }
}

@media screen and (max-width: 499px) {
  .seminar-relation_item.top-contents-tab__item .item-img {
    height: 150px;
  }
}
