<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("reset.css");
@import url("bootstrap.css");
@import url("all.min.css");

/* ==================================================
   basic design
*/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-size: 1.3rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.1rem;
	background: #fff;
}
@media (min-width: 1280px) {
	body {
		font-size: 1.5rem;
	}
}

header, footer, section, nav, h1, h2, h3, h4, h5 {
	line-height: 1.6;
}

p, ul, ol, li, table, thead, tbody, tr, th, td {
	line-height: 1.8;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
}


/* ==================================================
   font
================================================== */

.font_bold {
	font-weight: 600 !important;
}
.font_xl {
	font-size: 1.9rem !important;
}
.font_l {
	font-size: 1.7rem !important;
}
.font_m {
	font-size: 1.5rem !important;
}
.font_s {
	font-size: 1.1rem !important;
}
.font_mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;
}

@media (min-width: 1280px) {
	.font_xl {
		font-size: 2.8rem !important;
	}
	.font_l {
		font-size: 2.0rem !important;
	}
	.font_m {
		font-size: 1.7rem !important;
	}
	.font_s {
		font-size: 1.2rem !important;
	}
}


/* ==================================================
   color
================================================== */

.main_text {
	color: #d38996 !important;
}
.black_text {
	color: #333 !important;
}
.red_text {
	color: #c00 !important;
}
.gray_text {
	color: #808080 !important;
}


/* ==================================================
   Anchor
================================================== */

a,
a:link,
a:visited,
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a &gt; img {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.3s ease-in-out 0s;	
	   -moz-transition: opacity 0.3s ease-in-out 0s;
		 -o-transition: opacity 0.3s ease-in-out 0s;
		    transition: opacity 0.3s ease-in-out 0s;	
}

a:hover &gt; img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

a:focus, *:focus { outline:none; }

@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #333 !important;
	}
}

.a_link::before,
.a_ext::before,
.a_pdf::before,
.a_map::before {
	color: #0bd;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.a_link::before {
	content: "\f0da\0020";
}
.a_ext::before {
	content: "\f35d\0020";
}
.a_pdf::before {
	content: "\f1c1\0020";
	font-weight: 500;
}
.a_map::before {
	content: "\f3c5\0020";
}


/* ==================================================
   Button
================================================== */

.button {
	width: 100%;
	max-width: 300px;
	font-weight: 600;
	color: #fff !important;
	background: #0bd;
	border: 2px solid #0bd;
	letter-spacing: 0.2rem;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	position: relative;
	padding: 10px 5px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
@media (min-width: 576px) {
	.button {
		padding: 15px 5px;
	}
}
@media (min-width: 992px) {
	.button {
		font-size: 1.7rem !important;
	}
}
@media (min-width: 1280px) {
	.button {
		padding: 15px;
	}
}
.button:hover {
	color: #0bd !important;
	background: #fff;
	border: 2px solid #0bd;
	opacity: 1;
	filter: alpha(opacity=100);
}
.button_small {
	padding: 5px 10px;
	width: auto;
	max-width: none;
	font-weight: 500;
}
@media (min-width: 992px) {
	.button_small {
		font-size: 1.5rem !important;
	}
}

/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 100;
}

