@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, summary, figcaption, figure, menu {
	display: block;
}
html {
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	font-size: .625em;
}
body {
	font-family: -apple-system, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
	word-wrap: break-word;
	word-break: break-word;
	line-height: 1.4;
	color: #575757;
	letter-spacing: 0.04em;
	font-weight: 400;
}
.wrapper {
	background-color: transparent;
}
a {
	word-break: break-all;
}
img {
	border: 0;
}

/* =====================================================
   ヘッダー
===================================================== */
#header {
	margin: 0;
	padding: 0;
}
#header nav {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 28px;
	overflow: hidden;
	background: #015abf;
	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;
	padding: 0;
	display: flex;
	justify-content: center;
	text-align: center;
}
#header nav ul li {
	width: 100%;
	margin: 0 0;
	padding: 0 2em;
	border-left: 2px solid #fff;
	font-size: 1.4rem;
	line-height: 28px;
	display: table-cell;
}
#header nav ul li a {
	display: block;
	text-decoration: none;
}
#header nav ul li.hloverview a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 0.4em;
	margin-bottom: -0.1em;
	background: url(list_w.svg) no-repeat;
	background-size: contain;
}
#header nav ul li.hlprogram a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 0.4em;
	margin-bottom: -0.1em;
	background: url(clock_w.svg) no-repeat;
	background-size: contain;
}
#header nav ul li.hlentry a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: 0.4em;
	margin-bottom: -0.1em;
	background: url(edit_w.svg) no-repeat;
	background-size: contain;
}
#header nav ul li a {
	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: 28px 0 0 0;
}

