<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

h1,
h3 {
  font-size: 0.24rem;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 1em !important;
}

#world h2 {
  top: 0;
  left: 50%;
  margin-left: -3.21rem;
  position: absolute;
  z-index: 3;
  font-size: 0.24rem;
}

html {
  font-size: 100px;
}

header {
  height: 10.28rem;
  min-width: 11.84rem;
}

header::after {
  content: '';
  display: block;
  width: 2px;
  position: fixed;
  z-index: 5;
  height: calc(50vh + 136px);
  top: 0;
  left: 0.8rem;
  background-color: #000;
}

#header {
  position: fixed;
  z-index: 5;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-1.7rem);
  transform: translateY(-2.3rem);
  width: 1.69rem;
  height: 3.41rem;
  padding: 0.1rem 0;
  /* 下矢印 */
  /* SPメニュー開閉ボタン*/
}

#header #menu_wrap {
  width: 1.69rem;
  height: 3.41rem;
}

#header .menu {
  width: auto;
  position: relative;
}

#header .menu &gt; li {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0 0 0.35rem 0;
  text-indent: -2000%;
  font-size: 0.12rem;
  position: relative;
}

#header .menu &gt; li a {
  position: relative;
  display: block;
  height: 100%;
  z-index: 2;
}

#header .menu &gt; li.menu_title {
  display: none;
}

#header .menu .menu_top {
  display: none;
}

#header .menu .menu_news {
  background: url(../img/menu_bg.png) 0 0 no-repeat;
}

#header .menu .menu_news::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_bg.png) 0 0 no-repeat;
}

#header .menu .menu_news::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_on.png) 0 0 no-repeat;
  opacity: 0;
}

#header .menu .menu_guide::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_bg.png) 0 -76px no-repeat;
}

#header .menu .menu_guide::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_on.png) 0 -76px no-repeat;
  opacity: 0;
}

#header .menu .menu_info::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_bg.png) 0 -150px no-repeat;
}

#header .menu .menu_info::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_on.png) 0 -150px no-repeat;
  opacity: 0;
}

#header .menu .menu_buy::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_bg.png) 0 -226px no-repeat;
}

#header .menu .menu_buy::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_on.png) 0 -226px no-repeat;
  opacity: 0;
}

#header .menu .menu_etc::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_bg.png) 0 -300px no-repeat;
}

#header .menu .menu_etc::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/menu_on.png) 0 -300px no-repeat;
  opacity: 0;
}

#header .menu .menu_news:hover::after,
#header .menu .menu_info:hover::after,
#header .menu .menu_guide:hover::after,
#header .menu .menu_buy:hover::after,
#header .menu .menu_etc:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

#header .menu .menu_news:hover::after,
#header .menu .menu_info:hover::after,
#header .menu .menu_guide:hover::after,
#header .menu .menu_buy:hover::after,
#header .menu .menu_etc:hover::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

#header .menu &gt; li .menu &gt; li a:hover {
  color: #999;
}

#header ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

#header ul.menu__second-level li {
  text-indent: 0;
  text-align: center;
  line-height: 0.4rem;
  height: 0.4rem;
}

#header ul.menu__second-level li a {
  color: #fff;
  padding: 0 0.2rem;
}

#header ul.menu__second-level li a:hover {
  color: #000;
  background: #fff;
  padding: 0 0.2rem;
}

#header .init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .menu &gt; li.menu__single {
  position: relative;
}

#header li.menu__single ul.menu__second-level {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  top: 0px;
  left: 0rem;
  width: 7rem;
  background: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

#header li.menu__single:hover ul.menu__second-level {
  top: 35px;
  visibility: visible;
  opacity: 1;
}

#header .menu_open {
  display: none;
}

.head_logo {
  position: absolute;
  top: 1.2rem;
  left: 0.15rem;
  width: 3rem;
}

.head_logo img {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1550px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .head_logo {
    position: absolute;
    top: 1.1rem;
    right: 0.1rem;
    width: 2.2rem;
  }
  .head_logo img {
    width: 100%;
  }
}