@media (max-width: 991px) {
	header h1 {
		text-align: center;
	}
	header h1 img {
		max-width:100px;
		max-height: 100px;
	}
	.snav,
	.snav_menu
	.gnav,
	.gnav_menu {
		display: none;
	}
	.drawer {
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		background: rgba(51,51,51,0.95);
		padding: 50px 15px;
		-webkit-transform: translateX(300px);
		transform: translateX(300px);
		-webkit-transition: ease .5s;
		transition: ease .5s;
		z-index: 9999;
	}
	.drawer,
	.drawer a {
		color: #fff !important;
	}
	.drbtn {
		position: fixed;
		top: 0;
		left: -50px;
		width: 50px;
		height: 50px;
		-webkit-transition: ease .5s;
		transition: ease .5s;
		cursor: pointer;
		align-items: flex-end;
		display: flex;
		justify-content: center;
		font-size: 10px;
		padding-bottom: 2px;
		z-index: 10000;
	}
	.hambarg {
		position: absolute;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		height: 2px;
		width: 30px;
		background: #00bbdd;
		-webkit-transition: ease .5s;
		transition: ease .5s;
	}
	.hambarg:nth-child(1) {
		top: 20%;
		left: 50%;
	}
	.hambarg:nth-child(2) {
		top: 40%;
		left: 50%;
	}
	.hambarg:nth-child(3) {
		top: 60%;
		left: 50%;
	}
	.drawer.action {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.drbtn.action {
		left: 0;
	}
	.drbtn.action .hambarg {
		background: #8de2ff;
	}
	.drbtn.action .hambarg:nth-child(1) {
		top: 50%;
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.drbtn.action .hambarg:nth-child(2) {
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		opacity: 0;
	}
	.drbtn.action .hambarg:nth-child(3) {
		top: 50%;
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.drawer hr {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		height: 1px;
		background-color: #fff;
		width: 100%;
		border: none;
	}
	.drawer h1 {
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
	}
	.drawer ul.ul_drawer li {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	.drawer ul.ul_drawer li a::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0da\0020";
	}
	.drawer .fa-inverse {
		color: #333 !important;
	}
}
@media (max-width: 991px) and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.drbtn {
		left: 0;
	}
}
@media (min-width: 992px) {
	.drawer {
		display: none;
	}
	header {
		display: flex;
		justify-content: space-between;
	}
	header h1 img {
		max-width:143px;
		max-height: 143px;
	}
	.snav {
		display: block;
		text-align: right;
		padding : 15px
	}
	.snav_menu li {
		display: inline-block;
		width: auto;
		margin-left: 15px;
	}
	.snav_menu li a {
		color: #fff;
		height: 40px;
		line-height: 40px;
		background: #0bd;
		border-radius: 3px;
		border: 1px solid #0bd;
		display: block;
		text-align: center;
		padding: 0 15px;
		transition: .3s;
	}
	.snav_menu li:first-child a {
		background: none;
		border: none;
	}
	.snav_menu li a:hover {
		color: #0bd;
		background: #fff;
		text-decoration: none;
	}
	.gnav,
	.gnav_menu {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.gnav {
		padding: 15px 0;
		border-top: 1px solid #d0d0d0;
	}
	.gnav_menu li {
		display: inline-block;
		width: 16.666%;
		border-left: 1px solid #d0d0d0;
	}
	.gnav_menu li.home {
		display: none;
	}
	.gnav_menu li a {
		color: #333;
		height: 40px;
		line-height: 40px;
		display: block;
		text-align: center;
		padding: 0 15px;
		transition: .3s;
	}
	.gnav_menu li a::before {
		color: #0bd;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0da\0020";
	}
	.gnav_menu li a:hover {
		color: #00bbdd;
		text-decoration: none;
	}
	.gnav_menu li.current a {
		color: #333;
		background: #8de2ff;
	}
	.gnav_menu li.current a::before {
		content: "";
	}
	.clone-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		transition: .3s;
		transform: translateY(-100%);
	}
	.clone-nav li {
		width: 14.285%;
	}
	.clone-nav li.home {
		display: block;
	}
	.clone-nav li a {
		color: #fff;
		background: rgba(0,0,0,0.8);
		border-bottom: none;
	}
	.clone-nav li a:hover {
		color: #8de2ff;
		border-bottom: none;
		text-decoration: none;
	}
	.clone-nav li.current a {
		color: #333;
		background: #8de2ff;
	}
	.is-show {
		transform: translateY(0);
		box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.3);
	}
	.is-fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
	}
	.is-hide {
		transform: translateY(-100%);
	}
}


/* ==================================================
   Contents
================================================== */

#contents {}

.topic_path {
	padding: 15px 0;
}
.topic_path li {
	display:inline;
}
.topic_path li:after {
	content: '&gt;';
	padding: 0 3px;
}
.topic_path li:last-child:after {
  content: '';
}
.topic_path li:first-child a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f015';
	color: #0bd;
}
.topic_path li a:hover {
	text-decoration: underline;
}

section {
	padding: 30px 0 60px 0;
}
@media (min-width: 992px) {
	section {
		padding: 30px 0 90px 0;
	}
}


/* =========================
   Home
========================= */

@keyframes topslider {
	0%{
		top: 0px;
		left: 0px;
	}
	100%{
		top: 0px;
		left: -1905px;
	}
}

