<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
 * サイト全体に
 * 共通するレイアウト
 * を記載
 */


/* ==========================================================
[ Layout CSS - Lists ]

※使用しないものは以下の目次、各デフォルト記述も含めて削除すること

base setting
container
header
hnav
wrapper
anchors
main
keyvisual
pagetitle
pagetop
footer
fnav

========================================================== */



/* ---------------------------------------------
*   base setting
--------------------------------------------- */
body {
	line-height: 1.5;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "meiryo", sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}


/*  link
--------------------------------------------- */
a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}


/*  img
--------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*  clearfix
--------------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*  responsive
--------------------------------------------- */

/* -- general -- */
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
@media screen and (max-width: 738px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

/* -- inline -- */
br.pc_only,
a.pc_only,
span.pc_only {
	display: inline;
}
br.sp_only,
a.sp_only,
span.sp_only {
	display: none;
}
@media screen and (max-width: 738px) {
	br.pc_only,
	a.pc_only,
	span.pc_only {
		display: none;
	}
	br.sp_only,
	a.sp_only,
	span.sp_only {
		display: inline;
	}
}


/*  other
--------------------------------------------- */

/* -- hover_opacity -- */
.hover_opacity {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.hover_opacity:hover {
	opacity: .7;
}


/* ---------------------------------------------
*   ポップアップウィンドウ
--------------------------------------------- */
#Popup #Contents {
  padding: 0;
}
.Section {
  padding: 0;
}
#Popup {
  min-width: 320px !important;
}
#Popup.symposium {
  min-width: 540px !important;
}
#Contents .Container {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 738px) {
  #Popup #Contents {
    padding: 5px 0 0;
  }
}

/* ---------------------------------------------
*   container
--------------------------------------------- */
.container {
	max-width: 1050px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}


/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
background-color: #c33;
}
.skin_fixed .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
@media screen and (max-width: 738px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		background-color: #fff;
		z-index: 999;
	}
	.header .container {
		padding: 0;
	}
	.header_logo {
		padding: 6px 0;
		text-align: center;
	}
	.header_logo a {
		display: inline-block;
		width: 100px;
	}
	.header .logo_zaidan {
		position: absolute;
		width: 50px;
		padding-left: 10px;
	}
	.header .logo_zaidan a {
		width: 100%;
		line-height: 38px;
		padding: 0;
	}
	.header .logo_zaidan a img {
		vertical-align: middle;
	}
}


/*  header_menu_sp (使用しない場合は削除)
--------------------------------------------- */
.header_menu_sp {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	display: none;
	width: 50px;
	height: 0;
	padding-top: 50px;
	background-color: #c33;
	overflow: hidden;
	cursor: pointer;
}
@media screen and (max-width: 738px) {
	.header_menu_sp {
		display: block;
	}
}


