/*-------------------- style.css --------------------*/

body{
  font-size:12px;
  word-break:break-all;
  }
  a{
  color:#000000;
  }
  a:hover{
  text-decoration:underline;
  }
  a:hover img{
  opacity:0.75;
  }
  #header{
  position:fixed;
  z-index:2000;
  width:100%;
  min-width:960px;
  background-color:#ffffff;
  border-bottom:3px solid #002063;
  }
  .header_in{
  display:flex;
  align-items:center;
  box-sizing:border-box;
  width:100%;
  padding:7px 1rem 5px;
  margin:0 auto;
  background:#ffffff;
  }
  .header_left{
  }
  .header_left img{
  width:auto;
  height:32px;
  }
  .header_right{
  flex:1;
  text-align:right;
  }
  .header_right li{
  display:inline-block;
  margin-left:1em;
  }
  .header_right a{
  display:flex;
  align-items:center;
  margin-left:12px;
  }
  .header_right a:first-child{
  margin-left:0;
  }
  .header_right a img{
  vertical-align:middle;
  margin-right:0.5rem;
  width:1.25em;
  }
  .header_smartphone{
  display:none;
  }
  
  #contents{
  padding:calc(47px + 1rem) 0 3rem;
  }
  
  .contents_in{
  /* 繧ｳ繝ｳ繝�Φ繝��菴薙�菴咏區(逕ｻ髱｢蟾ｦ縺ｮ繝｡繝九Η繝ｼ縺ｮ縺溘ａ) */
  padding:0 2rem;
  }
  
  #go_top{
  position:fixed;
  bottom:calc(3em + 20px);
  right:20px;
  max-width:15%;
  width:60px;
  background:#002063;
  }
  #go_top:hover{
  opacity:0.75;
  cursor:pointer;
  }
  #go_top img{
  width:100%;
  }
  
  #loading{
  display:flex;
  justify-content:center;
  align-items:center;
  background:#ffffff;
  position:fixed;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  overflow:hidden;
  }
  #loading.kamban_main_loaded.json_loaded,
  #loading.detail_loaded{
  display:none;
  }
  
  .kamban_thumbnail{
  margin-top:0.75rem;
  }
  .kamban > ul,
  .kamban_thumbnail > ul{
  margin:0 auto;
  width:100%;
  max-width:1024px;
  padding:0 1rem;
  }
  .kamban > ul li img,
  .kamban_thumbnail > ul li img{
  width:100%;
  vertical-align:middle;
  }
  .kamban_thumbnail > ul{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  box-sizing:border-box;
  }
  
  /* 4繧ｫ繝ｩ繝� */
  /*
  .kamban_thumbnail > ul li{
  box-sizing:border-box;
  width:calc((100% - 24px) / 4);
  margin-top:8px;
  margin-left:8px;
  cursor:pointer;
  }
  .kamban_thumbnail > ul li:nth-child(4n + 1){
  margin-left:0;
  }
  .kamban_thumbnail > ul li:nth-child(-n + 4){
  margin-top:0;
  }
  
  /* 3繧ｫ繝ｩ繝� */
  .kamban_thumbnail > ul li{
  box-sizing:border-box;
  width:calc((100% - 16px) / 3.0001);
  margin-top:8px;
  margin-left:8px;
  cursor:pointer;
  }
  .kamban_thumbnail > ul li:nth-child(3n + 1){
  margin-left:0;
  }
  .kamban_thumbnail > ul li:nth-child(-n + 3){
  margin-top:0;
  }
  
  .kamban_thumbnail > ul li:hover img{
  opacity:0.75;
  }
  .kamban_thumbnail > ul li.active{
  border:0.25rem solid #3366cc;
  }
  .kamban_thumbnail > ul li:last-child{
  margin-right:0;
  }
  
  .kamban_2rows:before,
  .kamban_2rows:after,
  .kamban_3rows:before,
  .kamban_3rows:after{
  display:table;
  content:"";
  }
  
  .kamban_2rows > a,
  .kamban_3rows > a{
  float:left;
  }
  
  .kamban_2rows > a,
  .kamban_3rows > a{
  width:calc(100% / 3.0001);
  }
  
  .kamban_2rows > a:first-child{
  width:calc(100% / 3.0001 * 2);
  }
  
  .news ul{
  margin-top:calc(1rem - 0.4em);
  }
  .news ul li{
  margin-bottom:0.6em;
  }
  .news ul li:last-child{
  margin-bottom:0;
  }
  .news ul dl{
  display:flex;
  }
  .news ul dl dt,
  .news ul dl dd{
  line-height:1.4;
  }
  .news ul dl dt{
  padding-left:1em;
  }
  .news ul dl dd{
  flex:1;
  padding-left:1em;
  }
  
  .big_title{
  width:100%;
  max-width:1024px;
  margin:0 auto;
  margin-bottom:1rem;
  padding:0 1rem;
  box-sizing:border-box;
  }
  .big_title h1{
  font-size:18px;
  font-weight:bold;
  border-left: 8px solid #002063;
  padding: 0.5rem 0 0.5rem 0.5rem;
  }
  
  .all_small_title{
  padding:0.25em 0 0.25em 0.5em;
  border-left:8px solid #002063;
  border-bottom:1px solid #8f8f8f;
  font-weight:bold;
  font-size:16px;
  color:#4a4a4a;
  }
  .all_title{
  display:flex;
  align-items:center;
  font-size:14px;
  padding:0.4em 0 0.4em 1rem;
  background:#3366CC;
  font-weight:bold;
  color:#ffffff;
  }
  
  .all_title img{
  margin-right:0.5rem;
  }
  .all_title span{
  flex:1;
  }
  #searched_seminars .all_title span{
  flex:inherit;
  }
  
  .seminar_history{
  margin-right:1rem;
  }
  .seminar_history a{
  display: flex;
  align-items: center;
  width:calc(4em + 24px);
  font-size:12px;
  color:#ffffff;
  }
  .seminar_venue h4{
  display:flex;
  align-items:center;
  margin-top:1rem;
  font-size:16px;
  }
  .seminar_venue h5{
  margin-top:1rem;
  padding:0.5em 0 0.5em 1em;
  font-weight:bold;
  font-size:14px;
  background-color:#3366CC;
  color:#ffffff;
  }
  
  .seminar_venue + .seminar_venue{
  margin-top:2rem;
  }
  .seminar_venue .seminar_contents + .seminar_contents h5{
  margin-top:2rem;
  }
  .seminar_contents ul{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:flex-start;
  }
  .seminar_contents ul li{
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  width:calc((100% - 1rem) / 3);
  margin-top:1rem;
  margin-right:0.5rem;
  line-height:1.4;
  }
  .seminar_contents ul li:nth-child(3n + 3){
  margin-right:0;
  margin-left:0;
  }
  .seminar_contents ul li a{
  display:block;
  box-sizing:border-box;
  padding-left:0.25rem;
  }
  .seminar_contents ul li a:first-child{
  display:flex;
  flex:1;
  align-items:flex-start;
  padding-left:0;
  margin-top:0;
  }
  .seminar_contents ul li a:nth-of-type(n+2):hover{
  text-decoration:none;
  opacity:0.75;
  }
  .seminar_contents ul li a p{
  flex:1;
  }
  
  .category_search_in,
  .category_in,
  .report_in,
  .contest_in,
  .charged_seminar_in,
  .free_seminar_in,
  .new_items_in,
  .seminar_fair_in,
  .vr_in,
  .fem_in,
  .cad_in,
  .fold_category_in,
  .fold_no_seminars,
  .news_in{
  width:100%;
  max-width:1024px;
  margin:40px auto 0;
  padding:0 1rem;
  box-sizing:border-box;
  }
  .news_in{
  margin-top:32px;
  }
  .fold_category_in,
  .fold_no_seminars{
  padding:0;
  }
  
  .category a{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing:border-box;
  height:100%;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  color:#333333;
  }
  @media all and (-ms-high-contrast: none){
    .category a{
    display:inline;
   }
  }
  .category a > *{
  display:block;
  }
  
  .category a:hover{
  text-decoration:none;
  }
  .category a:hover img{
  opacity:1;
  }
  
  .category_search_in{
  /*max-width:365px;*/
  }
  .category_search_in > div{
  display:flex;
  /*
  max-width:293px;
  width:100%;
  */
  }
  .category_search_in .icon_web{
  margin-right:0.5rem;
  }
  .overview_about_icons{
  width:100%;
  max-width:1024px;
  margin:0 auto;
  padding:0 1rem;
  box-sizing:border-box;
  }
  .category_kind .category_in,
  .overview_about_icons ul{
  display:flex;
  }
  .overview_about_icons ul{
  flex-direction:column;
  }
  .overview_about_icons ul li{
  display:flex;
  align-items:center;
  margin-top:1em;
  }
  .overview_about_icons ul li:first-child{
  margin-top:0;
  }
  .overview_about_icons ul li > a{
  margin-right:0.5rem;
  }
  .overview_about_icons ul li > a:hover{
  text-decoration:none;
  }
  .searched_seminars_in > .active > *,
  .all_seminars .overview_about_icons + * > *{
  margin:1rem auto 0;
  }
  .searched_seminars_in > .active ~ .active > *{
  margin:3rem auto 0;
  }
  
  .category_search_in{
  display:flex;
  align-items:center;
  }
  .category_search_in h2{
  margin-right:1rem;
  border-bottom:0;
  white-space:nowrap;
  }
  .category_search_in [type=text]{
  flex:1 0 auto;
  -webkit-appearance: none;
  margin:0;
  padding:0.25rem 0.5rem;
  box-shadow:0;
  border:1px solid #8f8f8f;
  font-size:16px;
  }
  .category_search_in [type=submit]{
  display: flex;
  align-items: center;
  justify-content:center;
  min-width:5rem;
  margin:0;
  padding:0.5rem 0;
  background:#0066cc;
  line-height:1;
  color:#ffffff;
  cursor:pointer;
  }
  .category_search_in [type=submit]:hover{
  opacity:0.75;
  }
  .category_search_in [type=submit] img{
  margin-right:0.5rem;
  width:1rem;
  }
  
  .category_catalog_pdf{
  align-items:center;
  justify-content:flex-start;
  /*margin-left:1rem;*/
  margin-right: 1rem;
  }
  .category_catalog_pdf a{
  display:flex;
  flex-direction:row;
  align-items:center;
  font-weight:normal;
  font-size:12px;
  color:#0066CC;
  }
  .category_catalog_pdf a:not(.popup_web_info):hover,
  .category_catalog_pdf a.popup_web_info:hover p{
  text-decoration:underline;
  }
  .category_catalog_pdf a img{
  margin-right:0.5rem;
  }
  .category_catalog_pdf_pc{
  display:block;
  }
  .category_catalog_pdf_sp{
  display:none;
  }
  
  .category_kind > .category_in{
  justify-content: flex-start;
  }
  
  .category_kind_left img,
  .category_kind_right img{
  width:100%;
  }
  .category_kind_left .f_left img,
  .category_kind_left .f_right img{
  width:auto;
  }
  .category_kind_left h2 img{
  width:auto;
  height:100%;
  }
  
  .category_kind_left .icon_web{
  font-size:14px;
  margin-right:0.25rem;
  }
  .category_contents{
  margin-top:1rem;
  }
  .category_contents > ul{
  display:flex;
  }
  .category li{
  margin-right:1rem;
  width:calc((100% - 5rem) / 6);
  box-shadow:3px 3px 3px #cccccc;
  }
  .fold_category li{
  width:auto;
  margin-right:0;
  box-shadow:inherit;
  }
  
  .category_search_in > div,
  .category_products .category_contents > ul > li{
  position:relative;
  }
  .category_search [type=submit] + .accordion_connection,
  .category_products .category_contents a + .accordion_connection,
  .category_kind .category_contents a + .accordion_connection{
  display:none;
  text-align: center;
  position: absolute;
  width: 100%;
  }
  .category_products .category_contents a + .accordion_connection,
  .category_kind .category_contents a + .accordion_connection{
  bottom:-34px;
  }
  .category_products .category_contents a + .accordion_connection,
  .category_kind .category_contents a + .accordion_connection{
  cursor:pointer;
  }
  .category_search [type=submit].active + .accordion_connection,
  .category_products .category_contents a.active + .accordion_connection,
  .category_kind .category_contents a.active + .accordion_connection{
  display:block;
  z-index:1000;
  }
  .category_search [type=submit] + .accordion_connection{
  box-sizing:border-box;
  bottom:-34px;
  left:0;
  text-align:right;
  padding-right:calc(0.5rem + 3px);
  }
  .category_search [type=submit] + .accordion_connection img{
  vertical-align:bottom;
  cursor:pointer;
  }
  .category_kind .category_contents a + .accordion_connection img{
  width:auto;
  }
  
  .category_kind li{
  position:relative;
  width:152px;
  }
  .category li:last-child{
  margin-right:0;
  }
  .category_kind_left li:nth-last-child(2){
  margin-right:0;
  }
  
  .category .popup_venue_info > *{
  display:inline-block;
  }
  .category .category_contents_in{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:0.75rem 0;
  line-height:1.2;
  }
  .searched_seminars h3,
  .all_seminars h3{
  margin-top:1rem;
  }
  .category .category_contents_in p:last-child{
  margin-top:0.5rem;
  line-height:1.4;
  color:#002063;
  font-size:10px;
  }
  .category .category_contents_in p:first-child{
  margin-top:0;
  line-height:1;
  color:#333333;
  font-weight:bold;
  font-size:13px;
  }
  
  .fold_no_seminars{
  align-items:center;
  }
  .fold_no_seminars p{
  }
  
  .fold_category_title_left,
  .title_left{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
  .fold_category_title h2{
  display:flex;
  align-items:center;
  font-size:inherit;
  font-weight:inherit;
  }
  .fold_category_overview{
  display:inline-block;
  margin-top:1rem;
  }
  .fold_category_overview a{
  display: flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items: center;
  width:calc(2em + 24px);
  font-size: 12px;
  color: #ffffff;
  }
  .fold_category_overview a:hover{
  opacity:0.75;
  }
  .fold_category_application a,
  .title_application a{
  display: inline-block;
  margin-left: 1rem;
  margin-right: 0.5rem;
  padding: 0.5em;
  border: 1px solid #ffffff;
  border-radius: 5px;
  white-space:nowrap;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  }
  .fold_category_icons,
  .title_category_icons{
  max-width: 20px;
  text-align: center;
  border-radius: 5px;
  margin-right: 0.5rem;
  }
  .fold_category_icons img,
  .title_category_icons img{
  width:100%;
  height:20px;
  }
  .fold_category_icons img:last-child,
  .title_category_icons img:last-child{
  margin-right:0;
  }
  
  .fold_category_contents,
  .fold_no_seminars p{
  display:flex;
  padding:1rem;
  border:1px solid #3366CC;
  line-height:1.4;
  }
  .fold_no_seminars p{
  width:calc(1024px - 2rem);
  }
  .fold_category_contents > *{
  width:calc(50% - 0.5rem);
  }
  .fold_category_contents > *:last-child{
  margin-left:1rem;
  }
  .fold_category_contents a{
  display:inline;
  flex-direction:unset;
  justify-content:unset;
  align-items:unset;
  height:auto;
  font-size:inherit;
  font-weight:inherit;
  text-align:left;
  color:#0066CC;
  }
  .fold_category_contents a:hover{
  text-decoration:underline;
  }
  .fold_category_contents_left h3{
  margin-bottom:0.75rem;
  font-size:16px;
  }
  .fold_category_contents_left_overview{
  margin-top:1rem;
  }
  .fold_category_contents_left_overview dt{
  display:flex;
  }
  
  .all_seminars_in{
  padding:0 0 0 1rem;
  }
  .all_seminars_title{
  box-sizing:border-box;
  max-width:calc(1024px - 2rem);
  margin:3rem auto 0;
  padding:0.25em 0.5em;
  }
  .all_seminars_title + * > *,
  .category_search + * + * > *{
  margin-top:1rem;
  }
  .category_products_tablet > .category_in,
  .category_products_sp > .category_in{
    margin-top: 3rem;
  }
  .searched_seminars{
  display:none;
  max-width:calc(1024px - 2rem);
  margin:0 auto 3rem;
  }
  .searched_seminars.active{
  display:block;
  }
  .searched_seminars_in,
  .searched_no_seminars{
  display:none;
  margin: 32px 0 0;
  padding:0 0 1rem;
  border:1px solid #3366CC;
  }
  .searched_seminars_in.active,
  .searched_no_seminars.active{
  display:block;
  }
  .searched_seminars .overview_about_icons{
  margin-top:1rem;
  }
  .searched_no_seminars p{
  padding:1rem 1rem 0;
  line-height:1.4;
  }
  
  .searched_seminars .contest,
  .searched_seminars .charged_seminar,
  .searched_seminars .free_seminar,
  .searched_seminars .new_items,
  .searched_seminars .seminar_fair{
  display:none;
  }
  .searched_seminars .contest.active,
  .searched_seminars .charged_seminar.active,
  .searched_seminars .free_seminar.active,
  .searched_seminars .new_items.active,
  .searched_seminars .seminar_fair.active{
  display:block;
  }
  
  #footer{
  background-color:#002063;
  color:#ffffff;
  }
  .footer_in{
  position:relative;
  width:100%;
  margin:0 auto;
  padding:1em 0;
  text-align:center;
  }
  
  /* -竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ- */
  
  .contents_wrapper{
  background:#fafafa;
  }
  .contents_wrapper_in,
  .back_button{
  box-sizing:border-box;
  width:100%;
  max-width:1024px;
  margin:0 auto;
  padding:3rem 1rem 0;
  }
  .back_button{
  display:flex;
  justify-content:space-between;
  }
  .back_button .button_back_to_top{
  display:inline-block;
  }
  .back_button .button_back_to_top:last-child{
  margin:0 0 0 auto;
  }
  
  .contents_wrapper:nth-of-type(1) .contents_wrapper_in{
  padding-top:1rem;
  }
  .contents_wrapper .breadcrumb{
  box-sizing:border-box;
  max-width:1024px;
  margin:0 auto;
  padding:0 1rem 0;
  }
  .contents_wrapper .breadcrumb > p.align-right,
  .contents_wrapper .back > p.align-right
  {
    text-align: right;
    margin-top: 0 !important;
    margin-right: 1rem;
    font-weight: bold;
  }
  .contents_wrapper .breadcrumb > div.title{
    margin-top: 0;
  }
  .contents_wrapper .breadcrumb > *:nth-child(n + 2){
  margin-top:1rem;
  }
  .contents_wrapper .breadcrumb h1{
  font-size:24px;
  border-left:8px solid #3366cc;
  padding:0.5rem 0 0.5rem 1rem;
  }
  .contents_wrapper h2{
  background-color:#3366CC;
  }
  .contents_wrapper h3{
  font-size:16px;
  margin-top:2rem;
  }
  .contents_wrapper h3 + p{
  margin-top:1rem;
  line-height:1.4;
  }
  .contents_wrapper .all_schedule{
  margin-top:2rem;
  padding:0 3rem;
  }
  .contents_wrapper .all_schedule > table{
  display:flex;
  flex-direction:column;
  margin-top:2rem;
  border-bottom:1px solid #666666;
  -ms-overflow-x:hidden;
  }
  .contents_wrapper .all_schedule > table tr{
  display:flex;
  border-top:1px solid #666666;
  }
  .contents_wrapper .all_schedule > table th,
  .contents_wrapper .all_schedule > table td{
  display:flex;
  flex:0 1 auto;
  padding:0.5em;
  }
  .contents_wrapper .all_schedule > table th{
  flex:0 0 auto;
  background:#99CCFF;
  }
  .contents_wrapper .all_schedule > table td{
  line-height:1.4;
  }
  .contents_wrapper .all_schedule > table th:first-child,
  .contents_wrapper .all_schedule > table td:first-child{
  flex-basis:10em;
  }
  .contents_wrapper .all_schedule > table th:nth-child(2),
  .contents_wrapper .all_schedule > table td:nth-child(2){
  flex-basis:6em;
  }
  .contents_wrapper .all_schedule > table th:last-child,
  .contents_wrapper .all_schedule > table td:last-child{
  flex:1 1 auto;
  -ms-flex:1 1 10000px;
  }
  
  .contents_wrapper .all_schedule > dl,
  .contents_wrapper .all_schedule > dl > dt{
  display:flex;
  }
  .contents_wrapper .all_schedule > dl{
  align-items:flex-start;
  margin-top:0.5rem;
  font-size:16px;
  }
  .contents_wrapper .all_schedule > dl:nth-of-type(1){
  margin-top:2rem;
  }
  .contents_wrapper .all_schedule > dl > dt{
  flex:0 0 auto;
  align-items:center;
  line-height:1.4;
  }
  .contents_wrapper .all_schedule > dl:first-child > dt{
  margin-top:0;
  }
  .contents_wrapper .all_schedule > dl > dd{
  padding-left:1rem;
  line-height:1.4;
  }
  .news {
  padding: 1rem;
  background-color: #FDFFDA;
  }
  .news > dl > dt{
  white-space: nowrap;
  margin-right: 1rem;
  }
  .timetable > dl{
  padding: 0.5rem 0;
  border-bottom: #efefef dotted 2px;
  }
  .timetable > dl > dt {
/*  padding: 0.25rem;*/
  }
  .timetable > dl > dt {
  white-space: nowrap;  
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  }
  .timetable > dl > dt > p{
  background-color: #99ccff;
/*  font-weight: bold;*/
  padding: 3px 15px;
  border-radius: 20px;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  }
  .timetable > dl > dd {
  padding: 0.5rem;
  }
