@charset "UTF-8";

/*================================================================================
  base
================================================================================*/

body#web_seminar div#mvp-main-outer{
	float: left;
}
#main h1 {
  background: none !important;
  padding-left: 0;
}

/* standard helper classes
-------------------------------------------------------------------------------- */
/* for modern browser */
.mvp-pkg {
  /* overflow: hidden;*//* For Dreamweaver */
}
.mvp-pkg:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}
/* Hides from IE-mac \*/
* html .mvp-pkg {
  zoom: 1;
  overflow: visible;
}
.top-tags + .mvp-pkg {
display: none;
}
/* End hide from IE-mac */

/*================================================================================
  layout
================================================================================*/

#seminar_greeting {
	margin:10px auto 20px auto;
	color:#6a6a6a;
	text-align:left;
}



/*================================================================================
  main
================================================================================*/

#main p.no_seminars {
	margin-top:15px;
}

#content {
	margin-bottom: 50px;
}

#content h2.card_category {
	clear:both;
	color:#fff;
	padding: 5px;
	margin: 25px 0 10px;
	background-color: #999;
}

#main #content .jump_demand_seminars {
	text-align:right;
}

#main #content .jump_demand_seminars a {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
	font-size:90%;
  color: #FFF;
  background: #03A9F4;
  border: solid 1px #0f9ada;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

/* seminar display style select
-------------------------------------------------------------------------------- */
.display_select {
	border:solid 1px #e1e1e1;
	background-color:#f1f1f1;
	border-radius:4px;
	padding:7px 8px 5px 8px;
	zoom:1;
}
.display_select:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
#main .display_select h2 {
	float:left;
	font-weight:normal;
	padding:0 8px 0 0;
	margin:3px 0 0 0;
	color:#6a6a6a;
}

.display_select ul {
	overflow:hidden;
	margin:0 0 0 90px;
	padding:0;
}
.display_select li {
	float:left;
	list-style-type:none;
	margin: 2px 0 0;
	padding:0 15px 0 0;
}
.display_select img {
	vertical-align: bottom;
	padding-right:2px;
}

#seminar_category_select {
	float:right;
	text-align:right;
}
*:first-child+html #seminar_category_select {
	width:280px;
}
#seminar_category_select select {
	float:left;
	display:block;
	margin: 0;
}

/* notice_top
-------------------------------------------------------------------------------- */
#notice_top {
	border:solid 1px #f00;
	padding: 3px 10px;
	margin: 0 0 15px 0;
	color:#f00;
}

/* notice_bottom
-------------------------------------------------------------------------------- */
#notice_bottom {
	clear:both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px #888 solid;
	color:#6a6a6a;
}

/*================================================================================
  nav
================================================================================*/
#nav {
	width:190px;
	float: left;
}

/* mvp member info
-------------------------------------------------------------------------------- */
.mvp-box {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #f7f7ed;
	border: solid 1px #e5e5e5;
	font-size: 85%;
	text-align: center;
}
.mvp-box-inner {
	width: 156px;
	padding: 10px;
	background: #fff;
	border: solid 1px #fff;
}

#mvp-mem-info #mvp-reg {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #ccc;
}
#mvp-mem-info #mvp-reg a {
	width: 140px;
	height: 36px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background: url(/common/images/side.png) no-repeat left -294px;
}

#mvp-mem-info #mvp-reg a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* mvp member
-------------------------------------------------------------------------------- */
#mvp-member {
	margin:0 0 10px 0;
	border:solid 5px #e8e8e8;
}
#mvp-member-inner {
	font-size:90%;
	margin: 0 1px 0 1px;
	padding: 15px 9px 10px 9px;
	background: #fff url(/common/images/top/bg.png) no-repeat -389px top;
	zoom: 1;
}
#mvp-welcome {
	padding: 0 0 4px 3px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#mvp-banner {
	text-align:center;
	margin:0 auto 10px auto;
}

/* notice_side
-------------------------------------------------------------------------------- */
#notice_side {
	margin: 10px 0;
	padding: 3px 10px;
	border: solid 1px #888;
	color: #6a6a6a;
}

/* active web seminars
-------------------------------------------------------------------------------- */
#active_web_seminars{
	border: 1px solid #ccc;
}

#active_web_seminars p{
	background: #eaeaea;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 5px;
	font-size: 110%;
  font-weight: bold;
  color: #464646;
}

#active_web_seminars ul {
	margin:0;
	padding: 10px;
	background: #fff;
}
#active_web_seminars li {
	margin:-1px 0 0 0;
	background-color:#f1f1f1;
	border:solid 1px #e1e1e1;
}

#active_web_seminars li a{
	display: block;
	padding: 5px 0;
}

#active_web_seminars li.top {
	margin:0;
}
#active_web_seminars img {
	display:block;
	padding:3px 5px;
}

/* ended_web_seminars add 20200629
-------------------------------------------------------------------------------- */
#ended_web_seminars p {
	margin: 3px;
  background-color: #80888f;
}

#ended_web_seminars p a {
	color: #fff;
  font-weight: bold;
  display: block;
  padding: 17px 5px;
  font-size: 97%;
}

/* series_entry
-------------------------------------------------------------------------------- */
div#mvp-side-menu div#series_entry {
	margin-top:10px;
	border: none;
	background: none;
}

div#mvp-side-menu div#series_entry p.article-link {
  padding: 0 0 5px 2em;
  text-indent: -2em;
  text-align: left;
 }

div#mvp-side-menu div#series_entry p.article-link a{
	background: url("/common/images/icons/icon_box_arrow.png") no-repeat scroll 10px center;
  padding-left: 2em;
}

div#main div#series_entry a span {
  padding: 13px 24px;
  border-radius: 25px;
  font-weight: bold;
  margin: 0 16px;
		background-color: #52bfce;
}

div#main div#series_entry a {
  background-color: #4472C4;
  border-radius: 15px;
}
div#main div#series_entry a:hover {
  text-decoration: none !important;
		background-color: #0070c0 !important;
}

/*================================================================================
  thumbnail page
================================================================================*/
.seminar_thumbnails {
	margin:15px 0 0 0;
	list-style-type:none;
	letter-spacing: -.4em;
}

.seminar_thumbnails img {
	vertical-align: middle;
}
.seminar_thumbnails li {
	border:solid 1px #e0e0e0;
	width: 380px;
	padding:0;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: left;
}
.seminar_thumbnails li.right {
	float: right;
}

