@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,div,figure {
    margin:0;
    padding:0;
    font-size:100%;
}
body {
    /*background:#1c1c1c;*/
    /* background:#efefef; */
    background: #fff;
    background-attachment: fixed;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust:100%;
}
h1 { line-height:0; text-align:center; }
h2 { font-size:150%; margin:1.5em 0 .5em; }
h3 { font-size:120%; margin:1.5em 0 .5em; }
p { margin:1em 0; }
a,dd { word-break: break-all; }
ul,ol{ margin-left:1.5em; }
em { font-style:normal; }
img { max-width:100%; border:none; }
table,tr,th,td {
    box-sizing: border-box;
}
table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    border:1px solid #aaa;
}
th {
    padding:4px;
    background:#666;
    color:#fff;
    font-weight:bold;
    text-align:center;
    vertical-align:top;
}
td {
    text-align:left;
    vertical-align:middle;
    padding:1em;
}
.txt80 {
  font-size: 80% !important;
}
.txt110 {
  font-size: 110% !important;;
}
.txt120 {
  font-size: 120% !important;;
}
.txtEm {
	color: #0093AC !important;
}
em {
  padding:0 3px;
  background:#ff9;
  font-weight:bold;
  font-style:normal;
  line-height: 2;
}

/* 注意書き用スタイル */
ul.note {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 90%;
	line-height: 1.4;
	color: #333333;
}
ul.note {
	margin-top: 0px;
	margin-bottom: 0px;
}
#overview ul.note{
	margin-top: 1em;
	margin-bottom: 0;
}
ul.note li {
	padding-left: 1em;
	text-indent: -1em;
}

#calendar,
#header,
#contents,
#footer {
    width:auto;
}
.wrapper {
    margin:0 auto;
}

.marginTop1 {
  margin-top: 1em !important;
}

@media screen and (max-width: 1023px) {
	br.bp1024 {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	br.bp1024-2 {
		display: none;
	}
}

/* --- #flex-box --- /////////////////////////////////////////////////*/
#flex-box {
    display: flex;
    flex-direction: column;
    position: relative;
    height:  calc(100vh + 43px);
}

/* --- #calendar --- ///////////////////////////////////////////////*/
#calendar {
    padding:.5em .8em;
    text-align:center;
    background-color:#3c3c3c;
    background-image:linear-gradient(
      -45deg,
      #3c3c3c 25%,
      #111 25%, #111 50%,
      #3c3c3c 50%, #3c3c3c 75%,
      #111 75%, #111
    );
    background-size:4px 4px;
}
/*
#calendar .wrapper {
    padding:.5em .8em;
}
*/
#calendar ul,
#calendar li {
    margin:0;
    padding:0;
}
#calendar li {
    list-style:none;
    display:inline-block;
    font-size:80%;
    line-height:1;
    margin:0 1em;
}
@media screen and (max-width:480px) {
    #calendar li {
        font-size: 3vw;
    }
    #calendar li + li {
        margin-top: 1px;
    }
    #calendar li a {
        width: 70vw;
    }
}
@media screen and (min-width:481px) and (max-width:1024px) {
    #calendar li {
        font-size: 1.3vw;
    }
}
#calendar li a {
    display:inline-block;
    text-decoration:none;
    color:#fff;
    padding:.8em;
    background:linear-gradient(#616163, #414042);
    border:1px solid #111;
    border-radius:5px;
}
#calendar li a:hover {
    opacity:.8;
}
/*
#calendar li i {
    margin-right:.3em;
}
#calendar .btn-cal-google i {
    color:#7ea7ea;
}
*/
#calendar li a span::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 0.4em;
    background-image: url(../images/ico-calendar.svg);
    transform: translateY(-1px);
}

/* --- #video-box --- /////////////////////////////////////////////////*/
.top {
	position: relative;
	height: calc(100vh + 43px);
	background: none;
	overflow: hidden;
}

.top video {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.headline {
    display: flex;
    flex-grow: 1;
    align-items: center;
    position: relative;
}
.headline .wrapper {
	width: clamp(470px,70vw,1024px);
	padding: 40px 0 0;
    background: rgba(255, 255, 255, 0.85);
	box-sizing: border-box;
}
.headline .wrapper .pc img,
.headline .wrapper .sp img {
    display: block;
}
.headline .wrapper .sp {
    display: none;
}

@media screen and (max-width: 551px) {
    .headline .wrapper {
        width: clamp(150px,80vw,360px);
    }
    .headline .wrapper .pc {
        display: none;
    }
    .headline .wrapper .sp {
        display: inline;
    }
}

/* --- #header --- /////////////////////////////////////////////////*/
#header {
    background:url(../images/top/slider/keyvisual-1.jpg) no-repeat 50% 0;
    background-size:cover;
}
#header p {
    margin:0;
}
#header .only-420 {
    display:none;
}
@media screen and (max-width:420px) {
    #header .only-420 {
        display:inline;
    }
}
#header .catch {
    padding:.5em 1em;
    font-size:95%;
    text-align:center;
    color:#fff;
    background:#5b6d83;
}
@media screen and (max-width:726px) {
    #header .catch {
        font-size:75%;
        line-height:1.25;
    }
}
#header .header-logo {
    /*background:#fefefe;*/
    background:rgba(254,254,254,.9);
}
#header .header-logo h1 {
    display:flex;
}
#header .header-logo span {
    display:inline-block;
    max-width:492px;
    max-height:84px;
    /*margin:0 10px 10px;*//*主要メディアロゴ(.media)表示時は有効にする*/
    margin:10px;
    box-sizing:border-box;
}
#header .header-logo span img {
    width:100%;
}
@media screen and (max-width:420px) {
    #header .header-logo h1 {
        display:block;
    }
}
#header .header-logo .media {
    display:flex;
    max-width:270px;
    margin:0 auto 8px;
    border-bottom:1px solid rgba(96,109,131,.3);
    box-sizing:border-box;
}
#header .header-logo .media li {
    /*flex-grow:2;*/
    align-self:center;
    width:30%;
    margin:5px 8px;
}
#header .header-logo .media li:nth-child(2) {
    /*flex-grow:1;*/
    width:20%;
}
@media screen and (max-width:767px) {
    #header .header-logo .media {
        max-width:200px;
    }
}
#header .header-logo + .wrapper {
    position:relative;
    min-height:400px;
}
#header .header-info-box {
    position:absolute;
    top:20px;
    /*width:45%;*/
		width: 50%;
    /*min-width: 300px;*/
		min-width: 330px;
    min-height: 200px;
    padding:1em;
    color:#fff;
    text-shadow:0px 0px 3px #000;
    background:rgba(0,0,0,.5);
    box-sizing:border-box;
}
@media screen and (min-width:768px) {
    #header .header-info-box {
        width:50%;
        max-width: 475px;
        font-size:115%;
    }
}
@media screen and (max-width:375px) {
    #header .header-info-box {
        width:100%;
    }
}
@media screen and (max-width:320px) {
    #header .header-info-box {
        font-size:90%;
    }
}

/* オレンジ色のテキスト */
#header .header-info-box > p:nth-child(1) {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 160%;
    font-weight: 600;
    line-height:1.2;
    color:#ffe946;
    margin-top: 0.4em;
}
#header .header-info-box > p:nth-child(1) b {
    display: inline-block;
    margin-left: -0.6em;
}
#header .header-info-box > p:nth-child(1) span:not(.ib) {
    display: inline-block;
    margin-left: -0.1em;
    letter-spacing: -0.1em;
}
#header .header-info-box > p:nth-child(1) span:first-child {
    margin-left: 0;
}
#header .header-info-box > p:nth-child(1) span.ib {
    display: inline-block;
}
/* 白色のテキスト */
#header .header-info-box > p:nth-child(2) {
    margin-top: 1.5em;
    padding-top: 0.5em;
    font-size: 120%;
    border-top: 1px solid #fff;
}
/* 白色のテキスト：会期 */
#header .header-info-box > p:nth-child(3) {
    font-family: 'Lato', sans-serif;
    font-size: 140%;
    line-height:1;
    margin-top: 0.25em;
}
#header .header-info-box > p:nth-child(3) b {
    display: inline-block;
    font-size:175%;
    font-weight: normal;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

#header .header-info-bar {
    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
    color:#fff;
}
#header ul.media {
    list-style:none;
    margin-left:0;
}
#header ul.media img {
    display:block;
}
#header .sponsor {
    display:inline-block;
    font-size:75%;
    text-shadow:0px 0px 3px #000;
}
@media screen and (max-width:726px) {
    #header .sponsor {
        font-size:65%;
    }
}

/* TOP以外は背景、テキストを非表示にする */
body:not(#home) #header {
    background: #5c6d83;
}
body:not(#home) #header .header-logo + .wrapper {
    display: none;
}

/* --- #navigation-v2 --- /////////////////////////////////////////////*/
#navigation-v2 {
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
    padding: 24px 0;
    color: #002640;
    font-weight: bold;
    background: #edf0f2;
    background-clip: padding-box;
    /*border-bottom: 5px solid rgba(0,38,64,0.3);*/
    transition-duration:.3s;
}
#navigation-v2 .wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(100% - 18px);
    max-width: 1200px;
}
#navigation-v2 nav {
    display: flex;
    align-items: center;
    align-self: center;
    /*flex-grow: 1;*/
    font-size: 16px;
}
#navigation-v2 nav ul {
    display: flex;
    align-items: center;
}
#navigation-v2 nav ul  li {
    list-style-type: none;
    flex-grow: 1;
}
#navigation-v2 a {
    text-decoration: none;
    color: #002640;
    transition-duration:.3s;
}
#navigation-v2 .nav-top a :hover {
    color: #00A0F4;
}
/*#navigation-v2 .submit a {
    text-decoration: none;
    color: #d83b06;
}
#navigation-v2 .submit a :hover {
    color: #f4740b;
}*/
#navigation-v2 .submit a {
    text-decoration: none;
    display: inline-block;
    padding: 0.25em 1em;
    color: #fff;
    background: #34a498;
    border: 1px solid #34a498;
    border-radius: 2em;
}
#navigation-v2 .submit a:hover {
    background: #06d884;
    border-color: #06d884;
}
/* == イベントタイトル == */
#navigation-v2 h1 {
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: right;
}
#navigation-v2 h1 span:nth-of-type(1) {
    display: inline-block;
    margin-top: 1px;
    padding: 1px 2px;
    font-size: 13px;
    border: 1px solid #5f666b;
    transform: translateY(-1px);
}
/* == サイトメニュー == */
/*#navigation-v2 nav > ul {
    margin-left: 4vw;
}*/
#navigation-v2 nav > ul li:not(:first-of-type) {
    margin-left: 1.5em;
}
/* 登録 / マイページ入口 */
/*
#navigation-v2 nav > ul li.submit {
    position: relative;
    margin-left: 1.75em;
}
#navigation-v2 nav li.submit.regist span::before,
#navigation-v2 nav li.submit.mypage span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px);
}
#navigation-v2 nav li.submit.regist span::before {
    width: 15.5px;
    height: 14px;
    margin-right: 4px;
    background-image: url("../images/ico-regist.svg");
}
#navigation-v2 nav li.submit.mypage span::before {
    width: 13px;
    height: 15px;
    margin-right: 2px;
    background-image: url("../images/ico-mypage.svg");
}
*/
/* == カレンダー登録メニュー == */
#navigation-v2 nav dl {
    display: flex;
    margin-left: 3.5vw;
    font-size: 16px;
}
#navigation-v2 nav dd ul {
    margin-left: 0;
}
#navigation-v2 nav dd li:not(:first-of-type) {
    margin-left: 2px;
}
#navigation-v2 nav dd li a {
    display: inline-block;
    padding: 1px 0.5em;
    font-size: 13px;
    border: 1px solid #5f666b;
    border-radius: 1em;
    transform: translateY(-1px);
}
#navigation-v2 nav dd li a:hover {
    color: #fff;
    background: #00A0F4;
    border-color: #00A0F4;
}
/* == ハンバーガーメニュー == */
#navigation-v2 p.nav-menu {
    display: none;
    margin: 0;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}