/* =====================================================
   日時会場情報
===================================================== */
.date-info {
	text-align: center;
	padding: 10px 15px 15px;
	background: #015abf;
}
.date-info .date-inner{
	width: 100%;
	max-width: 836px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.date-info .date-inner div {
	width: auto;
	max-width: 540px;
	margin: 10px 40px 0 0;
	text-align: left;
}
.date-info p.didate {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.date-info p.didate span {
	font-size: 2.7rem;
	letter-spacing: 1px;
	display: inline-block;
}
.date-info p.didate span.diweek {
	font-size: 2.2rem;
	margin-left: -0.3em;
}
.date-info .divenue {
	color: #fff;
	font-size: 1.7rem;
	display: flex;
}
.date-info .divenue dd{
	flex: 1;
}
.date-info .difee {
	max-width: 836px;
	text-align: center;
	font-size: 1.5rem;
}
.date-info .difee dt {
	padding: 8px;
	color: #fff;
	line-height: 1;
	margin: 8px 0 5px 0;
	border: 2px solid #FFF;
}
.date-info .difee dd {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
.date-info .difee dd .difee-price {
	padding: 0;
	color: #fff;
	font-size: 2.8rem;
}

/* =====================================================
   リード
===================================================== */
.lead {
	max-width: 836px;
	margin: 30px auto;
	padding: 0;
}
.lead p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
.lead p.catch {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 1.2em;
}
.lead p:last-child {
	margin-bottom: 0;
}

/* =====================================================
   セクション基本形
===================================================== */
.contents {
	background: #ededed;
	/*色設定欄参照*/
	width: 100%;
	max-width: 836px;
	margin: 0 auto;
	padding: 0 0;
	font-size: 1.5rem;
}
.contents p {
	line-height: 1.8;
	margin-bottom: 0.5em;
}
.contents .section {
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}
.contents .section > h2 {
	font-size: 3.1rem;
	text-align: center;
	padding: 0.5em 0;
	line-height: 1;
	margin: 0 auto;
	color: #3d3d3d;
	/*色設定欄参照*/
}
.contents h3 {
	font-size: 2rem;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #999;
	/*色設定欄参照*/
}
.contents h4 {
	font-size: 1.8rem;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #999;
	color: #333;
}
.contents h5 {
	font-size: 1.6rem;
	padding: 0 0;
	margin: 5px 0 ;
}
.contents h6 {
	font-size: 1.5rem;
	padding: 0 0;
	margin: 5px 0;
}
.contents .pad {
	width: 100%;
	max-width: 836px;
	padding: 20px 0 0;
}

/* リスト */
ul li, ol li{
	list-style-type: none;
}
.wrapper .liststyle {
    list-style-position: outside;
    padding-left: 1em;
}
.wrapper .liststyle li {
	list-style-type: inherit;
    margin-bottom: .5em;
}

/* =====================================================
   開催概要
===================================================== */
.overview {
	height: 100%;
	border-collapse: collapse;
	line-height: 2;
}
.overview dl {
	height: 100%;
	max-width: 836px;
	margin: 0 auto;
}
/* dl */
.overview dl {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	clear: both;
	margin: 0 auto;
	display: table;
}
.overview dl:first-child {
	border-top: 1px solid #dbdbdb;
}
.overview div.sponsor + dl {
	border-top: 1px solid #dbdbdb;
}
/* dt */
.overview dt {
	width: 10em;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
/* dd */
.overview dd {
	width: auto;
	height: 100%;
	vertical-align: middle;
	padding: 1em;
	display: table-cell;
	font-size: 1.7rem;
}
.overview dd p {
	margin: 0.5em 0;
}
.overview dd ul{
	margin-bottom: 0;
}
.overview dd ul li {
	display: inline-block;
}
.overview dd ul + p.note {
	margin-top: 5px;
}
.overview dd .location {
	display: block;
}
.overview dd.date span {
	font-size: 2.4rem;
	font-weight: bold;
}
.overview dd.date span.time {
	font-size: 1.5rem;
	letter-spacing: 1px;
}

/* =====================================================
   スポンサー
===================================================== */
.sponsor {
	width: 100%;
	max-width: 806px;
	margin: 0 auto;
	display: block;
	text-align: center;
	/*padding: 15px;*/
	
	padding: 0;
}
.contents .sponsor h3,
.sponsor-title{
	background: #001580;
	border: none;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 1em;
	padding: 10px 1em;
}
.contents .sponsor h3 span{
	font-size: 1.6rem;
	vertical-align: 0.1rem;
}
.contents .sponsor h3.title,
.sponsor-title{
	border: none;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1em;
}
.contents .sponsor h3.platinum{
    color: #3c3057;
    background: #e3dfe7;
}
.contents .sponsor h3.gold{
    color: #b18701;
    background: #fef5d8;
}
.contents .sponsor h3.silver{
    color: #555555;
    background: #e8e8e8;
}
.contents .sponsor h3.bronze{
	color: #856c6c;
    background: #fdddd3;
}
.sponsor-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.sponsor-list li {
	text-align: center;
	/*margin: 10px 15px 10px;*/
	
	margin: 0;
}
.overview dd .sponsor-list{/*開催概要dd内の時左揃え*/
	display: flex;
	justify-content: flex-start;
	margin: 0 0;
}
.overview dd .sponsor-list li{/*開催概要dd内の時左揃え*/
	margin: 10px 15px 5px 0;
}
.sponsor-list.L li{
	width: 29%;
}
.sponsor-list.M li{
	width: 21%;
}
.sponsor-list.S li{
	width: 17%;
}
.sponsor-list li img {
	max-width: 100%;
	height: auto;
}
.sponsor-list.L li.short{/*ロゴの高さがある　Lサイズ*/
	width: 21%;
}
.sponsor-list.L li.long{/*ロゴの幅がある　Lサイズ*/
	width: 46%;
}
.sponsor-list.M li.short{/*ロゴの高さがある　Mサイズ*/
	width: 14%;
}
.sponsor-list.M li.long{/*ロゴの幅がある　Mサイズ*/
	width: 36%;
}
.sponsor-list.S li.short{/*ロゴの高さがある　Sサイズ*/
	width: 10%;
}
.sponsor-list.S li.long{/*ロゴの幅がある　Sサイズ*/
	width: 33%;
}

/* =====================================================
   プログラム
===================================================== */
.contents .section#program{
	padding-bottom: 0px;
}
.program {
	width: 100%;
	max-width: 836px;
	height: 100%;
	margin: 0 auto 0;
	/*border-collapse:collapse;*/
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	/*一部環境で不具合あり。autoがよいかも*/
}
/* dl */
/*.contents div.program tr*/
.program dl {
	margin-bottom: 40px;
}
/* dt */
.program dt {
	width: auto;
	height: auto;
	text-align: center;
	padding: 0 0 11px 0;
	font-size: 2.1rem;
	font-weight: bold;
}
.program dt > div {
	display: table;
	width: 100%;
	height: 100%;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	/*色設定欄参照*/
}
.program dt.time {
	width: 50%;
}
.program dt.time div{
	border-radius: 1.2em;
}
.program dt > div > span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0.5em 0;
	color: #fff;
	/*色設定欄参照*/
}
.program dt.time span::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(clock_w.svg) no-repeat;
	background-size: contain;
	margin-right: 8px;
	margin-bottom: -4px;
}
/* .program dd */
.program dd {
	background-color: #fff;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	padding: 15px 40px 20px 40px;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.program dd.break {
	padding: 10px 40px 10px 40px;
}
.program dd section {
	margin-top: 10px;
}
.program dd section:after,
.program dd div:after {
	content: "";
	display: block;
	clear: both;
}
.program dd.off {
	background: #eeeeee;
}
/* プログラム - property */
.program .property{
	font-size: 1.4rem;
	font-weight: bold;
	margin: 10px 0 5px;
}
.program .property span{
	display: inline-block;
	font-size: 1.6rem;
}
.program .property .text{
	vertical-align: middle;
}
.status{
	color: #f22;
}
.program input[type=radio],
.program input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 5px 5px 0 0;
	vertical-align: top;
}
/* プログラム - h3 */
.program h3 {
	font-size: 1.7rem;
	margin: 10px 0 5px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
}
.program h3 span {
	font-size: 85%;
}
.program h3.noline {
	padding-bottom: none;
	border-bottom: 0;
}
.program h3.nobody {
	margin-top: 12px;
	padding-bottom: 0;
}
/* プログラム - h4 */
.program dl h4 {
	font-size: 1.9rem;
	padding: 5px 0 8px;
	line-height: 1.6;
	margin: 0 0 4px 0;
	color: #333;
	border-bottom: solid 1px #ddd;
}
.program h4.noline {
	border-bottom: 0;
	padding: 5px 0 0;
}
.program h4 span {
	font-size: 85%;
}
.program h4 .subtitle {
	display: block;
	line-height: 1.5;
	font-weight: normal;
}
/* プログラム - h5 */
.program h5,
.mfp-content .detail h5 {
	font-size: 1.3rem;
	margin-bottom: 0.5em;
}
.program .left {
	padding: 0 15px 0 0 !important;
}
.program .nofloat {
	padding: 0 !important;
}
/* プログラム - summary */
dd .summary {
	margin: 10px 0;
}
/* プログラム - speaker */
dd .speakers {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 0;
}
dd .speaker {
	width: calc(50% - 20px);
	margin: 15px 20px 0 0;
	line-height: 1.4;
	word-break: break-all;
	display: flex;
	align-items: stretch;
	flex-direction: column;
}
.speaker.emptdata,
.break .speaker {
	margin: 10px 20px 0 0;
}
.speakers .speaker:nth-child(even) {
	margin: 15px 0 0 20px;
}
.speakers .speaker.psn01 {
	width: 100%;
	margin: 15px 0 0 0;
}
.speaker-inner {
	display: flex;
	overflow: hidden;
	margin-bottom: 10px;
}
.speaker .photo {
	margin: 0 20px 0 0;
	flex-shrink: 0;
}
.speaker .speaker-text {
	margin: 0 0;
}
.speaker.emptdata .speaker-text {
	margin-bottom: 0px;
}
.speaker p.coposition {
	font-size: 1.4rem;
	line-height: 1.5;
}
.speaker span.name {
	font-size: 1.7rem;
	font-weight: bold;
	display: block;
	padding-top: 0.25em;
}
.program .break .speaker span.name {
	padding-top: 0;
}
.speakers .speaker.psn01 div:after{
    display: none;
}
.speaker-inner.right{
	display: flex;
	justify-content: space-between;
}
/* プログラム - profile */
.profile:before,
.mfp-content .profile:before {
	display: block;
	margin-bottom: 5px;
	content: '《プロフィール》';
	font-size: 1.3rem;
	font-weight: bold;
	color: #222;
}

