@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

section, article, aside, nav, header, footer, hgroup, details, figcaption, figure, menu {
	display: block;
}

a {
	outline: none;
	word-break: break-all;
}

img {
	border: 0;
}

body {
	font-family: -apple-system, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #575757;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	font-weight: 520;
}

input[type="submit"] {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: -apple-system, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
}

.wrapper {
	background-color: transparent;
}

/* =====================================================
   ヘッダー
===================================================== */
#header {
	margin: 0;
	padding: 0;
}

#header nav {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 2em;
	overflow: hidden;
	background: #000000;
	color: #fff;
	text-align: center;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 1000;
}

#header nav ul {
	width: 100%;
	max-width: 836px;
	margin: 0 auto;
	height: 2em;
	padding: 0;
	display: flex;
	justify-content: center;
	text-align: center;
}

#header nav ul li {
	list-style: none;
	width: 50%;
	height: 2em;
	margin: 0 0 0 0;
	padding: 0.2em 2em 0 2em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: table-cell;
}

#header nav ul li a {
	display: block;
	text-decoration: none;
}

#header nav ul li.hlprogram a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 0.4em;
	margin-bottom: -0.2em;
	background: url(edit_w.svg) no-repeat;
	background-size: contain;
}

#header nav ul li.hlinquiry a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 0.4em;
	margin-bottom: -0.2em;
	background: url(help-circle_w.svg) no-repeat;
	background-size: contain;
}

#header nav ul li a:link {
	color: #fff;
}

#header nav ul li a:visited {
	color: #fff;
}

#header nav ul li a:hover {
	color: #fff;
}

#header nav ul li:first-child {
	border-left: 2px solid #fff;
}

#header nav ul li:last-child {
	border-right: 2px solid #fff;
}

#header h1 {
	max-width: 836px;
	margin: 0 auto;
}

#header p {
	/*色設定欄参照
	background:#e6e6e6 url(bg_header.png) repeat-x;
	border-top:1px solid #d0d0d1;
	border-bottom:1px solid #d0d0d1;
	*/
	text-align: center;
	margin: 0;
	padding: 0;
}

#header img {
	vertical-align: bottom;
	max-width: 836px;
	height: auto;
}

/* 画像版h1用 */
#header.image {
	/*色設定欄参照
	border-top: 7px solid #00599f;
	background:#e6e6e6 url(bg_header.png) repeat-x;
	*/
}

#header.image h1 {
	padding: 1em 0 0 0;
}

/* =====================================================
   日時会場情報
===================================================== */
.date-info {
	text-align: center;
	margin: 0;
	padding: 1em;
	background: #000000;
	display: flex;
	justify-content: space-between;
}

.date-info div {
	width: auto;
	max-width: 670px;
	margin: 0 4em 0 auto;
	text-align: left;
}

.date-info p.didate {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.2em 0 0.6em 0;
	letter-spacing: -0.02em;
}

.date-info p.didate span {
	font-size: 1.4em;
	letter-spacing: -0.02em;
	margin-right: -0.2em;
}

.date-info p.didate span.diweek {
	font-size: 1.2em;
	margin-left: -0.3em;
}

.date-info p.divenue {
	color: #fff;
	font-size: 1.2em;
}

.date-info dl {
	width: auto;
	max-width: 836px;
	margin: 0 auto 0 0;
	text-align: center;
}

.date-info dt {
	width: calc(100% - 1.1em);
	padding: 0.5em;
	color: #fff;
	margin: 0.4em 0 0.5em 0;
	border: 2px solid #FFF;
}

.date-info dd {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.date-info dd span.difee {
	font-size: 1.8em;
	padding: 0;
	color: #fff;
}

/* =====================================================
   リード
===================================================== */
.lead {
	max-width: 836px;
	margin: 40px auto;
	padding: 0;
}

.lead p.catch {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1.2em;
}

.lead p {
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 2em;
}

.lead p:last-child {
	margin-bottom: 0;
}

.lead br.sp {
	display: none;
}

/* =====================================================
   セクション基本形
===================================================== */
.contents {
	background: #ededed;
	/*色設定欄参照*/
	max-width: 836px;
	margin: 0 auto;
	/*padding: 30px 0;*/
	padding: 0 0;
}

.contents br.sp {
	display: none;
}

.contents .section {
	background-color: transparent;
	max-width: 836px;
	margin: 0 auto;
	/*padding: 1.5em 0 3em 0;*/
	padding: 1em 0 1em 0;
}

.contents .section:last-child {
	padding: 1em 0 5em 0;
}

.contents .section>h2 {
	text-align: center;
	font-size: 2.2em;
	padding: 0.5em 0;
	line-height: 1;
	margin: 0 auto;
	color: #3d3d3d;
	/*色設定欄参照*/
}

.contents .section>h2+div {
	max-width: 836px;
	margin: 0 auto;
	padding-top: 1.5em;
}

.contents .section>h3 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #dbdbdb;
	/*色設定欄参照*/
}

.contents .section>.pad {
	padding: 0;
}

.contents .section p {
	line-height: 1.5;
}

/* =====================================================
   開催概要
===================================================== */
.contents div.overview {
	width: auto;
	height: 100%;
	margin: 40px;
	border-collapse: collapse;
	line-height: 2;
}