　.timetable > dl:nth-child( 2n + 1 ){
  background-color:#e6f2ff;
  }
  .contents_wrapper .all_title{
  display:flex;
  align-items:center;
  padding:0 0 0 1rem;
  }
  .contents_wrapper .all_title span:first-child{
  flex:1 0 0;
  line-height:1.2;
  padding:1em 0;
  min-height:1em;
  }
  .contents_wrapper .all_title span:nth-child(n + 2){
  margin-right:1rem;
  font-size:14px;
  padding:0.5em;
  border-radius:5px;
  }
  
  .all_buttons{
  margin-top:2rem;
  text-align:center;
  }
  .all_buttons a{
  display:inline-block;
  background:#3366cc;
  padding:1em;
  min-width:8em;
  border-radius:5px;
  text-align:center;
  font-size:20px;
  color:#ffffff;
  margin-left:1rem;
  }
  .all_buttons a:first-child{
  margin-left:0;
  }
  .all_buttons a:hover{
  text-decoration:none;
  opacity:0.75;
  }
  .all_kamban{
  max-width:960px;
  margin:0 auto;
  }
  .all_kamban img{
  width:100%;
  }
  .all_notice{
  margin-top:2rem;
  padding:1rem;
  border:1px solid #3366cc;
  }
  .all_notice dl{
  display:flex;
  align-items:flex-start;
  margin-top:1rem;
  font-size:16px;
  }
  .all_notice dl > *{
  line-height:1.4;
  }
  .all_notice dl dt{
  display:flex;
  align-items:center;
  margin-right:1rem;
  }
  .all_notice .all_notice_title{
  text-align:center;
  font-size:20px;
  color:#3366cc;
  }
  .all_notice .all_notice_subtitle{
  margin-top:1rem;
  text-align:center;
  font-size:16px;
  }
  .all_link{
  margin-top:1rem;
  }
  .contents_wrapper .all_small_title{
  margin-top:2rem;
  }
  .contents_wrapper .all_message{
  margin-top:1rem;
  line-height:1.4;
  }
  
  .side_buttons_area,
  .side_navi_area{
  position:fixed;
  left:0;
  top:103px;
  z-index:7999;
  }
  .side_buttons_area li,
  .side_navi_close{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:1rem;
  background:#002063;
  border-radius:0 5px 5px 0;
  color:#ffffff;
  cursor:pointer;
  }
  .side_navi_close{
  padding:1rem 0.5rem;
  }
