@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 {
  color: #575757;
  font-family: -apple-system, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-family: -apple-system, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  outline: none;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  background-color: transparent;
}


/* =====================================================
   ヘッダー
===================================================== */
#header {
  margin: 0;
  padding: 0;
}

#header nav {
  background: #323078;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
  color: #fff;
  height: 28px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1000;
}

#header nav ul {
  display: flex;
  height: 2em;
  justify-content: center;
  margin: 0 auto;
  max-width: 836px;
  padding: 0;
  text-align: center;
  width: 100%;
}

#header nav ul li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: table-cell;
  height: 2em;
  list-style: none;
  margin: 0 0 0 0;
  padding: .2em 2em 0 2em;
  width: 33.333%;
}

#header nav ul li a {
  display: block;
  text-decoration: none;
}

#header nav ul li.hloverview a::before {
  background: url(list_w.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.2em;
  padding-right: .4em;
  width: 1em;
}

#header nav ul li.hlprogram a::before {
  background: url(clock_w.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.2em;
  padding-right: .4em;
  width: 1em;
}

#header nav ul li.hlentry a::before {
  background: url(edit_w.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.2em;
  padding-right: .4em;
  width: 1em;
}

#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 {
  display: block;
  margin: auto;
  text-align: center;
  width: auto;
}

#header p {
  margin: 0;
  padding: 0;

/*色設定欄参照
	background:#e6e6e6 url(bg_header.png) repeat-x;
	border-top:1px solid #d0d0d1;
	border-bottom:1px solid #d0d0d1;
	*/
  text-align: center;
}

#header img {
  height: auto;
  text-align: center;
  vertical-align: bottom;
  width: auto;
}

/* 画像版h1用 */
#header.image {
  /*色設定欄参照
	border-top: 7px solid #00599f;
	background:#e6e6e6 url(bg_header.png) repeat-x;
	*/
}
#header.image h1 {
  padding: 0;
}

#header h1 img.sphimg {
  display: none;
}


/* =====================================================
   日時会場情報
===================================================== */
.date-info {
  background: #323078;
  padding: 1em;
  text-align: center;
}

.date-info .date-inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 836px;
  width: 100%;
}

.date-info .date-inner div {
  margin: 0 4em 0 0;
  max-width: 670px;
  text-align: left;
  width: auto;
}

.date-info p.didate {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -.02em;
  margin: .2em 0 .6em 0;
}

.date-info p.didate span {
  display: inline-block;
  font-size: 1.4em;
  letter-spacing: 1px;
}

.date-info p.didate span.diweek {
  font-size: 1.2em;
  margin-left: -.3em;
}

.date-info p.divenue {
  color: #fff;
  font-size: 1.2em;
}

.date-info .date-inner dl {
  max-width: 836px;
  text-align: center;
}

.date-info dt {
  border: 2px solid #fff;
  color: #fff;
  margin: .4em 0 .5em 0;
  padding: .5em;
  width: calc(100% - 1.1em);
}

.date-info dd {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  width: 100%;
}

.date-info dd span.difee {
  color: #fff;
  font-size: 1.8em;
  padding: 0;
}

/* =====================================================
   リード
===================================================== */
.lead {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 836px;
  padding: 70px 0;
}

.lead p.catch {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.2em;
  text-align: center;
}

.lead p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: .8em;
}

.lead p:last-child {
  margin-bottom: 0;
}

.lead br.sp {
  display: none;
}

/* =====================================================
   セクション基本形
===================================================== */
.contents {
  background: #ededed;
  margin: 0 auto;

/*色設定欄参照*/
  max-width: 836px;

/*padding: 30px 0;*/
  padding: 0 0;
}

.contents br.sp {
  display: none;
}

.contents .section {
  background-color: transparent;
  margin: 0 auto;
  max-width: 836px;

/*padding: 1.5em 0 3em 0;*/
  padding: 1em 0 1em 0;
}

.contents .section:last-child {
  padding: 1em 0 5em 0;
}