/* プログラム - 複数カラム */
.multi {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding-bottom: 40px;
	height:auto;
	box-sizing:border-box;
}
.multi dl {
	width: 100%;
	height:auto;
	display:flex;
	flex-direction:column;
}
.multi dl{
	margin-right: 20px;
	margin-bottom: 0;
}
.multi dl:last-child{
	margin-right: 0;
}
.multi dt.time {
    width: 100%;
}
.multi dt{
	box-shadow: none;
}
.multi dd{
	padding: 10px 40px 10px 40px;
	background-color: #fff;
	flex-grow:1;
}
.multi .speaker{
	width: 100%;
}
.multi .speakers .speaker:nth-child(even) {
    margin: 15px 0 0 0;
}
/* プログラム - 3カラム以上 flex無 */
.col03 dd {
	padding: 10px 20px 10px 20px;
}
.col03 .speaker-inner{
	display: block;
	margin-bottom: 0;
}
.col03 .speaker-inner .photo{
	margin: 0 0 0 0;
}

/* プログラム - 詳細ボタン */
.button{
	font-size: 1.3rem;
}
dl dd .button {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 auto 6px;
	margin-top: auto;
	font-size: 1.3rem;
}
dl dd .speaker.psn01 .button {
	width: calc(50% - 20px);
	margin-left: 0;
}
.program .detail-area{ /* 複数名の時の全体詳細ボタン */
	width: 100%;
}
.program .detail-area .button{
	width: calc(50% - 20px);
	margin-left: 0;
}
.multi .detail-area{
	margin-bottom: 15px;
}
.multi .detail-area .button {
    width: 100%;
    margin-left: 0;
}
.button a {
	width: auto;
	display: block;
	text-decoration: none !important;
	padding: 0.5em;
	border: 2px solid #000;
	border-radius: 0.25em;
	font-weight: bold;
	font-size: 1.3rem;
	background: #fff;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .1))
}
dl dd .notice {
	display: inline-block;
	font-weight: bold !important;
	width: auto;
	float: left;
	font-weight: normal;
	padding: 0.5em 1em;
}
dl dd .notice.right{
	width: auto;
	float: right;
}
.program dd .popup img {
	vertical-align: middle;
}
/* プログラム - パネルディスカッション */
ul.panelist,
.mfp-content .detail ul.panelist {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
	overflow: hidden;
}
ul.panelist li,
.mfp-content .detail ul.panelist li {
	width: calc(25% - 15px);
	float: left;
	margin: 4px 15px 0 0;
	padding-bottom: 3px;
}
ul.panelist li p,
.mfp-content .detail ul.panelist li p {
	margin: 3px 0;
}
ul.panelist li p.photo,
.mfp-content .detail ul.panelist li p.photo {
	float: none;
	margin: 0 0 8px 0;
	padding: 0;
}
ul.panelist li p.photo img,
.mfp-content .detail ul.panelist li p.photo img,
.moderator p.photo img,
.mfp-content .detail .moderator p.photo img {
	margin-bottom: 0;
	vertical-align: bottom;
}
/* プログラム - 2カラム時の左線（.borderLはjsで自動付加する） */
.program dd.borderL {
	border-left: 1px dotted #DBDBDB;
	padding-left: 15px;
}
.program dd.noborder {
	border-left: none !important;
	padding-left: 0 !important;
}
.program dd .speaker.psn01::after, .contents table.program td div::after,
dd .speakers::after {
	content: "";
	display: block;
	clear: both;
}

