@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.75;
	-webkit-text-size-adjust: 100%;
	color: #232323;
	background: url("../images/bg-pattern.png") repeat;
	animation: fall 10s infinite linear; 
	background-color: #40131d;
}
@keyframes fall {
	0%   { background-position: 66px 0; }
	100% { background-position: 0 0; }
}

/* 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 { word-break: break-all; }
a:link { color: #731724; }
a:visited { color: #731724; }
a:hover { color: #f6cd96; }
a:active { color: #f6cd96; }
#layout {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #731724;
	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);
}
html {
    scroll-behavior: smooth;
}
.gotop{
	opacity: 0.5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
	font-size: 1.3em;
}
.gotop:hover{
	opacity: 1;
}
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
.sidebar {
	float: left;
	width: 230px;
	text-align: left;
	margin-top: 90px;
}
.main-content {
	float: right;
	width: 730px;
	background: url("../images/top-bg.jpg") no-repeat;
	background-color: #fff;
}
.sidebar-logo {
	display: block;
	margin: -30px auto 25px auto;
}
.vertical-menu a {
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 1rem;
	font-family: "Noto Sans JP";
	font-weight: 500;
}
.vertical-menu a:hover {
	background-color: white;
	color: #731724;
	font-weight: 700;
}
.vertical-menu a.active {
	background-color: white;
	color: #731724;
	font-weight: 700;
}
.vertical-menu a.active2 {
	background-color: white;
	color: #b30622;
	font-weight: 700;
}
.vertical-menu a.regist {
	background-color: #b30622;
	color: white;
	font-weight: 700;
}
.vertical-menu a.regist:hover {
	background-color: white;
	color: #b30622;
	font-weight: 700;
}
#menu-test {
	transform: scale(0.8, 1);
}
#top_bottom_area {
	margin: 0px 26px 30px 26px;
	padding: 15px;
	opacity: 0.9;
}
#whatsnew h2 {
	margin-top: -3px;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 3px solid #731724;
	color: #232323;
	text-align: center;
}
#whatsnew_list li {
	margin: 10px 0 0 0;
	list-style: none;
	list-style-position: inside;
	color: #232323;
	padding-left: 3.8em;
	text-indent: -5.3em;
}
.whatsnew_day {
	color: #731724;
	font-weight: 700;
}
#whatsnew_a:link {
	color: #731724;
}
#whatsnew_a:visited {
	color: #731724;
}
#whatsnew_a:hover {
	color: #fff;
}
#whatsnew_a:active {
	color: #fff;
}
.other-text {
	margin-bottom: 160px;
}
.top-message {
	position: relative;
	padding: 20px;
	border: 3px solid #b86822;
	border-radius: 3px;
	color: #232323;
	background-color: #fff;
}
#text_area {
	margin: 20px 20px 0px 20px;
	padding: 25px 20px 20px 20px;
	color: #232323;
	background: rgba(255,255,255,0.9);
}
#text_header h1 {
	margin-top: -5px;
	padding: 10px 0;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	font-weight: 700;
	text-shadow: 
     2px  2px 5px #731724,
     2px  0px 5px #731724,
     0px  2px 5px #731724,
     2px -2px 5px #731724,
    -2px  2px 5px #731724,
    -2px -2px 5px #731724,
    -2px -0px 5px #731724,
    -0px -2px 5px #731724;
	background: 50% url(../images/header-bg.jpg) no-repeat;
	background-color: #731724;
}
#text_area h2 {
	padding: .5em .75em;
	background: rgb(246, 205, 150);
	background: linear-gradient(90deg, rgba(246, 205, 150,1) 0%, rgba(255,255,255,0) 100%);
	border-left: 6px solid #731724;
	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.blueTable tfoot td {
}
table.blueTable tfoot .links {
	text-align: right;
}
table.blueTable tfoot .links a{
	display: inline-block;
	background: #1C6EA4;
	color: #fff;
	padding: 2px 8px;
	border-radius: 5px;
}
table.outline {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}
table.outline th {
	padding: 10px;
	border-bottom: solid 4px #731724;
	color: #083388
}
table.outline td {
	padding: 10px;
	border-bottom: solid 1px #731724;
}
.greeting_header {
	background-image: url(../images/prof-itoh.png);
	background-size: 25%;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 180px;
	padding-top: 150px;
	font-weight: 700;
	text-align: right;
}
#underconstruction {
	margin: 100px 0px 100px 0px;
	text-align: center;
}
#underconstruction h2 {
	padding: 0;
	border: 0;
	background: none;
	background-color: none;
	font-size: x-large;
	font-size: 27px;
	color: #731724;
}
#underconstruction h5 {
	margin-top: -25px;
	font-size: 15px;
	font-weight: 400;
	color: #731724;
}
h3 {
	padding: .1em 0;
	border-bottom: solid 3px #f2dcc9;
	position: relative;
}
h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #731724;
	bottom: -3px;
	width: 20%;
}
h4 {
	padding: .25em 0 .25em .5em;
	border-left: 6px solid #1d3d73;
}
.shadow {
	box-shadow: 0px 2px 4px gray;
}
.alpha a:hover img {
	background-color: #fff !important;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
.alpha-top-regist a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
.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 #ff87b1;
	border-radius: 0;
	background: #ff87b1;
	padding: 1rem 4rem;
}
a.btn-border3:hover {
	color: #ff87b1;
	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;
}
.day {
	margin-top: -.75em;
	text-align: right;
}
.speaker {
	list-style: none;
	padding-left: 0;
	margin-left: 3em;
}
.speaker li {
	text-indent: -3em;
}
.prg-title {
	font-size: large;
	font-weight: bold;
	color: #ff87b1;
}
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: #ff87b1;
}
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: #ff87b1;
}
table.greenTable thead th {
	font-weight: bold;
	color: #fff;
	text-align: center;
}
table.blueTable2 {
	border: 1px solid #bcbcbc;
	background-color: #fff;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.blueTable2 td, table.blueTable2 th {
	border: 1px solid #bcbcbc;
	padding: 9px;
}
table.blueTable2 tbody td {
}
ol, ul {
	padding-left: 1.5em;
}
#kome ul {
	list-style: none;
	padding-left: 1.5em;
	margin: 0.5em;
}
#kome li {
	text-indent: -1.4em;
}
#upper-btn {
	font-size: 38px;
	color: #1d3d73;
	text-align: right;
}
.footer {
	grid-area: footer;
	padding: 20px;
}
#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: #731724;
}
#footer_office a:hover {
	color: #f6cd96;
}
#footer_office a:active {
	color: #f6cd96;
}
#footer_copy {
	margin: 0 0 15px 0;
	font-size: .8em;
	text-align: center;
	font-family: "Helvetica", "Arial";
}
#toggle {
	display: none;
}
.top-category1 {
	position: relative;
	margin: 20px 40px 0px 40px;
	padding: 8px 12px 8px 32px;
	border: 2px solid #731724;
	border-radius: 4px;
	background-color: #ddf0e9;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.flow-box {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow-box ul {
	padding: 0;
}
.flow-box li {
	list-style-type: none;
}
.flow-box dd {
	margin-left: 0;
}

.flow > li {
	position: relative;
}
.flow > li dl {
	width: ;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #731724;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	margin-bottom: 40px;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: #731724;
}
.flow > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}
.text-red {
	font-size: 1.2rem;
	font-weight: 700;
	color: #ff0000;
}
.guide-top {
	margin: 20px 0 30px 0;
	border: solid 2px #e41c26;
	background-color: #fff;
	padding: 0.5em;
	border-radius: 0.5em;
	font-size: 1.2em;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}

@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: #731724;
		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: 55%;
		height: 100%;
		background: #731724;
		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;
	}
	.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;
	}
	.other-text {
		margin-bottom: 33vw
	}
	#whatsnew h2 {
		padding: 0;
	}
	.btn-border2, .btn-border3, .btn-border4 {
		font-size: 1.4em !important;
		padding: 1rem !important;
	}
	#text_area {
		margin: 120px 0 0 0;
	}
	#footer_office {
		justify-content: left;
		text-align: left;
	}
	#footer_office-left, #footer_office-right {
		flex: none;
	}
	#footer_office-right {
		margin-top: 2rem;
	}
	#footer_copy {
		text-align: left;
		padding: 0 2rem 1rem 2rem;
	}
	.day {
		text-align: left;
	}
	.header-text {
		margin-top: 10px;
	}
	.top-text-pc, .header-text-pc {
		margin-top: 10px;
		display: none !important;
	}
    .top-text-sp, .header-text-sp {
    	margin-top: 10px;
    	display: block !important;
    }
	.greeting_header {
		background-position: right;
		padding-top: 95px;
		text-align: left;
	}
}