/*
  .side_buttons_area li a{
  padding:1rem 0.5rem;
  color:#ffffff;
  }
  .side_buttons_area li a:hover{
  text-decoration:none;
  }
  .side_buttons_area li:last-child{
  margin-bottom:0;
  }
  */
  .side_navi_area{
  top:235px;
  left:-100vw;
  width:400px;
  background:#ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  }
/*
  .side_navi_tabs{
  display:flex;
  }
  .side_navi_tabs p{
  flex:1;
  padding:1em;
  border:1px solid #002063;
  color:#002063;
  cursor:pointer;
  text-align:center;
  }
  .side_navi_tabs p.active{
  background:#002063;
  color:#ffffff;
  cursor:auto;
  }
*/
/*
  .side_navi_list{
  display:none;
  padding:0.5rem;
  border:1px solid #002063;
  width: 100%;
  box-sizing: border-box;
  }
  .side_navi_list.active{
  display:block;
  }
  .side_navi_list h3{
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  border-top:1px solid #cccccc;
  font-size:12px;
  }
  .side_navi_list > h3:first-of-type{
  padding-top:0;
  border-top:0;
  }
  .side_navi_list ul{
  display:flex;
  flex-wrap:wrap;
  padding-left:1em;
  }
  .side_navi_list > ul > li{
  width:50%;
  padding-bottom:0.25em;
  }
  .side_navi_list ul li a{
  display:block;
  color:#002063;
  }
  
  .side_nav_list_nocontents{
  display:flex;
  align-items:center;
  border-top:1px solid #cccccc;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  }
  .side_nav_list_nocontents h3{
  flex:1;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  }
  .side_nav_list_nocontents ul{
  padding-left:0;
  }
  .side_nav_list_nocontents ul li{
  padding-bottom:0;
  }
  .side_navi_close{
  position:absolute;
  top:0;
  right:calc(-1rem - 1em);
  }
  .side_navi_area_bg{
  display:none;
  position:fixed;
  top:0;
  left:0;
  z-index:7998;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.2);
  }
  .side_navi_area_bg.active{
  display:block;
  }
  
  .side_navi_links{
  display:none;
  }
  */
  /* -竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ- */
  
  .seminar_overview{
  width:100%;
  }
  .seminar_overview dl{
  display:flex;
  }
  .seminar_overview dl > *{
  margin-bottom:0.5em;
  }
  .seminar_overview dl dt{
  width:7em;
  }
  .seminar_overview dl dd{
  flex:1;
  }
  .seminar_overview dl:last-child > *{
  margin-bottom:0;
  }
  .seminar_overview dl dd li{
  width:100%;
  box-shadow:unset;
  }
  .seminar_overview dl dd a{
  display:inline;
  flex-direction:unset;
  justify-content:unset;
  align-items:unset;
  font-size:inherit;
  font-weight:inherit;
  text-align:left;;
  }
  
  .ul_table{
  display:flex;
  flex-direction:column;
  width:100%;
  }
  .ul_table > ul,
  .category_kind .ul_table > ul{
  display:flex;
  flex-direction:row;
  border-bottom:1px solid #666666;
  border-left:1px solid #666666;
  }
  .ul_table > ul:first-child{
  background:#99CCFF;
  border-top:1px solid #666666;
  }
  .ul_table > ul > li{
  padding:0.6em 0.5em 0.4em;
  }
  
  .ul_table_border ul{
  border-left:1px solid #cccccc;
  }
  .ul_table_border ul:first-child{
  border-bottom:1px solid #666666;
  }
  .ul_table_border ul li{
  border-bottom:1px solid #666666;
  }
  
  .location_ul_table > ul > li{
  box-shadow:unset;
  border-right:1px solid #666666;
  line-height:1.4;
  text-align:center;
  }
  .location_ul_table > ul:first-child > li{
  line-height:1;
  }
  
  .location_ul_table > ul > .local_ul_table_date{
  width:10em;
  }
  .location_ul_table > ul > .local_ul_table_city{
  width:5em;
  }
  .location_ul_table > ul > .local_ul_table_city2{
  flex:1;
  text-align:left;
  }
  .location_ul_table > ul > .local_ul_table_venue{

  flex:1;
  text-align:left;
  }
  .location_ul_table > ul > .local_ul_table_note{
  width:5em;
  }
  .location_ul_table > ul:first-child > .local_ul_table_venue,
  .location_ul_table > ul:first-child > .local_ul_table_city2{
  text-align:center;
  }
  
  .chiho_sosei_ul_table ul li{
  text-align:center;
  }
  .chiho_sosei_ul_table ul li:first-child{
  width:10em;
  }
  .chiho_sosei_ul_table ul li:nth-child(2){
  width:4em;
  }
  .chiho_sosei_ul_table ul li:nth-child(3){
  flex:1;
  }
  
  .past_seminar{
  background:#eaeaea;
  }
  
  .head_rect{
  display:block;
  margin-right:0.5rem;
  width:12px;
  height:12px;
  }
  .head_circle{
  display:block;
  margin-top:1px;
  margin-right:0.5rem;
  width:12px;
  height:12px;
  border-radius:50%;
  }
  .color_blue{
  background-color:#0066CC!important;
  }
  .color_red{
  background-color:#CC0000!important;
  }
  .color_green{
  background-color:#009900!important;
  }
  .color_orange{
  background-color:#FF6600!important;
  }
  .color_gray{
  background-color:#666666!important;
  }
  .color_pink{
  background-color:#FF0088!important;
  }
  .color_purple{
  background-color:#9933FF!important;
  }
  .color_aquamarine{
  background-color:#008888!important;
  }
  .color_deepgreen{
  background-color:#006600!important;
  }
  
  /* -竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ- */
  
  .icon_arrow{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  width:24px;
  height:12px;
  }
  .icon_arrow:after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  background:url(../../images/icons/icon_arrow.svg) no-repeat center center;
  width:7px;
  height:12px;
  margin:0 6px 0 9px;
  }
  
  .icon_cpd,
  .icon_web,
  .icon_new{
  white-space:nowrap;
  padding:0.25em 0.5em;
  border-radius:1em;
  font-size:10px;
  color:#ffffff;
  }
  .icon_new:after{
  content:"NEW";
  }
  .icon_web:after{
  content:"WEB";
  }
  .icon_cpd:after{
  content:"CPD";
  }
  
  a:hover .color_red.icon_new:after{
  text-decoration:underline red;
  }
  /*
  .kamban .slick-prev:hover,
  .kamban .slick-prev:focus{
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
  }
  .kamban .slick-next:hover,
  .kamban .slick-next:focus{
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
  }
  
  .kamban .slick-next{
  top:0;
  right:1rem;
  width:calc((100% - 960px) / 2);
  transform:inherit;
  height:131.22px;
  z-index:100;
  background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
  }
  .kamban .slick-prev{
  top:0;
  left:1rem;
  width:calc((100% - 960px) / 2);
  transform:inherit;
  height:131.22px;
  z-index:100;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
  }
  */
  .kamban .slick-dotted.slick-slider{
  margin-bottom:40px;
  }
  .kamban .slick-dots{
  height:1rem;
  font-size:0;
  bottom:-24px;
  left:0;
  }
  .kamban .slick-dots li,
  .kamban .slick-dots li button{
  width:1rem;
  height:1rem;
  padding:0;
  }
  .kamban .slick-dots li button:before{
  content:"";
  display:block;
  background-color:#000000;
  width:1rem;
  height:1rem;
  line-height:1rem;
  }
  
  .kamban_thumbnail .slick-list{
  flex:1;
  }
  .kamban_thumbnail .slick-next, .kamban_thumbnail .slick-prev{
  display:flex;
  justify-content: center;
  align-items: center;
  position: static;
  transform: inherit;
  height: inherit;
  width: 30px!important;
  background: rgba(150,150,150,0.75);
  font-size: inherit;
  line-height: 0;
  }
  .kamban_thumbnail .slick-next:before,
  .kamban_thumbnail .slick-prev:before{
  position:absolute;
  }
  .kamban_thumbnail .slick-next:before{
  content: "��";
  }
  .kamban_thumbnail .slick-prev:before{
  content: "��";
  }
  
  .fold_category,
  .fold_category_in,
  .fold_no_seminars{
  display:none;
  }
  .fold_category_in,
  .fold_no_seminars{
  margin:34px auto 0;
  }
  .fold_category_in + .fold_category_in{
  margin-top:0;
  }
  .fold_category.active,
  .fold_category_in.active{
  display:block;
  padding:0;
  }
  .fold_no_seminars.active{
  display:flex;
  }
  .fold_close_seminars,
  .searched_seminars_close_button{
  background:#3366CC;
  cursor:pointer;
  }
  .fold_close_seminars p,
  .searched_seminars_close_button p{
  text-align: center;
  padding: 0.25rem 0;
  }
  .fold_close_seminars p img,
  .searched_seminars_close_button p img{
  width:auto;
  }
  .searched_seminars_close_button{
  margin:0;
  }
  
  .category_products_pc{
  display:block;
  }
  .category_products_tablet{
  display:none;
  }
  .category_products_sp{
  display:none;
  }
  .category_kind .ul_table > ul li{
  margin-top:0;
  }
  .category_kind_pc{
  box-sizing:border-box;
  padding:0 1rem;
  max-width:1024px;
  margin:0 auto;
  }
  
  
  
  .margin_top_05rem{
  margin-top:0.5rem;
  }
  
  /* 隧ｳ邏ｰ繝壹�繧ｸ縺九ｉ謖√▲縺ｦ縺阪◆繧�▽ */
  
  /* 繝ｪ繝ｳ繧ｯ縺ｮ濶ｲ */
  a{
    color: #0066CC;
  }
  .black{
    background-color: #000;
  }
  .red{
    color: #cc0000;
  }
  /* 荳狗ｷ� */
  .uline{
    text-decoration: underline;
  }
  /* 螟ｪ蟄� */
  .bold{
    font-weight: 700;
    vertical-align: middle;
  }
  
  /* 菴咏區逕ｨ */
  /* padding-top */
  .pt{
    padding-top: 1em;
  }
  .pt_05{
    padding-top:0.5rem;
  }
  /* padding-right */
  .pr{
    padding-right: 1em;
  }
  /* padding-bottom */
  .pb{
    padding-bottom: 1em;
  }
   /* padding-left */
  .pl{
    padding-left: 1em;
  }
  .pl_2{
    padding-left: 2em;
  }
  .pl_3{
    padding-left: calc(2em + 1rem);
  }
  .mb{
    margin-bottom:1em;
  }
  .mb_05{
    margin-bottom:0.5em;
  }
  .mt{
    margin-top:1em;
  }
  
  /* Float */
  .f_left{
    float: left;
    width: 80%;
  }
  .f_right{
    float: right;
    width: 20%;
    text-align: center;
  }
  .f_parent{
    width: 100%;
    margin-bottom: 1em;
    overflow: hidden;
  }
  
  
  /* FLEX */
  .display_flex{
  display:flex;
  }
  .alignitems_center{
  align-items:center;
  }
  .justifycontent_spacebetween{
  justify-content:space-between;
  }
  
  /* dd縺ｮ荳ｭ縺ｮli */
  .ul_disc>li{
    padding-left: 1rem;
    display: inline-block;
  }
  .ul_disc>li::before{
    content: "繝ｻ";
  }
  .ul_disc_2{
    padding-left: 1em;
  }
  .ul_disc_2>li::before{
    content: "��";
  }
  .ul_disc_br>li{
    display: block;
  }
  
  /* 隧ｳ邏ｰ逕ｻ髱｢縺ｧ逕ｻ蜒上ｒ縺励ｅ縺｣縺ｨ荳ｦ縺ｰ縺帙ｋ */
  .overview_lineup_images{
    display:flex;
    flex-wrap:wrap;
    margin-top:0.5em;
    justify-content:center;
  }
  .overview_lineup_images li{
    display:flex;
    align-items:center;
    flex-direction:column;
    width:calc((100% - 2.5em) / 3);
    margin-right:0.5em;
    margin-bottom:0.5em;
    box-shadow:unset;
    font-size:10px;
  }
  .overview_lineup_images li:nth-child(3n + 3){
    margin-right:0;
  }
  .overview_lineup_images li img{
  max-height:80px;
  max-width:100%;
  width:auto;
  }
  .overview_lineup_products{
  margin-top:1em;
  }
  .overview_lineup_products > li{
  margin-top:1em;
  }
  .overview_lineup_products > li:first-child{
  margin-top:0;
  }
  .overview_lineup_products > li h4{
  margin-bottom:6px;
  font-weight:bold;
  font-size:16px;
  }
  .overview_lineup_products_in{
  display:flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap:wrap;
  }
  .overview_lineup_products_in li{
  max-width: calc(50% - 1em);
  margin-top:0.5em;
  margin-right:0.5em;
  }
  .overview_lineup_products_in li img{
  height:120px;
  }
  
  .overview_blue_box{
  display: inline-block;
  max-width: 100%;
  padding:1em 0.5em;
  border:3px solid #000099;
  }
  .overview_blue_box span{
  font-size:14px;
  font-weight:bold;
  }
  
  .overview_head_box{
  display: flex;
  max-width: 100%;
  border: 1px solid #999;
  }
  .overview_head_box dt,
  .overview_head_box dd{
  padding: 1em 0.5em;
  display: flex;
  align-items: center;
  }
  .overview_head_box dt{
  width: 10em;
  border-right: 1px solid #999;
  background: #3366CC;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  }
  .overview_head_box dd{
  width: calc(100% - 10em);
  }
  
  /*----------------------------------------*/
  /*--------------------*/
  #popup_venue_info,
  #popup_web_info,
  #popup_cpd_info{
    display: none;
  }
  
  .popup_up > p{
    margin-top:1em;
  }
  .popup_up .popup_title{
    font-size: 16px;
    margin-top:0;
    padding: 0.25em 0.5em;
    border-left: 5px solid #3366CC;
  }
  
  /* PopupVenueInfo */
  .modaal-container{
    width: auto;
    line-height: 1.2;
  }
  .popup_dw > *,
  .popup_dw_section > *{
    margin-bottom:1em;
  }
  .popup_dw_title{
    margin-bottom:0;
    padding: 0.75em 1em;
    background: #3366CC;
    line-height:1;
    color: #ffffff;
  }
  .popup_dw_title + p{
  margin-top:1em;
  }
  .popup_dw > *:last-child,
  .popup_dw_section > *:last-child{
    margin-bottom:0;
  }
  .popup_dw_section{
    padding: 1em;
    background:#DAE2F5;
  }
  .popup_dw ul li span{
    padding-left: 2em;
  }
  .popup_close_button{
    position: fixed;
    z-index: 9999;
    top: 3vw;
    right: 3vw;
    cursor:pointer;
  }
  .popup_close_button:hover{
    opacity:0.75;
  }
  
  .modaal-inner-wrapper{
    padding:1.5vw;
  }
  .modaal-content-container{
    padding:1em;
  }
  
  .popup_cpd_table > ul{
  display:flex;
  background:#ffffff;
  border-left:1px solid #666666;
  }
  .popup_cpd_table > ul:first-child{
  border-top:1px solid #666666;
  background:#cccccc;
  }
  .popup_cpd_table > ul > li{
  display:flex;
  align-items:center;
  justify-content:center;
  width:8em;
  padding:0.5em 1em;
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
  }
  .popup_cpd_table > ul > li:first-child{
  flex:1;
  }
  
  .popup_web_table > ul{
  display:flex;
  background:#ffffff;
  }
  .popup_web_table > ul:last-child{
  border-bottom:1px solid #666666;
  }
  .popup_web_table > ul > li{
  padding:1em 0;
  width:12em;
  border-left:1px solid #666666;
  border-top:1px solid #666666;
  text-align:center;
  }
  .popup_web_table > ul > li:first-child{
  background:#cccccc;
  }
  .popup_web_table > ul > li:last-child{
  justify-content:left;
  flex:1;
  padding:1em;
  width:auto;
  border-right:1px solid #666666;
  text-align:left;
  }
  
  .popup_attention{
  margin-top:1em;
  padding:1em;
  border:1px solid #990000;
  background:#f0f0f0;
  }
  .popup_attention h3{
  padding-bottom:0.5rem;
  margin-bottom:0.5rem;
  border-bottom:1px solid #990000;
  font-size:16px;
  color:#990000;
  }
  .popup_attention h3 span{
  font-size:12px;
  color:#000000;
  }
  
  .hidden_buttons{
  position:absolute;
  z-index:-9999;
  top:0;
  left:0;
  }
  
  /*----------------------------------------*/
  /*--------------------*/
  /* SLICK */
  .slider{
  display:none;
  }
  .slick-initialized{
  display:block!important;
  }
  
  /*----------------------------------------*/
  /*--------------------*/
  /* IE隱ｿ謨ｴ */
  .category_kind_left{
    margin-right: 1rem;
  }
  .category_contents_in p{
    width: 100%;
    overflow-wrap: break-word;
  }
  .category_kind_left li{
    width: calc((100% - 3rem) / 4);
  }
  .category_kind_right li{
    width: calc((100% - 1rem) / 2);
  }
  
  /*----------------------------------------*/
  /*--------------------*/
  /* INDEX繝壹�繧ｸ蟆ら畑 */
  #index .vanish_f_right_from_index .f_left{
  float:inherit;
  width:100%;
  }
  #index .vanish_f_right_from_index .f_right{
  display:none;
  float:inherit;
  }
  
  /* 繧ｭ繝ｼ繝ｯ繝ｼ繝画､懃ｴ｢菴咲ｽｮ螟画峩 */
  .big_title_search{
    display: flex;
    justify-content: space-between;
  }
  .category_search_in{
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
  }
  