.seminar_thumbnails .seminar_lecture_box{
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.seminar_thumbnails .small{
	padding: 5px 0;
}

.seminar_thumbnails .lecturer_institute{
	margin-top: 3px;
	color: #949494;
}
.seminar_thumbnails .lecturer_title {
	white-space:nowrap;
	color: #949494;
}


.seminar_thumbnails h2 {
	padding: 5px;
	margin:0;
	min-height:31px;
}

.seminar_thumbnails div.seminar_title{
	margin: 4px;
	overflow: hidden;
	padding: 5px;
	font-size: 90%;
	height: 30px;
}

.seminar_thumbnails div.seminar_title .seminar_title_pdf{
	padding: 0 4px;
}

.seminar_thumbnails div.imu  { background: #f18d26; }
.seminar_thumbnails div.taon { background: #006cb0; }
.seminar_thumbnails div.dm   { background: #e62a79; }
.seminar_thumbnails div.lex  { background: #805b9d; }
.seminar_thumbnails div.als  { background: #d23707; }

.seminar_thumbnails div.seminar_title .seminar_title_img{
	width: 180px;
	float: left;
	margin: 5px 0 0 10px;
}

.seminar_thumbnails .seminar_info {
	padding: 0  10px;
	position:relative;
}

.seminar_thumbnails .seminar_action {
	padding-top:12px;
	height:29px;
	text-align:right;
}
.pdf_btn .seminar_pdf {
	float: left;
	padding: 2px;
	background: #ffffff;
}
.seminar_thumbnails .seminar_entry {
	float:right;
}

.seminar_thumbnails .seminar_date{
	padding: 10px 0;
	font-size: 90%;
}

.seminar_thumbnails .seminar_date .live_date dd {
	margin-left: 88px;
}

.seminar_thumbnails .seminar_date .ondemand_date dd {
	font-size: 95%;
	margin-left: 88px;
}

.seminar_thumbnails .seminar_date .ondemand_date dd span.ondemand_datetime {
  white-space: nowrap;
}

.seminar_thumbnails .seminar_date .ondemand_date2 dd{
	margin-left: 0;
	font-size: 100%;
}

.seminar_thumbnails span.date_title {
	font-size: 70%;
	background: #f1f1f1;
	padding: 0;
	display: inline-block;
	width: 80px;
	text-align: center;
	border: 1px solid #ccc;
	margin-right: 5px;
	border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.seminar_thumbnails div.seminar_date .live_date span.schedule{
	font-weight: bold;
}

.seminar_thumbnails dl{
	overflow: hidden;
	margin-bottom: 5px;
}

.seminar_thumbnails dl dt{
	float: left
}

.seminar_thumbnails .lecture_title{
	font-size: 120%;
	padding-bottom: 5px;
}

.seminar_thumbnails .small .lecture_title{
	padding: 0;
}

.seminar_thumbnails .seminar_lecture_box .small{
	font-size: 84%;
}

.seminar_thumbnails .small .seminar_number{
	color: #fff;
	float: left;
	font-size: 80%;
	padding: 1px 5px;
	margin: 5px 5px 5px 0;
	width: 30px;
	text-align: center;
}

.seminar_thumbnails .small h3,
.seminar_thumbnails .small h4 {
	margin-left: margin-left; 37px;
}

.seminar_thumbnails .small{
	font-size: 85%;
}

.seminar_thumbnails div.profile{
	overflow: hidden;
	font-size: 85%;
	padding: 5px 0 0;
}

.seminar_thumbnails div.profile p{
	margin: 0px;
}

.seminar_thumbnails div.profile p.profile_lecturer_institute{
	margin: 3px 0 0 35px;
}

.seminar_thumbnails div.profile img{
	float: left;
	height: 60px;
	margin-right: 5px;
}

.seminar_thumbnails div.seminar_info div.small img{
	height: 30px;
}


.seminar_thumbnails div.profile .role{
  background: #f1f1f1;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  text-align: center;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.seminar_thumbnails div.profile .lecturer_own_name{
	font-size: 130%;
	font-weight: bold;
}

.seminar_thumbnails .seminar_link_box{
	padding: 5px;
	background: #f1f1f1;
	border-top: 1px solid #ccc;
	overflow: hidden;
	height: 25px;
}

div.seminar_link_box a.seminar_pdf {
	color : #3d3c3c;
	border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 90%;
  padding: 3px 5px;
 }

div.seminar_link_box a.seminar_pdf img {
	vertical-align: text-bottom;
	width: 16px;
}

.seminar_entry_btn a, .seminar_entry_btn span{
	display: inline-block;
	background: url("/web_seminar/images/symbol.png") no-repeat 5px center;
	background-color: #e17812;
	color: #fff;
	border: 1px solid #cb6b0e;
	border-radius: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: right;
  min-width: 110px;
  padding: 3px 5px 3px 15px;
  text-align: center;
  font-size: 90%;
}

/* thumbnail image
-------------------------------------------------------------------------------- */
.seminar_thumbnails .seminar_entry_text {
	position:absolute;
	top:8px;
	right:8px;
}
.seminar_thumbnails .seminar_thumb {
	width:142px;
	height:200px;
	margin:0 auto;
	text-align: center;
	position:relative;
}
.seminar_thumbnails img.thumb{
	border:solid 1px #666;
	width:140px;
	margin:0 auto;
}
.seminar_thumbnails img.closed {
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
	border:solid 1px #666;
}
.seminar_thumbnails img.enlarge {
	z-index:10;
	position:absolute;
	bottom:0;
	right:0;
}

/* no thumbnail image
-------------------------------------------------------------------------------- */
.seminar_thumbnails .seminar_desc {
	height:200px;
}
.seminar_thumbnails p.date {
	font-size: 90%;
	margin:0 5px;
	line-height:1.2;
}

.seminar_thumbnails h3 {
	margin: 0px;
	font-weight:bold;
	line-height:1.2;
	color:#2c2c2c;
	text-align: left;
}
.seminar_thumbnails h3.next {
	margin:7px 5px 0 5px;
	padding:5px 0 0 0;
	border-top:solid 1px #c8c8c8;
}
.seminar_thumbnails h4 {
	margin: 0px;
	font-weight: bold;
	font-size:90%;
	color:#2c2c2c;
}
.seminar_thumbnails p.lecturer {
	font-size:90%;
	line-height:1.2;
	margin:3px 5px 0 5px;
}


.seminar_thumbnails p.lecturer span.lecturer_own_name {
	font-size:115%;
}

/*================================================================================
  list page
================================================================================*/
#display_target_select {
	margin-top:1px;
}

#seminar_list {
	margin:10px 0 30px;
	width: 100%;
	border-collapse:collapse;
	background: #fff;
}
#seminar_list th, #seminar_list td {
	border:solid 1px #999;
	padding:10px;
	font-weight: normal;
}
#seminar_list th {
	background-color:#f0f0f0;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
	line-height:1.2;
}
#seminar_list td {
	text-align:left;
	vertical-align:top;
	line-height:1.4;
}

#seminar_list td.category {width:86px; text-align:center; color: #fff; font-weight: bold;}
#seminar_list td.cast_date {width:200px;}
#seminar_list td.entry {width:75px; text-align:center; vertical-align:middle;}

/* seminar title/lecturer
-------------------------------------------------------------------------------- */
#seminar_list .title_main {
	font-weight:bold;
	font-size:105%;
	color:#0D4385;
	margin:0;
}
/*#seminar_list .title_main {
	margin:7px 0 0 0;
	padding:5px 0 0 0;
	border-top:solid 1px #999;
}*/
#seminar_list .title_sub {
	color:#0D4385;
	font-weight:bold;
	font-size:90%;
}
#seminar_list span.lecturer_title, #seminar_list span.lecturer_name {
	white-space:nowrap;
}