.contents div.overview.col02 dl,
.contents div.overview.col02 .sponsor {
	max-width: 836px;
	margin: 0 auto;
}

/* dl */
.contents div.overview dl {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	clear: both;
	margin: 0 auto;
	display: table;
}

.contents div.overview dl:first-child {
	border-top: 1px solid #dbdbdb;
}

.contents div.overview div.sponsor+dl {
	border-top: 1px solid #dbdbdb;
}

/* dt */
.contents div.overview dt {
	width: 10em;
	height: 100%;
	font-size: 1.2em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}

/* dd */
.contents div.overview dd {
	width: auto;
	height: 100%;
	vertical-align: middle;
	padding: 1em;
	font-size: 1.2em;
	display: table-cell;
}

.contents div.overview dd p {
	margin: 0.5em 0;
}

.contents div.overview dd ul li {
	list-style: none;
	display: inline-block;
	padding-right: 1.5em;
}

.contents div.overview dd ul+p.note {
	margin-top: 1.5em;
}

.contents div.overview dd span.location {
	display: block;
	margin: 0.5em 0;
}

.contents div.overview dd.date span {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.01em;
}

.contents div.overview dd.date .time {
	margin: 0.5em 0 0 0;
	font-size: 1.4em;
}

.contents div.overview dd span {
	display: inline-block;
}

.contents div.overview dd .note {
	display: block;
	margin: 0.5em 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 84%;
	line-height: 1.6;
}

.contents div.sponsor {
	width: calc(100% - 3em);
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 1.5em;
}

.contents ul.sponsor-list {
	display: flex;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
}

.contents ul.sponsor-list li {
	width: auto;
	text-align: center;
	list-style: none;
	padding: 0 0.5em;
}

.contents ul.sponsor-list li img {
	/*max-height: 140px*/
	max-height: 100px;
}

/* =====================================================
   プログラム
===================================================== */
.contents div.program {
	width: 100%;
	height: 100%;
	margin: 2.8em 0 0 0;
	/*border-collapse:collapse;*/
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	/*一部環境で不具合あり。autoがよいかも*/
}

.contents div.program.col02 {
	max-width: 836px;
	margin: 0 auto;
}

/* dl */
/*.contents div.program tr*/
.contents div.program dl {
	margin-bottom: 40px;
}

.contents div.program div.multi.col03 dl {
	margin: 0 0 0 0;
}

.contents div.program div.multi.col03 dl:nth-child(2) {
	margin: 0 20px 0 20px;
}

.contents div.program div.multi.col03 dl .stype {
	display: block;
}


.contents div.program dl:last-child {
	margin-bottom: 0;
}

.contents div.program dt,
.contents div.program dd {
	/*border-bottom: 1px dotted #dbdbdb;*/
}

/* dt */
.contents div.program dt {
	width: auto;
	height: auto;
	text-align: center;
	/*padding: 0 0 1.4em 0;*/
	padding: 0 0 .5em 0;
	font-size: 1.5em;
	font-weight: bold;
}

.contents div.program dt.time {
	width: 50%;
}

.contents div.program dt>div {
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 1.2em;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	/*色設定欄参照*/
}

.contents div.program dt>div>span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0.5em 0.8em;
	color: #fff;
	font-size: 0.6em;
	width: 90%;
	margin: 0 auto;
	/*色設定欄参照*/
}

.contents div.program dt>div>span::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(clock_w.svg) no-repeat;
	background-size: contain;
	margin-right: 0.4em;
	margin-bottom: -0.1em;
}

