@charset "UTF-8";
*,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

h1,
h3 {
  font-size: .24rem;
}

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

#charactar h2, #feature h2, #world h2 {
  width: 100%;
  margin: 0 auto;
  top: 0;
  position: absolute;
  z-index: 3;
  font-size: .1rem;
}

#charactar h2 img, #feature h2 img, #world h2 img {
  display: block;
  width: 100%;
}

html {
  font-size: 100px;
}

header {
  position: relative;
  width: 100%;
}

header .main_visual {
  display: block;
  width: 100%;
}

header #header {
  position: relative;
  z-index: 1000;
  background: #fff;
  height: .5rem;
  /*ハンバーガーメニュー開閉ボタン*/
}

header #header .m_logo img {
  height: .4rem;
  margin: .05rem 0 0 .1rem;
}

header #header #menu_wrap {
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  /* サブリンク */
}

header #header #menu_wrap .menu {
  width: 100%;
  position: fixed;
  top: .5rem;
  height: calc(100% - 0.05rem);
  background: rgba(57, 193, 251, 0.95);
}

header #header #menu_wrap .menu li {
  background: url(../img/header_sp.png) no-repeat center 0%;
  background-size: 75%;
  text-align: center;
  font-size: .15rem;
  line-height: .5rem;
  border-bottom: 1px solid #fff;
}

header #header #menu_wrap .menu li .init-bottom {
  display: none;
}

header #header #menu_wrap .menu li a {
  color: #FFF;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}

header #header #menu_wrap .menu .menu_title {
  color: #fff;
  background-color: #024cc8;
}

header #header #menu_wrap .menu .menu_top {
  background-position: center 11%;
}

header #header #menu_wrap .menu .menu_news {
  background-position: center 22%;
}

header #header #menu_wrap .menu .menu_info {
  background-position: center 33%;
}

header #header #menu_wrap .menu .menu_guide {
  background-position: center 44%;
}

header #header #menu_wrap .menu .menu_etc {
  background: none;
}

header #header #menu_wrap .menu .menu__second-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header #header #menu_wrap .menu .menu__second-level li {
  background: url(../img/header_sp.png) no-repeat center 0%;
  background-size: 110%;
  width: 50%;
}

header #header #menu_wrap .menu .menu__second-level li a {
  display: block;
  width: 100%;
  height: 100%;
}

header #header #menu_wrap .menu .menu__second-level li:nth-child(odd) {
  border-right: 1px solid #fff;
}

header #header #menu_wrap .menu .menu__second-level li.menu_world {
  border-bottom: none !important;
}

header #header #menu_wrap .menu .menu__second-level li.menu_gift {
  background-position: center 55.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_faq {
  background-position: center 66.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_support {
  background-position: center 78.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_terms {
  background-position: center 89.5%;
}

header #header #menu_wrap .menu .menu__second-level li.menu_privacy {
  background-position: center 101.5%;
  border-bottom: none;
}

header #header #menu_wrap .sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header #menu_wrap .sublink li {
  width: .4rem;
  margin: .08rem;
}

header #header #menu_wrap .sublink li a img {
  display: block;
  width: 100%;
}

header #header #menu_wrap .sublink li a img:hover {
  opacity: 0.6;
}

header #header .open {
  visibility: visible !important;
}

header #header .menu_open {
  /*.menu_lineMiddle {}*/
  /* 特に指定は無いので書かなくてもOK */
}

header #header .menu_open .menu_button {
  position: absolute;
  right: .05rem;
  top: .05rem;
  width: .4rem;
  height: .4rem;
  background-color: #fff;
  border-radius: 5px;
  border: none;
}

header #header .menu_open .menu_button:focus {
  outline: none;
}

header #header .menu_open span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  -webkit-transition: .2s;
  transition: .2s;
}

header #header .menu_open .menu_lineTop {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

header #header .menu_open .menu_lineBottom {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

header #header .menu--isOpen .menu_lineTop {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header #header .menu--isOpen .menu_lineMiddle {
  opacity: 0;
}

