@charset "utf-8";
body {
	/* for initial-scale of viewport (tablet) */
	min-width: 960px;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.9;
	-webkit-text-size-adjust: 100%;
	background-image: url("../images/base-bg.jpg");
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #080306;
}

/* for chrome and opera only */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
		image-rendering: optimizequality;
	}
}

a:link { color: #d63642; }
a:visited { color: #d63642; }
a:hover { color: #99c959; }
a:active { color: #5add95; }
b, strong {
	font-family: "Noto Sans JP";
	font-weight: 700;
}
html {
	scroll-behavior: smooth;
}
.gotop {
	opacity: 0.5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
	text-shadow:  1px  1px 0 #fff,
				 -1px -1px 0 #fff,
				 -1px  1px 0 #fff,
				  1px -1px 0 #fff,
				  0px  1px 0 #fff,
				  0px -1px 0 #fff,
				 -1px  0px 0 #fff,
				  1px  0px 0 #fff;
}
.gotop:hover {
	opacity: 1;
}
#upper-btn a {
	color: #e94609;
	font-size: 42px;
	text-align: right;
}
#layout {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-image: linear-gradient(to bottom, #d63642 0%, #26479b 40%, #26479b 100%);
	box-shadow: -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
}
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
.sidebar {
	float: left;
	width: 230px;
	text-align: left;
	margin-top: 50px;
}
.main-content {
	float: right;
	width: 730px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
.vertical-menu a {
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 1rem;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
.vertical-menu a:hover {
	background-color: white;
	color: #d63642;
}
.vertical-menu a.active {
	background-color: white;
	color: #d63642;
}
.centering {
	display: flex;
	justify-content: center;
	margin-bottom: 2em;
}
.lang-select {
	width: 60%;
	color: #fff;
	padding: 0 .8em;
	border: 1px solid white;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}
.lang-select a {
	color: #fff;
	display: initial;
	padding: 0;
	background-color: initial !important;
}
.lang-select a:hover {
	color: #26479b;
	
}
.lang-select a.active {
	color: #fff;
}
.choose-lang {
	line-height: 1.2;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-bottom: 0;
}
.top-text-pc {
	margin: 0;
}
.top-text-sp {
	margin: 0;
	display: none;
}
.other-text {
	margin: 60px 0 10px 0;
}
#top_bottom_area {
	margin: 28px 15px 10px 15px;
	padding: 20px;
	background-color: #fff;
	opacity: 0.9;
}
#whatsnew h2 {
	margin-top: -3px;
	padding-left: 40px;
	font-family: "Noto Sans JP";
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #d63642 0%, #26479b 100%);
	border-image-slice: 1;
	text-align: left;
	color: #232323;
}
#whatsnew_list li {
	margin-top: 10px;
	list-style: none;
	list-style-position: inside;
	color: #232323;
	padding-left: 5.3em;
	text-indent: -5.3em;
}
.whatsnew_day {
	color: #d63642;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
#whatsnew_a:link {
	color: #d63642;
}
#whatsnew_a:visited {
	color: #d63642;
}
#whatsnew_a:hover {
	color: #f5c900;
}
#whatsnew_a:active {
	color: #f5c900;
}
#text_area {
	margin: 10px 20px 20px 20px;
	padding: 25px 20px 20px 20px;
	background: rgba(255,255,255,0.9);
}
#text_header h1 {
	margin-top: -5px;
	padding: .5em 0;
	text-align: center;
	line-height: .8;
	font-family: "Noto Sans JP";
	font-weight: 700;
	color: #fff;
	background-image: repeating-linear-gradient(to right, #d63642 0%, #26479b 100%);
}
#text_area h2 {
	padding: .5em .75em;
	background: rgb(186, 201, 232);
	background: linear-gradient(90deg, rgba(186, 201, 232,1) 0%, rgba(255, 255, 255,0) 100%);
	border-left: 6px solid #d63642;
	font-family: "Noto Sans JP";
	font-weight: 700;
	color: #232323;
	font-size: x-large;
}
table.blueTable {
	border: 0px solid #1C6EA4;
	background-color: #EEEEEE;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
	border: 0px solid #AAAAAA;
	padding: 9px;
}
table.blueTable tbody td {
}
table.blueTable tr:nth-child(even) {
	background: #e0f0e2;
}
table.blueTable2 {
	border: 1px solid #bcbcbc;
	background-color: #fff;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
table.blueTable2 td, table.blueTable2 th {
	border: 1px solid #bcbcbc;
	padding: 9px;
}
table.blueTable2 tr:nth-child(even) {
	background: #f6fcfc;
}
table.blueTable2 tbody td {
}
.greeting_header1 {
	background-image: url(../images/morino.jpg);
	background-size: 25%;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 12em;
	padding-top: 8em;
	font-weight: 700;
	text-align: right;
}
.greeting_header2 {
	background-image: url(../images/matsuo.jpg);
	background-size: 25%;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 12em;
	padding-top: 8em;
	font-weight: 700;
	text-align: right;
}
#underconstruction {
	margin: 200px 0px 160px 0px;
}
#underconstruction h2 {
	padding: 0;
	border: 0;
	background: initial !important;
	background-color: initial !important;
	font-size: x-large;
	font-size: 27px;
	font-family: "Noto Sans JP";
	font-weight: 700;
	text-align: center;
	color: #232323;
}
#underconstruction h5 {
	margin-top: -25px;
	border-left: 0 !important;
	font-size: 15px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	text-align: center;
	color: #232323;
}
h3 {
	padding: .1em 0;
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #d63642 0%, #26479b 100%);
	border-image-slice: 1;
}
h4 {
	font-family: "Noto Sans JP";
	padding: .1em 0;
	border-bottom: 1px dotted #d63642;
	font-size: large;
}
h5 {
	font-family: "Noto Sans JP";
	padding: .25em 0 .25em .5em;
	border-left: 6px solid #d63642;
	font-size: 1.1em;
}
.shadow {
	box-shadow: 0px 2px 4px gray;
}
.alpha a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.btn, a.btn, button.btn {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
	margin: 10px;
	width: 60%;
}
a.btn-border1 {
	color: #fff;
	border: 2px solid #ff0000;
	border-radius: 0;
	background: #ff0000;
	padding: 1rem 4rem;
}
a.btn-border1:hover {
	color: #ff0000;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border2 {
	color: #fff;
	border: 2px solid #0000ff;
	border-radius: 0;
	background: #0000ff;
	padding: 1rem 4rem;
}
a.btn-border2:hover {
	color: #0000ff;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border3 {
	color: #fff;
	border: 2px solid #f5c900;
	border-radius: 0;
	background: #f5c900;
	padding: 1rem 4rem;
}
a.btn-border3:hover {
	color: #f5c900;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border4 {
	color: #fff;
	border: 2px solid #de9c00;
	border-radius: 0;
	background: #de9c00;
	padding: 1rem 4rem;
}
a.btn-border4:hover {
	color: #de9c00;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border5 {
	color: #fff;
	border: 2px solid #b33d1f;
	border-radius: 0;
	background: #b33d1f;
	padding: 1rem 4rem;
}
a.btn-border5:hover {
	color: #b33d1f;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border6 {
	color: #fff;
	border: 2px solid #de9c00;
	border-radius: 0;
	background: #de9c00;
	padding: 1rem 4rem;
}
a.btn-border6:hover {
	color: #de9c00;
	background: #fff;
	padding: 1rem 4rem;
}
a.btn-border7 {
	color: #fff;
	border: 2px solid #fa9106;
	border-radius: 0;
	background: #fa9106;
	padding: 1rem 4rem;
}
a.btn-border7:hover {
	color: #fa9106;
	background: #fff;
	padding: 1rem 4rem;
}
.kome {
	list-style: none;
	padding-left: 0.1em;
	margin-left: 1em;
}
.kome li {
	text-indent: -1.2em;
}
.kome2 {
	list-style: none;
	padding-left: 0.1em;
	margin-left: 1em;
}
.kome2 li {
	text-indent: -1em;
}
.kome3 {
	list-style: none;
	padding-left: 0.4em;
	margin-left: 1em;
}
.kome3 li {
	text-indent: -1.4em;
}
.day {
	margin-top: -.75em;
	text-align: right;
}
.speaker {
	list-style: none;
	padding-left: 0;
	margin-left: 3em;
	margin-top: -1em;
	margin-bottom: 2em;
}
.speaker li {
	text-indent: -3em;
}
.speaker2 {
	list-style: none;
	margin-top: -1em;
	padding-left: 0;
	margin-left: 7em;
}
.speaker2 li {
	text-indent: -7em;
}
.speaker3 {
	list-style: none;
	padding-left: 0;
	margin-left: 7em;
}
.speaker3 li {
	text-indent: -7em;
}
.prg-title {
	font-size: large;
	font-weight: bold;
	color: #f5c900;
}
table.join {
	width: 100%;
	border: 1px solid #d0d0cc;
	text-align: center;
	border-collapse: collapse;
}
table.join td, table.join th {
	border: 1px solid #d0d0cc;
	padding: 10px;
}
table.join tr:nth-child(even) {
	background: #fff;
}
table.join thead {
	background: #f5c900;
}
table.join thead th {
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-left: 1px solid #d0d0cc;
}
table.join thead th:first-child {
	border-left: none;
}
table.greenTable {
	width: 100%;
	background-color: #d4eed1;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
table.greenTable td, table.greenTable th {
	border: 1px solid #bcbcbc;
	padding: 10px;
}
table.greenTable td:nth-child(even) {
	background: #fff;
}
table.greenTable thead {
	background: #f5c900;
}
table.greenTable thead th {
	font-weight: bold;
	color: #fff;
	text-align: center;
}
table.outline {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}
table.outline th {
	padding: 10px;
	border-bottom: solid 4px #ff87b1;
	color: #083388
}
table.outline td {
	padding: 10px;
	border-bottom: solid 1px #d63642;
}
.day {
	margin-top: -.75em;
	margin-bottom: -1.5em;
	text-align: right;
}
.speaker {
	list-style: none;
	padding-left: 0;
	margin-left: 3.15em;
}
.speaker li {
	text-indent: -3.15em;
}
.speaker4 {
	list-style: none;
	padding-left: 0;
	margin-left: 4em;
}
.speaker4 li {
	text-indent: -4em;
}
.speaker6 {
	list-style: none;
	padding-left: 0;
	margin-left: 6.3em;
}
.speaker6 li {
	text-indent: -6.3em;
}
.speaker8 {
	list-style: none;
	padding-left: 0;
	margin-left: 8.4em;
}
.speaker8 li {
	text-indent: -8.4em;
}
.prg-sel-btn {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	text-align: center;
	font-family: "Noto Sans JP";
}
a.mini-btn {
	background-color:#ffaa22;
	border-radius:28px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color: #fff;
	padding:10px 31px;
	font-family: "Noto Sans JP";
	text-decoration: none;
}
a.mini-btn:hover {
	color: #ffaa23;
	background-color: #fff;
}
a.mini-btn:active {
	color: #ffaa23;
	background-color: #fff;
	position:relative;
	top:1px;
}
#kome ul {
	list-style: none;
	padding-left: 1.5em;
	margin: 0.5em;
}
#kome li {
	text-indent: -1.4em;
}
.top-message {
	position: relative;
	margin: 30px 10px;
	padding: 15px 20px;
	border: 4px solid #d63642;
	border-radius: 3px;
	background-color: #fff;
	font-family: "Noto Sans JP";
	text-align: center;
}
.footer {
	grid-area: footer;
	padding: 20px;
	background-color: #000;
	color: #fff;
}
#footer_office {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: left;
	margin: 1vw;
	margin-left: auto;
	margin-right: auto;
}
#footer_office-left, #footer_office-right {
	padding: 0 15px;
	flex: 1;
	font-size: .85em;
}
.office_1st-line {
	font-weight: bold;
	color: #d63642;
}
#footer_office a:hover {
	color: #abb819;
}
#footer_office a:active {
	color: #abb819;
}
#footer_copy {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	font-size: .8em;
	text-align: center;
	font-family: "Helvetica", "Arial";
	color: #fff;
	background-color: #000;
}
.ad-banner {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#toggle, .sp-only {
	display: none;
}
br.sp-only {
	display: none;
}