/* dd */
.contents div.program dd {
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	/*padding: 40px 40px 40px 40px;*/
	padding: 10px 40px 10px 40px;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.contents div.program div.multi.col03 dd {
	padding: 10px 30px 10px 30px;
}

.contents div.program dd.off {
	background: #eeeeee;
}

.contents div.program dd.break {
	/*padding: 20px 40px 20px 40px;*/
	padding: 10px 40px 10px 40px;
}

.contents div.program dd section {
	margin-top: 10px;
}

.contents div.program dd section:after,
.contents div.program dd div:after {
	content: "";
	display: block;
	clear: both;
}

/* プログラム - h3 */
.contents div.program dd h3 {
	margin: 0.5em 0 0.8em 0;
	padding: 0 0 0.8em 0;
	/*border-bottom: 1px solid #000;*/
	font-size: 1.2em;
	font-feature-settings: "palt";
}
.contents div.program.ppc dd h3 {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0;
	border-bottom: none;
}

.contents div.program dd h3.noline {
	border-bottom: none;
	padding-bottom: 0;
}

.contents div.program dd h3.nobody {
	border-bottom: none;
	margin-top: 12px;
	padding-bottom: 0;
}

/* プログラム - property (input / status / label / text) */
.contents div.program dd .property {
	margin-bottom: 5px;
	line-height: 26px;
	font-weight: bold;
}

.contents div.program dd input {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 0.9em;
	margin-right: 0.8em;
	vertical-align: top;
	text-align: center;
}

.contents div.program dd input[type=checkbox] {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.8em;
	vertical-align: middle;
}

.contents div.program dd .status {
	display: inline-block;
	color: #f22;
	font-weight: bold;
}

.contents div.program dd span.label {
	font-size: 1.2em;
}

.contents div.program dd span.text {
	font-size: 1em;
}

/* プログラム - h4 */
.contents div.program dd h4 {
	font-size: 1.4em;
	padding-top: 0;
	color: #333;
	width: 100%;
	padding: 0 0 0.5em 0;
}
/*
.contents div.program dd h4::after {
	width: 100%;
	display: block;
	content: "";
	margin: 0;
	padding: 0 0 0.5em 0;
	height: 1px;
	border-bottom: solid 1px #ddd;
}*/

.contents div.program dd h4.nobody {
	margin-top: 10px;
}

.contents div.program dd h4 span {
	font-size: 90%;
}

.contents div.program dd h4 .shoulder {
	display: block;
	margin: 0 0 0 0;
	font-size: 0.9em;
	line-height: 1.7;
	font-weight: normal;
}

.contents div.program dd h4 .subtitle {
	display: block;
	margin: 0.3em 0px;
}

/* プログラム - h5 */
.contents div.program dd h5,
.mfp-content .detail h5 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

/* プログラム - p */
.contents div.program dd p {
	line-height: 1.6;
	margin: 0.5em 0;
	font-size: 1.4em;
}

.contents div.program dd ul {
	margin: 6px 0 6px 0;
	list-style-type: none;
}

/* プログラム - li */
.contents div.program dd li {
	margin: 0 0 4px 0;
}

/* プログラム - float */
.contents div.program dd .right {
	padding: 0 10px 0 15px !important;
}

.contents div.program dd .left {
	padding: 0 15px 0 0 !important;
}

.contents div.program dd .nofloat {
	padding: 0 !important;
}

/* プログラム - photo */
.contents div.program dd .photo {}

.contents div.program dd .photo img {}

/* プログラム - summary */
.contents div.program dd .summary {
	margin: 10px 0;
}

/* プログラム - speaker */
.contents div.program dd .speakers {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 0;
}

.contents div.program dd div.speaker {
	width: calc(50% - 20px);
	margin: 1.5em 20px 0.5em 0;
	font-size: 0.8em;
	line-height: 1.4;
	word-break: break-all;
	display: flex;
	align-items: stretch;
	flex-direction: column;
}

.contents div.program div.multi dl dd div.speaker {
	width: calc(100% - 20px);
}

.contents div.program div.multi.col03 dl dd div.speaker {
	width: 100%;}

.contents div.program dd.break .speaker {
	margin: 0 20px 0 0;
}

.contents div.program dd .speakers div.speaker:nth-child(even) {
	margin: 1.5em 0 0.5em 20px;
}

.speaker-inner {
	display: flex;
	overflow: hidden;
}

.contents div.program div.multi.col03 dd .speaker-inner {
	display: block;
	overflow: hidden;
}

.contents div.program div.multi.col03 dd h4{
	font-size: 1em;
}

.contents div.program dd div.speaker.psn01 {
	width: 100%;
}

.contents div.program dd div.speaker .photo {
	margin-bottom: 10px;
}

.contents div.program dd div.speaker .speaker-text {
	margin: 0 0 5px 20px;
}

.contents div.program div.multi.col03 dd div.speaker .speaker-text {
	margin: 0.8em 0 5px 0;
}

.contents div.program dd div.speaker.emptdata .speaker-text {
	margin: 0 0 5px 0;
}

.contents div.program dd div.speaker p.coposition {
	font-size: 1.1em;
}

.contents div.program dd .speaker span.name {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding-top: 0.4em;
}

.contents div.program dd.break .speaker span.name {
	padding-top: 0;
}

/* プログラム - profile */
.contents div.program dd .profile:before,
.mfp-content .detail .profile:before {
	display: block;
	margin-bottom: 5px;
	content: '《プロフィール》';
	font-weight: bold;
	color: #222;
}

.contents div.program .multi {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-bottom: 40px;
}

.contents div.program .multi dl {
	width: 100%;
}
.contents div.program .multi dl:nth-child(odd) {
	margin-right: 20px;
}



/* プログラム - 詳細ボタン */
.contents div.program dd .button {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	overflow: hidden;
	margin: 0 auto 0;
	margin-top: auto;
}

.contents div.program dd div.speaker.psn01 .button {
	width: 56%;
	margin-left: 0;
}

.contents div.program .multi.col03 dd .button {
	overflow: visible;
}

.contents div.program dd .button a {
	width: auto;
	display: block;
	text-decoration: none !important;
	padding: 0.5em;
	border: 2px solid #000;
	border-radius: 0.25em;
	font-weight: bold;
	background: #fff;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .1))
}

.contents div.program .multi.col03 dd .button a {
	width: 100%;
	overflow: visible;
	padding: 0.5em 0 0.5em 0;
}

.contents div.program dd .button .notice {
	display: inline-block;
	float: right;
	font-weight: normal;
}

.contents div.program dd .popup {
	display: inline-block;
	padding: 0 0;
}

.contents div.program dd .popup img {
	vertical-align: middle;
}

/* プログラム - パネルディスカッション */
.contents div.program {}

.contents div.program ul.panelist,
.mfp-content .detail ul.panelist {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
	overflow: hidden;
}

.contents div.program ul.panelist li,
.mfp-content .detail ul.panelist li {
	width: 125px;
	float: left;
	margin: 4px 15px 0 0;
	padding-bottom: 3px;
}

.contents div.program ul.panelist li p,
.mfp-content .detail ul.panelist li p {
	margin: 3px 0;
}

.contents div.program ul.panelist li p.photo,
.mfp-content .detail ul.panelist li p.photo {
	float: none;
	margin: 0 0 8px 0;
	padding: 0;
}

.contents div.program ul.panelist li p.photo img,
.mfp-content .detail ul.panelist li p.photo img,
.contents div.program .moderator p.photo img,
.mfp-content .detail .moderator p.photo img {
	margin-bottom: 0;
	vertical-align: bottom;
}

/* プログラム - 2カラム時の左線（.borderLはjsで自動付加する） */
.contents div.program dd.borderL {
	border-left: 1px dotted #DBDBDB;
	padding-left: 15px;
}

.contents div.program dd.noborder {
	border-left: none !important;
	padding-left: 0 !important;
}

/* セッションアイコン */
.contents p.tt{
	border-left: 5px solid #050066;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 8px;
	line-height: 1.8em;
}
.tagList {
	width: 100%;
	margin: 10px auto 30px;
}
.tagList li{
	list-style: none;
	display: inline-block;
	width: 15em;
	margin: 0 5px 10px 0;
	padding: .7em;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #333;/*色設定欄参照*/
	border-radius: 4px;
	white-space: nowrap;
}
.contents .program dd p.tag{
	box-sizing: border-box;
	padding: .4em 1.5em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #fff;/*色設定欄参照*/
	border-radius: 5px;
	width: 100%;
}

/* =====================================================
   label用設定
===================================================== */
/* span */
span.label {
	display: inline-block;
	margin: 3px 5px 3px 0;
	padding: 1px 10px;
	font-weight: bold;
	line-height: 1.5;
	/*色設定欄参照*/
}

span.label.A {
	/*色設定欄参照*/
}

span.label.B {
	/*色設定欄参照*/
}

span.label.C {
	/*色設定欄参照*/
}

/* dt */
.contents div dt.label {
	padding: 10px;
}

.contents div dt.label div {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.contents div dt.label.A div {
	/*色設定欄参照*/
}

.contents div dt.label.B div {
	/*色設定欄参照*/
}

.contents div dt.label.C div {
	/*色設定欄参照*/
}

/* track */
.contents div.program dt.track div {
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 0;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.contents div.program dt.track>div>span::before {
	margin-right: -0.4em;
	background: none;
}

.contents div.multi dd.track {
	padding: 0 40px 10px 40px;
}

.contents div.multi dd>div.label.A {
	/*色設定欄参照*/
}

.contents div.multi dd>div.label.B {
	/*色設定欄参照*/
}

.contents div.multi dd>div.label.C {
	/*色設定欄参照*/
}

/* =====================================================
   注記用設定
===================================================== */
/* ※注意書き */
.contents .note,
.mfp-content .detail .note {
	margin: 10px 10px;
	padding-bottom: 0px;
	font-size: 90%;
	line-height: 1.5;
	color: #666;
	padding-left: 1em;
	text-indent: -1em;
}

.contents section#program p.note:first-child {
	/*padding-top: 40px;*/
	padding-top: 5px;
}

.contents section#program p+dl {
	/*margin-top: 40px;*/
	margin-top: 20px;
}

.contents .note strong,
.mfp-content .detail .note strong {
	font-weight: normal;
	color: #ef0000;
}

/* プログラム下部用の注記（ul.program-notes） */
.contents .program-notes {
	margin: 10px 0;
	padding: 10px 10px;
	border-top: dashed 1px #dbdbdb;
	border-bottom: dashed 1px #dbdbdb;
	list-style-type: none;
}

.contents .program-notes li {
	margin: 2px 0;
	font-size: 90%;
	line-height: 1.5;
	color: #333;
	padding-left: 1em;
	text-indent: -1em;
}

/* ご希望の講演を選択してください。 */
.contents .attention {
	margin: 20px 10px;
	color: #ff0000;
}

/* =====================================================
   申し込みボタン欄
===================================================== */
/* お申し込み注意事項 */
#entry .annotation {
	max-width: 836px;
	background-color: #f7f7f7;
	border: 2px solid;
	/*色設定欄参照*/
	margin: 0 auto 2em auto;
	padding: 1.5em;
}