header #header .menu--isOpen .menu_lineBottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .head_logo {
  width: 50%;
  position: absolute;
  top: 5vh;
  right: 5%;
  z-index: 4;
  display: none;
}

header .pv {
  position: absolute;
  top: 25vh;
  right: 3%;
  margin: 0 0 0 105px;
  width: 50%;
  z-index: 3;
}

header .pv a {
  display: flex;
}

header .pv img {
  width: 100%;
}

header .pf_link {
  position: absolute;
  top: 43vh;
  width: 92%;
  left: 4%;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .pf_link li {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  margin: 0px 0px 0 0px;
  width: 50%;
}
header .pf_link li img{display: flex; width:100%;} 
/*
header .pf_link li a {
  display: flex;
  width: 45%;
}
*/
header .pf_link li:last-child {
  margin: 0px auto;
}
header .pf_link li a img {
  width: 100%;
}

/*iPhoneX*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

  header .pv {top: 22vh;}
  header .pf_link {top: 36vh;}
}

/*Pixel 2 XL*/
@media only screen 
    and (device-width : 411px) 
    and (device-height : 823px) { 

  header .pv {top: 23vh;}
  header .pf_link {top: 39vh;}
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
  header .pv {top: 22vh;}
  header .pf_link {top: 36vh!important;}  
}

@media only screen 
    and (device-width : 768px) 
    and (device-height : 1024px) { 

  header .pv {top: 34vh; right: -4%;}
  header .pf_link {top:56vh;}
}

.sp_pv {
  display: none;
  width: 33vw;
  height: 33vw;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  bottom: 20%;
  left: 3%;
}

#mail {
  border-radius: 20px;
  background: #d2b775;
  padding: 10px;
  width: 96%; 
  margin: 0 auto;
}

#mail .mail_inner {
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  padding: 30px;
  text-align: center;
}

#mail .mail_inner input {
  width: 100%;
}

#mail .mail_inner button {
  margin: 20px auto 0 auto;
  height: 35px;
  padding: 0;
  border: none;
  background: #d2b775;
  width: 100px;
  border-radius: 3px;
  color: #fff;
}

#mail .mail_inner button img {
  display: block;
  height: 100%;
}

footer {
  /*background: #fff;*/
}

.foot_start {
  display: block;
  width: 80%;
  margin: 15vw auto 0 auto;
}

.foot_start img {
  width: 100%;
}

.spec {
  width: 90%;
  margin: 5vw auto;
}

.spec table {
  width: 100%;
  border-collapse: separate;
  border-spacing: .1rem;
}

.spec table th {
  width: 5em;
}

.spec .logo {
  display: none;
  margin-top: 15%;
  margin-left: 10%;
  width: 80%;
  text-align: center;
}

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

.company_info {
  background: #fff;
  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 0px;
}

.company_info ul {
  margin: 10px auto 0 auto;
  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:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}
.company_info ul li a {font-size: 12px; text-decoration: none; color: #333;}

.company_info p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #b5b5b5;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
  content: '' !important;
}

.banner-slider {
  width: 100%;
}

.banner-slider .swiper-slide img {
  display: block;
  width: 100%;
}

/*achievement*/
#achievement img {
  display: block;
  width: 100%;
}

/**/
#charactar .charactar-slider {padding-top: .3rem;}
.charactar-slider .swiper-slide {
  width: 100%;
}

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

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

.charactar-slider .prev1,
.charactar-slider .next1 {
  width: .8rem !important;
  height: .64rem !important;
  top: 65% !important;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)) !important;
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5)) !important;
}

.charactar-slider .prev1 {
  background: url(../img/arrow_l.png) no-repeat !important;
  background-size: cover !important;
  left: 50% !important;
  margin-left: -5.92rem;
}

.charactar-slider .next1 {
  background: url(../img/arrow_r.png) no-repeat !important;
  background-size: cover !important;
  right: 50%;
  margin-right: -5.92rem;
}
#charactar .charactar-slider .pagination {bottom: 0!important;}
.charactar-slider .pagination .swiper-pagination-bullet-active {
  opacity: 0.75;
  background-color: #000;
}

