@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 {
	background-color: #f6f6f6;
	background-image: url(../img/common/bg_contents.jpg);
	background-size: 2000px 1080px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0;
	position: relative;
	min-width: 960px;
}
body.index {
	background-color: #f6f6f6;
	background-image: url(../img/common/bg_body.jpg);
	background-size: 2000px 1360px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0;
	position: relative;
	min-width: 960px;
}
@media (min-width: 2000px) {
	body {
		background-size: contain;
	}
}
a {
	color: #6f8da6;
}
a:hover {
	color: #eb8e07;
	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 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	min-width: 960px;
	max-width: 1000px;
	margin: 0 auto;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
	border-top: 5px solid #be7054;
	flex-basis: 250px;
	max-width: 250px;
	text-align: center;
	line-height: 0;
	padding-bottom: 2em;
	z-index: 1;
	/* Scroll */
}
header img {
	max-width: 100%;
	height: auto;
}
header h1 {
	width: 240px;
	height: 160px;
	color: #002063;
	font-size: 1.5em;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
}
header h1 a {
	display: block;
}
header h1 span {
	display: block;
	transform: translateY(-120%);
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}
.head_inner {
	position: relative;
	z-index: -1;
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
.contents {
	flex: 1;
	width: calc(100% - 250px);
	flex-basis: calc(100% - 250px);
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	z-index: 0;
}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Menu */
.dropmenu {
	width: 100%;
	/*background-color: #fff;*/
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: -160px auto 0;
	padding: 160px 5px 5px;
	text-align: center;
	box-shadow: 10px 10px 10px rgba(13, 76, 153, 0.1);
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.dropmenu:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 165px);
	background-image: url("../img/common/bg_nav.png");
	background-size: 240px 750px;
	background-position: right top;
	background-repeat: repeat-y;
	margin: 0 auto 0;
	position: absolute;
	top: 160px;
	left: 5px;
	z-index: 0;
}
.dropmenu:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	margin: 0 auto 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.dropmenu > li {
	position: relative;
	display: block;
	text-align: left;
	transition: 0.3s all;
	mix-blend-mode: normal;
	line-height: 1.2;
	margin: 0;
	border-bottom: 1px solid rgba(206, 189, 164, 0.5);
}
.dropmenu > li:first-of-type {
	border-top: 1px solid rgba(206, 189, 164, 0.5);
}
.dropmenu > li a {
	width: 100%;
	height: 3.35em;
	padding: 0.1em 0.25em 0em 1em;
	background: transparent;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
	display: flex;
	align-items: center;
}
.dropmenu ul,
.dropmenu ul ul {
	display: none;
}
.dropmenu > li.on a,
.dropmenu > li a:hover {
	background: rgb(190, 112, 84);
	background: linear-gradient(90deg, rgba(190, 112, 84, 1) 0%, rgba(245, 185, 108, 1) 100%);
	color: #fff;
	mix-blend-mode: multiply;
}
.dropmenu > li.on a:before,
.dropmenu > li a:hover:before {
	background: #fff;
	color: #00b1e0;
}
.dropmenu > li.off a {
	cursor: default;
	pointer-events: none;
}
/* bannermenu */
.bannermenu {
	width: 100%;
	padding: 10px 0;
}
.bannermenu > li {
	background: #ddd;
	width: 100%;
	max-width: 250px;
	margin-top: 10px;
	box-shadow: 10px 10px 10px rgba(13, 76, 153, 0.1);
}
.bannermenu > li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#main {
	width: 100%;
	text-align: center;
	z-index: 0;
}
.main_bg {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 0 0 40px;
	position: relative;
}
.page_head {
	width: 92%;
	max-width: 720px;
	font-size: 2em;
	line-height: 1;
	margin: 0 auto;
	padding: 1em 0;
}
.page_head img {
	width: 100%;
	height: auto;
}
article {
	width: 100%;
	max-width: 720px;
	min-height: 50vh;
	margin: 0 0 60px auto;
	padding: 0;
	line-height: 1.75;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	overflow: hidden;
}
article h1 {
	width: 100%;
	min-height: 3em;
	background-image: url("../img/common/bg_title.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #f5b96c;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 0.5em 0.25em 0.25em 0.35em;
	position: relative;
	text-align: center;
	mix-blend-mode: overlay;
	border-bottom: none;
	transition: 0.3s;
}
article h1 .en_title {
	font-size: 0.5em;
	display: flex;
	align-items: center;
	position: relative;
	letter-spacing: 0.1em;
	opacity: 0.75;
}
article h1 .en_title:before,
article h1 .en_title:after {
	content: "";
	width: 1.5em;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
}
article h1 .en_title:before {
	left: -2em;
}
article h1 .en_title:after {
	right: -2em;
}
section {
	background: rgba(255, 255, 255, 0.95);
	min-height: 50vh;
	padding: 3.5em 2.5em;
	text-align: left;
}
section:first-child {
	padding-top: 0;
}
section h2 {
	position: relative;
	background: rgb(190, 112, 84);
	background: linear-gradient(90deg, rgba(190, 112, 84, 1) 0%, rgba(245, 185, 108, 1) 100%);
	margin: 2em auto 0.5em;
	padding: 0.4em 0.5em 0.4em;
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}
section h2:first-of-type {
	margin-top: 0;
}
section h2 + h3 {
	margin-top: 0;
}
section h3 {
	color: #0f537e;
	position: relative;
	margin: 1em auto 0.6em;
	padding-bottom: 0.2em;
	font-size: 1.45em;
	font-weight: 700;
	line-height: 1.15;
	border-bottom: 3px solid #0f537e;
}
section h4 {
	background: #dae4f3;
	margin: 1.5em auto 0.5em;
	padding: 0.4em 0.6em;
	position: relative;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1;
}
section h3 + h4 {
	margin-top: 0;
}
/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
	background: #faf6e5;
	color: #333;
	position: relative;
	margin: 0 auto;
	text-align: center;
	border-top: 5px solid #ebd2b4;
}
footer .foot_secretariat {
	width: 96%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 2.75em 0;
	text-align: center;
}
footer ul.foot_inner {
	width: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	text-align: left;
	border-right: 1px solid rgba(193, 176, 153, 0.5);
}
footer ul.foot_inner li {
	width: 50%;
	flex-basis: 50%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	padding: 0 1em;
	border-left: 1px solid rgba(193, 176, 153, 0.5);
}
footer ul.foot_inner h3 {
	width: 5em;
	flex-basis: 5em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 0.4em 0;
	padding: 0 0 0.35em;
	border-bottom: 2px solid #dccdb9;
	flex-shrink: 0;
}
footer ul.foot_inner dl {
	width: 100%;
	flex-basis: 100%;
	margin: 0 auto;
	text-align: center;
}
footer ul.foot_inner dt {
	margin: 0 auto 0.25em;
	font-size: 0.9333em;
	font-weight: 700;
	line-height: 1.8;
}
footer ul.foot_inner dd {
	margin: 0 auto;
	font-size: 0.87em;
	line-height: 1.8;
}
footer ul.foot_inner dd p {
}
footer ul.foot_inner dd p:nth-last-of-type(3) {
	display: inline-block;
	padding: 0 0.25em;
}
footer ul.foot_inner dd p:nth-last-of-type(2) {
	display: inline-block;
	padding: 0 0.25em;
}
footer ul.foot_inner dd p:nth-last-of-type(1) {
	display: inline-block;
	padding: 0 0.25em;
}
.footer_sponsored {
	display: flex;
	justify-content: center;
	font-size: 0.87em;
	padding: 1.1em 0 1.25em;
	border-top: 1px solid #dccdb9;
}
.footer_sponsored > p {
	padding: 0 1em;
}
footer .copyright {
	background: #000000;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 1em 0.75em 1.25em;
	line-height: 1.5;
}
footer a {
	color: #6f8da6;
}
footer a:hover {
	color: #e78a04;
}
footer a.tel {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
.cont_banner {
	width: 100%;
	background: #ebd2b4;
	text-align: center;
	padding: 3em 0;
}
.cont_index_banner {
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	margin-top: 2em;
}
.banner_link {
	display: inline-flex;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 1em;
	margin: 0 auto;
}
.banner_link > li {
	width: calc((100% - 2em) / 3);
}
.banner_link > li img {
	width: 100%;
	max-width: 250px;
}
/*----------------------------------------------------
	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: 0 0 4em 40px;
	position: relative;
}
.theme {
	width: 100%;
	max-width: 710px;
	height: 440px;
	top: 0;
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}
.theme img {
	width: 100%;
	height: auto;
}
.date {
	position: relative;
	display: block;
}
.date img {
	width: 100%;
}
.info {
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	margin: 4em auto 0;
	padding: 5px;
	text-align: center;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.info h2 {
	width: 100%;
	height: 80px;
	background-image: url("../img/contents/index/bg_info.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f5b96c;
	color: #fff;
	font-size: 1.867em;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	margin: 0 auto;
	text-align: left;
	line-height: 1;
	position: relative;
}
.info h2:after {
	content: "What's New";
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.4285em;
	letter-spacing: 0.04em;
	margin-top: 0.2em;
}
.info h2 .info_icon {
	width: 40px;
	height: 40px;
	background: #00b1e0;
	border-radius: 0.25em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	position: relative;
}
.info h2 .info_icon img {
	width: 28px;
	height: 28px;
}
.info dl {
	width: 100%;
	height: 16.2em;
	margin: 0 auto 0;
	padding: 0 0;
	line-height: 1.6;
	text-align: left;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #97c9ed #cbe2f5;
}
.info dl::-webkit-scrollbar {
	width: 8px;
}
.info dl::-webkit-scrollbar-track {
	background-color: #cbe2f5;
}
.info dl::-webkit-scrollbar-thumb {
	background-color: #97c9ed;
}
.info dt {
	color: #cb8252;
	float: left;
	margin: 0.85em 0 0 1em;
	position: relative;
}
.info dt:after {
	content: "";
	background-color: #000;
	width: 0.4em;
	height: 0.7em;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	top: 0.5em;
	right: -1.5em;
}
.info dt.none {
	background: transparent;
	content: none;
	border: none;
}
.info dt.none:after {
	display: none;
}
.info dd {
	position: relative;
	margin: 0;
	padding: 0.85em 1em 0.9em 8.5em;
	border-bottom: 1px dotted rgba(111, 141, 166, 0.5);
}
/* Attention Box Index */
.box_attention_index {
	background: #fff;
	max-width: 90%;
	margin: 470px auto 0;
	padding: 1em;
	line-height: 1.6;
	border: 3px solid #e0363c;
}
.box_attention_index + .info {
	margin-top: 10px;
}
.index_movie {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}
.index_movie > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_poster {	
	width: 100%;
}
.index_poster ul {
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 1.5em;
}
.index_poster ul > li {
	background: #fff;
	width: calc(210px * 0.6);
	height: calc(297px * 0.6);
}
.index_poster ul > li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.info + .box_attention_index_w {
	margin-top: 20px;
}
.box_attention_index_w {
	background: #fff;
	width: 100%;
	margin: 0 auto 0;
	padding: 1em;
	line-height: 1.6;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	text-align: left;
}
.box_attention_index_w .attention_title {
	width: calc(100% + 1.5em);
	background-image: url("../img/contents/index/bg_info.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f5b96c;
	color: #fff;
	font-size: 1.25em;
	margin: 0 auto 0;
	padding: 0.75em 1em 0.8em;
	line-height: 1.25;
	transform: translate(-0.75em, -0.75em);
}
/*  Greeting
----------------------------------------------------*/
.grt_info {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 2em;
}
.grt_info .grt_image {
	width: 150px;
	flex-basis: 150px;
	margin-left: 2em;
}
.grt_info .grt_image img {
	width: 100%;
	height: auto;
}
.grt_info .grt_data {
	width: calc(100% - 150 - 2em);
	flex-basis: calc(100% - 150 - 2em);
	text-align: right;
}
.grt_text:first-letter {
	margin-left: 1em;
}
/*  Outline
----------------------------------------------------*/
/*  Abstracts
----------------------------------------------------*/
/*  Program
----------------------------------------------------*/
.program_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.program_list .prg_title {
	width: 100%;
	color: #303e7e;
	display: flex;
	column-gap: 0.5em;
	align-items: baseline;
	margin-top: 0.5em;
	font-weight: 700;
}
.program_list .prg_title > .title_number {
	min-width: 4.5em;
	background: #303e7e;
	color: #fff;
	line-height: 1.15;
	padding: 0.15em 0.15em 0.25em;
	text-indent: 0;
	text-align: center;
	flex-shrink: 0;
}
.program_list > dt {
	min-width: 3.25em;
	flex-shrink: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.program_list > dt:after {
	content: "：";
}
.program_list > dd {
	width: calc(100% - 3.25em);
	margin-left: 3.25em;
	display: flex;
	column-gap: 0.5em;
	text-indent: -1em;
}
.program_list > dt + dd {
	width: calc(100% - 3.25em);
	margin-left: 0em;
}
.program_list > dt.dt_long + dd {
	margin-left: 4em;
}
.program_list > dd .prg_area {
	min-width: 7em;
	flex-shrink: 0;
	text-indent: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.program_list > dd .prg_area::after {
	content: "：";
}
.program_list > dd .prg_name {
	min-width: 7em;
	flex-shrink: 0;
	text-indent: 0;
}
@media (max-width: 480px) {
	.program_list > dd {
		flex-direction: column;
		text-indent: 0em;
	}
}
/* dt option */
.program_list.en_list {
}
.program_list.en_list dt {
	width: 6em;
	justify-content: space-between;
}
.program_list.en_list dt + dd {
	width: calc(100% - 6em);
	margin-left: 0em;
}
.program_list.en_list dd {
	width: calc(100% - 6em);
	margin-left: 6em;
}
.program_list.dt03 dt {
	width: 4.25em;
}
.program_list.dt03 dt + dd {
	width: calc(100% - 4.25em);
}
.program_list.dt03 dd {
	width: calc(100% - 4.25em);
	margin-left: 4.25em;
}
.program_list.dt04 dt {
	width: 5.25em;
}
.program_list.dt04 dt + dd {
	width: calc(100% - 5.25em);
}
.program_list.dt04 dd {
	width: calc(100% - 5.25em);
	margin-left: 5.25em;
}
.program_list.dt05 dt {
	width: 6.25em;
}
.program_list.dt05 dt + dd {
	width: calc(100% - 6.25em);
}
.program_list.dt05 dd {
	width: calc(100% - 6.25em);
	margin-left: 6.25em;
}
.program_list.dt06 dt {
	width: 7.25em;
}
.program_list.dt06 dt + dd {
	width: calc(100% - 7.25em);
}
.program_list.dt06 dd {
	width: calc(100% - 7.25em);
	margin-left: 7.25em;
}
.program_list.dt065 dt {
	width: 8.6em;
}
.program_list.dt065 dt + dd {
	width: calc(100% - 8.6em);
}
.program_list.dt065 dd {
	width: calc(100% - 8.6em);
	margin-left: 8.6em;
}
.program_list.dt07 dt {
	width: 8.25em;
}
.program_list.dt07 dt + dd {
	width: calc(100% - 8.25em);
}
.program_list.dt07 dd {
	width: calc(100% - 8.25em);
	margin-left: 8.25em;
}
.program_list[class*="dt"] dt {
	flex-shrink: 0;
	/*justify-content: flex-end;*/
}
.program_list[class*="dt"] dt + dd {
	margin-left: 0em;
}
.program_list[class*="dt"] dt.dt_long + dd {
	margin-left: 0em;
}
.program_list .en_name {
	column-gap: 1em;
}
.program_list .en_name .prg_name {
	width: auto;
}
/* 240424 option */
.program_list dt.dt04 {
	width: 6.1em;
}
.program_list dt.dt04 + dd {
	width: calc(100% - 6.1em);
}
.program_list dt.dt05 {
	width: 7.1em;
}
.program_list dt.dt05 + dd {
	width: calc(100% - 7.1em);
}
.program_list dt.dt06 {
	width: 8.1em;
}
.program_list dt.dt06 + dd {
	width: calc(100% - 8.1em);
}
.program_list dt.dt065 {
	width: 8.6em;
}
.program_list dt.dt065 + dd {
	width: calc(100% - 8.6em);
}
.program_list dt.dt07 {
	width: 9.1em;
}
.program_list dt.dt07 + dd {
	width: calc(100% - 9.1em);
}
.program_list dt.dt08 {
	width: 10.1em;
}
.program_list dt.dt08 + dd {
	width: calc(100% - 10.1em);
}
/* time style */
.prg_time {
	color: #555;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	text-align: right;
	padding-top: 0.5em;
}
.prg_time span:before {
	content: "／";
}
@media (max-width: 480px) {
	.prg_time {
		flex-direction: column;
		padding-top: 0.75em;
	}
	.prg_time span:before {
		content: none;
	}
}
.prg_sponsor {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.prg_sponsor span {
	flex-shrink: 0;
}
.prg_message {
	display: flex;
	flex-wrap: wrap;
}
.prg_message > dt {
	height: 2em;
	background: #42641c;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.25em;
	padding: 0 1em 0.1em;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.prg_message > dt:before {
	content: "";
	width: 1em;
	height: 1em;
	background: #fff;
	clip-path: polygon(0% 20%, 100% 20%, 50% 100%);
	transition: 0.3s;
}
.prg_message > dt.open {
	border-radius: 5px 5px 0 0;
}
.prg_message > dt.open:before {
	clip-path: polygon(0% 100%, 50% 20%, 100% 100%);
}
.prg_message > dd {
	width: 100%;
	flex-basis: 100%;
	border: 1px solid #42641c;
	padding: 1em;
	border-radius: 0 5px 5px 5px;
}
/* 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: -1.25em;
}
section h4 + .prg_time {
	margin-top: -1em;
}
section h4.prg {
	font-size: 1.25em;
	display: flex;
	column-gap: 0.5em;
	justify-content: space-between;
}
.prg_time + h4.prg {
	margin-top: 0.5em;
}
@media (max-width: 768px) {
	section h4.prg {
		flex-direction: column;
		row-gap: 0.25em;
		column-gap: 0;
	}
}
section h4.prg .prg_icon {
}
section h4.prg .prg_icon span {
	height: 1.5em;
	padding: 0 0.25em;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
@media (max-width: 768px) {
	section h4.prg .prg_icon {
		display: inline-flex;
		flex-basis: auto;
		width: auto;
	}
}
/* timetable */
.btn_timetable {
	display: flex;
	height: 3em;
	font-weight: 700;
	font-size: 1.2em;
	border-bottom: 2px solid #f10e15;
	justify-content: space-around;
}
@media (max-width: 768px) {
	.btn_timetable {
		font-size: 3.25vw;
	}
}
.btn_timetable > li {
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #f10e15;
	border-bottom: none;
	cursor: pointer;
}
.btn_timetable > li:hover {
	background: #f10e15;
	color: #fff;
	transition: 0.3s;
}
.btn_timetable > li.on {
	background: #f10e15;
	color: #fff;
	cursor: default;
	pointer-events: none;
}
.prg_timetable {
}
.prg_timetable > .on {
	display: block;
}
.prg_timetable > .off {
	display: none;
}
.prg_anchor {
	display: flex;
	height: 0;
	transform: translateY(-1em);
}
@media (max-width: 999px) {
	.prg_anchor {
		display: flex;
		height: 0;
		transform: translateY(-5em);
	}
}
/*  Registration
----------------------------------------------------*/
/*  Venue
----------------------------------------------------*/
.map {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
}
.map > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*  Sponsorship
----------------------------------------------------*/
.spn_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spn_flow > li {
	border: 1px solid #174e91;
	width: 30%;
	flex-basis: 30%;
	position: relative;
}
.spn_flow > li:after {
	content: "";
	background: #000;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin: 0;
	width: 2em;
	height: calc(tan(60deg) * 1em / 2);
	display: inline-block;
	position: absolute;
	top: 55%;
	right: -13%;
	transform: rotate(90deg) translate(-50%, -50%);
}
.spn_flow > li:last-of-type:after {
	display: none;
}
.spn_flow > li h3 {
	height: 4em;
	background: rgba(46, 167, 224, 1);
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 1em;
	padding-left: 2em;
	text-indent: -1em;
	border-bottom: none;
}
.spn_flow > li p {
	padding: 1em;
}
.spn_faq {
}
.spn_faq > li {
	margin-bottom: 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ddd;
}
.spn_faq dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.spn_faq dt {
	color: #da7c03;
	width: 2em;
	flex-basis: 2em;
	font-weight: 700;
	text-align: right;
}
.spn_faq dt:nth-of-type(1) {
	color: rgb(21, 145, 202);
}
.spn_faq dd {
	width: calc(100% - 2em);
	flex-basis: calc(100% - 2em);
}
.spn_faq dd:nth-of-type(1) {
	color: rgb(21, 145, 202);
	font-weight: 700;
}
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
/*  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.65em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
ul.list_disc li > .list_normal li:after {
	content: 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: #19375b;
	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: #19375b;
}
/* Decimal Style */
ol.list_decimal {
	list-style: none;
	counter-reset: num;
	margin-left: 2em;
}
ol.list_decimal > li {
	position: relative;
}
ol.list_decimal > 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;
}
ul.list_normal ol.list_decimal > li {
	padding-left: 0;
	text-indent: 0;
}
/* Decimal (Parentheses) Style */
ol.list_numberParen {
	list-style-type: none;
	counter-reset: ol_li;
	margin-left: 2em;
}
ol.list_numberParen > li {
	position: relative;
}
ol.list_numberParen > 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 > li {
	position: relative;
}
ol.list_numberParenR > 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 > li a {
	min-width: 40%;
	height: 4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #747cd1;
	color: #fff;
	text-decoration: none;
	border: 2px solid #0b1b77;
	border-radius: 4px;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
	transition: 0.3s;
}
ul.list_button > li a:hover {
	background-color: #fff;
	border-radius: 4px;
	color: #c86900;
	border: 2px solid #ee8f00;
	box-shadow: none;
}
ul.list_button > li.notLink {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bcbcbc;
	height: 56px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 5px 5px 5px rgba(13, 76, 153, 0.1);
	transition: 0.3s;
}
ul.list_button.btn_col01 > li {
	width: 48%;
}
ul.list_button.btn_col02 > li {
	width: 48%;
}
ul.list_button.btn_col02_center > li {
	width: 40%;
}
ul.list_button.btn_col03 > 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 > li a img:hover {
	border: 1px solid #999;
}
ul.list_banner li.blank {
	margin: 0;
}
ul.list_banner.btn_col01 > li {
	width: 100%;
}
ul.list_banner.btn_col02 > li {
	width: 48%;
}
ul.list_banner.btn_col03 > li {
	width: 30%;
}
ul.list_banner.btn_col04 > li {
	width: 24%;
}
/*  Table
----------------------------------------------------*/
table.table_normal {
	width: 100%;
	border: solid 1px #ddd;
}
table.table_normal th {
	padding: 10px;
	background: #f8f3df;
	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;
}
/* Stack */
table.table_stack_sp {
	width: 100%;
}
table.table_stack_sp th {
	padding: 1em 1em;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: solid 1px rgba(206, 189, 164, 0.5);
}
table.table_stack_sp td {
	padding: 1em 0 1em 1em;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
/* 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;
	}
}
/*  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: #f10e15;
}
.bg_orange {
	background: #ec7430;
}
/*  Align
----------------------------------------------------*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/*  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-through;
	text-decoration-thickness: 2px;
	text-decoration-color: red;
	text-underline-offset: -65%;
}
.tx_cancel s {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: red;
	text-underline-offset: -40%;
}
.tx_cancel_red {
	text-decoration: line-through;
	color: #f10e15;
}
.tx_cancel_red span {
	color: black;
}
.tx_under {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}
.tx_red {
	color: #f10e15;
}
.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;
}
.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;
}
/*  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;
}
/*  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: "\f360";
	margin-left: 0.2em;
	color: #2e8593;
	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;
}
.list_button a.link:link:after,
.list_button a.pdf:link:after,
.list_button a.ppt:link:after,
.list_button a.word:link:after,
.list_button a.excel:link:after,
.list_button a.ssl:link:after {
	color: #fff;
}
.list_button a.link:hover:after {
	color: #2e8593;
}
.list_button a.pdf:hover:after {
	color: #f54328;
}
.list_button a.ppt:hover:after {
	color: #ce6243;
}
.list_button a.word:hover:after {
	color: #254c9b;
}
.list_button a.excel:hover:after {
	color: #347241;
}
.list_button a.ssl:hover:after {
	color: #ceaf28;
}
/* Triangle Icon */
.triangle {
	/* margin: 0; */
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}
.triangle:before {
	content: "\025b6";
	color: #19375b;
}
/*  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: #db9761;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
#page_top a:hover {
	background-color: #bd4e29;
}
/*  Float
----------------------------------------------------*/
.fL {
	float: left;
	margin: 0 1em 10px 0;
}
.fR {
	float: right;
	margin: 0 0 10px 1em;
}
/*  Attention
----------------------------------------------------*/
.box_attention {
	max-width: 100%;
	background: #fff;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #e0363c;
}
.box_attention_g {
	max-width: 100%;
	background: #fff;
	padding: 1em;
	line-height: 1.6;
	border: 4px solid #969696;
}
/*  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;
}
/*  Coming
----------------------------------------------------*/
.box_coming {
	max-width: 30em;
	color: #999;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 3em 1em;
	line-height: 1.6;
	border: 3px double #ccc;
	border-radius: 1em;
	text-align: center;
}
.box_coming > p {
	display: inline-block;
}
.box_coming p:first-of-type {
	font-size: 2em;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.25em;
	position: relative;
}
.box_coming > p:first-of-type:after {
	content: "";
	width: 4em;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: calc(50% - 2em);
}
.box_coming p:last-of-type {
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding-top: 0.75em;
}
/*  anker link
----------------------------------------------------*/
.inner_link {
	transform: translateY(-4em);
	display: inline-block;
	z-index: -1;
}
/*  Print
----------------------------------------------------*/
@media print {
	#wrapper {
		max-width: 100%;
	}
	.main_bg {
		padding-bottom: 5%;
	}
	.theme:after {
		width: 100%;
		bottom: -5px;
		left: 0;
		transform: translate(0, 0);
	}
	.info:after {
		width: 100%;
	}
}