@media screen and (max-width: 1090px) {
    #navigation-v2 p.nav-menu {
        display: block;
    }
    #navigation-v2 p.nav-menu.close {
        padding: 2px 10px;
        font-size:150%;
        transform: translateY(-2px);
    }
    #navigation-v2 .wrapper {
        justify-content: space-between;
        align-items: center;
    }
    #navigation-v2 nav {
        flex-direction: column-reverse;
        position: absolute;
        top: 54px;
        right: -350px;
        padding: max(3vw, 20px);
        background: #edf0f2;
        background-clip: padding-box;
    }
    #navigation-v2 nav > ul {
        flex-direction: column;
        margin-left: 0;
    }
    #navigation-v2 nav > ul li:not(:first-of-type) {
        margin-left: 0;
    }
    #navigation-v2 nav > ul li {
        margin-top: 1.5em;
    }
    #navigation-v2 nav dl {
        margin-left: 0;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ddd;
    }
}

/* --- #btn-regist --- /////////////////////////////////////////////*/
#btn-regist {
    position: fixed;
    /* top: 90px; */
    top: 110px;
    right: 3.5vw;
    z-index: 999;
}
#btn-regist a {
    display: block;
    width: clamp(120px, 11vw, 150px);
    height: clamp(120px, 11vw, 150px);
    padding: clamp(9px, 1.5vw, 20px);
    line-height: 1.1;
    font-size: clamp(16px, 1.5vw, 21px);
    /* font-size: clamp(13.5px, 1.4vw, 20px); */
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #34a498;
    border-radius: clamp(60px, 6vw, 75px);
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
    box-sizing: border-box;
    transition-duration:.5s;
    cursor: pointer;
}
#btn-regist a:hover {
    transform: rotate(10deg);
}
#btn-regist a::before {
    content: "";
    display: block;
    width: 30%;
    height: 30%;
    margin: auto auto 0.25em;
    background-image: url("../images/ico-regist-large.svg");
    background-size: cover;
    transform: translateX(4px);
}

/* --- #navigation --- /////////////////////////////////////////////*/
#navigation {
    display: none;
    text-align:center;
    background:rgba(0,0,0,.8);
    /*box-shadow:0 -2px 4px 0 rgba(0,0,0,.2);*/
}
#navigation ul {
    display:flex;
    display:-ms-flexbox;
    justify-content:center;
    -ms-flex-pack:center;
    width:100%;
    margin-left:0;
}
#navigation li {
    list-style:none;
    flex-grow:1;
    height:70px;
	position:relative;
}

#navigation li:nth-child(3) br {
	display: none;
} 
@media screen and (max-width: 640px) {
	#navigation li {
		height: 70px !important;
	}
	#navigation li:nth-child(3) br {
		display: block;
	}
	#navigation li:nth-child(1) { flex-grow: 0.8; } /* TOP */
	#navigation li:nth-child(2) { flex-grow: 1.0; } /* タイムテーブル */
	#navigation li:nth-child(3) { flex-grow: 0.9; } /* 登録・マイページ */
}

@media screen and (max-width: 414px) {
    /*#navigation li:nth-child(1) { flex-grow: 0.7; }  TOP */
    /*#navigation li:nth-child(2) { flex-grow: 1.2; }  タイムテーブル */
    /*#navigation li:nth-child(3) { flex-grow: 1.5; }  登録・マイページ */
	#navigation li:nth-child(1) { flex-grow: 0.6; } /* TOP */
	#navigation li:nth-child(2) { flex-grow: 1.2; } /* タイムテーブル */
	#navigation li:nth-child(3) { flex-grow: 1.1; } /* 登録・マイページ */
}
#navigation li a,
#navigation li span.jyunbi {
	display: inline-block;
	position:relative;
    text-decoration:none;
    color:#fff;
}
#navigation li:not(.submit) a,
#navigation li span.jyunbi {
	width:100%;
	height:100%;
}
#navigation li span.jyunbi {
	color: #888888;
}
#navigation li:not(.submit) a:hover {
    background:rgba(255,255,255,.1);
    transition-duration:.3s;
}
#navigation .submit a {
	width:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
  text-shadow:0 0 4px #7f5e05;
	padding:0.6em 0.4em;
	border-radius: 4px;
  background:#f1b000;
}

@media screen and (max-width: 640px) {
	#navigation .submit a {
		padding:0.4em 0.4em;
		line-height: 1.4;
	}
}

#navigation .submit a:hover {
    background:#f4c033;
    transition-duration:.5s;
}
#navigation .submit a span {
    display: inline-block;
}
#navigation li:not(.submit) a > span,
#navigation li span.jyunbi > span:not(.txt80)  {
	position:absolute;
	top:45%;
	left:50%;
	width: 100%;
	transform:translate(-50%,-45%);
}
#navigation li:not(.submit) a > span:after {
    content:"";
    display:inline-block;
    width:50%;
    height:2px;
    position:absolute;
    bottom:-.2em;
    left:50%;
    transform:translateX(-50%) scale(0, 1);
    transform-origin: 50% 50%;
    transition: transform .3s;
    background:#fff;
}
#navigation li a.active > span:after,
#navigation li a:hover > span:after {
    transform: translateX(-50%) scale(1, 1);
}
#navigation .event-name {
    display:none;
    font-size:75%;
    line-height:1;
    color:#bdc0c2;
    margin:0;
    padding:.5em;
    background:#233a48;
}
#navigation .event-name br {
    display: none;
}
@media screen and (max-width: 320px) {
    #navigation .event-name br {
        display: inline;
    }
}
#navigation.fixed {
    display: block;
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
    background:#10878b;
    transition-duration:.3s;
}
#navigation.fixed li {
    height:55px;
}
#navigation.fixed .event-name {
    display:block;
}

/* --- #contents --- ///////////////////////////////////////////////*/
#contents .wrapper {
    padding-left:.8em;
    padding-right:.8em;
    box-sizing:border-box;
}
#contents {
    position:relative;
    color:#444;
    background:#fff;
}
#contents h2 {
    position:relative;
    text-align:center;
    color:#2f4858;
    margin:0 0 .8em;
}
#contents h2:before,
#contents h2:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    width:100%;
    height:1px;
    background:#9baebc;
}
#contents h2:before { top:12px; }
#contents h2:after { top:15px; }
#contents h2 span {
    position:relative;
    display:inline-block;
    padding:0 .5em;
    background:#fff;
    z-index:100;
}
#contents h2 + p {
    font-size:90%;
    line-height:1.5;
}
#register,
#lead,
#chairman,
#pickup-K-1,
#pickup-lecturer,
#pickup,
#sponsor,
#overview,
#precautions {
    padding:3em 0 2.5em;
}
#timetable,
#exhibition {
    padding:3.5em 0 2.5em;
    padding-top: calc(3.5em + 80px);
}
#information + #timetable,
#information + #exhibition {
    padding-top:2em;
}

.lecturer-company,
.lecturer-division,
.lecturer-post {
    line-height:1.2;
    margin:.3em 0;
}
.lecturer-company {
    font-size:115%;
    margin-bottom:.5em;
}
.lecturer-name {
    font-size:150%;
    font-weight:bold;
    margin:0;
}
.lecturer-name:after {
    content:"氏";
    font-size:65%;
    font-weight:normal;
    margin-left:.5em;
}
.relative .lecturer-name:after,
.lecturer-name.en:after,
.lecturerName.en:after {
    content:none;
}
.notice {
    font-size:90%;
}
.btn-submit {
    text-align:center;
}
.btn-submit a {
    display:inline-block;
    font-size:110%;
    line-height:1;
    letter-spacing:.1em;
    text-decoration:none;
    text-shadow:0 0 4px #7f5e05;
    color:#fff;
    padding:1em;
    background:#f1b000;
    border:2px solid #f1b000;
    border-radius:6px;
    box-sizing:border-box;
}
.btn-submit a:hover {
    background:#f4c033;
}
#timetable .btn-submit,
#exhibition .btn-submit {
    max-width:1020px;
    margin-top:2em;
    margin-right:auto;
    margin-left:auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}
.inline-contents {
    display:none;
}

/* --- #information --------------------*/
#information {
	padding-top: 4em;
	padding-bottom: 3em;
	text-align: center;
	color: #002640;
	background: #eef0f2;
}
@media screen and (min-width:768px) {
    #information .info-text {
        width: 80%;
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
    }
}
#information h2 {
    color: inherit;
    margin-top: 0.25em;
    margin-bottom: 1em;
}
#information h2::before,
#information h2::after {
    content: none;
}
#information p {
  margin-top: 2em;
  text-align: center;
}
@media screen and (min-width:768px) {
    #information p.closed {
        text-align: center;
    }
    #information p.closed span {
        display: inline-block;
    }
}
/* 会場風景写真 */
#information .scenery-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  #information .scenery-box {
    overflow: scroll;
  }
}
#information ul.scenery {
  display: flex;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #information ul.scenery {
    position: relative;
    animation: infinity-loop 10s infinite linear 1s both;/* 無限ループアニメーションの設定 */
  }
  /* 無限ループアニメーション */
  @keyframes infinity-loop {
    from { transform: translateX(0vw); }
    to { transform: translateX(-100%); }
  }
}
@media screen and (min-width: 769px) {
  #information ul.scenery {
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: scroll;
  }
  #information ul.scenery:last-of-type {
    display: none;
  }
}
#information ul.scenery li {
  list-style-type: none;
  flex-basis: calc(33.3% - 10px);
}
@media screen and (max-width: 768px) {
  #information ul.scenery li:nth-of-type(3n+2) {
    margin: 0 20px;
  }
  #information ul.scenery li:last-of-type {
    margin-right: 20px;
  }
}
#information ul.scenery li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #information ul.scenery li img {
    min-width: 65vw;
  }
}

/* --- #register --------------------*/
#register {
    color:#fff;
    background-color:#2f4858;
    background-image:linear-gradient(
      -45deg,
      #2f4858 25%,
      #3e5564 25%, #3e5564 50%,
      #2f4858 50%, #2f4858 75%,
      #3e5564 75%, #3e5564
    );
    background-size:16px 16px;
}
#register a {
    color:#f5f348;
}
#register a:hover {
    text-decoration:none;
}
#register p i {
    margin-left:.3em;
}
#register p:first-child {
    margin-top:0;
}
#register #SMP_STYLE + p {
    margin:2em 0 0;
}
#register #SMP_STYLE + p a {
    margin:0 .3em;
}
/* --- Spiral Setting --- */
input[type="text"],
textarea {
    border: 2px solid #333;
    -webkit-transition: all .5s;
    transition: all .5s;
    outline: none;
    font-size:14px;
    width:80%;
}
input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #eabe0c;
    border: 2px solid #eabe0c;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#SMP_STYLE {
    padding-top:1em;
    border-top:1px solid #6d808e;
}
#SMP_STYLE dl {
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
}