/*-------------------- /style.css --------------------*/


/*-------------------- style_sp.css --------------------*/

.ul_table li{
  box-shadow:inherit;
}

.category_products .fold_category_in:last-of-type{
  padding:0;
  margin-bottom:34px;
}

.category_products.category_products_sp .category_contents_in{
  padding:0;
}

.category_products.category_products_sp .category_contents{
  margin-top:1rem;
}

.category_products.category_products_sp .category_contents > ul{
  flex-direction:column;
}

.category_products.category_products_sp .category_contents > ul li{
  width:100%;
  margin-right:0;
  margin-top:0.5rem;
}

.category_products.category_products_sp .category_contents > ul li:first-child{
  margin-top:0;
}

.category_products.category_products_sp .category_contents > ul a{
  flex-direction:row;
}

.category_products.category_products_sp .category_contents > ul a > p:first-child{
  min-width:100px;
  width:20%;
}

.category_products.category_products_sp .category_contents > ul a > p:first-child img{
  vertical-align:bottom;
}

.category_products.category_products_sp .category_contents > ul a .category_contents_in{
  flex:1;
}

@media screen and (max-width: 1023px){
  /* HAMBURGER */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: absolute;
    right:2.5vw;
    width: 30px;
    height: 26px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #020202;
    border-radius: 1px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  .booth_in li:nth-child(odd){
    margin-right:0;
  }

  .booth_in li:nth-child(even){
    margin-left:0;
  }



  #header{
    min-width:inherit;
  }
  .header_in{
    box-sizing:border-box;
  }

  #contents{
    width:100%;
    max-width:960px;
    margin:0 auto;
  }

  .kamban > ul{
    padding:0 0.5rem;
  }

  .kamban_message{
    display:none;
  }

  .kamban_message_sp{
    display:block;
  }