/*  header_menu_trigger (使用しない場合は削除)
---------------------------------------- */
.header_menu_trigger {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	z-index: 101;
}
.header_menu_trigger .item_line {
	position: absolute;
	display: inline-block;
	top: 25px;
	left: 50%;
	width: 15px;
	border-bottom: 1px solid #fff;
	line-height: 1;
	font-size: 0;
	margin-left: -7.5px;
	-webkit-animation: menu-center 0.5s forwards;
	animation: menu-center 0.5s forwards;
}
.header_menu_trigger .item_line:before,
.header_menu_trigger .item_line:after {
	content: "";
	position: absolute;
	left: 50%;
	display: inline-block;
	width: 15px;
	border-top: 1px solid #fff;
	margin-left: -7.5px;
}
.header_menu_trigger .item_line:before {
	top: -6px;
	-webkit-animation: menu-top 0.5s forwards;
	animation: menu-top 0.5s forwards;

}
.header_menu_trigger .item_line:after {
	top: 6px;
	-webkit-animation: menu-bottom 0.5s forwards;
	animation: menu-bottom 0.5s forwards;
}
.header_menu_trigger.skin_menu_open .item_line {
	-webkit-animation: menu-center--active 0.5s forwards;
	animation: menu-center--active 0.5s forwards;
}
.header_menu_trigger.skin_menu_open .item_line:before {
	-webkit-animation: menu-top--active 0.5s forwards;
	animation: menu-top--active 0.5s forwards;
}
.header_menu_trigger.skin_menu_open .item_line:after {
	-webkit-animation: menu-bottom--active 0.5s forwards;
	animation: menu-bottom--active 0.5s forwards;
}
@keyframes menu-top {
	100% {
		top: -6px;
		width: 15px;
		transform: rotate(0deg);
	}
	75% {
		top: 0;
		width: 15px;
		transform: rotate(0deg);
	}
	0% {
		top: 0;
		width: 12px;
		transform: rotate(45deg);
	}
}
@keyframes menu-center {
	100% {
		border-bottom: 1px solid #fff;
	}
	75% {
		border-bottom: 1px solid #fff;
	}
	0% {
		border: none;
	}
}
@keyframes menu-bottom {
	100% {
		top: 6px;
		width: 15px;
		transform: rotate(0deg);
	}
	75% {
		top: 0;
		width: 15px;
		transform: rotate(0deg);
	}
	0% {
		top: 0;
		width: 12px;
		transform: rotate(-45deg);
	}
}
@-webkit-keyframes menu-top {
	100% {
		top: -6px;
		width: 15px;
		-webkit-transform: rotate(0deg);
	}
	75% {
		top: 0;
		width: 15px;
		-webkit-transform: rotate(0deg);
	}
	0% {
		top: 0;
		width: 12px;
		-webkit-transform: rotate(45deg);
	}
}
@-webkit-keyframes menu-center {
	100% {
		border-bottom: 1px solid #fff;
	}
	75% {
		border-bottom: 1px solid #fff;
	}
	0% {
		border: none;
	}
}
@-webkit-keyframes menu-bottom {
	100% {
		top: 6px;
		width: 15px;
		-webkit-transform: rotate(0deg);
	}
	75% {
		top: 0;
		width: 15px;
		-webkit-transform: rotate(0deg);
	}
	0% {
		top: 0;
		width: 12px;
		-webkit-transform: rotate(-45deg);
	}
}
@keyframes menu-top--active {
	0% {
		top: -6px;
		width: 15px;
		transform: rotate(0deg);
	}
	75% {
		top: 0;
		width: 15px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		width: 12px;
		transform: rotate(45deg);
	}
}
@keyframes menu-center--active {
	0% {
		border-bottom: 1px solid #fff;
	}
	75% {
		border-bottom: 1px solid #fff;
	}
	100% {
		border: none;
	}
}
@keyframes menu-bottom--active {
	0% {
		top: 6px;
		width: 15px;
		transform: rotate(0deg);
	}
	75% {
		top: 0;
		width: 15px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		width: 12px;
		transform: rotate(-45deg);
	}
}
@-webkit-keyframes menu-top--active {
	0% {
		top: -6px;
		width: 15px;
		-webkit-transform: rotate(0deg);
	}
	75% {
		top: 0;
		width: 15px;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 0;
		width: 12px;
		-webkit-transform: rotate(45deg);
	}
}
@-webkit-keyframes menu-center--active {
	0% {
		border-bottom: 1px solid #fff;
	}
	75% {
		border-bottom: 1px solid #fff;
	}
	100% {
		border: none;
	}
}
@-webkit-keyframes menu-bottom--active {
	0% {
		top: 6px;
		width: 15px;
		-webkit-transform: rotate(0deg);
	}
	75% {
		top: 0;
		width: 15px;
		-webkit-transform: rotate(0deg);
	}
	100% {
		top: 0;
		width: 12px;
		-webkit-transform: rotate(-45deg);
	}
}



/* ---------------------------------------------
*   hnav
--------------------------------------------- */
.hnav {
	display: block;
}
@media screen and (max-width: 738px) {
	.hnav {
		position: fixed;
		top: 50px;
		display: none;
		width: 100%;
		background-color: #333;
	}
}