/* =====================================================
   label用設定
===================================================== */
span.label {
	margin: 3px 1px 3px 0;
	padding: 4px 10px 6px;
	font-weight: bold;
	line-height: 1;
	vertical-align: baseline;
	/*色設定欄参照*/
}
span.label.A {
	/*色設定欄参照*/
}
span.label.B {
	/*色設定欄参照*/
}
span.label.C {
	/*色設定欄参照*/
}
/* dt */
dt.label {
	padding: 10px;
}
dt.label div {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
dt.label.A div {
	/*色設定欄参照*/
}
dt.label.B div {
	/*色設定欄参照*/
}
dt.label.C div {
	/*色設定欄参照*/
}

/* =====================================================
   注記用設定
===================================================== */
.contents p.note,
.mfp-content .detail p.note,
.contents p.notes,
.mfp-content .detail p.notes {
	padding-bottom: 0px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	line-height: 1.4;
}
.speaker .note{
	display: none;
}
.mfp-content .detail .note{
	display: block;
}
#program p.note:first-child,
#program p.notes:first-child {
	padding-top: 5px;
}
#program p + dl {
	margin-top: 20px;
}
/* 半角文字のインデント */
.note-half{
	padding-bottom: 0px;
	padding-left: .5em;
	text-indent: -.425em;
	font-size: 1.3rem;
	line-height: 1.4;
}
/* プログラム下部用の注記（ul.program-notes） */
.program-notes {
	margin: 10px 0;
	padding: 10px 10px;
	border-top: dashed 1px #dbdbdb;
	border-bottom: dashed 1px #dbdbdb;
}
.program-notes li {
	margin: 2px 0;
	font-size: 90%;
	line-height: 1.5;
	color: #333;
	padding-left: 1em;
	text-indent: -1em;
}
/* ご希望の講演を選択してください。 */
.attention {
	margin: 20px 10px;
	color: #ff0000;
}