#SMP_STYLE .need {
    color: #f5f348;
    font-size: 100%;
    font-weight:bold;
    text-align:left;
}

#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
#SMP_STYLE .cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}

#SMP_STYLE .body_tbl {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    border: none;
    background: #FFFFFF;
    }

#SMP_STYLE .smp_tmpl {
    width: 80%;
    margin: 0 auto;
}

#SMP_STYLE dt.title {
    display: inline-block;
    width: 9em;
    margin: 0;
    padding:13px 5px 18px 0;
    font-size: 108%;
    font-weight:bold;
    text-align:left;
    line-height: 1.2;
    vertical-align: top;
}

#SMP_STYLE dd.data {
    display: inline-block;
    width: 70%;
    margin: 0;
    padding:8px 0 8px 0;
    color: #5F5F5F;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

#SMP_STYLE .input {
    width: 100%;
    margin-bottom: 8px;
    padding: 5px;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 108%;
    text-align: left;
}

#SMP_STYLE input.submit {
    margin-top:.5em;
    padding:.5em 3em;
    background:#2f4858;
    border:1px solid #fff;
    border-radius:1.5em;
    color: #FFFFFF;
    font-size:125%;
    font-weight: normal;
    text-align: center;
    line-height:1;
    cursor: pointer;
    display:inline-block;
}

#SMP_STYLE input.submit:hover {
    background:#465b69;
}

/* --- #lead --------------------*/
#lead,
#lead h2 {
    color:#fff;
}
#lead {
    padding-top: 3.5em;
    font-size:90%;
    background-color:#083459;
    background-image:url(../images/lead-bg2.jpg);
    background-position:50% 0;
    background-size: cover;
}
#lead .wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
}
#lead h2 {
    padding-bottom: 1.25em;
    font-size: 175%;
}
#lead h2:before,
#lead h2:after {
    content:none;
}
#lead h2 span {
    padding:0;
    background:transparent;
    z-index:auto;
}
#lead h2 + p {
    font-size:inherit;
    margin:0;
}

/* --- #chairman --------------------*/
#chairman,
#chairman h2 {
    color:#fff;
}
#chairman {
  background-color:#521629;
  background:linear-gradient(to right,#521629 0,#38131f 30%,#38131f 70%,#521629 100%);
}
#chairman .chairman-2 {
        margin-bottom: 3em;
}
#chairman h2 {
    border:0 solid #874459;
    border-width:1px 0;
}
#chairman h2 span {
    padding:.3em 0;
    background:transparent;
}
#chairman h2:before,
#chairman h2:after { background:#874459; }
#chairman h2:before { top:-4px; }
#chairman h2:after { top:auto; bottom:-4px; }

/* --- .pickup-session -----------------*/
#pickup:has(.pickup-session) {
    padding-bottom: 80px;
}
.pickup-session {
    padding: 1.5em;
    color: #00214d;
    background: #effaff;
    /* border: 11px solid #009bf9; */
    border: 11px solid #0b74b5;
}
.pickup-session + .pickup-session {
    margin-top: 2em;
}
#pickup .pickup-session h3 {
    font-size: 175%;
    line-height: 1.3;
}
#pickup .pickup-session h3 span {
    display: block;
    margin-top: 0.25em;
    font-size: 80%;
}
.pickup-session p.label {
    margin: 0 0 0.75em;
    font-size: 90%;
}
.pickup-session p.label span {
    display: inline-block;
    margin-bottom: 0.3em;
    padding: 0.1em 0.5em;
    background: #9fddff;
    border-radius: 3px;
}
.pickup-lecturer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2.5em;
}
@media screen and (min-width: 461px) and (max-width: 640px) {
    .pickup-lecturer-list {
        justify-content: center;
    }
}
.pickup-lecturer {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 461px) and (max-width: 640px) {
    .pickup-lecturer {
        width: 75%;
    }
}
.pickup-lecturer .pickupLecturerTxt {
    align-self: auto;
}
@media screen and (min-width: 461px) and (max-width: 640px) {
    .pickup-lecturer .pickupLecturerImg,
    .pickup-lecturer .pickupLecturerTxt {
        width: 100%;
        padding-right: 0;
    }
}
.pickup-lecturer .lecturerPost {
    font-size: 95%;
}
.pickup-lecturer .lecturerName {
    margin: 0.25em 0 0;
    font-size: 150%;
}
.pickup-lecturer .lecturerName::after {
    font-size: 65%;
}
.pickup-lecturer .lecturerName.cm::after {
    content: none;
}
.pickup-lecturer .lecturerRole {
    flex-basis: 100%;
    line-height: 1;
    margin-bottom: 0.75em;
}
/* セッション詳細を見るボタン */
.pickup-session + .btn {
    display: block;
    width: min(60vw, 900px);
    margin: 60px auto 0;
    padding: 1em 2em;
    font-size: 175%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /*background: #00b7ff;*/
    background: rgb(0,183,255);
    background: -moz-linear-gradient(175deg, rgba(0,183,255,1) 0%, rgba(56,102,188,1) 100%);
    background: -webkit-linear-gradient(175deg, rgba(0,183,255,1) 0%, rgba(56,102,188,1) 100%);
    /* background: linear-gradient(175deg, rgba(0,183,255,1) 0%, rgba(56,102,188,1) 100%); */
    background: linear-gradient(175deg, rgb(6, 153, 211) 0%, rgb(40, 73, 135) 100%);
    border: 2px solid #fff;
    /* border-radius: 3em; */
    border-radius: .5em;
    box-sizing: border-box;
    transition-duration:.3s;
}
@media screen and (max-width: 768px) {
    .pickup-session + .btn {
        width: 95%;
    }
}
@media screen and (max-width: 460px) {
    .pickup-session + .btn {
        font-size: max(4.5vw, 28px);
    }
}
.pickup-session + .btn:hover {
    color: #f4aa64;
    border-color: #f4aa64;
    transform: translate(0, 10px);
}
.pickup-session + .btn > span {
    display: inline-block;
}

/* === #pickup-session-1 === */
@media screen and (max-width: 820px) {
    #pickup-session-1 .pickup-lecturer {
        flex-direction: column;
    }
    #pickup-session-1 .pickup-lecturer .pickupLecturerTxt {
        padding-left: 0;
        padding-top: 10px;
    }
}
@media screen and (min-width: 641px) {
    #pickup-session-1 .pickup-lecturer {
        width: calc(50% - 10px);
    }
}
/* === #pickup-session-2 === */
#pickup-session-2 .pickup-lecturer {
    flex-direction: column;
}
@media screen and (min-width: 820px) {
    #pickup-session-2 .pickup-lecturer {
        width: calc(33% - 50px);
    }
}
@media screen and (min-width: 641px) and (max-width: 819px) {
    #pickup-session-2 .pickup-lecturer {
        width: calc(50% - 10px);
    }
}
#pickup-session-2 .pickup-lecturer-list {
    margin-top: -1.5em;
}
#pickup-session-2 .pickup-lecturer .lecturerRole {
    margin-top: 2em;
    text-align: center;
}
#pickup-session-2 .pickupLecturerImg {
    text-align: center;
}
#pickup-session-2 .pickupLecturerImg img {
    margin: auto;
}
#pickup-session-2 .pickup-lecturer .pickupLecturerTxt {
    padding-left: 0;
    padding-top: 10px;
}
/* === #pickup-session-3 === */
@media screen and (max-width: 820px) {
    #pickup-session-3 .pickup-lecturer {
        flex-direction: column;
    }
    #pickup-session-3 .pickup-lecturer .pickupLecturerTxt {
        padding-left: 0;
        padding-top: 10px;
    }
}
@media screen and (min-width: 641px) {
    #pickup-session-3 .pickupLecturerImg {
        max-width: 227px;
    }
    #pickup-session-3 .pickupLecturerTxt {
        flex-basis: auto;
    }
}

/* --- #pickup-K-1 -----------------*/
#pickup-K-1,
#pickup-K-1 h2 {
    color:#fff;
}
#pickup-K-1 {
	text-align: center;
	padding-bottom: 1em;
	background-color: #0B365B;
	background-image: url(../images/top/pickup-K-1-bg.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#pickup-K-1 h2 {
    margin-bottom:1.3em;
    padding:.3em 0;
    border:0 solid #959eaf;
    border-width:1px 0;
}
#pickup-K-1 h2 br {
    display: none;
}
#pickup-K-1 h3 {
    font-size:170%;
    margin-top:1em;
}
#pickup-K-1 h3 span {
    display:inline-block;
}
#pickup-K-1 h2:before,
#pickup-K-1 h2:after { background:#959eaf; }
#pickup-K-1 h2:before { top:-4px; }
#pickup-K-1 h2:after { top:auto; bottom:-4px; }
#pickup-K-1 h2 span {
    padding:0;
    background:transparent;
}

#pickup-K-1 .pickup-detail {
	display: inline-block;
	width: 50%;
	float: left;
	background-color: #764B4C;
  position: relative;
}
/*#pickup-K-1 .pickup-detail p {
    display:table-cell;
    vertical-align:top;
    width:33%;
    padding:1em 0 0;
}*/

#pickup-K-1 .lecturer {
  width: 42%;
	display: inline-block;
	vertical-align: top;
	margin: 1em;
	background-color: #3B3B3B;
}
/*#pickup-K-1 .lecturer-pic {
    width:160px;
    height:160px;
    margin:0 auto .5em;
    padding:30px;
    background:rgba(66,104,144,.5);
    box-sizing:border-box;
}*/
/*#pickup-K-1 .lecturer-pic img {
    display:block;
    width:160px;
    height:160px;
}*/

ul.pickup-list {
	list-style-type: none;
	width:100%;
	position: relative;
	margin: 0px;
}
/*ul.pickup-list li {
	width: 22%;
  float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
  margin-bottom: 2em;
	text-align: left;
  box-sizing: border-box;
}*/
ul.pickup-list li {
  float: left;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 1.5em;
	text-align: left;
  box-sizing: border-box;
}