/* seminar cast_date
-------------------------------------------------------------------------------- */
#seminar_list td.cast_date {
	font-size:85%;
}
#seminar_list td.cast_date div {
	font-size:100%;
	font-weight:bold;
	margin:3px 0 0 0;
	color:#cd3301;
}
#seminar_list td.cast_date div.live {
	margin:0;
}
#seminar_list td.cast_date p {
	margin:0;
	line-height:1.2;
}
span.cast_day { /* this is used in seminar detail. */
	font-weight:bold;
}
#seminar_list span.cast_time {
	padding-left:10px;
	margin-bottom: 8px;
  display: block;
}

/* seminar entry
-------------------------------------------------------------------------------- */
#seminar_list td.entry img {
	margin-bottom:5px;
}

/* seminar title
-------------------------------------------------------------------------------- */
.seminar_title_box {
  display: flex;
  justify-content: center;
  background: #52BFCE;
	padding: 16px;
}
.seminar_flex:first-child {
  margin-right: 16px;
}
.seminar_flex img {
  display: block;
  margin: 0 auto;
}
.seminar_flex h1 {
	font-size: 200%;
}
.seminar_flex h1,.seminar_flex p {
	color: #fff;
}

/* seminar selectorbox
-------------------------------------------------------------------------------- */
.seminar_selectorbox {
  background: #F2F2F2;
  padding: 8px 16px;
}
.seminar_selectorbox p {
  margin-top: 8px !important;
		margin-bottom: 0 !important;
		letter-spacing: 0 !important;
		font-weight: bold;

}

/* category_selector btn
-------------------------------------------------------------------------------- */
#category_selector a {
	  background: #fff;
	  padding: 8px 8px;
	  border-radius: 20px;
	  margin: 8px 8px 0 0;
	  color: #000;
	  font-weight: bold;
	  display: flex;
	  width: 114px;
	  justify-content: center;
	  align-items: center;
	  text-align: center;
	  height: 40px;
	}

/* category_selector btn layout
-------------------------------------------------------------------------------- */
div#category_selector {
  display: flex;
  flex-wrap: wrap;
		padding: 8px 0 16px;
}
div#category_selector + div {
  border-top: solid 2px #c0c0c0;
}

div#category_selector a.active:active,
.seminar_selectorbox>div a.active:active {
	background: #52bfce;
	color: #fff;
}

#category_selector a.active,
.seminar_selectorbox>div a.active {
	background: #52bfce;
	color: #fff;
	text-decoration: none;
}

.seminar_selectorbox>div a {
  background: #fff;
  color: #000;
}
.seminar_selectorbox ul a {
  box-sizing: border-box;
}
a.passive.disabled:hover {
  color: #a6a6a6;
  cursor: default;
  background: #d9d9d9;
}
.seminar_selectorbox ul a.passive:before {
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: '';
}
.seminar_selectorbox ul a.passive:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* category_selector btn layout
-------------------------------------------------------------------------------- */
.seminar_selectorbox ul a {
	padding: 0 16px;
	border-radius: 24px;
	width: 45%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px 0 8px;
  font-weight: bold;
	position: relative;
}
.seminar_selectorbox ul a:first-child {
  margin-right: auto;
}

/* tab layout
-------------------------------------------------------------------------------- */
.seminar_selectorbox ul {
  display: flex;
		justify-content: center;
  flex-wrap: wrap;
}

.seminar_tab_flex {
  display: flex;
  align-items: center;
		margin: 32px 0;
	  position: relative;
		border-bottom: 1px solid #06baa5;
}

div#display_style_select ul
 {
  display: flex;
		justify-content: space-between;
}

/*div#display_style_select .tab-switching::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #06BAA5;
  content: '';
}*/

li.seminar_open a.active::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  z-index: 1;
}

div#display_style_select ul a:first-child {
  margin-right: 24px;
}

div#display_style_select a {
  position: relative;
  display: block;
  padding: 16px 5px;
		border: 1px solid #06baa5;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background: #fff;
  color: #000;
  text-align: center;
		width: 240px;
}

/*div#display_style_select a.active {
	border: 1px solid #06BAA5;
}*/

div#display_style_select {
  margin-right: auto;
}


/* ondemand btn
-------------------------------------------------------------------------------- */
div#div_ondemand_seminars_anchor a {
  display: block;
	  border: 2px solid #0070C0;
	  border-radius: 20px;
	  padding: 5px 24px;
		color: #0070C0;
	}
	div#div_ondemand_seminars_anchor p {
   margin-bottom: 0;
}

div#div_ondemand_seminars_anchor .link-btn a:after,
div#div_seminars_calendar_future .link-btn a:after  {
   display: none;
}
.seminar_tab_flex div#div_ondemand_seminars_anchor .link-btn a:before,
div#div_seminars_calendar_future .link-btn a:before {
	   position: absolute;
	   top: calc(50% - 6px);
	   right: 8px;
	   transition: transform 0.3s;
	   color: #4372C0;
	   font-size: 80%;
	   content: '▼';
}
#main #div_ondemand_seminars_anchor .link-btn a:hover:before,
#main #div_seminars_calendar_future .link-btn a:hover:before {
  color: #fff;
}

	/* calendar next btn
	-------------------------------------------------------------------------------- */
	div#div_seminars_calendar_future a {
	  	display: block;
		  border: 2px solid #0070C0;
		  border-radius: 20px;
		  padding: 5px 24px;
		  color: #0070C0;
		  width: 240px;
		  margin: 32px auto;
		  text-align: center;
}
div#div_seminars_calendar_future p {
	margin-bottom: 0;
}

/* ondemand btn layout
-------------------------------------------------------------------------------- */
#ondemand_seminars {
  margin-bottom: 24px;
}

div#ondemand_seminars h2 {
  font-size: 18px;
		margin-bottom: 8px;
}

span#ondemand_seminars_message {
  font-weight: bold;
  color: #a6a6a6;
	}

	table#ondemand_seminars_table span.seminar_category_name {
		width: 25%;
		display: block;
		margin-top: 16px;
}
table#ondemand_seminars_table span.seminar_category_name img {
	  margin: 0 auto;
	  display: block;
	  padding: 3px 0;
}