#entry .annotation p {
	font-size: 90%;
	line-height: 1.7;
	text-align: left;
}

/* お申し込みボタン */
.contents #entry div.button {
	margin-top: 2em;
}

.contents #entry div.button input[type="submit"] {
	width: 100%;
	max-width: 836px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 1em 0;
	font-size: 1.8em;
	font-weight: bold;
	background: #000;
	/*色設定欄参照*/
	color: #fff;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 0.3em;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
	cursor: pointer;
}

.contents #entry div.button input[type="submit"].disable{
	position: relative;
	background: #999;
	pointer-events : none;
}

.contents #entry div.button input[type="submit"].disable::after{
	position: absolute;
	bottom: 30px;
	content: "選択してください";
	font-size: 30px;
	color: #f00;
}

#entry .button p {
	margin: 20px 0;
	text-align: center;
}

#entry .button input,
#entry .button img {
	vertical-align: bottom;
}

#entry .button img:hover,
#entry .button input:hover {
	opacity: 0.8;
}

/* お申し込みボタン - entry - */
#entry .button ul li.entry {}

#entry .button ul li.entry.disable {
	height: 86px;
	background: url(btn_entry_disable.png) center top no-repeat;
}

#entry .button ul li.entry.disable input {
	display: none;
}

/* お申し込みボタン - nid - */
#entry .button ul li.nid {}