ul.pickup-list li .lecturer-pic {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
ul.pickup-list li .lecturer-pic img {
  width: 100%;
  height: auto;
}

ul.pickup-list .lecturer-company {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0;
}
ul.pickup-list .lecturer-division,
ul.pickup-list .lecturer-post{
  font-size: 80%;
}
ul.pickup-list .lecturer-name {
  font-size: 110%;
  font-weight: normal;
}
ul.pickup-list .adjustTxt {
  font-size: 98%;
}
/*ul.pickup-list .lecturer-name:after {
  font-size: 90%;
}*/

/* --- pickup list (4column) ------------*/
ul.pickupList {
	display: flex;
	flex-wrap: wrap;
  list-style-type: none;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 120%;
	box-sizing: border-box;
}

ul.pickupList li {
	display: flex;
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	color: #FFFFFF;
	font-size: 87.5%;
	background: rgba(63,162,228,0.8);
	box-sizing: border-box;
}

.pickupLecturerImg {
	flex-basis: 50%;
	line-height: 100%;
}
.pickupLecturerImg img {
  width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.pickupLecturerTxt {
  flex-basis: 50%;
  align-self: center;
  /*padding-top: 15px;*/
  /*padding-right: 5px;*/
  padding-left: 10px;
  box-sizing: border-box;
}

.lecturerName {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.lecturerName:after {
    content:"氏";
    font-size:75%;
    font-weight:normal;
    margin-left:.5em;
}

.lecturerCompany {
	font-weight: bold;
}

/* 5カラム */
ul.pickupList.column5 {
	margin-left: 15px;
	margin-right: 15px;
}
ul.pickupList.column5 li {
	width: calc(20% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	font-size: 81.25%;
}

ul.pickupList.column5 li .lecturerName {
	font-size: 1rem;
}
/*ul.pickupList.column5 li .lecturerCompany {
	font-weight: normal;
}*/
/**/

@media screen and (max-width: 960px) {
	/*ul.pickupList {
		margin-left: 5px;
		margin-right: 5px;
	}
	/*
	ul.pickupList li {
		width: calc(33.33% - 30px);
		margin-bottom: 40px;
	}
	*/
	ul.pickupList li {
		width: 75%;
		margin-left: auto;
		margin-right:   auto;
	}

	/* 5カラム */
	ul.pickupList.column5 {
		margin-left: 10px;
		margin-right: 10px;
	}
	ul.pickupList.column5 li {
		width: calc(25% - 20px);
	}
}

@media screen and (max-width: 768px) {
	/*ul.pickupList {
		margin-left: 0;
		margin-right: 0;
	}*/

	/* 5カラム */
	ul.pickupList.column5 {
		margin-left: 5px;
		margin-right: 5px;
	}
	ul.pickupList.column5 {
	}
	ul.pickupList.column5 li {
		width: calc(33.33% - 20px);
	}
}

@media screen and (max-width: 640px) {
	ul.pickupList {
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 20px;
	}
	/*ul.pickupList li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: flex;
	}*/
	ul.pickupList li {
		width: 100%;
	}
	.pickupLecturerImg {
		width: calc(50% - 10px);
	}

	.pickupLecturerTxt {
		width: calc(50% + 10px);
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 15px;
	}

	/* 5カラム */
	ul.pickupList.column5 {
		margin-left: 0;
		margin-right: 0;
	}
	ul.pickupList.column5 li {
		width: calc(50% - 20px);
		display: block;
	}
	ul.pickupList.column5 li .pickupLecturerImg {
		width: 100%;
	}

	ul.pickupList.column5 li .pickupLecturerTxt {
		width: 100%;
		padding-top: 15px;
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
	}
	
}

@media screen and (max-width: 460px) {
	/*ul.pickupList {
		margin-left: 0;
		margin-right: 0;
	}*/
	ul.pickupList li {
		flex-direction: column;
		width: 100%;
	}
	.pickupLecturerImg {
	    width: 100%;
	}
	.pickupLecturerTxt {
	    width: 100%;
	    padding-top: 1em;
	    padding-bottom: 1em;
	}

	/* 5カラム */
	ul.pickupList.column5 {
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.pickupList.column5 li {
		/*width: calc(50% - 20px);
		display: block;*/
	}
	/*ul.pickupList.column5 li .pickupLecturerImg {
		width: 100%;
	}

	ul.pickupList.column5 li .pickupLecturerTxt {
		width: 100%;
		padding-top: 15px;
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
	}*/
}

@media screen and (max-width: 360px) {
	ul.pickupList li {
		margin-bottom: 30px;
	}
	/*ul.pickupList li .pickupLecturerImg {
		width: 48%;
	}*/
	/*ul.pickupList li .pickupLecturerTxt {
  	width: 52%;
		padding-left: 15px;
	}*/

	/* 5カラム */
	ul.pickupList.column5 {
		margin-left: 0;
		margin-right: 0;
	}
	ul.pickupList.column5 li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: flex;
		/*align-items: center;*/
	}
	
	ul.pickupList.column5 li .pickupLecturerImg {
		width: 48%;
	}

	ul.pickupList.column5 li .pickupLecturerTxt {
		width: 52%;
		padding-top: 5px;
		padding-right: 0;
		padding-left: 15px;
		padding-bottom: 0;
	}
	
}

/* --- #pickup-lecturer ------------*/
#pickup-lecturer,
#pickup-lecturer h2 {
    color:#e9eaec;
}
#pickup-lecturer {
    background:#212d42;
}
#pickup-lecturer h2 {
    font-size:125%;
    margin-bottom:1.3em;
    padding:0 0 .3em;
    border:0 solid #646c7b;
    border-width:0 0 1px;
}
#pickup-lecturer h2:before,
#pickup-lecturer h2:after { content:none; }
#pickup-lecturer h2 span {
    padding:0;
    background:transparent;
}

#pickup-lecturer p {
    font-size:90%;
    line-height:inherit;
}
#pickup-lecturer em {
    font-size:125%;
    font-weight:bold;
}
#pickup-lecturer .pickup-detail {
    display:table;
    width:100%;
}
#pickup-lecturer .pickup-detail p {
    display:table-cell;
    vertical-align:top;
    width:33%;
    padding:1em 0 0;
}
#pickup-lecturer .pickup-detail:nth-of-type(2) p {
    padding-top:2em;
}
#pickup-lecturer .lecturer-name {
    display:inline-block;
    font-size:120%;
    font-weight:normal;
    margin-top:.1em;
}
#pickup-lecturer .lecturer-name:after {
    font-size:70%;
}

/* --- #pickup  --------------------*/
#pickup,
#pickup h2 {
  color:#fff;
}
#pickup {
  color:#fff;
	padding-bottom: 0;
  /*background-color:#495c81;
  background-image:url(../images/top/pickup-bg.png),url(../images/top/pickup-bg-2.png);
  background-repeat:repeat-y,repeat;
  background-position:50% 50%,50% 50%;*/
	/*background: #364a6f url(../images/top/lead-bg.jpg) repeat 50% 0;*/
	/*background: linear-gradient(to right, rgba(54,74,111,1) 0%,rgba(54,74,111,0) 40%,rgba(54,74,111,0) 60%,rgba(54,74,111,1) 100%),url(../images/top/lead-bg.jpg) repeat 50% 0;*/
    position:relative;
    background: #d8dee9 url(../images/top/lead-bg2.jpg) repeat 0 0;
    background-size: cover;
    background-position: 50% 50%;
}
#pickup::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*background: rgba(0,0,0,0.5);*/
}
#pickup::after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,127,152,0.3);
    background: -moz-linear-gradient(125deg, rgba(0,127,152,0.3) 0%, rgba(137,119,189,0.3) 100%);
    background: -webkit-linear-gradient(125deg, rgba(0,127,152,0.3) 0%, rgba(137,119,189,0.3) 100%);
    background: linear-gradient(125deg, rgba(0,127,152,0.3) 0%, rgba(137,119,189,0.3) 100%);
}
#pickup .wrapper {
     position:relative;
     z-index:1;
}

#pickup .lecturer-list {
  /*display:table;*/
  width:100%;
  margin-top:.8em;
  padding-bottom: 3em;
}
#pickup .lecturer-list .lecturer {
	/*display:table-cell;*/
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
#pickup .single .lecturer {
  width:100%;
}

#pickup h2 {
	margin-bottom: 1.3em;
	/*padding: .3em 0;*/
	font-size: 180%;
	text-shadow: 1px 1px 0 rgb(0,0,0,0.3);
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-bottom-style: solid;
	border-top-style: solid;
}
#pickup h2:before,
#pickup h2:after { background:transparent; }
#pickup h2:before { top:-4px; }
#pickup h2:after {
    top:1.5em;
    left: 50%;
    /*bottom:-4px;*/
    width: clamp(160px, 20vw, 300px);
    background: #fff;
    transform: translateX(-50%);
}
#pickup h2 span {
    padding:0;
    background:transparent;
}
#pickup h3 {
	margin-top: 0;
  margin-bottom: 1em;
	font-size: 120%;
}

#pickup .lecturer-list .lecturer-pic {
    width:160px;
    height:160px;
    margin-right: 1em;
}

/*#pickup .session-title {
    font-size:175%;
    font-weight:bold;
    line-height:1.2;
    margin:0;
}
#pickup .session-subtitle {
    position:relative;
    font-size:115%;
    font-weight:bold;
    line-height:1.3;
    margin:.6em 0 0;
    padding-bottom:.8em;
}
#pickup .session-subtitle:after {
    content:"";
    display:block;
    position:relative;
    bottom:-.8em;
    width:50%;
    height:1px;
    background:#779589;
}
#pickup .session-subtitle span {
    display:inline-block;
}
#pickup .lecturer-post {
    margin-top:0;
}
#pickup .lecturer-post img {
    display:block;
    max-width:90px;
    margin-top:.5em;
}
#pickup .lecturer-name {
    font-size:170%;
    margin-top:.5em;
}
#pickup .lecturer-pic {
    max-width:249px;
}*/

/* --- .infoBox --------------------*/

#contents .infoBox {
	padding: 40px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 100%;
}

#contents .infoBox .mypageLnk {
	font-size: 120%;
	text-align: center;
	margin-bottom: 1.5em;
}

#contents .infoBox h1 {
	text-align: left;
	font-size: 140%;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 0px;
}
#contents .infoBox h2 {
	border: none;
	color: #000000;
	text-align: left;
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#contents .infoBox h2::before,
#contents .infoBox h2::after {
	display: none;
}

#contents .infoBox ul {
	margin-left: 2.1em;
	margin-right: 2.1em;
}

#contents .lecturer a:link,
#contents .lecturer a:visited {
	color: #FFFFFF;
}

/* --- .infoBox2 --------------------*/

#contents .infoBox2 {
	padding: 20px;
	/* background-color: #FFFFFF; */
	color: #fff;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 100%;
    border: 2px solid #fff;
}

#contents .infoBox2 .mypageLnk {
	font-size: 120%;
	text-align: center;
	margin-bottom: 1.5em;
}

#contents .infoBox2 h1 {
	text-align: left;
	font-size: 140%;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 0px;
}
#contents .infoBox2 h2 {
	border: none;
	color: #fff;
	text-align: left;
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#contents .infoBox2 h2::before,
#contents .infoBox2 h2::after {
	display: none;
}

#contents .infoBox2 ul {
	margin-left: 2.1em;
	margin-right: 2.1em;
}

/* #contents .lecturer a:link,
#contents .lecturer a:visited {
	color: #FFFFFF;
} */

/* --- .infoBox3 --------------------*/

#contents .infoBox3 {
	padding: 20px;
	/* background-color: #FFFFFF; */
	color: #000000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 100%;
    font-weight: 500;
    border: 2px solid #000000;
}

#contents .infoBox3 .mypageLnk {
	font-size: 120%;
	text-align: center;
	margin-bottom: 1.5em;
}

#contents .infoBox3 h1 {
	text-align: left;
	font-size: 140%;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 0px;
}
#contents .infoBox3 h2 {
	border: none;
	color: #000000;
	text-align: left;
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#contents .infoBox3 h2::before,
#contents .infoBox3 h2::after {
	display: none;
}

#contents .infoBox3 ul {
	margin-left: 2.1em;
	margin-right: 2.1em;
}

