@charset "utf-8";

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: bottom;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 10px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Basic structure
-------------------------------------------------------------- */

/* 全体 */
html {
	font-size: 62.5%;
}
body {
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック体", YuGothic, "YuGothic M","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	overflow-x: hidden;
}
body, th, td {
	-webkit-font-smoothing: subpixel-antialiased;
}
header,
#contents,
footer {
	width: 100%;
}
hgroup,
.container {
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
}
h1 {
	margin: 5px 0;
}
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
.nowrap {
	white-space: nowrap;
}
.indent {
	display: inline-block;
	margin-left: 1em;
	text-indent: -1em;
}
.inlineBlock {
	display: inline-block;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.mb20 {
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.anker {
	height: 90px;
}
.caution {
	margin: 10px 0;
	padding: 5px 10px 3px;
	color: #f00;
	background-color: #fffce5;
	border: 1px dotted #7d1d1f;
}
.comming-soon {
	padding: 100px 0;
	font-size: 22px;
	text-align: center;
}
.pc_only {
	display: inline-block;
}
.sp_only {
	display: none;
}

/* Link */
a { display: inline-block;}
a:link { color: #333;}
a:visited { color: #333;}
a:hover { color: #333; filter:alpha(opacity=90); opacity:0.9;}
a:active { color: #333;}

/* Images */
img {
	max-width: 100%;
	width:/***/auto; /* IE8用 */
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Table */
table {
	width: 100%;
	margin: 5px 0;
	font-size: inherit;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	border-bottom: 1px solid #ccc;
}
th {
	background-color: #def9fb;
}
td {
	background-color: #fff;
	vertical-align: top;
}
th,
td {
	padding: 3px 5px 1px;
	border-right: 1px solid #ccc;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
th.w20,
td.w20 {
	width: 20px;
}
th.w30,
td.w30 {
	width: 30px;
}
th.w100,
td.w100 {
	width: 100px;
}
th.w200,
td.w200 {
	width: 200px;
}
th.w300,
td.w300 {
	width: 300px;
}
table.noDeco,
table.noDeco tr,
table.noDeco th,
table.noDeco td {
	background-color: inherit;
	border: none;
}

/* iOSでのデフォルトスタイルをリセット */
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;
}

/* Form fields */
select,
input,
textarea {
	font-size: 1em;
	box-sizing: border-box;
	vertical-align: middle;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	margin: 2px;
	padding: 6px 10px 4px;
	font-family: inherit;
	border: 1px solid #ccc;
}
input[type="text"],
input[type="email"],
input[type="password"] {
	width: 100%;
	max-width: 600px;
}
textarea {
	width: 100%;
	max-width: 100%;
}
input.w100 {
	width: 100px;
}
input.w200 {
	width: 200px;
}
input.w300 {
	width: 300px;
}
input[type="file"] {
	margin: 2px;
	background-color: #dcdbd5;
}
select[disabled],
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
	color: #666;
	background-color: #ddd;
}
.required {
	margin-left: 0.5em;
	color: #f00;
}

/* Buttons */
.buttonArea {
	text-align: center;
}
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	margin: 10px;
	padding: 10px 40px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color: #008982;
	border: none;
}
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
a.button:before,
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
	content: url(../img/icon_arrow02.png);
	margin-right: 10px;
}
a.button.simple,
input[type="submit"].simple,
input[type="button"].simple,
input[type="reset"].simple {
	margin: 10px;
	padding: 6px 14px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	background-color: #f1f1f1;
	border: 1px solid #999;
	border-radius: 5px;
}
a.button-b,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	margin: 10px;
	padding: 10px 40px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color: #333;
	border: none;
}
a.button-b:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
a.button-b:before,
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
	content: url(../img/icon_arrow02.png);
	margin-right: 10px;
}
a.button-b.simple,
input[type="submit"].simple,
input[type="button"].simple,
input[type="reset"].simple {
	margin: 10px;
	padding: 6px 14px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	background-color: #f1f1f1;
	border: 1px solid #999;
	border-radius: 5px;
}
a.buttonLight {
	margin: 10px;
	padding: 5px 40px;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #999;
}
p.buttonReport a {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #fabd00;
}
a.buttonSiteArchive {
	margin: 2px;
	padding: 2px 40px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
input[type="radio"] {
	margin: 5px;
}
select[disabled],
input[disabled] {
	cursor: default;
}
.confArea {
	display: inline-block;
	margin: 2px;
	padding: 6px 10px 4px;
	font-family: inherit;
	background-color: #dcdbd5;
	border: 1px solid #ccc;
}

/* Header */
header {
	background-color: rgba(255, 255, 255, 0.86);
	position: fixed;
	z-index: 1;
}
hgroup {
	padding: 18px 10px 1px;
	overflow: hidden;
}
hgroup h1 {
	float: left;
	overflow: hidden;
}
hgroup h1 a,
hgroup h1 img {
	float: left;
}
hgroup h1 .logo_ku {
	width: 40px;
	margin: 0 5px 0 0;
}
hgroup h1 .logo_qpit {
	width: 55px;
	margin: 3px 8px 0 0;
}
hgroup h1 .logo_ew {
	width: 200px;
	margin: 8px 0 0 0;
}
hgroup .lang_switch {
	position: absolute;
	top: 0;
	right: 10px;
	overflow: hidden;
	z-index: 1;
}
hgroup .lang_switch li {
	float: left;
}
hgroup .lang_switch li a {
	display: block;
	width: 80px;
	padding: 0 2px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #333;
}
hgroup .lang_switch li a.on {
	color: #fff;
	background-color: #333;
}
hgroup nav {
	float: right;
}
hgroup nav ul {
	overflow: hidden;
}
hgroup nav ul li {
	float: left;
	position: relative;
}
hgroup nav ul li a {
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
hgroup nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}
hgroup nav ul li a:after {
	content: "";
	width: 1px;
	height: 20px;
	border-right: 1px solid #999;
	position: absolute;
	top: 25px;
	right: 0;
}
hgroup nav ul li:last-child a:after {
	content: none;
}
hgroup nav ul li span {
	display: block;
	color: #999;
	font-size: 11px;
}
hgroup nav ul li span.sub {
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 1;
}
#navi-btn {
	display: none;
}

h2 {
	margin: 30px auto 40px;
	padding: 0 0.5em;
	font-size: 36px;
	text-align: center;
	border-bottom: 1px solid;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
	-moz-border-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
	-o-border-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
	border-image-slice: 1;
}
h2 span {
	display: block;
	font-size: 14px;
}
h3 {
	padding: 10px 10px 5px 15px;
	color: #008982;
	font-size: 26px;
	line-height: 1.4;
	background-color: #f5f5f5;
	border-left: 5px solid #008982;
}
h4 {
	color: #008982;
	font-size: 22px;
	line-height: 1.4;
	border-bottom: 2px solid #008982;
}

/* CoverArea */
section.coverArea {
	padding: 90px 0 60px;
}
section.coverArea .slider {
	margin: 0 0 10px;
}
section.coverArea ul.newsList {
	height: 150px;
	margin: 0 0 30px;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.4);
}
section.coverArea ul.newsList li {
	margin: 0 0 5px;
}
section.coverArea ul.newsList li a {
	display: block;
	text-decoration: none;
}
section.coverArea ul.newsList li a:hover {
	background-color: #def9fb;
}
section.coverArea ul.newsList li dl {
	padding: 3px 10px;
	overflow: hidden;
}
section.coverArea ul.newsList li dl dt {
	float: left;
	width: 8em;
	font-weight: bold;
}
section.coverArea ul.newsList li dl dd {
	margin: 0 0 0 8em;
}

/* topInfo（事前イベント） */
.topInfo {
	margin: 10px 0 10px;
	border: 2px solid #008982;
	padding-bottom: 20px;
	background-color: #fff;
}
.topInfo p.title-sub {
	color: #008982;
	font-size: 16px;
	line-height: 1.4;
	padding: 8px 8px 0 8px;
}
.topInfo h2.title-main {
	margin: 4px auto 25px;
	text-align: left;
	color: #008982;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.4;
	padding-bottom: 8px;
}
.topInfo .flex-area {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.topInfo .flex-area .imgCont {
	width: 16%;
	text-align: center;
}
.topInfo .flex-area ul.textCont {
	width: 56%;
	margin: 0 10px 0;
}
.topInfo .flex-area ul.textCont li.text,
.topInfo .flex-area ul.textCont li.text-en1,
.topInfo .flex-area ul.textCont li.text-en2 {
	margin-bottom: 8px;
	font-weight: 800;
}
.topInfo .flex-area ul.textCont li.text {
	text-indent: -3em;
	padding-left: 3em;
}
.topInfo .flex-area ul.textCont li.text-en1 {
	text-indent: -8.5em;
	padding-left: 8.5em;
}
.topInfo .flex-area ul.textCont li.text-en2 {
	text-indent: -4em;
	padding-left: 4em;
}
.topInfo .flex-area ul.textCont li.sub {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 4px;
	line-height: 1.1em;
}
.topInfo .flex-area ul.textCont li.notes {
	padding: 10px;
}
.topInfo .flex-area ul.textCont li.notes a {
	width: auto;
	min-width: 200px;
	padding: 5px 10px 3px;
	text-align: center;
	text-decoration: none;
	background-color: #f3ffef;
	border: 1px solid #008982;
	border-radius: 5px;
}
.topInfo .flex-area ul.subCont {
	width: 26%;
}
.topInfo .flex-area ul.subCont li.submit {
	margin-bottom: 16px;
}
.topInfo .flex-area ul.subCont li.submit a {
	padding: 8px 20px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color: #008982;
	border: none;
}
.topInfo .flex-area ul.subCont li.submit a:before {
	content: url(../img/icon_arrow02.png);
    margin-right: 10px;
}
.topInfo .flex-area ul.subCont li.submit span {
	display: inline;
	font-size: 90%;
	line-height: 1.1em;
}
.topInfo .flex-area ul.subCont li.contact,
.topInfo .flex-area ul.subCont li.contact-en {
	border: 2px dotted #aaa;
	border-radius: 8px;
	font-size: 90%;
}
.topInfo .flex-area ul.subCont li.contact {
	text-indent: -1em;
	padding: 0.3em 0.3em 0.3em 1.3em;
}
.topInfo .flex-area ul.subCont li.contact-en {
	text-indent: -0.5em;
	padding: 0.3em 0.3em 0.3em 0.8em;
}

/* その他 */

.newsDetail {
	margin: 0 0 0 20px;
}
.newsDetail .photo {
	display: inline-block;
	width: 45%;
	max-width: 320px;
	margin: 10px 1%;
}

ul.banner {
	overflow: hidden;
}
ul.banner li {
	float: left;
	margin: 10px;
}
ul.banner li img {
	width: 230px;
}

.aboutImg01 {
	float: right;
}
.aboutImg01 img {
	width: 100%;
	max-width: 500px;
	margin: 0 0 20px 20px;
}

.programLogin {
	display: flex;
	margin: 0 0 0 150px;
}
.programLogin p {
	padding: 10px;
}
.programLogin .loginButton a {
	width: auto;
	min-width: 200px;
	padding: 5px 10px 3px;
	text-align: center;
	text-decoration: none;
	background-color: #f3ffef;
	border: 1px solid #008982;
	border-radius: 5px;
}
.myInformation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 150px;
	background-color: #eee;
}
.myInformation p {
	padding: 10px;
}
.myInformation .status {
	font-size: 18px;
}
.myInformation .status span {
	font-weight: bold;
}
.myInformation .editButton a {
	width: auto;
	padding: 5px 10px 3px;
	text-decoration: none;
	white-space: nowrap;
	background-color: #f3ffef;
	border: 1px solid #008982;
	border-radius: 5px;
}
.myInformation .logoutButton a {
	width: auto;
	padding: 5px 10px 3px;
	text-decoration: none;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 5px;
}

dl.program {
	display: flex;
	width: 100%;
	margin: 0 0 20px;
}
dl.program dt {
	width: 140px;
	margin: 0 10px 0 0;
	padding: 10px;
	font-size: 26px;
	text-align: right;
	border-right: 1px solid #333;
}
dl.program dt span {
	display: block;
	font-size: 15px;
}
dl.program dd {
	flex: 1;
}
dl.program dd a {
	display: block;
	text-decoration: none;
}
dl.program dd a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
dl.program .entryList {
	flex: 1;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
dl.program .toggleBt,
dl.program .toggleNon {
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px dotted #ccc;
}
dl.program .toggleBt:hover,
dl.program .toggleNon:hover {
	background-color: #def9fb;
}
dl.program .toggleBt:before {
    content: attr(data-attr);
	float: right;
	padding: 2px 5px 0;
	font-size: 14px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #999;
	border-radius: 5px;
}
dl.program .toggleBt.active {
	border-color: #333;
}
dl.program .toggleBt.active:hover {
	background-color: initial;
}
dl.program .toggleBt.active:before {
    content: attr(data-attr-close);
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
dl.program .toggleCon {
	display: none;
	margin: 0 0 10px;
	padding: 10px 20px;
	background-color: #f5f5f5;
}
dl.program .registered {
	float: right;
	margin: 0 8px;
	padding: 2px 5px 0;
	color: #fff;
	background-color: #d34322;
	border-radius: 5px;
}
dl.program .flag {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 2px 16px 0;
	color: #FFF;
	text-decoration: none;
	background-color: #999;
}
dl.program .flag.c_gr { background-color: rgba(156, 188, 48, 1); }
dl.program .flag.c_or { background-color: rgba(225, 99, 51, 1); }
dl.program .flag.c_qp { background-color: rgba(2, 110, 184, 1); }
dl.program .flag.c_hy { background-color: rgba(122, 205, 244, 1); }
dl.program .flag.c_i2 { background-color: rgba(248, 203, 173, 1); }
dl.program .flag.c_hyi2 { background-color: rgba(229, 229, 255, 1); }
dl.program .flag.c_fa { background-color: rgba(193, 131, 79, 1); }
dl.program .flag.c_co { background-color: rgba(255, 246, 129, 1); }
dl.program .flag.c_ecc { background-color: rgb(99, 160, 215, 1); }
dl.program .flag.c_gtc { background-color: rgb(191, 144, 0, 1); }
dl.program .flag.c_i2,
dl.program .flag.c_hyi2,
dl.program .flag.c_co {
	color: #333;
}
dl.program .time {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 2px 0 0;
}
dl.program .title {
	margin: 5px 0 0 0;
	font-size: 110%;
	font-weight: bold;
}
dl.program .title span {
	display: block;
	font-size: 85%;
	font-weight: normal;
}
dl.program .notice {
	font-size: 85%;
}
dl.program .movieLink a {
	padding: 2px 10px 0;
	color: #d34322;
}
dl.program .movieLink a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background: url(../img/icon_movie.svg) no-repeat;
	background-size: contain;
	vertical-align: text-top;
}
dl.program dd > .file {
	margin: 10px 20px;
}
dl.program .file {
	float: right;
    margin-left:1rem;
}
dl.program .file a {
	display: inline-block;
	margin: 0 0 5px;
}
dl.program .date span,
dl.program .venue span {
	margin: 0 5px 0 0;
	font-weight: bold;
}
dl.program .authBox {
	padding: 5px 10px;
	background-color: #f1f1f1;
}
dl.program .authorized span {
	display: block;
	margin: 0 5px 0 0;
	color: #d34322;
	font-weight: bold;
}
dl.program .entryButton {
	text-align: center;
	margin: 5px 0 0;
}
dl.program .entryButton a {
	width: auto;
	min-width: 200px;
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #008982;
}
dl.program .entryButton.upcoming {
	width: auto;
	min-width: 200px;
	padding: 5px 10px;
	color: #999;
	font-size: 16px;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #ccc;
}
dl.program .entryButton.cancel a {
	width: auto;
	min-width: 200px;
	padding: 5px 10px;
	color: #f00;
	font-size: 16px;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #f00;
}
dl.program.poster {
	display: block;
	padding: 10px 40px;
	background-color: #f5f5f5;
	border: 1px dashed #b9b9b9;
}
dl.program.poster dt {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
	border: none;
	border-bottom: 1px dotted #ccc;
}
dl.program.poster dt span {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
dl.program.poster dd {
	text-align: center;
}
dl.program.poster .title,
dl.program.poster .notice {
	display: inline;
}
dl.program.fix dt {
	font-size: 20px;
}
dl.program.fix dt span {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
dl.program.fix .title.en span {
	font-size: 75%;
}
.otherProgram {
	padding: 10px;
	border: 1px solid #ccc;
}
.otherProgram .title {
	font-weight: bold;
}
.otherProgram dl.program label {
	display: flex;
	cursor: pointer;
}
.otherProgram dl.program label:hover {
	background-color: #def9fb;
}
.otherProgram dl.program label input[type="checkbox"] {
	width: 20px;
	margin: 10px 0 0 10px;
}
.otherProgram dl.program .venue label {
	display: inline-block;
}
table.posterArticle {
	margin-bottom: 30px;
}
table.posterArticle th,
table.posterArticle td {
    padding: 3px 5px;
}
table.posterArticle .prize {
	min-width: 100px;
	word-break: break-all;
}
table.posterArticle .pdf,
table.posterArticle audio {
	display: inline-block;
	vertical-align: middle;
}
table.posterArticle .youtube .name span {
	vertical-align: top;
	line-height: 40px;
}
table.posterArticle .youtube .name .pdf {
	padding:0 0 0 2em;
}
table.posterArticle .youtubeground {
	display: flex;
}
table.posterArticle .youtubeground iframe {
	padding: 0 1em 0 0;
}
.lastPostDate {
	color: #f00;
}
.adminLogin {
	text-align: right;
}
.returnButton {
	text-align: center;
}
form.researchSearch {
	margin: 0 0 5px;
}
form.researchSearch input[type="text"] {
	width: calc(100% - 100px);
}
form.researchSearch input[type="submit"] {
	margin: 5px;
	padding: 8px 10px;
}

.venueSingle {
	margin: 0 0 50px;
}
.venueSingle .toggleBt {
	cursor: pointer;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
.venueSingle .toggleBt:before {
    content: attr(data-attr);
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 2px 5px 0;
	font-size: 14px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #999;
	border-radius: 5px;
}
.venueSingle .toggleBt.active:before {
    content: attr(data-attr-close);
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
.venueSingle .toggleCon {
	display: none;
	margin: 0 0 10px;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.map {
	margin: 30px 0;
	text-align: center;
}
.ggmap {
	position: relative;
	margin: 0 auto 40px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.routeTitle {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 18px;
	line-height: 1.4;
	border: 1px solid #008982;
	border-radius: 5px;
}

ul.categoryList {
	margin: 0 0 10px;
	overflow: hidden;
}
ul.categoryList li {
	float: left;
	margin: 2px 5px;
}
ul.categoryList li a {
	padding: 2px 6px 0;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #008982;
}
.researchTable td {
	min-width: 6.5em;
	max-width: 600px;
}
ul.hpLink {
	float: right;
	overflow: hidden;
}
ul.hpLink li {
	float: left;
	margin: 2px;
}
ul.hpLink li a {
	content: url(../img/icon_link.svg);
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

/* ReportArea */
section.reportArea {
	padding: 90px 0 60px;
}
section.reportArea .president {
	float: right;
	width: 36%;
	margin: 0 0 10px 20px;
}
section.reportArea .single {
	float: right;
	width: 36%;
	margin: 0 0 10px 20px;
}
section.reportArea .imageFrame {
	max-height: 496px;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
section.reportArea .caption {
	display: block;
	margin: 2px 0;
	font-size: 13px;
	text-align: center;
}
section.reportArea .flex {
	display: flex;
	justify-content: center;
}
section.reportArea .flex div {
	padding: 5px;
}
section.reportArea .wait {
	display: block;
	margin: 10px 0;
	padding: 10px;
	background-color: #f1f1f1;
}

/* Footer */
footer {}
.fgroup {
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	background-color: #333;
}
.fgroup .container {
	text-align: center;
}
.fgroup dl {
	display: inline-block;
	text-align: left;
	overflow: hidden;
}
.fgroup dl dt {
	clear: both;
	float: left;
	width: 320px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.fgroup dl dd {
	margin: 0 0 10px 340px;
}
.fgroup dl dd a {
	color: #fff;
	text-decoration: underline;
}
.fgroup .copyright {
	clear: both;
	padding: 25px 10px;
	font-size: 13.5px;
	text-align: center;
}

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	background: #008982;
	opacity: 1;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -15px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* Responsive Styles
================================================== */

@media only screen and (max-width: 1023px) {
	/* 全体 */
	body {
		font-size: 14px;
		line-height: 1.4;
	}
	hgroup,
	.container {
		width: 100%;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}
	th,
	td {
		padding: 3px 3px 1px;
	}

	/* Header */
	hgroup {
		padding: 20px 5px 5px;
	}
	hgroup h1 {
	}
	hgroup h1 .logo_ku {
		width: 34px;
		margin: 0 5px 0 0;
	}
	hgroup h1 .logo_qpit {
		width: 58px;
		margin: 0 2px 0 0;
	}
	hgroup h1 .logo_ew {
		width: 160px;
	}
	hgroup nav {
	}
	hgroup nav ul li {
	}
	hgroup nav ul li a {
		padding: 8px 6px;
		font-size: 13px;
	}
	hgroup nav ul li a:after {
		height: 28px;
		top: 8px;
	}
	h2 {
		font-size: 28px;
		margin: 0 auto 20px;
	}
	h3 {
		padding: 5px 5px 5px 10px;
		font-size: 20px;
		border-left: 3px solid #008982;
	}
	h4 {
		font-size: 18px;
	}

	/* Footer */
	#page_top{
		right: 10px;
		bottom: 10px;
	}
}

.error-block{
    display:block;
    color:red;
}
.messagebox_success{
    margin: 2em auto;
    padding: 1em;
    width: 90%;
    color: #000; /* 文字色 */
    background-color: #fffce5; /* 背景色 */
    border: 1px solid #83274e; /* 枠線 */
}

.messagebox_failed{
    margin: 2em auto;
    padding: 1em;
    width: 90%;
    color: #D8000C; /* 文字色 */
    background-color: #FFD2D2; /* 背景色 */
    border: 1px solid #83274e; /* 枠線 */
}

.pagination{ font-size:13pt; }
.pagination li { display: inline-block; margin:5px; }
.mode_area{
    margin: 10px 0;
    background-color: #fffcef;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
}
table.noDeco tr.top_dot{
    border-top : dotted 1px #333 ;
}

@media only screen and (max-width: 900px) {
	/* CoverArea */
	section.coverArea {
		padding: 75px 0 20px;
	}

	/* ReportArea */
	section.reportArea {
		padding: 75px 0 20px;
	}

	hgroup nav {
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #008982;
		width: 100%;
		z-index: 100;
		overflow-y: auto;
		padding: 70px 20px 70px;
		-webkit-overflow-scrolling: touch;
	}
	hgroup nav ul li {
		float: none;
		width: 100%;
	}
	hgroup nav ul li a {
		display: block;
		padding: 10px 2px;
		color: #fff !important;
		font-size: 16px;
		font-weight: bold;
	}
	hgroup nav ul li a:after {
		width: 100%;
		height: auto;
		top: auto;
		bottom: 0;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	hgroup nav ul li span {
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}
	hgroup nav ul li span.sub {
		color: #fff;
	}
	#navi-btn {
		display: block;
	}
	.navi-btn {
		width: 44px;
		height: 44px;
		position: fixed;
		top: 20px;
		right: 10px;
		cursor: pointer;
		z-index: 200;
		background: #fff;
	}
	.navi-btn span {
		position: absolute;
		top: 7px;
		left: 6px;
		display: block;
		width: 32px;
		height: 3px;
		background: #000000;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.navi-btn span:nth-of-type(2) {
		top: calc( 7px + 9px);
		opacity: 1;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.navi-btn span:last-of-type {
		top: calc( 7px + 18px);
	}
	.navi-btn p {
		font-size: 10px;
		text-align: center;
		position: absolute;
		top: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
		margin: 0;
		padding: 0;
	}
	.navi-btn-on span:first-of-type {
		-webkit-transform: rotate(-45deg) translateY(8px) translateX(-6px);
				transform: rotate(-45deg) translateY(8px) translateX(-6px);
	}
	.navi-btn-on span:nth-of-type(2) {
		-webkit-transform: translateX(0);
				transform: translateX(0);
		opacity: 0;
	}
	.navi-btn-on span:last-of-type {
		-webkit-transform: rotate(45deg) translateY(-6px) translateX(-5px);
				transform: rotate(45deg) translateY(-6px) translateX(-5px);
	}
}

@media only screen and (max-width: 767px) {
	p.buttonReport a {
		padding: 5px;
		font-size: 14px;
	}
	th.w100,
	td.w100,
	th.w200,
	td.w200,
	th.w300,
	td.w300,
	input.w200,
	input.w300 {
		width: auto;
	}
	h2 {
		font-size: 22px;
	}
	
	/* CoverArea */
	section.coverArea ul.newsList li dl dt {
		width: 7em;
	}
	section.coverArea ul.newsList li dl dd {
		margin: 0 0 0 7em;
	}
	
	/* topInfo（事前イベント） */
	.topInfo {
		margin: 30px 0 30px;
	}
	.topInfo h2.title-main {
		font-size: 22px;
		font-weight: 600;
		line-height: 1.2em;
	}
	.topInfo .flex-area {
		display: block;
	}
	.topInfo .flex-area .imgCont {
		width: 50%;
		margin-bottom: 20px;
	}
	.topInfo .flex-area ul.textCont {
		width: 100%;
		margin: 10px 0 0;
	}
	.topInfo .flex-area ul.textCont li.notes {
		padding: 10px 10px 10px 0;
	}
	.topInfo .flex-area ul.subCont {
		width: 100%;
	}
	.topInfo .flex-area ul.subCont li.submit span {
		font-size: 100%;
	}
	.topInfo .flex-area ul.subCont li.contact,
	.topInfo .flex-area ul.subCont li.contact-en {
		font-size: 100%;
	}
	
	/* その他 */
	
	.newsDetail {
		margin: 0;
	}

	.aboutImg01 {
		float: none;
	}
	.aboutImg01 img {
		margin: 0 0 10px;;
	}

	.programLogin {
		display: block;
		margin: 0;
	}
	.programLogin p {
		text-align: center;
	}
	
	.myInformation {
		display: block;
		margin: 0;
		padding: 8px;
	}
	.myInformation p {
		padding: 2px;
	}
	.myInformation .status {
		font-size: 15px;
	}
	dl.program {
		display: block;
	}
	dl.program dt {
		width: auto;
		margin: 0 10px 10px;
		padding: 10px 10px 5px;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #666;
	}
	dl.program dt span {
		display: inline-block;
		margin: 0 0 0 5px;
		vertical-align: baseline;
	}
	dl.program dd {
		flex: 1;
	}
	dl.program.poster {
		padding: 10px 10px;
	}
	table.posterArticle .prize {
		min-width: 70px;
	}
	ul.categoryList li {
		margin: 2px;
	}
	.researchTable td {
		min-width: calc(4em + 8px);
	}

	/* ReportArea */
	section.reportArea .president {
		margin: 0 0 10px 10px;
	}
	section.reportArea .single {
		margin: 0 0 10px 10px;
	}

	/* Footer */
	.fgroup .container {
		text-align: left;
	}
	.fgroup dl {
		display: block;
	}
	.fgroup dl dt {
		float: none;
		width: auto;
	}
	.fgroup dl dd {
		margin: 0 0 5px 0;
	}
}

@media only screen and (max-width: 480px) {
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