.contents .section > h2 {
  color: #3d3d3d;
  font-size: 2.2em;
  line-height: 1;
  margin: 0 auto;
  padding: .5em 0;
  text-align: center;
  /*色設定欄参照*/
}

.contents .section > h2 + div {
  margin: 0 auto;
  max-width: 836px;
  padding-top: 1.5em;
}

.contents .section > h3 {
  border-bottom: 1px dotted #dbdbdb;
  font-size: 1.2em;
  margin: 10px 0 10px 0;
  padding: 0 0 5px 0;
  /*色設定欄参照*/
}

.contents .section > .pad {
  padding: 0;
}

.contents .section p {
  line-height: 1.5;
}

/* =====================================================
   開催概要
===================================================== */
.contents div.overview {
  border-collapse: collapse;
  height: 100%;
  line-height: 2;
  margin: 40px;
  width: auto;
}

.contents div.overview.col01 dl, .contents div.overview.col01 .sponsor {
  margin: 0 auto;
  max-width: 836px;
}

/* dl */
.contents div.overview dl {
  border-bottom: 1px solid #dbdbdb;
  clear: both;
  display: table;
  margin: 0 auto;
  width: 100%;
}

.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 {
  color: #fff;
  display: table-cell;
  font-size: 1.2em;
  font-weight: bold;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 10em;
}

/* dd */
.contents div.overview dd {
  display: table-cell;
  font-size: 1.2em;
  height: 100%;
  padding: 1em;
  vertical-align: middle;
  width: auto;
}

.contents div.overview dd p {
  margin: .5em 0;
}

.contents div.overview dd ul li {
  display: inline-block;
  list-style: none;
}

.contents div.overview dd ul + p.note {
  margin-top: 1.5em;
}

.contents div.overview dd span.location {
  display: block;
  margin: .5em 0;
}

.contents div.overview dd.date span {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -.01em;
}

.contents div.overview dd.date .time {
  font-size: .9em;
  margin: .5em 0 0 0;
}

.contents div.overview dd span {
  display: inline-block;
}

.contents div.overview dd .note {
  display: block;
  font-size: 84%;
  margin: .5em 0;
  padding-left: 1em;
  text-indent: -1em;
}

.contents div.overview dd.date .note {
  font-size: .9rem;
  font-weight: normal;
}

.contents div.sponsor {
  display: block;
  margin: 0 auto;
  padding: 1.5em;
  text-align: center;
  width: calc(100% - 3em);
}