.charactar-slider .pagination span {
  width: 15vw;
  height: 15vw;
  margin: 0 1vw !important;
  opacity: 1;
  font-size: 0;
  background-position: center center;
  background-size: 100% !important;
}

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

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

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

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

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

.feature-slider {
  width: 90%;
}

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

.pagination2 {
  width: 100%;
  margin: .15rem auto 0 auto;
  text-align: center;
}

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

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

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

.pagination2 span:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

body {
  font-size: 14px;
  margin: 0;
}

.no_scroll {
  overflow: hidden;
}

#wrapper {
  width: 100%;
  background: url(../img/bgrepeat.jpg) repeat 0 0;
}

.top_start {
  display: block;
  width: 70%;
  margin: .5rem auto;
}

.top_start img {
  width: 100%;
}

#news_area {
  overflow: hidden;
  margin: 0 auto 0 auto;
}

#banner {
  background: url(../img/f_banner.png) no-repeat;
  background-size: 100%;
  width: 90%;
  height: auto;
  margin: 5% auto;
  padding: 3% 5%;
}

#banner img {
  display: block;
  width: 100%;
}

.pagination-banner {
  width: 100%;
  /*margin: .25rem auto 0 auto;*/
  text-align: center;
  bottom: 0!important;
}

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

.pagination-banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: .2rem;
  border-radius: .1rem;
  background-color: #d7bd6e;
}

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

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

#news {
  overflow: hidden;
  padding: 0;
  margin: 5% auto;
  background-image: url(../img/sp/t_news.png),url(../img/sp/f_twitter.png);
  background-repeat: no-repeat,no-repeat;
  background-position: center 0.2rem,center top;
  background-size: 100%,100% 100%;
  width: 90%;
  height: 3.4rem;
  
}

.notice_tabs_list{
  height: 19px;
  margin-top: 0.46rem;
  padding: 0 .1rem;
  }

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

#news .notice_tabs_list ul li {
  background: #2a2928;
  color: #eee;
  width: 19%;
  text-align: center;
  font-size: 11px;
  padding: .05rem 0rem;
  line-height:12px;
}

#news .notice_tabs_list ul li:hover {
  background: -webkit-linear-gradient(#d2b775, #bc9d5e); /* Safari 5.1 - 6.0 */
 background: -o-linear-gradient(#d2b775, #bc9d5e); /* Opera 11.1 - 12.0 */
 background: -moz-linear-gradient(#d2b775, #bc9d5e); /* Firefox 3.6 - 15 */
 background: linear-gradient(#d2b775, #bc9d5e); /* 标准的语法 */
  color: #fff;
}

#news .notice_tabs_list ul li.active {
  background: -webkit-linear-gradient(#d2b775, #bc9d5e); /* Safari 5.1 - 6.0 */
 background: -o-linear-gradient(#d2b775, #bc9d5e); /* Opera 11.1 - 12.0 */
 background: -moz-linear-gradient(#d2b775, #bc9d5e); /* Firefox 3.6 - 15 */
 background: linear-gradient(#d2b775, #bc9d5e); /* 标准的语法 */
 color:#FFF;
  text-shadow:#000 0px 1px 1px;
 }

.notice_tabs_list ul li.active:hover {
  color:#ffe7a8;
}
#news .tabs {
  height: 260px;
  overflow: hidden;
}

#news .tabs  li {
  position: relative;
  /* display: none; */
  overflow: hidden;
  width: 100%;
  padding: 0.1rem .05rem 0;
}
#news .tabs  li ul {
  margin-bottom:5px;
  height: 224px;
  overflow: hidden;
  padding: 0 0.1rem;
}
#news .tabs ul li ul li {
  color: #fff;
  height: 0.34rem;
  border-bottom: 1px solid #fff;
  padding: 0 0rem .0rem 0rem;
  margin: 0 0 .04rem 0;
  white-space: nowrap;
  position: relative;
}

#news .tabs ul li ul li .t1 {
  flex: auto;
  color: #ffedad;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 0px;
  top: 15px;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#news .tabs ul li ul li a {
  color:#ffedad;
  text-decoration:none;
  font-size: 12px;
}

#news .tabs ul li ul li a:hover {
  color:#fff;
}