/* #contents .lecturer a:link,
#contents .lecturer a:visited {
	color: #FFFFFF;
} */

/* --- #sponsor --------------------*/
#sponsor h2 {
    font-size:90%;
    line-height:1;
    padding:.3em;
    background:#d9e2e8;
    /* background: #fff; */
    border-radius:1em;
}
#sponsor h2:not(:first-child) {
    margin-top:2em;
}
#sponsor h2 span {
    background:transparent;
}
#sponsor h2:before,
#sponsor h2:after {
    content:none;
}
#sponsor ul {
    text-align:center;
    letter-spacing:-.4em;
    margin:0 auto;
}
#sponsor li {
    list-style:none;
    display:inline-block;
    vertical-align:middle;
    letter-spacing:normal;
    margin:20px 30px;
}
#sponsor #sponsor-gold li:nth-of-type(4),
#sponsor #sponsor-gold li:nth-of-type(5) {
    margin:10px 60px;
}

#sponsor li img {
    max-width:175px;
    max-height:64px;
}
#sponsor li img.adjustW,
#sponsor li img.adjustW2 {
    max-width:200px;
}
#sponsor li img.adjustH {
    max-height:44px;
  margin-top: 0.5em;
}
/*#sponsor .wide-h {
    margin-top:15px;
    margin-bottom:15px;
}*/
#sponsor-platinum li img {
    max-width:300px;
    max-height:100%;
  margin-top: 1em;
}
#sponsor-platinum li img.adjustH {
    max-height: 56px !important;
}
#sponsor-all,
#sponsor-gold,
#sponsor-silver {
  max-width: 95%;
}
#sponsor-lecture li {
    margin:10px 40px;
}
#sponsor-lecture li img {
    max-height: 60px;
}
#sponsor-lecture li img.adjustW {
    max-width: 230px;
}
/*
#sponsor .sponsor-gold li,
#sponsor-media2 li {
    margin-top:0;
}
#sponsor-silver li,
#sponsor-lecture li {
    margin-bottom:0;
}
*/
@media screen and (min-width: 584px) {
    #sponsor-media1 {
        /*max-width: 650px; 最後のロゴだけ改行されるのを解消するため*/
			width: 95%;
    }
}

/* --- #overview --------------------*/
#overview,
#overview h2 span {
    color:#2f4858;
    background:#eaeff3;
}
#overview figure {
    font-size:90%;
    line-height:1.3;
    margin:.8em 0 1em;
}
#overview .level2 p {
    margin:.5em 0;
}
#overview-title .level2 p:first-child {
    font-size:120%;
}
#overview-place .level2 .venue {
    margin-bottom:0;
}
#overview-place .level2 .adress {
    margin-top:.2em;
}
#overview-place .level2 .access {
    font-size:90%;
    line-height:1.4;
    margin-top:.8em;
}
#overview-place .level2 .access li {
    margin:.5em 0;
}
#overview-place .level2 p.access {
    display:list-item;
    margin-left:1.5em;
}
#overview-promoter li {
    margin:.5em 0;
}

#overview h4 {
  font-size: 90%;
  margin-top: 1em;
  /*font-weight: normal;*/
}
#overview h4 + ul.note {
  margin-top: 0.5em;
}
#overview ul.note {
  color: #2f4858;
  margin-bottom: 1em;
}

/* --- #timetable --------------------*/
#timetable h3 {
    font-size: 135%;
    text-align: center;
    text-align: left;
	color: #2f4858;
	max-width: 1024px;
	padding: 0 5px;
	margin: 50px auto 10px; 
}
@media screen and ( max-width:769px) {
	#timetable h3 {
		font-size: 110%;
		text-align: center;
	}
}

#nav-dates + section h3,
#timetable > section + section h3 {
    margin-top: 3em;
}
#timetable h4 {
    font-size:75%;
    text-align:center;
    line-height:1;
    color:#fff;
    margin:1em 0; */ /* Date無効化による上ツメ */
}
#timetable h5,
#timetable .titleInfo {
    font-size:110%;
    line-height:1.2;
    color:#2f4858;
    margin:.5em 0 0;
  font-weight: bold;
}
#timetable h5 span {
    display:block;
    font-size:85%;
    margin:.3em 0 0;
}
#timetable h5 span.subTtl {
    font-weight: normal;
}
#timetable .timetable-lunch h5 {
    /* text-align: center; */
    text-align: left;
}
#timetable h6 {
    position:relative;
    font-size:95%;
    line-height:1;
    color:#2f4858;
    padding:.4em .3em;
    border-left:8px solid #cdd9e0;
}

#timetable .wrapper ul.note {
	margin-bottom: 20px;
}
/*
#timetable i {
    vertical-align:middle;
}
#nav-timetable i {
    color:#999;
    margin:0 .5em .1em .2em;
}
#timetable .btn-detail i,
#timetable .btn-profile i {
    margin-right:.2em;
}
#timetable .btn-timetable-navi i {
    margin-right:.3em;
}
*/
#nav-timetable {
    margin-top:1.5em;
    /*margin-bottom:5em;*/
}
#nav-timetable dt {
    font-size:65%;
    text-align:center;
    line-height:1;
    color:#fff;
    padding:.5em;
}
#nav-timetable dd {
    padding:.3em;
}
#nav-timetable p {
    font-size:70%;
    margin:0;
}
#nav-timetable > p {
    font-size: inherit;
    font-weight: bold;
    text-align: center;
    color: #2f4858;
    margin-bottom: .5em;
}
#nav-timetable .level1 + p {
    margin-top: 1.5em;
}
#nav-timetable dd > a:not(:first-child) p {
    margin-top:.3em;
}
#nav-timetable b {
    color:#555;
}
#nav-timetable span + b {
    display: inline-block;
    margin-left:.2em;
    margin-bottom: .3em;
}
#nav-timetable a {
    text-decoration:none;
    color:#444;
}
#nav-timetable a:hover p {
    background:#eee;
}
#nav-timetable .timetable-date,
#nav-timetable .level2,
#nav-timetable .session-id {
    vertical-align:middle;
}
#nav-timetable .session-id {
  font-size:85%;
  margin-right:.3em;
  line-height: 100%;
  padding: 0.5em;
  vertical-align: text-bottom;
}
#nav-timetable .lecturer {
    /*display:inline-block;*/
    font-size:inherit;
    /*margin:.1em 0 0;*/
}
#nav-dates {
    margin: 50px 0;
}
#nav-dates ul {
    list-style-type: none;
    margin-left: 0;
    text-align: center;
}
#nav-dates li {
    display: inline-block;
    margin: 0 20px;
}
#nav-dates li a {
    display: block;
    text-decoration: none;
    
}
#timetable .level1,
#timetable .level2,
#timetable .level3 {
    border:0 solid #9baebc;
    box-sizing:border-box;
}
#timetable .level1 {
    display:table;
    width:100%;
}
#timetable .level2 {
    border-bottom-width:1px;
}
#nav-timetable > p + .level1 .level2,
/* #timetable > section:nth-of-type(2) .level2,*//*単日開催の場合は有効にする*/
#timetable section > .level1:first-of-type .level2 /*複数日開催の場合は有効にする*/{
    border-top-width:1px;
}
#timetable .timetable-date,
#timetable .level2 {
    display:table-cell;
    vertical-align:top;
}
#timetable .level3,
#timetable .single .level2 {
    padding:.8em .5em;
}
#timetable .timetable-date {
    width:3em;
/*    background:#9baebc;*/
	background:#9bbcb6;
}
#timetable .timetable-date-2 {
    width:3em;
	background:#c3a994;
}
#timetable .timetable-date h4::before {
    content:"";
    display: inline-block;
    font-size:85%;
    margin-bottom: .75em;
    padding: .5em .75em;
    /*background: rgba(0,0,0,0.3);*/
    /*border-radius: 50px;*/
    /* border: 4px double rgba(255,255,255,0.7); */ /* 上下の線 */
    border-width: 4px 0;
}
#timetable .timetable-lunch .timetable-date h4::before {
    display: none;
}
#timetable #day-1 .timetable-date h4::before {
    /* content:"Day-1"; */
}
#timetable #day-2 .timetable-date h4::before {
    /* content:"Day-2"; */
}
@media screen and (max-width: 768px) {
    #timetable .timetable-date h4::before {
        padding-left: .4em;
        padding-right: .4em;
    }
}
#timetable .timeBox {
  width:100%;
  padding: 0.2em;
  box-sizing: border-box;
  background-color: #9baebc;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border-radius: 1em;
  margin-bottom: 1em;
}
#timetable .level1:nth-child(odd) .timetable-date {
/*	background-color: #8196A6;*/
	background-color: #81a69f;
}
#timetable .level1:nth-child(odd) .timetable-date-2 {
	background-color: #ae9279;
}
#timetable .timetable-date span {
    display:block;
}
#timetable .timetable-date span:nth-of-type(2) {
    display:inline-block;
    transform:rotate(90deg);
}
#timetable .timetable-date span:nth-of-type(4) {
    font-size:90%;
    font-weight:normal;
    margin-top:.5em;
}
#timetable .session-id,
#timetable .session-category,
#timetable .session-info {
    display:inline-block;
    font-size:75%;
    line-height:1;
    color:#fff;
    margin:.1em 0;
    padding:.5em .8em;
    background:#5a6871;
    border-radius:3px;
}
#timetable .session-category.tsuuyaku {
	  background-color: #815293;
}
#timetable .session-category.lunch {
	  background-color: #5E99B9;
}
#timetable .session-category.ex1 {
    background-color: #2f9842;
}
#timetable .session-category.ex2 {
    background-color: #cd6413;
}
#timetable .session-category.special {
  background-color: #E09200;
  color: #ffffff;	  /*background-color: #fff;
	  color: #ff594e;
	  border: 1px solid #ff594e;*/
}
#timetable br + .session-category {
    margin-top: 1.5em;
}

.session-maesub {
	font-weight: bold;
	font-size: 85%;
	margin-bottom: 0;
	color: #2f4858;
}
#timetable .session-maesub + h5 {
	margin-top: 0.2em;
}

#timetable .session-id {
    width:2.8em;
    text-align:center;
}
#timetable .session-id.track1 { background:#942828; }
#timetable .session-id.track2 { background:#296322; }
#timetable .session-id.track3 { background:#014f92; }
#timetable .session-id.track4 {
	background-color: #925B00;
}
#timetable .btn-detail {
    position:relative;
    margin-bottom:0;
    padding-top:.6em;
	display: inline-block;
}
#timetable .btn-detail:after {
    content:"";
    display: inline-block;
    position:absolute;
    top:-2px;
		left: 0;
    width:5em;
    height:6px;
    background:#cdd9e0;
    border-radius:6px;
}
#timetable .btn-detail a {
    font-size:95%;
    text-decoration:none;
    color:#444 !important;
}
#timetable .btn-detail a::before {
    content: "";
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    margin-right: 0.2em;
    vertical-align: middle;
    background: url(../images/ico-session-info.svg);
    transform: translateY(-2px);
}
#timetable .btn-detail a:hover {
    text-decoration:underline;
}