footer {
  background-color: #000;
}

.foot_start {
  display: block;
  width: 5.16rem;
  margin: 0rem auto 0 auto;
}

.spec {
  width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 0.2rem 0 0.2rem;
  margin: 0rem auto 0.8rem auto;
}

.spec table {
  color: #fff;
  margin-top: 0.3rem;
  width: 50%;
  border-collapse: separate;
  border-spacing: 0.1rem;
}

.spec table th {
  width: 5em;
}

.spec .logo {
  width: 50%;
  text-align: center;
}

.spec .logo img {
  width: 60%;
}

.company_info {
  background-color: #fff;
  color: #333;
  padding: 20px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company_info img {
  width: 186px;
  height: 69px;
}

.company_info div {
  margin: 0px 0px 0px 40px;
}

.company_info ul {
  margin-bottom: 0px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}

.company_info ul li a {
  color: #333;
}

.company_info ul li a:hover {
  color: #ff8800;
}

.company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}

.company_info p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
  content: '' !important;
}
main{
  background-image: url(../img/bg2.jpg);
  background-attachment: fixed;
  padding: 0rem 0 0 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
#banner {
  background: transparent;
  width: 3rem;
  height: 2.5rem;
  margin: 0 auto 0.5rem auto;
}

#banner .pagination {
  display: block !important;
  width: 100% !important;
  text-align: center;
  position: absolute;
  padding: 0 0 0 0rem;
  margin: 0rem auto 0 rem;
}

#banner .pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}

#banner .pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 0.1rem;
  background-color: #0077ff;
}

#banner .pagination span {
  margin: 0 5px !important;
  font-size: 0;
}

#banner .pagination span:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.banner-slider {
  width: 3rem;
  height: 2.5rem;
}

.banner-slider img {
  position: relative;
  display: block;
  width: 100%;
  width: 3rem;
  height: 2.5rem;
  z-index: 2;
}

.charactar-slider {
  width: 100%;
  max-height: 11.67rem;
  margin: 0 auto 0 auto;
  padding: 0rem 0 0 0 !important;
}

.charactar-slider .swiper-slide {
  width: 100%;
  text-align: center;
}

.charactar-slider .swiper-slide img {
  width: 100%;
}

.charactar-slider .swiper-pagination-bullet {
  width: 200px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0.12rem;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.charactar-slider .chara_pagination {
  width: 40% !important;
  left: 58% !important;
  height: auto;
  bottom: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.charactar-slider .chara_pagination span {
  width: calc((100vw / 1920) * 127);
  height: calc((100vw / 1920) * 128);
  margin: 0 10px 0 10px !important;
  opacity: 1;
  font-size: 0;
  background-size: cover !important;
}

.charactar-slider .chara_pagination span:nth-child(1) {
  background: url(../img/icon_c1.png) no-repeat center center;
}

.charactar-slider .chara_pagination span:nth-child(2) {
  background: url(../img/icon_c2.png) no-repeat center center;
}

.charactar-slider .chara_pagination span:nth-child(3) {
  background: url(../img/icon_c3.png) no-repeat center center;
}

.charactar-slider .chara_pagination span:nth-child(4) {
  background: url(../img/icon_c4.png) no-repeat center center;
}

.charactar-slider .chara_pagination span:nth-child(5) {
  background: url(../img/icon_c5.png) no-repeat center center;
}

.charactar-slider .chara_pagination .swiper-pagination-bullet-active:nth-child(1) {
  background: url(../img/icon_c1_on.png) no-repeat center center;
}

.charactar-slider .chara_pagination .swiper-pagination-bullet-active:nth-child(2) {
  background: url(../img/icon_c2_on.png) no-repeat center center;
}

.charactar-slider .chara_pagination .swiper-pagination-bullet-active:nth-child(3) {
  background: url(../img/icon_c3_on.png) no-repeat center center;
}

.charactar-slider .chara_pagination .swiper-pagination-bullet-active:nth-child(4) {
  background: url(../img/icon_c4_on.png) no-repeat center center;
}

.charactar-slider .chara_pagination .swiper-pagination-bullet-active:nth-child(5) {
  background: url(../img/icon_c5_on.png) no-repeat center center;
}

.pagination2 {
  width: 9.8rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 0 0 0 0.2rem;
  margin: 0.25rem auto 0 0.1rem;
  text-align: right !important;
}

.pagination2 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}

.pagination2 .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.2rem;
  border-radius: 0.1rem;
  background-color: #0077ff;
}

