<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * BxSlider v4.1.3 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.slider {
  margin: 0;
  padding: 0; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  border: 5px solid #f2f2f2;
  background: #fff; }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/slider/loader.gif") center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888;
  box-shadow: 2px 2px 2px 2px rgba(50, 50, 50, 0.5) inset; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #00b5c6; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/slider/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/slider/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/slider/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/slider/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Index Header Architect */
header.header {
  background: url("../images/keyvisual_large.png?210114") no-repeat 50% 0; }
  header.header .title {
		position: relative;
		width: 980px;
		height: 350px;
    margin: 0 auto; }
    header.header .title p.description {
			display: inherit;
			text-indent: -9999px;
      margin: 0 0 10px 0;
      padding: 0; }
    header.header .title h1 {
			display: inherit;
			text-indent: -9999px; }
    header.header .title ul {
			/*position: relative;
			width: 540px;
			top: 180px;
			left: 30px; */
			/* [19/02/25] ADDED */
			position: absolute;
			width: 260px;
			bottom: 25px;
			right: 0;
      list-style: none outside;
      padding: 0; }
      header.header .title ul li {
        float: left;
        width: 50%;
        padding: 0 10px;
      }
      header.header .title ul li a {
        display: block;
        padding: 4px 2px 2px 2px;
        border: 1px solid #888;
        border-radius: 4px;
        text-align: center;
        background: #fff;
        text-decoration: none;
        color: #333; }
        header.header .title ul li a:hover {
          background: #0071bc;
          color: #fff; }
        header.header .title ul li a.current {
          background: #0071bc;
          color: #fff; }
	header.header .sp_img {
		display: none;
	}

/* Navigation Architect */
nav.navigation {
  background: url("../images/menubar_bg.png") repeat-x 0 0;
  padding-bottom: 10px; }
  nav.navigation .ac_touch {
    display: none;
    padding: 13px 0 11px 10px;
    line-height: 1; }
    nav.navigation .ac_touch span {
      margin-top: -3px;
      float: right;
      width: 25px; }
  nav.navigation .ac_menu {
    margin-top: 0;
    padding: 0;
    list-style: none outside;
    background-image: none;
    box-shadow: none; }
    nav.navigation .ac_menu li {
      float: left;
      padding: 0;
      border-top: none;
      background: #fff; }
      nav.navigation .ac_menu li:first-child {
        border-left: 1px solid #ccc; }
      nav.navigation .ac_menu li:last-child {
        border-right: 1px solid #fff; }
      nav.navigation .ac_menu li a {
        display: block;
        padding: 12px 6px 10px 16px;
        background: url("../images/menu_bg.png") no-repeat -6px 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #ccc;
        border-bottom: none;
        font-size: 1.1rem;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 1px 1px 0 #fff;
        color: #444; }
				nav.navigation .ac_menu li a.nolink {
					opacity: 0.7; }
          nav.navigation .ac_menu li a.nolink:hover {
            cursor: default;
            opacity: 0.7;
            background: url("../../images/menu_bg.png") no-repeat -6px 0;
						color: #444; }
        nav.navigation .ac_menu li a.current {
          background: url("../images/menu_bg_current.png") no-repeat -6px 0; }
        nav.navigation .ac_menu li a:hover {
          background: url("../images/menu_bg_hover.png") no-repeat -6px 0;
          background-color: #aaa;
          color: #000; }
        nav.navigation .ac_menu li a.disabled:hover {
          background: url("../images/menu_bg.png") no-repeat -6px 0 #dddddd;
          color: #444; }
nav.navigation .ac_menu li {
	position: relative;
}
nav.navigation .ac_menu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -40px;
	margin: 0;
}
nav.navigation .ac_menu li ul li {
	float: none;
	line-height: 140%;
	padding: 0;
	margin-bottom: 1px;
  background: none;
}
nav.navigation .ac_menu li ul li:last-of-type {
  border: none;
}
nav.navigation .ac_menu li ul li a {
	display: block;
	width: 200px;
	color: #fff;
	text-decoration: none;
  text-shadow: none;
	padding: 5px;
	background: #333;
  border: none;
}
nav.navigation .ac_menu li ul li a:before {
	content: inherit;
	width: 0;
	height: 0;
	display: inherit;
	padding: 0;
	background: none;
}
nav.navigation .ac_menu li ul li a:hover {
	background: #636363;
}
nav.navigation .ac_menu li ul li a.nolink:hover {
	cursor: default;
	background: #333;
}
nav.navigation .ac_menu li ul {
	display: none;
}
nav.navigation .ac_menu li:hover ul {
	display: block;
}


/* Index Architects */
section.index {
  margin-top: 20px; }
  section.index div.bx-wrapper {
    overflow: visible;
    float: left;
    width: 660px !important; }
    section.index div.bx-wrapper .bx-viewport {
      height: 325px; }
  section.index .topic {
    float: left;
    width: 320px;
    background: #f3f3f3; }
    section.index .topic h2 {
      margin: 0;
      text-align: center;
      padding: 4px 0 3px 0;
      background: #333;
      background-image: none;
      color: #fff;
      font-size: 1.5rem; }
    section.index .topic .to_visitor p {
      margin: 0 0 5px 0;
      padding: 0 15px;
      text-align: center; }
      section.index .topic .to_visitor p img {
        width: 278px; }
      section.index .topic .to_visitor p.attention {
        margin: 10px 0 5px 0;
        padding: 0;
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: center;
        color: #880000; }
    section.index .topic .to_visitor #facility-overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #000;
      opacity: 0.7;
      filter: alpha(opacity=70);
      z-index: 100; }
    section.index .topic .to_visitor #facility {
      display: none;
      position: absolute;
      width: 400px;
      height: 200px;
      left: 50%;
      margin-left: -200px;
      background: #fff;
      border: 3px solid #aaa;
      border-radius: 6px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 3px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 3px;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 3px;
      z-index: 101; }
      section.index .topic .to_visitor #facility h3 {
        margin-top: 0;
        padding: .2em 0;
        border-radius: 4px 4px 0 0;
        background: #333;
        color: #fff;
        text-align: center; }
      section.index .topic .to_visitor #facility p {
        margin-top: 2em; }
        section.index .topic .to_visitor #facility p a#close {
          padding: .3em .8em;
          border: 1px solid #888;
          background: #333;
          text-decoration: none;
          color: #fff; }
    section.index .topic .to_exhibitor {
      margin-top: 15px; }
      section.index .topic .to_exhibitor p {
        margin: 15px 0 5px 0;
        padding: 0 15px; }
  section.index div.youtube {
    margin: 0 auto;
    background: #f2f2f2;
    float: left;
    width: 320px; }
    section.index div.youtube img {
      padding: 20px; }
      article.index .pickup {
        list-style: none;
        padding: 0;
        overflow: hidden;
      }
      
      article.index .pickup li {
        float: left;
        margin-left: 7px;
      }
      
      article.index .pickup li:first-child {
        margin-left: 0;
      }
      
      /* article.index .pickup li img:hover {
        opacity: 0.7;
      } */

/* Content Architects */
.content article.index {
  float: left;
  padding: 0;
  width: 660px; }
  .content article.index table.thankyou {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa; }
	.content article table.thankyou caption {
		font-size: 140%;
		font-weight: bold;
		color: #fff;
		padding: 0.25rem;
		background: #000;
	}
    .content article table.thankyou th {
      padding: .2em .5em;
      border-bottom: 1px solid #aaa;
      border-right: 1px solid #aaa;
      background: #efefef; }
    .content article table.thankyou td {
		text-align: center;
      padding: .2em .5em;
      border-bottom: 1px solid #aaa;
      border-right: 1px solid #aaa; }
	.content article table.thankyou td b { font-size: 1.8rem; }
    .content article table.thankyou td img {
		width: auto;
		max-height: 30px;
	}
	.content article table.thankyou tfoot {
		font-weight: bold;
		border-top: 4px solid #aaa;
	}
	.content article table.thankyou tfoot b { font-size: 2.5rem; }
	.content article.index ul.btn-one {
    margin: 15px -15px 30px -15px;
    padding: 0;
    list-style: none outside; }
    .content article.index ul.btn-one li {
      text-align: center; }
      .content article.index ul.btn-one li img {
        width: 320px; }
  .content article.index ul.btn-two {
    margin: 15px -15px 20px -15px;
    padding: 0;
    list-style: none outside; }
    .content article.index ul.btn-two li {
      float: left;
      margin: 0;
      padding: 0 15px;
      width: 50%; }
  .content article.index ul.btn-three {
    margin: 0 -15px 30px -15px;
    padding: 0;
    list-style: none outside; }
    .content article.index ul.btn-three li {
      float: left;
      margin: 0;
      padding: 0 15px;
      width: 33.33%; }
  .content article.index dl {
    margin: 0;
    padding: 0;
    font-size: 1.4rem; }
    .content article.index dl dt {
      float: left;
      clear: left;
      margin: 0;
      padding: .4em 0;
      width: 8em; }
    .content article.index dl dd {
      margin: 0;
      padding: .4em 0 .4em 8.5em;
      border-bottom: 1px dotted #aaa; }


.content article.index .covid-19 {
	margin-top: 15px; }
	.content article.index .covid-19 p {
		font-weight: 700;
		text-align: center;
		color: #fff;
		margin: 0;
		padding: 10px;
		background: #8b90c7;}
.content article.index .btn {
	width: 100%;
	padding: 0;
	margin-top: 15px; }
	.content article.index .btn li {
		display: table-cell;
		vertical-align: middle;
		/*width: 213.33px;*/
    width: 330px;
		padding-right: 10px; }
		.content article.index .btn3 {
			padding-right: 0; }
			.content article.index .btn li a,
			.content article.index .btn li span {
				display: block;
				color: #fff;
				text-align: center;
				text-decoration: none;
				font-size: 16px;
				font-weight: bold;
				padding: 15px 10px;
				box-shadow: 0 0 6px #fff inset;
				border-radius: 4px;}
				.content article.index .btn1 a,
				.content article.index .btn1 span {
					background: rgb(41,154,11); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); /* FF3.6-15 */
					background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
					background: linear-gradient(to bottom,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
					border: 1px solid #2B6632; }
				.content article.index .btn2 a,
				.content article.index .btn2 span {
					background: rgb(73,192,240); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(73,192,240,1) 0%, rgba(44,175,227,1) 100%); /* FF3.6-15 */
					background: -webkit-linear-gradient(top,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
					background: linear-gradient(to bottom,  rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */
					border: 1px solid #047D90; }
				.content article.index .btn3 a,
				.content article.index .btn3 span {
					background: rgb(198,175,0); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(198,175,0,1) 0%, rgba(175,152,35,1) 100%); /* FF3.6-15 */
					background: -webkit-linear-gradient(top,  rgba(198,175,0,1) 0%,rgba(175,152,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
					background: linear-gradient(to bottom,  rgba(198,175,0,1) 0%,rgba(175,152,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6af00', endColorstr='#af9823',GradientType=0 ); /* IE6-9 */
					border: 1px solid #BD8A36; }
				.content article.index .btn li a:hover {
					opacity: 0.7; }
				.content article.index .btn3 a {
					line-height: 3.2; }
@media (max-width: 980px) {
	.content article.index .btn li {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 0; }
}


.content aside {
  float: right;
  padding: 15px 0;
  width: 300px; }
	.content aside p.mtz {
		margin-top: 0; }
  .content aside div.ytv {
    margin-bottom: 15px; }
    .content aside div.ytv a {
      padding: 20px;
      background: #efefef;
      display: block; }
  .content aside p.bnr {
    width: 100%;
    height: auto;
    margin: 0; }
    .content aside p.bnr a {
        text-decoration: none; }
      .content aside p.bnr a:hover {
        opacity: 0.7;
      }
    .content aside p.bnr img {
      display: block;
      max-width: auto;
      max-height: 100%;
      height: auto;
      margin: 0 auto 1rem auto; }
  .content aside ul.sidemenu {
    margin: 0;
    padding: 1px 0;
    list-style: none outside;
    background: #005bac; }
    .content aside ul.sidemenu li {
      padding: 2px; }
      .content aside ul.sidemenu li a {
        display: block;
        padding: 10px 0 10px 30px;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        background: url("../images/sm_listmarker.png") no-repeat 0 50%;
        text-shadow: -1px -1px 0 #333333; }
        .content aside ul.sidemenu li a:hover {
          background-color: #27c;
          text-shadow: 1px 1px 0 #333; }
  .content aside h2 {
    margin: 2em 0 .5em 0;
    padding: .3em 0 .2em 24px;
    font-size: 1.4rem;
    background: url("../images/aside_title_allow.png") no-repeat 8px 50% #005bac;
    background-size: 10px;
    color: #fff;
}
.content aside h2.side_banner_box_head {
  background: #333;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.side_banner_box {
  border: 1px solid #ccc;
  margin-bottom: 2em;
  text-align: center;
}
.side_banner_box img {
  width: auto;
}

.content article div.gaiyou table td {
    text-align: center;
    background-size: 10px;
    color: #fff; }
  .content aside .hvacr {
    text-align: center; }
    .content aside .hvacr img {
      width: 50%;
      max-width: 192px; }
  .content aside .rurubur {
    text-align: center; }
    .content aside .rurubur img {
      width: 50%;
      max-width: 152px; }
  .content aside dl dt {
    font-size: 1.5rem;
    font-weight: bold; }
  .content aside dl dd {
    font-size: 1.3rem;
    margin: 0;
    padding: 0; }
  .content aside p.privacy a {
    padding: 1px 10px 1px 18px;
    background: #666;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    background: url("../images/privacy.png") no-repeat 5px 50% #666; }
    .content aside p.privacy a:hover {
      background-color: #888; }
  .content aside .to_exhibitor {
    border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border: 1px solid #aaa;
		margin-bottom: 15px; }
    .content aside .to_exhibitor h2 {
			color: #fff;
      text-align: center;
      margin: 0;
      padding: 5px 0;
      background: #333;
      background-image: none; }
    .content aside .to_exhibitor p {
      margin: 10px; }
  .content aside .to_visitor {
    border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border: 1px solid #aaa;
    margin-bottom: 15px; }
    .content aside .to_visitor h2 {
			color: #fff;
      text-align: center;
      margin: 0;
      padding: 5px 0;
      background: #333;
      background-image: none; }
    .content aside .to_visitor p {
      margin: 10px; }
      .content aside .to_visitor p.attention {
        margin: 10px 0 5px 0;
        padding: 0;
        line-height: 1.3;
        text-align: center;
        color: #880000; }
    .content aside .to_visitor dl {
      margin: 10px;
      overflow: hidden;}
      .content aside .to_visitor dl dt {
        clear: left;
        float: left;
        width: 5em;
        font-size: 1.3rem;
        text-align: center;
        padding: 0.5rem;
        margin-bottom: 0.5em;
        background: #efefef;
        border-radius: 3px; }
      .content aside .to_visitor dl dd {
        margin: 0 0 0.5em 5.5em;
        padding: 0.5rem; }

/* bnr Architects */
.bnr {
	width: 660px;
	list-style-type: none;
	margin:  -1.5em 0 3em;
	padding: 0;
}
.bnr li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: auto 1.5em;
}
.bnr img {
	height: 70px;
}


/* Footer Architects */
footer {
  margin: 0;
  padding: 0;
  background: #00B5C6; }
  footer p {
    margin: 0;
    padding: .2em 0;
    color: #fff;
    text-align: center;
    font-size: 1.1rem; }


@media (max-width: 980px) {
	header.header {
		background-size: auto 240px;
	}
	header.header .title {
		width: 100%;
		height: 240px;
		}
		header.header .title ul {
			/* top: 80px;
			width: 500px; */
			/* [19/02/25] ADDED */
			bottom: 10px; 
			width: 450px;
		}
    header.header .title ul {
      width: 220px;
    }
	nav.navigation .ac_touch {
		display: block;
		padding: 13px 0 11px 10px;
		line-height: 1;
	}
	nav.navigation .ac_touch span {
		margin-top: -3px;
		float: right;
		width: 25px;
	}
	nav.navigation .ac_menu {
		display: none;
		margin-top: 0.25em;
		border: 1px solid #ccc;
		border-top: none;
		}
		nav.navigation .ac_menu li {
			float: none;
			border-top: 1px solid #ccc;
			}
			nav.navigation .ac_menu li a {
				border-right: none;
			}
		nav.navigation .ac_menu li:first-child {
			border-left: none;
		}
  nav.navigation .ac_menu li ul {
    display: block;
    position: inherit;
    width: calc(100% + 40px); }
    nav.navigation .ac_menu li ul li a {
      width: 100%;
      color: #555;
      background: #ededed; }
      nav.navigation .ac_menu li ul li a:hover {
        color: #fff; }
      nav.navigation .ac_menu li ul li a br {
        display: none;
      }
	.container {
		width: 98%;
		margin: 0 1%;
	}
	.content article.index {
		width: 66%;
	}
	.content aside {
		width: 30%;
	}
	article.index .pickup li {
		width: 49%;
		margin-left: 1%;
	}
	.bnr {
		width: 100%;
		}
		.bnr li {
			width: 49%;
			margin: 0;
			padding: 0 1em;
			}
			.bnr li img {
				width: 100%;
				height: inherit;
			}
}

@media (max-width: 768px) {
	header.header {
		background: none;
	}
	header.header .container.h_title {
		width: 100%;
		margin: 0;
		padding: 0;
		}
	header.header .title {
		height: auto;
		}
		header.header .title h1,
		header.header .title p.description {
			height: 0;
			margin: 0;
		}
		header.header .title ul {
			position: inherit;
			top: 0;
			left: 0;
			width: 100%;
			margin: 0 auto;
			padding-bottom: 1em;
			background: #383331;
		}
		header.header .title ul .col-md-push-3 {
			width: 50%;
			left: 0;
		}
	header.header .sp_img {
		display: block;
		}
	.content article.index {
		float: none;
		width: 100%;
	}
	.content aside {
		float: none;
		width: 100%;
		}
		.content aside img {
			width: auto;
			max-width: 100%;
			text-align: center;
		}
		.content aside .to_visitor p {
			text-align: center;
		}
		.content aside div.ytv a {
			text-align: center;
		}
	.bnr {
		width: 100%;
		}
		.bnr li {
			width: 49%;
			margin: 0;
			padding: 0 1em;
			}
			.bnr li img {
				width: 100%;
			}
}

@media (max-width: 420px) {
	.content aside {
		float: none;
		width: 100%;
		}
		.content aside img {
			width: auto;
			max-width: 100%;
			text-align: center;
		}
		.content aside .to_visitor p {
			text-align: center;
		}
		.content aside div.ytv a {
			text-align: center;
		}
	.bnr {
		width: 100%;
		}
		.bnr li {
			width: 49%;
			margin: 0;
			padding: 0 1em;
			}
			.bnr li img {
				width: 100%;
			}
}

.attention {
  color: #fff;
  margin-bottom: 2rem;
  padding: 1rem 3rem;
  background: #231815 url("../../images/bg_attention.png") no-repeat center top / 100% auto;
}

.attention h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 0;
}

.attention p {
  font-size: 3rem;
  text-align: center;
  margin: 0 auto;
}

.attention p:last-of-type {
	font-size: 4rem;
	line-height: 1.4;
	color: #FFE922;
}

.attention table {
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 1rem auto;
}

.attention table th,
.attention table td{
  margin-bottom: 10px;
  padding: 0 1rem;
}

.attention table th {
  font-weight: normal;
  text-align: center;
  padding: 0;
}

.attention table:last-of-type th {
  text-align: right;
}

.attention table th:after {
  content: ":";
  display: inline-block;
	margin-left: 0.5rem;
}

@media (max-width: 980px) {
  .attention p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .attention h2 {
    font-size: 2.2rem;
  }

  .attention table {
    font-size: 1.6rem;
  }

  .attention p {
    font-size: 1.4rem;
  }

	.attention p:last-of-type {
		font-size: 1.8rem;
	}
}

@media (max-width: 641px) {
  .attention {
    padding: 1rem;
  }
}

@media (max-width: 420px) {
  .attention {
    padding: 1rem;
  }
  
  .attention h2 {
    font-size: 1.8rem;
  }

  .attention table {
    font-size: 1.3rem;
  }
  
  .attention p {
    font-size: 1.3rem;
  }
}

#fin {
	margin: 2rem 0 3rem 0;
}

#fin h2 {
	max-width: 980px;
	color:#fff;
	font-weight: 700;
	text-align: center;
	margin: 2rem auto 0 auto;
	padding: 0.5rem 1rem;
	background: #00b5c6;
}
#fin p {
	font-size: 2.5rem;
	font-weight: 700;
	color: #DB2F31;
	text-align: center;
}
#fin table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
}
#fin table thead th {
	color: #fff;
	text-align: center;
	padding: 0.5rem;
	background: #a7a7a7;
	border-right: 1px solid #fff;
}
#fin table thead th:last-child {
	border-right: 1px solid #a7a7a7;
}
#fin table tbody th {
	color: #555;
	text-align: center;
	padding: 0.5rem;
	background: #DFDFDF;
	border: 1px solid #ccc;
  width: 45%;
}
#fin table tbody td {
	text-align: center;
	padding: 0.5rem;
	border: 1px solid #ccc;
}
#fin table tbody td span {
	font-size: 1.7rem;
	font-weight: bold;
}
#fin table td img {
	width: 32px;
  height: 32px;
}



/*# sourceMappingURL=index.css.map */
</pre></body></html>