#timetable .btn-profile {
    margin:.1em 0 0;
}
#timetable .session-info {
    line-height:1.3;
    color:inherit;
    padding-left:.2em;
    background:transparent;
}
#timetable .btn-profile a {
    display:inline-block;
    font-size:80%;
    text-decoration:none;
    line-height:1;
    color:#999;
    padding:.6em .8em;
    border:1px solid #999;
    border-radius:2em;
}
#timetable .btn-profile a:hover {
    background:#eee;
}
#timetable .btn-timetable-navi {
    display:inline-block;
    position:fixed;
    bottom:10px;
    right:5em;
    margin:0;
    z-index:1000;
}
#timetable .btn-timetable-navi a {
    display:block;
    text-decoration:none;
    line-height:1;
    color:#fff;
    padding:.8em;
    background:#738da0;
    background:rgba(115,141,160,.9);
    border-radius:3px;
}
#timetable .btn-timetable-navi a:hover {
    opacity:.8;
}
#timetable .lecturer-list .lecturer h5 {
  margin-bottom: 1em;
}
#timetable .lecturer-list .lecturer + h5 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #CCCCCC;
}

#timetable .lecturer {
    font-size:85%;
    color:#555;
    margin:1em 0 0;
}
#timetable .lecturer-list .lecturer .btn-detail {
  font-size: 115%;
}
#timetable .lecturer-pic,
#pickup .lecturer-pic{
	float:left;
	width:80px;
	height:80px;
	margin-right: 0.7em;
	margin-bottom: 0.5em;
}
#timetable .level1:not(.single) .lecturer-company {
    font-size:105%;
    margin-bottom:.1em;
}
#timetable .level1:not(.single) .lecturer-name {
    font-size:130%;
}
#timetable dl.lecturer-list dt {
    font-size:75%;
    font-weight:bold;
    line-height:1;
    color:#2f4858;
    margin:1.3em 0 0;
    padding:.3em .8em;
    background:#cdd9e0;
    border-radius:1em;
}
#timetable .session-detail {
    margin-top:1em;
}
#timetable .session-overview p {
    font-size:90%;
    line-height:1.4;
    margin:.8em 0;
}
#timetable .session-overview {
    position:relative;
    margin-top:1em;
}
#timetable .lecturer-profile {
    font-size:90%;
    line-height:1.4;
    margin:1em 0;
}
#timetable .lecturer-profile dt {
    font-size:110%;
    font-weight:bold;
}
#timetable .lecturer-profile dd {
    padding-left:.3em;
    border-left:8px solid transparent;
}
#timetable .lecturer-profile dd p {
    font-size:90%;
    line-height:1.4;
}
#timetable .lecturer-profile .lecturer-workspace {
    margin:.3em 0 0;
}
#timetable .lecturer-profile .lecturer-biography {
    margin:1em 0 0;
}

#colorbox .session-overview-title {
	clear: both;
	display: inline-block;
	padding-top: 5px;
	border-bottom: 3px solid #cdd9e0;
	font-size: 90%;
}
#colorbox .session-overview-text {
	/*width: 90%;*/
	font-size: 90%;
	margin-top: 10px;
	padding-right: 0.2em;
	box-sizing: border-box;
}

#colorbox h5 + h6 {
	margin-top: 10px;
}
#cboxLoadedContent {
	overflow-x: hidden !important;
}
#timetable .lecturer + h5 {
    margin-top:1.5em;
}
#timetable .level2 header + p {
    font-size:90%;
    line-height:1.4;
    margin-bottom:.5em;
}
#timetable .single .lecturer-pic {
    width:120px;
    /* height:120px; */
    height: 135px;
}
#timetable .single .lecturer-name,
#timetable .single .btn-profile {
    display:inline-block;
    vertical-align:middle;
}
#timetable .single .btn-profile {
    margin-left:.3em;
}
#timetable #K-3 .session-overview p:nth-of-type(2),
#timetable #K-3 .session-overview p:nth-of-type(2) a {
    font-weight:bold;
    color:#00A0F4;
}
#timetable #K-3 .session-overview p:nth-of-type(2) a:hover {
    text-decoration:none;
}
#timetable #K-3 .session-overview p:nth-of-type(2) i {
    margin-left:.2em;
}

#timetable .level2.timetable-repeat {
  padding: 0 !important;
}
#timetable .level2.timetable-repeat .timetable-repeat-box {
  border-bottom: 1px dashed #C0CBD4;
}

#timetable .level2.timetable-repeat .timetable-repeat-box.groupSession {
  border-bottom-style: none;
}

/* --- #precautions --------------------*/
#precautions,
#precautions h2 {
    color:#fff;
}
#precautions h2 span {
	background-color: #324C64;
}
#precautions {
	font-size: 90%;
	background-color: #324C64;
}
#precautions h2 {
  font-size: 166.6%;
}
#precautions ul {
	padding-left: 1em;
	padding-right: 1em;
}
#precautions ul li {
	margin-bottom: 0.3em;
}

#precautions ol {
	padding: 0;
  margin-left: 0em;
  margin-right: 0em;
  list-style-type: none;
}
#precautions ol li {
  padding-left: 2em;
  text-indent: -2em;
}

#precautions ul ol {
	margin-top: 1em;
}

/* --- #exhibition --------------------*/
#exhibition .level1 {
    margin:2em 0;
    padding-bottom:2em;
    border-bottom:1px solid #cdd9e0;
}
#exhibition .level1:nth-of-type(2) {
    margin-top:2.5em;
}
#exhibition h3 {
    position:relative;
    text-align:center;
    color:#2f4858;
    margin:0 0 1.5em;
    padding-bottom:.5em;
}
#exhibition h3:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    right:0;
    bottom:-6px;
    width:30%;
    max-width:256px;
    height:6px;
    margin:auto;
    background:#cdd9e0;
    border-radius:6px;
}
#exhibition h3 span {
    display:inline-block;
}
#exhibition h4 {
    font-size:110%;
    font-weight:bold;
    margin-bottom:.8em;
    padding:.3em;
    border-left:8px solid #cdd9e0;
}
#exhibition .booth-logo {
    text-align:center;
}
#exhibition .booth-logo img {
    /*display:block;*/
    max-width:200px;
    max-height: 100px;
    margin:0 auto;
}
#exhibition .booth-logo img.adjustH {
    max-height: 80px;
}
#exhibition .booth-logo img.adjustW {
    width: 230px;
    max-width: 90%;
}
#exhibition .booth-info {
    font-size:90%;
}
#exhibition .booth-info p {
    line-height:1.4;
    margin:0 0 .8em;
}
#exhibition .booth-info dl,
#exhibition .booth-info ul {
    margin-top:1em;
}
#exhibition .booth-info dt {
    font-size:110%;
    font-weight:bold;
}
#exhibition .booth-info li {
    margin-top:.5em;
}

/* viewing-test */
.vt-header {
/*	height: 80px; */
	width: 100%; 
	margin: 0 auto; 
	background: #fff; 
	border-bottom: 1px solid #B6B6B6;
}

.vt-header ul {
	list-style: none; 
	display: flex; 
	padding: 15px 0; 
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
}

.vt-header ul li img{
	height: 50px;
}
.vt-header .right {
	margin-left: 50px;
}

.video {
	width: 80%;
	padding-bottom: 30px;
}

@media (max-width: 760px) {
	.vt-header ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.vt-header ul li {
		margin-top: 20px;
		margin-left: 0;
	}
	.video {
		width: 100%;
		padding-bottom: 10px;
	}
	.vt-header .right {
	margin-left: 0;
		margin-top: 20px;
	}
}




/* --- #footer --- /////////////////////////////////////////////////*/
#footer {
    font-size:80%;
    text-align:center;
    color:#fff;
    background:#292929;
}
#footer .wrapper {
    padding:1.3em 0;
}
#footer p a {
    text-decoration:none;
    color:#fff;
}
#footer .specific-trade-law {
    font-size:80%;
    margin:.5em 0;
}
#footer .specific-trade-law a{
    padding:.3em .5em;
    border:0 solid #fff;
    border-width:0 0 1px;
}
#footer .specific-trade-law a:hover{
    opacity:.8;
}
#footer .page-top {
    position:fixed;
    bottom:10px;
    right:10px;
    margin:0;
    z-index:1000;
}
#footer .page-top a {
    display:block;
    padding:.5em 1em;
    background:#2f4858;
    background:rgba(47,72,88,.8);
    border-radius:3px;
}
#footer .page-top a:hover {
    opacity:.8;
}
/*
#footer .page-top i {
    display:block;
}
*/
#footer .page-top a span::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 1px;
    background-image: url(../images/ico-top.svg);
}

/* --- Media Query --- //////////////////////////////////////////////*/

/* 展示がオープンになったら丸々削除 */
/*
@media (max-width: 320px) {
  #navigation li span {
	display: block;
  }
  #navigation li a {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  #navigation.fixed li a {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
  #navigation li.submit a {
    padding-top: 1.1em !important;
    padding-bottom: 1.1em !important;
  }
  #navigation.fixed li.submit a {
    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
  }
}
*/
/**/

