@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
	font-family: 'BLG Hudson';
	src: url(/files/user/fonts/BLGHudson.ttf);
}

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
 color: #000;
	background: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
 font-size: 1.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.71;
}

.pc {
  display: none;
}
.sp {
  display: block;
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
  min-width: 320px;
  overflow: hidden;
  padding-top: 51px;
}

/* !header
---------------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

#header_inner {
  background: #7db329;
  padding: 7px 10px;
  position: relative;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
}

#header_logo{
  line-height: 1;
  height: 37px;
}
#header_logo a{
  display: inline-block;
  color: #fff;
  font-family: "BLG Hudson";
  font-size: 1.7rem;
  line-height: 37px;
  text-decoration: none;
  letter-spacing: 2px;
}
#header_logo img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  height: 37px;
}

.navPc{display: none;}
.btn_menu {
  position: absolute;
  right: 3px;
  top: -2px;
  z-index: 999;
  width: 54px;
  height: 54px;

}

.btn_menu span {
    display: block;
    background: #fff;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn_menu span:first-child {
	top: 15px;
}

.btn_menu span:nth-child(2) {
	margin-top: -1.5px;
	top: 50%;
}

.btn_menu span:last-child {
    bottom: 15px;
}


.btn_menu.active span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.btn_menu.active span:nth-child(2) {
    opacity: 0;
}

.btn_menu.active span:last-child {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}


/* !navi
---------------------------------------------------------- */

#navi {
	position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  top: -100vh;
  z-index: 998;
  transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
  padding: 80px 0 22px;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
#navi.open {
  top: 0;
}

#navi li a {
	display: block;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding: 11px 10px;
  text-align: center;
}
#navi li a span {
	display: block;
  font-size: 3rem;
  line-height: 1;
  font-family: "BLG Hudson";
  color: #7fbc03;
}
#social {
  line-height: 1;
  margin-bottom: 22px;
  text-align: center;
  display: none;
}
#social a {
  display: inline-block;
  line-height: 1;
  margin: 0 20px;
}
#social a img {
  width: 40px;
}


/* !match_detail
---------------------------------------------------------- */
.match_detail {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 48px 10px 26px;
background: #7fbc03;
  overflow: hidden;
}

.match_flash{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 65vw;
  min-height: 1100px;
  width: 100%;
  min-width: 1980px;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.match_flash iframe {
  width: 100%;
  height: 100%;
}
.match {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.match .p01{font-size: 1.5rem;font-weight: bold;line-height: 1;margin-bottom: 12px;}
.match .p02{font-size: 2.5rem;font-weight: bold;line-height: 1;margin: 15px 0 50px;}
.match .p02 span{
  display: inline-block;
  background: #fff;
  color:#7fbc03;
  font-size: 1.2rem;
  width: 41px;
  height: 23px;
  line-height: 23px;
  margin-right: 5px;
  position: relative;
  top: -5px;
}
.match_data {
  text-align: center;
}
.team .club p{margin-bottom: 14px;}
.date {
  font-size: 4.5rem;
  margin: 0;
  font-family: "BLG Hudson";
  line-height: 1;
}
.date span {
  font-size: 9rem;
  line-height: 1;
  margin-right: 25px;
}
.presents{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.presents span{vertical-align: bottom;margin-left: 10px;}

.team {
  overflow: hidden;
  text-align: center;
}

.team img {
  display: block;
  margin: 0 auto;
  height: 92px;
}

.team .vs {
  display: inline-block;
  font-size: 3.8rem;
  padding: 0 15px 0 5px;
  font-family: "BLG Hudson";
  line-height: 1;
  vertical-align: middle;
}

.team .club {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
}
.tipoff {
  font-size: 3rem;
  font-family: "BLG Hudson";
  line-height: 1;
}

.type{
  font-size: 1.5rem;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1;
}
.type span{
  display: inline-block;
  background: #fff;
  color:#7fbc03;
  font-size: 1.2rem;
  width: 110px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.ticket01{
  margin-top: 23px;
  margin-bottom: 50px;
}
.ticket02{
  margin-top: 23px;
}
/* !present_area
---------------------------------------------------------- */
#present_area {
	background: url(../image/bg02_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 20px 10px 35px;
  text-align: center;
}

#present_area .present_detail {
  margin-top: 16px;
  display: block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}



/* !match_area
---------------------------------------------------------- */
#match_area {
  width: 100%;
}

#match_area .match_bg {
  background: url(../image/pic_match_sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 74.66vw;
  position: relative;
  overflow: hidden;
}
#match_area .match_bg01 {
  background: url(../image/pic_match_sp.jpg) center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  float: left;
	height: 0;
	padding-top: 73.6%;
	margin-bottom: 32px;
}
#match_area .match_bg02 {
  background: url(../image/pic_match02_sp.jpg) left top no-repeat;
  background-size: 100% auto;
  width: 50%;
  overflow: hidden;
  height:74vw;
}