.contents ul.sponsor-list {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contents div.overview dd ul.sponsor-list {
  /* 開催概要dd内の時左揃え*/
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.contents ul.sponsor-list li {
  list-style: none;
  padding: 0 .5em;
  text-align: center;
  width: auto;
}

.contents ul.sponsor-list li img {
  /*max-height: 140px*/
  max-height: 100px;
}

/* =====================================================
   プログラム
===================================================== */
.contents div.program {
  /*border-collapse:collapse;*/
  border-collapse: separate;
  border-spacing: 0;
  height: 100%;
  margin: 2.8em 0 0 0;
  table-layout: fixed;
  width: 100%;
  /*一部環境で不具合あり。autoがよいかも*/
}

.contents div.program.col02 {
  margin: 0 auto;
  max-width: 836px;
}

/* dl */
/*.contents div.program tr*/
.contents div.program dl {
  margin-bottom: 40px;
}

.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 {
  /*padding: 0 0 .5em 0;*/
  font-size: 1.5em;
  font-weight: bold;
  height: auto;
  padding: 0 0 .8em 0;
  text-align: center;
  width: auto;
}

.contents div.program dt.time {
  width: 100%;
}

.contents div.program dt > div {
  border-radius: 1.2em;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
  display: table;
  height: 100%;
  width: 100%;
  /*色設定欄参照*/
}

.contents div.program dt > div > span {
  color: #fff;
  display: table-cell;
  height: 100%;
  padding: .5em 0;
  vertical-align: middle;
  width: 100%;
  /*色設定欄参照*/
}

.contents div.program dt > div > span::before {
  background: url(clock_w.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.1em;
  margin-right: .4em;
  width: 1em;
}

/* dd */
.contents div.program dd {
  border: 1px solid #dbdbdb;

/*padding: 10px 40px 10px 40px;*/
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1);
  padding: 40px;
  vertical-align: top;
}

.contents div.program dd.off {
  background: #eee;
}

.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 {
  clear: both;
  content: "";
  display: block;
}

/* プログラム - h3 */
.contents div.program dd h3 {
  border-bottom: 1px solid #000;
  font-size: 1.2em;
  margin: .5em 0 .5em 0;
  padding: 0 0 .8em 0;
}

.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 {
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
}

.contents div.program dd input {
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}

.contents div.program dd input[type=checkbox] {
  display: inline-block;
  height: 24px;
  margin-right: .8em;
  margin-top: -5px;
  vertical-align: middle;
  width: 24px;
}

.contents div.program dd .status {
  color: #f22;
  display: inline-block;
  font-weight: bold;
}

.contents div.program dd span.label {
  font-size: 1em;
}

.contents div.program dd span.label {
  font-size: 1em;
  padding: .5em .8em;
}

.contents div.program dd span.text {
  font-size: 1em;
}

/* プログラム - h4 */
.contents div.program dd h4 {
  color: #333;
  font-size: 1.4em;
  padding-top: .5em;
}

.contents div.program dd h4::after {
  border-bottom: solid 1px #ddd;
  content: "";
  display: block;
  height: 1px;
  margin: 0;
  padding: 0 0 .5em 0;
  width: 100%;
}

.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;
  font-size: .9em;
  font-weight: normal;
  line-height: 1.7;
  margin: 0 0 0 0;
}

.contents div.program dd h4 .subtitle {
  display: block;
  margin: .3em 0;
}

.contents div.program dd h4.noline::after {
  border-bottom: none;
}

/* プログラム - h5 */
.contents div.program dd h5, .mfp-content .detail h5 {
  font-size: 1.2em;
  margin-bottom: .5em;
}

/* プログラム - p */
.contents div.program dd p {
  font-size: 1.4em;
  line-height: 1.6;
  margin: .5em 0;
}

.contents div.program dd ul {
  list-style-type: none;
  margin: 6px 0 6px 0;
}

/* プログラム - 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 */




/* プログラム - summary */
.contents div.program dd .summary {
  margin: 10px 0;
}

/* プログラム - speaker */
.contents div.program dd .speakers {
  align-items: stretch;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}

.contents div.program dd div.speaker {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  font-size: .8em;
  line-height: 1.4;
  margin: 1.5em 20px .5em 0;
  width: calc(50% - 20px);
  word-break: break-all;
}

.contents div.program div.multi dl dd div.speaker {
  margin: 1.5em 0 .5em 0;
  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 .5em 20px;
}

.contents div.program dd div.speaker.emptdata:nth-child(even) {
  margin: .5em 0 .5em 0;
}

.speaker-inner {
  display: flex;
  overflow: hidden;
}

.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 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 {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: .4em;
}

.contents div.program dd.break .speaker span.name {
  padding-top: 0;
}

/* プログラム - profile */
.contents div.program dd .profile:before, .mfp-content .detail .profile:before {
  color: #222;
  content: "《プロフィール》";
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.contents div.program .multi {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  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 {
  font-size: 1.2em;
  margin: 0 auto 0;
  margin-top: auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.contents div.program dd div.speaker.psn01 .button {
  margin-left: 0;
  width: calc(50% - 20px);
}
.contents div.program dd .detail-area {
  overflow: hidden;

/* 複数名の時の全体詳細ボタン */
  width: 100%;
}
.contents div.program dd .detail-area .button {
  margin-left: 0;
  width: calc(50% - 20px);
}
.contents div.program .multi dl dd .detail-area .button {
  margin-left: 0;
  width: 100%;
}
.contents div.program dd .detail-area .button a {
  font-size: .8em;
}

.contents div.program div.multi dd div.speaker.psn01 .button {
  width: 100%;
}

.contents div.program dd .button a {
  background: #fff;
  border: 2px solid #000;
  border-radius: .25em;
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .1));
  font-weight: bold;
  padding: .5em;
  text-decoration: none !important;
  width: auto;
  ;
}

.contents div.program div.multi dd div.speaker.psn01 .button a {
  width: 100%;
}

.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 {
  padding-top: 10px;
}

.contents div.program ul.panelist, .mfp-content .detail ul.panelist {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 0;
}

.contents div.program ul.panelist li, .mfp-content .detail ul.panelist li {
  float: left;
  margin: 4px 15px 0 0;
  padding-bottom: 3px;
  width: 125px;
}

.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;
}

/* =====================================================
   label用設定
===================================================== */
/* span */
span.label {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin: 3px 5px 3px 0;
  padding: 1px 10px;
  /*色設定欄参照*/
}

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 {
  border-radius: 0;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
  display: table;
  height: 100%;
  width: 100%;
}

.contents div.program dt.track > div > span::before {
  background: none;
  margin-right: -.4em;
}

.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 {
  color: #666;
  font-size: 90%;
  line-height: 1.5;
  margin: 10px 10px;
  padding-bottom: 0;
  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 {
  color: #ef0000;
  font-weight: normal;
}

/* プログラム下部用の注記（ul.program-notes） */
.contents .program-notes {
  border-bottom: dashed 1px #dbdbdb;
  border-top: dashed 1px #dbdbdb;
  list-style-type: none;
  margin: 10px 0;
  padding: 10px 10px;
}

.contents .program-notes li {
  color: #333;
  font-size: 90%;
  line-height: 1.5;
  margin: 2px 0;
  padding-left: 1em;
  text-indent: -1em;
}

/* ご希望の講演を選択してください。 */
.contents .attention {
  color: #f00;
  margin: 20px 10px;
}

/* =====================================================
   申し込みボタン欄
===================================================== */
/* お申し込み注意事項 */
#entry .annotation {
  background-color: #f7f7f7;
  border: 2px solid;

/*色設定欄参照*/
  margin: 0 auto 2em auto;
  max-width: 836px;
  padding: 1.5em;
}

#entry .annotation p {
  font-size: 90%;
  line-height: 1.7;
  text-align: left;
}

