@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 {
  font-family: sans-serif;
  font-size: .625em;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #ededed;
  color: #575757;
  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;
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  ;
}

hr {
  background-color: #fff;
  box-sizing: border-box;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}

.wrapper {
  background-color: #336;
}
a {
  word-break: break-all;
}
img {
  border: 0;
}

/* =====================================================
   ヘッダー
===================================================== */

.logo-short {
  background-color: #fff;
}

.logo-short figure {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: min(1250px, 96%);
}

#header {
  margin: 0;
  padding: 0;
}
.header-nav {
  background: #1b2075;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
  color: #fff;
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: sticky;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header-nav ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 836px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.header-nav ul li {
  border-left: 2px solid #fff;
  display: table-cell;
  font-size: 1.4rem;
  line-height: 28px;
  list-style: none;
  margin: 0 0;
  padding: 0 2em;
  width: 100%;
}

.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: -.1em;
  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: -.1em;
  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: -.1em;
  padding-right: .4em;
  width: 1em;
}
.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 .event-title {
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
  width: min(836px, 96%);
}

#header .event-title h1 {
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 30px 30px;
}

#header .event-title .sub {
  background-color: #69c;
  padding: 15px;
  text-align: center;
}

#header .event-title .date {
  margin: 0 auto;
}

#header .event-title .date.wide {
  width: min(800px, 90%);
}

#header .event-title .date img {
  box-sizing: border-box;
}

#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;
  max-width: 100%;
  vertical-align: bottom;
}
/* 画像版h1用 */
#header.image {
  /*色設定欄参照
	border-top: 7px solid #00599f;
	background:#e6e6e6 url(bg_header.png) repeat-x;
	*/
}


/* =====================================================
   日時会場情報
===================================================== */
.date-info {
  background: #1b2075;
  padding: 10px 15px 15px;
  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: 10px 40px 0 0;
  max-width: 540px;
  text-align: left;
  width: auto;
}
.date-info p.didate {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.date-info p.didate span {
  display: inline-block;
  font-size: 2.7rem;
  letter-spacing: 1px;
}
.date-info p.didate span.diweek {
  font-size: 2.2rem;
  margin-left: -.3em;
}
.date-info .divenue {
  color: #fff;
  display: flex;
  font-size: 1.7rem;
}
.date-info .divenue dd {
  flex: 1;
}
.date-info .difee {
  font-size: 1.5rem;
  max-width: 836px;
  text-align: center;
}
.date-info .difee dt {
  border: 2px solid #fff;
  color: #fff;
  line-height: 1;
  margin: 8px 0 5px 0;
  padding: 8px;
}
.date-info .difee dd {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}
.date-info .difee dd .difee-price {
  color: #fff;
  font-size: 2.8rem;
  padding: 0;
}

/* =====================================================
   リード
===================================================== */
.lead {
  margin: 60px auto 30px;
  max-width: 836px;
  padding: 0;
}
.lead p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 1em;
}
.lead p.catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.2em;
  text-align: center;
}
.lead p:last-child {
  color: #fff;
  margin-bottom: 0;
}

/* =====================================================
   セクション基本形
===================================================== */
.contents {
  margin: 0 auto;
  max-width: 836px;
  padding: 0 0;

/*色設定欄参照*/
  width: 100%;
}

.contents.contents-full {
  background-color: #fff;
  box-shadow: 0 3px 5.82px .18px rgba(0, 0, 0, .45);
  max-width: 100%;
  width: 100%;
}

.contents.contents-wide {
  margin: 0 auto;
  max-width: none;
  width: min(1250px, 90%);
}

.contents p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: .5em;
}
.contents .section {
  background-color: transparent;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  width: 100%;
}
.contents .section.section--backgrund-blue {
  background-color: #336;
}

.contents .section > h2 {
  color: #fff;
  font-size: 3.1rem;
  line-height: 1;
  margin: 0 auto;
  padding: .5em 0;
  text-align: center;
  /*色設定欄参照*/
}
.contents h3 {
  border-bottom: 1px dotted #999;
  font-size: 2rem;
  margin: 10px 0 10px 0;
  padding: 0 0 5px 0;
  /*色設定欄参照*/
}
.contents h4 {
  border-bottom: 1px dotted #999;
  color: #333;
  font-size: 1.8rem;
  margin: 10px 0 10px 0;
  padding: 0 0 5px 0;
}
.contents h5 {
  font-size: 1.6rem;
  margin: 5px 0 ;
  padding: 0 0;
}
.contents h6 {
  font-size: 1.5rem;
  margin: 5px 0 ;
  padding: 0 0;
}
.contents .pad {
  margin-top: 20px;
  max-width: 836px;
  padding: 0 0 0;
  width: 100%;
}
.contents.contents-wide .pad {
  max-width: 100%;
  width: 100%;
}