.pagination2 span {
  margin: 0 5px !important;
  font-size: 0;
}

.pagination2 span:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.formbt input{
    margin: 0 auto;
  text-align: center;
  display: block;
  width: 1rem;
  background: #0069b9;
  color: #fff;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0.1rem;
  text-decoration: none;
  margin-top: 0.2rem auto;
  border-radius: 4px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}
body {
  font-size: 16px;
  margin: 0;
  min-width: 11.84rem;
  color: #fff;
}
#individual main #news_list &gt; .back_btn a {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 1.4rem;
    background-color: #0069b9;
    color: #fff;
    padding: 0.1rem;
    text-decoration: none;
    border-radius: 2px;
}

#wrapper {
  background: url(../img/bg.jpg) no-repeat center -100px;
}

.top_start {
  position: absolute;
  background-size: contain;
  width: 3.2rem;
  top: 0px;
  left: 50%;
  margin: 446px 0 0 322px;
  animation: myBreath 2s linear infinite;
}
@keyframes myBreath {
            0%{
                transform: scale(0.95);
            }
            50%{
                transform: scale(100%);
            }
            100%{
                transform: scale(0.95);
            }
        }

.top_start img {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_start img:hover {
  opacity: 100;
}

#news_area {
  /* background: url(../img/news_bg2.png) no-repeat center 20px; */
  overflow: hidden;
  margin: 0rem auto 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#news_area:after {
  content: '';
  background: url(../img/news_bg1.png) no-repeat center center;
  display: block;
  position: absolute;
  width: 100%;
  height: 4.32rem;
  /* top: -0.2rem; */
  left: 0;
}

.news_area_l {
  position: relative;
  z-index: 2;
  margin: 0 0.2rem 0 1.5rem;
}

.news_area_l h1 {
  text-align: center;
  margin: 0.4rem 0 0.2rem 0;
}

#banner {
  background: transparent;
  width: 3rem;
  height: 2.5rem;
  margin: 0 auto 0rem auto;
  float: right;
}

#news {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 6.8rem;
  height: 4.32rem;
}

#news .notice_tabs_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.4rem 0.2rem 0.3rem 0.2rem;
}

#news .notice_tabs_list ul li {
  border-radius: 4px;
  color: #fff;
  width: 18%;
  text-align: center;
  font-size: 16pt;
  cursor:pointer;
}

#news .notice_tabs_list ul li:after {
  content: '/';
  margin-left: 20px;
}

#news .notice_tabs_list ul li:last-child:after {
  content: '';
}

#news .notice_tabs_list ul li:hover, #news .notice_tabs_list ul li.active {
  color: #fff;
}

#news .tabs ul li {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0.05rem 0.2rem 0.1rem 0.2rem;
}

#news .tabs ul li ul {
  margin-bottom: 5px;
  height: 2.5rem;
  overflow: hidden;
}

#news .tabs ul li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 14pt;
  font-size: 14pt;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0rem 0.1rem 0.35rem 0.1rem;
}

#news .tabs ul li ul li .ic_type21 {
  background: #fff url(../img/label_event.png) no-repeat;
  min-width: 50px;
  height: 18px;
  margin-right: 0.1rem;
}

#news .tabs ul li ul li .ic_type20 {
  background: #fff url(../img/label_news.png) no-repeat;
  min-width: 50px;
  height: 18px;
  margin-right: 0.1rem;
}