/* お申し込みボタン */
.contents #entry div.button input[type="submit"] {
  background: #000;
  border-radius: .3em;

/*色設定欄参照*/
  color: #fff;
  cursor: pointer;
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto;
  margin: 0 auto;
  max-width: 836px;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.contents #entry div.button input[type="submit"].disable {
  background: #999;
  pointer-events: none;
  position: relative;
}

.contents #entry div.button input[type="submit"].disable::after {
  bottom: 30px;
  color: #f00;
  content: "選択してください";
  font-size: 30px;
  position: absolute;
}

#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: .8;
}

/* お申し込みボタン - entry - */


#entry .button ul li.entry.disable {
  background: url(btn_entry_disable.png) center top no-repeat;
  height: 86px;
}

#entry .button ul li.entry.disable input {
  display: none;
}

/* お申し込みボタン - nid - */


/* お申し込みボタン - clear - */
#entry .button p.clear {
  display: none;
  margin-top: 20px;
}

.info h5 {
  display: block;
  font-size: 1.2em;
  margin: 3em auto .5em;
  max-width: 836px;
  padding: 0 2em;
}

.info ul {
  display: block;
  font-size: 1em;
  margin: 0 auto;
  max-width: 836px;
  padding: .5em 2em 0 2em;
}

.info ul li {
  line-height: 1.7;
  list-style: none;
  padding-bottom: .5em;
}

.info ul li:last-child {
  padding-bottom: 0;
}

/* =====================================================
   受付終了欄
===================================================== */
.entry-close {
  background: #fff0f3;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
}

.entry-close p {
  color: #f00000;
  font-size: 1.2em;
}