div#series_entry {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

div#series_entry a {
	  color: #fff;
}

/*div#series_entry p.article-link {
  	background: #52BFCE;
	  border-radius: 30px;
	  font-weight: bold;
	  width: 200px;
	  height: 50px;
		margin-left: 24px;
}*/

p.article-link a:after {
  display: none;
}

div#series_entry p.article-link a {
	  display: flex;
	  width: 100%;
	  height: 100%;
	  justify-content: center;
	  align-items: center;
}

p.article-link02 span {
  display: block;
}

p.article-link02 a {
  width: 100%;
  height: 100%;
  display: block;
}
 div#series_entry a {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: flex-start;
}

div#series_entry a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  transform: rotate(
45deg
 );
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
div#series_entry a {
	position: relative;
}
/* List series　bgColor */
tr.calendar_seminar.dm p.seminar_series {
  background: #e62a79;
}
tr.calendar_seminar.vaf p.seminar_series {
  background: #014e89;
}
tr.calendar_seminar.upl p.seminar_series {
  background: #dddd00;
}
tr.calendar_seminar.upl p.seminar_series {
  background: #dddd00;
}
tr.calendar_seminar.ckd p.seminar_series {
  background: #0068b7;
}
tr.calendar_seminar.rpa p.seminar_series {
  background: #ea5514;
}
tr.calendar_seminar.rpad p.seminar_series {
  background: #ff620e;
}
tr.calendar_seminar.stluc p.seminar_series {
  background: #492480;
}
tr.calendar_seminar.stl p.seminar_series {
  background: #233b6c;
}
tr.calendar_seminar.alex p.seminar_series {
  background: #006f4a;
}
tr.calendar_seminar.imu p.seminar_series {
  background: #f18d26;
}
tr.calendar_seminar.vac p.seminar_series {
  background: #e1ca72;
}
tr.calendar_seminar.als p.seminar_series {
  background: #ed3800;
}
tr.calendar_seminar.lex p.seminar_series {
  background: #805b9d;
}
tr.calendar_seminar.recra p.seminar_series {
  background: #009e96;
}
tr.calendar_seminar.recps p.seminar_series {
  background: #f16e26;
}
tr.calendar_seminar.rec p.seminar_series {
  background: #068f35;
}
tr.calendar_seminar.main p.seminar_series {
  background: #d0121b;
}
tr.calendar_seminar.taon p.seminar_series {
  background: #006cb0;
}
tr.calendar_seminar.mvp p.seminar_series {
  background: #7b8bc5;
}
tr.calendar_seminar.dys p.seminar_series {
  background: #76adde;
}
tr.calendar_seminar.vlx p.seminar_series {
  background: #ff61c3 ;
}
tr.calendar_seminar.obesity p.seminar_series {
	background: #008A26 ;
}
tr.calendar_seminar.igg4rd p.seminar_series {
	background: #00B1E6 ;
}
/* List SP */
@media screen and (max-width: 767px) {
	#main tr.calendar_seminar td.seminar_subject p.seminar_pdf_btn {
  margin: 8px ​0 24px;
}
#main tr.calendar_seminar td.seminar_subject p.seminar_pdf_btn a {
	padding: 4px 20px 4px 40px;
}
	#main tr.calendar_seminar td.seminar_subject {
		border: none;
		border-top: 1px solid #ccc;
		padding: 16px 16px 0;
	}
	#main tr.calendar_seminar td.cast_date {
  padding: 0 16px;
	}
	#main tr.calendar_seminar td.cast_date h3 {
		margin-top: 8px;
	}
	#main td.entry {
			padding: 0;
	}
	#main td.entry p.seminar_link_btn {
	  margin: 16px !important;
	}
#main td.entry p.seminar_link_btn a {
  margin: 0;
}
}

/*================================================================================
  calendar page
================================================================================*/
#calendar_days {
	width:97%;
	padding-left: 3%;
	margin:15px auto 1px 0;
}
#calendar {
	width:100%;
	position:relative;
}
div#calendar td {
  height: 60px;
}

#calendar_days table, #calendar table {
	width:685px;
	margin: 0;
	border-collapse: collapse;
	font-size:100%;
	width:100%;
	background-color:#fff;
}
#calendar_days th, #calendar td {
	border: 1px #A6E5F6 solid;
	vertical-align:top;
	line-height:1.2;
	width:14.2%;
	padding:0;
}

/* calendar days
-------------------------------------------------------------------------------- */
#calendar_days th {
	background-color: #C3F5E8;
	text-align:center;
	padding:5px;
}
#calendar_days table .sun{
	background-color:#F6D2E5;
}
#calendar_days table .sat {
	background-color:#9DC3E6;
}

/* calendar
-------------------------------------------------------------------------------- */
#calendar div.month {
	clear:both;
	width:100%;
	margin:0;
	zoom:1;
	margin-bottom: 32px;
}
#calendar div.month:after {
	content:"";
	display:block;
	clear:both;
}

/*div#calendar div {
  margin-bottom: 32px;
}*/

#calendar .div_month.even {
	width:100%;
	background-color:#A6E5F6;
}
#calendar .div_month.odd {
	width:100%;
	background-color:#A6E5F6;
}

#calendar div.month_name {
	position:relative;
	top:0;
	left:0;
	border-top: 1px #fff solid;
}
#calendar h2 {
  width: 25px;
  font-size: 100%;
  position: absolute;
  margin: 0;
  padding: 0 2px;
  color: #fff;
  text-align: center;
}
#calendar table{
	width: 97%;
	float:right;
	border-left: 3px solid #fff;
}

/* calendar cell
-------------------------------------------------------------------------------- */

#calendar div.day {
	padding:2px 0 2px 4px;
	font-weight:bold;
}
#calendar .sun,
#calendar .holiday {
	color:#000;
}
#calendar .sat {
	color:#000;
}
#calendar .inactive_day {
	background-color:#D3D3D3;
}
#calendar .today {
  background: #FFF2CC;
  box-sizing: border-box;
}

#calendar .calendar_seminar {
	margin-bottom: 16px;
	padding: 0 3px;
	position: relative;
}
#calendar .calendar_seminar a {
	display:block;
	font-size:90%;
	line-height:1.2;
	color: #fff;
  font-weight: bold;
  padding: 2px 2px 0;
}
#calendar .calendar_seminar a:hover {
	border: 3px solid #52BFCE;
	border-radius: 5px;
	margin: -3px;
	text-decoration: none;
}
#calendar .calendar_seminar a:hover:before {
	content: "詳細";
	  font-weight: normal;
	  background: #52bfce;
	  color: #fff;
			width: 70px;
			height: 24px;
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 0;
	  position: absolute;
	  bottom: -10%;
	  left: 50%;
	  transform: translateY(0%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
}
#calendar .calendar_seminar a:hover:after {
  position: absolute;
  top: calc(100% - 7px);
  left: 85px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