/* =====================================================
   開催概要
===================================================== */
.overview {
  border-collapse: collapse;
  box-shadow: 0 3px 5.82px .18px rgba(0, 0, 0, .45);
  height: 100%;
  line-height: 2;
}
.overview dl {
  height: 100%;
  margin: 0 auto;
  max-width: 836px;
}
/* dl */
.overview dl {
  border-bottom: 1px solid #dbdbdb;
  clear: both;
  display: table;
  margin: 0 auto;
  width: 100%;
}
.overview dl:first-child {
  border-top: 1px solid #dbdbdb;
}
.overview div.sponsor + dl {
  border-top: 1px solid #dbdbdb;
}
/* dt */
.overview dt {
  color: #fff;
  display: table-cell;
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 10em;
}
/* dd */
.overview dd {
  display: table-cell;
  font-size: 1.7rem;
  height: 100%;
  padding: 1em;
  vertical-align: middle;
  width: auto;
}
.overview dd p {
  margin: .5em 0;
}
.overview dd ul li {
  display: inline-block;
  list-style: none;
}
.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 {
  display: block;
  margin: 0 auto;
  max-width: 806px;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.contents .sponsor h3, .sponsor-title {
  background: #1b2075;
  border: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1em;
  padding: 10px 1em;
  text-align: center;
}
.contents .sponsor h3 span {
  font-size: 1.6rem;
  vertical-align: .1rem;
}
.contents .sponsor h3.title, .sponsor-title {
  border: none;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1em;
  text-align: center;
}
.contents .sponsor h3.platinum {
  background: #e3dfe7;
  color: #3c3057;
}
.contents .sponsor h3.gold {
  background: #fef5d8;
  color: #b18701;
}
.contents .sponsor h3.silver {
  background: #e8e8e8;
  color: #555;
}
.contents .sponsor h3.bronze {
  background: #fdddd3;
  color: #856c6c;
}
.sponsor-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.sponsor-list li {
  list-style: none;
  margin: 10px 15px 10px;
  text-align: center;
}
.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 {
  height: auto;
  max-width: 100%;
}
.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: 0;
}
.program {
  /*border-collapse:collapse;*/
  border-collapse: separate;
  border-spacing: 0;
  height: 100%;
  margin: 0 auto 0;
  max-width: 836px;
  table-layout: fixed;
  width: 100%;
  /*一部環境で不具合あり。autoがよいかも*/
}

.program.multiple-columns {
  column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  max-width: 100%;
  width: 100%;
}

.program.multiple-columns dl {
  align-items: stretch;
  background: #f0f0f0;
  box-sizing: border-box;
  display: flex; /* 内容の揃え用 */
  justify-content: center;
}

/* dl */
/*.contents div.program tr*/
.program dl {
  margin-bottom: 40px;
}
/* dt */
.program dt {
  font-size: 2.1rem;
  font-weight: bold;
  height: auto;
  padding: 0 0 11px 0;
  text-align: center;
  width: auto;
}
.program dt > div {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
  display: table;
  height: 100%;
  width: 100%;
  /*色設定欄参照*/
}