#match_area .match_box {
  padding: 20px 25px 50px;
  width: auto;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 1.588;
}
#match_area .match_box h3{
  color: #7fbc03;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
#match_area .match_box p + p{margin-top: 27px;}
.spText p{
  display: none;
}
.textBtn span{
    display: block;
    width: 100%;
    font-size: 2.5rem;
    box-sizing: border-box;
    height: 40px;
    line-height: 37px;
    border: 1.5px solid;
    text-align: center;
    font-family: "BLG Hudson","bebas-neue";
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 10px;
}
.textBtn span:after {
    position: relative;
    content: '';
    display: inline-block;
    background: url(../image/icon_btn01.png) center center no-repeat;
    background-size: 19px 12px;
    width: 19px;
    height: 12px;
    left: 7px;
    top: -3px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.textBtn span.change:after {
    transform: rotate(180deg);
}
/* !SPECIAL MOVIE
---------------------------------------------------------- */
#special_movie_area {
	background: #fff;
}

#special_movie_area .special_movie_box {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px 40px;
}

#special_movie_area .special_movie_item {
  display: block;
  width: 100%;
  margin-top: 40px;
}
#special_movie_area .special_movie_item iframe {
  width: 100%;
  height: 53vw;
}
#special_movie_area .special_movie_item h3 {
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: bold;
  padding-top: 18px;
}
#special_movie_area .special_movie_item p {
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: bold;
}

/* !EVENT INFORMATION
---------------------------------------------------------- */
#event_information_area{
  background: url(../image/bg_event_sp.jpg)center top 73px no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-bottom: 65px;
}
#event_information_area:before{
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-left: 50vw solid #7fbc03;
  border-right: 50vw solid #7fbc03;
  border-top: 10vw solid transparent;
  z-index: 2;
  content: "";
  bottom: 0;
}
.event_information_box{
  max-width: 990px;
  margin: 50px 10px 0;
  text-align: center;
  overflow: hidden;
}
.event_information_item{
  float: none;
  width: 100%;
  margin: 0 0px 25px;
  background: #fff;
}
.event_information_item img{
  width: 100%;
}
.event_cont{
  box-sizing: border-box;
  padding: 22px 20px;
}
.event_cont h3{
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    color: #7fbc03;
    margin-bottom:  12px;
}
.event_cont p{
  font-size: 1.4rem;
  line-height: 1.35;
  text-align: left;
}
.event_cont p + p{margin-top: 19px;}
/* !match_detail02
---------------------------------------------------------- */
.detail02.match_detail{margin-top: -1px;z-index: 2;}
.detail02.match_detail:before{opacity: 1;}