#news .tabs ul li ul li img {
  
  height: 15px;
  
  position: absolute;
  top: 15px;
  left: 22px;
}
#news .tabs ul li ul li .t3 {position: absolute;
  top: -2px;
  left: 60px;
  color: #fff;
  font-size: 0.12rem;}

#news ul li .ic_type21 {
  background: #23ff00 url(../img/label_event.png) no-repeat;
  width: 50px;
  position: absolute;
  display: block;
  height: 15px;
  top: 0px;
  margin-right: .1rem;
}

#news ul li .ic_type20 {
  background: #ff0000 url(../img/label_news.png) no-repeat;
  width: 50px;
  position: absolute;
  display: block;
  height: 15px;
  top: 0px;
  margin-right: .1rem;
}

#news ul li .ic_type22 {
  background: #1100ff url(../img/label_update.png) no-repeat;
  width: 50px;
  position: absolute;
  display: block;
  height: 15px;
  top: 0px;
  margin-right: .1rem;
}

#news ul li .ic_type23 {
  background: #919191 url(../img/label_mainte.png) no-repeat;
  width: 50px;
  background-size: 100%;
  position: absolute;
  display: block;
  height: 15px;
  top: 0px;
  margin-right: .1rem;
}

#news .morebtn {
  border: 1px solid #301f1d;
  background-color: #2a2928;
  padding: .01rem .04rem;
  color: #41261d;
  /* height: 16px; */
  font-size: 12px;
  display: block;
  /* margin-top: .1rem; */
  float: right;
  margin-right: 0.2rem;
}
#news .morebtn a {color:#fff; font-size: 12px;}

#news .morebtn:hover {
  color: #bc9d5e;
}


#twitter {
  position: relative;
  width: 90%;
  padding: .8rem .15rem .15rem .15rem;
  margin: 0 auto;
  z-index: 3;
}

#twitter .t_twitter {
  display: block;
  position: absolute;
  top: .3rem;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}

#twitter iframe {
  position: relative !important;
  z-index: 3 !important;
}

#twitter:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 33vw;
  -o-border-image: url(../img/sp/f_twitter.png) 320 round;
     border-image: url(../img/sp/f_twitter.png) 320 round;
  z-index: 2;
}

#top_bn {
  background: rgba(0,0,0,.75);
  margin-top: 30px;
  padding: 10px 0 10px 0;
  border-top: 2px solid #d7bd6e;
  border-bottom: 2px solid #d7bd6e;
}

#top_bn ul {
  text-align: center;
}

#top_bn ul li {
  margin: 10px auto;
}

#charactar {
  position: relative;
  margin: .5rem auto;
}

#charactar h2 {
  margin-top: 0rem;
}

#feature {
  position: relative;
  margin: 0 auto .5rem auto;
}

#feature .feature-slider {
  padding-top: .5rem;
}

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

#world {
  position: relative;
  background: rgba(0,0,0,.85);
  padding-top: .1rem;
  padding-bottom: .1rem;
}

#world .world_visual {
  display: block;
  width: 100%;
}
#world picture {padding-top: .4rem; display: block; text-align: center;}

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

#individual header {
  background-image: none;
  height: auto;
}
#individual header .top_logo_link {padding-top: .2rem; display: block; height: .85rem;}
#individual header .top_logo_link img {
  display: block;
  height: .85rem;
  margin: 0 auto;
}

#individual header #banner {
  background-color: #fff;
  padding: .1rem;
  width: 96%;
  margin: .4rem auto .05rem 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 header #banner img {
  width: 100%;
}

#individual main {
  margin: 0;
}

#individual main #news_list {
  width: 96%;
  margin: 0 auto;
}

#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: .2rem auto;
}