#news .tabs ul li ul li .ic_type22 {
  background: #fff url(../img/label_update.png) no-repeat;
  min-width: 50px;
  height: 18px;
  margin-right: 0.1rem;
}

#news .tabs ul li ul li .ic_type23 {
  background: #fff url(../img/label_mainte.png) no-repeat;
  min-width: 50px;
  height: 18px;
  margin-right: 0.1rem;
}

#news .tabs ul li ul li .t1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news .tabs ul li ul li .t3 {
  color: #fff;
  font-size: 12pt;
  white-space: nowrap;
}

#news .tabs ul li ul li a {
  text-decoration: none;
  color: #fff;
}

#news .morebtn {
  float: right;
  border: 1px solid #ffffff;
  background-color: white;
  margin-right: 0rem;
  font-size: 12px;
}

#news .morebtn:hover {
  background-color: white;
}

#news .morebtn a {
  padding: 0 0.2rem;
  color: #000;
  text-decoration: none;
}

#charactar {
  background: url(../img/title_character.png) top center no-repeat;
  position: relative;
  margin: 0.5rem auto 0.5rem auto;
}

#charactar .chara_link {
  display: block;
  width: 6.4rem;
  margin: 0.25rem auto 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#charactar .chara_link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#feature {
  background: url(../img/feature_bg2.png) no-repeat center 0.2rem;
  position: relative;
  height: 7.8rem;
  margin: 0 auto 0rem auto;
  overflow: hidden;
}

#feature:before {
  content: '';
  background: url(../img/clock.png) no-repeat 0 0;
  display: block;
  position: absolute;
  width: 20rem;
  height: 20rem;
  top: -6.8rem;
  right: -10rem;
  z-index: 1;
  -webkit-animation: 60s linear infinite rotation;
          animation: 60s linear infinite rotation;
}

#feature:after {
  content: '';
  background: url(../img/feature_bg1.png) no-repeat center center;
  display: block;
  position: absolute;
  width: 100%;
  height: 7.8rem;
  top: -0.2rem;
  left: 0;
}

#feature h1 {
  position: relative;
  text-align: center;
  z-index: 2;
}

#feature h1 img {
  padding: 0.3rem 0 0 0.2rem;
}

#feature .feature-slider {
  padding: 0.8rem 0 0 0.2rem;
}

#feature .swiper-slide {
  text-align: center;
}

.prev2,
.next2 {
    width: .88rem !important;
    height: .88rem !important;
    top: 45% !important;
    position: absolute;
    z-index: 100;
}

.prev2 {
    background: url(../img/prev.png) no-repeat center !important;
    background-size: 100% !important;
    right: 17% !important;
    outline: -webkit-focus-ring-color auto 0px;
    margin-top: -1rem;
    opacity: 0.5;
}

.next2 {
    background: url(../img/next.png) no-repeat center !important;
    background-size: 100% !important;
    right: 17% !important;
    opacity: 0.5;
}

.prev2:hover,.next2:hover{
  opacity: 1;
}

#world {
  position: relative;
  height: 12.07rem;
  background: url(../img/world.jpg) no-repeat center center;
}

#world &gt; img {
  display: none;
}

#monster {
  position: relative;
  height: 10.8rem;
  background: url(../img/monster.jpg) no-repeat center center;
}

#monster &gt; img {
  display: none;
}

#active{
  width: 2.1rem;
  height: 5.3rem;
  position: absolute;
  top: 1rem;
  right: 0.1rem;
  /* right: 50%; */
  /* margin-right: -9.2rem; */
}


#active ul li a{
  width: 210px;
  height: 134px;
  display: block;
}

#active ul li a img{
  width:100%;
}

#active ul li .pv_h5{
  background: url(../img/pv.png) no-repeat;
  background-size: 100%;
  width: 210px;
  height: 134px;
  display: block;
}

#active ul li .pv_h5:hover{
  background:url(../img/pv_on.png) no-repeat;
  background-size:100%;
}

.pv_sp{
  display:none;
}