.entry-close p.to-index {
  line-height: 20px;
  margin-top: 10px;
}

.entry-close br.sp {
  display: none;
}

/* =====================================================
   お問い合わせ
===================================================== */
.contents #inquiry div div {
  background: #f7f7f7;
  display: block;
  margin: 0 auto;
  max-width: 836px;
  padding: 4em;
  text-align: center;
}

.contents #inquiry p {
  font-size: 1.3em;
  margin-bottom: 1.5em;
}

.contents #inquiry p span {
  margin-left: 1em;
}

.contents #inquiry a.button {
  background: #000;
  border-radius: .3em;
  color: #fff;
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  padding: .5em;
  text-decoration: none;
  width: 418px;
  ;
}

/* =====================================================
   フッター
===================================================== */
#footer {
  border-top: 3px solid;

/*色設定欄参照*/
  padding: 30px;
}

#footer p {
  font-size: 90%;
  text-align: center;
}

#footer img {
  margin: 0 20px;
  vertical-align: middle;
}

#footer p:nth-child(2) {
  margin-top: 1.2em;
}

/* =====================================================
   その他の要素
===================================================== */
/* 汎用ボックス */
.contents .box {
  border: #ccc dotted 2px;
  margin: 20px 0;
  padding: 10px 20px;
}

/* =====================================================
   臨時スタイル
===================================================== */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.red {
  color: #f00 !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;
}

.pt20 {
  padding-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;
}

.pb20 {
  padding-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 {
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 640px;
  overflow: hidden;
  padding-bottom: 1em;
  position: relative;
}

.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.1em;
  line-height: 1.5;
  margin: .5em 0;
}

.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 {
  background: #555;

/*色設定欄参照*/
  color: rgba(255, 255, 255, .8);
  font-size: 90%;
  line-height: 1.5;
  margin: 0 !important;
  padding: 10px 40px 10px 20px;
}

.mfp-content .detail > .pad {
  padding: 10px 27px 10px 27px;
}

/* property */
.mfp-content .detail .property {
  background: #ddd;
  font-weight: bold;
  line-height: 2em;
  margin: 10px -7px 15px -7px;
  padding: 10px 15px;
  /*色設定欄参照*/
}

.mfp-content .detail .track {
  background: #323078;
  color: #fff;
  margin: .5em 0 0 0;
  padding: 0 .8em 0 .8em;
  /*色設定欄参照*/
}

.mfp-content .detail .time {
  font-size: 1.2em;
  margin-right: 10px;
}

.mfp-content .detail .status {
  color: #f22;
  display: inline-block;
  margin-right: 10px;
}

.mfp-content .detail span.label {
  margin: 4px 10px 4px 0;
}

/* shoulder = プログラム欄のh3相当 */
.mfp-content .detail .shoulder, .mfp-content .detail p.shoulder {
  border-bottom: 1px solid #000;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 .5em 0;
  padding: 1em 0 1em 0;
  padding-left: 0;
  /*色設定欄参照*/
}

.mfp-content .detail span.shoulder {
  color: #000;
}