/* !ARENA INFORMATION
---------------------------------------------------------- */
.arena_bg{
  background: url(../image/bg_arena_sp.jpg)top center no-repeat;
  background-size: 100% auto;
  height: 47vw;
}
#arena_info_area h3{
  color: #7fbc03;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: bold;
  margin: 25px 0 14px;
  text-align: center;
}
#arena_info_area h3 span {
    display: inline-block;
    background: #7fbc03;
    color: #fff;
    font-size: 0.9rem;
    width: 32px;
    height: 18px;
    line-height: 18px;
    margin-right: 8px;
    position: relative;
    top: -5px;
}
p.arena_addr{
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 22px;
}
.arena_inner{
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.googleMap{
  width: calc(100% + 20px);
  margin: 0 -10px;
  height: 40vw;
}
p.advice{
  text-align: center;
  font-size: 1rem;
  padding-top: 12px;
  color: #e60012;
}
.traffic{padding-bottom:47px; }
.traffic ul{
  margin-top: 33px;
  padding-left: 75px;
  background: url(../image/icon_arena02.png)left 15px center no-repeat;
  background-size: 50px;
}
.traffic ul:last-of-type {
    background: url(../image/icon_arena01.png)left 15px center no-repeat;
    background-size: 50px;
}
.traffic li{
  font-size: 1.2rem;
  line-height: 1.41;
}
.traffic li:first-of-type{font-weight: bold;line-height: 19px;}
.stadium h4{
  font-size: 1.6rem;
  font-weight: bold;
  background: #000;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}
.stadium p.text{
  text-align: center;
  font-size: 1.2rem;
  line-height: 17px;
  padding-bottom: 28px;
}
.stadium p.text img{
  position: relative;
  width: 13px;
  height: 13px;
  top: 1px;
  margin: 0 5px;
}
.stadium_img{text-align: center;margin-bottom: 30px;}
.btn02{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 37px;
  line-height: 37px;
  border: 1.5px solid;
  background: #e5e5e5;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.btn02:hover{opacity: .7;}
.btn02:after{
    position: relative;
    content: '';
    display: inline-block;
    background: url(../image/icon_btn02.png) center center no-repeat;
    background-size: 12px 18.5px;
    width: 12px;
    height: 18.5px;
    left: 13px;
    top: 3px;
}
.arena_data{
  box-sizing: border-box;
  padding: 40px 10px 25px;
  text-align: center;
}
.arena_data .date,.arena_data .type{color: #7db329;}
.arena_data .type span{
    background: #7db329;
    color: #fff;
}


.arena_data .ticket01{margin-bottom: 43px;}

/* !PLAYERS
---------------------------------------------------------- */
.players_slider{
  padding: 50px 0 40px;
  background: url(../image/bg_players_sp.jpg)top center no-repeat;
  background-size: cover;
}
.slider{
  max-width: 84vw;
  margin: 0 auto;
}
.sliderBox{
 box-sizing: border-box;
 padding: 0 8px;
}
.sliderBox p{
  padding-top: 12px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 17px;
}
.players_img{
  background: url(../image/img_player_sp.jpg)top center no-repeat;
  background-size: 100% 100%;
  height: 78.66vw;
}

/* !ENJOY LEVANGA
---------------------------------------------------------- */
#enjoy_levanga_area{
  position: relative;
}
.levanga_top{
  background: url(../image/bg_enjoy_sp.jpg)top center no-repeat;
  background-size: 100% 100%;
  padding: 35px 0 43px;
  position: relative;
}
.levanga_top p{
  font-size: 1.4rem;
  line-height: 19px;
  color: #fff;
  text-align: center;
}
.top_inner{
  margin: 6px auto -120px;
}
.top_item01,.top_item02,.top_item03{position: relative;}
.top_img{position: relative;}
.top_img img{position: relative;}
.top_box{
  width:319px;
  background: #0f012cbd;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.top_box h3{
  font-size: 3.4rem;
  color: #79ab2e;
  line-height: 1;
  font-family: "BLG Hudson";
  margin-bottom: 9px;
}
.top_box p{font-size: 1.2rem;line-height: 19px;}

.top_item02{overflow: hidden;}
.top_item02 .top_img img{width: 100%;}
.top_item02 .top_box{float: right;margin-right: 56px;padding-left: 66px;}
.top_item02 .top_box:before{
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 100%;
    content: "";
    background: #0f012cbd;;
    z-index: 2;
}
.top_item02 h3{text-align: center;}
.top_item02 .top_box p{text-align: center;}

.top_item01{margin-top: 13px;overflow: hidden;}
.top_item01 .top_img{overflow: hidden;}
.top_item01 .top_img img{width: 46.6vw;left: 7px; z-index: 3;float: left;}
.top_item01 .top_box{
  left: 29.4vw;
  top: 3.4vw;
  position: absolute;
  padding-left: 14vw;
}
.top_item01 .top_box:before{
    position: absolute;
    top: 0;
    left: 100%;
    width: 1000%;
    height: 100%;
    content: "";
    background: #0f012cbd;;
    z-index: 2;
}
.top_item01 h3{text-align: left;}
.top_item01 .top_box p{text-align: left;}

.top_item03{overflow: hidden;top: -35vw;}
.top_item03 .top_img{overflow: hidden;}
.top_item03 .top_img img{width:51.8vw;right: 21px; z-index: 3;float: right;}
.top_item03 .top_box{
  left: 4vw;
  bottom: 4.2vw;
  position: absolute;
  width: 80.5vw;
}
.top_item03 h3{text-align: left;}
.top_item03 .top_box p{text-align: left;}

.levanga_food{
  background: url(../image/bg_food_sp.jpg)top center no-repeat;
  background-size: 100% 100%;
  padding: 50px 0 25px;
  position: relative;
}
.levanga_food h3{text-align: center;}
.levanga_food h3 img{width: 250px;}
.levanga_food p.text{text-align: center;font-size: 1.4rem;padding: 20px 0;}
.food_inner{
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
}
.levanga_food ul{
  margin-left: -24px;
  overflow: hidden;
}
.levanga_food li{
  box-sizing: border-box;
  padding-left: 24px;
  float: left;
  width: 50%;
  font-size: 1.2rem;
  line-height: 17px;
  margin-bottom: 25px;
}
.levanga_food li img{width: 100%;}
.levanga_food li span{display: block;color: #79ab2e;margin-top: 12px;}

.levanga_flash{
  background: url(../image/bg_flash_sp.jpg)top center no-repeat;
  background-size: 100% 100%;
  padding: 50px 0 47px;
  position: relative;
}
.flash_inner{box-sizing: border-box;padding: 0 10px;}
.levanga_flash .ttl{margin-bottom: 10px;width: 57.33vw;}
.levanga_flash .video{position: relative;display: inline-block;}
.levanga_flash a:hover{opacity: .9;}
.levanga_flash a img{width:83vw; }
.video_img{position: absolute;right: -10.4vw;top: -18.13vw;z-index: 2;width:16.26vw; }
.levanga_flash .text{font-size: 1.4rem;color: #fff;line-height:19px;margin-top: 27px;}
#video iframe{width: 80vw;height: 45vw;}

.levanga_handsome{
  background: url(../image/bg_handsome_sp.png)bottom center no-repeat #f0f0f0;
  background-size: 100% auto;
  padding: 50px 0 0px;
  box-sizing: border-box;
  padding-bottom: 60vw;
  position: relative;
}
.levanga_handsome .ttl{margin-bottom: 18px;text-align: center;box-sizing: border-box;padding: 0 10px;}
.levanga_handsome .ttl img{width: 330px;}
.levanga_handsome .text{font-size: 1.4rem;line-height: 19px;text-align: center;}

#enjoy_levanga_area:before{
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-left: 50vw solid #7fbc03;
  border-right: 50vw solid #7fbc03;
  border-top: 6vw solid transparent;
  z-index: 2;
  content: "";
  bottom: 0;
}
/* !SEASON SLOGAN
---------------------------------------------------------- */
#season_slogan_area{
  background: url(../image/bg_season_sp.jpg)center top 73px no-repeat;
  background-size: 100% 100%;
}
.season_inner{
  box-sizing: border-box;
  padding: 50px 25px;
}
.season_inner .ttl{margin-bottom: 24px;text-align: center;}
.season_inner .ttl img{width: 82.8vw;}
.season_inner p{font-size: 1.7rem;line-height: 27px;}
/* !page_top
---------------------------------------------------------- */
.page_top {
	background: #000;
  width: 100%;
}
.page_top a {
  display: block;
  text-align: center;
  font-family: "BLG Hudson";
  font-size: 2rem;
  line-height: 2;
  color: #fff;
}
.page_top a span {
  color: #7fbc03;
  display: inline-block;
  background: url(../image/pagetop.png) right center no-repeat;
  background-size: 13px auto;
  padding-right: 23px;
}

/* !footer
---------------------------------------------------------- */
#footer {
  background: #7fbc03;
  padding: 25px 10px 15px;
  text-align: center;
}
#footer .sns {
  margin-bottom: 25px;
}
#footer .sns a {
  display: inline-block;
  margin: 0 20px;
}
#footer .sns a img {
  width: 40px;
}