#twitter{
  width: 3.66rem;
  height: 1.06rem;
  position: fixed;
  left: 0.2rem;
  bottom: 1.4rem;
  z-index: 999;
}
#twitter img{
  width: 100%;
}
#maintain{
  width: 3.66rem;
  height: 1.06rem;
  background: url(../img/maintainTime.jpg) no-repeat center center;
  position: fixed;
  left: 0.2rem;
  bottom: 0.2rem;
  z-index: 999;
}


/*----------------------------------------------------------------------
          2nd page
----------------------------------------------------------------------*/
#individual {
  background-image: url(../img/bg2.jpg);
  background-attachment:fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

#individual header {
  background-image: none;
  height: auto;
}

#individual header #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#individual header #header .header_logo img {
  display: block;
  height: 0.4rem;
  margin: 0.1rem auto;
}

#individual header #banner {
  background-color: #fff;
  padding: 0.2rem;
  width: 7.6rem;
  margin: 0.75rem auto 0.25rem auto;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

#individual main {
  padding: 0 0 0rem 0;
  background-image: url(../img/bg3.jpg);
}

#individual main .logo {
  text-align: center;
  padding: 0.5rem 0;
}

#individual main #news_list {
  width: 7.6rem;
  padding: 0 0 0.5rem 0;
  margin: 0 auto;
  position: relative;
}

#individual main #news_list #genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0rem auto 0.3rem auto;
}

#individual main #news_list #genre li {
  position: relative;
  background: url(../img/pattern.jpg);
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0rem 0.13rem 0.1rem 0.05rem;
  margin: 0.1rem;
}

#individual main #news_list #genre li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
}

#individual main #news_list #genre li a:hover {
  color: #00e1ff;
}

#individual main #news_list #genre li:after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: -0.05rem;
  left: -0.05rem;
  background: rgba(0, 0, 0, 0.9);
}

#individual main #news_list #news_body li {
  font-size: .18rem;
  background: #002e506b;
  border: 1px solid #e7f2f1;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: .15rem;
  margin-bottom: .2rem;
}

#individual main #news_list #news_body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#individual main #news_list #news_body li a .min_banner img {
  width: 2.5rem;
  margin-right: .2rem;
}