#calendar .calendar_seminar span:first-child {
  padding: 1px;
}

#calendar .calendar_seminar span {
	display:block;
	text-align:center;
	padding: 1px;
}
#calendar .calendar_seminar p {
  color: #000;
		letter-spacing: 0;
  text-align: center;
		font-size: 85%;
}
#calendar .calendar_seminar:not(:nth-child(2)) {
  border-top: 1px dotted #A6A6A6;
		padding-top: 16px;
}

#calendar .calendar_seminar .seminar_status_live {
	margin:2px 0;
	background-color:#fff;
	border:1px dotted #f00;
}
#calendar .calendar_seminar .seminar_status_repeat {
	margin:2px 0;
	background-color:#fff;
	border:1px dotted #ff3d01;
}
#calendar .calendar_seminar .seminar_status_demand {
	margin:2px 0;
	background-color:#fff;
	border:1px dotted #f60;
}

#calendar .calendar_seminar .seminar_title {
	text-align: left;
}

td:nth-child(-n+4) .detail{
  z-index: 15;
  position: absolute;
  width: 250px;
  top: -10%;
  left: 150px;
  color: #fff;
  background: rgb(0 0 0 / 80%);
  padding: 16px 8px 16px 16px;
  min-height: 70px;
		filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=8)";
  -moz-opacity: .8;
  -khtml-opacity: .8;
}

td .detail {
	z-index: 15;
	position: absolute;
	width: 250px;
	top: -10%;
	left: -300px;
	color: #fff;
	/*background: rgb(0 0 0 / 85%);*/
	background: rgb(0,0,0); /* または background-color: rgb(128,128,128); */
 background: rgba(0,0,0,0.8);
	padding: 16px 8px 16px 16px;
	min-height: 70px;
}

td .detail:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	/*background: rgba(0,0,0,0.8);*/
	background: rgb(0,0,0,0);
	border-width: 18px 0 18px 18px;
	filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: .80;
  -khtml-opacity: .80;
	opacity: .8;
}

td:nth-child(-n+4) .detail:after {
	left: -18px;
	transform: translate(0px, 50%) rotate(180deg) scale(1);
}
.detail:after {
	right: -18px;
	transform: translate(0px, 50%) rotate(0deg) scale(1);
}
.detail dd:not(:first-child) {
  font-size: 65%;
}

/* calendar hover
-------------------------------------------------------------------------------- */
.calendar_seminar a:hover + .detail {
  display: block !important;
}


/*================================================================================
  seminar detail
================================================================================*/
.seminar_main_flex {
  display: flex;
  margin-bottom: 16px;
}
.seminar_main_flex_item:first-child {
  margin-right: 16px;
}
.seminar_main_flex_item:nth-child(2) {
  width: 30%;
  margin-left: auto;
		min-width: 250px;
		max-width: 250px;
}
.seminar_main_flex_item:nth-child(2) img {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
		box-sizing: border-box !important;
}
.seminar_main_flex_item p.seminar_pdf_btn img {
  border: none;
}
#seminar_panel {
	text-align:left;
	font-size:90%;
	margin:0 auto;
}
* html #seminar_panel {
	width:530px;
	margin:0 auto;
}
*:first-child+html #seminar_panel {
	width:530px;
	margin:0 auto;
}

/* seminar detail
-------------------------------------------------------------------------------- */
#seminar_detail {
	border:solid 3px #f1f1f1;
}
#seminar_detail h2 {
	margin:0;
	padding:0 0 3px 0;
	background-color:#f1f1f1;
}
#seminar_detail h2 img {
	display:block;
}
#seminar_detail_inner {
	overflow:auto;
}
#seminar_detail_inner2 {
	padding:0 6px 0 6px;
}
#seminar_content {
	margin:3px 0 6px 0;
}
#lecturer_image {
	float:left;
	margin:0 10px 5px 0;
}
#seminar_detail h3 {
	font-size:120%;
	font-weight:bold;
	margin:6px 0 0 0;
}
#seminar_detail h4 {
	font-size:100%;
	font-weight:bold;
	margin:0;
}
#seminar_description {
	padding:4px 6px;
	background-color:#f3ede1;
	min-height:80px;
}
* html #seminar_description {
	height:80px;
}
.clearfix {
  clear: both;
  display: block;
}
p.title {
  padding: 8px 0 0;
  margin-bottom: 0 !important;
  font-weight: bold;
}

/* seminar casts table
-------------------------------------------------------------------------------- */
#seminar_casts {
	margin:8px 0 0 0;
	width:100%;
	border-collapse:collapse;
	font-size: 80%;
}
#seminar_casts td, #seminar_casts th {
	border: 1px #999 solid;
	vertical-align:top;
	padding:5px;
}

#seminar_casts th {
	width:130px;
	white-space: nowrap;
	color:#cd3301;
}
#seminar_action {
	margin:10px auto;
	text-align:center;
	overflow: hidden;
}

/* seminar action
-------------------------------------------------------------------------------- */
#seminar_action img {
	margin:0 5px;
	vertical-align:bottom;
}

@media print {
	#nav { display: none}
}

/*================================================================================
  seminar series entry
================================================================================*/
#main h1.page_heading, #main h1.error_heading {
	margin: 15px 0 10px 0;
	padding: 15px 10px 23px 10px;
	border-top: solid 1px #006bb1;
	background: url(/common/images/bg_main_cap.png) repeat-x left bottom;
	font-weight: bold;
	font-size: 107%;
	color: #333333;
}

#main h2.page_heading,
#main .page_heading_text {
	margin: 0 0 10px 0;
	padding: 1px 0 1px 15px;
	font-weight:bold;
	background: url(/common/images/common.png) no-repeat left -147px !important;
}

#mvp-reg-btn {
  background: url("/info_member/images/member.png") no-repeat scroll left -78px;
  display: block;
  height: 66px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 290px;
}
#mvp-reg-btn:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background-color: #fff;
}
.mvp-webseminar-point-title{
	font-weight: bold;
	margin: 0 !important;
}
.mvp-webseminar-point {
	margin:0 0 1em 30px;
	line-height:1.5em;
}
ul.mvp-webseminar-point li{
	list-style-type:disc;
}
ol.mvp-webseminar-point li {
	list-style-type:decimal;
}
/* seminar series
-------------------------------------------------------------------------------- */
#main #series_check_all {
	padding:7px 8px 5px 8px;
	border:solid 1px #e1e1e1;
	background-color:#f1f1f1;
	border-radius:4px;
}
#seminar_series {
	margin: 20px 10px 0 10px;
	/* padding-bottom: 90px; */
}

#seminar_series.is-pb0{
	padding-bottom: 0;
}