.program dd span.time {
  background-color: #b44091;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.program dt.time {
  width: 50%;
}
.program dt.time div {
  border-radius: 1.2em;
}
.program dt > div > span {
  color: #fff;
  display: table-cell;
  height: 100%;
  padding: .5em 0;
  vertical-align: middle;
  width: 100%;
  /*色設定欄参照*/
}
.program dt.time span::before {
  background: url(clock_w.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -4px;
  margin-right: 8px;
  width: 1em;
}
/* .program dd */
.program dd {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 3px 5.82px .18px rgba(0, 0, 0, .45);
  overflow: hidden;
  padding: 20px;
  vertical-align: top;
  width: 100%;
}

.program dd.break {
  padding: 10px 40px 10px 40px;
}

.program dd section {
  margin-top: 10px;
}
.program dd section:after, .program dd div:after {
  clear: both;
  content: "";
  display: block;
}
.program dd.off {
  background: #eee;
}
/* プログラム - property */
.program .property {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 5px;
}
.program .property span {
  display: inline-block;
  font-size: 1.6rem;
}
.status {
  color: #f22;
}
.program input[type=radio], .program input[type=checkbox] {
  height: 20px;
  margin: 5px 5px 0 0;
  vertical-align: top;
  width: 20px;
}
/* プログラム - h3 */
.program h3 {
  border-bottom: 1px solid #000;
  font-size: 1.7rem;
  margin: 10px 0 5px;
  padding: 0 0 10px 0;
}
.program h3 span {
  font-size: 85%;
}
.program h3.noline {
  border-bottom: 0;
  padding-bottom: none;
}
.program h3.nobody {
  margin-top: 12px;
  padding-bottom: 0;
}
/* プログラム - h4 */
.program dl h4 {
  border-bottom: solid 1px #ddd;
  color: #333;
  font-size: 1.9rem;
  margin: 0 0 4px 0;
  padding: 5px 0 8px;
}
.program h4.noline {
  border-bottom: 0;
  padding: 5px 0 0;
}
.program h4 span {
  font-size: 85%;
}
.program .shoulder {
  display: block;
  font-size: 90%;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 0 0;
}
.program h4 .subtitle {
  display: block;
  line-height: 1.5;
}
/* プログラム - h5 */
.program h5, .mfp-content .detail h5 {
  font-size: 1.3rem;
  margin-bottom: .5em;
}
.program .left {
  padding: 0 15px 0 0 !important;
}
.program .nofloat {
  padding: 0 !important;
}
/* プログラム - summary */
dd .summary {
  margin: 10px 0;
}
/* プログラム - speaker */
dd .speakers {
  align-items: stretch;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}
dd .speaker {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin: 15px 20px 0 0;
  width: calc(50% - 20px);
  word-break: break-all;
}
.speaker.emptdata, .break .speaker {
  margin: 10px 20px 0 0;
}
.speakers .speaker:nth-child(even) {
  margin: 15px 0 0 20px;
}
.speakers .speaker.psn01 {
  margin: 15px 0 0 0;
  width: 100%;
}
.speaker-inner {
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
}
.speaker .photo {
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.speaker .speaker-text {
  margin: 0 0;
}
.speaker.emptdata .speaker-text {
  margin-bottom: 0;
}
.speaker p.coposition {
  font-size: 1.4rem;
  line-height: 1.5;
}
.speaker span.name {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding-top: .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 {
  color: #222;
  content: "《プロフィール》";
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* プログラム - 複数カラム */
.multi {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: space-evenly;
  padding-bottom: 40px;
}
.multi dl {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
.multi dl {
  margin-bottom: 0;
  margin-right: 20px;
}
.multi dl:last-child {
  margin-right: 0;
}
.multi dt.time {
  width: 100%;
}
.multi dt {
  box-shadow: none;
}
.multi dd {
  background-color: #fff;
  flex-grow: 1;
  padding: 10px 40px 10px 40px;
}
.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 {
  font-size: 1.3rem;
  margin: 0 auto 6px;
  margin-top: auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
dl dd .speaker.psn01 .button {
  margin-left: 0;
  width: calc(50% - 20px);
}
.program .detail-area {
  /* 複数名の時の全体詳細ボタン */
  width: 100%;
}
.program .detail-area .button {
  margin-left: 0;
  width: calc(50% - 20px);
}
.multi .detail-area {
  margin-bottom: 15px;
}
.multi .detail-area .button {
  margin-left: 0;
  width: 100%;
}
.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-size: 1.3rem;
  font-weight: bold;
  padding: .5em;
  text-decoration: none !important;
  width: auto;
  ;
}
dl dd .notice {
  display: inline-block;
  float: left;
  font-weight: bold !important;
  font-weight: normal;
  padding: .5em 1em;
  width: auto;
}
dl dd .notice.right {
  float: right;
  width: auto;
}
.program dd .popup img {
  vertical-align: middle;
}
/* プログラム - パネルディスカッション */
ul.panelist, .mfp-content .detail ul.panelist {
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 5px;
  overflow: hidden;
  padding-bottom: 0;
}
ul.panelist li, .mfp-content .detail ul.panelist li {
  float: left;
  margin: 4px 15px 0 0;
  padding-bottom: 3px;
  width: calc(25% - 15px);
}
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 {
  clear: both;
  content: "";
  display: block;
}

/* =====================================================
   label用設定
===================================================== */
span.label {
  font-weight: bold;
  line-height: 1;
  margin: 3px 1px 3px 0;
  padding: 4px 10px 6px;
  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 {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.speaker .note {
  display: none;
}
.mfp-content .detail .note {
  display: block;
}
#program p.note:first-child, #program p.notes:first-child {
  color: #fff;
  padding-top: 5px;
}
#program p + dl {
  margin-top: 20px;
}
/* プログラム下部用の注記（ul.program-notes） */
.program-notes {
  border-bottom: dashed 1px #dbdbdb;
  border-top: dashed 1px #dbdbdb;
  list-style-type: none;
  margin: 10px 0;
  padding: 10px 10px;
}
.program-notes li {
  color: #333;
  font-size: 90%;
  line-height: 1.5;
  margin: 2px 0;
  padding-left: 1em;
  text-indent: -1em;
}
/* ご希望の講演を選択してください。 */
.attention {
  color: #f00;
  margin: 20px 10px;
}

/* =====================================================
   詳細ポップアップ（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.5rem;
  line-height: 1.5;
  margin: 0 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: 1.2rem;
  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-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  margin: 10px -7px 15px -7px;
  padding: 6px 10px;
  /*色設定欄参照*/
}
.mfp-content .detail .time {
  margin-right: 10px;
}
.mfp-content .detail .status {
  color: #f22;
  display: inline-block;
  margin-right: 10px;
}
.mfp-content .detail .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 10px 0;
  padding: 5px 0 5px 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-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding-bottom: 8px;
}
.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 .speaker-text, .mfp-content .detail .photo {
  float: left;
  overflow: visible;
}
.mfp-content .detail .photo {
  margin: 0 0;
  padding: 0 20px 0 0;
}
.mfp-content .detail .photo img {
  height: auto;
  width: auto;
}
/* speaker */
.mfp-content .detail .speaker {
  border-left: none;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
  /*色設定欄参照*/
}
.mfp-content .detail .speaker .name {
  display: flex;
  font-size: 1.7rem;
  font-weight: bold;
  padding-top: .4em;
}
.mfp-content .detail .speaker ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
}
.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;
  line-height: 1.5;
  margin: 10px 0 10px 0;
}
/* ひとつのポップアップに複数名のプロフィールと詳細を表示 */
.mfp-content .detail .speaker .note .profile {
  margin-bottom: 15px;
}
/* ひとつのポップアップに複数名のプロフィールと詳細を表示で、lastのみ下線 */
.mfp-content .detail .speaker:last-of-type .speaker-inner + .note .profile {
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
  padding-bottom: 20px;
}

/* =====================================================
   申し込み
===================================================== */
#entry > h2 {
  margin-bottom: 20px;
}
/*  注意事項 */
.annotation-panel {
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0 auto 20px auto;
  max-width: 836px;
  width: auto;
}
.annotation-panel .annotation-inner {
  color: #000;
  margin: 20px 20px;
}
.annotation-title {
  font-size: 1.4rem;
  font-weight: bold;
}
.annotation-detail {
  font-size: 1.4rem;
  padding: 10px 20px 1px 5px;
}
.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: .5em;
}
.annotation-panel p, .annotation-panel li {
  margin-bottom: .5em;
}
.annotation-panel ul, .annotation-panel ol {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 1.25em;
}
/*  アコーディオン (申し込みエリア) */
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 {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.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 {
  background-color: #1b2075;
  border-radius: 5px;
  content: "";
  height: 1em;
  position: absolute;
  right: 1em;
  top: 5px;
  width: 3px;
}
.annotation-inner summary::before {
  rotate: 90deg;
}
.annotation-inner summary::after {
  rotate: 180deg;
  transition: rotate .3s;
}
/* お申し込み注意事項 */
.annotation {
  background-color: #fff;
  box-shadow: 0 3px 5.82px .18px rgba(0, 0, 0, .45);

/*色設定欄参照*/
  margin: 0 auto 20px;
  max-width: 836px;
  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"] {
  background: #000;
  border-radius: .3em;

/*色設定欄参照*/
  color: #fff;
  cursor: pointer;
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  width: 836px;
}
.button-entry p {
  margin: 20px 0;
  text-align: center;
}
.fixed-btm {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.fixed-btm .button-area {
  border-top: 1px solid #ccc;
  padding: 10px 10px 5px;
}
.fixed-btm .button-entry a {
  margin: 10px auto;
  max-width: 640px;
  width: 100%;
}
.fixed-btm .button-area p {
  line-height: 1.3;
  margin: .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 {
  background: #999;
  color: #efefef;
  display: block;
  line-height: 1;
  pointer-events: none;
  position: relative;
}
/* .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 {
  display: none;
  margin: 7px 0 0!important;
  text-align: center;
}
/* =====================================================
   日程
===================================================== */
ul.program-date {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
ul.program-date li {
  list-style-type: none;
  width: calc(50% - 1px);
}
ul.program-date li a {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
ul.program-date li .anc {
  padding-left: 20px;
  position: relative;
  top: -3px;
}
p.program-title {
  border-bottom: solid 2px #336;
  color: #336;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: -40px;
  padding-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: #336;
}
#day1 .program-title, .program #day1 dd h3 {
  border-color: #336;
}
#day1 .program-title, .program #day1 dd h3 {
  color: #0166d8;
}
.contents div.program #day1 dd .button a:link {
  border: 2px solid #336;
  color: #336;
}
/* #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 {
  border: 2px solid #0166d8;
  color: #0166d8;
}

/* =====================================================
   テーマアイコン セッションアイコン
===================================================== */
p.tagList-title {
  border-left: 5px solid #050066;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 20px;
  padding-left: 8px;
}
.tagList {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 30px;
  width: 100%;
  /*flex-wrap: wrap;*/
}
.tagList li {
  background-color: #333;/*色設定欄参照*/
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  list-style: none;
  margin-right: 10px;
  padding: .7em;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.tagList li:last-child {
  margin-right: 0;
}
p.tag, .mfp-content .detail p.tag {
  background-color: #333;/*色設定欄参照*/
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  padding: .4em 1.5em;
  text-align: center;
  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: #c00;
}

/*-------------------------
チェックボックス 日付
-------------------------*/
.checklist {
  margin: 0 auto 7px;
  max-width: 836px;
  position: relative;
  width: 100%;
}
.checklist p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.checklist ul.program-date li {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.program-date input[type=checkbox] {
  height: 20px;
  margin: 5px 10px 5px 0;
  width: 20px;
}
.program-date li.check-off a {
  /*【満席】表示*/
  margin-left: 0;
}
.program-date li .status {
  /*【満席】表示*/
  background: #fff;
  color: #f00000;
  display: inline-block;
  font-size: 1.4rem;
  left: -10px;
  line-height: 1;
  padding: 3px 6px 3px;
  position: relative;
  top: -4px;
}
.program-date li .anc::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(-135deg);
  width: 8px;
}
.checklist p.note {
  margin: 0 10px;
}
/* インフォメーション */
.info {
  font-size: 1.3rem;
  margin: 0 auto 20px;
  max-width: 836px;
  padding: 20px 20px 10px;
}
.info h5 {
  font-size: 1.6rem;
  margin: 0 0;
  padding: 0 0 .5em;
}
.info ul, .info p {
  display: block;
  margin: 0 auto;
  max-width: 836px;
  padding: 0 10px 0;
}
.info ul li {
  line-height: 1.7;
  list-style: none;
  padding-bottom: .5em;
}
.info ul li:last-child {
  padding-bottom: 0;
}

/* page top */
html {
  scroll-behavior: smooth;
}
.pagetop {
  bottom: 0;
  justify-content: space-around;
  position: fixed;
  right: 0;
}
.pagetop a {
  background: #142acc;/*色設定欄*/
  display: block;
  height: 50px;
  opacity: .5;
  position: relative;
  width: 50px;
}

.pagetop a:hover {
  opacity: 1;
}

.pagetop a img {
  padding: 10px;
}

.fixed-btm .pagetop {
  bottom: auto;
  position: relative;
  right: auto;
}
.fixed-btm .pagetop a {
  position: absolute;
  right: 0;
  top: -50px;
}

/* =====================================================
   受付終了欄
===================================================== */
div.entry-close {
  background: #fff0f3;
  margin: 0 auto;
  text-align: center;
}
.entry-close p {
  color: #f00000;
  font-size: 1.7rem;
  padding: 2em;
}
.entry-close p.to-index {
  line-height: 20px;
  margin-top: 10px;
}
p.close-text {
  padding: 25px 1em 15px;
}
/* =====================================================
   お問い合わせ
===================================================== */
.inquiry {
  background: #fff;
  box-shadow: 0 3px 5.82px .18px rgba(0, 0, 0, .45);
  display: block;
  margin: 20px auto;
  max-width: 836px;
  padding: 45px 45px 60px;
  text-align: center;
}
.inquiry p {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.inquiry p span {
  margin-left: 1em;
}
a.button-inquiry {
  background: #000;
  border-radius: .3em;
  color: #fff;
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 auto;
  padding: .5em;
  text-decoration: none;
  width: 418px;
  ;
}

/* =====================================================
   フッター
===================================================== */
#footer {
  border-top: 3px solid;

/*色設定欄参照*/
  /* padding: 30px 30px 130px 30px; */
  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;
  margin: 20px 0;
  padding: 10px 20px;
}
/* ギフト券プレゼントボックスなど */
.contents .box2 {
  background-color: #fff;
  border: #f66 solid 6px;/*色設定欄*/
  color: #333;/*色設定欄*/
  margin: 20px 0;
  padding: 20px 20px;
  text-align: center;
}
.box-title, p.box-title {
  font-size: 2.4rem;
  font-weight: bold;
}
.box-subtitle, p.box-subtitle {
  font-size: 2rem;
}
.color {
  /*色設定欄*/
}

/* 告知事項ボックス */
.program-annotation {
  margin-bottom: 20px;
}
.program-annotation-panel {
  background-color: #fff;
  border: 1px solid #aaa;
  font-size: 1.4rem;
  padding: 20px;
}
.annotation-panel h4 {
  border-bottom: none;
  font-size: 1.4rem;
  margin: 10px 0 5px;
  padding: 5px 0 0;
}
.program-annotation-panel p {
  color: #000;
  line-height: 1.7;
  margin-bottom: 20px;
}
.program-annotation-panel p.note {
  color: #555;
  display: block;
  line-height: 1.6;
  margin: 1em 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.program-annotation-panel p.note b {
  color: #f00;
  font-weight: bold;
  padding: 0 .2em 0 .2em;
}
.program-annotation-panel-body p a {
  color: #f00;
  text-decoration: underline;
}
.program-annotation-panel-body ul, .program-annotation-panel-body ol {
  padding-left: 2em;
}
.program-annotation-panel-body li {
  padding-bottom: .5em;
}
.program-annotation-panel.bg-p {
  background-color: #fffafa;
  border: 1px solid #fcc;
  margin: 0 auto;
}

/* =====================================================
   臨時スタイル
===================================================== */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.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: #f00 !important;
}
.center {
  text-align: center !important;
}
.float-r {
  float: right !important;
  width: auto;
}
.float-l {
  float: left !important;
  width: auto;
}
.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%;
}

/* =====================================================
   色設定欄
　（色替えの調整をしやすいように色関係の設定をまとめていますが、
　　ここに書いていると作業しづらい要素については、この欄から削除してください）
===================================================== */


.header-nav {
  background: #336;
}
.date-info {
  background: #1b2075;
}

#header.image {
  /* 画像版h1用 */
  background: #fff url(main.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

#overview > h2::before {
  background: url(list.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.1em;
  padding-right: .4em;
  width: 1em;
}
#program > h2::before {
  background: url(clock.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.1em;
  padding-right: .4em;
  width: 1em;
}
#entry > h2::before {
  background: url(edit.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.1em;
  padding-right: .4em;
  width: 1em;
}
#inquiry > h2::before {
  background: url(help-circle.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -.1em;
  padding-right: .4em;
  width: 1em;
}
.contents h3 {
  color: #1b2075;
}

.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 {
  background: #f2f3f4;
  color: #575757;
}

.program dt > div {
  background: #336;
}
.col01 dt.time {
  width: 50%;
}
dt.time span {
  color: #fff;
}
.program dd h3 {
  border-color: #336;
  color: #336;
}
.button a {
  border: 2px solid #336;
  color: #336;
}
.button a:hover {
  background: #336;
  color: #fff;
}

.label {
  background: #1b2075;
  color: #fff;
}
.label.K {
  background: #013673;
  color: #fff;
}
.label.A {
  background: #336;
  color: #fff;
}
.label.B {
  background: #0166d8;
  color: #fff;
}
.label.C {
  background: #0f7ffe;
  color: #fff;
}

dt.label.A div {
  background: #336;
  color: #fff;
}
dt.label.B div {
  background: #0166d8;
  color: #fff;
}
dt.label.C div {
  background: #0f7ffe;
  color: #fff;
}

/* お申し込みボタン */
.button-entry a {
  background: #eb9b2c;
  color: #fff;
  transition: all .5s;
}

.button-entry a:hover {
  background: #cb811b;
  opacity: 1;
}
.button-entry input[type="submit"] {
  background: #336;
  color: #fff;
}

a.button-inquiry {
  background: #336;
  color: #fff;
  transition: all .5s ease;
}
a.button-inquiry:hover {
  opacity: .8;
}
#footer {
  background-color: #fff;
}

/* ポップアップ */
.mfp-content .detail .seminar-title {
  background: #336;
}
.mfp-content .detail .property {
  background: #e3f0fe;
}
.mfp-content .detail .shoulder {
  border-bottom: 1px solid #336;
  color: #336;
}
.mfp-content .detail p.shoulder {
  border-bottom: 1px solid #336;
  color: #336;
}
.mfp-content .detail .speaker, .mfp-content .detail p.speaker {
  border-left: none;
}

/* page top */
.pagetop a {
  background: #336;
  transition: background-color 3.5s ease;
}

.pagetop a:hover {
  background-color: #0063b8;
}

/* プレゼントなど枠 */
.contents .box2 {
  background-color: #fffafa;
  border: #f66 solid 6px;
  color: #333;
}
.color {
  color: #ff5c5c;
}

/* 固定fixed-btmの上部*/

/*お申し込み checklist用padding調整*/
#footer.checkafter {
  padding-bottom: 220px;
}
/*お申し込み multi用padding調整*/
#footer.multiafter {
  padding-bottom: 180px;
}