#footer .logo {
  margin-bottom: 15px;
}

#footer .logo img {
  height: 86px;
}

#copyright {
	color: #fff;
  font-size: 1rem;
}


.sec_title {
  width: 100%;
  background: #000;
  color: #7fbc03;
  text-align: center;
  padding: 15px 0;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "BLG Hudson";
  position: relative;
}
.sec_title:after{
  content: '';
  width: 30px;
  height: 12px;
  background: url(../image/bg_title_sp.png)no-repeat;
  background-size: 30px 12px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;

}
.sec_title span {
  font-size: 1.2rem;
  color: #fff;
  display:block;
  padding: 6px 0 0px;
  text-align: center;
}

.thr_title {
  font-size: 2.5rem;
  line-height: 1.4;
  display:block;
  background: #000000;
  color: #fff;
  font-family: "BLG Hudson";
	padding: 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

.flo_title {
  font-size: 1.4rem;
  line-height: 2.35;
  text-align: center;
  color: #fff;
  background: #aaa;
  margin-bottom: 10px;
}

.sub_title {
  width: 100%;
  color: #d52d26;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.47;
  font-weight: bold;
  margin-bottom: 17px;
}
table {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.25;
  width: 100%;
  margin: 0 auto;
  border: 1px #000 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table .red {
  background-color: #db0007;
}

table .black {
  background-color: #1a1a1a;
}

table .pink {
  background-color: #e7adb5;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .orange {
  background-color: #e9b24f;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .skyblue {
  background-color: #b4d8ec;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .green {
  background-color: #b7d4ab;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .perple {
  background-color: #bb9cbd;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table .gray {
  background-color: #b5b6b6;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table .perple2 {
  background-color: #b7b9dc;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .blue {
  background-color: #62c1e3;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .yellow {
  background-color: #f6e445;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}

table .white {
  background-color: #fff;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table .gray2 {
  background-color: #d2d2d2;
  text-align: left;
  padding-left: 9px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
}
table td {
  color: #000;
  text-align: center;
  padding: 10px;
  border-left: 1px #888888 solid;
  background: #fff;
}
table td span {
  display: block;
  font-size: 1rem;
}
table th {
  border: 1px #000 solid;
  text-align: center;
  color: #fff;
  padding: 10px;
}

table .red-line {
  border-right: 1px #db0007 solid;
}

table tr {
  border-bottom: 1px #000 solid;
}

.mb40 {
  margin-bottom: 20px !important;
}

.box {
  padding-bottom: 20px;
}

.color_red {
  color: #d52d26 !important;
}

.textBtn span i.open {
    display: inline-block;
    font-style: normal;
}
.textBtn span i.close {
    display: none;
    font-style: normal;
}
.textBtn span.change i.open {
    display: none;
}
.textBtn span.change i.close {
    display: inline-block;
}

.textBtn span i.open {
    display: inline-block;
    font-style: normal;
}
.textBtn span i.close {
    display: none;
    font-style: normal;
}
.textBtn span.change i.open {
    display: none;
}
.textBtn span.change i.close {
    display: inline-block;
}