/* =====================================================
   詳細ポップアップ（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 {
	font-size: 1.5rem;
	margin: 0 0;
	line-height: 1.5;
}
.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: 1.2rem;
	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 15px -7px;
	padding: 6px 10px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
	background: #ddd;
	/*色設定欄参照*/
}
.mfp-content .detail .time {
	margin-right: 10px;
}
.mfp-content .detail .status {
	display: inline-block;
	margin-right: 10px;
	color: #f22;
}
.mfp-content .detail .label {
	margin: 4px 10px 4px 0;
	padding: 2px 10px 4px;
}
/* shoulder = プログラム欄のh3相当 */
.mfp-content .detail .shoulder {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 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: 0 0 10px 0;
	padding-bottom: 8px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: solid 1px #ddd;
}
.mfp-content .detail .title span {
	font-size: 85%;
}
.mfp-content .detail .title .subtitle {
	display: block;
	font-weight: normal;
}
/* photo */
.mfp-content .detail .speaker-text,
.mfp-content .detail .photo {
	float: left;
    overflow:visible;
}
.mfp-content .detail .photo {
	padding: 0 20px 0 0;
	margin: 0 0;
}
.mfp-content .detail .photo img {
	width: auto;
	height: auto;
}
/* speaker */
.mfp-content .detail .speaker {
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	border-left: none;
	/*色設定欄参照*/
}
.mfp-content .detail .speaker .name {
	font-size: 1.7rem;
	font-weight: bold;
	display: flex;
	padding-top: 0.4em;
}
.mfp-content .detail .speaker ul {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
.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,
.mfp-content .detail .notes {
	margin: 10px 0;
}
/* summary */
.mfp-content .detail .summary {
	clear: both;
}
/* profile */
.mfp-content .detail .profile {
	font-size: 1.5rem;
	margin: 10px 0 10px 0;
	line-height: 1.5;
}
/* ひとつのポップアップに複数名のプロフィールと詳細を表示 */
.mfp-content .detail .speaker .note .profile{
	margin-bottom: 15px;
}
/* ひとつのポップアップに複数名のプロフィールと詳細を表示で、lastのみ下線 */
.mfp-content .detail .speaker:last-of-type .speaker-inner + .note .profile {
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
  }

/* =====================================================
   申し込み
===================================================== */
#entry > h2{
	margin-bottom: 20px;
}
/*  注意事項 */
.annotation-panel{
	width: auto;
    max-width: 836px;
    background-color: #f7f7f7;
    border: 1px solid #aaa;
	margin: 0 auto 20px auto;
}
.annotation-panel .annotation-inner{
	color: #000;
	margin: 20px 20px;
}
.annotation-title{
	font-size: 1.4rem;
	font-weight: bold;
}
.annotation-detail{
	padding: 10px 20px 1px 5px;
	font-size: 1.4rem;
}
.annotation-panel .annotation-inner + .annotation-inner{
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.annotation-panel .annotation-inner + .annotation-inner summary::before,
.annotation-panel .annotation-inner + .annotation-inner summary::after{
	margin-top: 15px;
}
.annotation-panel .panel-title{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.annotation-panel p, .annotation-panel li{
	margin-bottom: .5em;
	font-size: 1.4rem;
}
.annotation-panel p, .annotation-panel p.note{
	font-size: 1.4rem;
}
/*  アコーディオン (申し込みエリア) */
summary {list-style: none;}
summary::-webkit-details-marker {display:none;}
.annotation-inner{
	position: relative;
}
.annotation-inner[open] summary::after {
    rotate: 90deg;
}
details[open] .annotation-title{
	padding-bottom: 10px;
}
div.annotation-inner .annotation-title{
	padding-bottom: 5px;
	margin-bottom: 0;
}
.annotation-inner summary{
	max-width: calc(100% - 1.75em);
	padding-right: 1.75em;
}
.annotation-inner summary:hover{
	cursor: pointer;
}
.annotation-inner summary::before,
.annotation-inner summary::after {
	width: 3px;
	height: 1em;
	border-radius: 5px;
	background-color: #015abf;
	content: '';
	position: absolute;
	right: 1em;
	top: 5px;
}
.annotation-inner summary::before {
    rotate: 90deg;
}
.annotation-inner summary::after {
    transition: rotate .3s;
	rotate: 180deg;
}
/* お申し込み注意事項 */
.annotation {
	max-width: 836px;
	background-color: #f7f7f7;
	border: 2px solid;
	/*色設定欄参照*/
	margin: 0 auto 20px;
	padding: 20px;
}
.annotation p {
	font-size: 1.3rem;
	line-height: 1.7;
	text-align: left;
}

/* お申し込みボタン */
.button-area{
	padding: 20px 0;
}
.button-entry a,
.button-entry input[type="submit"]  {
	width: 836px;
	max-width: 100%;
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	background: #000;
	/*色設定欄参照*/
	color: #fff;
	margin: 0 auto;
	padding: 1em 0;
	text-decoration: none;
	border-radius: 0.3em;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
	cursor: pointer;
}
.button-entry p {
	margin: 20px 0;
	text-align: center;
}
.fixed-btm{
	position: fixed;
	background: #f7f7f7;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.fixed-btm .button-area{
	border-top: 1px solid #ccc;
	padding: 10px 10px 5px;
}
.fixed-btm .button-entry a{
	max-width: 90%;
	margin: 10px auto;
}
.fixed-btm .button-area p{
	line-height: 1.3;
	margin: 0.5em 0;
}
.button-entry input[type="submit"] {
	max-width: 95%;
}
.button-entry a:hover,
.button-entry input[type="submit"]:hover {opacity:.9;}
.button-entry input[type="submit"]{
	border: 0;
}
.button-entry input[type="submit"].disable{
	position: relative;
	background: #999;
	pointer-events : none;
	color: #efefef;
	line-height: 1;
	display: block;
}
/* .contents #entry div.button input[type="submit"].disable::after{
	position: absolute;
	bottom: 0px;
	content: "選択してください";
	font-size: 30px;
	color: #f00;
	z-index: 999;
} */
#entry .button-entry input,
#entry .button-entry img {
	vertical-align: bottom;
}

.button-entry p.clear {
	margin: 7px 0 0!important;
	text-align: center;
	display: none;
}

/* お申し込みボタン2つ横並び */
.button-entry.double{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 836px;
  margin: 0 auto;
}
.button-entry.double .item{
	display: flex;
	width: 49%;
}
.button-entry.double .item a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}
.button-entry.double .item a span{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-self: center;
}
.button-entry.double .item a small{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 75%;
}