@media only screen and (max-width: 655px) {
	body {
		/* for initial-scale of viewport (tablet) */
		min-width: initial;
	}
	img {
		max-width: 100%;
		height: auto;
		display: block;
	}
	#layout {
		width: 100%;
	}
	#toggle {
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		background-color: #d63642;
		padding: 12px;
	}
	#toggle-box {
		position: relative;
		width: 24px;
		height: 22px;
		cursor: pointer;
	}
	#toggle-box > span {
		width: 100%;
		height: 1px;
		left: 0;
		display: block;
		background: #fff;
		position: absolute;
		transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}
	#toggle-box > span:nth-child(1) {
		top: 0;
	}
	#toggle-box > span:nth-child(2) {
		top: 50%;
	}
	#toggle-box > span:nth-child(3) {
		bottom: 0;
	}
	#toggle {
		z-index: 1000;
	}
	.sidebar {
		margin-top: 0
	}
	.sidebar-logo {
		display: none;
	}
	.vertical-menu {
		z-index: 900;
		overflow: auto;
		width: 65%;
		height: 100%;
		background: #d63642;
		color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(100%);
		transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
		padding-top: 80px;
	}
	.vertical-menu ul {
		list-style: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	.vertical-menu ul li {
		width: 100%;
	}
	.vertical-menu a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 20px 0 20px 20px;
		transition: opacity .6s ease;
	}
	.vertical-menu a:hover {
		opacity: 0.6;
	}
	.vertical-menu a.active {
		background-color: white;
		color: #d63642;
	}
	.lang-select {
		width: 80%;
	}
	.lang-select a {
		display: contents;
	}
	.main-content {
		width: 100%;
		position: relative;
		background-size: contain;
		z-index: 990;
	}
	.is-open {
		overflow: hidden;
	}
	.is-open #toggle-box > span {
		background: #fff;
	}
	.is-open #toggle-box > span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}
	.is-open #toggle-box > span:nth-child(2) {
		width: 0;
	}
	.is-open #toggle-box > span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}
	.is-open .vertical-menu {
		z-index: 999;
		transform: translateX(0);
	}
	.overlay {
		height: 100vh;
	}
	.gotop {
		bottom: 15px;
		right: 15px;
		z-index: 991;
	}
	.top-text-pc {
		display: none;
	}
	.top-text-sp {
		margin-top: 30px;
		display: block !important;
	}
	.other-text {
		margin-top: 20px;
	}
	#top_bottom_area {
		margin: 4vw 0 0 0;
	}
	#whatsnew_list ul {
		padding-inline-start: 0;
	}
	#text_area {
		margin: 20px 0 0 0;
	}
	.btn, a.btn, button.btn {
		width: auto !important;
	}
	.btn-border2, .btn-border3, .btn-border4 {
		font-size: 1.4em !important;
		padding: 1rem !important;
	}
	#footer_office {
		justify-content: left;
	}
	#footer_office-left, #footer_office-right {
		flex: auto;
	}
	#footer_office-right {
		margin-top: 2rem;
	}
	#footer_copy {
		text-align: left;
		margin: 0 .5rem 1rem 1.9rem;
	}
	.top-category {
		margin: 10px 0px;
	}
	.day {
		text-align: left;
	}
	.prg-sel-btn-sp {
		height: 37%;
		font-size: .9rem !important;
		padding-top: 1.3rem !important;
	}
	.prg-left {
		width: 76%;
	}
	.prg-pic {
		width: 24%;
		min-width: 140px;
		margin-left: 10px;
	}
	.top-message {
		text-align: left;
	}
	table.outline {
		word-break: break-all;
	}
	.greeting_header1 {
		background-position: right;
		padding: 3.5em 0 0 0;
		text-align: left;
	}
	.greeting_header2 {
		background-position: right;
		padding: 4.5em 0 0 0;
		text-align: left;
	}
	.sp-only {
		display: contents;
		text-align: center;
	}
	.pc-only {
		display: none;
	}
	br.sp-only {
		display: block !important;
	}
}