.mfp-content .detail .shoulder.noline {
  border-bottom: none;
  margin: 15px 0 0 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* title = プログラム欄のh4相当 */
.mfp-content .detail .title {
  border-bottom: solid 1px #ddd;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 1.2em 0;
  padding-bottom: .5em;
}

.mfp-content .detail .title span {
  font-size: 90%;
}

.mfp-content .detail .title .shoulder {
  border: none;
  display: block;
  font-weight: normal;
  padding: 0 0 0 0;
}

.mfp-content .detail .title .subtitle {
  display: block;
  margin-top: .2em;
}

/* photo */
.mfp-content .detail .photo {
  float: none;
  margin: 0 0 10px 0;
  overflow: initial;
  padding: 0 20px 0 0;
}

.mfp-content .detail .photo.right {
  float: right !important;
  padding: 4px 10px 0 15px !important;
}

.mfp-content .detail .photo.left {
  float: left !important;
  margin: 0 0 5px 0;
  padding: 0 15px 0 5px !important;
}

.mfp-content .detail .photo img {
  height: auto;
  width: auto;
}

/* speaker */
.mfp-content .detail .speaker {
  border-left: none;
  font-size: .8em;
  line-height: 1.4;
  line-height: 1.45;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  /*色設定欄参照*/
}

.mfp-content .detail .speaker .name {
  display: flex;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: .4em;
}

.mfp-content .detail .speaker ul {
  list-style-type: none;
  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 {
  margin: 10px 5px;
}



/* summary */
.mfp-content .detail .summary {
  clear: both;
}

/* profile */
.mfp-content .detail .profile {
  line-height: 1.5;
  margin: 15px 0 10px 0;
}

/* =====================================================
   オンラインセミナー　告知事項
===================================================== */
.lead .program-annotation-panel {
  border: 1px solid #f00;
  color: #f00;
  margin-top: 2em;
  text-align: center;
}

.lead .program-annotation-panel p {
  color: #f00;
  line-height: 1.7em;
}

.lead .program-annotation-panel p.note {
  color: #555;
  display: block;
  font-size: 1.2em;
  line-height: 1.6;
  margin: 1em 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.lead .program-annotation-panel p.note b {
  color: #f00;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 .2em 0 .2em;
}

.lead .program-annotation-panel-body p {
  margin-bottom: 0;
}

.lead .program-annotation-panel-body p a {
  color: #f00;
  text-decoration: underline;
}

.program-annotation-panel-body p {
  margin-bottom: 1em;
}

.program-annotation-panel-body ul, .program-annotation-panel-body ol {
  padding: 0;
}

.program-annotation-panel-body ol {
  margin-left: 16px;
}

.program-annotation-panel-body li {
  padding-bottom: 1em;
}

.program-annotation-panel {
  background-color: #fffafa;
  border: 1px solid #fcc;
  margin: 0 auto 2em auto;
  padding: 1.5em;
}

.viewing .program-annotation-panel {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  max-width: 836px;
  padding: 2em 3em;
  width: auto;
}

.program-annotation-panel-title {
  color: #000;
  font-size: 1em;
  font-weight: bold;
}

.program-annotation-panel-body p {
  margin-bottom: 1em;
}

.contents .section p {
  font-size: 1em;
  line-height: 1.8;
}

.program-annotation-panel-body {
  color: #000;
  font-size: 1em;
  line-height: 1.8;
}

.program-annotation-panel-body p:last-child {
  margin-bottom: 0;
}

.contents .program-annotation {
  margin-top: 20px;
}
.contents .program-annotation p {
  font-size: 1rem;
  margin-bottom: .5em;
}

.vcubesupp {
  border-top: 1px dotted #ccc;
  display: block;
  margin-top: 1em;
  padding: 1em;
}

/* page top */
html {
  scroll-behavior: smooth;
}

.pagetop {
  bottom: 0;
  justify-content: space-around;
  position: fixed;
  right: 0;
}

.pagetop a {
  background: #323078;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}

.pagetop a img {
  padding: 10px;
}

.pagetop a:hover {
  background: rgba(0, 0, 0, .8);/*色設定欄*/
}

.contents div.program dt > div > span.calender {
  color: #fff;
  display: table-cell;
  height: 100%;
  padding: .5em 0;
  vertical-align: middle;
  width: 100%;
  /*色設定欄参照*/
}

.contents div.program dt > div > span.calender::before {
  background: url(calendar_w.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.1em;
  margin-right: .4em;
  width: 1em;
}

.h3_time {
  background: #323078;
  border: 1px solid #323078;
  border-radius: .3em;
  color: #fff!important;
  display: inline-block;
  height: auto;
  margin-top: 1em!important;
  padding: .5em 1.2em!important;
  vertical-align: middle;
  width: auto;
}

h3 label {
  background: #e9e8ff;
  border-radius: .3em;
  display: block;
  padding: .5em 1em;
  width: calc(100% - 2em);
}

dd.date .sche span {
  font-size: 1em!important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
}

/* =====================================================
   色設定欄
　（色替えの調整をしやすいように色関係の設定をまとめていますが、
　　ここに書いていると作業しづらい要素については、この欄から削除してください）
===================================================== */
a:link {
  color: #323078;
  word-break: break-all;
}
a:visited {
  color: #030224;
}
a:hover {
  color: #0d07b5;
}

#header p {
  background: #000004;
  border-bottom: 1px solid #d0d0d1;
  border-top: 1px solid #d0d0d1;
}
#header.image {
  /* 画像版h1用 */
  background: #1b184e;
}

#header h1 {
  background: #1a184e;
}

#header h1.pchimg {
  background: #1a184e;
  overflow: hidden;
}

#header h1 img.pchimg {
  height: 480px;
  object-fit: cover;
  width: 100%;
}

