<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.11.2/css/all.css");
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Navi
 * 6.0 - Main
 * 7.0 - Footer
 * 8.0 - Single Page
 * 9.0 - Option
 */
/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
}
a img {
	border: 0;
}
figure {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*Border*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
	font-size: 62.5%; /* base-font-size:10px */
}
body {
	min-width: 1000px;
	background: #f9ebda;
	background-image: url(../img/common/bg_body.jpg);
	background-position: center top;
	background-repeat: repeat;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}
a {
	color: #e8528d;
}
a:hover {
	color: #ee7e00;
	text-decoration-color: transparent;
}
img {
	vertical-align: middle;
}
a:hover img {
	opacity: 0.7;
	transition: 0.3s;
}
*tel-setting*/ a[href*="tel:"] {
	pointer-events: none;
}
#wrapper {
	width: 100%;
	max-width: 1000px;
	display: flex;
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
	flex-basis: 250px;
	max-width: 250px;
	text-align: center;
	line-height: 0;
	z-index: 1;
}
header h1 {
	overflow: hidden;
	position: relative;
	font-size: 1.5em;
}
header h1 span {
	display: block;
	transform: translateY(-120%);
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}
header img {
	max-width: 100%;
	height: auto;
}
.head_inner {
	position: relative;
	padding: 0 0 1em 0;
}
.head_inner nav {
	background: #f7f1eb;
	border: 5px solid #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
	width: 720px;
	flex-basis: 720px;
	margin: 0;
	padding: 0;
	line-height: 0;
	z-index: 0;
}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Menu */
.dropmenu {
	width: 100%;
	height: auto;
	color: #000;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-size: 0.9375em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.dropmenu &gt; li {
	background: rgb(232, 82, 141);
	background: linear-gradient(90deg, rgba(232, 82, 141, 1) 0%, rgba(228, 0, 110, 1) 100%);
	position: relative;
	display: block;
	text-align: left;
	border-top: 1px solid #d0bfa6;
	transition: 0.3s all;
	line-height: 1.2;
}
.dropmenu &gt; li a {
	background: #f7f1eb;
	display: block;
	position: relative;
	padding: 1em 1.5em 1.2em 1em;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
	transform: rotate(0.03deg);
}
.dropmenu &gt; li a:before {
	content: none;
	font-family: "Font Awesome 5 Free";
	font-size: 0.6em;
	font-weight: 900;
	width: 1.8em;
	height: 1.8em;
	background: #e4006e;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 0;
	position: absolute;
	right: 10px;
	top: 2em;
	padding: 0 0 0 0.1em;
}
.dropmenu ul, .dropmenu ul ul {
	display: none;
}
.dropmenu &gt; li.on a, .dropmenu &gt; li a:hover {
	background: transparent;
	color: #fff;
}
.dropmenu &gt; li.on a:before, .dropmenu &gt; li a:hover:before {
	content: "\f054";
	background: #fff;
	color: #e4006e;
}
.dropmenu &gt; li.off a {
	cursor: default;
	pointer-events: none;
	background: #f7f1eb;
	color: #999;
}
.dropmenu &gt; li.off a:before {
	background: #999;
	color: #fff;
}
.dropmenu &gt; li.off a:hover {
	background: #fff;
	color: #333;
}
/* arrow */
ul.dropmenu div.level01, ul.dropmenu div.level02 {
	position: relative;
}
ul.dropmenu div.level01 a, ul.dropmenu div.level02 a {
	display: flex;
	align-items: center;
}
ul.dropmenu div.level01 a:after, ul.dropmenu div.level02 a:after {
	content: "";
	position: absolute;
	right: 10px;
	transition: all 0.2s ease-in-out;
	width: 8px;
	height: 8px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
ul.dropmenu div.level01 a:hover:after, ul.dropmenu div.level02 a:hover:after {
	border-top: solid 2px #d8c789;
	border-right: solid 2px #d8c789;
}
ul.dropmenu div.level01.open a:after, ul.dropmenu div.level02.openAcd a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* option */
.dropmenu a span:before {
	content: "\A";
	white-space: pre;
}
/* sns */
.snsmenu {
	width: 100%;
	height: auto;
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	margin: 1.25em auto 0;
	padding: 0;
	text-align: center;
	border: 1px solid #50b7a4;
	border-top: none;
	border-radius: 10px;
	overflow: hidden;
	line-height: 1.2;
}
.snsmenu &gt; h2 {
	background: #50b7a4;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	padding: 0.7em 0.5em 0.8em;
}
.snsmenu &gt; ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 0.8em;
	padding: 0 0.75em 1em;
	text-align: center;
}
.snsmenu &gt; ul li {
	margin-top: 1em;
	width: calc(100% / 3);
	flex-basis: calc(100% / 3);
}
.snsmenu &gt; ul li a {
	color: #222;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	transition: 0.3s;
}
.snsmenu &gt; ul li a:hover {
	color: rgb(227, 74, 72);
}
.snsmenu &gt; ul li img {
	width: 50px;
	height: 50px;
	transition: 0.3s;
}
/* banner */
.bannermenu {
	width: 100%;
	height: auto;
	color: #333;
	margin: 1.25em auto 0;
	padding: 0;
	text-align: center;
	line-height: 1.2;
}
.bannermenu &gt; li {
	background: #fff;
	margin-top: 10px;
}
.bannermenu &gt; li:first-of-type {
	margin-top: 0;
}
.bannermenu &gt; li img {
	width: 100%;
	height: auto;
}
.bannermenu &gt; li.off a {
	cursor: default;
	pointer-events: none;
}
.cont_banner {
	display: none;
	width: 92%;
	margin: -80px auto 100px;
}
/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	text-align: center;
	z-index: 0;
}
.main_bg {
	width: 100%;
	height: auto;
	padding: 0px 0 2em;
	text-align: center;
}
.page_head {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5)); /* SafariなどのWebkitブラウザ用 */
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
.page_head img {
	width: 100%;
	height: auto;
}
article {
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	max-width: 720px;
	margin: 2em 0 0 auto;
	padding: 0 0 0 0;
	line-height: 1.8;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	overflow: hidden;
	border: 5px solid #fff;
}
article h1 {
	background-image: url(../img/common/bg_page_head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.2em 0.2em;
	font-size: 2.667em;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	text-shadow: 2px 0px 1px #e4006e, 2px 1px 1px #e4006e, 1px 2px 1px #e4006e, 0px 2px 1px #e4006e, -1px 2px 1px #e4006e, -2px 1px 1px #e4006e, -2px 0px 1px #e4006e, -2px -1px 1px #e4006e, -1px -2px 1px #e4006e, 0px -2px 1px #e4006e, 1px -2px 1px #e4006e, 2px -1px 1px #e4006e;
	width: 100%;
	min-height: 3em;
	border-radius: 6px 6px 0 0;
}
section {
	padding: 3em 2em;
	text-align: left;
	min-height: calc(50vh);
	font-size: 0.9375em;
}
section:first-child {
	padding-top: 0;
}
section h2 {
	position: relative;
	background: #50b7a4;
	margin: 2em auto 0.5em;
	padding: 0.45em 0.5em 0.5em;
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	border-radius: 4px;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	position: relative;
	margin: 1em auto 0.6em;
	padding-bottom: 0.35em;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.15;
	border-bottom: 2px dashed #666;
}
section h4 {
	background: #dbeee9;
	margin: 1.5em auto 0.5em;
	padding: 0.4em 0.5em 0.5em;
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1;
	border-radius: 4px;
}
section h3 + h4 {
	margin-top: 0;
}
/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
	width: 100%;
	background-color: #fbe2ea;
	color: #111;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
footer .foot_secretariat {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 2.5em 0;
	line-height: 1.5;
	text-align: center;
}
footer ul.foot_inner {
	/*width: 92%;*/
	display: inline-flex;
	flex-direction: column;
	row-gap: 1.5em;
	margin: 0 4%;
	text-align: left;
}
footer ul.foot_inner li {
	width: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 1em;
}
footer ul.foot_inner h3 {
	width: 11em;
	background: #e8528d;
	color: #fff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125em;
	font-weight: 700;
	padding: 0.25em 0.25em 0.3em;
	border-radius: 8px;
}
footer ul.foot_inner dl {
	/*margin: 0 auto;*/
}
footer ul.foot_inner dt {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.35em 0 0.25em;
}
footer ul.foot_inner dd {
	font-size: 0.9375em;
	line-height: 1.6;
}
footer .copyright {
	width: 100%;
	background: #f6c4d5;
	color: #fff;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 1.25em 0.5em;
	line-height: 1.2;
}
footer a {
	color: #cf121b;
}
footer a:hover {
	color: #ffa333;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
}
/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
#main_index {
	width: 100%;
	text-align: center;
	z-index: 0;
}
.main_index_bg {
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 2em;
}
.theme {
	width: 100%;
	max-width: 720px;
	margin: 0 0 0 auto;
	border: 5px solid #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.theme img {
	width: 100%;
	height: auto;
}
.info {
	width: 100%;
	max-width: 720px;
	margin: 2em 0 0 auto;
	border: 5px solid #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.info a {
	word-wrap: break-word;
	white-space: normal;
}
.info h2 {
	width: 100%;
	background-color: #e4006e;
	background-image: url(../img/contents/index/bg_info_title.jpg);
	background-position: center center;
	background-size: cover;
	color: #fff;
	display: flex;
	align-items: center;
	font-family: "M PLUS Rounded 1c";
	font-size: 2em;
	font-weight: 700;
	margin: 0 auto;
	padding: 0.625em 20px;
	line-height: 1;
	text-align: left;
}
.info h2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f05a";
	margin-right: 0.25em;
}
.info dl {
	width: 100%;
	height: 19em;
	background: #f7f1eb;
	font-size: 0.9375em;
	margin: 0 auto;
	padding: 0;
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #aaa #eee;
}
.info dl::-webkit-scrollbar {
	width: 8px;
}
.info dl::-webkit-scrollbar-track {
	background-color: #eee;
}
.info dl::-webkit-scrollbar-thumb {
	background-color: #aaa;
}
.info dt, .info dd {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.info dt {
	background: #fff;
	color: #442a1b;
	float: left;
	position: relative;
	margin-top: 1.5em;
	padding: 0.25em 0.65em 0.3em;
	line-height: 1;
	border-radius: 1em;
	transform: translateX(20px);
	border: 1px solid #c3b29b;
}
.info dt.none {
	background: transparent;
}
.info dd {
	position: relative;
	margin: 0;
	padding-left: 9em;
	padding-right: 20px;
	border-bottom: 1px dashed #c3b29b;
}
.info dd:last-of-type {
	border-bottom: none;
}
.info dd.none {}
/* info add */
.info_box {
	background: #fff;
	line-height: 1.8;
	text-align: left;
	padding: 1.5em;
}
.info_box {
	width: 96%;
	max-width: 720px;
	margin: 30px 0 0 auto;
	border: 1px solid #50b7a4;
	border-radius: 10px;
	overflow: hidden;
}
/* Attention Box Index */
.box_attention_index {
	background: #fff;
	max-width: 90%;
	margin: 470px auto 0;
	padding: 1em;
	line-height: 1.6;
	border: 5px solid #e0363c;
}
.box_attention_index + .info {
	margin-top: 10px;
}
/*  Greeting
----------------------------------------------------*/
.box_greeting {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.box_greeting .grt_title {
	width: calc(100% - 175px);
	flex-basis: calc(100% - 175px);
	background: transparent;
	color: #333;
	font-size: 1.25em;
	position: absolute;
	top: 0;
	left: 175px;
	padding: 0;
}
.box_greeting .grt_img {
	width: 150px;
	flex-basis: 150px;
	height: 150px;
	background: #ddd;
	border-radius: 8px;
	overflow: hidden;
	margin: 0;
}
.box_greeting .grt_img img {
	width: 100%;
	height: 100%;
}
.box_greeting .grt_text {
	width: calc(100% - 175px);
	flex-basis: calc(100% - 175px);
	padding-top: 3em;
	margin-top: 1em;
}
/*  Outline
----------------------------------------------------*/
ul.list_organize {}
ul.list_organize &gt; li {
	display: flex;
}
ul.list_organize &gt; li:after, ul.list_disc li ul.list_organize &gt; li:after {
	display: none;
}
ul.list_organize &gt; li .org_name {
	width: 6.5em;
	flex-basis: 6.5em;
	flex-shrink: 0;
}
.name_box {
	display: flex;
	column-gap: 1em;
}
.flex_name {
	flex-shrink: 0;
}
.flex_belong {
	text-indent: -1em;
}
/*  Abstracts
----------------------------------------------------*/
.abs_cat {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.abs_cat &gt; table.table_normal:nth-of-type(2), .abs_cat &gt; table.table_normal:nth-of-type(2) th {
	border-left: none;
}
.abs_cat &gt; table th {
	width: 3em;
	text-align: center;
}
.abs_cat &gt; table td {
	width: calc(100% - 3em);
}
/*  Program
----------------------------------------------------*/
.prg_title_cat {
	background: transparent;
	color: #111;
	position: relative;
	margin: 1.5em 0 0 !important;
	padding: 0;
	font-size: 2em;
	text-align: center;
}
.prg_title_cat:after {
	content: "";
	width: 4em;
	height: 4px;
	background: #ccc;
	position: absolute;
	left: 50%;
	bottom: -0.5em;
	transform: translateX(-50%);
}
.prg_link {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 0.25em 1em;
}
.prg_link &gt; li {
	display: flex;
	align-items: flex-start;
	letter-spacing: -0.04em;
}
.prg_link &gt; li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #fff;
	background: #f08a25;
	width: 2em;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 2px;
	font-size: 0.5em;
	margin-right: 5px;
	text-indent: 0;
	line-height: 1;
	transform: translateY(0.9em);
}
h3 .prg_sponsor {
	font-weight: 400;
	font-size: 0.85em;
}
.prg_time {
	padding-top: 5px;
	text-align: right;
	color: #555;
}
.program_list {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.program_list .prg_title {
	width: 100%;
	color: #00659e;
	display: flex;
	align-items: flex-start;
	margin-top: 1em;
	font-weight: 700;
	column-gap: 0.5em;
}
.prg_title.mgt_0 {
	margin-top: 0;
}
.program_list .prg_title &gt; .title_number {
	display: inline-block;
	background: #00659e;
	width: 4.5em;
	flex-basis: 4.5em;
	padding: 0 0.15em 0.15em;
	color: #fff;
	line-height: 1.15;
	text-indent: 0;
	text-align: center;
	transform: translateY(0.25em);
	flex-shrink: 0;
}
.program_list dt {
	float: left;
	width: 3.5em;
	display: flex;
	justify-content: space-between;
}
.program_list dt:after {
	content: "：";
}
.program_list dd {
	display: flex;
	padding-left: 3.5em;
	text-indent: 0;
}
.program_list dt + dd {
	padding-left: 0;
}
.program_list dd .prg_name {
	width: 7.5em;
	flex-basis: 7.5em;
	display: inline-table;
	flex-shrink: 0;
	text-indent: 0;
}
.program_list dd.prg_en {
	flex-wrap: wrap;
}
.program_list dd.prg_en .prg_name {
	width: auto;
	flex-basis: auto;
	text-indent: 0;
}
/* english list */
.program_list.en_list dt {
	float: left;
	width: 5.5em;
	display: flex;
	justify-content: space-between;
}
.program_list.en_list dd {
	display: flex;
	padding-left: 5.5em;
	text-indent: 0;
}
.program_list.en_list dt + dd {
	padding-left: 0;
}
.prg_sponsor {
	margin-top: 10px;
	text-align: right;
}
/* Flyer Style */
section .prg_flyer {
	float: right;
	margin-left: 1em;
	overflow: hidden;
}
section .prg_flyer img {
	width: 100px;
	float: right;
}
section .prg_flyer a:hover img {
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	transition: 0.2s;
}
section .prg_flyer a:not(:first-of-type) {
	display: none;
}
/* Irregular Option */
section h2 + .prg_time {
	margin-top: -1em;
}
section h3 + .prg_time {
	margin-top: -1em;
}
section h4 + .prg_time {
	margin-top: -1em;
}
.prg_time + h4.prg {
	margin-top: 0.75em;
}
.prg_type {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ondemand {
	background: rgba(255, 132, 25, 1);
	color: #fff;
	padding: 0.2em 0.5em 0.3em;
	line-height: 1;
	font-size: 0.8em;
	border-radius: 4px;
	border: 1px solid #fff;
	white-space: nowrap;
}
.prg_type .ondemand {
	background: rgba(255, 132, 25, 1);
	color: #fff;
	padding: 0.2em 0.5em 0.3em;
	line-height: 1;
	font-size: 0.8em;
	border-radius: 4px;
	border: 1px solid #fff;
	white-space: nowrap;
}
h3 .prg_type .ondemand {
	background: rgba(255, 132, 25, 1);
	color: #fff;
	padding: 0.2em 0.5em 0.3em;
	line-height: 1;
	font-size: 0.875em;
	border-radius: 4px;
	border: 1px solid #fff;
	white-space: nowrap;
}
section h2.prg {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 0.5em;
}
section h3.prg {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 0.5em;
}
section h4.prg {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 0.5em;
}
section h4.prg {
	font-size: 1.25em;
}
section h4.prg .prg_icon {
	position: absolute;
	bottom: 8px;
	right: 5px;
	padding: 0.15em;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	border-radius: 2px;
}
section h4.prg .prg_theme {
	background-color: #1b419f;
	color: #fff;
	display: inline-block;
	padding: 0.25em 0.4em 0.3em;
	border-radius: 0 0 6px 0;
	position: relative;
	top: -0.4em;
	left: -0.4em;
}
.prg_title_cat.mgt_0 {
	margin-top: 0 !important;
}
/* option */
.program_list.prg_cat07 dt {
	width: 8em;
}
.program_list.prg_cat07 dd {
	padding-left: 8em;
}
.program_list.prg_cat07 dt + dd {
	padding-left: 0;
}
.table_space {
	display: flex;
	justify-content: space-between;
}
/*  Registration
----------------------------------------------------*/
.reg_image {
	width: 100%;
}
.reg_image &gt; img {
	width: 100%;
	height: auto;
}
/*  Venue
----------------------------------------------------*/
.map {
	width: 100%;
	padding-bottom: 360px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.map iframe {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.accessmap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.accessmap img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.floormap {}
.floormap img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.vne_cat {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.vne_cat &gt; table.table_normal:nth-of-type(2), .vne_cat &gt; table.table_normal:nth-of-type(2) th {
	border-left: none;
}
.vne_cat &gt; table th {
	width: 12em;
	text-align: center;
}
.vne_cat &gt; table td {
	width: calc(100% - 3em);
}
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
a[id*="prg"] {
	transform: translateY(-65px);
	display: block;
	width: 100%;
	height: 1px;
}
/*  List - Text
----------------------------------------------------*/
/* No icon Style */
ul.list_normal li {
	padding-left: 1em;
}
ul.list_normal li {
	padding-left: 1em;
	text-indent: -1em;
}
/* No icon Style/English */
ul.list_normal_en li {
	padding-left: 0.425em;
}
ul.list_normal_en li {
	padding-left: 0.425em;
	text-indent: -0.425em;
}
/* Disk Style */
ul.list_disc {
	margin-left: 1em;
}
ul.list_disc li {
	position: relative;
}
ul.list_disc li:after {
	display: block;
	background-color: #666;
	content: "";
	position: absolute;
	top: 0.75em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
ul.list_disc li .list_normal li:after {
	display: none;
}
/* Mark Style */
ul.list_mark li {
	padding-left: 1em;
	position: relative;
}
ul.list_mark li:before, ul.list_mark li:after {
	content: " ";
	position: absolute;
}
ul.list_mark li:before {
	background-color: #249696;
	width: 1em;
	height: 1em;
	top: 0.35em;
	left: 0em;
	border-radius: 50%;
}
ul.list_mark li:after {
	top: 0.9rem;
	left: 0.6rem;
	border: 0.4rem solid transparent;
	border-left: 0.5rem solid #fff;
}
/* Link Style */
ul.list_link li {
	padding: 0 0 0.5em 1em;
	position: relative;
	border-bottom: 1px solid #ddd;
}
ul.list_link li:before {
	display: block;
	position: absolute;
	content: "\025b6";
	width: 1em;
	height: 1em;
	margin-left: -1em;
	color: #249696;
}
/* Decimal Style */
ol.list_decimal {
	list-style: none;
	counter-reset: num;
	margin-left: 2em;
}
ol.list_decimal &gt; li {
	position: relative;
}
ol.list_decimal &gt; li:before {
	counter-increment: num;
	content: counter(num) ".";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses) Style */
ol.list_numberParen {
	list-style-type: none;
	counter-reset: ol_li;
	margin-left: 2em;
}
ol.list_numberParen &gt; li {
	position: relative;
}
ol.list_numberParen &gt; li:before {
	counter-increment: ol_li;
	content: "("counter(ol_li) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/* Decimal (Parentheses - One Side) Style */
ol.list_numberParenR {
	list-style-type: none;
	counter-reset: ul_lione;
	margin-left: 2em;
}
ol.list_numberParenR &gt; li {
	position: relative;
}
ol.list_numberParenR &gt; li:before {
	counter-increment: ul_lione;
	content: counter(ul_lione) ")";
	display: inline-block;
	position: absolute;
	width: 2em;
	top: 0;
	left: -2em;
	margin-right: 2em;
	text-align: center;
}
/*  List - Button
----------------------------------------------------*/
ul.list_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}
ul.list_button li {
	margin: 0 auto 0.75em;
}
ul.list_button &gt; li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #f4faf8;
	min-width: 40%;
	min-height: 3.75em;
	color: #ee7e00;
	text-decoration: none;
	border: 2px solid #ee7e00;
	border-radius: 4px;
	box-shadow: 0 2px 5px #ccc;
	transition: 0.3s;
	padding: 0.25em 0.5em;
}
ul.list_button &gt; li a:hover {
	background-color: #f5a600;
	border-radius: 4px;
	color: #fff;
}
ul.list_button &gt; li a:hover:after {
	color: #fff;
}
ul.list_button &gt; li.notLink a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bcbcbc;
	min-height: 3.75em;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0 2px 5px #ccc;
	transition: 0.3s;
	cursor: default;
	pointer-events: none;
}
ul.list_button.btn_col01 &gt; li {
	width: 48%;
}
ul.list_button.btn_col01_l &gt; li {
	width: 72%;
}
ul.list_button.btn_col02 &gt; li {
	width: 48%;
}
ul.list_button.btn_col02_center &gt; li {
	width: 40%;
}
ul.list_button.btn_col03 &gt; li {
	width: 30%;
}
/* 2 Column After */
ul.list_button.btn_col02:after {
	content: "";
	display: block;
	width: 50%;
	height: 0;
}
/* 3 Column After */
ul.list_button.btn_col03:after {
	content: "";
	display: block;
	width: 66.67%;
	height: 0;
}
/*  List - Banner
----------------------------------------------------*/
ul.list_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.1;
	text-align: center;
}
ul.list_banner li {
	margin: 0 0 0.75em;
}
ul.list_banner li a img {
	width: 100%;
	max-width: 230px;
	border: 1px solid #ddd;
	transition: 0.3s;
}
ul.list_banner &gt; li a img:hover {
	border: 1px solid #999;
}
ul.list_banner li.blank {
	margin: 0;
}
ul.list_banner.btn_col01 &gt; li {
	width: 100%;
}
ul.list_banner.btn_col02 &gt; li {
	width: 48%;
}
ul.list_banner.btn_col03 &gt; li {
	width: 30%;
}
ul.list_banner.btn_col04 &gt; li {
	width: 24%;
}
/*  Table
----------------------------------------------------*/
table.table_normal {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_normal th {
	padding: 10px;
	background: #e7f7f3;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
table.table_normal td {
	padding: 10px;
	background: #fff;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table th.vtl_center, table td.vtl_center {
	vertical-align: middle;
}
table.vtl_center_all td  {
	vertical-align: middle;
}
/* Option Setting */
table.table_normal th.bg_grey, table.table_normal td.bg_grey {
	background: #ccc;
	color: #fff;
}
/* Scroll */
@media (max-width: 480px) {
	.table_scroll {
		overflow-x: scroll;
	}
	.table_scroll::-webkit-scrollbar {
		height: 10px;
	}
	.table_scroll::-webkit-scrollbar-track {
		margin: 0 2px;
		background: #ccc;
		border-radius: 5px;
	}
	.table_scroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.table_scroll:after {
		content: "※ウィンドウ・サイズが狭い場合、この表は横スクロールで表示されます。";
		position: relative;
		font-size: calc(768px * 0.015625);
	}
	.table_scroll .table_normal {
		min-width: 480px;
	}
}
/* Stack */
table.table_stack_sp {
	width: 100%;
}
table.table_stack_sp th {
	padding: 1em 1em 1em 0;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
table.table_stack_sp td {
	padding: 1em 0 1em 1em;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
@media (max-width: 480px) {
	table.table_stack_sp th {
		width: auto;
		background: #e7f7f3;
		text-align: left;
	}
	table.table_stack_sp th, table.table_stack_sp td {
		border-bottom: none;
		border: 1px solid #ccc;
	}
	table.table_stack_sp th, table.table_stack_sp td {
		display: list-item;
		list-style: none;
		width: 100%;
		padding: 0.25em 0.5em 0.25em;
		border-width: 1px 0 0;
	}
	table.table_stack_sp td {
		padding: 0.25em 0 1.25em;
	}
	table.table_stack_sp tr:last-child td {
		padding: 0.25em 0 0;
	}
}
/* noborder */
table.table_norborder {
	width: auto;
	border: none;
}
table.table_norborder th, table.table_norborder td {
	width: auto;
	padding: 0;
	border: none;
}
/* Stack noborder */
table.table_stack_norborder {
	width: auto;
}
table.table_stack_norborder th, table.table_stack_norborder td {
	width: auto;
}
@media (max-width: 999px) {
	table.table_stack_norborder tr {
		display: flex;
		/*flex-direction: column;*/
		flex-wrap: wrap;
	}
	table.table_stack_norborder td {
		flex-shrink: 0;
	}
}
/* Stack Irregular */
section h2 + table.table_stack_p {
	margin-top: -0.5em;
}
section h3 + table.table_stack_p {
	margin-top: -0.45em;
}
table.table_stack_p {
	width: auto;
}
table.table_stack_p th, table.table_stack_p td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	border: none;
}
table.table_stack_p td:first-of-type {
	white-space: nowrap;
}
table.table_stack_p td {}
@media (max-width: 999px) {
	table.table_stack_p tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.table_stack_p tr th, table.table_stack_p tr td {
		display: inline-block;
		width: auto;
	}
	table.table_stack_p tr td:first-of-type {
		white-space: normal;
	}
}
/*  Table
----------------------------------------------------*/
table.table_style01 {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_style01 th {
	padding: 10px;
	background: #f8f1dc;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
}
table.table_style01 td {
	padding: 10px;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
/* Vertical Setting */
table th.vtl_center, table td.vtl_center {
	vertical-align: middle;
}
/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
	background: #174e91;
}
.bg_green {
	background: #509869;
}
.bg_red {
	background: #eb3239;
}
.bg_orange {
	background: #ec7430;
}
.bg_grey {
	background: #eee;
}
/*  Align
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
/*  Hr
-----------------------------------------------*/
hr {
	border: solid 1px #ddd;
}
/*  Text
----------------------------------------------------*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
	font-weight: 700;
}
.tx_cancel {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
}
.tx_cancel_red {
	text-decoration-line: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #eb3239;
}
.tx_cancel_red span {
	color: black;
}
.tx_under {
	text-decoration: underline;
}
.tx_red, .tx_red a {
	color: #eb3239;
}
.tx_blue {
	color: #19375b;
}
.tx_black {
	color: #222;
}
.tx_white {
	color: #fff;
}
.tx_green {
	color: #19375b;
}
.tx_13 {
	font-size: 1.3rem;
}
.tx_13B {
	font-size: 1.3rem;
	font-weight: 700;
}
.tx_14 {
	font-size: 1.4rem;
}
.tx_14B {
	font-size: 1.4rem;
	font-weight: 700;
}
.tx_15 {
	font-size: 1.5rem;
}
.tx_15B {
	font-size: 1.5rem;
	font-weight: 700;
}
.tx_16 {
	font-size: 1.6rem;
}
.tx_16B {
	font-size: 1.6rem;
	font-weight: 700;
}
.tx_17 {
	font-size: 1.7rem;
}
.tx_17B {
	font-size: 1.7rem;
	font-weight: 700;
}
.tx_18 {
	font-size: 1.8rem;
}
.tx_18B {
	font-size: 1.8rem;
	font-weight: 700;
}
.tx_20 {
	font-size: 2rem;
}
.tx_20B {
	font-size: 2rem;
	font-weight: 700;
}
.tx_22 {
	font-size: 2.2rem;
}
.tx_22B {
	font-size: 2.2rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	.tx_13, .tx_13B {
		font-size: 1.2rem;
	}
	.tx_14, .tx_14B {
		font-size: 1.3rem;
	}
	.tx_15, .tx_15B {
		font-size: 1.4rem;
	}
	.tx_16, .tx_16B {
		font-size: 1.5rem;
	}
	.tx_17, .tx_17B {
		font-size: 1.6rem;
	}
	.tx_18, .tx_18B {
		font-size: 1.7rem;
	}
	.tx_20, .tx_20B {
		font-size: 1.8rem;
	}
	.tx_22, .tx_22B {
		font-size: 2rem;
	}
}
.tx_space01 {
	letter-spacing: 0.1rem;
}
.tx_space02 {
	letter-spacing: 0.2rem;
}
.tx_space03 {
	letter-spacing: 0.3rem;
}
.tx_space04 {
	letter-spacing: 0.4rem;
}
.tx_space05 {
	letter-spacing: 0.5rem;
}
.tx_space_nw001 {
	letter-spacing: -0.01rem;
}
.tx_space_nw01 {
	letter-spacing: -0.1rem;
}
.tx_space_nw02 {
	letter-spacing: -0.2rem;
}
.tx_space_nw03 {
	letter-spacing: -0.3rem;
}
.tx_indent01 {
	padding-left: 1em;
	text-indent: -1em;
}
.tx_indent02 {
	padding-left: 2em;
	text-indent: -2em;
}
.tx_indent17 {
	padding-left: 1.7em;
	text-indent: -1.7em;
}
/*  Line Height
----------------------------------------------------*/
.line_height00 {
	line-height: 0;
	vertical-align: middle;
}
.line_height01 {
	line-height: 1;
	vertical-align: middle;
}
.line_height02 {
	line-height: 2;
	vertical-align: middle;
}
/*  Text Break
----------------------------------------------------*/
@media (max-width: 999px) {
	span.br999_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 768px) {
	span.br768_under:before {
		content: "\A";
		white-space: pre;
	}
}
@media (max-width: 480px) {
	span.br480_under:before {
		content: "\A";
		white-space: pre;
	}
}
/*  Margin
----------------------------------------------------*/
.mgt_10 {
	margin-top: 10px;
}
.mgt_20 {
	margin-top: 20px;
}
.mgt_30 {
	margin-top: 30px;
}
.mgt_40 {
	margin-top: 40px;
}
.mgt_50 {
	margin-top: 50px;
}
.mgb_10 {
	margin-bottom: 10px;
}
.mgb_20 {
	margin-bottom: 20px;
}
.mgb_30 {
	margin-bottom: 30px;
}
.mgb_40 {
	margin-bottom: 40px;
}
.mgb_50 {
	margin-bottom: 50px;
}
.mgl_10 {
	margin-left: 10px;
}
.mgl_01 {
	margin-left: 1em;
}
.mgl_02 {
	margin-left: 2em;
}
.mgl_03 {
	margin-left: 3em;
}
.mgl_04 {
	margin-left: 4em;
}
.mgl_05 {
	margin-left: 5em;
}
/*  Icon
----------------------------------------------------*/
/*Link Blank Icon*/
.link:after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	margin-left: 0.2em;
	color: #6f8797;
	font-size: 1.375em;
	font-weight: 900;
}
.pdf:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	margin-left: 0.2em;
	color: #f54328;
	font-size: 1.6em;
	font-weight: 900;
}
.ppt:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c4";
	margin-left: 0.2em;
	color: #ce6243;
	font-size: 1.6em;
	font-weight: 900;
}
.word:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c2";
	margin-left: 0.2em;
	color: #254c9b;
	font-size: 1.6em;
	font-weight: 900;
}
.excel:after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c3";
	margin-left: 0.2em;
	color: #347241;
	font-size: 1.6em;
	font-weight: 900;
}
.ssl:after {
	font-family: "Font Awesome 5 Free";
	content: "\f084";
	margin-left: 0.2em;
	color: #ceaf28;
	font-size: 1.6em;
	font-weight: 900;
}
/* Triangle Icon */
.triangle {
	/* margin: 0; */
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}
.triangle:before {
	content: "\025b6";
	color: #249696;
}
/*  Page Top
----------------------------------------------------*/
#page_top {
	position: fixed;
	display: flex;
	bottom: 30px;
	right: 40px;
	margin: 0;
}
#page_top a {
	display: block;
	line-height: 0;
	opacity: 0.85;
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	vertical-align: middle;
	transition: 0.4s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#page_top a:before {
	position: absolute;
	top: 25px;
	left: 35%;
	content: "";
	width: 15px;
	height: 15px;
	margin: auto;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#page_top a {
	background-color: #ee7e00;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #f5a600;
}
@media (max-width: 480px) {
	#page_top {
		right: 20px;
	}
	#page_top a:before {
		top: 18px;
		left: 33%;
	}
	#page_top a {
		width: 50px;
		height: 50px;
	}
}
/*  Float
----------------------------------------------------*/
.fL {
	float: left;
	margin: 0 1em 10px 0;
}
.fR {
	float: right;
	margin: 0 0 10px 1em;
}
/*  Attention
----------------------------------------------------*/
.box_attention {
	max-width: 100%;
	padding: 0.75em 1em;
	line-height: 1.6;
	border: 3px solid #e0363c;
	border-radius: 8px;
}
.box_attention_g {
	max-width: 100%;
	padding: 0.75em 1em;
	line-height: 1.6;
	border: 3px solid #ddd;
	border-radius: 8px;
}
/*  Construction
----------------------------------------------------*/
.construction {
	width: 60%;
	margin: 5% auto 30%;
	padding: 20px 40px;
	display: block;
	color: #bbb;
	text-align: center;
	border: 3px solid #ddd;
}
.construction .title {
	font-size: 1.2em;
	font-weight: 700;
}
@media (max-width: 480px) {
	.construction {
		padding: 10px 20px;
	}
}
/*  Media
----------------------------------------------------*/
.movie {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.movie &gt; iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
/*  Flex group
----------------------------------------------------*/
.date_group {
	display: inline-flex;
	flex-wrap: wrap;
	text-indent: 0;
}
.date_group .inner_group {
	display: inline-flex;
	flex-wrap: wrap;
	text-indent: 0;
}</pre></body></html>