@charset "utf-8";

/* ------------------------------------------------------
RESET
------------------------------------------------------ */
html {line-height: 1;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; margin: 0 !important;}
details,menu,figcaption,figure,main,article,aside,footer,header,nav,section {display: block;}
html,body,button,input,optgroup,select,textarea,p,h1,h2,h3,h4,h5,h6,figure,ul,ol,dl,dt,dd {margin: 0;}
ul,ol,dl,dd,dt { list-style: none; padding: 0;}
hr {-webkit-box-sizing: content-box;box-sizing: content-box;height: 0;overflow: visible;}
pre {font-family: monospace, monospace;font-size: 1em;}
a {background-color: transparent;-webkit-text-decoration-skip: objects;outline: none;}
abbr[title] {border-bottom: none;text-decoration: underline;-webkit-text-decoration: underline dotted;text-decoration: underline dotted;}
code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}
dfn {font-style: italic;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
canvas,audio,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
img {border-style: none;}
svg:not(:root) {overflow: hidden;}
button,input {overflow: visible;}
button,select {text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
legend {-webkit-box-sizing: border-box;box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {display: inline-block;vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"],
[type="radio"] {-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
summary {display: list-item;}
[hidden],template {display: none;}

/* ------------------------------------------------------
FONTS
------------------------------------------------------ */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.otf) format('opentype');
}
.font--oswald {font-family: 'Oswald', sans-serif!important;}
.is-serif { font-family: "Hiragino Mincho ProN","Noto Serif Japanese","Yu Mincho",YuMincho,serif;}
rt { font-size: 9px;}
.italic { font-style: italic!important; }

/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */
html {min-height: 100%;}
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 3.125vw;
}
.container--wide {max-width: 1500px;}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.08em;
    min-width: 1140px;
  }
  html {min-width: 1140px;}
  .container--wide {padding: 0 10px;}
	
	.scroll-none { overflow: hidden!important; }
	.overray {
		display: none;
	}
	.bg {
		background-color: rgba(0, 0, 0, 0.3);
		width: 100vw;
		height: 100vh;
		z-index: 99;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
	}
	.expansion .video_view {
		width: 60%;
		height: auto;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}
	.video_note {
		display: block;
		font-size: 0.8em;
		font-weight: bold;
		text-align: right;
	}
	.none { display: none; }
	/*IE*/
	:-ms-lang(x), .expansion .video_view {
		width: 50%!important;
		top: 30%!important;
	}
}
@media screen and (min-width: 1220px) {
  .container {padding: 0;}
  .container--wide {padding: 0 10px;}
}
@media screen and (min-width: 1520px) {
  .container {padding: 0;}
}

/* ------------------------------------------------------
MODULES
------------------------------------------------------ */
.align--left {text-align: left !important;}
.align--right {text-align: right;}
.align--center {text-align: center;}
.inline--block {display: inline-block;}
.align--center .button {margin: 0 auto;}