/* =====================================================
   日程
===================================================== */
ul.program-date {
    display: flex;
    justify-content: space-between;
	gap: 10px;
}
ul.program-date li {
    list-style-type: none;
    width: calc(50% - 1px);
}
ul.program-date li a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
ul.program-date li .anc {
    position: relative;
	top: -3px;
    padding-left: 20px;
}
p.program-title{
	border-bottom: solid 2px #014ea6;
	color: #014ea6;
	font-size: 2.2rem;
	font-weight: bold;
	padding-top: 40px;
    margin-top:-40px;
}
.contents div.program #day1 dd .button a:link:hover,
.contents div.program #day2 dd .button a:link:hover{
	color: #fff;
}
/* #day1 */
.contents .section #day1{
	margin-bottom: 60px;
}
ul.program-date .day1,
.program #day1 dt > div,
.program #day1 span.label,
.program #day1 dd .button a:link:hover{
	background: #014ea6;
}
#day1 .program-title,
.program #day1 dd h3{
	border-color: #014ea6;
}
#day1 .program-title,
.program #day1 dd h3{
	color: #0166d8;
}
.contents div.program #day1 dd .button a:link{
	color: #014ea6;
    border: 2px solid #014ea6;
}
/* #day2 */
ul.program-date .day2,
.program #day2 dt > div,
.program #day2 span.label,
.program #day2 dd .button a:link:hover{
	background: #0166d8;
}
#day2 .program-title,
.program #day2 dd h3{
	border-color: #0166d8;
}
#day2 .program-title,
.program #day2 dd h3{
	color: #0166d8;
}
.contents div.program #day2 dd .button a:link{
	color: #0166d8;
    border: 2px solid #0166d8;
}

/* =====================================================
   テーマアイコン セッションアイコン
===================================================== */
p.tagList-title{
	border-left: 5px solid #050066;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 8px;
    line-height: 1.3em;
}
ul.tagList {
	width: 100%;
    margin: 10px auto 30px;
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}
.tagList li{
	width: 100%;
    margin-right: 10px;
    padding: .7em;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
	color: #fff;
	background-color: #333;/*色設定欄参照*/
	border-radius: 4px;
	line-height: 1.3;
	white-space: nowrap;
}
.tagList li:last-child{
	margin-right: 0;
}
p.tag,
.mfp-content .detail p.tag{
	box-sizing: border-box;
	line-height: 1.3;
	padding: .4em 1.5em;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background-color: #333;/*色設定欄参照*/
	border-radius: 5px;
	width: 30%;
}
.multi p.tag{
	width: 100%;
}
.tagList .tag.A, p.tag.A, .mfp-content .detail p.tag.A{background-color: #6500b2;}
.tagList .tag.B, p.tag.B, .mfp-content .detail p.tag.B{background-color: #0096cc;}
.tagList .tag.C, p.tag.C, .mfp-content .detail p.tag.C{background-color: #00b250;}
.tagList .tag.D, p.tag.D, .mfp-content .detail p.tag.D{background-color: #cc0000;}

/*-------------------------
チェックボックス 日付
-------------------------*/
.checklist {
	width: 100%;
	max-width: 836px;
	margin: 0 auto 7px;
	position: relative;
}
.checklist p{
	font-size: 1.3rem;
	line-height: 1.5;
}
.checklist ul.program-date li {
    display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.program-date input[type="radio"],
.program-date input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 5px 10px 5px 0;
}
.program-date li.check-off a {
	/*【満席】表示*/
	margin-left: 0;
}
.program-date li .status {
	/*【満席】表示*/
	background: #fff;
	color: #f00000;
	display: inline-block;
	padding: 3px 6px 3px;
	font-size: 1.4rem;
	line-height: 1;
	position: relative;
	left: -10px;
	top: -4px;
}
.program-date li .anc::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    transform: rotate(-135deg);
}
.checklist p.note{
	margin: 0px 10px;
}
/* インフォメーション */
.info{
	font-size: 1.3rem;
	max-width: 836px;
	margin: 0 auto 20px;
	padding: 20px 20px 10px;
}
.info h5 {
	font-size: 1.6rem;
	padding: 0 0 0.5em;
	margin: 0 0;
}
.info ul, .info p {
	max-width: 836px;
	margin: 0 auto;
	padding: 0 10px 0;
	display: block;
}
.info ul li {
	line-height: 1.7;
	padding-bottom: .5em;
}
.info ul li:last-child {
	padding-bottom: 0;
}

/* 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: #142acc;/*色設定欄*/
	position: relative;
	opacity:.5;
}
.pagetop a img {
	padding: 10px;
}
.pagetop a:hover {
	opacity:1;
}
.fixed-btm .pagetop {
	position: relative;
	right: auto;
	bottom: auto;
}
.fixed-btm .pagetop a{
	position: absolute;
	right: 0;
	top: -50px;
}

/* =====================================================
   受付終了欄
===================================================== */
div.entry-close {
	text-align: center;
	margin: 0 auto;
	background: #fff0f3;
}
.entry-close p {
	color: #f00000;
	font-size: 1.7rem;
	padding: 0 10px;
	margin-bottom: 10px;
}
.entry-close p.to-index {
	margin-top: 10px;
	line-height: 20px;
}
p.close-text{
	padding: 25px 1em 15px;
}

/* =====================================================
   お問い合わせ
===================================================== */
.inquiry {
	max-width: 836px;
	display: block;
	margin: 20px auto;
	padding: 45px 45px 60px;
	text-align: center;
	background: #f7f7f7;
}
.inquiry p {
	font-size: 1.8rem;
	margin-bottom: 1em;
}
.inquiry p span {
	margin-left: 1em;
}
a.button-inquiry {
	width: 418px;
	display: block;
	padding: 0.5em;
	font-size: 1.7rem;
	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: 1.3rem;
	text-align: center;
}
#footer img {
	margin: 0 20px;
	vertical-align: middle;
}
#footer p:nth-child(2) {
	margin-top: 1.2em;
}
#footer .logo_bp{
	line-height: 40px;
}