/* お申し込みボタン - clear - */
#entry .button p.clear {
	margin-top: 20px;
	display: none;
}

.info h5 {
	max-width: 836px;
	margin: 3em auto 0.5em;
	font-size: 1.2em;
	display: block;
	padding: 0 2em;
}

.info ul {
	max-width: 836px;
	margin: 0 auto;
	padding: 0.5em 2em 0 2em;
	font-size: 1em;
	display: block;
}

.info ul li {
	list-style: none;
	line-height: 1.7;
	padding-bottom: 0.5em;
}

.info ul li:last-child {
	padding-bottom: 0;
}

/* =====================================================
   受付終了欄
===================================================== */
.entry-close {
	text-align: center;
	margin: 0 auto;
	padding: 2em;
	background: #fff0f3;
}

.entry-close p {
	color: #f00000;
	font-size: 1.2em;
}

.entry-close p.to-index {
	margin-top: 10px;
	line-height: 20px;
}

.entry-close br.sp {
	display: none;
}

/* =====================================================
   お問い合わせ
===================================================== */
.contents #inquiry div div {
	max-width: 836px;
	display: block;
	margin: 0 auto;
	padding: 4em;
	text-align: center;
	background: #f7f7f7;
}

.contents #inquiry p {
	margin-bottom: 1.5em;
	font-size: 1.3em;
}

.contents #inquiry p span {
	margin-left: 1em;
}

.contents #inquiry a.button {
	width: 418px;
	display: block;
	padding: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	background: #000;
	color: #fff;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 0.3em;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2))
}

/* =====================================================
   フッター
===================================================== */
#footer {
	border-top: 3px solid;
	/*色設定欄参照*/
	padding: 30px;
}

#footer p {
	font-size: 90%;
	text-align: center;
}

#footer img {
	margin: 0 20px;
	vertical-align: middle;
}

/* =====================================================
   その他の要素
===================================================== */
/* 汎用ボックス */
.contents .box {
	border: #ccc dotted 2px;
	padding: 10px 20px;
	margin: 20px 0px;
}

/* =====================================================
   臨時スタイル
===================================================== */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.red {
	color: #ff0000 !important;
}