/*  hnav_lists
--------------------------------------------- */
.hnav_lists {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
@media screen and (max-width: 738px) {
	.hnav_lists {
		display: block;
	}
}

/* -- item_list -- */
.hnav_lists .item_list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.hnav_lists .item_list a {
	display: block;
	padding: 17px 0;
	text-align: center;
	color: #fff;
	font-size: 0.875em;
}
.hnav_lists .item_list.skin_current a,
.hnav_lists .item_list a:hover {
	background-color: #992323;
}
.hnav_lists .item_list a[href="javascript:void(0)"]:hover {
	background-color: transparent;
	cursor: default;
}
@media screen and (max-width: 738px) {
	.hnav_lists .item_list {
		display: block;
		width: 100%;
		border-top: 1px solid #fff;
	}
	.hnav_lists .item_list:first-child {
		border-top: 0;
	}
}

.hnav_lists .item_list a.item_icon {
	position: relative;
}

.hnav_lists .item_list a.item_icon.skin_logo {
	padding: 45px 0 14px;
}

.hnav_lists .item_list a.item_lineone {
	padding: 29px 0 30px;
}

.hnav_lists .item_list a.item_icon.skin_index {
	font-size: 1.125em;
	padding: 29px 0 30px;
}

@media screen and (max-width: 738px) {
	.hnav_lists .item_list a {
		padding: 10px 0;
	}

	.hnav_lists .item_list a.item_icon.skin_logo {
		/*padding: 36px 0 9px;*/
		font-size: 1.13em;
		padding: 24px 0 21px;
	}

	.hnav_lists .item_list a.item_lineone {
		padding: 22px 0 23px;
	}

	.hnav_lists .item_list a.item_icon.skin_index {
		padding: 22px 0 23px;
	}
}

.hnav_lists .item_list a.item_icon:before {
	display: block;
	content: "";
	position: absolute;
}

.hnav_lists .item_list a.item_icon.skin_logo:before {
	top: 18px;
    left: 50%;
	width: 86px;
	height: 26px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	background: url(../../img/common/logo_mirai_nav.png) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.hnav_lists .item_list a.item_icon.skin_index:before {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -55px;
	background: url(../../img/common/icon_index_mirai.png) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

@media screen and (max-width: 738px) {
	.hnav_lists .item_list a.item_icon.skin_logo:before {
		/*top: 15px;
		width: 80px;
		height: 20px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		background-position-x: 50%;*/
		display: none;
	}
	.hnav_lists .item_list a.item_icon.skin_index:before {
		width: 16px;
		height: 20px;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}



/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer_caption {
	font-size: .75em;
	margin-top: -50px;
	margin-bottom: 10px;
}
@media screen and (max-width: 738px) {
	.footer_caption {
		margin-top: -24px;
	}
}



/* ---------------------------------------------
*   breadcrumbs
--------------------------------------------- */
.breadcrumbs {}


/*  breadcrumbs_lists
--------------------------------------------- */
.breadcrumbs_lists {}

/* -- item_list -- */
.breadcrumbs_lists .item_list {}



/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.skin_fixed .wrapper {
	padding-top: 75px;
}
@media screen and (max-width: 738px) {
	.wrapper {
		padding-top: 30px;
	}
}



/* ---------------------------------------------
*   anchors
--------------------------------------------- */
.anchors {
	padding-top: 10px;
	margin-top: -10px;
}



/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {}



/* ---------------------------------------------
*   pagetitle
--------------------------------------------- */
.pagetitle {
	padding: 8px 0;
	text-align: center;
	color: #fff;
	font-size: 1.125em;
	line-height: 1.2;
	background-color: #1ba7e0;
}



/* ---------------------------------------------
*   pagetop
--------------------------------------------- */
.pagetop {
	padding: 20px 0 30px;
	text-align: right;
}
.pagetop .item_button {
	color: #c00;
	font-size: .875em;
}
@media screen and (max-width: 738px) {
	.pagetop.skin_page {
		padding: 10px 0 15px;
	}
}</pre></body></html>