#seminar_series li {
	margin:0 0 10px 0;
	padding:12px 0 16px 8px;
	border-width:1px;
	border-style:solid;
	border-top-width:4px;
}
#seminar_series li.seminar_select {
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ebebeb 0%, #f8f8f8 100%);
	background: -webkit-linear-gradient(top, #ebebeb 0%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #ebebeb 0%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f8f8', GradientType=0 );
}
#seminar_series li.seminar_no_select {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}

#seminar_series li div {
	margin:0 22px 0 22px;
}

#seminar_series label img {
	margin:0 0 -9px 5px;
	max-width:90%;
}
#seminar_series p {
	margin:1em 0 0 0;
}

#main #series_entry_submit {
	margin:20px 0 25px 0;
	text-align:center;
}
#series_entry_submit input {
	padding:5px 30px;
	background-color: #3981bf;
	color:#fff;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor:pointer;
	font-size:125%;
}

/* seminar table
-------------------------------------------------------------------------------- */
table.target_seminars {
	border:solid 1px #bebebe;
	border-collapse:collapse;
	width: 100%;
}
table.target_seminars td {
	border:solid 1px #bebebe;
	padding:5px 15px;
	vertical-align:top;
}
table.target_seminars td.seminar_status {
	background-color:#f1f1f1;
	width:85px;
	vertical-align:middle;
}
table.target_seminars td.seminar_info {
	border-right:none;
	background-color:#fff;
}
table.target_seminars td.seminar_entry{
	border-left:none;
	width:64px;
	vertical-align:middle;
	background-color:#fff;
}
table.target_seminars span.live {
	color: #cd3301;
	font-weight: bold;
}

/*================================================================================
  details page
================================================================================*/

.seminar_fullwidth {
  background: #F2F2F2;
  padding: 3em calc(50vw - 50%);
		max-width: 100%;
}
.seminar_fullwidth h2 {
	display: block;
	max-width: 880px;
	margin: 0 auto;
	font-size: 200%;
}

.seminar_wrap {
  margin: 32px 0 24px 0;
		border-bottom: 3px solid #BFBFBF;
}

.seminar_titlebox {
	border-bottom: 3px solid #BFBFBF;
	margin-bottom: 24px;
}
/* .seminar_schedulebox
-------------------------------------------------------------------------------- */
.seminar_schedulebox p {
  font-weight: bold;
}
.seminar_schedulebox span {
	color: #C00000;
}
span.seminar_term_end {
  color: #999;
}

/* .seminar_title_category
-------------------------------------------------------------------------------- */
.seminar_title_category>* {
  display: inline-block;
  padding: 1px 24px;
  color: #fff;
  margin-bottom: 16px;
}
.seminar_catch_title {
  font-size: 160%;
}
.seminar_catch p {
  font-size: 130%;
  font-weight: bold;
}
.seminar_catch,.seminar_subcatch {
  margin-bottom: 8px;
}
.seminar_performer p.clearfix.title {
  padding-top: 40px;
}
.seminar_performer p.clearfix.title:first-child {
  padding-top: 0px;
}
p.clearfix.sub_title {
  margin-bottom: 0px !important;
}

/* .seminar_Subject
-------------------------------------------------------------------------------- */
#main td.seminar_subject {
  padding: 20px 15px;
}
#main td.seminar_subject p.seminar_pdf_btn {
  text-align: left;
}
#main td.entry p.seminar_link_btn {
  margin: 10px;
}
#main td.entry p.seminar_link_btn a {
  width: 140px;
  padding: 6px 0;
}

#main td.entry p.seminar_link_btn a::after {
	display: none;
}
p.seminar_series {
  display: inline-block;
  padding: 0 8px;
		font-weight: bold;
		color: #fff;
}
.seminar_performer {
  overflow: hidden;
		margin-bottom: 32px;
}

.seminar_performer img {
  float: left;
  margin: 0 1em 1em 0;
}


.seminar_performer h4 {
  padding: 8px 0;
		clear: both;
}
/* .seminar_backbtn
-------------------------------------------------------------------------------- */
#main p.link-btn {
  text-align: center;
}
.seminar_backbtn .link-btn a:after {
  left: 10px;
  transform: rotate(-135deg);
}
/*.seminar_link_btn a*/
p.seminar_link_btn{
  text-align: center!important;
}

p.seminar_link_btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 6px 32px;
  border: 2px solid #0070c0;
  border-radius: 20px;
  background: #fff;
  color: #0070c0;
  font-weight: bold;
  line-height: 1.4;
  width: 280px;
  text-align: center;
  text-decoration: none;
}

p.seminar_link_btn a:not(:has(span))::after{
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}

p.seminar_link_btn a:not(:has(span)):hover::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.seminar_link p.seminar_link_btn a span {
  position: relative;
}

.movie_test_block p.seminar_link_btn a span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/another_tab.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
}

.movie_test_block p.seminar_link_btn a:hover span::after{
  background-image: url(../images/another_tab_white.png);
}

/*シリーズ申込済み*/
#main .seminar_apply {
  background: #B6E7EE;
}
#main .seminar_apply p {
		font-weight: bold;
		text-align: center;
		padding: 4px 0;
}
/*お問い合わせ*/
#main .seminar_link_contact a::after {
  display: none;
}

/*.seminar_link_btn a*/
#main p.seminar_pdf_btn {
  text-align: center;
  margin-top: 16px;
}
p.seminar_pdf_btn a {
  padding: 4px 32px;
  border: 2px solid #0070c0;
  border-radius: 20px;
  background: #fff;
  color: #0070c0;
  font-weight: bold;
		display: block;
  width: 120px;
}
#main p.seminar_pdf_btn img {
  width: 23px;
  height: 23px;
  margin-left: 4px;
}
/* div.notice
-------------------------------------------------------------------------------- */
/* display notification from the application */
div.notice {
	color:#c00;
	margin:10px 0;
	padding:2px 0;
	border-top:double 3px #c00;
	border-bottom:double 3px #c00;
}

#modal-window-seminar{
	position: absolute;
	z-index: 10;
	border: 3px solid #ccc;
	background: #fff;
	max-width: 554px;
	width: 90%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow:auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
}

#modal-window-seminar #modal-window-seminar-close{
	background: #fff;
	overflow: hidden;
	padding: 10px;
}

#modal-window-seminar #modal-window-seminar-close-btn{
	float: right;
}
#modal-window-seminar #popup-seminar{
	width: 100%;
	overflow: hidden;
	border: none;
	display: block;

}
div#main p#calendar_not_display{
	margin-top: 20px
}

/* add 20200410
-------------------------------------------------------------------------------- */