@media (max-width: 320px) {
    #timetable h4 {
        top:7.5em !important;
    }
}
@media (max-width: 430px) {
  #navigation li {
    width: auto;
  }
    /*#pickup {
        background:url(../images/top/lead-bg-t.jpg) repeat-y 50% 50%;
    }*/
    #pickup h2 {
        margin-bottom:1em;
    }
    #timetable > .wrapper:not(:first-child) {
        padding-right:0;
        padding-left:0;
    }
}
@media (min-width: 431px) {
    #nav-timetable dd {
        padding-right:.5em;
        padding-left:.5em;
    }
    #nav-timetable .level2 {
        border-right-width:1px;
    }
}
@media (max-width: 460px) {
    #timetable .single .lecturer-pic,
  #pickup .lecturer-pic {
        float:none;
        margin:0 0 .5em;
    }
  #navigation .event-name {
      line-height:1.3;
  }
  #sponsor li {
    /*display: block;*/
    margin-right: 20px;
    margin-left: 20px;
  }
  #sponsor ul#sponsor-support li:nth-of-type(3) {
      margin-top: 10px;
  }
  #sponsor ul#sponsor-support li:nth-of-type(5) {
      margin-top: 0;
  }
  #sponsor ul#sponsor-support li:nth-of-type(4),
  #sponsor ul#sponsor-support li:nth-of-type(6),
  #sponsor ul#sponsor-support li:nth-of-type(7) {
      margin-top: 0;
      margin-bottom: 0;
  }
  #sponsor ul#sponsor-support li:nth-of-type(8),
  #sponsor ul#sponsor-support li:nth-of-type(9) {
      margin-bottom: 0;
  }
  #sponsor ul#sponsor-support li:nth-of-type(10),
  #sponsor ul#sponsor-support li:nth-of-type(11) {
      margin-bottom: 10px;
  }
}
@media (min-width: 461px) {
   /* #pickup .lecturer-post {
        position:relative;
        display:inline-block;
    }
    #pickup .lecturer-post img {
        position:absolute;
        bottom:0;
        right:-110px;
        margin-right:.5em;
    }*/
}
@media only screen and (max-width: 768px) {
    #contents,
    #footer {
        font-size:115%;
        line-height:1.3;
    }
    #precautions,
    #timetable {
        padding-top:calc(1.5em + 42px);
        padding-bottom:5em;/* for ".page-top" */
    }
    #timetable .btn-submit a,
    #exhibition .btn-submit a {
        width:80%;
    }

		#exhibition .booth-logo img.adjustW {
				max-width: 220px;
		}
    #navigation {
        font-size:90%;
    }
    #contents h2 {
        font-size:130%;
    }
    #SMP_STYLE p {
        margin-bottom:1.5em;
    }
    #SMP_STYLE dt.title {
        display: block;
        width: 100%;
        padding:0;
    }
    #SMP_STYLE dd.data {
        display: block;
        width:100%;
        margin-bottom:12px;
    }
    #information .closed {
        text-align:left;
    }
    /*
    #lead {
        padding-bottom:50%;
        background-image:url(../images/lead-bg.png);
        background-size:180%;
    }
    #lead h2 {
        margin-bottom:1em;
    }
    #lead p {
        padding-right:.2em;
        padding-left:.2em;
    }
    */
    #chairman {
        padding-bottom: 1em;
    }
    #chairman img {
        width:100%;
    }
    #chairman .profile {
        max-width:500px;
        font-size:80%;
        margin:2em auto;
    }
    #chairman dl {
        margin:.8em 0;
    }
    #chairman dd p {
        margin:.5em 0;
    }
    #chairman .chairman-2 {
        margin-bottom: 2.5em;
    }
    #pickup .lecturer {
        margin-bottom: 1em;
    }
    #pickup-K-1 h2 {
      text-align: left;
    }
    #pickup-K-1 h2 br {
      display: block;
    }
    #pickup-K-1 h3 {
        font-size:150%;
    }
    #pickup-K-1 .lecturer {
        display:block;
    }
    #pickup-lecturer .pickup-detail,
    #pickup-lecturer .pickup-detail p {
        display:block;
        padding:0;
    }
    #pickup-lecturer .pickup-detail {
        font-size:90%;
    }
    #pickup-lecturer .pickup-detail p {
        width:70%;
        margin:1.5em auto;
    }
    #pickup-lecturer .pickup-detail:nth-of-type(2) p {
        padding-top:inherit;
    }
    #pickup-lecturer .pickup-detail p:first-child {
        margin-top:2.5em;
    }
    #pickup-lecturer .pickup-detail p:last-child {
        margin-bottom:0;
    }
    /*#pickup .session-subtitle:after {
        width:80%;
    }
    #pickup .lecturer-name {
        font-size:150%;
    }
    #pickup .lecturer-pic {
        display:block;
        margin:1em auto;
    }*/

    ul.pickup-list li {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
      margin-bottom: 1.5em;
    }
    ul.pickup-list li .lecturer-pic {
      width: 60%;
      margin-left: 20%;
      margin-right: 20%;
    }

    #sponsor h2 {
        font-size:95%;
    }
    #sponsor #sponsor-gold li:nth-of-type(4),
    #sponsor #sponsor-gold li:nth-of-type(5) {
        margin:10px 30px;
    }
    #overview h3 {
        font-size:85%;
        line-height:1;
        color:#fff;
        margin-bottom:.8em;
        margin-right:.3em;
        margin-left:.3em;
        padding:.5em .8em;
        background:#9BAEBC;
        border-radius:1em;
    }
    #overview figure {
        font-size:85%;
        line-height:1.4;
        color:#2f4858;
        padding:.5em;
        background:#f5f7f9;
    }
    #overview .level2 {
        padding-right:.8em;
        padding-left:.8em;
    }
    #overview-promoter .level2 > ul {
        margin-left:0;
    }
    #overview-promoter .level2 > ul > li {
        list-style:none;
    }
    #overview-promoter figure {
        margin:0;
    }
    #overview-promoter figure li {
        margin:.8em 0;
    }
    #overview-promoter figure li:last-child {
        margin-bottom:0;
    }
    #overview-promoter #promoter1 {
        margin-top:1em;
        padding-top:1em;
    }
    #overview-promoter #promoter2 figcaption {
        margin-bottom:.8em;
    }
    #overview-promoter #promoter2 li {
        margin:.3em 0;
    }
    #overview-promoter #promoter3 {
        margin-bottom:1em;
        padding-bottom:1em;
    }
    #timetable h4 {
        position:-webkit-sticky;
        position:sticky;
        top:6.2em;
    }
    #timetable h5 span {
        margin-top:.5em;
    }
    #nav-timetable dd > a:not(:first-child) p {
        margin-top:.5em;
    }
    #nav-timetable p > .lecturer:not(:nth-last-child(2)) {
        display:block;
    }
    #nav-dates {
        display: none; 
    }
    #timetable .level3,
    #timetable .single .level2 {
        padding-top:.5em;
    }
    #timetable .level2 > .level3:not(:first-child) {
        border-top-width:1px;
    }
    #timetable .lecturer-company {
        font-size:110%;
    }
    #timetable .btn-profile {
        font-size:90%;
    }
    #timetable .btn-timetable-navi {
        font-size:80%;
    }
    #timetable .session-category,
    #timetable .session-id {
        line-height:1.2;
    }
    #precautions h2 {
        margin-bottom:1em;
    }
    #precautions p {
        padding-right:.2em;
        padding-left:.2em;
    }
    #precautions ul {
      padding-left: 0em;
      padding-right: 0em;
    }

    #exhibition h2 + p {
        text-align:center;
    }
    #exhibition .booth-logo {
        margin:1em 0;
    }
    #footer .page-top {
        font-size:80%;
    }
    .swiper-slide img {
        width:100%;
    }
}
@media only screen and (min-width: 769px) {
    .wrapper {
        max-width:1024px;
    }
    #precautions,
    #timetable {
        padding-bottom:6.5em;/* for ".page-top" */
    }
    #timetable .btn-submit a,
    #exhibition .btn-submit a {
        width:50%;
    }
    #timetable h2 + p,
    #exhibition h2 + p {
        text-align:center;
    }
    #navigation li {
        min-width:11.5em;
    }
    #information div.closed p {
        line-height:1.4;
        margin:.5em 0;
    }
    #information div.closed p:last-of-type {
        margin-bottom:1em;
    }
    #register p {
        text-align:center;
    }
    #register p span {
        display:inline-block;
    }
    /*#SMP_STYLE p {
        margin-bottom:1.5em;
    }
    #SMP_STYLE input.submit {
        width:25%;
    }*/
    /*
    #lead {
        padding-bottom:320px;
    }
    #lead h2 {
        text-align:center;
    }
    #lead .wrapper {
        width:70%;
        max-width:710px;
    }
    */
    #chairman img,
    #chairman dl {
        width:49%;
    }
    #chairman dt {
        margin-bottom:.7em;
        padding-bottom:.2em;
        border-bottom:1px solid #8e5c6c;
    }
    #chairman .profile {
        display:flex;
        display:-ms-flexbox;
        align-items:center;
        -ms-flex-align:center;
        justify-content:space-between;
        -ms-flex-pack:justify;
    }
    .chairman-2 img { order:2; -ms-flex-order:1; }
    .chairman-2 dl { order:1; }
    /*#pickup .pickup-detail {
        display:table;
    }
    #pickup .lecturer-pic,
    #pickup .pickup-detail div {
        display:table-cell;
        vertical-align:middle;
    }
    #pickup .pickup-detail div {
        padding-left:1em;
    }
    #pickup .session-subtitle span {
        display:inline-block;
    }*/
    #sponsor h2 {
        letter-spacing:1px;
    }
    #overview .level1 {
        display:table;
        width:100%;
        border:0 solid #9facb5;
        border-width:0 1px 1px;
        box-sizing:border-box;
    }
    #overview h2 + .level1 {
        margin-top:1em;
        border-top-width:1px;
    }
    #overview h3,
    #overview .level2 {
        display:table-cell;
        vertical-align:middle;
    }
    #overview h3 {
        width:15%;
        font-size:85%;
        text-align:center;
        margin:0;
        padding:.5em;
        background:#d7dee3;
    }
    #overview .level2 {
        padding:.5em 1em;
        background:#f5f7f9;
    }
    #overview-title p:first-child {
        margin-bottom:0;
    }
    #overview-visitors figure p span {
        display:inline-block;
    }
    #nav-timetable,
    #timetable .btn-timetable-navi {
        display:none !important;
    }
    /*#nav-timetable {
        font-size:115%;
    }*/
    /*#nav-timetable p > .lecturer:not(:nth-of-type(2)):before {
        content:" / ";
    }*/
    #timetable .single h5,
    #timetable .titleInfo {
        font-size:125%;
    }
    #timetable .timetable-date {
        width:8%;
        vertical-align:top;
    }
    #timetable .timetable-date h4 {
        font-size:85%;
    }
    #timetable .level1 {
        width:99%;
        max-width:1024px;
        margin:0 auto;
    }
    #timetable .level2 {
        width:91%;
        border-right-width:1px;
    }
    #timetable .level3 {
      float: left;
        vertical-align:top;
        width:50%;
        border-left-width:1px;
    }
    #timetable .level3,
    #timetable .single .level2 {
        padding-right:.8em;
        padding-left:.8em;
    }
    #timetable .level3.lunchAdjust {
        width:75%;
    }
    #timetable .level2 > .level3:first-child {
        border-left-width:0;
    }
    #timetable .single .lecturer-list {
        display:table;
        width:100%;
        margin-top:.8em;
    }

    /* タイムテーブルセル内で2列の場合（3列の場合はここをコメントアウトする） */
    /*#timetable .single .lecturer-list .lecturer {
        display:table-cell;
        width:50%;
        box-sizing:border-box;
        padding-right:1.2em;
    }*/
    #timetable .single .lecturer-list .lecturer:last-of-type {
        padding-right: 0em;
    }

    #timetable .level2.timetable-repeat .timetable-repeat-box {
      padding: 0.8em;
    }

    #precautions h2 {
        text-align:center;
    }
    #precautions .wrapper {
        width:90%;
        max-width:800px;
    }

    #exhibition h3 {
        font-size:125%;
        line-height:1.4;
    }
    #exhibition .level2 {
        display:table;
        width:100%;
    }
    #exhibition .booth-logo,
    #exhibition .booth-info {
        display:table-cell;
        vertical-align:top;
    }
    #exhibition .booth-logo {
        width:30%;
    }
    #footer .page-top {
        font-size:120%;
    }
}

@media only screen and (max-width: 1024px) {
    #pickup .lecturer-list {
      display:block;
      width:100%;
      margin-top:.8em;
      padding-bottom: 1em;
    }
    #pickup .lecturer-list .lecturer {
      display: block;
      width:100%;
      box-sizing:border-box;
      padding-right:.8em;
      margin-bottom: 2em;
    }
    #pickup .lecturer-list .lecturer:last-child {
      margin-bottom: 0.2em;
    }
    ul.pickup-list li br {
      display: none;
    }
    ul.pickup-list .lecturer-company {
      font-size: 120%;
      font-weight: bold;
      margin-bottom: 0;
    }
    ul.pickup-list .lecturer-division,
    ul.pickup-list .lecturer-post{
      font-size: 90%;
    }
    ul.pickup-list .lecturer-name {
      font-size: 120%;
      font-weight: normal;
    }

    #timetable .level3 {
      width: 50%;
      border-top: 1px dashed #B3C0CB;
      border-left: 1px dashed #B3C0CB;
    }
    #timetable .level3.lunchAdjust,
    #timetable .level3.lunchAdjust + section {
      width: 100%;
      border-bottom: 1px dashed #C0CBD4;
    }
    #timetable .level2 .level3:nth-of-type(1),
    #timetable .level2 .level3:nth-of-type(2) {
      border-top-style: none;
    }
    #timetable .level2 .level3:nth-of-type(3),
    #timetable .level3.lunchAdjust + section {
      border-left-style: none;
      border-bottom-style: none;
    }
}