.top_slider {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.top_slider ul {
	width: 1908px;
	height: 200px;
	list-style-type: none;
	position: absolute;
	display: flex;
	animation-name: topslider;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
}
.top_slider ul li img {
	width: auto;
	height: 200px;
}
@media (min-width: 576px) {
	.top_slider {
		height: 300px;
	}
	.top_slider ul {
		width: 2856px;
		height: 300px;
	}
	.top_slider ul li img {
		width: auto;
		height: 300px;
	}
}
@media (min-width: 992px) {
	.top_slider {
		height: 400px;
	}
	.top_slider ul {
		width: 3810px;
		height: 400px;
	}
	.top_slider ul li img {
		width: auto;
		height: 400px;
	}
}

.table_topics {
	width: 100%;
}
.table_topics tbody th,
.table_topics tbody td {
	text-align: left;	
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d0d0d0;
}
.table_topics tbody th {
	padding-right: 30px;
	white-space: nowrap;
	color: #808080;
	font-size: 1.2rem;
	font-weight: 500;
}
@media (max-width: 575px) {
	.table_topics tbody th,
	.table_topics tbody td {
		width: 100%;
		display: block;
	}
	.table_topics tbody th {
		padding-bottom: 0;
		border-bottom: none;
	}
	.table_topics tbody td {
		padding-top: 0;
	}
}

.slider {}
.slider img {
	width: 100%;
	height: auto;
}

.banner_area {
	padding: 15px 0;
	background: #e8e8e8;
}
.banner_slider {
	padding-left: 15px;
	padding-right: 15px;
}
.banner_slider li {
	margin: 0 15px;
}

.fb_container {
	width: 100%;
	max-width: 500px;
}


/* =========================
   Outline
========================= */

.biz_icon {
	text-align: center;
}
.biz_icon .fa-stack {
	font-size: 4rem;
}
.biz_icon .fa-circle {
	color: #333;
}
@media (min-width: 576px) {
	.biz_icon .fa-stack {
		font-size: 6rem;
	}
}
@media (min-width: 1280px) {
	.biz_icon .fa-stack {
		font-size: 7rem;
	}
}


/* =========================
   Committee
========================= */

.box_cmt {
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #d0d0d0;
}
.box_cmt h4 {
	color: #8de2ff;
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 1rem;
}
.box_cmt h4 a {
	color: #0bd !important;
}
.box_cmt h4 a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da\0020";
}
.box_cmt ul {
	padding-left: 1rem;
	text-indent: -1rem;
}
.box_cmt ul li::before {
	font-family: FontAwesome;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111\00a0";
	font-size: .8rem;
	vertical-align: middle;
}


/* =========================
   Admission
========================= */

.h_admprice span {
	padding: 3px 15px;
	color: #fff;
	font-weight: 600;
	background: #333;
}