#individual main #news_list #news_body li a .icon {
  -ms-flex-preferred-size: 1.5rem;
  flex-basis: 1.5rem;
  width: 1.5rem;
  height: .89rem;
  background-size: contain;
  text-indent: -1000%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#individual main #news_list #news_body li a .icon .ic_type21 {
  background: url(../img/event.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type20 {
  background: url(../img/info.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type22 {
  background: url(../img/update.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .icon .ic_type23 {
  background: url(../img/mainte.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

#individual main #news_list #news_body li a .date {
  padding: .05rem .05rem .05rem .15rem;
  line-height: .24rem;
}

#individual main #news_list #news_body li a .date span {
  vertical-align: middle;
}
#individual main #news_list .sppagination {
  margin: 0.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#individual main #news_list .sppagination a,
#individual main #news_list .sppagination b {
  margin: 0 0.1rem;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  border-radius: 5px;
  background-color: whitesmoke;
  display: block;
  text-align: center;
  line-height: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  color: #0090ff;
}

#individual main #news_list .sppagination a:hover,
#individual main #news_list .sppagination b:hover {
  background-color: #0090ff;
  color: #fff;
}

#individual main .pagecontent {
  background: url(../img/pattern.jpg);
  margin: 0 0 0 0;
}

#individual main .pagecontent:after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: -20px;
  left: -20px;
  background: rgba(0, 0, 0, 0.9);
}

#individual main .pagecontent .subtitle {
  margin-bottom: 0.05rem;
  -webkit-filter: drop-shadow(1px 0px 1px #fff) drop-shadow(-1px 0px 1px #fff) drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
          filter: drop-shadow(1px 0px 1px #fff) drop-shadow(-1px 0px 1px #fff) drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
  padding: 0rem 0rem 0.1rem 0.05rem;
  color: #000;
  position: relative;
  z-index: 2;
}

#individual main .pagecontent .spcontain {
  position: relative;
  z-index: 2;
  font-size: 0.14rem;
  background-image: url(../img/frame_body.png);
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 0 0.6rem 0 0.3rem;
  margin-top: 0.1rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.2rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  margin-bottom: 0rem;
  color: #0090ff;
}

#individual main .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  display: block;
  text-align: right;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital {
  margin-bottom: 0.24rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital h2 {
  font-size: 0.2rem !important;
  margin: 0.1rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital img {
  display: block;
  max-width: 100%;
  margin-bottom: 0.2rem;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 1px solid #333333;
  font-size: 0.9em;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  margin: 0 0 0.24rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: 8px 15px;
  background: #072744;
  font-weight: bold;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  line-height: 120%;
  text-align: center;
  text-shadow: 1px 1px 4px #000000;
  -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
          box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table th:last-child {
  border-right: 1px solid #666666;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr {
  background: #fff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr:nth-child(2n + 1) {
  background-color: #d9efec;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: 8px 15px;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td:last-child {
  border-right: 1px solid #666666;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .faq_block {
  border-radius: 2px;
  background-color: #072744;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .q {
  display: inline-block;
  padding: 0.1rem;
  color: #fff;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital .a {
  color: #333;
  padding: 0.1rem;
  border-radius: 0px 0px 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1.4rem;
  background-color: #0069b9;
  color: #fff;
  padding: 0.1rem;
  text-decoration: none;
  border-radius: 2px;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a:hover {
  background-color: #329dce;
  color: #fff;
}

#individual .page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25rem auto;
}

#individual .page_nav li {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  margin: 0 5px;
}

#individual .page_nav li a {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  padding: 5px 10px;
  height: 100%;
  width: 100%;
  display: inline-block;
}

#individual .page_nav li a:hover {
  color: #fff;
  background-color: #00e1ff;
}

#individual footer {
  background-color: rgba(255, 255, 255, 0.5);
}

.contact main #news_list {
  padding-top: 0.5rem;
}

.contact main #news_list #genre {
  display: none !important;
}

.cateBox_bx .cateBox_tb tr {
  background: #fff;
}

.cateBox_bx .cateBox_tb tr:nth-child(2n + 1) {
  background-color: #e7eff2;
}

.cateBox_bx .cateBox_tb tr td {
  text-align: left !important;
}

.cateBox_bx .cateBox_tb tr td table {
  margin: 0 !important;
}

.cateBox_bx .cateBox_tb tr td:last-child {
  border-right: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cateBox_bx .submit_button {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1rem;
  background: #0069b9;
  color: #fff;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0.1rem;
  text-decoration: none;
  margin-top: 0.2rem auto;
  border-radius: 4px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.33));
}

.cateBox_bx .submit_button:focus {
  border: 0;
  border-bottom: 2px solid #fff;
  outline: none;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0));
          filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0));
}

.guide_title {
  position: relative;
  padding: 0 0 0.1rem 0.03rem;
}

.guide_title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#009efd), to(#ffffc5));
  background-image: linear-gradient(to left, #009efd 0%, #ffffc5 100%);
}

.guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 0.25rem;
}

.guide_list li {
  text-align: center;
  width: 31.3%;
  border: 0px solid #000;
  border-radius: 2px;
  margin: 1%;
  overflow: hidden;
}

.guide_list li a {
  font-size: 0.14rem;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3%;
  background: #009efd;
  color: #fff;
}

.guide_list li a:hover {
  background-color: #e7eff2;
  color: #009efd;
}

.days {
  right: 10px;
  font-size: 14px;
  position: absolute;
}


.ch01 {
  background: url(../img/contact/iconch.jpg) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
}

.ch02 {
  background: url(../img/contact/iconch.jpg) 0 -15px no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
}

.ch03 {
  background: url(../img/contact/iconch.jpg) 0 -30px no-repeat;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
}</pre></body></html>