.center {
	text-align: center !important;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.nofloat {
	float: none !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.p00{
	padding: 0 !important;
}


/* =====================================================
   詳細ポップアップ（magnific-popup使用）
===================================================== */
.mfp-content .detail {
	position: relative;
	background: #fff;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 3px;
	padding-bottom: 1em;
}

.mfp-content .detail .popup,
.mfp-content .detail input {
	display: none !important;
}

.mfp-content .detail.mode0 button.mfp-close {
	color: #bababa !important;
}

.mfp-content .detail div,
.mfp-content .detail section {
	overflow: hidden;
}

.mfp-content .detail p {
	margin: 0.5em 0;
	line-height: 1.5;
	font-size: 1.1em;
}

.mfp-content .detail p.tag {
	font-weight: 600;
}

.mfp-content .detail ul {
	margin: 7px 0;
}

.mfp-content .detail li {
	margin: 0 0 4px 0;
}

.mfp-content .detail .speaker .button+div {
	margin-top: 1.5em;
}

.mfp-content .detail img {
	vertical-align: bottom;
}

/* セミナータイトル（ヘッドの帯） */
.mfp-content .detail .seminar-title {
	margin: 0 !important;
	padding: 10px 40px 10px 20px;
	font-size: 90%;
	line-height: 1.5;
	background: #555;
	/*色設定欄参照*/
	color: rgba(255, 255, 255, 0.8);
}

.mfp-content .detail>.pad {
	padding: 10px 27px 10px 27px;
}

/* property */
.mfp-content .detail .property {
	margin: 10px -7px 0 -7px;
	padding: 10px 15px;
	font-weight: bold;
	line-height: 2em;
	background: #ddd;
	/*色設定欄参照*/
}

.mfp-content .detail .track {
	margin: 0.5em 0 0 0;
	padding: 0 0.8em 0 0.8em;
	background: #000000; color: #fff;
	/*色設定欄参照*/
}

.mfp-content .detail .time {
	margin-right: 10px;
	font-size: 1.2em;
}

.mfp-content .detail .status {
	display: inline-block;
	margin-right: 10px;
	color: #f22;
}

.mfp-content .detail span.label {
	margin: 4px 10px 4px 0;
}

/* shoulder = プログラム欄のh3相当 */
.mfp-content .detail .shoulder,
.mfp-content .detail p.shoulder {
	margin: 0 0 0.5em 0;
	padding-left: 0px;
	padding: 1em 0 1em 0;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #000;
	/*色設定欄参照*/
}

.mfp-content .detail span.shoulder {
	color: #000;
}

.mfp-content .detail .shoulder.noline {
	margin: 15px 0 0 0;
	border-bottom: none;
	padding-left: 0;
	padding-bottom: 0;
}

/* title = プログラム欄のh4相当 */
.mfp-content .detail .title {
	margin: 10px 0 1.2em 0;
	padding-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.5;
	font-size: 1.3em;
	border-bottom: solid 1px #ddd;
}

.mfp-content .detail .title span {
	font-size: 90%;
}

.mfp-content .detail .title .shoulder {
	display: block;
	padding: 0 0 0 0;
	border: none;
	font-weight: normal;
}

.mfp-content .detail .title .subtitle {
	display: block;
	margin-top: 0.2em;
}

/* photo */
.mfp-content .detail .photo {
	float: none;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
}

.mfp-content .detail .photo.right {
	float: right !important;
	padding: 4px 10px 0 15px !important;
}

.mfp-content .detail .photo.left {
	float: left !important;
	padding: 0 15px 0 5px !important;
	margin: 0 0 5px 0;
}

.mfp-content .detail .photo img {
	width: auto;
	height: auto;
}

/* speaker */
.mfp-content .detail .speaker {
	font-size: 0.8em;
	line-height: 1.4;
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	line-height: 1.45;
	border-left: none;
	/*色設定欄参照*/
}

.mfp-content .detail .speaker .name {
	font-size: 1.4em;
	font-weight: bold;
	display: flex;
	padding-top: 0.4em;
}

.mfp-content .detail .speaker ul {
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
}

.mfp-content .detail .speaker li:last-child,
.mfp-content .detail .speaker p:last-child {
	margin-bottom: 0;
}

.mfp-content .detail .speaker .detail {
	display: none;
}

/* note */
.mfp-content .detail .note {
	margin: 10px 5px;
}

.mfp-content .detail .note strong {}

/* summary */
.mfp-content .detail .summary {
	clear: both;
}

/* profile */
.mfp-content .detail .profile {
	margin: 15px 0 10px 0;
	line-height: 1.5;
}

/* =====================================================
   オンラインセミナー　告知事項
===================================================== */
.lead .program-annotation-panel {
	color: #ff0000;
	background-color: #fff;
	border: 1px solid #ff0000;
	margin-top: 2em;
}

.lead .program-annotation-panel p {
	color: #ff0000;
	line-height: 1.7em;
	text-align: center;
}

.lead .program-annotation-panel p.note {
	display: block;
	margin: 1em 0 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2em;
	color: #555;
	line-height: 1.6em;
}

.lead .program-annotation-panel p.note b {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0.2em 0 0.2em;
}

.lead .program-annotation-panel-body p {
	margin-bottom: 0;
}

.lead .program-annotation-panel-body p a {
	color: #ff0000;
	text-decoration: underline;
}

.program-annotation-panel-body p {
	margin-bottom: 1em;
}

.program-annotation-panel-body ul {
	padding-left: 2em;
}

.program-annotation-panel-body ul li {
	padding-bottom: 1em;
}

.program-annotation-panel {
	margin: 0 auto 2em auto;
	padding: 1.5em;
	background-color: #fffafa;
	border: 1px solid #ffcccc;
}

.viewing .program-annotation-panel {
	width: auto;
	max-width: 836px;
	background-color: #f7f7f7;
	border: 1px solid #aaa;
}

.viewing ul.numlist {
	list-style-type: decimal;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}

.viewing ul.numlist li {
	display: list-item;
}

.program-annotation-panel-title {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.program-annotation-panel-body p {
	margin-bottom: 1em;
}

.program-annotation-panel-body p {
	margin-bottom: 1em;
}

.contents .section p {
	font-size: 1em;
	line-height: 1.8;
}

.program-annotation-panel-body {
	font-size: 1em;
	line-height: 1.8;
	color: #000000;
}

.program-annotation-panel-body p:last-child {
	margin-bottom: 0px;
}

span.vcubesupp {
	display: block;
	margin-top: 1em;
	padding: 1em;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/* page top */
html {
	scroll-behavior: smooth;
}

.pagetop {
	position: fixed;
	justify-content: space-around;
	right: 0px;
	bottom: 0px;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(20, 20, 20, .5);/*色設定欄*/
	position: relative;
}

.pagetop a img {
	padding: 10px;
}

.pagetop a:hover {
	background: rgba(0, 0, 0, .8);/*色設定欄*/
}

.program-annotation.viewing {
	margin-top: 3em;
}
.contents #entry div.button.fstbtn {
	margin-top: -3em;
}
dl.close dd{
	opacity: 0.6;
	background: #eaeaea;
}

@media screen and (min-width:300px) and (max-width:1024px) {
	.contents div.program.ppc {
		display: none;
	}
}

@media screen and (min-width:1025px) {
	.contents div.program.psmt{
		display: none;
	}
}

@media screen and (min-width:300px) and (max-width:567px) {
	.contents div.program div.multi.col03 .dateline dd{
		padding: 10px 0 0 0!important;
	}

}

@media screen and (min-width:568px) and (max-width:770px) {
	.vfp-box{
	background-size:30% auto!important;
	}
}

@media screen and (min-width:771px) and (max-width:1024px) {

}

.contents div.program.ppc .dateline dd h3 {
	margin: 2em 0 0 0!important;
	padding: 0 0 0.8em 0!important;
	border-bottom: 1px solid #EF6803;
	font-feature-settings: "palt";
	text-align: center;
	font-size: 1.8em!important;
}

.contents div.program .dateline dd {
	vertical-align: top;
	overflow: hidden;
	border: none;
	/*padding: 40px 40px 40px 40px;*/
	padding: 10px 40px 0 40px;
	box-shadow: none;
}

/* プログラム - 日付 */
.contents .program-date{
	margin: 0 0 0 0!important;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.contents .program-date li{
	list-style-type: none;
	width: calc(100% - 2px);
}
.contents .program-date li a{
	display: block;
	padding: 5px;
	background: #000000;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 1em 0;
	border-radius: 0.2em;
}

.contents .program-date li a:hover{
	opacity: 0.7;
}
.contents .program-date li span{
	position: relative;
	padding-left: 20px;
}
.contents .program-date li span::before{
	position: absolute;
	top: calc(30% - 6px);
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
}

.contents .program-date li small {
	display: block;
}

.contents #entry .program-date li a{
	background: #3d865c;
}

/* お申し込み注意事項 */
#entry .annotation.consl {
	max-width: 836px;
	background-color: #ffffff;
	border:#3d865c 2px solid!important;
	/*色設定欄参照*/
	margin: 3em auto 2em auto;
	padding: 1.5em;
}
#entry .annotation.consl h2 {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.7;
	text-align: center;
	color:#3d865c;
}

.contents div.overview dd h4 img{
	margin-top: 24px;
	max-height: 24px;
}

.contents div.overview dd.corpintro h5 {
	padding: 0.4em 0 0;
	font-weight: bold;
	display: block;
	color: #333333;
	font-size: 0.85em;
}

.contents div.overview dd.corpintro p {
	margin: 0 0 0.2em;
	font-size: 0.85em;
	line-height: 1.65;
	font-weight: normal;
}
.contents div.overview dd.corpintro p span {
	color: #555555;
	font-weight: bold;
}
@media screen and (max-width: 680px) {
	br.dttlcorpintro {display: none;}
}
.contents div.overview dd.corpintro .t01 {
	padding-bottom: 0.8em;
	border-bottom: 1px solid #d1d3d6;
	margin-bottom: 0.8em;
}

.contents div.overview dd.corpintro .t02 {
	padding-bottom: 0.8em;
	border-bottom: 1px solid #d1d3d6;
	margin-bottom: 0.8em;
}
.contents div.overview dd.corpintro .t01 h4 {color: #06080d;line-height: 1.4em;text-align: left;margin-bottom: 0.2em;}
.contents div.overview dd.corpintro .t02 h4 {color: #0A3E6F;line-height: 1.4em;text-align: left;margin-bottom: 0.2em;}
.contents div.overview dd.corpintro .t03 h4 {color: #e83418;line-height: 1.4em;text-align: left;margin-bottom: 0.2em;}

@media print {
  div.psmt{display:none;}
}

/* =====================================================
   色設定欄
　（色替えの調整をしやすいように色関係の設定をまとめていますが、
　　ここに書いていると作業しづらい要素については、この欄から削除してください）
===================================================== */
a:link {color: #000000;}
a:visited {color: #0c406a;}
a:hover {color: #cc0046;}

#header nav {
	background: #000000;
}

#header.image { /* 画像版h1用 */
	background:#919191 url(bg_header.png) no-repeat center center;
	background-size: cover;
}

.contents {background-color: transparent;}
.contents .section#overview > h2 {width:7em;background: url(list.svg) left 50% no-repeat; background-size:1em;text-align: center;background-color: transparent;}
.contents .section#program > h2 {width:8em;background: url(edit.svg) left 50% no-repeat; background-size:1em;text-align: center;background-color: transparent;}
.contents .section#entry > h2 {width:8em;background: url(edit.svg) left 50% no-repeat; background-size:1em;text-align: center;background-color: transparent;}
.contents .section#inquiry > h2 {width:9em;background: url(help-circle.svg) left 50% no-repeat; background-size:1em;text-align: center;background-color: transparent;}
.contents .section > h3 {color:#000000;}

.contents div.overview dl {border-bottom: 1px solid #d1d3d6;}
.contents div.overview dl:first-child{border-top: 1px solid #d1d3d6;}
.contents div.overview div.sponsor+dl{border-top: 1px solid #d1d3d6;}
.contents div.overview dt {color: #575757;background: #f2f3f4;}
.contents div.overview dd a:link {color: #000000;}
.contents div.overview dd a:visited {color: #000000;}
.contents div.overview dd a:hover { color: #0f7ffe;}

.contents div.program dt > div {background: #000000;}
.contents div.program.col02 dt.time {width:50%;}
.contents div.program.col02 div.multi dt.time {width:100%;}
.contents div.program div.multi.col03 dt.time {width:100%;}
.contents div.program dt.time span {color:#fff;}
.contents div.program dd h3 {color:#EF6803;/*border-bottom: 1px solid #EF6803;*/}
.contents div.program dd .button a:link {color: #000000;border: 2px solid #000000;}
.contents div.program dd .button a:visited {color: #000000;border: 2px solid #000000;}
.contents div.program dd .button a:hover { color: #fff;background: #000000;}

span.label {background: #000000; color: #fff;}
span.label.K {background: #013673; color: #fff;}
span.label.A {background: #fff; color: #06080d;}
span.label.B {background: #0A3E6F; color: #fff;}
span.label.C {background: #e83418; color: #fff;}
.mfp-content .detail .track {background: #000000; color: #fff;}

.contents div.multi dt.track div.label.A {background: #06080d; color: #fff;}
.contents div.multi dt.track div.label.B {background: #0A3E6F; color: #fff;}
.contents div.multi dt.track div.label.C {background: #e83418; color: #fff;}
.contents div.multi dt.track h4 {display: block;margin: 10px auto;}
.contents div.multi dt.track h4 img {max-height: 20px;}
.contents div.multi dt.trackA h4 img, .contents div.multi dt.trackB h4 img {padding: 24px 0;}
.contents div.multi dt.track div.label {height: 2.8em;vertical-align: middle;font-size: 1.2em;}

/* お申し込みボタン */
.contents #entry div.button input[type="submit"] {color: #fff;background: #000000;}
.contents #entry div.button input[type="submit"]:link {color: #fff;background: #000000;}
.contents #entry div.button input[type="submit"]:visited {color: #fff;background: #0c406a;}
.contents #entry div.button input[type="submit"]:hover {color: #fff;background: #cc0046;}
.contents #entry .annotation {border: 3px solid #000000;}

.contents #inquiry a.button {color: #fff;background: #000000;}
.contents #inquiry a.button:link {color: #fff;background: #000000;}
.contents #inquiry a.button:visited {color: #fff;background: #001e6c;}
.contents #inquiry a.button:hover {color: #fff;background: #cc0046;}
#footer{border-top: 3px solid #000000;}

/* ポップアップ */
.mfp-content .detail .seminar-title{background: #000000;}
.mfp-content .detail .property{background: #e3f0fe;}
.mfp-content .detail .shoulder{color: #000000;border-bottom: 1px solid #000000;}
.mfp-content .detail p.shoulder{color: #000000;border-bottom: 1px solid #000000;}
.mfp-content .detail .speaker,
.mfp-content .detail p.speaker{border-left: none;}

/* page top */
.pagetop a {
	background: #cc0046;
	opacity:.5;
}

.pagetop a:hover {
	background: #000000;
	opacity:1;
}

/* セッションアイコン */
.tagList .tag--AAAAA, .contents .program dd p.tag.tag--AAAAA{background-color: #6500b2;}
.tagList .tag--BBBBB, .contents .program dd p.tag.tag--BBBBB{background-color: #0096cc;}
.tagList .tag--CCCCC, .contents .program dd p.tag.tag--CCCCC{background-color: #00b250;}
.tagList .tag--DDDDD, .contents .program dd p.tag.tag--DDDDD{background-color: #cc0000;}

/* セッションアイコン 1co */
.contents .program dd p.tag.tag01col {width:30%;}

/* リスト */
.mainContents__Sec-contents {
	margin-bottom: 78px;
}

.mainContents__Sec-contents .links {}

.mainContents__Sec-contents .links .inner {
  padding: 18px 30px;
  border-radius: 6px;
  background: #FDF0E6;
}

.mainContents__Sec-contents .links .inner:nth-of-type(1) {
  /* 基調講演 */
  margin-top: 78px;
}

.mainContents__Sec-contents .links .list {
  padding: 12px 0 10.5px 5em;
  font-size: calc(16rem / 16);
  line-height: calc(27em / 19);
  /*
				color: #EF6803;
				*/
  font-family: Roboto, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-indent: -5em;
  border-top: 1px dotted #999;
}

.mainContents__Sec-contents .links .list.first {
  border-top: none;
}

.mainContents__Sec-contents .links .list .color {
  color: #EF6803;
}

.mainContents__Sec-contents .links .list a {
  color: #000;
  transition: all 0.15s ease;
}

.mainContents__Sec-contents .links .list a:hover {
  opacity: 0.50;
}

.mainContents__Sec-contents .links .list a::after {
  padding-left: 0.5em;
  content: url(arrow-circle-down-solid.svg);
  display: inline-block;
	width: 1em;
	height: 1em;
	padding-left: 6em;
}

.mainContents__Sec-contents .links ul,ol {
	list-style-type: none;
}

.mainContents__Sec-contents .links a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.mainContents__Sec-contents .links a:link    { text-decoration: none; }

.contents div.program.ppc .dateline dd h3 {
	color: #EF6803;
	margin: 1em 0 0 0!important;
	padding: 0 0 0.6em 0!important;
	border-bottom: 1px solid #EF6803;
	font-feature-settings: "palt";
	text-align: left;
	font-size: 1.7em!important;
}

.contents div.program dd p.psn {
	padding-top: 0.5em;
	font-size: 1.2em;
	color: #555555;
}

.contents div.program dd p.psn.note {
	font-weight: normal;
	font-size: 1em;
}