.bgcolor--white {background-color: #fff !important;}
.bgcolor--orange {background-color: #e6503c !important;}
.bgcolor--yellow {background-color: #e69600 !important;}
.bgcolor--green {background-color: #50a028 !important;}
.bgcolor--gray {background-color: #e8ebef !important;}

.bgcolor--dark-blue {background-color: #14283c !important;}
.bgcolor--dark-gold {background-color: #a08c00 !important;}
.bgcolor--dark-gray {background-color: #64788c !important;}
.bgcolor--light-green {background-color: #50a028 !important;}

.mb--0 {margin-bottom: 0 !important;}
.mb--5 {margin-bottom: 5px !important;}
.mb--10 {margin-bottom: 10px !important;}
.mb--15 {margin-bottom: 15px !important;}
.mb--20 {margin-bottom: 20px !important;}
.mb--25 {margin-bottom: 25px !important;}
.mb--30 {margin-bottom: 30px !important;}
.mb--35 {margin-bottom: 35px !important;}
.mb--40 {margin-bottom: 40px !important;}
.mb--45 {margin-bottom: 45px !important;}
.mb--50 {margin-bottom: 50px !important;}

.mt--5 {margin-top: 5px !important;}
.mt--10 {margin-top: 10px !important;}
.mt--15 {margin-top: 15px !important;}
.mt--20 {margin-top: 20px !important;}
.mt--25 {margin-top: 25px !important;}
.mt--30 {margin-top: 30px !important;}
.mt--35 {margin-top: 35px !important;}
.mt--40 {margin-top: 40px !important;}
.mt--45 {margin-top: 45px !important;}
.mt--50 {margin-top: 50px !important;}
.mt--100 {margin-top: 100px !important;}

.list { list-style: disc; }
.list li { margin-left: 1em; word-wrap: break-word; }

.dl_style01 {}
.dl_style01 dt {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.7;
}
.dl_style01 dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.7;
}

.notes { font-size: 0.8em; line-height: 1.5; font-weight: normal!important; }
.notes_02 { font-size: 22px; line-height: 1.5; font-weight: bold!important; }

.option {
	background-color: #898989;
	color: #fff;
	font-size: 70%;
	padding: 2px 6px;
	display: inline-block;
}

table.tbl_style01 {
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
}
table.tbl_style01 tr {
	border-top: 1px solid #000;
}
table.tbl_style01 tr:last-child {
	border-bottom: 1px solid #000;
}
table.tbl_style01 tr th,
table.tbl_style01 tr td {
	padding: 0.5em 1em;
	line-height: 1.7;
	word-wrap: break-word;
}
table.tbl_style01 tr th:not(:last-child),
table.tbl_style01 tr td:not(:last-child) {
	border-right: 1px solid #000;
}
table.tbl_style01 tr th {
	font-weight: bold;
}
table.tbl_style01 tr:first-child th:not(:first-child) {
	background-color: #898989;
	color: #fff;
}
table.tbl_style01 tr td {
	background-color: #e8ebef;
}
table.tbl_style01 .width120 {
	width: 120px;
}
.nowrap { white-space: nowrap; }
.plan_global { background-color: #00bcaa!important; }
.plan_global_bg { background-color: #e9fffd!important; }
.plan_platina {	background-color: #837f99!important; }
.plan_platina_bg {	background-color: #f4f2fd!important; }
.plan_gold {	background-color: #a38526!important; }
.plan_gold_bg {	background-color: #fdfce9!important; }
.plan_silver {	background-color: #9e9e9e!important; }
.plan_silver_bg {	background-color: #fafafa!important; }
.plan_white {	background-color: #fff!important; }
.txt_center { text-align: center; }

.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.comingsoon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4em;
	color: #ccc;
	white-space: nowrap;
	z-index: 10;
}

.btn_off {
	background-color: #ccc!important;
	cursor: auto;
}

.bold { font-weight: bold; }

@media screen and (max-width: 767px) {
  .align--center-sp {text-align: center;}
  .show--only-pc {display: none !important;}
  .mb--sp-5 {margin-bottom: 5px !important;}
  .mb--sp-10 {margin-bottom: 10px !important;}
  .mb--sp-15 {margin-bottom: 15px !important;}
  .mb--sp-20 {margin-bottom: 20px !important;}
  .mb--sp-25 {margin-bottom: 25px !important;}
  .mb--sp-30 {margin-bottom: 30px !important;}
  .mb--sp-35 {margin-bottom: 35px !important;}
  .mb--sp-40 {margin-bottom: 40px !important;}
  .mb--sp-45 {margin-bottom: 45px !important;}
  .mb--sp-50 {margin-bottom: 50px !important;}

  .mt--sp-5 {margin-top: 5px !important;}
  .mt--sp-10 {margin-top: 10px !important;}
  .mt--sp-15 {margin-top: 15px !important;}
  .mt--sp-20 {margin-top: 20px !important;}
  .mt--sp-25 {margin-top: 25px !important;}
  .mt--sp-30 {margin-top: 30px !important;}
  .mt--sp-35 {margin-top: 35px !important;}
  .mt--sp-40 {margin-top: 40px !important;}
  .mt--sp-45 {margin-top: 45px !important;}
  .mt--sp-50 {margin-top: 50px !important;}

  .pt--sp-50 {padding-top: 50px !important;}
  .pb--sp-30 {padding-bottom: 30px !important;}

}
@media screen and (min-width: 768px) {
  .show--only-sp {display: none !important;}
  .mb--pc-5 {margin-bottom: 5px !important;}
  .mb--pc-10 {margin-bottom: 10px !important;}
  .mb--pc-15 {margin-bottom: 15px !important;}
  .mb--pc-20 {margin-bottom: 20px !important;}
  .mb--pc-25 {margin-bottom: 25px !important;}
  .mb--pc-30 {margin-bottom: 30px !important;}
  .mb--pc-35 {margin-bottom: 35px !important;}
  .mb--pc-40 {margin-bottom: 40px !important;}
  .mb--pc-45 {margin-bottom: 45px !important;}
  .mb--pc-50 {margin-bottom: 50px !important;}
  .mb--pc-70 {margin-bottom: 70px !important;}
  .mb--pc-75 {margin-bottom: 75px !important;}

  .mt--pc-5 {margin-top: 5px !important;}
  .mt--pc-10 {margin-top: 10px !important;}
  .mt--pc-15 {margin-top: 15px !important;}
  .mt--pc-20 {margin-top: 20px !important;}
  .mt--pc-25 {margin-top: 25px !important;}
  .mt--pc-30 {margin-top: 30px !important;}
  .mt--pc-35 {margin-top: 35px !important;}
  .mt--pc-40 {margin-top: 40px !important;}
  .mt--pc-45 {margin-top: 45px !important;}
  .mt--pc-50 {margin-top: 50px !important;}

  .pt--pc-70 {padding-top: 70px !important;}

  .b_all {word-break: break-all;}
}
@media screen and (max-width: 991px) {
  .show--only-lg {display: none !important;}
}
@media screen and (min-width: 992px) {
  .show--only-md {display: none !important;}
}

.commitee_list span {
	display: inline-block;
	padding-right: 0.5em;
}

.bg_br { background: url(../../asset/img/bg_br.png) left top repeat; }

/* ------------------------------------------------------
FLEX
------------------------------------------------------ */
.language li a, .language li span, #logo, .anchor__list, .head__main_wrap, .news__style_box .news__button a span,
.sponsor__item ul li span, .sponsor__item ul li a, .sponsor__item ul, .row--flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#logo, .news__style_box .news__button a span {
  -ms-flex-align: center!important;
  -webkit-box-align: center!important;
          align-items: center!important;
}
.language li a, .language li span, .head__main_wrap,
.sponsor__item ul li a,
.sponsor__item ul li span {
  -ms-flex-pack: center!important;
  -webkit-box-pack: center!important;
          justify-content: center!important;
  -ms-flex-align: center!important;
  -webkit-box-align: center!important;
          align-items: center!important;
}

.flowbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.flowbox_img {
	width: 49%;
	margin-right: 2%;
}
.flowbox_img img {
	border: 1px solid #eee;
}
.flowbox_flow {
	width: 49%;
}
.flowbox_flow p {
	font-weight: bold;
}

@media screen and (min-width: 768px) {
  .header__box, .policy__list ul, .policy__list, .mainmenu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer__nav, .news__style_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__box {
    -ms-flex-align: end!important;
    -webkit-box-align: end!important;
            align-items: flex-end!important;
  }
}

@media screen and (max-width: 768px) {
.flowbox_img {
    display: block;
	width: 100%;
	margin-right: 2%;
	float: none;
}

.flowbox_flow{
    display: block;
	width: 100%;
	margin-top: 30px;
	margin-right: 2%;
	float: none;
}

}

/* ------------------------------------------------------
HEADER
------------------------------------------------------ */
#header .container--wide {
  padding: 0 4.6vw 0 0;
}
/*#logo {
  height: 51px;
}
#logo img {
  display: block;
  width: 169px;
}
.language {
  position: absolute;
  right: 85px;
  top: 5px;
  bottom: 5px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 2px;
  background-color: #e6e6e6;
}
.language li {
  height: 50%;
}
.language li:nth-child(1) {padding-bottom: 1px;}
.language li:nth-child(2) {padding-top: 1px;}
.language li a,
.language li span {
  line-height: 1;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.14em;
  background-color: #fff;
  height: 100%;
  width: 45px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
.language li.active a {
  color: #fff;
  border-color: #009bc3;
  background-color: #009bc3;
}
.h__social {
  overflow: hidden;
  margin-bottom: 30px;
}
.h__social li {
  float: left;
  width: 50%;
}
.h__social li:nth-child(1) {padding-right: 3px;}
.h__social li:nth-child(2) {padding-left: 3px;}
.h__social a {
  display: block;
  text-align: center;
  font-size: 0;
  border-radius: 6px;
  padding: 10px 0;
}
.h__social .h__facebook {background-color: #0050a0;}
.h__social .h__twitter {background-color: #008cf0;}
.h__social a img {
  height: 20px;
}*/

@media screen and (max-width: 767px) {
	.show--only-sp {display: block!important;}
}

@media screen and (min-width: 768px) {
  .sticky .h__banner, .sticky .language, .sticky .h__social {opacity: 0;}
	.sticky #navbar { margin-top:0!important; }
  .sticky .mainmenu {border: none;}
  .sticky #logo {height: 67px;}
  .sticky #logo img {height: 45px;width: auto;}
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
}

/* Nav */
.mainmenu a {
  color: #fff;
}
.mainmenu span {
  color: #666666;
}
.mainmenu > li {
  position: relative;
}
.mainmenu > li > a, .mainmenu > li > span {
  line-height: 1;
  display: block;
  font-size: 19px;
}
.mainmenu ul > li > a {
  color: #8c9bb4;
  display: block;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #header .container {position: relative;}
}
@media screen and (min-width: 768px) {
  
}
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1800px) {
}

/* ------------------------------------------------------
MAIN
------------------------------------------------------ */
.lead__text {
  text-align: center;
}

/* Heading */
.head--style-1 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #009bc3;
  font-size: 2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.head--style-1 small {
  font-size: 35px;
  color: #000;
}
.head--style-1 small span {
  text-transform: lowercase;
}
.head--style-2 {
  text-align: center;
  position: relative;
  color: #192d46 !important;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.head--style-2:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #009bc3;
  width: 60px;
  margin-left: -30px;
}
.head--style-2.is-attention:after {background-color: #e02567;}
.head--style-2.is-orange:after {background-color: #e79024;}
.head--style-2.is-red:after {background-color: #d75653;}
.head--style-2.is-green:after {background-color: #83b351;}
.head--style-2.is-purple:after {background-color: #88429b;}
.head--style-2.is-navy:after {background-color: #265297;}
.head--style-2.is-yellow:after {background-color: #efd252;}
.head--style-2.is-black:after {background-color: rgba(0,0,0,.7);}
.head__main {
	background-color: #009fbf;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../asset/img/bg_head01.png);
  height: 330px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.head__main .container {
  height: 100%;
}
.head__main_wrap {height: 100%;}
.head__main .head__title {
  letter-spacing: 0.11em;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.head__main p {
  font-size: 21px;
  letter-spacing: 0.16em;
  font-weight: 500;
  margin-top: 25px;
}
@media screen and (max-width: 374px) {
  .head--style-1 {letter-spacing: 0.1em;}
}
@media screen and (max-width: 767px) {
  .head__main {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .head--style-1 {margin-bottom: 30px;}
  .head__main .head__title { font-size: 46px; }
  .head--style-2 { font-size: 41px; }
}

/* KV */
.kv {
  margin: 0;
}
.kv__image img {
  width: 100%;
  display: block;
}
.kv .container {
  padding: 0;
}
.kv__text {
  position: absolute;
}
.kv__text img {
  display: block;
  width: 100%;
}
.kv__image h1 span {display: block;}

.kv__btn01 a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  border-radius: 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 100%;
  height: 40px;
  z-index: 1;
  text-align: center;
  margin-bottom: 5px;
  border: #00BCD4 2px solid;
}
.kv__btn01 a:hover {
  background: #636363;
}
.kv__btn01 a:first-child {
  background: #e5503b;
  color: #fff;
}
.kv__btn01 a:first-child:hover {
  background: #ef5d48;
}
.kv__btn01 .icon_pdf:after {
  content: "";
  display: inline-block;
  background: url(/asset/img/common/icon_pdf.png) ;
  margin-left: 5px;
}
.kv__btn01 .icon_word:after {
  content: "";
  display: inline-block;
  background: url(/asset/img/common/icon_word.png) ;
  margin-left: 5px;
}
.kv__btn01.en a {
  font-size: 14px;
  line-height: 1.1;
}
.kv__note {
  color:red;
  line-height:1.5;
  width:100%;
  z-index:1;
  text-align: center;
}
.kv__note01 {
  font-size: 14px;
  color: #000;
}

div.video_view {
	position: absolute;
}
div.video_view video {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

@media screen and (max-width: 360px) {
	.kv {
		height: 126vh;
	}
	
  .kv__btn01.en a {
    line-height: 1;
  }
  .kv__note {
    top: -10px !important;
  }
}
@media screen and (max-width: 767px) {
	.kv {
		height: 220vw;
	}
	
  /*.kv__image {
    min-height: 200vw;
  }*/
  .kv__image h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 33.067vw;
  }
  .kv__image h1 img {margin-bottom: 1.33vw;}
  .kv__image h1 img:last-child {margin-bottom: 0;margin-top: 3.2vw;}
  .kv__text {
    position: absolute;
    left: 0;
    right: 0;
    top: 138vw;
  }
  .kv__text.en {
    width: 80%;
    margin: 0 auto;
  }

  .kv__btn01 {
    width: 80%;
    position: absolute;
    top: 152vw;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }
  .kv__btn01.en {
    top: 162vw;
  }
  .kv__btn01.en a {
    line-height: 35px;
  }
  .kv__btn01 .icon_pdf:after,
  .kv__btn01 .icon_word:after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .kv__note {
    font-size: 16px;
  }
	
	div.video_view {
		width: 90%;
		height: auto;
		top: 160vw;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 768px) {
	div.video_view {
		width: 320px;
		height: 180px;
		right: 0;
		top: 40px;
	}
	
  .kv__image {
    position: relative;
		padding: 3.5vw 0 0;
  }
  .kv__image h1 {
    position: absolute;
    left: 80px;
    top: 80px;
    width: 342px;
  }
  .kv__image h1 img {
    margin-bottom: 10px;
  }
  .kv__image h1 img:last-child {
    margin-top: 28px;
  }
  .kv__text {
    width: 821px;
		bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .kv__btn01 {
    width: 780px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kv__btn01 a {
    width: 250px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin: 0 5px;
  }
  .kv__btn01 a:first-child {
    width: 70%;
    margin-bottom: 5px;
    font-size: 1.3rem;
    height: 60px;
    line-height: 60px;
  }
  .en-US .kv__btn01 a:first-child {
    line-height: 1;
  }
  .kv__btn01 .icon_pdf:after,
  .kv__btn01 .icon_word:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
  .kv__btn01.en a {
    padding-top: 7px;
  }
  .kv__note {
    top: 20px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .kv__image h1 {width: 245px;}
  .kv__text {bottom: 20px;width: 821px;}
  .kv__btn01 {bottom: 45px;}
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .kv__image h1 {width: 19vw;top:6vw;}
  .kv__text {bottom: 20px;width: 821px;}
  .kv__btn01 {bottom: 115px;}
}


.policy__list {
  margin: -26.5vw 6.25vw 0 0;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
}
.policy__title {
  color: #fff;
  background-color: #192d46;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.16em;
  line-height: 1.2;
  padding: 30px 10px 32px 7.8vw;
}
.policy__list ul li {
  color: #fff;
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  padding: 30px 10px 32px 7.8vw;
}
.policy__list ul li span {
  position: absolute;
  right: 20px;
  top: 15px;
  line-height: 1;
  font-weight: 600;
  font-size: 31px;
  letter-spacing: 0.08em;
}

/*p.maker_green {
	background-color: #89bd1f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 12px;
}
.txt_right { text-align: right; }*/


@media screen and (max-width: 768px) {
  .policy__list.en ul li {
    padding: 50px 10px 32px 7.8vw;
  }
}

@media screen and (min-width: 768px) {	
  .policy__list {margin: -60px 40px 0 0;}
  .policy__title {
    font-size: 31px;
    padding: 35px 10px 35px 40px;
    width: 25%;
  }
  .policy__list ul {width: 75%;}
  .policy__list ul li {
    font-size: 18px;
    padding: 110px 10px 35px 30px;
    width: 33.333%;
  }
  .policy__list ul li span {
    font-size: 48px;
    right: 30px;
    top: 30px;
  }
	
	
	
	#a-plan {
		padding-top: 120px;
		margin-top: -45px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .policy__title {font-size: 2.6vw;}
  .policy__list ul li span {font-size: 5vw;}
  .policy__list ul li {font-size: 1.5vw;}
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .policy__title {padding-left: 20px;}
  .policy__list ul li {
    font-size: 1.5vw;
    padding: 110px 5px 35px 10px;
    letter-spacing: 0;
  }
}

/* exhibit */

.group-zone{
	display: flex;
	background: #E6F0F1;
	padding-top: 100px;
	padding-bottom: 100px;
}


/* Plan */
p.plan_ttl {
	background-color: #e6e6e6;
	padding: 4px 12px;
	display: inline-block;
	font-weight: bold;
}
div.plan_booth_box {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
div.plan_booth_box div.flex_img p {
	font-weight: bold;
}
div.plan_booth_box div.col-2 { width: 49%; }
div.plan_booth_box div.col-2:first-child { margin-right: 2%; }
div.plan_booth_box div.col-2 img { vertical-align: bottom; }

div.plan_booth_box div.col-3 { width: 31%; }
div.plan_booth_box div.col-3:not(:last-child) { margin-right: 3%; }



@media screen and (max-width: 768px) {
  div.plan_booth_box div.col-2 { width: 100%; }
  div.plan_booth_box div.col-3 { width: 100%; }
  
  .plan_ttl { 
  width: 100%;
  margin:  20px 0;
  }
  
  .tbl_style01 {
   margin: 0; 
   padding: 0;
  }

}

/* Sponsor */
.sponsor__list {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.sponsor__item {
  margin-bottom: 10px;
}
.sponsor__title {
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.16em;
  background-color: #009bc3;
  margin-bottom: 5px;
  padding: 17px 10px 20px;
  font-weight: 500;
}
.sponsor__item ul {
  margin: 0 -2px;
}
.sponsor__item ul li {
  width: 100%;
  padding: 0 2px;
  margin: 0 0 4px;
}
.sponsor__item ul li a,
.sponsor__item ul li span {
  background-color: #fff;
  font-size: 0;
  height: 100%;
}
.sponsor__item ul li a img {
  max-width: 100%;
}
.sponsor--global ul li a {height: 59.375vw;}
.sponsor--global ul li img {width: 65.625vw;max-width: 420px;}
.sponsor--plat ul li a {height: 34.375vw;}
.sponsor--plat ul li img {width: 82.1875vw;max-width: 526px;}
.sponsor--gold ul li a, .sponsor--gold ul li span {height: 31.25vw;}
.sponsor--gold ul li img {width: 40vw;max-width: 462px;}
.sponsor--silver ul li a {height: 21.875vw;}
.sponsor--silver ul li img {width: 32.5vw;max-width: 208px;}
.sponsor--promotion ul li a {height: 18.75vw;}
.sponsor--promotion ul li img {width: 25vw;max-width: 288px;}


@media screen and (max-width: 767px) {
	.column--sp-1 {width: 100%;}
  .column--sp-2 {width: 50%;}
  .column--sp-3 {width: 33.333%;}
  
}
@media screen and (min-width: 768px) {
	.column--pc-1 {width: 100%;}
  .column--pc-2 {width: 50%;}
  .column--pc-3 {width: 33.333%;}
  .column--pc-4 {width: 25%;}
  .column--pc-5 {width: 20%;}
  .column--pc-6 {width: 16.667%;}
	
	
  .sponsor__item ul {margin: 0 -3px;}
  .sponsor__item ul li {
    padding: 0 3px;
    margin-bottom: 6px;
  }
  .sponsor--global ul li a {height: 260px;}
  .sponsor--global ul li img {width: 246px;max-width: inherit;}
  .sponsor--plat ul li a {height: 170px;}
  .sponsor--plat ul li img {width: 310px;max-width: inherit;}
  .sponsor--gold ul li a, .sponsor--gold ul li span {height: 135px;}
  .sponsor--gold ul li img {width: 231px;max-width: inherit;}
  .sponsor--silver ul li a {height: 115px;}
  .sponsor--silver ul li img {width: 190px;max-width: inherit;}
  .sponsor--promotion ul li a {height: 100px;}
  .sponsor--promotion ul li img {width: 144px;max-width: inherit;}
}

/* Group */
.group {
  padding: 60px 0;
}
.group#a-zone {
  line-height: 1.8;
}


/* Anchor */
.anchor__list {
  border-radius: 10px;
  overflow: hidden;
  margin: -45px auto 0;
  max-width: 1000px;
}
.anchor__list.mt0 {
  margin-top: 0;
}
.anchor__list li {
  width: 50%!important;
}
.anchor__list li:nth-child(2n) {border-right: none;}
.anchor__list li:nth-child(3), .anchor__list li:nth-child(4) {border-bottom: none;}
.anchor__list.col3 li:last-child {
  width: 100%;
  border-right: none;
  border-bottom: none;
}
.anchor__list li a,
.anchor__list li span {
  display: block;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 36px 5px 36px 45px;
  background-color: #fff;
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anchor__list li span {
	color: #ccc;
}
.exhibitors .anchor__list li a {
  white-space: normal;
  padding: 20px 5px 20px 35px;
}
.anchor__list li a:before,
.anchor__list li span:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon02.png) no-repeat 0 0 / 100% 100%;
}
.anchor__list li span:before {
	background: url(../img/common/icon02-gray.png) no-repeat 0 0 / 100% 100%;
}
.exhibitors .anchor__list li a:before {
  left: 10px;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .anchor__list li {
    width: 25% !important;
    border-right: 1px solid #dce0e6 !important;
  }
  .anchor__list li:last-child {
    border-right: none !important;
  }
	.anchor__list li:last-child a {
		border-radius: 0 10px 10px 0;
	}
  .anchor__list.col2 li {
    width: 50% !important;
  }
  .anchor__list.col3 li {
    width: 33.3% !important;
  }
  .anchor__list.col5 li {
    width: 20% !important;
  }
	.anchor__list.col6 li {
    width: 16% !important;
  }
  .anchor__list li a,
	.anchor__list li span {
    font-size: 18px;
    padding: 36px 10px 36px 75px;
  }
  .exhibitors .anchor__list li a {
    font-size: 16px;
    padding: 20px 7px 20px 35px;
    line-height: 1;
  }
  .anchor__list li a:before,
	.anchor__list li span:before {
    left: 30px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .exhibitors .anchor__list li a:before {
    left: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .en-US .anchor__list li a,
	.en-US .anchor__list li span {
    padding: 36px 10px 36px 65px;
  }
  .en-US .exhibitors .anchor__list li a {
    padding: 20px 10px 20px 55px;
  }
  .en-US .anchor__list li a:before,
	.en-US .anchor__list li span:before {
    left: 20px;
  }
}

/* Table */
.table--flex {
  border: 1px solid #dce0e6;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 10px;
}
.table--flex a {color: #001478;}
.icon--extend {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.icon--extend:after {
  content: "";
  background: url(../img/common/icon01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 9px;
  width: 11px;
  height: 11px;
}

.icon--link {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #009bc3;
  font-weight: bold;
}

.icon--link:hover {
  opacity: 0.7;
}


.icon--link:after {
  content: "";
  background: url(../img/common/icon03.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 9px;
  width: 11px;
  height: 11px;
}



.table--flex .table__row {
  border-bottom: 1px solid #dce0e6;
  padding: 0 0 5px;
  margin-bottom: 5px;
}
.table--flex .table__row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.table--flex .table__col {
  padding: 0 5px;
}
.table--flex .table__col--th {
  line-height: 1;
  margin-bottom: 2px;
}
.table__item_title {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  background-color: #009bc3;
  border-radius: 6px;
  padding: 16px 18px;
  font-weight: 500;
}
.table__row1 .table__item_title {
  text-align: center;
  border-radius: 6px;
}
.table--flex .table__content {
  background-color: #ecf0f4;
  border-radius: 6px;
  padding: 16px 18px;
  line-height: 1.64;
  font-size: 14px;
  min-height: 100%;
}
.table__col--flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.table__col--flex .table__content {
  width: 50%;
}
.table__col--flex .table__content:nth-child(1) {border-radius: 6px 0 0 6px;margin-right: 1px;}
.table__col--flex .table__content:nth-child(2) {border-radius: 0 6px 6px 0;margin-right: 1px;}
.table__content--full {
  margin-bottom: 5px;
  position: relative;
}
.table__content--full:after {
  content: "";
  background-color: #dce0e6;
  height: 1px;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -3px;
}

@media screen and (max-width: 768px) {
#anchor1 {
		margin-top: -133px;
		padding-top: 190px;
	}
	#anchor2019 {
		margin-top: -220px;
		padding-top: 280px;
	}

	@media screen and (max-width: 767px) {
		div.tbl_scroll {
			overflow-x: scroll;
			width: 100%;
		}
		div.tbl_scroll table {
			width: 100%;
		}
	}
	table.tbl_style01 {
	}
	table.tbl_style01 tr {}
	table.tbl_style01 tr th,
	table.tbl_style01 tr td {}
	table.tbl_style01 tr:not(:first-child) th {
		border-bottom: 1px solid #000;
	}
}
@media screen and (min-width: 768px) {
	#anchor1 {
		margin-top: -60px;
		padding-top: 120px;
	}
	#anchor2019 {
		margin-top: -60px;
		padding-top: 120px;
	}
	
  .table--flex .table__row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .table--flex .table__col {
    width: 100%;
    padding: 0;
  }
  .table--flex .table__col:nth-child(1) {padding-left: 5px;padding-right: 1px;}
  .table--flex .table__col:nth-child(2) {padding-right: 5px;padding-left: 1px;}
  .table--flex .table__col--th {
    width: 251px;
    margin: 0;
  }
  .table__row1 .table__col {
    width: 100%;
    padding-right: 5px !important;
  }
  .table__item_title {height: 100%;border-radius: 6px 0 0 6px;}
  .table__inner {width: 100%;}
  .table--flex .table__content {border-radius: 0 6px 6px 0;width: 100%;}
  .table__row1 .table__content {border-radius: 6px;}
  .table--flex .table__inner > .table__row {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
  .table--flex .table__inner .table__row:last-child {padding-bottom: 0;}
  .table--flex .table__inner .table__col--flex .table__content:nth-child(1) {border-radius: 0;margin-right: 2.5px; position: relative;}
  .table--flex .table__inner .table__col--flex .table__content:nth-child(2) {border-radius: 0 6px 6px 0;margin-left: 2.5px;}
  .table--flex .table__inner .table__col--flex .table__content:nth-child(1):after {
    content: "";
    width: 1px;
    background-color: #dce0e6;
    position: absolute;
    right: -3px;
    top: -5px;
    bottom: -5px;
  }
  .table__content--full {
    width: 100%;
  }
  .table--flex .table__inner .table__col--flex .table__content--line:nth-child(1):after {
    top:-2px;
  }
  .table__content--full:after {left: -2px;}
}

/* ------------------------------------------------------
FOOTER
------------------------------------------------------ */
#footer {color: #fff;}
.footer__link {
  background: url(../../asset/img/footer_br.png) #abb8be left top repeat-x;
  line-height: 1.6;
  padding: 60px 0 0;
}
.footer__nav_item {
  font-size: 13px;
  padding: 0 0 22px 0;
}
.footer__nav_item h3 {
  font-size: 19px;
  font-weight: 500;
  position: relative;
  line-height: 1;
  padding-top: 20px;
  border-top: 1px solid #8c9bb4;
}
.footer__nav_item h3:before {
  content: "";
  height: 1px;
  width: 125px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
.footer__nav_item h3 span {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 0;
  border: 1px solid #8c9bb4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.footer__nav_item h3 span:after,
.footer__nav_item h3 span:before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #fff;
  position: absolute;
  right: 9px;
  top: 18px;
}
.footer__nav_item h3 span:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer__nav_item .toggle--opened span:after {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.footer__nav_item .toggle--opened span:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.footer__nav_item a,
.footer__nav_item span {color: #8c9bb4;}
.footer__nav_item h3 + ul {
  display: none;
  padding: 20px 0 6px 0;
}
.footer__nav_item ul + ul {
  position: relative;
  border-top: 1px solid #8c9bb4;
  margin-top: 22px;
  padding: 18px 0 4px;
}
.footer__nav_item ul + ul:before {
  content: "";
  height: 1px;
  width: 125px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
.footer__nav_item ul li {
  position: relative;
  padding: 0 0 8px 20px;
}
.footer__nav_item ul li:last-child {padding-bottom: 0 !important;}
.footer__nav_item ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #8c9bb4;
  position: absolute;
  left: 0;
  top: 9px;
}
.copyright {
  background: url(../../asset/img/bg_copyright.png) #abb8be left bottom repeat-x;
  font-size: 12px;
  line-height: 1;
  text-align: center;
	font-weight: bold;
}
.copyright p {
  padding: 45px 0;
  letter-spacing: 0.08em;
}
.footer__contact {
  line-height: 1.8;
  text-align: center;
  padding:  0 0 55px;
	font-weight: bold;
}
.footer__contact h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 11px;
}
.footer__contact p a {
  color: #ffffff;
}
.footer__contact p a:hover {
  opacity: 0.7;
}
.footer__logo {
  font-size: 0;
  background-color: #c8d0d8;
  padding: 20px 0;
}
.footer__logo ul li {padding: 0 0 5px;}
.footer__logo ul li:last-child {padding-bottom: 0 !important;}
.footer__logo ul li img {
  width: 100%;
  border-radius: 10px;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: none;
}
.pagetop img {
  display: block;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .copyright .container, .footer__link .container {padding: 0 8vw;}
  .footer__nav_item h3 span {cursor: pointer;}
  .footer__contact h4 span {display: block;}
  .footer__logo .container {padding: 0 5.33vw;}
  .footer__nav_item h3 span:after,
  .footer__nav_item h3 span:before {
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .footer__nav_item h3.toggle--opened span:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .footer__nav_item h3.toggle--opened span:after {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  .footer__nav_item:last-child h3{
    display: none !important;
  }
  .footer__nav_item:last-child ul{
    display: block !important;
    border-top: 1px solid #8c9bb4;
    position: relative;
  }
  .footer__nav_item:last-child ul:before {
    content: "";
    height: 1px;
    width: 125px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav_item h3 span {display: none !important;}
  .copyright p {padding: 50px 0;}
  .footer__contact {}
  .footer__link {padding-top: 70px;}
  .footer__nav {margin: 0 -20px;}
  .footer__nav_item {
    width: 25%;
    padding: 0 20px 50px;
  }
  .footer__nav_item ul {display: block!important;}
  .footer__nav_item h3 + ul {display: block !important;}
  .footer__nav_item ul li {padding-bottom: 10px;}
  .footer__nav_item ul + ul {margin-top: 40px;}
  .footer__logo {padding: 25px 0;}
  .footer__logo ul {margin: 0;padding: 0 5px;}
  .footer__logo ul li {
    float: left;
    width: 25%;
    padding: 0 5px;
  }
  .pagetop img {width: 90px;}
  .pagetop {right: 50px;bottom: 50px;}
}
@media screen and (min-width: 1200px) {
  .footer__logo ul {padding: 0 20px;}
}

/* ------------------------------------------------------
HOVER
------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .h__social a, .sponsor__item ul li a,.news__style_box .news__button a,
  .footer__logo ul li a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .h__social a:hover, .sponsor__item ul li a:hover,.news__style_box .news__button a:hover,
  .footer__logo ul li a:hover {
    opacity: 0.7;
  }
  .mainmenu > li > a, .anchor__list li a, .anchor__list li span,
  .mainmenu > li > span, .anchor__list li span,
  .news__list dd a,
  .footer__nav_item a,
  .footer__nav_item span {
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  .footer__nav_item a:hover {color: #fff;}
  .news__list dd a:hover {color: #009bc3;}
  .anchor__list li a:hover, .mainmenu > li > a:hover, p.link a:hover {color: #009bc3;}
  .mainmenu ul > li > a, .mainmenu ul > li > span {
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .mainmenu ul > li > a:hover {background-color: rgba(50, 50, 50, 1);}
  .mainmenu ul > li:nth-child(2n) > a:hover {background-color: rgba(65, 65, 65, 1);}
  .mainmenu ul {
    -webkit-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .mainmenu > li:hover > ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.btn01 {
  margin: 0 auto 60px;
}
.btn01 a {
  width: 100%;
  position: relative;
  display: block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  border-radius: 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  border: #00BCD4 2px solid;
}
.btn01 .icon_pdf:after {
  content: "";
  display: inline-block;
  background: url(/asset/img/common/icon_pdf.png) ;
  margin-left: 5px;
}
.btn01 a:hover {
  background: #636363;
}
@media screen and (max-width: 767px) {
  .btn01 {
    width: 80%;
  }
  .btn01 a {
    font-size: 16px;
  }
  .btn01 .icon_pdf:after{
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 767px) {
  .btn01 {
    width: 500px;
  }
  .btn01 .icon_pdf:after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
}

.txt_notice {
  margin: 0 auto 30px;
  max-width: 1500px;
  width: 90%;
  text-align: center;
}

.hexagon-list {
  line-height: 1.8;
}
.hexagon-list h3 span {
  font-size: 1.2em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.hexagon {
  position: relative;
  width: 40px;
  height: 23.09px;
  margin: 11.55px auto
}
.propose01 .hexagon {
  background-color: #88429b
}
.propose02 .hexagon {
  background-color: #83b351
}
.propose03 .hexagon {
  background-color: #efd252
}
.propose04 .hexagon {
  background-color: #e02567
}
.propose05 .hexagon {
  background-color: #e79024
}
.propose06 .hexagon {
  background-color: #d75653
}
.propose07 .hexagon {
  background-color: #229bd5
}
.hexagon__inner {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 40px;
}
.hexagon:after,
.hexagon:before {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent
}
.hexagon:before {
  bottom: 100%
}
.propose01 .hexagon:before {
  border-bottom: 11.55px solid #88429b
}
.propose02 .hexagon:before {
  border-bottom: 11.55px solid #83b351
}
.propose03 .hexagon:before {
  border-bottom: 11.55px solid #efd252
}
.propose04 .hexagon:before {
  border-bottom: 11.55px solid #e02567
}
.propose05 .hexagon:before {
  border-bottom: 11.55px solid #e79024
}
.propose06 .hexagon:before {
  border-bottom: 11.55px solid #d75653
}
.propose07 .hexagon:before {
  border-bottom: 11.55px solid #229bd5
}
.hexagon:after {
  top: 100%;
  width: 0
}
.propose01 .hexagon:after {
  border-top: 11.55px solid #88429b
}
.propose02 .hexagon:after {
  border-top: 11.55px solid #83b351
}
.propose03 .hexagon:after {
  border-top: 11.55px solid #efd252
}
.propose04 .hexagon:after {
  border-top: 11.55px solid #e02567
}
.propose05 .hexagon:after {
  border-top: 11.55px solid #e79024
}
.propose06 .hexagon:after {
  border-top: 11.55px solid #d75653
}
.propose07 .hexagon:after {
  border-top: 11.55px solid #229bd5
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: calc(315 / 560 * 100%)
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.movie-wrap .wall {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.is-ttl-h3 {
  position: relative;
  padding-left: 1.5em
}
.is-ttl-h3:before {
  content: 'ー';
  display: block;
  position: absolute;
  color: #0388a5;
  left: 0;
  top: 0
}
.is-exhibit-bn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/exhibit-bn-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: .5em;
  margin-bottom: .5em;
}
.is-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  padding: .25em .5em;
  margin: 0 .25em .25em;
  border-radius: .0875em;
}
.is-badge.is-danger {
  background-color: #e65d53;
  color: #fff;
  font-weight: 700
}
.is-badge.is-pickup {
  background-color: #0388a5;
  color: #fff;
  font-weight: 700;
}
.is-badge.is-outline {
  border: 1px solid #0388a5;
  color: #0388a5
}
.is-badge>.text {
  font-size: 80%;
}
.result2017-num .col p {
  padding: .8em;
  border: 1px solid #0388a5
}
.result2017-voice-01 {
  margin-top: 35px
}
.grid.result2017-voice-01.is-box-g30 .col {
  padding-bottom: 40px
}
.grid.result2017-voice-01.is-box-g30 .col img {
  max-width: 100%
}
.grid:not(.is-gap-none).is-box-g30 {
  margin-left: -50px;
  margin-bottom: -50px;
}
.grid:not(.is-gap-none).is-box-g30>.col {
  padding-left: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width:767px){
  .grid.result2017-voice-01.is-box-g30 .col {
    max-width: 335px
  }
}

.is-zones .is-zone-box {
  padding: 1em
}
.is-zone-1 .is-zone-box {
  background-color: #fef1f3;
}

.is-zones .is-zone-box2 {
  padding: 1em
}
.is-zone-1 .is-zone-box2 {
  background-color: #EFF0D9;
 }


.is-plan-premier .is-ttl-h3:before,
.is-plan-premier h2 {
  color: #b5bc50
}
.is-plan-premier .is-plan-body {
  background-color: #f7f9e9;
  padding: 1em
}
.is-plan-platinum .is-ttl-h3:before,
.is-plan-platinum h2 {
  color: #95a2a9
}
.is-plan-platinum .is-plan-body {
  background-color: #edeff0;
  padding: 1em
}
.is-plan-gold .is-ttl-h3:before,
.is-plan-gold h2 {
  color: #e7d727
}
.is-plan-gold .is-plan-body {
  background-color: #fdfce9;
  padding: 1em
}
.is-plan-silver .is-ttl-h3:before,
.is-plan-silver h2 {
  color: #bdbdbd
}
.is-plan-silver .is-plan-body {
  background-color: #fafafa;
  padding: 1em
}


.w7 {width: 7% !important;}
.w10 {width: 10% !important;}
.w18 {width: 18% !important;}
.w20 {width: 20% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w32 {width: 32% !important;}
.w33 {width: 33% !important;}
.w40 {width: 40% !important;}
.w49 {width: 49% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w65 {width: 65% !important;}
.w70 {width: 70% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}
@media screen and (max-width:767px){
  .sp-w10 {width: 10% !important;}
  .sp-w20 {width: 20% !important;}
  .sp-w25 {width: 25% !important;}
  .sp-w30 {width: 30% !important;}
  .sp-w33 {width: 33% !important;}
  .sp-w40 {width: 40% !important;}
  .sp-w50 {width: 50% !important;}
  .sp-w60 {width: 60% !important;}
  .sp-w70 {width: 70% !important;}
  .sp-w80 {width: 80% !important;}
  .sp-w90 {width: 90% !important;}
}

.table02--flex {
  border: 1px solid #dce0e6;
  background-color: #fff;
  border-radius: 10px;
}
.table02__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dce0e6;
  padding: 5px 0;
}
.table02__row:last-child {
  border-bottom: none;
}
.table02__col:first-child .table02__item_title,
.table02__col:first-child .table02__content {
  border-radius: 6px 0 0 6px;
}
.table02__col:last-child .table02__item_title,
.table02__col:last-child .table02__content {
  border-radius: 0 6px 6px 0;
}
.table02__col-line01 {
  padding: 0 5px !important;
}
.table02__col-line01 > * {
  border-radius: 6px !important;
}
.table02__col:first-child {
  padding-left: 5px;
  padding-right: 1px;
}
.table02__col:last-child {
  padding-left: 1px;
  padding-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table02__item_title {
  line-height: 1;
  color: #fff !important;
  font-size: 16px;
  background-color: #009bc3;
  padding: 16px 18px;
  font-weight: 500;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table02__item_title.is-paint.is-attention {background-color: #e02567;}
.table02__item_title.is-paint.is-orange {background-color: #e79024;}
.table02__item_title.is-paint.is-red {background-color: #d75653;}
.table02__item_title.is-paint.is-green {background-color: #83b351;}
.table02__item_title.is-paint.is-purple {background-color: #88429b;}
.table02__item_title.is-paint.is-navy {background-color: #265297;}
.table02__item_title.is-paint.is-yellow {background-color: #efd252;}
.table02__item_title.is-paint.is-black {background-color: rgba(0,0,0,.7);}
.table02__content {
  background-color: #ecf0f4;
  padding: 16px 18px;
  line-height: 1.64;
  font-size: 14px;
  height: 100%;
}

.speaker.is-tabcontent {
  margin-top: -40px
}
.speaker.is-tabcontent .grid:not(.is-gap-none) {
  margin-top: 40px
}

.supporter-box {
  background: #fff;
  border: 1px solid #dce0e6;
  border-radius: 10px;
  padding: 0 20px 30px;
  margin-top: 60px !important;
}
.plan-ttl-wrap {
  text-align: center;
  margin-top: -20px;
  z-index: 1;
  position: relative;
}
.plan-ttl {
  display: inline-block;
  color: #FFF !important;
  line-height: 50px;
  margin: -50px 0 15px;
  position: relative;
  width: 500px;
  text-align: center;
 background-color: #00bcaa;
 font-size: 25px;
 font-weight: bold;
}
.plan-ttl:before, .plan-ttl:after {
  content: "";
  border-style: solid;
  border-width: 0;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  z-index: -1;
}
.plan-ttl:before {
 border-color: #009e91 #009e91 #009e91 transparent;
 border-width: 19px;
 left: -25px;
}
.plan-ttl:after {
 border-color: #009e91 transparent #009e91 #009e91;
 border-width: 19px;
 right: -25px;
}

.is-plan-premier .num,
.is-plan-premier .yen {color: #00bcaa;}
.is-plan-premier .is-plan-body {background-color: #e9fffd;}
.is-plan-premier .is-ttl-h3:before {color: #00bcaa;}

.is-plan-platinum .plan-ttl {background: #837f99;}
.is-plan-platinum .plan-ttl:before {border-color: #757088 #757088 #757088 transparent;}
.is-plan-platinum .plan-ttl:after {border-color: #757088 transparent #757088 #757088;}
.is-plan-platinum .num,
.is-plan-platinum .yen {color: #757088;}
.is-plan-platinum .is-plan-body {background-color: #f4f2fd;}
.is-plan-platinum .is-ttl-h3:before {color: #757088;}

.is-plan-gold .plan-ttl {background: #a38526;}
.is-plan-gold .plan-ttl:before {border-color: #87701e #87701e #87701e transparent;}
.is-plan-gold .plan-ttl:after {border-color: #87701e transparent #87701e #87701e;}
.is-plan-gold .num,
.is-plan-gold .yen {color: #87701e;}
.is-plan-gold .is-ttl-h3:before {color: #87701e;}

.is-plan-silver .plan-ttl {background: #9e9e9e;}
.is-plan-silver .plan-ttl:before {border-color: #898989 #898989 #898989 transparent;}
.is-plan-silver .plan-ttl:after {border-color: #898989 transparent #898989 #898989;}
.is-plan-silver .num,
.is-plan-silver .yen {color: #898989;}
.is-plan-silver .is-ttl-h3:before {color: #898989;}

.layout-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-3col > * {
  width: 32%;
}
.layout-3col .plan-ttl {
  line-height: 40px;
  margin: -50px 0 15px;
  width: 250px;
 font-size: 20px;
}

/*symposium追記*/
.sympo_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sympo_flex.more{
	border-top: 1px solid #fff;
	padding-top: 13px;
}

.sympo_flex .sympo_speaker {
	width: 100px;
	margin-left: 30px!important;
	box-sizing: content-box;
}
.sympo_flex p{
	flex: 1;
}

@media screen and (max-width:767px){
  .supporter-box {
    padding: 0 15px 20px;
    margin-top: 40px !important;
  }
  .plan-ttl-wrap {
    margin-top: -20px;
  }
  .plan-ttl {
    line-height: 36px !important;
    margin: -40px 0 15px !important;
    width: 250px !important;
   font-size: 15px !important;
  }
  .plan-ttl:before, .plan-ttl:after {
    bottom: -5px;
  }
  .plan-ttl:before {
   border-width: 15px;
   left: -20px;
  }
  .plan-ttl:after {
   border-width: 15px;
   right: -20px;
  }
  .layout-3col {
    display: block;
  }
  .layout-3col > * {
    width: 100%;
  }
	  .table02__content {
	  padding: 8px 9px;
	}

	.sympo_flex .sympo_speaker {
	width: 60px!important;
	margin-left: 10px!important;
	}
}





.sec-timetable {
  border-bottom: 2px solid #ccc;
}
.sec-timetable .tabs {
  display: block;
  margin: 0;
  border: none;
}
.sec-timetable .tabs .tab {
  position: relative;
  float: left;
  padding: 0;
  height: 68px;
  border-left: 2px solid #ccc;
  border-right: none;
  background: #ccc;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.sec-timetable .tabs .tab-main {background: #265297;}
.sec-timetable .tabs .tab-theater {background: #1cb4c7;}
.sec-timetable .tabs .tab-seminar1 {background: #229bd5;}
.sec-timetable .tabs .tab-seminar2 {background: #13857a;}
.sec-timetable .tabs .tab-seminar3 {background: #88429b;}
.sec-timetable .tabs .tab-jichitai {background: #ef3e2e;}
.sec-timetable .tabs .tab-keihanna {background: #feca0a;}
.sec-timetable .tabs .tab:last-child {
  border-right: 2px solid #ccc;
}
.sec-timetable .tabs .tab p {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}
.sec-timetable .tabs .tab:hover p,
.sec-timetable .tabs .tab.tab-active p {
  color: #fff;
}
.sec-timetable .tabs .tab-time {
  display: block;
  width: 5.5%;
}
.sec-timetable .tabs .tab-floor {
  width: 18.6%;
}
.sec-timetable .timetable {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-top: 2px solid #ccc;
  background: #ecf0f4;
}
.sec-timetable .timetable .col {
  position: relative;
  float: left;
  border-left: 2px solid #ccc;
}
.sec-timetable .timetable .col:last-child {
  border-right: 2px solid #ccc;
}
.sec-timetable .timetable .cell {
  overflow: hidden;
  display: block;
  height: 300px;
  border-bottom: 2px solid #ccc;
}
.sec-timetable .timetable .cell:nth-child(2n) {
  background: #e1e5e8;
}
.sec-timetable .timetable .cell.last {
  border-bottom: none;
}
.sec-timetable .timetable .cell.shogo {
  height: 150px;
}
.sec-timetable .timetable .event {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
}
.sec-timetable .timetable .event.half_l {
  width: 49%;
}
.sec-timetable .timetable .event.half_r {
  width: 49%;
  right: 0;
  left: auto;
}
.sec-timetable .timetable .event-simple {
  display: block;
  overflow: hidden;
  padding: 5px;
  background: #fff;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
.sec-timetable .timetable a.event-simple:hover {
  background: #f9f9f9;
}
.sec-timetable .timetable .event-simple .time {
  padding: 0;
  background: none;
}
.sec-timetable .timetable .event-simple .time p {
  float: none;
  font-size: 13px;
  color: #f90000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 3px;
}
.sec-timetable .timetable .event-simple .name {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.sec-timetable .timetable .event-simple .name.small {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.sec-timetable .timetable .event-simple .name.smallm {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.sec-timetable .timetable .event-simple .name.smalls {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.06em;
}
.sec-timetable .timetable .event-simple .name span{
/*  display: inline-block;
*/  font-weight: normal;
}
.sec-timetable .timetable .event-simple .name2{
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 3px;
}
.sec-timetable .timetable .event-simple .name2.small{
  font-size: 10px;
  line-height: 1.1;
}
.sec-timetable .timetable .event-simple .name2.smallm{
  font-size: 10px;
}
.sec-timetable .timetable .event-simple .name2.smalls{
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.06em;
}
.sec-timetable .timetable .event-simple p.cap {
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}
.sec-timetable .timetable .event-simple p.name2.right {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}
.sec-timetable .timetable .event-simple .name2 + .name {
	margin-top: 10px;
}
.sec-timetable .timetable .checkbox {
  position: absolute;
  top: 38px;
  left: 10px;
  z-index: 1;
  display: none; /*チェックボックス隠し*/
}
.sec-timetable .timetable .checkbox + .event-simple .name {
/*  padding-left: 20px;  チェックボックス隠し*/
  position: relative;
}
.sec-timetable .timetable .col-time {
  display: block;
  width: 5.5%;
}
.sec-timetable .timetable .col-time .cell {
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.sec-timetable .timetable .col-floor {
  width: 18.6%;
}
.sec-timetable.col7 .tabs .tab-floor,
.sec-timetable.col7 .timetable .col-floor {
  width: 13.5%;
}
.sec-timetable .timetable .col-floor:last-child {
  border-right: 2px solid #ccc;
}

.sec-timetable .timetable .e-party {
  width: auto;
}
.sec-timetable .timetable .event-detail {
  display: none;
}

.container.is-space p.link {
	margin-top: 5px;
}

/*開始時間*/
.t1000 {top: 0;}
.t1010 {top: 50px;}
.t1020 {top: 100px;}
.t1030 {top: 150px;}
.t1040 {top: 200px;}
.t1050 {top: 250px;}
.t1100 {top: 300px;}
.t1110 {top: 350px;}
.t1120 {top: 400px;}
.t1130 {top: 450px;}
.t1140 {top: 500px;}
.t1150 {top: 550px;}
.t1200 {top: 600px;}
.t1230 {top: 675px;}
.t1300 {top: 750px;}
/*.t1305 {top: 775px;}
.t1310 {top: 800px;}
.t1320 {top: 900px;}*/
.t1330 {top: 900px;}
.t1340 {top: 950px;}
.t1345 {top: 1050px;}
.t1350 {top: 1000px;}
.t1425 {top: 1175px;}
/*.t1430 {top: 1150px;}*/
.t1440 {top: 1250px;}
/*.t1450 {top: 1250px;}*/
.t1510 {top: 1300px;}
.t1520 {top: 1350px;}
.t1530 {top: 1500px;}
.t1550 {top: 1450px;}
.t1610 {top: 1500px;}
.t1620 {top: 1750px;}
.t1630 {top: 1600px;}

.m05 {height: 23px;}
.m10 {height: 48px;}
.m20 {height: 98px;}
.m30 {height: 148px;}
.m40 {height: 198px;}
.m40.last {height: 200px;}
.m50 {height: 248px;}
.m55 {height: 273px;}
.m60 {height: 298px;}
.m70 {height: 348px;}
.m80 {height: 398px;}
.m90 {height: 448px;}
.m100 {height: 498px;}
.m140 {height: 698px;}
.m170 {height: 848px;}
.m190 {height: 948px;}
.m220 {height: 1098px;}
.m255 {height: 1273px;}
.m340 {height: 1698px;}
.m370 {height: 1848px;}

.tline{ border-top: 1px solid #ccc; }


.event-detail {
  background: #fff;
}
.event-detail .inner {
  padding: 2rem;
}
.event-detail .tag {
  background-color: #e65d53;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  line-height: 1.2;
}
.event-detail .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0;
}

.event-detail .ttl span{
  font-weight: normal;
  font-size: 19px;
}
.event-detail .ttl_tag {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}
.event-detail .ttl_tag + .tag {
  margin-top: 0.5em!important;
}
.event-detail .ttl + .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 7px;
}

.event-detail .date, .event-detail .inner .flex .date {
  font-size: 15px;
}
.event-detail .date, .event-detail .inner p.cap {
  font-size: 15px;
}
.event-detail .date .place {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 15px;
  line-height: 1;
  margin-left: 1em;
}

.event-detail .place-main {background: #265297;}
.event-detail .place-theater {background: #1cb4c7;}
.event-detail .place-seminar1 {background: #229bd5;}
.event-detail .place-seminar2 {background: #13857a;}
.event-detail .place-seminar3 {background: #88429b;}
.event-detail .place-jichitai {background: #ef3e2e;}
.event-detail .place-keihanna {background: #feca0a;}

.event-detail .name, .event-detail .inner .flex .name {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}
.event-detail .inner .flex .name span {
  display: inline-block;
  line-height: 1.6;
}
.event-detail .inner .flex .name span.ttl {
  line-height: 1.8;
  font-weight: bold;
  font-size: 17px;
}
.event-detail .part, .event-detail .inner .flex .part {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 0;
}
.event-detail .inner .flex, .event-detail .inner .flex .flex_img {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.event-detail .inner .flex .flex_img.person4,.event-detail .inner .flex .flex_img.person5,.event-detail .inner .flex .flex_img.person9 {
width: 280px;
flex-wrap: wrap;
}
.event-detail .inner .flex .flex_img.person4 .speaker:nth-child(-n+2),
.event-detail .inner .flex .flex_img.person5 .speaker:nth-child(-n+3), .event-detail .inner .flex .flex_img.person9 .speaker:nth-child(-n+7){
margin-bottom: 20px;
}
.event-detail .inner .flex .txt {
	flex: 1;
}
.event-detail .inner .flex .speaker {
	width: 120px;
	margin-left: 20px;
	margin-top: 0!important;
}
.event-detail .inner .flex .speaker span {
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
	margin-top: 5px;
}
.event-detail .inner .flex .speaker span.lss {
	letter-spacing: 0.03em;
}
.flex .txt p.part + p.name, .flex .txt p.name + p.name {
	margin-top: 1em;
}

.event-detail .box {
  padding: 15px 30px;
  border: 1px solid #ccc;
}

.event-detail .description {
  font-size: 15px;
  line-height: 2;
}

#cboxContent {
  margin-top: 60px;
}

#cboxClose {
  width: 40px;
  height: 40px;
  top: -45px;
  right: 0;
  background: none;
}

#cboxClose:before,
#cboxClose:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#cboxClose:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cboxClose:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


@media screen and (max-width: 767px){
.sec-timetable .tabs .tab {
    height: 100px;
  }
.sec-timetable .tabs .tab p {
    font-size: 2.3vw;
  }
  .sec-timetable .timetable .col-time .cell {
    padding: 1vw 0;
    font-size: 2.2vw;
  }
  .sec-timetable .timetable .event-simple {
    padding: 1vw;
  }
  .sec-timetable .timetable .event-simple .time p {
    font-size: 2vw;
  }
    .sec-timetable .timetable .event-simple p.name2 {
    font-size: 1.5vw;
    word-break: break-all;
  }
  .sec-timetable .timetable .checkbox {
    top: 6.5vw;
    left: 1vw;
  }
  .sec-timetable .timetable .checkbox + .event-simple .name {
    padding-left: 0;
    /*padding-top: 20px;*/
	font-size: 1.6vw;
  }
  .sec-timetable .timetable .event-simple .name {
	font-size: 1.6vw;
}
.sec-timetable .timetable .event-simple .name span{
	font-size: 1.6vw;
}
  .event-detail .inner {
    padding: 1.5rem;
  }
  .event-detail .ttl {
    font-size: 15px;
  }
  .event-detail .ttl + .ttl {
  font-size: 14px;
  margin-top: 6px;
}
.event-detail .ttl_tag {
  font-size: 14px;
}

  .event-detail .name {
    font-size: 13px;
  }
  .event-detail .part {
    font-size: 12px;
  }
  .event-detail .box {
    padding: 1rem;
  }
  .event-detail .description {
    font-size: 13px;
  line-height: 1.6;
  }
  #cboxContent {
    margin-top: 50px;
  }
	.event-detail .flex .date .place {
	  margin-left: 0;
	}
	.event-detail .inner .flex .flex_img {
		display: block!important;
	}
	.event-detail .inner .flex .flex_img.person4, .event-detail .inner .flex .flex_img.person5, .event-detail .inner .flex .flex_img.person9 {
	width: 120px;
	}
	.event-detail .inner .flex .flex_img.person4 .speaker:nth-child(-n+2), .event-detail .inner .flex .flex_img.person5 .speaker:nth-child(-n+3), .event-detail .inner .flex .flex_img.person9 .speaker:nth-child(-n+7) {
	margin-bottom: 0;
	}
	.event-detail .inner .flex .speaker {
		width: 100px!important;
	}
	.event-detail .inner .flex .speaker + .speaker {
		margin-top: 10px!important;
	}
	.sec-timetable .timetable .event-simple p.cap {
	  font-size: 1.3vw;
	}
.event-detail .name, .event-detail .inner .flex .name span.ttl {
  font-size: 16px;
}
}



fieldset {
  border: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #fff;
}

#wpmem_reg input[type="text"], #wpmem_reg input[type="password"], #wpmem_reg input[type="email"], #wpmem_reg input[type="url"], #wpmem_reg input[type="number"], #wpmem_reg input[type="date"], #wpmem_reg textarea, #wpmem_login input[type="text"], #wpmem_login input[type="password"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: rgb(43, 43, 43);
  padding: 4px 10px 4px;
  background: none repeat scroll 0% 0% #fff;
}

#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
  margin: 0 0 1.5em 0;
}
#wpmem_reg .div_textarea textarea, #wpmem_reg .textbox, #wpmem_login .textbox, #wpmem_reg .username, #wpmem_reg .password, #wpmem_reg .file, #wpmem_reg .image, #wpmem_login .username, #wpmem_login .password {
  width: 100%;
}
#wpmem_login .div_text,
#wpmem_login .button_div {
  width: 20em;
  display: inline-block;
}
#wpmem_reg .button_div, #wpmem_login .button_div {
  padding: 6px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.form-group {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.form-group label {
  width: 7em;
  display: inline-block;
  text-align: left;
}

/* login */
form.exhibitor-login h2 {
  display: none;
}

.inner.is-topcover-title {
  padding: 15px;
}
@media screen and (max-width:768px) {
  .form-group,
  .form-group label,
  #wpmem_login .div_text,
  #wpmem_login .button_div {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width:768px) {
  .inner.is-topcover-title {
    padding: 30px;
  }
}
form.exhibitor-profile {
  font-size: 14px;
}
form.exhibitor-profile p {
  margin-bottom: 1em;
}
form.exhibitor-profile .div_multicheckbox {
  margin-top: 1em;
}

/* profile */
.exhibitor-profile th {
  background-color: #f6f8fa;
}

.single-exhibitor .wpmem_msg {
  background: #eef5fb;
  border: 1px solid #abd0ed;
  color: #0388a5;
  padding: .675em .875em;
  border-radius: 2px;
  margin-bottom: 1em;
}


.re-table {
  border-radius: 6px;
  background: #d1d7da;
  border: none !important;
  border-spacing: 1px 1px;
  border-collapse: separate;
}
.re-table th,
.re-table td {
  padding: 16px 18px;
  border: 5px solid #fff !important;
}
.re-table th {
  background: #009bc3;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.re-table td {
  border-left: 1px solid #d1d7da;
  line-height: 1.64;
  font-size: 14px;
  background: #ecf0f4;
}
.re-table tr:last-child th,
.re-table tr:last-child td {
  border-bottom: none;
}
.re-table tr:first-child th:first-child {
  border-radius: 6px 0 0 0;
}
.re-table tr:first-child th:last-child {
  border-radius: 0 6px 0 0;
}
.re-table tr:last-child th:first-child {
  border-radius: 0 0 0 6px;
}
.re-table tr:last-child th:last-child {
  border-radius: 0 0 6px 0;
}

@media screen and (max-width:768px) {
  .re-table th,
  .re-table td {
    display: block;
  }
  .re-table th + td {
    border-top: none !important;
  }
  .re-table td {
    margin-top: 0 !important;
  }
}

.required__col {
  position: relative;
}
.required__col .table__item_title {
  padding-right: 55px;
}
.required {
  position: absolute;
  top: 16px;
  right: 14px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #e65d53;
  padding: 3px 5px;
}
.required2 {
  position: absolute;
  top: 73px;
  right: 14px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #e65d53;
  padding: 3px 5px;
}
@media screen and (max-width:767px) {
  .required2 {
    display: none;
  }
}
/*
@media screen and (max-width:600px) {
  .required2 {
    top: 155px;
  }
}
@media screen and (max-width:321px) {
  .required2 {
    top: 176px;
  }
}
*/
.sec-timetable .tabs .tab-keihanna {background: #feca0a;}


.name-txt01 {
  width: 4em;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .name-txt01 {
    display: block;
    margin-bottom: 5px;
  }
  .name-input {
    width: 49%;
  }
}


.kv__btns {
  position: absolute;
  bottom: 60px;
  left: 0;
  background: #008cb4;
  width: calc(100% - 40px);
  border-radius: 0 25px 25px 0;
  padding: 20px;
  display: flex;
  /* justify-content: flex-end; */
  justify-content: center;
  align-items: center;
}

.kv__btns .btn {
  border-radius: 8px;
  display: inline-block;
  padding: 18px 55px 18px 25px;
  background: #fff;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  margin: 0 7px;
  font-size: 15px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.kv__btns .btn:hover {
  opacity: 0.8;
}

.kv__btns .btn:before {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #a0becc;
}

.kv__btns .btn:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background-image: url(../img/arr-wh.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.kv__btns .btn-l {
  padding: 18px 70px 18px 30px;
  background: #f06400;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
}

.kv__btns .btn-l .en {
  font-size: 15px;
  vertical-align: middle;
}

.kv__btns .btn-l:before {
  width: 40px;
  background: #e64600;
}

.kv__btns .btn-l:after {
  width: 25px;
  height: 25px;
  right: 7px;
}

@media screen and (max-width: 767px){
  .kv__btns {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 4.6875vw);
    padding: 20px;
    flex-direction: column;
    /* margin-top: -30vw; */
  }

  .kv__btns p {
    width: 100%;
  }

  .kv__btns .btn {
    width: 100%;
    padding: 15px 55px 15px 25px;
    margin: 5px 0;
    font-size: 13px;
  }

  .kv__btns .btn-l {
    font-size: 20px;
    line-height: 1.4;
  }

  .kv__btns .btn-l .en {
    font-size: 13px;
  }

}

.kv__movie {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 23vw;
}
#movie video {
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .kv__movie {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .kv__movie {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    margin: -34vw auto 20px;
  }
}

/* ************** 2019/10/30追加 *************** */

/* 講演プログラム */
p.btn_doc,
p.btn_docf{
	width: 8.6em;
	margin-top: 10px;
	padding: 0 10px;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	background-color: #1cb4c7;
}
p.btn_docf{
	width: 70%;
	margin-top: 10px;
	padding: 2px 10px;
	color: #fff;
	font-size: 8px;
	line-height: 1.2;
}
.btn_doc03{
	display: inline-block;
	width: 9.7em;
	margin: 10px 0;
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	background-color: #1cb4c7;
}

/* モーダル */
p.btn_doc02{
	margin-bottom: 5px;
}
p.btn_doc02 a{
	padding: 3px 10px;
	color: #fff;
	font-size: 75%;
	border-radius: 4px;
	background-color: #1cb4c7;
}
p.btn_doc02 a:hover,
a.btn_doc03:hover{
	opacity: 0.7;
}