@media only screen and (min-width: 1024px) {
    #nav-timetable.wrapper {
        padding:0;
    }
    #nav-timetable .level1 {
        width:100%;
    }
    /*#timetable .level3,
    #timetable .single .level2 {
        padding-right:.8em;
        padding-left:.8em;
    }*/

    /* タイムテーブルセル内で3列の場合（2列の場合はここをコメントアウトする） */
    #timetable .single .lecturer-list .lecturer {
        display:table-cell;
        width:50%;
        box-sizing:border-box;
        padding-right:1.2em;
    }
	
    /*ul.pickup-list li {
      width: 22%;
      margin-left: 1.5%;
      margin-right: 1.5%;
      margin-bottom: 1.5em;
    }*/
    ul.pickup-list li {
      width: 30.3%;
      margin-left: 1.5%;
      margin-right: 1.5%;
      margin-bottom: 1.5em;
    }
    /*ul.pickup-list li:nth-of-type(1),
    ul.pickup-list li:nth-of-type(2),
    ul.pickup-list li:nth-of-type(3),
    ul.pickup-list li:nth-of-type(4){
      width: 22%;
    }*/
}

@media only screen and (max-width: 768px) {
    #timetable .level3 {
      width:100%;
      border-left-style: none;
    }
    #timetable .level2 .level3:nth-of-type(2) {
      border-top: 1px dashed #C0CBD4;
    }
    #timetable .level3.lunchAdjust {
      border-bottom-style: none;
    }
    #timetable .level2.timetable-repeat .timetable-repeat-box {
      padding: 0.5em;
    }
}

@media print {
    body,
    #lead,
    #chairman,
    #pickup-K-1,
    #pickup-lecturer,
    #pickup,
    #precautions,
    #overview {
        color:#444;
        background:transparent;
    }
    .wrapper {
        padding-right:1em;
        padding-left:1em;
    }
    #header .wrapper,
    #chairman .wrapper {
        padding:0;
    }
    #calendar,
    #navigation,
    #information,
    #register,
    #nav-timetable,
    #timetable .session-detail header p,
    #timetable .btn-detail,
    #timetable .btn-profile,
    #timetable .btn-timetable-navi,
    #footer p,
    #footer .page-top a{
        display:none !important;
    }
    #lead,
    #pickup .lecturer-list,
    #chairman .profile,
    #timetable .session-overview,
    #timetable .lecturer-list,
    #timetable .lecturer-profile,
    #precautions,
    #footer {
        page-break-inside:avoid;
    }
    #information,
    #lead,
    #chairman,
    #sponsor,
    #overview,
    #precautions {
        padding-bottom:0;
    }
    #contents div:not(#sponsor) h2,
    #contents div:not(#sponsor) h2 span {
        color:#444;
        background:#fff;
    }
    .inline-contents {
        display:block;
    }
    #chairman img,
    #chairman dl {
        width:49%;
    }
    #chairman dt {
        margin-bottom:.7em;
        padding-bottom:.2em;
        border-bottom:1px solid #8e5c6c;
    }
    .chairman-1,
    .chairman-2 {
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .chairman-1 {
        padding-right:1em;
    }
    .chairman-2 {
        padding-left:1em;
    }
    .chairman-2 img { order:2; }
    .chairman-2 dl { order:1; }
    #sponsor ul {
        text-align:center;
    }
    #timetable h5 {
        font-size:125%;
    }
    #timetable .level1 {
        width:99%;
        margin:0 auto;
    }
    #timetable .level2 {
        border-right-width:1px;
    }
    #timetable .level2 > .level3:not(:first-child) {
        border-top-width:1px;
    }
    #timetable .single .lecturer-list,
    #pickup .lecturer-list {
        display:table;
        width:100%;
        margin-top:.8em;
    }
    #timetable .single .lecturer-list .lecturer,
    #pickup .lecturer-list .lecturer {
        display:table-cell;
        width:33%;
        padding-right:.8em;
        box-sizing:border-box;
    }
    #timetable .session-detail .lecturer-profile {
        display:inline-block;
        vertical-align:top;
        font-size:90%;
        width:49%;
    }
    /*#timetable #K-1 .lecturer-list .lecturer-pic {
        float:none;
        margin-right:0;
        margin-bottom:.5em;
    }*/
    #footer .logo{
        width:auto;
        height:auto;
        margin:0 auto;
    }
    #footer .logo img{
        display:none;
    }
    #footer .logo:after{
        display:block;
        content:"(c) 2017 Impress Corporation";
        color:#fff;
    }
}

/* --- "colorbox.js" Setting --- ///////////////////////////////////*/

/* --- session-detail ----------- */
#colorbox .session-detail {
    color:#333;
}
#colorbox .session-detail h6,
#colorbox .session-detail header p {
    padding:.4em .3em;
    border-left:8px solid #cdd9e0;
}
#colorbox .session-detail h6 {
    font-size:95%;
    line-height:1;
    color:#2f4858;
}
#colorbox .session-detail p {
    font-size:90%;
    line-height:1.4;
}
#colorbox .session-detail header h6 {
    padding-bottom:0;
}
#colorbox .session-detail header p {
    margin-top:0;
    padding-top:.5em;
  font-size: 100%;
}
#colorbox .session-detail .lecturer-profile {
    color:#555;
}
#colorbox .session-detail .lecturer-profile .lecturer-pic {
    width:90px;
    height:90px;
}

/* --- lecturer-profile ----------- */
#colorbox .lecturer-profile {
    color:#333;
    margin-top:1em;
}
#colorbox .lecturer-profile dt {
    font-size:110%;
    font-weight:bold;
}
#colorbox .lecturer-profile dd p,
#colorbox .lecturer-profile dd li {
    font-size:90%;
    line-height:1.4;
}
#colorbox .lecturer-profile .lecturer-pic {
	float: left;
	width: 120px;
	height: 120px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 0.5em;
}
#colorbox .lecturer-profile .lecturer-workspace {
    margin:.3em 0 0;
}
#colorbox .lecturer-profile .lecturer-biography {
    margin:1em 0 0;
}

@media only screen and (max-width:768px) {
    #colorbox .lecturer-profile .lecturer-pic {
        width:90px;
        height:90px;
    }
}

@media only screen and (min-width:769px) {
    .session-detail {
        overflow:hidden;
    }
    #colorbox .session-detail,
    #colorbox .booth-detail {
      width: 600px;
      max-width: 600px;
      padding-top: 1em;
      padding-right: 3%;
      padding-left: 3%;
      padding-bottom: 0;
      box-sizing: border-box;
    }
    #colorbox .session-detail .lecturer-profile {
        display:inline-block;
        vertical-align:top;
        font-size:90%;
        width:49%;
    }
    #colorbox .session-detail .lecturer-profile.single {
        width:100%;
    }
    #colorbox .session-detail .lecturer-profile p {
        line-height:1.3;
    }
}

@media only screen and (min-width:1024px) {
    #colorbox .session-detail .lecturer-profile .lecturer-pic {
        width:120px;
        height:120px;
    }
    #colorbox .session-detail,
    #colorbox .booth-detail {
      width: 700px;
      max-width: 800px;
    }
}

/* --- "swiper.js" Setting --- ///////////////////////////////////*/

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background:#fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom:2px;
}
.swiper-slide figure {
    position:relative;
}
.swiper-slide figure img {
    display:block;
    margin:auto;
}
.swiper-slide figcaption {
    position:absolute;
    bottom:0;
    width:100%;
    font-size:75%;
    line-height:1.3;
    color:#fff;
    padding:.5em .5em 22px;
    background:rgba(0,0,0,.8);
    box-sizing:border-box;
}
@media only screen and (min-width: 769px) {
    .swiper-container {
        width:600px;
    }
    .swiper-slide img,
    .swiper-slide figure {
        width:400px;
        margin:auto;
    }
}

.btn01 {
  display: block;
  max-width: 240px;
  border: 2px solid #81a69f;
  font-size: 16px;
  color: #81a69f;
  font-weight: bold;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 26px;
  padding-bottom: 16px;
  text-align: center;
  border-radius: 4px;
  transition: .4s;
}
.btn01:hover {
  background-color: #81a69f;
  border-color: #81a69f;
  color: #FFF;
}

.btn02 {
  display:block;  
  max-width: 240px;
  border: 2px solid #ae9279;
  font-size: 16px;
  color: #ae9279;
  font-weight: bold;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 26px;
  padding-bottom: 16px;
  text-align: center;
  border-radius: 4px;
  transition: .4s;
}
.btn02:hover {
  background-color: #ae9279;
  border-color: #ae9279;
  color: #FFF;
}

#timetable .note {
	max-width: 1024px;
	text-align: left;
	font-size: 90%;
	margin: 0 auto;
    padding-bottom: 30px;
}

@media only screen and (max-width: 769px) {
	#timetable .note {
		font-size: 70%;
		text-align: center;
	}
}

/* --- "開催終了メッセージ --- ///////////////////////////////////*/
.fin-msg {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-bottom:1.3em

}

@media only screen and (max-width: 769px) {
	.fin-msg {
		font-size: 130%;
		margin-bottom: 1em;
	}
}

/* 休憩（ネットワーキング）右側にアイコン表示 */
#timetable .level2 > section[id^="Break"] {
    position: relative;
}
#timetable .level2 > section[id^="Break"][class="alcohol"]::before,
#timetable .level2 > section[id^="Break"]::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 0.6em;
    right: 0;
}
/* アルコール */
#timetable .level2 > section[id^="Break"][class="alcohol"]::before {
    top: 0.4em;
    right: 9vw;
    background-image: url(../images/ico-beer.svg);
}
/* ソフトドリンク */
#timetable .level2 > section[id^="Break"]::after {
    background-image: url(images/ico-cafe.svg);
}
@media screen and (max-width: 420px) {
    #timetable .level2 > section[id^="Break"][class="alcohol"]::before {
        top: 0.9em;
    }
    #timetable .level2 > section[id^="Break"]::after {
        top: 1em;
    }
}
@media screen and (min-width: 769px) {
    #timetable .level2 > section[id^="Break"][class="alcohol"]::before,
    #timetable .level2 > section[id^="Break"]::after {
        width: 4em;
        height: 4em;
    }
    #timetable .level2 > section[id^="Break"][class="alcohol"]::before {
        top: 65%;
        right: 4.5em;
        transform: translateY(-65%);
    }
    #timetable .level2 > section[id^="Break"]::after {
        top: 70%;
        transform: translateY(-70%);
    }
}
/* 休憩（ネットワーキング）の<p>を調整 */
#timetable .level2 > section[id^="Break"] > p {
    margin-top: 0.5em;
}

/* 太字テキスト */
.font-bold {
    font-weight: 900;
}

/* PC SP改行制御 */
@media screen and (min-width: 667px) {
    #policy dd:last-child > p br.pc-only {
      display: inline !important;
    }
  }
@media all and (min-width: 1100px) and (max-width: 10000px) {
    .sp-only { display: none !important; }
  }
  @media screen and (max-width: 1099px) {
    .pc-only { display: none !important; }
  }