/* -竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ- */

  .overview_about_icons,
  .category_in, .report_in, .contest_in, .charged_seminar_in, .free_seminar_in, .new_items_in, .seminar_fair_in,
  .vr_in,
  .fem_in,
  .cad_in,
  .fold_category_in,
  .fold_no_seminars,
  .category_search_in,
  .news_in,
  .kamban_thumbnail > ul{
    box-sizing:border-box;
    padding:0 0.5rem;
  }

  .category_in h3, .report_in h3, .contest_in h3, .charged_seminar_in h3, .free_seminar_in h3, .new_items_in h3, .seminar_fair_in h3,
  .vr_in h3,
  .fem_in h3,
  .cad_in h3,
  .fold_no_seminars h3{
    margin-top:0.5rem;
    line-height:1.4;
  }
  .fold_category_in h3{
    margin-top:0;
  }

  .all_seminars_title{
    margin: 3rem 0.5rem 0;
  }

  .category_contents{
    margin-top:1rem;
  }

  .category li{
    margin-right:0.5rem;
    width:calc((100% - 1.5rem) / 4);
  }

  .category_kind .category_in{
    flex-direction:column;
  }

  .category_kind_right{
    margin-top:3rem;
    margin-left:0;
  }

  .category_products .category_contents{
    margin-top:0.5rem;
  }

  .category_products .category_contents > ul{
    flex-wrap:wrap;
  }

  .category_products li{
    width:calc((100% - 1.5rem) / 4);
    margin-top:0.5rem;
  }

  .fold_category li{
    width:unset;
  }

  .category a{
    font-size:16px;
  }

  .fold_category_application a{
    font-size:10px;
    margin-left:0.5rem;
    margin-right:0.5rem;
  }

  .category .noimages_category_list a{
    height:3em;
  }

  .category a p:first-child{
    height:auto;
  }

  .category .category_contents_in p:first-child{
    font-size:15px;
  }

  .fold_category_contents{
    display:block;
    padding:1rem 0.5rem;
  }

  .fold_category_contents > *{
    width:100%;
  }

  .fold_category_contents a{
    font-size:inherit;
  }

  .fold_category_overview a{
    font-size:14px;
  }

  .fold_category_contents_right_table > ul > li{
    margin-top:unset;
    margin-right:unset;
  }

  .fold_no_seminars{
    padding:0;
  }

  .location_ul_table > ul > .local_ul_table_date{
  width:10em;
  }

  .overview_about_icons ul{
  justify-content:space-between;
  flex-wrap:wrap;
    margin-top:0.5rem;
  }

  .overview_about_icons ul li{
  align-items:center;
    margin-top:0.5rem;
  }

  .overview_about_icons ul li:nth-child(n+2){
    margin-left:0;
  }

  .seminar_contents ul li{
    width:calc((100% - 0.5rem) / 2);
  }

  .seminar_contents ul li:nth-child(3n + 3){
    margin-left:unset;
    margin-right:unset;
  }

  .seminar_contents ul li:nth-child(odd){
    margin-right:0.5rem;
  }

  .seminar_contents ul li:nth-child(even){
    margin-right:0;
  }

  .seminar_contents ul li a:first-child{
    align-items:flex-start;
  }

  .searched_seminars_close_button{
    margin:0 0.5rem;
  }

  /* -竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ-竏ｴ-竏ｵ- */

  .contents_wrapper_in,
  .contents_wrapper .breadcrumb,
  .back_button{
    padding:2rem 0.5rem 0;
    box-sizing:border-box;
  }

  .contents_wrapper .breadcrumb{
    padding:0 0.5rem 0;
  }

  .contents_wrapper .breadcrumb > *{
    line-height:1.2;
  }

  .contents_wrapper h3{
    line-height:1.2;
  }

  .big_title{
    padding-left:0.5rem;
  }

  .contents_wrapper .all_title{
    flex-wrap:wrap;
    padding:0 0 1rem 1rem;
  }

  .contents_wrapper .all_title span:first-child{
    flex-basis:100%;
    padding:1em 0 0.25rem;
  }

  .contents_wrapper .all_title span:nth-child(n + 2){
    font-size:12px;
    margin-right:0.5rem;
  }

  .contents_wrapper .all_schedule{
    padding:0;
  }

  .contents_wrapper .all_schedule > table{
    border-bottom:0;
  }

  .contents_wrapper .all_schedule > table tbody tr td:before {
    display: flex;
    align-items: center;
    margin: -.5em -.5em .75em -.5em;
    padding: .5em;
    content: attr(data-label);
    background: #99CCFF;
  }

  .contents_wrapper .all_schedule > table tbody tr {
    flex-direction: column;
    margin-bottom:1rem;
    border: 1px solid #ccc;
  }

  .contents_wrapper .all_schedule > table tbody tr:last-child{
    margin-bottom:0;
  }

  .contents_wrapper .all_schedule > table thead{
    display:none;
  }

  .contents_wrapper .all_schedule > table tr th{
    display:none;
  }

  .contents_wrapper .all_schedule > table tr td {
    flex-direction: column;
  }

  .contents_wrapper .all_schedule > table th:first-child,
  .contents_wrapper .all_schedule > table td:first-child,
  .contents_wrapper .all_schedule > table th:nth-child(2),
  .contents_wrapper .all_schedule > table td:nth-child(2){
    flex-basis:auto;
  }

  .contents_wrapper .all_schedule > dl{
    flex-direction:column;
  }

  .contents_wrapper .all_schedule > dl > dt{
    align-items:flex-start;
  }

  .contents_wrapper .all_schedule > dl > dt span:first-child{
  align-items:flex-start;
    margin-top:2px;
  }

  .contents_wrapper .all_schedule > dl > dt span:nth-child(n + 2){
    flex:1;
  }

  .contents_wrapper .all_schedule > dl > dd{
    padding-left:0;
    padding-top:0.5rem;
    font-size:14px;
  }

  .all_notice dl{
    flex-direction:column;
  }

  .all_notice dl > dd{
    margin-top:0.5rem;
    font-size:14px;
  }
  .all_notice .all_notice_title{
    font-size:20px;
    text-align:left;
    line-height:1.2;
  }

  .all_notice .all_notice_subtitle{
    font-size:14px;
    text-align:left;
    line-height:1.4;
  }

  .all_buttons a{
    margin-left:0;
    margin-top:1rem;
    font-size:14px;
    min-width:160px;
  }
  .all_buttons a:first-child{
    margin-top:0;
  }

  .fold_category_contents > *:last-child{
    margin-left:0;
    margin-top:1rem;
  }

  .category_products_pc,
  .category_products_pc + .fold_category{
    display:none;
  }

  .category_products_tablet{
    display:block;
  }

  .category_products_sp{
    display:none;
  }

  .kamban .slick-next{
    right:0.5rem;
  }

  .kamban .slick-prev{
    left:0.5rem;
  }

  .slick-prev{
    left:0.5rem;
  }

  .slick-next{
    right:0.5rem;
  }

  .kamban .slick-prev,
  .kamban .slick-next{
    height:calc((100vw - 1rem) * 0.12);
  }

  .category_catalog_pdf a{
    text-align:left;
    font-size:inherit;
  }

  .big_title_search{
    flex-direction: column;
    padding: 0 0.5rem;
  }

  .category_search_in{
    margin-top: 1rem;
    padding: 0;
  }
}


@media screen and (max-width: 767px) {
.header_in{
align-items:stretch;
padding:0;
}
.header_left{
flex:1;
margin:0 3vw 0 0.5rem;
padding:0.5rem 0;
}
.header_left img{
height:auto;
max-height:32px;
}
.header_right{
display:flex;
align-items:center;
flex:unset;
font-size:10px;
}
.header_right ul{
display:flex;
flex-wrap:nowrap;
}
.header_right ul li{
white-space:nowrap;
margin-left:0;
margin-right:3vw;
}
.header_right a img{
margin-right:1.5vw;
}
.header_smartphone{
display:flex;
background:#0066CC;
}
.header_smartphone a{
display:flex;
flex-wrap:nowrap;
align-items:center;
padding:1.5vw 0.5rem 1.5vw 3vw;
}
.header_smartphone a:hover{
text-decoration:none;
}
.header_smartphone img{
height:3vw;
}
.header_smartphone span{
color:#ffffff;
margin-left:1.5vw;
white-space:nowrap;
}

.all_title,
.all_small_title{
font-size:16px;
}

#contents{
/* 逕ｻ蜒上�height + header縺ｮpadding + border-bottom + 1rem縺ｮ菴咏區 */
padding:calc(32px + 2vw + 1px + 1rem) 0 2rem;
width:100%;
max-width:960px;
}