.contents {
  background-color: transparent;
}
.contents .section#overview > h2 {
  background: url(list.svg) left 50% no-repeat;
  background-color: transparent;
  background-size: 1em;
  text-align: center;
  width: 7em;
}
.contents .section#program > h2 {
  background: url(clock.svg) left 50% no-repeat;
  background-color: transparent;
  background-size: 1em;
  text-align: center;
  width: 8em;
}
.contents .section#entry > h2 {
  background: url(edit.svg) left 50% no-repeat;
  background-color: transparent;
  background-size: 1em;
  text-align: center;
  width: 8em;
}
.contents .section#inquiry > h2 {
  background: url(help-circle.svg) left 50% no-repeat;
  background-color: transparent;
  background-size: 1em;
  text-align: center;
  width: 9em;
}
.contents .section > h3 {
  color: #323078;
}

.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 {
  background: #f2f3f4;
  color: #575757;
}
.contents div.overview dd a:link {
  color: #323078;
}
.contents div.overview dd a:visited {
  color: #323078;
}
.contents div.overview dd a:hover {
  color: #4442cb;
}

.contents div.program dt > div {
  background: #323078;
}
.contents div.program.col02 dt.time {
  margin-top: -28px;
  padding-top: 28px;
  width: 50%;
}
.contents div.program.col02 div.multi dt.time {
  width: 100%;
}
.contents div.program dt.time span {
  color: #fff;
}
.contents div.program dd h3 {
  border-bottom: 1px solid #323078;
  color: #323078;
}
.contents div.program dd .button a:link {
  border: 2px solid #323078;
  color: #323078;
}
.contents div.program dd .button a:visited {
  border: 2px solid #323078;
  color: #323078;
}
.contents div.program dd .button a:hover {
  background: #323078;
  color: #fff;
}

span.label {
  background: #323078;
  color: #fff;
}
span.label.K {
  background: #e9e8ff;
  color: #323078;
}
span.label.A {
  background: #014ea6;
  color: #fff;
}
span.label.B {
  background: #0166d8;
  color: #fff;
}
span.label.C {
  background: #4442cb;
  color: #fff;
}
.mfp-content .detail .track {
  background: #323078;
  color: #fff;
}

.contents div.multi dt.track div.label.A {
  background: #014ea6;
  color: #fff;
}
.contents div.multi dt.track div.label.B {
  background: #0166d8;
  color: #fff;
}
.contents div.multi dt.track div.label.C {
  background: #4442cb;
  color: #fff;
}

/* お申し込みボタン */
.contents #entry div.button input[type="submit"] {
  background: #323078;
  color: #fff;
}
.contents #entry div.button input[type="submit"]:link {
  background: #323078;
  color: #fff;
}
.contents #entry div.button input[type="submit"]:visited {
  background: #323078;
  color: #fff;
}
.contents #entry div.button input[type="submit"]:hover {
  background: #4442cb;
  color: #fff;
}
.contents #entry .annotation {
  border: 3px solid #323078;
}