#mvp-main-outer .seminar_cancel{
	background: #d9d9d9;
  background-image: linear-gradient(-45deg, #d9d9d9 25%, #deebf7 25%, #deebf7 50%, #d9d9d9 50%, #d9d9d9 75%, #deebf7 75%, #deebf7);
  background-image: -webkit-linear-gradient(-45deg, #d9d9d9 25%, #deebf7 25%, #deebf7 50%, #d9d9d9 50%, #d9d9d9 75%, #deebf7 75%, #deebf7);
  background-image: -moz-linear-gradient(-45deg, #d9d9d9 25%, #deebf7 25%, #deebf7 50%, #d9d9d9 50%, #d9d9d9 75%, #deebf7 75%, #deebf7);
  background-image: -ms-linear-gradient(-45deg, #d9d9d9 25%, #deebf7 25%, #deebf7 50%, #d9d9d9 50%, #d9d9d9 75%, #deebf7 75%, #deebf7);
  -webkit-background-size: 5px 5px;
  -moz-background-size: 5px 5pxx;
  -ms-background-size: 5px 5px;
  background-size: 5px 5px;
}

#mvp-main-outer .seminar_cancel a{
	background-color: transparent;
}

#mvp-main-outer span.seminar_cancel_text{
	color: red;
}

/* add 20220930 showpage guide
-------------------------------------------------------------------------------- */

#main .web_seminar_membersSite_box p{
  text-align: center;
  font-size: 90%;
	margin:0 !important;
}

.web_seminar_membersSite{
  margin-top: 24px;
  text-align: center;
}


/* .web_seminar_guide_message{
  border: 2px solid red;
  padding:10px;
  margin:0 0 2em !important;
} */

a.web_seminar_regist {
  position: relative;
  display: block;
  z-index: 1;
  width: 40%;
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 16px;
  padding: 16px 8px;
  border: 2px solid #ffc000;
  background: #ffc000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  font-size: 120%;
}

a.web_seminar_regist:hover {
  background: #0070c0;
  color: #fff!important;
  text-decoration: none!important;
  border: 2px solid #0070c0;
}


.seminar_fixed_area{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
  background: rgba(255,255,255,0.8);
	z-index: 1;
}

.seminar_fixed_area.is-static{
	position: static;
	background: transparent;
}

.seminar_fixed_area > p{
	text-align: center !important;
}



@media screen and (max-width: 767px){
	.seminar_fixed_area{
		bottom: 55px;
	}
}


/* ------------------------------------------------------------------
 * PC
 * ------------------------------------------------------------------ */
@media screen and (min-width: 960px) {
	#main-navi-box{
		display: none;
	}
	#calendar_not_display{
		display: none;
	}

	div#display_style_select {
		float: left;
	}
}

/* ------------------------------------------------------------------
 * Tablet
 * ------------------------------------------------------------------ */
@media screen and (min-width: 640px) and (max-width: 959px) {
	.seminar_thumbnails li{
		display: inline-block;
		width: 48%;

	}
	.seminar_thumbnails li.right{
		margin-left: 1%;
	}
	.seminar_thumbnails li.left {
		margin-right: 1%;
	}
	#seminar_category_select{
		clear: both;
		float: none;
		margin-top: 10px;
		overflow: hidden;
	}
	/*#display_style_select{
		overflow: hidden;
	}*/
	#main-navi-box{
		text-align: left;
	}
	div#mvp-main-template div#series_entry{
		background: none;
		border: 0;
	}
	#calendar_not_display{
		display: none;
	}
	#modal-window-seminar{
		width: 554px;
	}
}

@media screen and (max-width: 959px) {
	div#display_style_select {
		float: none;
	}
}
@media screen and (min-width: 768px) {
	p.seminar_pdf_btn a:hover {
  color: #fff;
  background: #0070c0;
  text-decoration: none !important;
}
.link-btn a:hover {
  background: #0070c0;
  color: #fff!important;
  text-decoration: none!important;
}
p.seminar_link_btn a:hover {
  color: #fff;
  background: #0070c0;
  text-decoration: none !important;
}
.seminar_link p.seminar_link_btn a:hover span::after {
  background-image: url(../images/another_tab_white.png);
}
}
@media screen and (max-width: 767px) {
	p.seminar_pdf_btn a:active {
		color: #fff;
		background: #0070c0;
		text-decoration: none !important;
	}
	.link-btn a:active {
			background: #0070c0;
			color: #fff!important;
			text-decoration: none!important;
	}
	p.seminar_link_btn a:active {
			color: #fff;
			background: #0070c0;
			text-decoration: none !important;
	}
	p.seminar_link_btn a:hover {
			text-decoration: none !important;
	}
	.seminar_link p.seminar_link_btn a:active span::after {
			background-image: url(../images/another_tab_white.png);
	}
	/* add 20220930*/
	.web_seminar_membersSite{
		display:block;
		margin-top:0.5em;
	}
	.web_seminar_membersSite_box .web_seminar_membersSite p{
		margin-top:1em !important;
	}
	a.web_seminar_regist {
		width: 100%;
		padding:8px 0;
	}
}

@media screen and (max-width: 768px){
div#series_entry {
	display: block;
	padding-top: 16px;
}
}

/* ------------------------------------------------------------------
 * Smart Phone
 * ------------------------------------------------------------------ */
@media screen and (min-width: 0px) and (max-width: 639px) {
	.seminar_flex img {
	  width: 60%;
	}
	.seminar_flex h1 {
  font-size: 160%;
}
	.seminar_thumbnails{
		text-align: center;
	}
	.seminar_thumbnails li{
		display: inline-block;
		width: 100%;
		max-width: 380px;
	}
	.seminar_thumbnails li.right{
		float: none;
	}
	#seminar_category_select{
		clear: both;
		float: none;
		margin-top: 10px;
		overflow: hidden;
	}
	#display_style_select{
		overflow: hidden;
	}
	div#mvp-main-template div#series_entry{
		background: none;
		border: 0;
	}
	#seminar_list tr#seminar-table-title{
		display: none;
	}
	#seminar_list td.category,
	#seminar_list td.cast_date,
	#seminar_list td.title,
	#seminar_list td.entry{
		display: block;
		width: 100%;
		border: none;
	}
	#seminar_list tr{
		border: 1px solid #ccc;
		border-top: 0;
	}
	#seminar_list tr:not(:last-child) {
  border-bottom: none;
	}
	div#calendar_box{
		display: none;
	}
	div#mvp-main-template .mvp-template-box{
		width: auto;
	}

	div#active_web_seminars{
		margin: 0 10px 15px;
	}

	table.target_seminars td {
		border:solid 1px #e1e1e1;
		display:block;
		width: auto;
	}
	table.target_seminars td.seminar_status,
	table.target_seminars td.seminar_entry{
		width: auto;
	}
	#seminar_series strong{
		display: block;
		margin: 0 22px;
	}
	#seminar_greeting{
		padding: 0 10px;
	}
	#calendar_not_display{
		padding: 0 10px;
	}
	div#mvp-main-template div#series_entry{
		padding-left: 10px;
	}
	.seminar_title_box {
  flex-direction: column-reverse;
		padding: 8px 8px 0px;
}
.seminar_flex h1 {
  margin: 16px 0 8px;
}
  .seminar_flex {
  width: 100%;
}