.contents_in{
/* 繧ｳ繝ｳ繝�Φ繝��菴薙�菴咏區(逕ｻ髱｢蟾ｦ縺ｮ繝｡繝九Η繝ｼ縺梧ｶ医∴繧九◆繧�) */
padding:0;
}

.category_products .category_contents_in{
padding:0;
}
.category_products .category_contents{
margin-top:1rem;
}
.category_products .category_contents > ul{
flex-direction:column;
}
.category_products .category_contents > ul li{
width:100%;
margin-right:0;
margin-top:0.5rem;
}
.category_products .category_contents > ul li:first-child{
margin-top:0;
}
.category_products .category_contents > ul a{
flex-direction:row;
}
.category_products .category_contents > ul a > p:first-child{
min-width:100px;
width:20%;
}
.category_products .category_contents > ul a > p:first-child img{
vertical-align:bottom;
}
.category_products .category_contents > ul a .category_contents_in{
flex:1;
}

.overview_about_icons ul li > p{
line-height:1.4;
}

.overview_lineup_products_in li img{
height:auto;
max-height:120px;
}

.category_kind ul{
flex-direction:column;
}
.category_kind ul li{
width:100%;
margin-right:0;
margin-top:1rem;
margin-bottom:0;
}
.category_kind ul li:first-child{
margin-top:0;
}
.category_kind ul li.category_products_sp{
margin-top:0;
margin-bottom:0;
box-shadow:unset;
}
.category_kind ul li a{
flex-direction:row;
}
.category_kind ul li a > p{
min-width: 100px;
width: 20%;
padding:10px 0;
background:#7A98D9;
}
.category_kind ul li a > p img{
height:50px;
}
.category_kind ul li a .category_contents_in{
flex:1;
}
.category .category_contents_in p{
box-sizing:border-box;
width:100%;
text-align:left;
padding-left:2.5vw;
font-weight:bold;
}

.category_search_in{
flex-direction:column;
align-items: stretch;
}
.category_search_in h2{
margin-bottom:1rem;
margin-right:0;
border-bottom:1px solid #8f8f8f;
}

#searched_seminars{
margin: 0 auto 1rem;
}

.category_catalog_pdf{
margin-left:0;
margin-top:1rem;
margin-bottom: 1rem;
}
.category_catalog_pdf a{
display:flex;
align-items:center;
margin:0 0.5rem;
}
.category_catalog_pdf_pc{
display:none!important;
}
.category_catalog_pdf_sp{
display:flex!important;
flex-direction:column;
align-items:center;
justify-content:flex-start;
}
.category_catalog_pdf_sp > *{
display:flex;
justify-content:flex-start;
align-items:center;
width: calc(100% - 1rem);
margin: 0 0.5rem;
}
.category_catalog_pdf_sp > p + p{
margin-top:1rem;
}
.category_catalog_pdf_sp a img{
margin-right:12.75px;
margin-left:6px;
}

.seminar_contents ul li{
width:100%;
}
/*
.location_ul_table > ul > li{
width:24vw;
flex:1;
}
*/
.seminar_contents ul li:nth-child(odd){
margin-right:0;
}

.side_navi_area{
top:3rem;
width:90vw;
}
.side_buttons_area{
display:none;
}
.side_navi_links{
display:block;
}
.side_navi_links > a{
display: block;
position:relative;
width: 100%;
padding: 1em;
box-sizing: border-box;
border-right: 1px solid #002063;
border-bottom: 1px solid #002063;
border-left: 1px solid #002063;
color: #002063;
}
.side_navi_links > a:hover{
text-decoration:none;
}
.side_navi_links > a span{
position:absolute;
right:1em;
top:calc(1em + 2px);
}
.icon_triangle_right_theme_color{
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 6.9px;
border-color: transparent transparent transparent #002063;
}

.f_left,
.f_right{
float:unset;
width:100%;
}

.category_products_pc,
.category_products_pc + .fold_category{
display:none;
}
.category_products_tablet{
display:none;
}
.category_products_sp{
display:block;
}

.modaal-close{
  right: 20px;
}

} @media screen and (max-width: 500px) {
  .modaal-close{
    top: 40px;
  }
} @media screen and (max-width: 374px) {
  .header_right a img{
  display:none;
  }
}

/*----------------------------------------*/
/*--------------------*/
/* IE隱ｿ謨ｴ */
/* 1024px莉･荳� */
@media screen and (min-width: 1024px){
  .category_kind_left{
    flex-basis: calc(100% / 6 * 4);
  }
  .category_kind_right{
    flex-basis: calc(100% / 6 * 2 - 0.5rem);
  }
}
/* 1023px莉･荳� */
@media screen and (max-width: 1023px){
  .category_kind_left{
    margin-right: 0;
  }
  .category_kind_left,.category_kind_right{
    flex-basis: auto;
  }
}
/* 767px莉･荳�(繧ｹ繝槭�) */
@media screen and (max-width: 767px){
  .category_contents>ul>li>a{
    display: flex;
  }
  .category_products .category_contents li{
    min-height: 70px;
    max-height: 103px;
  }
  .timetable > dl{
  padding: 0.25rem 0;
  border-bottom: none;
  }
}

/* 4繧ｫ繝ｩ繝� */
/*
@media screen and (max-width: 767px){
  .kamban_thumbnail > ul li{
    width:calc((100% - 8px) / 2);
  }
  .kamban_thumbnail > ul li:nth-child(-n + 4){
    margin-top:8px;
  }
  .kamban_thumbnail > ul li:nth-child(-n + 2){
    margin-top:0;
  }
  .kamban_thumbnail > ul li:nth-child(4n + 1){
    margin-left:8px;
  }
  .kamban_thumbnail > ul li:nth-child(2n + 1){
    margin-left:0;
  }
}
*/

/* 3繧ｫ繝ｩ繝� */
@media screen and (max-width: 599px){
  .kamban_thumbnail > ul li{
    width:calc((100% - 8px) / 2);
  }
  .kamban_thumbnail > ul li:nth-child(-n + 3){
    margin-top:8px;
  }
  .kamban_thumbnail > ul li:nth-child(-n + 2){
    margin-top:0;
  }
  .kamban_thumbnail > ul li:nth-child(3n + 1){
    margin-left:8px;
  }
  .kamban_thumbnail > ul li:nth-child(2n + 1){
    margin-left:0;
  }
}

/*----------------------------------------*/
/*--------------------*/
/* 讀懃ｴ｢谺� */
/* 1023px莉･荳� */
@media screen and (max-width: 1023px){
  .searched_seminars_in{
    margin: 32px 0.5rem 0;
  }
}

/*-------------------- /style_sp.css --------------------*/


/*-------------------- style2204 append --------------------*/
body {
  overflow-x: hidden;
}

/* cascade */
@media screen and (max-width: 1023px){
  #contents {
      width: auto;
      max-width: none;
      margin: 0;
      padding:calc(47px + 1rem) 0 3rem;
  }
}
/* /cascade */