.contents #inquiry a.button {
  background: #323078;
  color: #fff;
}
.contents #inquiry a.button:link {
  background: #323078;
  color: #fff;
}
.contents #inquiry a.button:visited {
  background: #323078;
  color: #fff;
}
.contents #inquiry a.button:hover {
  background: #4442cb;
  color: #fff;
}
#footer {
  border-top: 3px solid #323078;
}

/* ポップアップ */
.mfp-content .detail .seminar-title {
  background: #323078;
}
.mfp-content .detail .property {
  background: #e3f0fe;
}
.mfp-content .detail .shoulder {
  border-bottom: 1px solid #323078;
  color: #323078;
}
.mfp-content .detail p.shoulder {
  border-bottom: 1px solid #323078;
  color: #323078;
}
.mfp-content .detail .speaker, .mfp-content .detail p.speaker {
  border-left: none;
}

/* page top */
.pagetop a {
  background: #142acc;
  opacity: .5;
}

.pagetop a:hover {
  background: #0d1b85;
  opacity: .8;
}

/* 開催月アンカーリンク */
.monthbtn {
  margin: 1em auto;
}

.monthbtn ul {
  display: flex;
}

.monthbtn ul li {
  background-color: #0a2e70;
  border-radius: 6px;
  color: #ccc;
  flex-basis: calc(100% - 20px);
  font-size: .8em;
  list-style: none;
  margin: 0 10px;
  padding: 5px 0;
  text-align: center;
}

.monthbtn ul li a:hover {
  opacity: .8;
}

.monthbtn ul li a {
  color: #fff;
  display: grid;
  height: 100%;
  place-items: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}

/* 開催月アンカーリンク 戻し */
.monthbtn {
  font-size: 16px;
  margin: 1em auto;
}

.monthbtn ul {
  display: flex;
}

.monthbtn ul li {
  background-color: #0a2e70;
  border-radius: 6px;

/* flex-basis: calc(100% - 20px); */
  flex-basis: 25%;
  list-style: none;
  margin: 0 10px;
  max-width: 100%;
  padding: 5px 0;
  text-align: center;
}

.monthbtn ul li:hover {
  opacity: .8;
}

.monthbtn ul li a {
  color: #fff;
  display: block;
  height: 100%;

/* padding: 0.4em; */
  padding: .4em 0;
  text-decoration: none;
  width: 100%;
}

.monthbtn ul li a span {
  color: #fd4545;
  font-size: .9em;
}

.contents #program #anc2101 div.property {
  padding: 0 0 .5em 0;
}

.contents .section p.manual-txt {
  font-size: 18px;
  padding: 15px 10px 10px;
}

.program-annotation.viewing {
  padding: 0 11px;
}

.indent1 {
  padding-left: 1.25em;
  text-indent: -1.125em;
}
.contents div.program dl.session dd span.label .sp {
  display: none;
}
.contents div.program dl.session dd span.label {
  border-radius: .2em;
  display: block;
  font-size: 1.4em;
}

/* =====================================================
	Amazonギフト券
===================================================== */
.program-annotation-panel2 {
  /* background-color: #eafaf6; */
  border: 6px solid #00c0fd;
  margin: 2em auto 1em;
  padding: 1.5em 1em .5em;
}

.program-annotation-panel-body p.txtc-large {
  color: #010452;
  font-feature-settings: "palt";
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  line-height: 2;
  margin-bottom: .5em;
}

.program-annotation-panel2 ul {
  display: inline-block;
  font-weight: bold;
  list-style: none;
  max-width: 726px;
  padding-left: 0;
  text-align: left;
}

.program-annotation-panel2 ul li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.theme-display-none {
  display: none;
}

.contents div.program dd p.full {
  background: #f00000;
  border-radius: .2em;
  color: #fff;
  font-size: 1.2em;
  margin: 0 3px 40px 0;
  padding: .5em .8em;
}

.position-relative {
  position: relative;
}

.announcement {
  align-items: center;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: announcement;
  background-color: #fa0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px !important;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  left: -110px;
  line-height: 1.2 !important;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
}

@keyframes announcement {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}