/* =====================================================
   その他の要素
===================================================== */
/* 汎用ボックス */
.contents .box {
	background-color: #fff;
	border: #ccc dotted 2px;
	padding: 10px 20px;
	margin: 20px 0px;
}
/* ギフト券プレゼントボックスなど */
.contents .box2 {
	background-color: #fff;
	border: #ff6666 solid 6px;/*色設定欄*/
	color: #333;/*色設定欄*/
	padding: 20px 30px;
	margin: 20px 0px;
}
.contents .box2 li{
	font-size: 1.4rem;
}
.box-title, p.box-title{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.box-subtitle, p.box-subtitle{
	font-size: 2rem;
	text-align: center;
}

.color{/*色設定欄*/}

/* 告知事項ボックス */
.program-annotation{
	margin-bottom: 20px;
}
.program-annotation-panel {
	background-color: #fff;
	border: 1px solid #ff0000;
	padding: 20px;
	font-size: 1.4rem;
}
.annotation-panel h4{
	font-size: 1.4rem;
	border-bottom: none;
	padding: 5px 0 0;
    margin: 10px 0 5px;
}
.program-annotation-panel p {
	line-height: 1.7;
	margin-bottom: 0;
}
.program-annotation-panel p.note {
	display: block;
	margin: 1em 0 0 0;
	padding-left: 1em;
	text-indent: -1em;
	color: #555;
	line-height: 1.6;
}
.program-annotation-panel p.note b {
	color: #ff0000;
	font-weight: bold;
	padding: 0 0.2em 0 0.2em;
}
.program-annotation-panel-body p a {
	color: #ff0000;
	text-decoration: underline;
}
.program-annotation-panel-body ul,
.program-annotation-panel-body ol {
	padding-left: 2em;
}
.program-annotation-panel-body li {
	padding-bottom: 0.5em;
}
.program-annotation-panel.bg-p {
	margin: 0 auto;
	background-color: #fffafa;
	border: 1px solid #ffcccc;
}

/* =====================================================
   臨時スタイル
===================================================== */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.sp,.tab,.tab-only {
	display: none;
}
.border-b{
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	padding-bottom: 4px;
}
.border-t{
	border-top: 1px solid #ddd;
	margin-top: 12px !important;
	padding-top: 10px !important;
}
.noborder{
	border: 0 !important;
}
.ib{
	display: inline-block;
}
.red {
	color: #ff0000 !important;
}
.center {
	text-align: center !important;
}
.float-r {
	width: auto;
	float: right !important;
}
.float-l {
	width: auto;
	float: left !important;
}
.float-n {
	float: none !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt45 {
	margin-top: 45px !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;
}
.mb45 {
	margin-bottom: 45px !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;
}
.w50{
	width: 50% !important;
}
.w100{
	width: 100% !important;
}
.fnormal{
	font-weight: normal !important;
}
.tbs{
	color: #666;
	margin-bottom: 1em !important;
}
.contents .x-small{
	font-size: x-small;
}
.contents .small{
	font-size: small;
}
.contents .large{
	font-size: large;
}
.contents .x-large{
	font-size: x-large;
}
.f10{
	font-size: 1rem !important;
}
.f11{
	font-size: 1.1rem !important;
}
.f12{
	font-size: 1.2rem !important;
}
.f13{
	font-size: 1.3rem !important;
}
.f14{
	font-size: 1.4rem !important;
}
.f18{
	font-size: 1.8rem !important;
}
.f20{
	font-size: 2rem !important;
}
.f150{
	font-size: 150%;
}
.f125{
	font-size: 125%;
}
.f80{
	font-size: 80%;
}
.f50{
	font-size: 50%;
}

/* =====================================================
   色設定欄
　（色替えの調整をしやすいように色関係の設定をまとめていますが、
　　ここに書いていると作業しづらい要素については、この欄から削除してください）
===================================================== */
a:link {color: #0aa7f3;}
a:visited {color: #0aa7f3;}
a:hover {color: #0aa7f3;}

.wrapper{
	background-color: #ffffff; /*全体背景色*/
}
#header nav {background: #0065d6;}/*#001580*/
.date-info{background: #015abf;}

#header.image { /* 画像版h1用 */
	background:#fff url(bg_header.jpg) no-repeat center;
  background-size: cover;
}

.contents {background-color: transparent;}
#overview > h2::before {content:""; display:inline-block; width:1em; height:1em; padding-right:0.4em; margin-bottom:-0.1em; background:url(list.svg) no-repeat; background-size:contain;}
#program > h2::before {content:""; display:inline-block; width:1em; height:1em; padding-right:0.4em; margin-bottom:-0.1em; background:url(clock.svg) no-repeat; background-size:contain;}
#entry > h2::before {content:""; display:inline-block; width:1em; height:1em; padding-right:0.4em; margin-bottom:-0.1em; background:url(edit.svg) no-repeat; background-size:contain;}
#inquiry > h2::before {content:""; display:inline-block; width:1em; height:1em; padding-right:0.4em; margin-bottom:-0.1em; background:url(help-circle.svg) no-repeat; background-size:contain;}
.contents h3 {color:#015abf;}

.overview dl {background:#fff; border-bottom: 1px solid #d1d3d6;}
.overview dl:first-child{border-top: 1px solid #d1d3d6;}
.overview div.sponsor + dl{border-top: 1px solid #d1d3d6;}
.overview dt {color: #575757;background: #f2f3f4;}

.program dt > div {background: #001580;}
.col01 dt.time {width:50%;}
dt.time span {color:#fff;}
.program dd h3 {color:#001580;border-color: #001580;}
.button a {color: #001580;border: 2px solid #001580;}
.button a:hover { color: #fff;background: #001580;}

.label {background: #015abf; color: #fff;}
.label.K {background: #013673; color: #fff;}
.label.A {background: #014ea6; color: #fff;}
.label.B {background: #0166d8; color: #fff;}
.label.C {background: #0f7ffe; color: #fff;}

dt.label.A div {background: #014ea6; color: #fff;}
dt.label.B div {background: #0166d8; color: #fff;}
dt.label.C div {background: #0f7ffe; color: #fff;}

/* お申し込みボタン */
.button-entry a {color: #fff;background: #0065d6;}/*#001580*/
.button-entry input[type="submit"] {color: #fff;background: #001580;}
.annotation {border: 3px solid #333;}

a.button-inquiry {color: #fff;background: #001580;}
a.button-inquiry:hover {opacity:.8;}
#footer{background-color:#fff; border-top: 3px solid #001580;}

/* ポップアップ */
.mfp-content .detail .seminar-title{background: #001580;}
.mfp-content .detail .property{background: #e3f0fe;}
.mfp-content .detail .shoulder{color: #001580;border-bottom: 1px solid #001580;}
.mfp-content .detail .speaker,
.mfp-content .detail p.speaker{border-left: none;}

/* page top */
.pagetop a {background: #001580;}

/* プレゼントなど枠 */
.contents .box2 {background-color: #f9fcff; border:#0065d6 solid 6px;}
.color{color:#0065d6;}

/* お申し込み注意事項枠 アコーディオン開閉＋ */
.annotation-inner summary::before,
.annotation-inner summary::after {
	background-color: #001580;
}

/* 固定fixed-btmの上部*/
#footer{
	padding-bottom: 120px;
}
/*お申し込み checklist用padding調整*/
#footer.checkafter{
	padding-bottom: 220px;
}
/*お申し込み multi用padding調整*/
#footer.multiafter{
	padding-bottom: 180px;
}

/*プレゼント画像あり*/
.box-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-inner .text{
  width: calc(100% - 150px)
}
.box-inner .cover{
  width: 120px;
}
.box-inner .cover img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px){
  .box-inner .text{
    width: 100%;
  }
  .box-inner .text p br{
    display: none;
  }
  .box-inner .cover{
    margin: 10px auto 0;
  }
}