.table_adm th,
.table_adm td {
	padding: 2px 0;

}
.table_adm th {
	padding-right: 30px;
	text-align: left;
}
.table_adm tbody th,
.table_adm tbody td {
	width: 50%;
}
.box_adm {
	padding: 15px;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-top: 4px solid #d0d0d0;
}
.box_adm h4 {
	padding-bottom: 1.5rem;
}
.box_adm h4 span {
	font-size: 2rem;
	font-weight: 600;
	padding: 0 .4em .1em;
	background: linear-gradient(transparent 60%, #8de2ff 60%);
}
@media (min-width: 1280px) {
	.box_adm {
		padding: 15px 30px;
	}
}


/* ==================================================
   Contact
================================================== */

.box_contact {
	background: #fff;
	border: 1px solid #d0d0d0;
	padding: 8px 15px 15px 15px;
}
.box_contact h4 {
	color: #0bd;
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
}


/* =========================
   Common
========================= */

.h_pagetitle {
	position: relative;
	padding: 3rem 15px;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.5rem;
	font-weight: 600;
	background: #333;
	text-align: center;
	overflow: hidden;
}
.h_pagetitle::before,
.h_pagetitle::after {
	position: absolute;
	content: '';
	pointer-events: none;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	bottom: -3rem;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.h_pagetitle::before {
	left: -3rem;
}
.h_pagetitle::after {
	right: -3rem;
}
@media (min-width: 768px) {
	.h_pagetitle {
		padding: 5rem 15px;
		font-size: 2.4rem;
	}
	.h_pagetitle::before,
	.h_pagetitle::after {
		width: 10rem;
		height: 10rem;
		bottom: -5rem;
	}
	.h_pagetitle::before {
		left: -5rem;
	}
	.h_pagetitle::after {
		right: -5rem;
	}
}
@media (min-width: 1280px) {
	.h_pagetitle {
		padding: 8rem 15px;
		font-size: 3rem;
	}
	.h_pagetitle::before,
	.h_pagetitle::after {
		width: 16rem;
		height: 16rem;
		bottom: -8rem;
	}
	.h_pagetitle::before {
		left: -8rem;
	}
	.h_pagetitle::after {
		right: -8rem;
	}
}

.h_basic {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	text-align: center;
	padding-bottom: 1.5rem;
	overflow: hidden;
}
.h_basic span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.h_basic span::before,
.h_basic span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 1000%;
	height: 1px;
	background-color: #333;
}
.h_basic span::before {
	right: 100%;
}
.h_basic span::after {
	left: 100%;
}

.table_basic {
	width: 100%;
	background: #fff;
}
.table_basic tbody th,
.table_basic tbody td {
	text-align: left;	
	padding: 8px 10px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.table_basic tbody th {
	width: 30%;
	font-weight: 600;
	background: #f9f9f9;
}

@media (max-width: 768px) {
	.table_basic {
		border-bottom: 1px solid #d0d0d0;
	}
	.table_basic tbody th,
	.table_basic tbody td {
		width: 100%;
		display: block;
		padding: .8rem;
	}
	.table_basic tbody th {
		background: #f9f9f9;
		border-top: 1px solid #d0d0d0;
		border-left: 1px solid #d0d0d0;
		border-right: 1px solid #d0d0d0;
		border-bottom: none;
	}
	.table_basic tbody td {
		border-top: none;
		border-left: 1px solid #d0d0d0;
		border-right: 1px solid #d0d0d0;
		border-bottom: none;
	}
}

.table_stripe {
	width: 100%;
	background: #fff;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}
.table_stripe thead th,
.table_stripe tbody th,
.table_stripe tbody td {
	padding: 8px 10px;
}
.table_stripe thead th {
	background: #333;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.table_stripe tbody tr:nth-child(odd) {
	background: #f9f9f9;
}

@media (max-width: 991px) {
	.table_stripe {
		/*min-width: 991px;*/
	}
	.table_stripe tbody th,
	.table_stripe tbody td {
		white-space: nowrap;
	}
	.table_scroll {
		overflow:auto;
		height: 400px;
	}
}

.ul_basic,
.ul_notice,
.ul_link {
	padding-left: 1rem;
	text-indent: -1rem;
}
.ul_basic li::before,
.ul_notice li::before,
.ul_link li::before {
	font-family: FontAwesome;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
}
.ul_basic li::before {
	content: "\f111\00a0";
	font-size: .8rem;
}
.ul_notice li::before {
	content: "\f005\00a0";
	color: #0bd;
	font-size: .8rem;
}
.ul_link li::before {
	content: "\f0da\0020";
	color: #0bd;
}

.ul_inline li {
	display: inline-block;
	width: auto;
}


/* ==================================================
   Footer
================================================== */

footer {
	color: #fff;
	background: #333;
}
.footer_wrap {
	border-bottom: 1px solid #d6d6d6;
}
.footer_wrap a {
	color: #fff !important;
}
.footer_wrap .fa-inverse {
	color: #333 !important;
}

.h_login {
	border-bottom: 1px solid #d6d6d6;
}
.login_field {
	font-weight: 500;
	line-height: 1.6;
}
.login_field input {
	-webkit-appearance: none;
	width: 100%;
	font-size: 1.5rem;
	color: #222 !important;
	line-height: 1.6;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	border: 2px solid #fff;
}
.login_field input:focus {
	border: 2px solid #0bd;
}

.login_field input.login_button {
	-webkit-appearance: none;
	color: #fff !important;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	padding: 10px;
	background: #e61f1b;
	border-radius: 3px;
	border: 2px solid #e61f1b;
}

placeholder {
	color: #666 !important;
	font-weight: 600;
}

/* Chrome, Safari */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder{
    color: #666 !important;
	font-weight: 600;
}
 
/* Firefox */
::-moz-placeholder,
.form-control::-moz-placeholder{
    color: #666 !important;
	font-weight: 600;
}
 
/* Firefox 18 */
:-moz-placeholder,
.form-control:-moz-placeholder{
    color: #666 !important;
	font-weight: 600;
}
 
/* IE */
:-ms-input-placeholder,
.form-control:-ms-input-placeholder{
    color: #666 !important;
	font-weight: 600;
}

#credits {
	color: #fff;
	background: #333;
	font-size: 1.1rem;
	line-height: 40px;
	text-align: center;
}

#pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	cursor: pointer;
	z-index: 99;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	background: #0bd;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}
#pagetop::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "\2191";
	color: #fff;
	font-size: 20px;
	margin-top: -10px;
	margin-left: -10px;
}

@media (min-width: 1280px) {
	#pagetop {
		bottom: 15px;
		right: 15px;
		border-radius: 30px;
		width: 60px;
		height: 60px;
	}
	#pagetop::before {
		font-size: 30px;
		margin-top: -15px;
		margin-left: -15px;
	}
}</pre></body></html>