body{
font-family: "微软雅黑", "宋体", "微軟正黑體", "SimSun", "Noto Sans SC";
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 > *: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;
}

.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;
}