#individual main #news_list #genre li {
  background: #ead897;
  -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));
  font-weight: bold;
  text-align: center;
  width: .9rem;
  border-radius: 2px;
  padding: .1rem .05rem;
  margin: .06rem;
  color: #181715;
}

#individual main #news_list #genre li:hover {
  background-color: #0090ff;
  color: #fff;
}

#individual main #news_list #news_body li {
  font-size: .14rem;
  background: rgba(24,24,21,.75);
  -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;
  border:1px solid #7c7352;
}

#individual main #news_list #news_body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ddd9ca;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#individual main #news_list #news_body li:hover {background: #181715;}
#individual main #news_list #news_body li:hover a {text-decoration: underline;}
#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: 1rem;
      flex-basis: 1rem;
  width: 1rem;
  height: .59rem;
  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: .0rem .0rem .0rem .15rem;
  line-height: .2rem;
}

#individual main #news_list #news_body li a .date span {
  vertical-align: middle;
}

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

#individual main #news_list .page_nav li {
  margin: 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));
}

#individual main #news_list .page_nav li a {
  border-radius: 5px;
  background-color: rgba(24,24,21,.85);
  border:1px solid #181715;
  color: #ddd9ca;
  display: block;
  text-align: center;
  line-height: .4rem;
  width: .4rem;
  height: .4rem;
  text-decoration: none;
}

#individual main #news_list .page_nav li a:hover {
  background-color: #ddd9ca;
  color: #181715;
}

#individual main .pagecontent {
  margin: 0 0 .75rem 0;
}

#individual main .pagecontent .subtitle {
  margin-bottom: .05rem;
}
#individual main .pagecontent .subtitle .sp_page_right_top {color: #828080;}

#individual main .pagecontent .subtitle .sp_page_right_top .subpagenav a {color: #ee7901;}

#individual main .pagecontent .spcontain {
  font-size: .14rem;
  background: rgba(32,32,32,.75);
  -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: .2rem;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_tit h3 {
  margin-bottom: 0rem;
  font-size: 18px;
  font-weight: bold;
  color: #eee;
}

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

#individual main .pagecontent .spcontain .spcontainer .page_dital {
  margin-bottom: .24rem;
  color: #eee;
}
#individual main .pagecontent .spcontain .spcontainer .page_dital h4 {font-size: .2rem; font-weight: bold; margin-bottom: .1rem; color: #ff8100;}

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

#individual main .pagecontent .spcontain .spcontainer .page_dital table {
  width: 100%;
  border: 1px solid #333333;
  font-size: 0.09rem;
  border-spacing: 0;
  color: #000;
  margin: 0 0 .24rem 0;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table th {
  color: #fff;
  padding: .05rem .1rem;
  background: #333;
  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: #f2eee7;
}

#individual main .pagecontent .spcontain .spcontainer .page_dital table tr td {
  text-align: center;
  padding: .05rem .1rem;
  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 .back_btn a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 1.4rem;
  background-color: rgba(24,24,21,.85);
  color: #ddd9ca;
  padding: .1rem;
  text-decoration: none;
  border-radius: 2px;
}

#individual main .pagecontent .spcontain .spcontainer .back_btn a:hover {
  background-color: #ddd9ca;
  color: #181715;
}

#individual footer {
  margin: 0 0 0 0;
  padding: .15rem 0 0 0;
}

.guide_title {
  color: #ead897;
    padding: .02rem .05rem;
    border-width: 0 0 1px 10px;
    border-color: #ead897;
    border-style: solid;
    margin: 0 auto .25rem auto;
}

.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: .25rem;
}

.guide_list li {
  text-align: center;
  width: 48%;
  background: rgba(24,24,21,.85);
  border: 1px solid  #5f5945;
  border-radius: 4px;
  margin: 1%;
  overflow: hidden;
}

.guide_list li a {
  font-size: .1rem;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 3%;
  color: #e1ce8e;
}

.guide_list li a:hover {
  background-color: #e1ce8e;
  color: #333;
}