.program-annotation-panel .about-entry {
  color: #000;
  line-height: 1.7;
  overflow: hidden;
}

.program-annotation-panel .about-entry dt {
  float: left;
  margin-bottom: .5em;
}

.program-annotation-panel .about-entry dd {
  margin-bottom: .5em;
  padding-left: 16px;
}

/* 2024/11/5追加 */

.contents div.program dd p.font--black {
  color: #333;
  font-size: 1.9em;
  line-height: 1.6;
  margin: .5em 0;
}

/* nav */
.nav {
  background-color: #336;
  box-sizing: border-box;
  width: 100%;
}

.nav ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 640px;
}

.nav ul li {
  flex-basis: 50%;
}

.nav ul li a {
  border-right: 1px solid #efefef;
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .5s ease;
}

.nav ul li a:after {
  border-right: #ddd 3px solid;
  border-top: #ddd 3px solid;
  content: "";
  display: block;
  height: .31375em;
  left: 1em;
  position: absolute;
  top: calc(50% - .156875em);
  transform: rotate(45deg);
  width: .31375em;
}

.nav ul li:first-child a {
  border-left: 1px solid #fff;
}

.nav ul li a.active {
  background-color: #0063b8 ;
}
.nav ul li a:hover {
  background: #0063b8;
}

.nav ul li a .date {
  font-size: 15px;
}

.access {
  color: #0063b8;
}

.flex-box {
  align-items: center;
  display: flex;
}

.flex-box .date {
  flex-shrink: 0;
}

.flex-box .datetime span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.product {
  margin: 125px auto;
  max-width: 100%;
  padding: 80px 0;
  width: 1250px;
}

.product__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.product img {
  display: block;
  height: auto;
  max-width: 100%;
}

.logo-box {
  align-items: center;
  background: #0d32a4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  padding: 0 50px;
}

.logo-box:first-child img {
  width: 550px;
}

.logo-box:last-child img {
  width: 182px;
}

.ms {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 30px;
}

@media screen and (max-width: 940px) {
  .product__inner {
    background-color: #0d33a4;
    flex-direction: column;
    padding: 80px 0;
  }

  .logo-box {
    min-height: auto;
    padding: 0 15px;
  }

  .logo-box:first-child {
    padding-bottom: 80px;
  }
}