#main .seminar_selectorbox ul a {
  width: 100%;
  margin: 16px 0 0;
}
.seminar_selectorbox {
  padding: 16px;
}
div#category_selector {
  padding: 8px 0 16px;
  justify-content: start;
}
#category_selector a {
	width: 27%;
	padding: 5px 5px;
	margin: 8px 4px;
	font-size: 90%;
	height: 35px;
}
div#display_style_select a {
  width: 140px;
}
div#display_style_select ul a:first-child {
  margin-right: 16px;
}

div#series_entry p.article-link {
	margin: 0 auto;
	width: 80%;
}

div#series_entry p {
	width: auto;
	display: block;
	margin: 8px 8px 0;
	}
	div#main div#series_entry a {
display: block;
padding: 16px;
width: auto;
height: auto;
}
div#main div#series_entry a span {
width: auto;
display: block;
text-align: center;
margin: 0 0 8px;
}
	div#series_entry a:after {
  right: -15px;
}

#seminar_list th,#seminar_list td {
  padding: 8px;
  display: block;
  box-sizing: border-box;
}

.seminar_fullwidth {
  padding: 2em calc(50vw - 50%);
}
.seminar_fullwidth h2 {
  padding: 0 16px;
  font-size: 180%;
}
.seminar_wrap {
  margin: 16px 0 32px;
}
.seminar_schedulebox span {
  display: block;
  padding-bottom: 8px;
}
.seminar_performer {
  margin: 0;
}
.wrap .seminar_tab_flex {
  display: block;
}
.seminar_tab_flex {
  border: none;
}
div#display_style_select {
  display: none;
}
div#div_ondemand_seminars_anchor a {
  margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
  .seminar_backbtn .link-btn a {
    width: 100%;
    padding: 8px 0;
  }
	p.seminar_link_btn a {
		width: 100%;
		padding-top: 6px;
  padding-bottom: 6px;
		text-decoration: none;
	}
  .seminar_main_flex {
  display: block;
  margin-bottom: 24px;
}
.seminar_main_flex_item:first-child {
  margin: 0;
}
.seminar_main_flex_item:nth-child(2) {
  width: 70%;
  margin: 24px auto 0;
		min-width: 220px;
  max-width: 220px;
}
#main p.seminar_pdf_btn {
  margin-top: 24px;
}
#main p.seminar_pdf_btn img {
  width: 24px;
  height: 24px;
}
p.seminar_pdf_btn a {
  text-decoration: none !important;
}
p.seminar_pdf_btn a:active {
  color: #fff;
  background: #0070c0;
}
}

.pc-window div#category_selector a:hover,
.seminar_selectorbox>div a:hover{
	background: #52bfce;
	text-decoration: none !important;
	color: #fff;
}

html:not(.pc-window) .seminar_selectorbox>div a:hover{
	text-decoration: none !important;
}
.seminar_main_flex_item p.seminar_pdf_btn a {
  margin: auto;
}
/*list 20220128*/


/* -----------------------------------------------------
 * add 20241118/会員限定用表示追加
 * ----------------------------------------------------- */

.before_seminar{
  border: 2px solid #0070c0;
  padding: 16px 24px;
}

.before_seminar h4{
  color: #0070c0;
  font-size: 160%;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 2px solid #0070c0;
}

.before_seminar h4::before{
  content:"";
  display: inline-block;
  width: 26px;
  height: 24px;
  background: url(/web_seminar/images/icon_wait.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom;
  vertical-align: -3px;
  margin-right: 16px;
}

.seminar_link{
  margin-top: 32px;
  text-align: left;
}

.seminar_link a{
  text-decoration: underline;
}

.movie_test_block{
  margin-top: 24px;
}

.movie_test_block .seminar_link_btn{
  display: flex;
	align-items: center;
  gap: 24px;
  text-align: left;
}

@media (max-width: 768px) {
  .movie_test_block .seminar_link_btn {
  flex-direction: column;
  }
}

p.seminar_link_btn a{
  width: auto;
}

.register_notice{
  background: #f2f2f2;
  text-align: center;
  padding: 16px 24px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.register_notice h3{
  font-size: 130%;
  margin-bottom: 16px;
}

#main .register_notice p.link-btn{
  margin-top: 24px;
}

.web_seminar_membersSite_box{
  background-color: #e1e9f6;
  padding: 16px 24px;
  text-align: center;
}

#main p.login_guide_message{
  margin-bottom: 24px;
  text-align: center;
}

#main p.login_guide_message::before{
  content:"";
  display: inline-block;
  margin-right: 8px;
  background-image: url(/common/images/icons/icon_login.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.login_guide_message .lets-login a{
  font-size: 130%;
  text-decoration: underline;
  color: #000;
}

#remind_unregister .seminar_link_btn a{
  color: #fff;
  background: #0070c0;
  text-decoration: none !important;
}

#remind_unregister .seminar_link_btn a:hover::after{
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
}

.seminar_start{
  color: #0070c0;
  font-size: 160%;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 2px solid #0070c0;
}

.seminar_start::before{
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/web_seminar/images/icon_seminar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: bottom;
  vertical-align: -8px;
  margin-right: 16px;
}

.now_play .seminar_link_btn a{
  color: #fff;
  background: #0070c0;
  height: auto;
  font-size: 160%;
  padding: 16px 32px;
  border-radius: 50cqh;
}

@media (max-width: 768px) {
  .now_play .seminar_link_btn a{
  font-size: 140%;
  }
}

.now_play .seminar_link_btn a:hover{
  color:#0070c0;
  background-color: #fff;
}

.now_play_icon{
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50cqh;
  background: #fff;
  color: #0070c0;
  vertical-align: middle;
  position: relative;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .now_play_icon{
  width: 36px;
  height: 36px;
  }
}

.now_play_icon::before{
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #0070c0;
  border-right: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
  position: absolute;
}

a:hover .now_play_icon{
  background-color: #0070c0;
}

a:hover .now_play_icon::before{
  border-left: 15px solid #fff;
}

.now_play .seminar_link_btn a span:last-child::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/another_tab_white.png);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 16px;
  color: #fff;
  right: 0;
}

.now_play .seminar_link_btn a:hover span:last-child::after{
  background-image: url(../images/another_tab.png);
}

#main .seminar_link p.center{
  text-align: center;
}

a.no-event{
  cursor:default;
}


/* -----------------------------------------------------
 * add 20251118/社名変更に伴う文言追加
 * ----------------------------------------------------- */

.wrap > p {
  padding-top: 24px;
}