/* header */
h1 a {
  color: #000;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: none;
}
.big_title_search{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category_catalog_pdf{
  align-items:center;
  justify-content:flex-start;
  /*margin-left:1rem;*/
  margin-right: 1.5em;
}
.category_catalog_pdf a{
  display: inline-block;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  color:#0066CC;
}
.category_catalog_pdf a img{
  display: inline-block;
  margin-right:0.3rem;
  width: auto;
  height: 1.2em;
}
.category_catalog_pdf a:not(.popup_web_info):hover,
.category_catalog_pdf a.popup_web_info:hover p{
  text-decoration:none;
}
.category_catalog_pdf_pc{
  display:block;
}
.category_catalog_pdf_sp{
  display:none;
}
@media screen and (max-width: 1023px) {
  .category a{
      font-size: 1.3em;
  }
  .category_search_in{
    margin-top: 0;
    padding: 0;
  }
  .big_title_search{
      flex-direction: row;
      padding: 0;
      justify-content: space-between;
      align-items: center;
    }
  
}
@media screen and (max-width: 767px) {
  .big_title_search {
      flex-direction: column;
      align-items: flex-start;
      padding: 0 0.5rem;
  }
  .category_catalog_pdf{
      margin-left:0;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  .category_catalog_pdf a{
      display: inline-block;
      margin:0;
      font-size: 1.1em;
  }
  .category_catalog_pdf_pc{
      display:none!important;
  }
  .category_catalog_pdf_sp{
      display:flex!important;
      flex-direction:column;
      align-items:center;
      justify-content:flex-start;
  }
  .category_catalog_pdf_sp > *{
      display:flex;
      justify-content:flex-start;
      align-items:center;
      width: calc(100% - 1rem);
      margin: 0 0.5rem;
  }
  .category_catalog_pdf_sp > p + p{
      margin-top:0.5rem;
  }
  .category_catalog_pdf_sp a img{
      margin-right:0.2em;
      margin-left:0;
      width: auto;
      height: 1.3em;
  }
  .category_catalog_pdf_sp p.v--pdf img{
      padding: 0 0.30em 0 0.20em;
  }
}
/* /header */

/* seminar_search */
.seminar_search {
  margin: 0 -2rem;
  padding: 0.54em 0;
  background: #002063;
}
.seminar_search .search_btns_col{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.seminar_search .search_btns_col a img{
  display: inline-block;
  width: auto;
  height: 1em;
  padding-right: 0.2em;
}
.seminar_search .search_btns_col a{
  width: 10em;
  margin: 0 0.6em;
  padding: 0.3em;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}
.seminar_search a.back-to-top.hidden {
  display: none;
}
.seminar_search .search_btns_col a:hover img{
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .seminar_search .search_btns_col a{
      font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .seminar_search {
      margin: 0;
  }
  .seminar_search .search_btns_col a{
      width: 10em;
      font-size: 1.3em;
  }
}
@media screen and (max-width: 340px) {
  .seminar_search .search_btns_col a{
      font-size: 1.0em;
  }
}
/* /seminar_search */

/* seminar_banner */
.seminar_banner {
  margin: 0 -2rem;
  padding: 1.5em 2rem;
  background-image: linear-gradient(
      180deg,
      hsl(210deg 100% 40%) 0%,
      hsl(216deg 72% 65%) 50%,
      hsl(210deg 100% 80%) 100%
      );
}
.seminar_banner.v--big {
  padding: 2rem 2rem 0rem;
  background: none;
}
.seminar_banner ul {
  display: flex;
flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding: 0 1rem;
  box-sizing: border-box;
}
.seminar_banner ul li {
  margin: 5px;
  width: calc(33.3% - 10px);
}
.seminar_banner.v--big li {
  width: 100%;
}
.seminar_banner ul.__bnrsub li {
  margin: 3px;
  width: calc(33.3% - 6px);
}
.seminar_banner ul li img {
  width: 100%;
  height: auto;
}
.wrap_bnrsch {
  margin-top: 30px;
}
.list-banner {
  width: 100vw;
  margin: -2px calc(50% - 50vw) 0;
}
.list-banner .seminar_banner {
  margin: 0 0.5em;
}
@media screen and (max-width: 1023px) {
  .seminar_banner ul {
      padding: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .seminar_banner {
      margin: 0;
      padding: 1rem 0;
  }
  .seminar_banner.v--big {
      padding: 1.5rem 0 0;
  }
  .seminar_banner ul.__bnrsub li {
      margin: 2px;
      width: calc(33.3% - 4px);
  }
}
/* /seminar_banner */

/* scene */
.scn {
  display: none;
}
.scn.scn-current {
  display: block;
}
#scn-category_title small,
#scn-search_title small {
  margin-left: 0.5em;
  font-size: 0.8em;
}
.search-info {
  display: flex;
  margin-top: 0.5em;
  font-size: 1.2em;
  line-height: 1.5;
}
.search-info p {
  white-space: nowrap;
}
.search-info li {
  display: inline-block;
  font-weight: bold;
}
.search-info li + li::before {
  content: "/";
  font-weight: normal;
  padding: 0 0.5em;
  color: #8f8f8f;
}
.search-oth {
  margin: 0.5em 0 1.0em;
  font-size: 1.1em;
  font-weight: bold;
}
.search-oth a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .search-info {
      display: block;
  }
}
/* /scene */

/* c-sec */
.c-sec_wrap {
  width: 100%;
  max-width: 1024px;
  margin: 32px auto 0;
  padding: 0 1rem;
  box-sizing: border-box;
}

.c-sec_title {
  padding: 0 0 0.25em ;
  border-bottom: 1px solid #8f8f8f;
  font-weight: bold;
  font-size: 2.0em;
}
.c-sec_title:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  background: #06c;
}
ul.c-sec_ul {
  margin-top: calc(1rem - 0.4em);
}
ul.c-sec_ul li {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #8f8f8f;
}
ul.c-sec_ul li:last-child {
  margin-bottom: 0;
}
ul.c-sec_ul dl {
  display: flex;
}
ul.c-sec_ul dl dt,
ul.c-sec_ul dl dd {
  font-size: 1.3em;
  line-height: 1.4;
}
ul.c-sec_ul dl dt {
  padding-left: 0;
}
ul.c-sec_ul dl dd {
  flex: 1;
  padding-left: 1em;
}
ul.c-sec_ul dl dd a {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .c-sec_wrap {
      padding: 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sec_title {
      font-size: 1.3em;
  }
  ul.c-sec_ul dl {
      display: block;
  }
  ul.c-sec_ul dl dt,
  ul.c-sec_ul dl dd {
      font-size: 1.0em;
  }
  ul.c-sec_ul dl dt {
      padding-bottom: 0.3em;
  }
  ul.c-sec_ul dl dd {
      padding-left: 0;
  }
}
/* /c-sec */

/* news */
.news_past {
  margin-top: 0.8em;
  font-size: 1.3em;
  font-weight: bold;
  text-align: right;
}
.news_past img {
  display: inline-block;
  width: 1.2em;
  height: auto;
  padding-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .news_past {
      font-size: 1.1em;
  }
}
/* /news */

/* search_btns */
.search_btns{
  margin: 0 -2rem;
  padding: 26px 0;
  background: #ccc;
}
.search_btns.v--top{
  padding: 0;
}
.search_btns .search_btns_col{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.search_btns .search_btns_col a img{
  display: inline-block;
  width: auto;
  height: 1em;
  padding: 0 0 0 0.5em;
}
.search_btns .search_btns_col a{
  width: 14em;
  margin: 0.5em 0.6em;
  padding: 0.8em;
  font-size: 2.0em;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  background: #002063;
  border-radius: 0.3em;
  text-decoration: none;
}
.search_btns .search_btns_col a:hover img{
  opacity: 1;
}

.search_btns .search_btns_col.v--col3 a{
  display: flex;
  align-items: center;
  padding: 0.2em 0.4em 0.4em;
  font-size: 1.7em;
  line-height: 1.3;
  background: #06c;
  background: linear-gradient(0, rgba(0,51,153,1) 0%, rgba(0,102,204,1) 30%, rgba(51,153,204,1) 100%);
}
.search_btns .search_btns_col.v--col3 a .__wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.6em;
  font-weight: bold;
}
.search_btns .search_btns_col.v--col3 a img{
  display: inline-block;
  font-size: 1.8em;
}

@media screen and (max-width: 1023px) {
  .search_btns .search_btns_col a{
      font-size: 1.8em;
  }
  .search_btns .search_btns_col.v--col3 a{
      font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .search_btns{
      margin: 0;
      padding: 18px 0;
  }
  .search_btns.v--top{
      padding: 6px 0;
  }
  .search_btns .search_btns_col a{
      width: 10em;
      font-size: 1.4em;
  }
  .search_btns .search_btns_col.v--col3{
      flex-direction: column;
  }
  .search_btns .search_btns_col.v--col3 a{
      margin: 0.3em 0;
      width: 25.5em;
      font-size: 1.29em;
  }
  .search_btns .search_btns_col.v--col3 a .__wrap{
      display: inline-block;
      min-height: auto;
  }
  .search_btns .search_btns_col.v--col3 a br{
      display: none;
  }
  .search_btns .search_btns_col.v--col3 a img{
      margin-right: 0.1em;
      font-size: 1.3em;
  }
}
@media screen and (max-width: 479px) {
  .search_btns .search_btns_col a{
      font-size: 4vw;
  }
  .search_btns .search_btns_col.v--col3 a{
      font-size: 3.55vw;
  }
}
@media screen and (max-width: 339px) {
  .search_btns .search_btns_col a{
      font-size: 1.0em;
  }
  .search_btns .search_btns_col.v--col3 a{
      font-size: 0.9em;
  }
}
/* /search_btns */

/* category */
.category_list {
  display: flex;
flex-wrap: wrap;
  width: calc(100% + 1em);
  margin: 0.4em -0.5em 0;
  box-sizing: border-box;
}
.category_list > li {
  width: calc(25% - 1em);
  margin: 0.5em 0.5em 0.3em;
}
.category_list > li a {
  text-decoration: none;
}
.category_list > li h3 {
  display: flex;
  margin-bottom: 0.2em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background-color: #06c;
}
.category_list > li h3 img {
  width: 3.4em;
  height: 3.4em;
  object-fit: cover;
}

.category_list > li a:hover img {
  opacity: 1;
}
.category_list > li h3 span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4em;
  font-weight: bold;
  text-align: center;
}
.category_list > li p {
  font-size: 1.1em;
  line-height: 1.3;
  color: #000;
  text-align:justify;
}
@media screen and (max-width: 1023px) {
  .category_list > li {
      width: calc(33% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .category_list > li h3 {
      font-size: 1.2em;
  }
  .category_list > li p {
      font-size: 0.9em;
  }
}
@media screen and (max-width: 539px) {
  .category_list > li {
      width: calc(50% - 1em);
  }
  .category_list > li h3 {
      font-size: 1.2em;
  }
  .category_list > li p {
      font-size: 0.9em;
  }
}
/* /category */

/* pager */
.search-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.2em;
}
.search-pager li {
  margin: 1.2em 0.4em 0.2em;
  font-size: 1.5em;
  font-weight: bold;
}
.search-pager li.current {
  display: block;
  width: 1.6em;
  color: #333;
  line-height: 1.6em;
  text-align: center;
  background: #ccc;
  border-radius: 0.3em;
}
.search-pager a {
  display: block;
  width: 1.6em;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
  background: #002063;
  border-radius: 0.3em;
}
.search-pager a:hover {
  text-decoration: none;
}
@media screen and (max-width: 539px) {
  .search-pager li {
      font-size: 1.3em;
      margin: 1.0em 0.3em 0;

  }
}

/* /pager */


/* modal */
html.modalset {
  overflow: hidden;
}
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
  box-sizing: border-box;
}
.modal-wrap::-webkit-scrollbar {
  display: none;
}
.modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
}
.modal-box {
  width: 100%;
  max-width: 800px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.0em;
}
.modal-box .__inner {
  background: #fff;
  padding: 1.5em 2.5em 2.0em;
  text-align: left;
  border: 2px solid #002063;
  border-radius: 1rem;
}
.modal-close {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 48px;
  height: 48px;
  background: #002063;
  border-radius: 50%;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 32px;
  background: #fff;
}
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-box h2 {
  margin: 0 0 0.4em -0.6em;
  padding:0.4em 0 0.4em 0.2em;
  font-size: 1.8em;
  font-weight:bold;
  border-left: 0.4em solid #002063;
}
.modal-box h3 {
  font-weight: bold;
  font-size: 1.4em;   
}
.modal-box h3:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  background: #06c;
}
.modal-box ul.ms-ul {
  display: flex;
flex-wrap: wrap;
  width: calc(100% + 0.6em);
  margin: 0 -0.3em 0.8em;
  padding-bottom: 0.8em;
  border-bottom: #333 1px solid;
  box-sizing: border-box;
}
.modal-box ul.ms-ul li {
  margin: 0.4em 0.3em 0.2em;
}
.modal-box ul.ms-ul.v--cat li {
  width: calc(20% - 0.6em);
}
.modal-box ul.ms-ul.v--sem li {
  width: calc(25% - 0.6em);
}
.modal-box ul.ms-ul.v--ptn li {
  width: calc(33.3% - 0.6em);
}

.modal-box li input[type=checkbox] {
  display: none;
}
.modal-box li label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.0em;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background: #bbb;
  border-radius: 0.3em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.modal-box li input[type="checkbox"]:checked + label {
  background: #06c;
}
.modal-box .ms-opt {
  display: flex;
  align-items: center;
  margin-bottom: 1.2em;
}
.modal-box .ms-opt label{
  font-weight: bold;
}
.modal-box .ms-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.modal-box .ms-btns a{
  width: 100%;
  max-width: 400px;
  padding: 0.5em;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  background: #002063;
  border-radius: 0.3em;
  text-decoration: none;
  letter-spacing: 1em;
}
.modal-box .ms-btns a img{
  display: inline-block;
  width: auto;
  height: 1em;
  margin-right: 0.8em;
}
.modal-box .ms-btns a:hover img{
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .modal-box ul.ms-ul.v--cat li {
      width: calc(33.3% - 0.6em);
  }
  .modal-box ul.ms-ul.v--sem li {
      width: calc(50% - 0.6em);
  }
  .modal-box ul.ms-ul.v--sem li br{
      display: none;
  }
  .modal-box ul.ms-ul.v--ptn li {
      width: calc(100% - 0.6em);
  }
  .modal-box ul.ms-ul.v--ptn li br{
      display: none;
  }

}
@media screen and (max-width: 479px) {
  .modal-box {
      font-size: 0.9em;
  }
  .modal-box .__inner{
      padding: 1.2em 2.0em 2.5em;
  }
  .modal-box ul.ms-ul.v--cat li {
      width: calc(50% - 0.6em);
  }

}
@media screen and (max-width: 439px) {
  .modal-box ul.ms-ul.v--sem li br{
      display: inline;
  }
  .modal-box ul.ms-ul.v--ptn li br{
      display: inline;
  }

}
/* /modal */

/* fold_category */
.fold_category_in{
  width:100%;
  max-width:1024px;
  margin:40px auto 0;
  padding:0;
  box-sizing:border-box;
}
.fold_category_in,
.fold_no_seminars{
  padding:0;
}
.fold_category li{
width:auto;
margin-right:0;
box-shadow:inherit;
}
.fold_category_title{
display:flex;
align-items:center;
font-size: 1.8em;
padding:0.3em 0 0.3em 0.4em;
background:#3366CC;
font-weight:bold;
color:#ffffff;
border-left: 0.5em solid #002063;
}

.fold_category_title_left,
.title_left{
flex:1;
display:flex;
align-items:center;
justify-content:flex-start;
}
.fold_category_title h2{
display:flex;
align-items:center;
font-size: 1.0em;
font-weight:bold;
min-height: 1.8em;
}
.fold_category_title h2 img{
  margin-right: 0.2em;
  width: 1.2em;
  height: 1.2em;
}
.fold_category_title h2 img.new_icon{
width: auto;
margin-left: 0.5em;
}
.fold_category_title p.__new {
  margin-left: 0.5em;
  padding: 0.2em 0.3em;
  font-size: 0.9em;
  background: #e60012;
}
.fold_category_overview{
display:inline-block;
margin-top:1rem;
}
.fold_category_overview a{
display: flex;
flex-direction:row;
flex-wrap:nowrap;
align-items: center;
width:calc(2em + 24px);
font-size: 12px;
color: #ffffff;
}
.fold_category_overview a:hover{
opacity:0.75;
}
.fold_category_icons,
.title_category_icons{
max-width: 1.8em;
text-align: center;
border-radius: 0;
margin-right: 0.5rem;
}
.fold_category_icons img,
.title_category_icons img{
width:100%;
height:1.8em;
}
.fold_category_icons img:last-child,
.title_category_icons img:last-child{
margin-right:0;
}

.fold_category_contents,
.fold_no_seminars p{
display:block;
padding:0.8em 0 1.2em;
padding:0.8em 0 2.0em;
border:none;
font-size: 1.3em;
line-height:1.4;
}
.fold_no_seminars p{
width:calc(1024px - 2rem);
}
.fold_category_contents > *{
width:100%;
}
.fold_category_contents > *:last-child{
  margin-top: 0.8em;
  margin-left:0;
}
.fold_category_contents a{
display:inline;
flex-direction:unset;
justify-content:unset;
align-items:unset;
height:auto;
font-size:inherit;
font-weight:inherit;
text-align:left;
color:#0066CC;
}
.fold_category_contents a:hover{
  text-decoration:underline;
}
.fold_category_contents h3{
  margin-bottom:0.75rem;
  font-size: 1.3em;
  font-weight: bold;
}
.fold_category_contents_left_overview{
margin-top:0.8em;
}
.fold_category_contents_left_overview dt{
  display:block;
  font-weight: bold;
}
.fold_category_contents_left_overview dt:before{
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  background: #06c;

}
.fold_category,
.fold_category_in,
.fold_no_seminars{
display:none;
}
.fold_category_in,
.fold_no_seminars{
margin:1.2em auto 0;
border-bottom: 1px solid #8f8f8f;
}
.fold_category_in + .fold_category_in{
margin-top:1.5em;
margin-top:2.5em;
}
.fold_category.active,
.fold_category_in.active{
display:block;
padding:0;
}
.fold_no_seminars.active{
display:flex;
}
.fold_close_seminars,
.searched_seminars_close_button{
background:#3366CC;
cursor:pointer;
}
.fold_close_seminars p,
.searched_seminars_close_button p{
text-align: center;
padding: 0.25rem 0;
}
.fold_close_seminars p img,
.searched_seminars_close_button p img{
width:auto;
}
.searched_seminars_close_button{
margin:0;
}

.seminar_overview{
width:100%;
}
.seminar_overview dl{
display:flex;
}
.seminar_overview dl > *{
margin-bottom:0.5em;
}
.seminar_overview dl dt{
width:7em;
}
.seminar_overview dl dd{
flex:1;
}
.seminar_overview dl:last-child > *{
margin-bottom:0;
}
.seminar_overview dl dd li{
width:100%;
box-shadow:unset;
}
.seminar_overview dl dd a{
font-weight:bold;
text-decoration: underline;
}

.ul_table{
  display:flex;
  flex-direction:column;
  width:100%;
}
.ul_table > ul,
.category_kind .ul_table > ul{
  display:flex;
  flex-direction:row;
  border-bottom:1px solid #666666;
  border-left:none;
}
.ul_table > ul:first-child{
  background: #06c;
  border-top:1px solid #666666;
}
.ul_table > ul > li{
  padding:0.6em 0.5em 0.4em; 
}
.ul_table > ul:first-child > li{
  padding:0.5em 0.5em;
  color: #fff;
  font-weight: bold;
  border-right:1px solid rgba(255,255,255,0.6);
}
.ul_table a {
  font-weight: bold;
  text-decoration: underline;
}

.ul_table_border ul{
  border-left:none;
}
.ul_table_border ul:first-child{
  border-bottom:1px solid #666666;
}
.ul_table_border ul li{
  border-bottom:1px solid #666666;
}

.location_ul_table > ul > li{
  box-shadow:unset;
  border-right:1px solid #666666;
  line-height:1.4;
  text-align:center;
}
.location_ul_table > ul > li:last-child{
  border-right:none;
}
.location_ul_table > ul:first-child > li{
line-height:1;
}

.location_ul_table > ul > .local_ul_table_date{
  width:10em;
  font-weight: bold;
}
.location_ul_table > ul > .local_ul_table_city{
  width:8em;
}
.location_ul_table > ul > .local_ul_table_city br{
  display: none;
}
.location_ul_table > ul > .local_ul_table_city2{
flex:1;
text-align:left;
}
.location_ul_table > ul > .local_ul_table_venue{
flex:1;
text-align:left;
}
.location_ul_table > ul > .local_ul_table_note{
width:5em;
}
.location_ul_table > ul:first-child > .local_ul_table_venue,
.location_ul_table > ul:first-child > .local_ul_table_city2{
text-align:center;
}

.seminar_btns {
  margin-top: 1em;
  text-align: center;
}
.seminar_btns a{
  display: inline-block;
  margin: 0 0.5em;
  padding: 0.3em;
  width: 12em;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #002063;
  border-radius: 0.4em;
  letter-spacing: 0.1em;
}
.seminar_btns a:hover{
  text-decoration: none;
}


@media screen and (max-width: 1023px){
  .fold_category_in,
  .fold_no_seminars{
    box-sizing:border-box;
    padding:0 0.5rem;
  }
  .fold_category_in h3{
    margin-top:0;
  }
  

  .fold_category li{
      width:unset;
  }
  
  .category a{
      font-size:16px;
  }

  .fold_category_application a{
      font-size:10px;
      margin-left:0.5rem;
      margin-right:0.5rem;
  }

  .fold_category_contents > *{
      width:100%;
  }

  .fold_category_contents h3{
      font-size: 1.1em;
  }
  .fold_category_contents a{
      font-size:inherit;
  }
  .fold_category_overview a{
      font-size:14px;
  }
  .fold_category_contents_right_table > ul > li{
      margin-top:unset;
      margin-right:unset;
  }
  .fold_no_seminars{
      padding:0;
  }
  .location_ul_table > ul > .local_ul_table_date{
      width:10em;
  }
  .overview_about_icons ul{
      justify-content:space-between;
      flex-wrap:wrap;
      margin-top:0.5rem;
  }
  .overview_about_icons ul li{
      align-items:center;
      margin-top:0.5rem;
  }
  .overview_about_icons ul li:nth-child(n+2){
      margin-left:0;
  }
  .seminar_contents ul li{
      width:calc((100% - 0.5rem) / 2);
  }
  .seminar_contents ul li:nth-child(3n + 3){
      margin-left:unset;
      margin-right:unset;
  }
  .seminar_contents ul li:nth-child(odd){
      margin-right:0.5rem;
  }
  .seminar_contents ul li:nth-child(even){
      margin-right:0;
  }
  .seminar_contents ul li a:first-child{
      align-items:flex-start;
  }
  .searched_seminars_close_button{
      margin:0 0.5rem;
  }
  .fold_category_contents > *:last-child{
      margin-left:0;
      margin-top:0.8rem;
  }
  .seminar_btns a{
      font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .fold_category_title{
      font-size: 1.2em;
  }
  .fold_category_contents,
  .fold_no_seminars p{
      font-size: 1.0em;
  }
  .fold_category_icons,
  .title_category_icons{
  max-width: 1.6em;
  }
  .fold_category_icons img,
  .title_category_icons img{
  height: 1.6em;
  }
  .location_ul_table > ul > .local_ul_table_city{
      width:auto;
      flex: 0.5;
  }
  .location_ul_table > ul > .local_ul_table_city br{
      display: inline;
  }
  .seminar_btns a{
      margin: 0 0.3em;
      font-size: 1.1em;
      width: 10em;
  }
}
/* /fold_category */
#loading.json_loaded{
  display:none;
}

/*-------------------- /style2204 append --------------------*/